*,
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

/* header css start here */
.header_wrapper {
    border: 1px solid #E5E7EB;
    background: rgba(0, 0, 0, 0.00);
    position: sticky;
    top: 0;
}

.header_wrapper ul li.nav-item a.nav-link {
    color: #00415D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.header_wrapper ul.navbar-nav li.nav-item a.nav-link.active, .header_wrapper ul.navbar-nav li.nav-item a.nav-link:hover, .footer_link ul li a:hover, .copytext a:hover {
    color: #f35038;
}
/* header css end here */
/* banner css start here */

.banner_wrapper {
    border: 0 solid #E5E7EB;
    background: linear-gradient(90deg, #00415D 0%, #1E3A8A 100%);
    padding: 100px 0;
}

.banner_left h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.banner_left h2 span {
    color: #F35038;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.banner_left p {
    color: #DBEAFE;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.qr_box span {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.qr_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 90%;
    margin-left: 0;
    margin-top: 20px;
}
.header_wrapper ul.navbar-nav {
    gap: 1.5rem;
}
.about_wrapper,
.services_wrapper,
.faq_wrapper {
    padding: 100px 0;
}

/* banner css end here */
/* about css start here */
.main_heading h2 {
    color: #00415D;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.main_heading p {
    color: #4B5563;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.main_heading p span {
    display: block;
}

.about_wrapper {
    padding: 100px 0;
    border: 0 solid #E5E7EB;
    background: #F9FAFB;
}

.about_svg {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 0 solid #E5E7EB;
    background: #00415D;
    margin-bottom: 20px;
}

.about_card h3 {
    color: #00415D;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about_card p {
    color: #4B5563;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about_card {
    border-radius: 16px;
    border: 0 solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10), 0 10px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 2rem;
    min-height: 342px;
}

/* about css end here */

/* our services css start here */
.service_box h3 {
    color: #00415D;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
}

.service_box p {
    color: #4B5563;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.service_box ul li {
    color: #4B5563;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
}

.service_box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: unset;
}

.service_box ul li svg {
    margin-right: 10px;
}

/* our services css end here */

/* faq css start here */
.faq_wrapper {
    background: #F9FAFB;
}

.faq_box h3 {
    color: #00415D;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.faq_box p {
    color: #4B5563;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.faq_box {
    border-radius: 16px;
    border: 0 solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10), 0 10px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 30px;
}

.faq_flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 70%;
    margin: 0 auto;
}

/* faq css end here */

/* footer css start here */
.footer_wrapper {
    padding: 60px 0;
    border: 0 solid #E5E7EB;
    background: #00415D;
}
.footer_link h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}
.footer_link ul {
    padding: unset;
    margin: 0;
}
.footer_link ul li {
    list-style: none;
}
.footer_link ul li a {
    text-decoration: none;
    color: #DBEAFE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}
.footer_logo p {
    color: #DBEAFE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 12px 0;
}
.footer_logo img {
    width: 72px;
    height: 52px;
    flex-shrink: 0;
}

.footer_logo ul li{
    list-style: none;
}
.footer_logo ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.footer_logo ul li a {
    border-radius: 9999px;
    border: 0 solid #E5E7EB;
    background: #F35038;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copytext p {
    margin: 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #F35038;
    background: rgba(0, 0, 0, 0.00);
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #DBEAFE;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}
.copytext p a {
    color: #DBEAFE;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}   
/* footer css end here */