@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
   font-family: "Roboto", sans-serif;
}

ul {
    padding: 0;
}
img {
    max-width: 100%;
}
p:last-child {
    margin-bottom: 0px;
}

/* Loader */

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #004f8f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}
/* Loader */

/* HERO SECTION CSS START */

section.hero-section {
    padding: 80px 0px;
    background: radial-gradient(circle at 20% 40%, #e3f2ff 0%, #ffffff 100%);
}
.footer_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease;
}
.footer_column h4 {
    color: #0d4c92;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.footer_column input {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 18px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s;
}
.footer_column textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s;
}
.footer_column button {
    width: 100%;
    background: #0d4c92;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
    box-shadow: 0 6px 18px rgba(13, 82, 233, 0.3);
    transition: 0.6s;
}
.footer_column button:hover {
    background: #0d4c92;
    transform: scale(1.05);
}
.hero-sect-cont h1 {
    margin-bottom: 30px;
}
section.hero-section .row {
    align-items: center;
}
.hero-sect-cont p {
    font-size: 18px;
    letter-spacing: 0.50px;
}
.hero-sect-cont a {
    background: #0d4c92;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0 6px 18px rgba(13, 82, 233, 0.3);
    transition: 0.6s;
    margin-top: 20px;
}
.hero-sect-cont a:hover {
    transform: scale(1.05);
}
/* HERO SECTION CSS END */


section.quickreceivable-hero-sec .row {
    justify-content: center;
}
section.quickreceivable-hero-sec {
    padding: 80px 0px 30px;
    text-align: center;
    background: #f1f1f1;
}
.top-divider-hero {
    background: #f1f1f1;
    clip-path: ellipse(50% 100% at 50% 100%);
    height: 100px;
    width: 100%;
    transform: rotate(180deg);
}

