@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary-color: #04425B;
    --body-color: #222222;
    --secondary-color: #555555;
    --dark-color: #323030;
    --lightbg-color: #F8F8F8;
    --primary-font: "Inter", sans-serif;
}

body {
    background-color: #ffffff;
    color: var(--body-color);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}


.bg-light {
    background-color: var(--lightbg-color);
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
.dark-title {
    color: var(--dark-color)!important;
}
.light {
    font-weight: 300!important;
}
.regular {
    font-weight: 400!important;
}
.medium {
    font-weight: 500!important;
}
.semibold {
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}
.font-13 {
    font-size: 13px!important;
}
.font-14 {
    font-size: 14px!important;
}
.secondary-bg {
    background-color: var(--secondary-color);
}
.secondary-color {
    color: var(--secondary-color)!important;
}
.text-black {
    color: #000000!important;
}
.top-page-padding {
    padding-top: 135px;
}
.default-btn {
    padding: 12px 15px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.408px;
    color: var(--primary-color);
}
.la-btn {
    min-width: 265px;
    width: 100%;
}
.la-btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.btn-white:hover {
    background-color: #000000;
    color:#ffffff;
}
.btn-custom-outline {
    background-color: #0D0A2C;
    padding: 12px 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.default-padding {
    padding: 70px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
}
.hover:hover {
    color: var(--primary-color) !important;
}
.pb-top {
    border-top: 5px solid var(--primary-color);
}
.form-control {
    background-color: #ffffff;
}


input.form-control, select.form-control {
    height: 50px;
}
.main-header .navbar-nav {
    display: flex;
    gap: 40px;
}
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
}
.main-header .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.32px;
    padding: 0;

}

.navbar-brand img {
    width: 205px;
}
.banner-section {
    background-image: url("../img/home-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 80vh; */
    padding: 150px 0 70px;
}
.feature-banner {
    background-image: url("../img/feature-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 80vh; */
    padding: 150px 0 70px;
}
.page-bg {
    background-image: url("../img/page-bg.png");
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-content p {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.408px;
    color: var(--primary-color);
}
.banner-content h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 81px;
    letter-spacing: 0.005em;
    text-transform: capitalize;
}
.banner-btn-div .btn {
    max-width: 203px;
    width: 100%;
}
.banner-btn-div .btn:hover {
    color: #ffffff;
    background-color: var(--primary-color)!important;
}

.banner-btn-div {
    display: flex;
    gap: 20px;
}
.banner-img {
    margin-top: -180px;
}
.banner-section .container {
    max-width: 1340px;
}

.content-box h3 {

    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
}
.content-box p {
    font-size: 20px;
    line-height: 30px;
}
.seo-div {
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    border-radius: 24px;
}
.section-title h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.section-title h3{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;

}
.section-title p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.section-title p.tx-sm{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.408px;
    color: var(--secondary-color);
}
.works-step-box h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.works-step-box p{
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}
.works-step-box p b{
    font-weight: 700;
}
.works-step-box {
    padding: 25px;
    border-left: 4px solid #F2F4F7;
}
.works-step-box:hover {
    border-color: var(--primary-color);
}
.different-list-div {
    display: flex;
    flex-wrap: wrap;
}
.different-box {
    border-top: 4px solid #F2F4F7;
    padding: 25px;
    flex: 0 0 33.33%;

}
.different-box:hover {
    border-color: var(--primary-color);
}
.different-box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.different-box p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--secondary-color);
}

.cases-box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}
.cases-box p {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}
.cs-icon {
    width: 48px;
    height: 48px;
    background: #F8F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.sub-div {
    padding: 40px;
    border-radius: 16px;
}
.sub-content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
}
.sub-content p {
    font-size: 20px;
    line-height: 30px;
}
.sub-group {
    display: flex;
    gap: 20px
}
.sub-group .form-control {
    border-radius: 8px;
    padding: 12px 16px;
}
.sub-group .btn {
    background-color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 8px;
}
.sub-form-div p {
    font-size: 14px;
    line-height: 20px;
    color: #D2E1FF;
    margin-top: 10px;
}
.subscribe-section::after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #555555;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.footer-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--body-color);
}
.footer-menu a:hover {
    color: var(--primary-color);
}
.bottom-footer {
    padding-top: 30px;
    border-top: 1px solid var(--primary-color);
    margin-top: 60px;
}
.bottom-footer p {
    font-size: 16px;
    line-height: 24px;
}


