@font-face {
    font-family: 'GrotesqueBQ';
    src: url('../fonts/Grotesque_BQ_Regular/Grotesque_BQ_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwearDisplayThin';
    src: url('../fonts/Swear-Display-Thin/Swear-Display-Thin.otf') format('opentype');
    font-weight: 100;
    /* thin */
    font-style: normal;
}

@font-face {
    font-family: 'DegularDemoItalic';
    src: url('../fonts/fonts/fonnts.com-DegularDemo-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NeueHaasGrotTextBold';
    src: url('../fonts/Neue Haas Grotesk Text Family/NeueHaasGrotText-55Roman-Trial.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


.font-swear {
    font-family: 'SwearDisplayThin', sans-serif;
}

.italic-text {
    font-family: 'DegularDemoItalic', sans-serif;
}

.font-nue {
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.font-gro {
    font-family: 'GrotesqueBQ', sans-serif;
}

.n-link {

    font-family: 'GrotesqueBQ', sans-serif;
    color: #fff;
    font-size: 23px;
}

.n-link3 {


    font-family: 'GrotesqueBQ', sans-serif;
    color: #000;
    font-size: 23px;

}

.fs1 {
    font-size: 46px;
    color: #fff;
    font-family: 'SwearDisplayThin', sans-serif;
    text-align: center;

}

.fs2 {
    font-size: 50px;
    font-family: 'SwearDisplayThin', sans-serif;
    color: #fff;
}

.fs3 {

    font-size: 50px;
    font-family: 'SwearDisplayThin', sans-serif;
    color: #fff;
    font-weight: 900;


}

.fs5 {

    font-size: 30px;
    font-family: 'SwearDisplayThin', sans-serif;
    color: #000;
    font-weight: 900;


}

.rf-1 {

    font-size: 30px;
    font-family: 'SwearDisplayThin', sans-serif;
    color: #fff;
    font-weight: 900;


}

.rf-2 {

    font-size: 60px;
    font-family: 'SwearDisplayThin', sans-serif;
    color: #fff;
    font-weight: 900;


}

.rf-3 {

    font-size: 40px;
    font-family: 'SwearDisplayThin', sans-serif;
    color: #fff;
    font-weight: 900;
    text-align: center;


}

.fs6 {
    font-family: 'DegularDemoItalic', sans-serif;
    font-size: 20px;

    color: #000;
    font-weight: 900;

}

.fs6 {
    font-family: 'DegularDemoItalic', sans-serif;
    font-size: 14px;

    color: #000;
    font-weight: 900;

}

.fs8 {
    color: #0E3C7E;
    font-family: 'SwearDisplayThin', sans-serif;
    text-align: center;
    font-size: 86px;
    font-weight: 600;
}

.f1 {
    color: #0E3C7E;
    font-family: 'DegularDemoItalic', sans-serif;

    font-size: 30px;
    font-weight: 900;
}

.fs9 {
    color: #0E3C7E;
    font-family: 'SwearDisplayThin', sans-serif;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.sf1 {
    color: #0E3C7E;
    font-family: 'SwearDisplayThin', sans-serif;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
}

.ser-f1 {
    color: #0E3C7E;
    font-family: 'SwearDisplayThin', sans-serif;

    font-size: 20px;

}

.bf1 {
    font-family: 'NeueHaasGrotTextBold', sans-serif;
    font-size: 30px;
    color: #0E3C7E;
    ;
}

.cf2 {
    font-family: 'NeueHaasGrotTextBold', sans-serif;
    font-size: 18px;
    color: #0E3C7E;
}

.cf1 {
    font-family: 'NeueHaasGrotTextBold', sans-serif;
    font-size: 20px;
    color: #0E3C7E;
    font-weight: 700;
}

.n-link2 {
    font-family: 'DegularDemoItalic', sans-serif;
    font-size: 20px;

    color: #000;
    font-weight: 200;
    text-decoration: none;

}

.bg-main {
    background: #0E3C7E
}

.bg-main2 {
    background: #F5F0EB;
}

.bg-nav {
    background: #0E3C7E
}

.btn-d {
    background: #fff;
    color: #000;
    font-family: 'DegularDemoItalic', sans-serif;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;


}

.btn-d2 {
    background: hsla(216.76, 78.72%, 27.65%, 1) !important;
    color: #fff !important;
    font-family: 'DegularDemoItalic', sans-serif;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px;


}

.btn-d:hover {
    background-color: #d2d0d0;
}

.bordertop {
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
}

.active-card {
    border: 2px solid hsla(216.76, 78.72%, 27.65%, 1);
}

.btn-view {
    background-color: #0E3C7E !important;
    color: #fff !important;
    border-radius: 20px;
    padding-inline: 1.3rem;
    font-family: 'DegularDemoItalic', sans-serif;
    font-size: 12px;
}

.btn-await {
    background-color: rgba(0, 173, 239, 1) !important;
    color: #fff !important;
    border-radius: 20px;
    padding-inline: 1.3rem;
    font-family: 'DegularDemoItalic', sans-serif;
    font-size: 12px;
}

.btn-out-danger {
    background: #fff !important;
    border-radius: 20px;
    font-family: 'DegularDemoItalic', sans-serif;
    font-size: 12px;
    color: rgba(255, 59, 47, 1) !important;
    border: 1px solid rgba(255, 59, 47, 1) !important;
}


.fu1 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(26, 32, 44, 1);
    font-family: 'NeueHaasGrotTextBold', sans-serif;
    color: #0E3C7E;
    font-weight: 700;
}

.fu2 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.fu3 {
    color: rgba(156, 163, 175, 1);
    font-size: 12px;
    font-weight: 500;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.serv-card2 {
    border-radius: 20px;
}

.btn-aw2 {
    background: rgba(53, 135, 200, 1) !important;
    border-radius: 10px;
    font-size: 12px;
    color: #fff !important;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.btn-t {
    background: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 12px;
    color: rgba(102, 102, 102, 1) !important;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.ser-btn {
    background: #0F284C !important;
    color: #fff;
    border-radius: 20px;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.footer {
    background: #111;
    color: #ddd;
}

.footer-logo {
    width: 200px;
}

.footer-heading {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    color: #fff;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'NeueHaasGrotTextBold', sans-serif;
}

.footer-links a:hover {
    color: #fff;
}

.footer-social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.3rem;
    color: #bbb;
    transition: color 0.3s, transform 0.3s;
}

.footer-social a:hover {
    color: #fff;
    transform: scale(1.1);
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}