/* So, what is accounts receivable? */
section.what-receivable-sec {
    padding: 60px 0px 0px;
}
section.what-receivable-sec p {
    font-size: 16px;
}
.what-receivable-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.what-receivable-text ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.what-receivable-text ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
/* So, what is accounts receivable? */
/* CTA button css */
section.quickreceivable-cta {
    background: #0d4c92;
    text-align: center;
    color: #FFF;
    padding: 60px 0px;
}
section.quickreceivable-cta h4 {
    margin-bottom: 20px;
}
section.quickreceivable-cta a {
    text-decoration: none;
    background: #FFF;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    color: #0d4c92;
    font-size: 18px;
    font-weight: 400;
    transition: 0.6s;
    border: 2px solid #FFF;
    margin-top: 10px;
}
section.quickreceivable-cta a:hover {
    background: transparent;
    color: #FFF;
}
/* CTA button css */
/* Why Tracking AR Matters? */
section.ar-tracking-sect {
    padding: 60px 0px;
}
section.ar-tracking-sect .row {
    align-items: center;
}
.ar-tracking-text h2 {
    margin-bottom: 30px;
}
/* Why Tracking AR Matters? */
/* What’s in your receivables? */
section.your-receivables-cont {
    padding: 0px 0px 50px;
    background: #0d4c92;
}
section.your-receivables-cont h2 {
    color: #FFF;
}
.top-divider-blue {
    background: #0d4c92;
    clip-path: ellipse(50% 100% at 50% 100%);
    height: 100px;
    width: 100%;
}
.quickreceivable-title {
    text-align: center;
    margin-bottom: 50px;
}
.your-receivables-box {
    background: #FFF;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-bottom: 6px solid #0d4c92;
}
.your-receivables-box svg {
    margin-bottom: 20px;
}
.your-receivables-box h3 {
    font-size: 22px;
}
.your-receivables-box p {
    font-size: 18px;
}
/* What’s in your receivables? */
/* How It Works */
section.how-ts-works-cont {
    padding: 60px 0px;
}
.how-ts-works-box {
    background: radial-gradient(circle at 20% 40%, #e3f2ff 0%, #ffffff 100%);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.how-ts-works-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.how-ts-works-title {
    margin-top: 40px;
    text-align: center;
}
.how-ts-works-title svg {
    margin-bottom: 30px;
}
.how-ts-works-box svg {
    margin-bottom: 20px;
}
/* How It Works */
/* Audit-Ready at Any Moment */

section.audit-ready-content {
    padding: 60px 0px;
    background: #f6f6f6;
}
section.audit-ready-content .row {
    align-items: center;
}
.audit-ready--banner {
    background: #FFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 2px 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.audit-ready-text p {
    font-size: 18px;
}
.audit-ready-text ul {
    margin-top: 30px;
}
.audit-ready-text ul li {
    list-style: none;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.audit-ready-text ul li svg {
    vertical-align: middle;
    fill: none;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: #0d4c92;
    position: absolute;
    left: 0;
    top: 3px;
}
section.track-disputes-cont {
    padding-bottom: 60px;
    background: #f6f6f6;
}
section.track-disputes-cont .row {
    align-items: center;
}
/* Audit-Ready at Any Moment */
/* Benefits You Get By Trusting Quick receivable */

section.benefits-trust-sec {
    background: radial-gradient(circle at 20% 40%, #e3f2ff 0%, #ffffff 100%);
    padding: 60px 0px;
}
.benefits-trust-text {
    padding: 20px;
    background: #FFF;
    height: 100%;
    border-radius: 12px;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.1);
    border-top: 6px solid #0d4c92;
}
.benefits-trust-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.benefits-trust-text p {
    font-size: 16px;
    line-height: 27px;
}
.benefits-trust-text svg {
    margin-bottom: 20px;
}
/* Benefits You Get By Trusting Quick receivable */

/* Our Application */
section.our-application-content {
    padding: 60px 0px;
}
section.our-application-content .row {
    justify-content: center;
}
.application-sliders.owl-carousel.owl-theme {
    display: block;
    position: relative;
}
.application-sliders-text {
    background: #f1f1f1;
    padding: 50px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #3333;
}
.application-sliders-text h3 {
    margin-top: 30px;
    font-size: 24px;
}
.application-sliders.owl-carousel.owl-theme .owl-nav.disabled {
    display: block;
}
.application-sliders.owl-carousel.owl-theme .owl-dots {
    display: none;
}
.application-sliders.owl-carousel.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    background: transparent;
}
.application-sliders.owl-carousel.owl-theme .owl-nav button.owl-prev span.owl-prev {
    font-size: 25px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d4c92;
}
.application-sliders.owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    background: transparent;
}
.application-sliders.owl-carousel.owl-theme .owl-nav button.owl-next span.owl-next {
    font-size: 25px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d4c92;
}

/* Our Application */
/* Features That Power Quick receivable */