.feature-card h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;

}
.feature-card h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.feature-card p{
    font-size: 18px;
    line-height: 28px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.feature-card p b{
    font-weight: 700;
}
.ft-icon {
    width: 48px;
    height: 48px;
    background: #F8F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.cs-card {
    border-left: 4px solid #F2F4F7;
    padding: 15px 25px;
}
.cs-card h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.cs-card p {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}

.cl-card .cs-card {
    padding-left: 15px;
}
.matter-cont {
    border-radius: 16px;
}
.matter-cont h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
}
.matter-cont p {
    font-size: 18px;
    line-height: 28px;
}
.matter-cont h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #F8F9FA;
}
.matter-points {
    max-width: 768px;
    margin: auto;
}
.sps-table {
    border-radius: 10px;
    overflow: hidden;
    max-width: 1040px;
    margin: auto;
}
.sps-table table{
    margin: 0;
}
.sps-table tr th {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background-color: #0C3257;
    padding: 15px;
    border-color: #A5D3E2!important;
}
.sps-table tr td {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0C3257;
    background-color: #E0F1FB;
    padding: 25px 15px;
    border-bottom: 1px solid #A5D3E2 !important;
    border-color: #A5D3E2 !important;
}

.cb-icon {
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -5px;
}
.contact-box {
    position: relative;
    padding-left: 65px;
}
.contact-box h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-box p {
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px;
    }
}

@media screen and (max-width: 1099px) {

    .banner-section {
        padding: 120px 0 70px;
    }
    .banner-img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section {
        padding: 50px 0 70px;
    }
    .banner-img {
        margin-top: 20px;
    }
    .default-btn {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 18px;
    }
.content-box {
    margin-bottom: 15px;
}

    .content-box h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .content-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .content-box p br {
        display: none;
    }
    .seo-div {
        border-radius: 15px;
    }
    .banner-section {
        background-position: bottom center;
    }



    .section-title h3{
        font-size: 24px;
    }
    .section-title p{
        font-size: 16px;
    }
    .works-step-box h4{
        font-size: 16px;
        line-height: 24px;
    }
    .works-step-box p{
        font-size: 14px;
    }

    .works-step-box {
        padding: 15px;
        border-left: 4px solid #F2F4F7;
    }


    .different-box {
        border-top: 4px solid #F2F4F7;
        padding: 15px;
        flex: 0 0 33.33%;
    }
    .different-box h4 {
        font-size: 16px;
    }
    .different-box p {
        font-size: 14px;
    }

    .cases-box h4 {
        font-size: 16px;
    }
    .cases-box p {
        font-size: 14px;
    }
    .cs-icon {
        width: 35px;
        height: 35px;
    }

    .sub-div {
        padding: 20px;
    }
    .sub-content h4 {
        font-size: 20px;
    }
    .sub-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-group .btn {
        font-size: 14px;
    }
    .sub-form-div p {
        font-size: 12px;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
        width: 50px;
        height: 50px;
    }
    .navbar-toggler svg path {
        fill: #ffffff;
    }
    .main-header {
        position: sticky;
        padding: 10px 0;
        background-color: #b3d3de;
        z-index: 99;
        top: 0;
    }
    .main-header .navbar-nav {
        gap: 15px;
    }
    .navbar-collapse {
        position: absolute;
        top: 70px;
        background-color: var(--primary-color);
        width: 100%;
        left: 0;
        right: 0;
        padding: 30px;
    }
    .main-header .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }

    .feature-card h3{
        font-size: 20px;

    }
    .feature-card h6{
        font-size: 14px;
    }
    .feature-card p{
        font-size: 14px;
    }

    .cs-card h4 {
        font-size: 16px;
    }
    .cs-card p {
        font-size: 14px;
    }

    .matter-cont h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .matter-cont p {
        font-size: 14px;
        line-height: 24px;
    }
    .matter-cont h6 {
        font-size: 14px;
    }


    .footer-menu {
        gap: 15px;
    }
    .footer-menu a {
        font-size: 14px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
    .footer-link a {
        font-size: 14px;
    }
    .bottom-footer {
        padding-top: 30px;
        margin-top: 30px;
    }

}

@media screen and (max-width: 767px) {
    .different-box {
        flex: 0 0 100%;
    }
}