@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.img-responsive {
    width:100%;
    height: auto;
}

/* ===Top Bar Section=== */
.top-bar {
    padding: 15px 0;
    background-color: #253C84;
}
.top-bar a {
    color: #fff;
}
.top-bar a:hover {
    text-decoration: none;
}

@media (max-width:768px) {
    .top-bar {
        text-align: center;line-height: 35px;
    }
    .info-mail {
        display:none;
    }
    .info-call a {
        font-weight: bold;
        font-size: 23px;
    }
    .sage-banner a {
        font-size: 20px !important;
        padding: 13px !important;
    }
    .sage-nav .fa-bars {
        top: 93px !important;
    }
}

/* ====Navigation Section=== */
nav {
    box-shadow: 0px 0px 10px 0px rgb(53 48 215 / 50%);
    padding: 20px 0;
    background-color: #fff;
}
.logo {
    font-family: 'Akaya Telivigala', cursive;
    font-size: 28px;
    color: #253C84;
}
.logo span {
    color: #FBB61A;
}
.logo:hover {
    text-decoration: none;
}
.main-menu {
    padding: 0;
    padding-top: 8px;
}
.main-menu li {
    list-style: none;
}
.main-menu > li {
    float: left;
}
.main-menu > li > a {
    padding: 0 10px;
    font-size: 18px;
}
.main-menu a {
    color: #000;
    font-weight: 500;
}
.main-menu > li > a:hover {
    color: #2C4DB3;
    text-decoration: none;
}
.parent-dropdown {
    position: relative;
}
.child-dropdown {
    position: absolute;
    padding: 15px 0;
    width: 215px;
    display: none;
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    background-color: #fff;
    z-index: 999;
}
.child-dropdown li {
    border-bottom-style: solid;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 1px;
    padding: 10px;
}
.child-dropdown a {
    font-size: 17px;
    display: block;
}
.parent-dropdown:hover .child-dropdown {
    display: block;
}
.child-dropdown li:hover {
    background-color: #2C4DB3;
    color: #fff;
}
.child-dropdown li:hover a {
    color: #fff;
    text-decoration: none;
}
.fa-bars {
    display: none;
}

@media (max-width:768px) {
    .fa-bars {
        display: block;
        position: absolute;
        top: 120px;
        right: 50px;
        font-size: 32px;
        color: #0946A2;
    }
    .main-menu {
        text-align: center;
        display: none;
    }
    .main-menu li {
        float: none;
        line-height: 50px;
    }
    .child-dropdown {
        position: relative;
        width: auto;
    }
}