section.features-power-sec {
    background: #0d4c92;
    padding: 80px 0px;
}
.features-title {
    position: sticky;
    top: 130px;
}
section.features-power-sec .features-title h2 {
    color: #FFF;
    margin-bottom: 15px;
}
.features-title p {
    color: #FFF;
    font-size: 17px;
    letter-spacing: 0.50px;
    font-weight: 300;
}
.features-power-text {
    background: #FFF;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    /* border-bottom: 5px solid #0d4c92; */
}
.features-power-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.features-power-text svg {
    margin-bottom: 20px;
    background: #eaf5ff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3333;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
/* Features That Power Quick receivable */
/* Why Choose Quick Receivable? */

section.quickreceivable-why-choose-sec {
    padding: 60px 0px;
}
.quickreceivable-why-choose-text {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 10px 10px 10px -4px rgba(0, 0, 0, 0.1);
}
.quickreceivable-why-choose-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.quickreceivable-why-choose-text p {
    font-size: 16px;
}
.quickreceivable-why-choose-text svg {
    margin-bottom: 20px;
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3333;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
/* Why Choose Quick Receivable? */
/* About Quick Receivable */

section.quickreceivable-about-cont {
    padding: 60px 0px;
}
.quickreceivable-about-text h2 {
    margin-bottom: 20px;
}
.quickreceivable-about-text ul li {
    list-style: none;
    padding-bottom: 15px;
    position: relative;
    padding-left: 36px;
}
.quickreceivable-about-text ul li svg {
    position: absolute;
    left: 0;
    top: 0;
}

/* About Quick Receivable */
/* ------------------------------
Footer Section
------------------------------ */
.footer-top-location {
    border-bottom: 1px solid #ffffff61;
    margin-bottom: 50px;
}
.footer-top-location-text {
    text-align: center;
    margin: 0 auto;
}
.footer-top-location-text h3 {
    color: #FFF;
    font-size: 20px;
}
.footer-top-location-text p {
    color: #FFF;
    font-size: 17px;
}
.footer-top-location-text p a {
    color: #FFF;
    text-decoration: none;
}
.footer-top-location-text i {
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 24px;
    color: #0d4c93;
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer-top-location .row {
    justify-content: center;
}

section.footer-section {
    background: #0D4C93;
    padding: 60px 0px;
}
.footer-logo img {
    background: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 200px;
    margin-bottom: 30px;
}
.footer-logo p {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.50px;
    margin: 0;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 40%;
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
    transition: 0.6s;
}
.footer-links ul li i {
    color: #FFF;
    position: absolute;
    left: 0;
    top: 6px;
}
.footer-links ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    transition: 0.6s;
}
.footer-links ul li:hover i {
    color: #A0E4CB;
}
.footer-links ul li a:hover {
    margin-left: 6px;
    color: #A0E4CB;
}
.footer-links p {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.footer-links p::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
    width: 80px;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 6px;
}
.footer-copy-right {
    text-align: center;
    background: #063f6c;
    padding: 20px 20px;
}
.footer-copy-right p {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    margin: 0;
}
.footer-copy-right p a {
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}   

/* ------------------------------
Footer Section
------------------------------ */
/* ------------------------------
Responsive CSS Start
------------------------------ */
@media screen and (max-width:992px) {
section.hero-section .row {
    flex-direction: column-reverse;
}
.footer_column {
    padding: 30px;
    margin-bottom: 40px;
}
.hero-sect-cont {
    text-align: center;
}
.what-receivable-banner {
    margin-bottom: 40px;
}
section.ar-tracking-sect .row {
    flex-direction: column-reverse;
}
.ar-tracking-banner {
    margin-bottom: 30px;
}
section.your-receivables-cont .row {
    justify-content: center;
}
section.audit-ready-content .row {
    flex-direction: column-reverse;
}
.audit-ready--banner {
    margin-bottom: 40px;
}
section.audit-ready-content {
    padding-bottom: 20px;
}
.quickreceivable-about-banner {
    margin-bottom: 40px;
}
.top-divider-blue {
    height: 60px;
}
.top-divider-shaped, .top-divider-hero {
    height: 60px;
}

}

/* ------------------------------
Responsive CSS End
------------------------------ */
/* ------------------------------
CONTACT US PAGE CSS CODE
------------------------------ */
.contact-us-content {
    text-align: left;
    background: #0d4c92;
    padding: 30px 30px 10px;
    border-radius: 10px;
    color: #FFF;
}
.contact-us-content h2 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.contact-us-content h2::after {
    position: absolute;
    content: '';
    background: #A0E4CB;
    width: 80px;
    height: 6px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.contact-us-content-text {
    display: flex;
    text-align: left;
    margin-bottom: 30px;
}
.contact-us-content-text i {
    background: #FFF;
    color: #0d4c92;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 6px;
    margin-right: 15px;
}
.contact-us-content-text h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.contact-us-content-text p a {
    color: #FFF;
    text-decoration: none;
}
.contact-us-content-text p {
    font-size: 17px;
    color: #FFF;
}

section.clients-ours-sec {
    padding: 80px 0px;
}
.clients-ours-text {
    text-align: center;
    background: #e9fdf2a1;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #a0e4cb;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
.clients-ours-text img {
    max-width: 60px;
    margin-bottom: 15px;
}
.clients-ours-text h3 {
    font-size: 20px;
}
.clients-ours-text .rating {
    color: #ff9f00;
    margin-bottom: 6px;
    font-size: 18px;
}
.clients-ours-text p {
    font-size: 16px;
}


section.quick-receivable-faq-text {
    background: #edf4fd;
    padding: 80px 0px;
}
section.quick-receivable-faq-text .works-title h2::after {
    background: #0D4C93;
}
section.quick-receivable-faq-text .row {
    justify-content: center;
}
section.quick-receivable-faq-text .accordion-item {
    margin-bottom: 30px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
section.quick-receivable-faq-text .accordion-item h2 button {
    font-size: 20px;
    padding: 25px;
    box-shadow: none;
    border-radius: 10px !important;
}
section.quick-receivable-faq-text .accordion-item .accordion-body {
    padding: 30px;
}
section.quick-receivable-faq-text .accordion-button:not(.collapsed) {
    color: #0d4c93;
    background-color: #a0e4cb;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* ------------------------------
CONTACT US PAGE CSS CODE
------------------------------ */
/* ------------------------------
ABOUT US PAGE CSS CODE
------------------------------ */
.quickreceivable-about-hero h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.quickreceivable-about-hero a {
    background: #0d4c92;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0 6px 18px rgba(13, 82, 233, 0.3);
    transition: 0.6s;
    margin-top: 20px;
}
.quickreceivable-about-hero a:hover {
    transform: scale(1.05);
}

.top-divider-shaped {
    background: #edf4fd;
    clip-path: ellipse(50% 100% at 50% 100%);
    height: 100px;
    width: 100%;
    transform: rotate(0deg);
}
section.quickreceivable-about-text {
    padding: 80px 0px;
}


section.quickreceivable-shaped-text {
    background: #EDF4FD;
    padding: 0px 0px 60px;
}
.quickreceivable-shaped-box {
    background: #FFF;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}
.quickreceivable-shaped-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.quickreceivable-shaped-box svg {
    margin-bottom: 20px;
}

section.quickreceivable-mission-sec {
    padding: 60px 0px;
}
.quickreceivable-mission-text {
    background: #FFFCEE;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    border: 1px solid #ffe56b;
}
.quickreceivable-mission-text h2 {
    font-size: 25px;
}
.quickreceivable-mission-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.quickreceivable-mission-text p {
    font-size: 16px;
}
.quickreceivable-mission-text svg {
    background: #FFF;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #3333;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}

section.quickreceivable-we-approach {
    background: #f1f1f1;
    padding: 60px 0px;
}
.quickreceivable-we-approach-text {
    background: #FFF;
    padding: 90px 30px 30px;
    border-radius: 10px;
    height: 100%;
    position: relative;
}
.quickreceivable-we-approach-text svg {
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3333;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.quickreceivable-we-approach-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.quickreceivable-we-approach-text p {
    font-size: 16px;
}

section.make-smother-sec {
    padding: 80px 0px;
    text-align: center;
}

section.make-smother-sec a {
    border: 2px solid #0d4c93;
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 10px;
    color: #0d4c93;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
    position: relative;
    transition: 0.6s;
}
section.make-smother-sec a::after {
    position: absolute;
    content: '';
    background: #0d4c93;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.6s;
    z-index: -1;
    border-radius: 6px;
}
section.make-smother-sec a:hover::after  {
    width: 100%;
}
section.make-smother-sec a:hover {
    color: #FFF;
}


/* ------------------------------
ABOUT US PAGE CSS CODE
------------------------------ */

/*================================================
Blog Area CSS
=================================================*/

.visit-blog-btn {
  margin: 0 auto;
  text-align: center;
}

.visit-blog-btn a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  background: #0865f8;
  color: #FFF;
  border-radius: 5px;
  border: 1px solid #0865f8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
}
.visit-blog-btn a:hover {
  background: #0d1820;
}

.blog-area .section-title-two {
  max-width: 910px;
}

.blog-item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0px;
  border-radius: 5px;
}

.blog-item .image {
  position: relative;
}

.blog-item .image img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.blog-item .image .btn {
  background-color: #f12711;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  padding: 5px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: none;
}

.blog-item .image .btn a {
  color: #ffffff;
}
.blog-item .content {
  padding: 20px;
  /* border: 1px solid #dddddd; */
  border-top: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 0 0 5px 5px;
}
.blog-item .content .post-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-item .content .post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  color: #767676;
  margin-right: 12px;
  font-weight: 400;
}

.blog-item .content .post-meta li:last-child {
  margin-right: 0;
}

.blog-item .content .post-meta a {
  color: #767676;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-item .content .post-meta i {
  color: #f12711;
  margin-right: 2px;
  position: relative;
  font-size: 16px;
  top: 0px;
}

.blog-item .content h3 {
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 14px;
}

.blog-item .content h3 a {
  color: #0d1820;
}

.blog-item .content .read-more {
  font-size: 15px;
  display: inline-block;
  color: #767676;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: none;
}

.blog-item .content .read-more i {
  font-size: 18px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}

/* .blog-item:hover .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #ffffff;
  border-top: none;
} */

.blog-item:hover .content h3 a {
  color: #0865f8;
}

.blog-item:hover .content .read-more {
  color: #f12711;
  letter-spacing: 1px;
}

.blog-item:hover .image .btn {
  left: 0;
  background-color: #ffffff;
  border-radius: 0;
}

.blog-item:hover .image .btn a {
  color: #0865f8;
}

.blog-item.left .image .btn {
  right: 12px;
  left: auto;
  top: 0;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.blog-item.left:hover .image .btn {
  right: 0;
  left: auto;
  top: 20px;
}
.faq-accordion-content .accordion-content ul {
  padding: 0;
  margin: 0;
}
.faq-accordion-content .accordion-content ul li {
  list-style: none;
  font-size: 18px;
  color: #777;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}
.faq-accordion-content .accordion-content ul li i {
  color: #0d1820;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.dashboard-cont-area.scrollspy-example .faq-accordion-content {
  margin-bottom: 30px;
}
.dashboard-cont-area.scrollspy-example h3 {
    font-size: 20px;
    font-weight: 600;
}

/*================================================
Blog Area CSS
=================================================*/

/* =======================================
BLOG Inner Page Css 
======================================= */
section.blog-inner-section {
  padding: 100px 0px 60px;
}
section.blog-inner-section .row {
  justify-content: center;
}
section.blog-inner-section .row .col-lg-4.col-md-6.mb-4 {
  margin-bottom: 50px !important;
}
.blog-post-image img {
  border-radius: 10px;
  border-bottom: 1px solid #ccc;
}
.blog-post-info {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.blog-post {
  padding-bottom: 50px;
  box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.1);
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.blog-post-content {
  padding: 30px 20px;
}
.blog-post-area  a {
  margin: 0;
  padding: 0;
  padding-right: 30px;
  color: #0865f8;
  font-size: 16px;
  font-weight: 500;
}
.blog-post-date {
  font-weight: 600;
  color: #777 !important;
}
.blog-post-details h5.blog-post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #0D4C93;
}
.blog-post-details {
  margin-bottom: 20px;
}
.blog-post-author {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
}
.blog-post-author img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin-right: 15px;
  /* box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3); */
}
.blog-post-author p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
/* =======================================
BLOG Inner Page Css 
======================================= */
/* =======================================
BLOG Inner Creation Page Css 
======================================= */

section.blog-creation-section {
  background: #f6f6f6;
  padding: 100px 0px;
}
section.blog-creation-section .row {
  align-items: center;
}
.blog-creation-content ul {
  padding: 0;
}
.blog-creation-content ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #777;
  margin-right: 10px;
}
.blog-creation-content ul li a {
  font-size: 15px;
  color: #777;
}
.blog-creation-content ul li i {
  margin-left: 5px;
}
.blog-creation-content h1 {
    font-size: 32px;
    margin: 10px 0px;
    font-weight: 500;
}
.blog-creation-content p {
    font-size: 18px;
    font-weight: 300;
}
.dashboard-user li {
  display: inline-block;
}
.blog-creation-content ul li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}
.dashboard-user ul li {
  margin-right: 20px;
}
.dashboard-user ul li i {
  margin-right: 10px;
  font-size: 20px;
}
.blog-creation-banner {
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  border-radius: 10px;
}

/* Blog Creation Left Side CSS */
.table-coloum-area {
    display: inline-block;
    position: sticky;
    top: 150px;
    margin-left: 30px;
}
.table-coloum-area h6 {
    margin: 0;
    background: #A0E4CB;
    color: #0D4C93;
    text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}
.table-coloum-area .list-group {
  margin-bottom: 30px;
}
.table-coloum-area ul {
  padding: 20px;
  margin: 0;
  border: 1px solid #3333;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.table-coloum-area ul li {
  list-style: none;
}
.table-coloum-area ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #777;
}
section.table-of-content {
  padding: 80px 0px;
}
.dashboards-main-img {
  margin-bottom: 30px;
  text-align: center;
}
.dashboard-cont-area h2 {
    color: #0D4C93;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 26px;
}
.dashboards-bullet-points ul {
  padding: 0;
  margin: 0;
}
.dashboards-bullet-points ul li {
  list-style: none;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}
.dashboards-bullet-points ul li b {
  color: #0d1820;
  font-weight: 600;
}
.dashboard-cont-area.scrollspy-example h4 {
  font-size: 22px;
  padding: 10px 0px;
}

.dashboard-cont-area p {
  font-size: 18px;
  text-align: justify;
}
.dashboard-cont-area p span {
  color: green;
  font-weight: 500;
}
.dashboards-bullet-points ul li span {
  color: green;
  font-weight: 500;
}
.dashboards-bullet-points ul li svg {
  position: absolute;
  left: 0;
  top: 2px;
}
.dashboards-bullet-points ul li i {
    color: #0d1820;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}
.list-group-item.active, .list-group-item:hover {
    color: #0D4C93;
    background-color: unset;
    border-color: #0D4C93;
    border-left: 5px solid #0D4C93;
}
.list-group-item:first-child {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.list-group-item:last-child {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.list-group-item {
  border: unset;
}
.blog-contact-btn {
  background: #f6f6f6;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.blog-contact-btn h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-contact-btn a {
    background: #0D4C93;
    color: #FFF;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    transition: 0.6s;
    text-decoration: none;
}
.blog-contact-btn a:hover {
  background: #0d1820;
}
/* Blog Creation Left Side CSS */

/* Blog Creation Left Side Bottom Content */
/* .blog-post-author-content {
  margin: 0 auto 100px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  padding: 40px;
  border-radius: 10px;
} */
.blog-post-author-content img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.shyam-agarwal-author img {
    border-radius: 10px;
}
.blog-post-author-content h5 {
    color: #0D4C93;
    font-size: 22px;
    font-weight: 600;
}
section.blog-post-author-bottom .row {
    align-items: center;
}
.blog-post-author-content h6 {
  color: #777;
}
.blog-post-author-content p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.50px;
}
section.blog-post-author-bottom {
    background: #f6f6f6;
    padding: 50px 10px;
}
/* Blog Creation Left Side Bottom Content */

.implement-crm-area {
	text-align: center;
	margin: 0 auto;
	background: #bfe3f899;
	padding: 20px;
	border: 1px solid #ccc;
}
.implement-crm-area p {
	text-align: center;
}
.implement-crm-area a {
	background: #0865f8;
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.6s;
}
.implement-crm-area a:hover {
  background: #00060c;
}
.crm-solutions-table-box table, tr, th, td {
    border: 1px solid #333;
    padding: 15px;
}
.page-title-area {
    position: relative;
    /* z-index: 1; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background: linear-gradient(360deg, hsla(158, 56%, 76%, 1) -20%, hsla(212, 84%, 31%, 1) 100%);
}
/* .page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
} */
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    position: absolute;
    bottom: -16px;
    left: 20%;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #0d1820;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}
.page-title-content ul li a {
    display: inline-block;
    color: #0d1820;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.page-title-content ul li i {
    position: relative;
    top: 1px;
    margin: 0 10px;
}
.page-title-content ul li a {
    display: inline-block;
    color: #0d1820;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
}

@media screen and (max-width:991px) {
section.blog-creation-section {
    padding: 50px 0px;
}
section.blog-creation-section .row {
    flex-direction: column-reverse;
}
.blog-creation-banner {
    margin-bottom: 50px;
}
section.table-of-content .row {
    flex-direction: column-reverse;
}
.table-coloum-area {
    margin: 0px 0px 50px;
}
.blog-post-author-content {
    text-align: center;
}
.shyam-agarwal-author {
    text-align: center;
    margin-bottom: 20px;
}
.shyam-agarwal-author img {
    max-width: 100px;
}

}
section.faq.blog-faq-cont {
    padding: 0;
    background: transparent;
}
.receivable-table-auto {
    overflow-x: auto;
}
/* =======================================
BLOG Inner Creation Page Css 
======================================= */