* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif !important;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.theme-btn {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #142557;
    font-size: 16px;
    line-height: 47px;
    padding: 0px 20px;
    text-transform: capitalize;
    transition: .5s;
    text-decoration: none;
    height: 50px;
}

.theme-btn:hover {
    background-color: transparent;
    color: #fff;
}

.blue-btn {
    display: inline-block;
    background-color: #142557;
    border: 1px solid #142557;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 47px;
    padding: 0px 20px;
    text-transform: capitalize;
    transition: .5s;
    text-decoration: none;
    height: 50px;
}

.blue-btn:hover {
    background-color: transparent;
    color: #142557;
    border-color: #142557;
}

.theme-btn:hover img {
    filter: brightness(100);
}

.theme-outline-btn {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: .5s;
    text-decoration: none;
}

.theme-outline-btn:hover {
    background-color: #fff;
    color: #142557;
}

.sec-badge {
    display: inline-block;
    background-color: #3388FF;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}

.sec-title {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: -3%;
    text-transform: capitalize;
    font-weight: 400;
    color: #060609;
}

.main-title p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/* header css start */
header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

header .nav-item .nav-link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    transition: .5s;
}

header .nav-item .nav-link:hover {
    color: #3388FF;
}

header .nav-item .nav-link.active {
    color: #3388FF;
}

/* header css end */

/* banner css start */

.banner-sec {
    background-color: #142557;
    z-index: 1001;
    padding: 200px 0 0 0;
}

.banner-txt h1 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 600;
}

.banner-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.banner-bottom-sec h6 {
    font-size: 520px;
    line-height: 482px;
    background: linear-gradient(to bottom, #575757, #EBEBEB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.banner-bottom-sec {
    margin-top: 180px;
}

/* work css start */
.work-txt ul li h6 {
    font-size: 20px;
    line-height: 30px;
    color: #060609;
    letter-spacing: -2%;
    font-weight: 400;
    margin-bottom: 4px;
}

.work-txt ul li p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(6, 6, 9, 0.5);
    font-weight: 400;
}

.work-txt ul li {
    border-bottom: 1px solid rgba(6, 6, 9, 0.2);
    padding-bottom: 10px;
    margin-bottom: 35px;
}

/* work css end */


/* why sec css start */
.why-sec {
    background-color: #FAFAFB;
}

.why-img {
    width: 500px;
}

.why-img img {
    border-radius: 35px;
}

.why-box-txt h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.why-box-txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

.why-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #3388FF;
}

/* why sec css end */

/* solution css start */
.solution-txt p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(6, 6, 9, 0.5);
}

.solution-img img {
    border-radius: 35px;
}

.solution-txt ul li {
    margin-bottom: 5px;
}

.solution-txt ul li h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* solution css end */

/* choose css start */
.choose-sec {
    background-color: #142557;
}

.choose-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: .5s;
    border: 1px solid #fff;
}

.choose-boxes a:hover .choose-box {
    background-color: transparent !important;
}

.choose-boxes a:hover .choose-box h6,
.choose-boxes a:hover .choose-box p {
    color: #fff !important;
}

.choose-box h6 {
    font-size: 20px;
    line-height: 30px;
    color: #0A0A0A;
    margin-top: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.choose-box p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(6, 6, 9, 0.5);
    margin-bottom: 0;
}

.addon-ser-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #fff;
    transition: .5s;
}

.addon-service a:hover .addon-ser-box {
    background-color: transparent !important;
}

.addon-service a:hover .addon-ser-box h6 {
    color: #fff;
}

.addon-service a:hover .addon-ser-box .add-ser-icon img {
    filter: invert(1);
}

.addon-ser-box h6 {
    font-size: 14px;
    line-height: 24px;
    color: #0A0A0A;
}


/* choose css end */

/* hepl css start */
.help-txt h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #0A0A0A;
    margin-bottom: 0;
}

.help-txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(6, 6, 9, 0.5);
}

.help-btn a {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6.75px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 9px 20px;
    color: #142557;
    text-decoration: none;
    transition: .5s;
    text-transform: capitalize;
}

