@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

#content {
    display: none;
}

a {
    color: #111C55 !important;
    text-decoration: none !important;
}


/* =================================== HEADER ========================================= */
header {
    background-color: #FAFAFA;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

header #main_logo {
    width: 130px;
}

header .top_header_right {
    display: flex;
    gap: 25px;
}

header .top_header_right > div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

header .top_header_right>div img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

header .top_header_right>div p {
    margin-bottom: 0;
    font-size: 12px;
    color: #111C55;
    font-weight: 500;
}

header .navbar {
    background-color: #091242;
}

header .navbar .navbar-nav{
    margin: auto;
}

header .navbar ul li a {
    color: #fff;
}

header .navbar .nav-link {
    padding: 0 20px !important;
    border-right: 1px solid lightgrey;
    color: #fff !important;
}

header .navbar .nav-link:hover {
    color: #FFD96E;
}

header .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
}

header .header_social_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .header_social_icons img {
    cursor: pointer;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* ================================= BANNER ====================================== */

.banner_main {
    height: 82vh;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_main::before {
    content: '';
    position: absolute;
    background-image: url('./images/banner_left_before.png');
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.banner_main h1 {
    color: #080C24;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 48px;
}

.banner_main p {
    color: #080C24;
    font-size: 18px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.banner_main a {
    background-color: #FFD96E;
    padding: 15px;
    border: none;
    color: #23212A;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    text-decoration: none;
}

.banner_main a:hover {
    background-color: #091242;
    color: #fff !important;
}

/* ============================= ABOUT US ================================ */

.about_us {
    background-color: #080C24;
    padding: 50px 0;
}

.about_us h6 {
    background-color: #e8e8e847;
    color: #fff;
    border-left: 5px solid #FFB629;
    width: fit-content;
    padding: 3px 10px;
    text-transform: uppercase;
}

.about_us h4 {
    color: #fff;
    font-size: 30px;
}

.about_us p {
    color: #fff;
    font-size: 18px;
}

/* ============================ KEY OFFERING ========================== */

.key_offering {
    padding-top: 200px;
    position: relative;
    background-image: url('./images/banner_left_before.png');
    width: 100%;
    height: 100%;
}

.key_offering::before {
    content: '';
    background-image: url('./images/offering_bg.jpg');
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
}

.key_offering .container {
    background-color: #fff;
    padding: 50px;
    position: relative;
}

.key_offering h6 {
    background-color: #e8e8e847;
    color: #000;
    border-left: 5px solid #FFB629;
    width: fit-content;
    padding: 3px 10px;
    text-transform: uppercase;
}

.key_offering h4 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.key_offering p {
    color: #666C89;
    font-size: 18px;
}

.key_offering .row:first-child .col-lg-6 div {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 15px;
}

.key_offering .row:first-child .col-lg-6 div img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.key_offering .row:first-child .col-lg-6 div h5 {
    margin-bottom: 0;
    color: #1C1F35;
    font-weight: 600;
}

.key_offering .row:last-child {
    margin-top: 55px;
}

.count_success {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 22px 0;
}

.count_success h3 {
    color: #1C1F35;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.count_success h5 {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.count_success h5 span {
    background-image: linear-gradient(#FFB629 0%, #FFDA56 51%, #FFD7A6 100%);
    width: 15px;
    height: 15px;
    display: flex;
}

.key_offering .row:last-child {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.key_offering .col-md-6:first-child .count_success {
    border-right: 1px solid #D4D4D4;
}

/* ========================= SERVICES =========================== */

.our_services {
    position: relative;
    padding-bottom: 60px;
    background-image: url('./images/banner_left_before.png');
    width: 100%;
    height: 100%;
}

.our_services::before {
    content: '';
    background-image: linear-gradient(to right, #FFB629 0%, #FFDA56 51%, #FFD7A6 100%);
    width: 100%;
    bottom: 0;
    height: 300px;
    display: flex;
    position: absolute;
}

.our_services h5 {
    background-color: #e8e8e847;
    color: #1C1F35;
    border-left: 5px solid #FFB629;
    width: fit-content;
    padding: 3px 10px;
    text-transform: uppercase;
    margin: 20px auto;
    font-size: 15px;
}

.our_services h2 {
    text-align: center;
    color: #1C1F35;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.our_services .row {
    justify-content: center;
}

.our_services .col-md-10 div {
    position: relative;
}

.our_services .col-md-10 div div {
    position: absolute;
    top: 72%;
    width: 100%;
    padding: 0 30px;
}

.our_services .col-md-10 div div h6 {
    color: #FFB629;
    font-weight: 500;
    font-size: 18px;
}

.our_services .col-md-10 div div p {
    color: #fff;
    font-size: 14px;
}

.our_services a {
    display: flex;
    justify-content: center;
    background-color: #101849;
    color: #fff !important;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    position: relative;
    margin: auto;
    margin-top: 60px;
    transition: all 0.3s ease;
    width: fit-content;
    text-decoration: none;
}

.our_services a:hover {
    background-color: #0d1648;
    color: #fff !important;
}

/* ===================== WHY CHOOSE US ==================== */

.choose_us {
    padding: 100px 0;
    position: relative;
    background-color: #FAFAFA;
}

.choose_us::before {
    content: '';
    position: absolute;
    background-color: #091242;
    top: 0;
    height: 100%;
    width: 35%;
}

.choose_us h5 {
    background-color: #e8e8e847;
    color: #1C1F35;
    border-left: 5px solid #FFB629;
    width: fit-content;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.choose_us h3 {
    color: #1C1F35;
    font-weight: 700;
    font-size: 35px;
}

.choose_us p {
    color: #666C89;
}

.choose_us .col-md-6 .row {
    gap: 18px 0;
}

.choose_us .col-md-6 .col-md-6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose_us .col-md-6 .col-md-6 img {
    width: 48px;
    height: 48px;
}

.choose_us .col-md-6 .col-md-6 h6 {
    margin-bottom: 0;
    color: #1C1F35;
}

.choose_us .choose_left {
    height: 450px;
    width: 100%;
    object-fit: cover;
    position: relative;
}


/* =========================== CLIENTELE ============================ */

.clientele {
    padding: 80px 0 50px 0;
    background-image: url('./images/banner_left_before.png');
    width: 100%;
    height: 100%;
}

.clientele h5 {
    background-color: #e8e8e882;
    color: #1C1F35;
    border-left: 5px solid #FFB629;
    width: fit-content;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 15px;
    margin: auto;
}

.clientele h2 {
    text-align: center;
    color: #1C1F35;
    text-transform: capitalize;
    font-weight: 600;
    margin: 15px 0;
}

.clientele .row {
    justify-content: center;
    gap: 30px 0;
    margin: 40px 0;
}

.clientele .row img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

/* =========================== CONTACT US ========================== */

.contact_us {
    background-color: #F4F4F4;
    padding: 70px 0;
}

.contact_us .row {
    justify-content: center;
}

.contact_us .row h5 {
    background-color: #e8e8e8;
    color: #1C1F35;
    border-left: 5px solid #FFB629;
    width: fit-content;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.contact_us .row h4 {
    color: #080C24;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.contact_us .row p {
    color: #080C24;
    font-size: 16px;
    margin-bottom: 0;
}

.contact_us .col-md-6>div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.contact_us .col-md-6 div img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.contact_us .col-md-6 div h6 {
    margin-bottom: 0;
    color: #080C24;
    font-weight: 500;
    font-size: 15px;
}

.contact_us .col-md-6 {
    margin-bottom: 15px;
}

.contact_us .col-md-6 input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #091242;
    border-radius: 5px;
    padding: 12px;
    color: #000;
}

.contact_us .col-md-6 input:active {
    border: 1px solid #4E5683;
}

.contact_us .col-md-6 input::placeholder {
    color: #000;
    font-size: 13px;
}

.contact_us .col-md-12 textarea::placeholder {
    color: #000;
    font-size: 13px;
}

.contact_us .col-md-12 textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #091242;
    border-radius: 5px;
    padding: 10px;
    color: #000;
}

.contact_us form {
    margin-top: 35px;
}

.contact_us form button {
    background-color: #FFD96E;
    padding: 12px 35px;
    border: none;
    color: #23212A;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.contact_us form button:hover {
    background-color: #091242;
    color: #fff;
}

#my-form-status{
    color: #00bc00;
    font-weight: 600;
    margin-top: 5px;
}

#my-form-status-failed{
    color: red;
    font-weight: 600;
    margin-top: 5px;
}


/* ======================== FOOTER =========================== */

footer {
    background-color: #091242;
    padding: 20px 0;
}

footer p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}


/* =========================== PRE LOADER ============================= */

#show_loader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #FAFAFA;
}

.loader {
    width: 64px;
    height: 48px;
    position: relative;
    animation: split 1s ease-in infinite alternate;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: translateX(-10px);
    background: #FFB629;
    opacity: 0.75;
    backdrop-filter: blur(20px);
}

.loader::after {
    left: auto;
    right: 0;
    background: #091242;
    transform: translateX(10px);
}

#show_loader h6{
    font-size: 40px;
    font-weight: bold;
    color: #091242;
}

@keyframes split {

    0%,
    25% {
        width: 64px
    }

    100% {
        width: 148px
    }
}

@media (min-width: 992px) {
    .our_services .col-md-10 div div {
        top: 60%;
    }
    .key_offering h6 {
        margin: 0px 0px 5px 0px;
    }
}

@media (min-width: 1200px) {
    .our_services .col-md-10 div div {
        top: 72%;
    }
}

@media (max-width: 992px) {
    .key_offering h6 {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .navbar-toggler{
        justify-content: end;
        display: flex;
        width: 100%;
    }

    header .navbar .nav-link{
        padding: 6px 20px !important;
    }

    header .header_social_icons{
        padding-left: 20px;
    }

    .navbar-toggler:focus{
        box-shadow: none !important;
    }

    .top_header_right{
        display: none !important;
    }
    
    .banner_main{
        height: auto;
        padding: 30px 0;
    }

    .about_us h6 {
        margin: 0 auto;
    }
    .key_offering {
        padding-top: 25px;
    }
    
    .key_offering::before {
        height: 0px;
        display: none;
    }
    .key_offering h6 {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .key_offering .col-md-6:first-child .count_success {
        border-bottom: 1px solid #D4D4D4;
        border-right: none;
    }
    .key_offering .container {
        background: transparent;
        padding: 10px;
    }
    .contact_us .row h5 {
        margin: 10px auto;
    }
    .contact_us .col-md-6:first-of-type div {
        margin: 20px 20px;
        justify-content: start !important;
    }
    .contact_us form .row .col-md-12 {
        text-align: center;
    }
    .choose_us::before {
        width: 0%;
    }
    .choose_us h5 {
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .choose_us h3 {
        text-align: center;
    }
    
    .choose_us p {
        text-align: center;
    }

    .our_services a{
        margin-top: 20px;
    }

    .choose_us{
        padding: 30px 0;
    }

    .choose_us .col-md-6 .col-md-6 {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: start !important;
        width: 300px;
        margin: auto;
    }

    .contact_us{
        padding: 30px 0;
    }
    
}

@media (max-width: 576px) {
    .banner_main h1 {
        font-size: 35px;
    }
    
    .banner_main p {
        font-size: 18px;
    }

    .about_us p {
        font-size: 16px;
    }

    .key_offering h4{
        font-size: 27px;
    }

    .key_offering p{
        font-size: 17px;
    }

    .count_success h3{
        font-size: 32px;
    }

    .choose_us h3{
        font-size: 27px;
    }
}

@media (max-width: 450px) {
    .our_services .col-md-10 div div {
        top: 60%;
    }
}

@media (max-width: 400px) {
    .our_services .col-md-10 div div {
        top: 45%;
    }
}

