@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend+Deca:wght@100..900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --navy: #21345C;
    --blue: #2E48A0;
    --gray: #E6E9EF;
    --orange: #E03400;
    --black: #212026;
    --border-gray: #C4C4C4;
}
body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 300; 
    letter-spacing: 0.04em;
    max-width: 100vw; 
    overflow-x: hidden; 
} 
body {
    line-height: 1.3;
    position: relative; 
}
* {
    margin: 0;
}
 *, *::before, *::after {
    box-sizing: border-box;
} 
input, button, textarea, select {
    font: inherit;
}
p {
    padding: 0px; 
    margin: 0px;
}
img {
    max-width: 100%; 
    width: 100%; 
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word; 
} 
a {
    text-decoration: none;
    color: inherit; 
    padding: 0; 
    margin: 0; 
}
li, ul {
    margin: 0; 
    padding: 0; 
}
h1 {
    font-weight: 700; 
    font-size: 3.3vw; 
    width: 50vw; 
    text-transform: Capitalize;
}
.h1 {
    font-weight: 500; 
    font-size: 3.5vw;
    text-transform: Capitalize;
}
.breadcrumbs {
    display: inline-block; 
    font-weight: 200; 
    font-size: 2vw;
    margin-left: 20px; 
}
h2 {
    font-weight: 600; 
    font-size: 3vw;
    text-transform: uppercase;
    display: inline-block; 
}
.h2 {
    font-weight: 500; 
    font-size: 3vw;
    text-transform: capitalize;
} 
.numbers {
    font-family: "Barlow", sans-serif; 
    font-size: 5vw;
    font-weight: 600; 
    color: var(--orange); 
    margin-bottom: -5px; 
}
h3 {
    font-family: "Barlow", sans-serif; 
    font-size: 1.1vw;
    font-weight: 700;  
    text-transform: uppercase;
}
.small_button {
    background: var(--orange); 
    color: white; 
    border-radius: 5px;
    width: fit-content; 
    height: fit-content;
    padding: 10px 35px 10px 35px;
    display: inline-block; 
}
.small_button p { 
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight:  400;
    position: relative; 
    z-index: 10; 
}
.small_button:hover {
   opacity: 0.7; 
   cursor: pointer; 
}
.large_button {
    background: var(--orange); 
    color: white;
    width: fit-content; 
    border-radius: 50px; 
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight:  400;
    letter-spacing: 0.04em;
    padding: 8px 60px 10px 60px;
    position: relative; 
    z-index: 10; 
}
.large_button:hover {
    opacity: 0.7; 
    cursor: pointer; 
}
.black_background {
    background: var(--black); 
    color: white; 
}
.white_background {
    background: white; 
    color: var(--navy); 
}
.navy_background {
    background: var(--navy); 
    color: white; 
}
.gray_background {
    background: var(--gray); 
    color: var(--navy);  
}
.orange_background {
    background: var(--orange); 
    color: white; 
}
section {
    padding: 50px 17vw 50px 17vw;
    max-width: 100vw; 
    box-sizing: border-box; 
}
.border {
    border: 2px solid var(--border-gray); 
}
.menu {
    position: absolute;
    top: 0; 
    padding-left: 19vw; 
    padding-right: 20vw; 
    color: white; 
    width: 100vw; 
    max-width: 100vw; 
    display: grid; 
    grid-template-columns: 1fr min-content min-content max-content 8vw; 
    gap: 4vw; 
    align-items: center; 
    box-sizing: border-box; 
    padding-top: 15px; 
}
.menu a {
    font-size: 1.2vw; 
    font-weight: 300; 
    font-family: 'Barlow', sans-serif; 
}
.menu a:hover {
    font-weight: 600; 
    cursor: pointer; 
}
.menu .small_button {
    font-size: 0.9vw; 
    font-weight: 600; 
    text-decoration: none; 
    padding: 7px 25px 7px 25px;
}
.menu .small_button:hover {
    text-decoration: none; 
}
.menu .active {
    font-weight: 500; 
    opacity: 1; 
    color: white; 
}
.menu .active:hover {
    text-decoration: none; 
    font-weight: 500; 
}
.logo {
    max-width: 14vw; 
    padding-top: 7px; 
    opacity: 0.9; 
}

.services_pos {
    position: relative;
    width: min-content; 
}
.p_b {
    padding-bottom: 5px; 
}
.menu_contact {
    position: absolute; 
    right: 19vw; 
    top: 19px; 
} 
.services_pos:hover .services_dropdown {
    display: block;
}
.mobile_menu {
    display: none; 
}
.hero_section {
    background-image: url('images/HERO.webp'); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-color: #21345C;
    min-height: 30vmin; 
    height: auto; 
    padding-top: 150px; 
}
.NPT_summary {
    font-size: 1.3vw; 
    font-weight: 300; 
    color: var(--gray); 
    opacity: 0.8; 
    width: 40vw; 
    padding-bottom: 40px; 
    margin-top: 15px; 
}
.section_2 {
    display: grid; 
    box-sizing: border-box; 
    grid-template-columns: 1fr 1fr 1fr;  
    grid-template-rows: 40% 60%; 
    grid-gap: 2vw; 
    margin-top: -10vw; 
}
.featured_a {
    margin-top: 10vw; 
}
.featured_section {
    grid-row: 2/3; 
}
.featured_section h3 {
    font-size: 1.1vw;
    font-weight: 700;  
    margin-bottom: 20px; 
}
.light_text {
    font-weight: 400; 
}
@media screen and (max-width: 650px) {
    .section_2 {
        display: block; 
        margin-top: 0px; 
    }
    .hero_section {
        padding-top: 120px; 
        padding-bottom: 50px; 
    }
    .featured_section {
        margin-bottom: 40px;  
    }
    .stats {
        width: 100%; 
        max-width: 100%;
    }
    .featured_a {
        margin-top: 0; 
    }
    /* Fixing font sizes */ 
    h1 {
        font-size: 10vw; 
        width: 100%; 
    }
    .h1 {
        font-size: 10vw;
    }
    .breadcrumbs { 
        font-size: 6vw;
    }
    h2 {
        font-size: 8vw;
        margin-top: 40px; 
    }
    .h2 {
        font-size: 9vw;
    } 
    .numbers {
        font-size: 10vw;
    }
    h3 {
        font-size: 8vw;
    }
    .stats p {
        font-size: 4vw; 
    }
    .stats .numbers {
        font-size: 12vw; 
    }
    .featured_a {
        margin-top: 0px;  
    }
    .NPT_summary {
        font-size: 4vw; 
        width: 100%;
    }
    /* MENU */ 
    .menu {
       display: none; 
    }
    .mobile_menu {
        display: block; 
        top: 5vw;
        position: absolute; 
        top: 0; 
        padding-left: 8vw; 
        padding-right: 8vw; 
        width: 100vw; 
    }
    .mobile_menu .logo {
        max-width: 34vw; 
        padding-top: 4vw; 
    }
    .hamburger {
        position: absolute;  
        top: 5vw;
        right: 8vw; 
        max-width: 8vw; 
        width: 8vw; 
        color: white;
    }
    .mobile_open {
        display: none; 
        color: white; 
        width: 100vw; 
        height: 100vh; 
        background-color: var(--navy); 
        position: absolute;  
        left: 0px; 
        z-index: 50; 
        padding-top: 10vh; 
    }
    .mobile_open a {
        text-align: center; 
        width: 100%; 
        display: inline-block;
        font-size: 40px; 
        padding-top: 5vh; 
        padding-bottom: 5vh;
        color: #C2D3FF; 
    }
}