.help-btn a:hover {
    background-color: #142557;
    color: #fff;
}

/* hepl css end */

/* testimonial css start */
.reviw-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px;
}

.reviw-box h4 {
    font-size: 20px;
    line-height: 30px;
    color: #0A0A0A;
    margin-bottom: 20px;
}

.reviw-box h6 {
    font-size: 16px;
    line-height: 26px;
    color: #0A0A0A;
    font-weight: 400;
    margin-bottom: 0;
}

.reviw-box p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(6, 6, 9, 0.5);
    margin-bottom: 0;
}

/* testimonial css end */

/* faq css start */
.faq-sec {
    background-color: #FAFAFB;
}

.faq-img img {
    border-radius: 35px;
}

.fqa-accordian .accordion-button {
    justify-content: space-between;
}

.fqa-accordian .accordion-button::after {
    content: none !important;
}

.fqa-accordian .accordion-button.collapsed .plus-icon {
    display: block;
}

.fqa-accordian .accordion-button.collapsed .mins-icon {
    display: none;
}

.fqa-accordian .accordion-button .mins-icon {
    display: block;
}

.fqa-accordian .accordion-button .plus-icon {
    display: none;
}

.fqa-accordian .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.fqa-accordian .accordion-item {
    background-color: transparent !important;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.fqa-accordian .accordion-button {
    background-color: transparent !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #0A0A0A;
    padding: 25px 25px 10px 25px;

}

.fqa-accordian .accordion-button.collapsed {
    padding: 25px;
}

.fqa-accordian .accordion-button:focus {
    box-shadow: none !important;
}

.fqa-accordian .accordion-body {
    padding-top: 0 !important;
    font-size: 16px;
    line-height: 26px;
    color: #0A0A0A;
    font-weight: 400;
    padding-left: 40px;
    padding-bottom: 25px;
}

/* faq css end */

/* cta css start */
.cta-sec {
    background-color: rgba(0, 87, 184, 1);
}

.cat-img img {
    margin-bottom: -244px;
}

/* cta css end */

/* footer css start */
footer {
    background-color: #142557;
}

.footer-left-box h6 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 25px 0;
}

.quick-links h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.quick-links ul li a {
    font-family: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.quick-links ul li {
    font-family: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.quick-links ul li a:hover {
    color: #3388FF !important;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.footer-bottom a:hover {
    color: #3388FF;
}

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-size: 24px;
    display: none;
    background-color: #3388FF;
    border: 1px solid #3388FF;
    width: 60px;
    min-width: 60px;
    border-radius: 100px;
    height: 60px;
    color: white;
    padding: 10px;
    cursor: pointer;
    transition: .5s;
}

#scrollTopBtn:hover {
    background-color: #142557;
    border-color: #142557;

}

/* footer css end */



/* breadcrum css start */
.breadcrum_sec {
    background-color: #142557;
    padding: 120px 0 65px 0;
}

.breadcrum-box h2 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    text-transform: capitalize;
}

.breadcrum-box ul li,
.breadcrum-box ul a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    text-transform: capitalize;
}

.breadcrum-box ul a:hover {
    color: #3388FF;
}

.static-sec h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.static-sec p,
.static-sec li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(6, 6, 9, 0.5);
}

.static-sec li {
    margin-bottom: 5px;
}

.contact-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: #3388FF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img {
    filter: invert(1);
}

.contact-txt h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-txt a,
.contact-txt p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(6, 6, 9, 0.5);
    text-decoration: none;
    transition: .5s;
}

.contact-txt a:hover {
    color: #3388FF;
}

.contact-inr-box {
    border-bottom: 1px solid rgba(6, 6, 9, 0.2);
    padding-bottom: 30px;
}

.contact-right-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid rgba(6, 6, 9, 0.08);
}

.contact-right-box .form-label {
    text-transform: capitalize;
}

.contact-right-box .form-control {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
}

.contact-right-box .form-control::placeholder {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
}

.map-box iframe {
    width: 100%;
    height: 500px;
}