/* ====Banner Section======= */
.banner {
    padding: 60px 0;
    background-image: url('../images/mwj-banner.jpg-3-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height:500px;
}

@media (max-width:768px) {
    .banner img {
        width: 200px;
        height: auto;
    }
}

/* ===Ribbon Section==== */
.ribbon {
    padding: 30px 0;
    background-color: #252525;
}

@media (max-width:768px) {
    .ribbon {
        text-align: center;
    }
}

/* ===Globally Section=== */
.globally {
    padding: 40px 0;
}
.globally h6 {
    font-weight: 600;
    color: #565656;
}

@media (max-width:768px) {
    .globally {
        text-align: center;
    }
    .globally .col-md-3 {
        margin-bottom: 20px;
    }
    .services .col-md-6.text-center {
        padding-top: 20px;
    }
}

/* ===Who We Are Section=== */
.who-we {
    padding: 60px 0;
}
.who-we h1 {
    font-size: 50px;
    padding: 10px 0;
}
.cust-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #253C84;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 31px 12px 31px;
    color: #fff;
}
.cust-btn:hover {
    background-color: #FBB61A;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

/* ====Services Section=== */
.services {
    padding: 60px 0;
}
.services h1 {
    color: #253C84;
    padding-bottom: 10px;
}
.services img {
    width: 132px;
    height: auto;
}

/* ====Why Section-===== */
.why {
    padding: 60px 0;
}
.why h1 {
    color: #253C84;
}

/* ====Need Section=== */
.need {
    padding: 100px 0;
    background-image: url('../images/ARE-YOU-PASSIONATEbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.need h1 {
    color: #fff;
    font-size: 50px;
}

/* ====Footer Section==== */
footer {
    padding: 60px 0;
    background-color: #ECECEC;
}
footer a {
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
footer a:hover {
    text-decoration: none;
}
footer a i {
    font-size: 20px;
    color: #2C4DB3;
}
footer h3 {
    color: #0946A2;
}
.custom-icon {
    display: inline-block;
    padding: 6px;
    border: 1px solid #2C4DB3;
    border-radius: 50%;
    margin-top: 10px;
}
.custom-link {
    border-top: 1px solid #000;
    padding-top: 20px;
}
.custom-link a {
    display: inline-block;
}
.custom-link p {
    margin-bottom: 0;
}

@media (max-width:768px) {
    .custom-link {
        text-align: center !important;
    }
    .custom-link p {
        margin-bottom: 10px;
    }
}


/* ====About Us Page==== */
/* ====About Banner Section */
.about-banner {
    background-color: #11325F;
    color: #fff;
}
.about-banner h1 {
    font-size: 45px;
}

/* ====Goals Section=== */
.goals {
    padding: 120px 0;
    color: #fff;
    background-image: url('../images/Your-Financial-Goals-Are-Imporatnt-To-Us.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ====Industry Section=== */
.industry {
    padding: 60px 0;
}
.industry h5 {
    font-weight: 600;
}

/* ====Team Section==== */
.team {
    padding: 60px 0;
}
.team h1 {
    font-size: 50px;
    color: #001572;
}
.team h1:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background-color: #001572;
    margin: 20px auto;
}

/* ====Services Content Section==== */
.service-content {
    padding: 60px 0;
}
.service-content h2 {
    font-weight: 600;
}

/* ===Quickbooks Software Page==== */
.quick-banner {
    padding: 60px 0;
    background-image: url('../images/resize.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ===Contact Us Page==== */
/* ====Contact Banner Section==== */
.contact-banner {
    padding: 60px 0;
    background-image: url('../images/contactus-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 1;
}
.contact-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}
.contact-banner form input,
.contact-banner form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: transparent;
    border: none;
    border: 1px solid #8e98a2;
    color: #fff;
}
::placeholder {
    color: #fff;
}
.contact-banner form input:focus-visible,
.contact-banner form textarea:focus-visible {
    outline: none;
}

/* ====Contact Content Section=== */
.contact-content {
    padding: 60px 0;
}
.contact-content h2 {
    color: #0946A2;
}
.contact-content a {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    color: #000;
}
.contact-content a:hover {
    text-decoration: none;
}
.contact-content i {
    color: #0946A2;
}

@media (max-width:768px) {
    .team {
        text-align: center;
    }
    .team img {
        margin-bottom: 10px;
    }
    .service-content img {
        width: 100%;
        height: auto;
    }
}

/*====Service Page====*/
/*====Sage Banner Section=====*/
.sage-banner {
    padding: 70px 0;
    background-image: url(../images/sage-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.sage-banner .col-md-8 {
    background-color: #F7F7F7;
    padding: 60px 25px;
    border-radius: 25px;
}

/*===Why Sage Section====*/
.why-sage {
    padding: 60px 0;
}

/*===Sage Services Section===*/
.sage-services {
    padding: 30px 0 60px;
    border-bottom: 1px solid #253C84;
}
.sage-services h2, .sage-services h5 {
    color: #253C84;
}
.sage-services .col-md-4 {
    padding: 15px;
}

/*====Sage Plans Section===*/
.sage-plans {
    padding: 60px 0;
}
.sage-plans h5, .sage-plans h2 {
    color: #253C84;
}
.sage-plans .cust-btn {
    background-color: #253C84;
    font-size: 23px;
}

/*===Sage FAQ Section===*/
.sage-faq {
    padding: 30px 0 60px;
}
.sage-faq h2, .sage-faq h5 {
    color: #253C84;
}

/*===Sage Form Section===*/

section.cform-section {
    background: #253C84;
    background-size: cover;
    padding: 65px 0 52px;
    color: #fff;
    text-align: center;
}
section.cform-section h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 30px;
}
section.cform-section h2+p {
    padding: 0 130px;
    margin-bottom: 20px;
}
section.cform-section form {
    width: 80%;
    margin: 0 auto;
}
section.cform-section form ul li {
    display: inline-block;
    width: 31.3%;
    margin: 0 4px;
}
section.cform-section form ul li.full-li {
    width: 100%;
}
section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 96%;
    border-radius: 20px;
    border: none;
    background: 0 0;
    border: 2px solid #fff;
    min-height: 130px;
    margin-top: 17px;
    outline: none;
}
section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    background: 0 0;
    border: 2px solid #fff;
    outline: none;
}
section.cform-section form ul li input[type=submit] {
    border: none;
    box-shadow: none;
    color: #000 !important;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    background: #fff;
}

/*===QBO Customer Service Page===*/
/*==Choose Section==*/
.choose {
    padding:30px 0;
}
.main-choose {
    padding:15px;
}
.custom-choose {
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
    border-radius:15px;
    padding:15px;
}

/*==Finance Section==*/
.main-finance {
    padding:15px;
}
.custom-finance {
    padding:15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius:22px;
}

/*===Right Section===*/
.main-right {
    padding:10px;
}
.custom-right {
    padding:15px;
    box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.5);
    border-radius:20px;
}

@media (max-width:768px) {
    .getting .col-md-4 {
        padding-bottom:12px;
    }
    .provider img {
        display:none;
    }
}