@import url('https://fonts.googleapis.com/css2?display=swap&family=Roboto:wght@300;400;500;700;900&display=swap');

/* Global */

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-display: swap;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1640px;
    }
}


/* Typograpghy */

.heading {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 4.438rem;
    color: #181818;
}

.heading strong {
    font-weight: 900;
}

.heading-after:after {
    margin: 3rem 0;
    display: block;
    content: '';
    height: 0.625rem;
    width: 8.875rem;
    border-radius: 20px;
    background-color: #707070;
}

.sub-heading {
    color: #001430;
}

.fw-medium {
    font-weight: 500;
}

p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #2C2C2C;
}


/*****************************************/

.button {
    display: inline-block;
    padding: 1.25rem 2.188rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.50rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}

.button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0066FF;
    z-index: -2;
}

.button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #004DBF;
    transition: all 0.3s;
    z-index: -1;
}

.button:hover {
    color: #ffffff;
}

.button:hover:before {
    width: 100%;
}


/* Header */

.navbar {
    padding: 0;
    height: 60px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 15px 15px -10px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar ul {
    background-color: #ffffff;
}

.navbar-nav .nav-item .nav-link {
    padding: 0.625rem 1.875rem;
    color: #000000;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #0066FF;
}

.navbar-nav .nav-item.highlight-btn a.nav-link {
    color: #ffffff;
    background-color: #0066FF;
    margin-left: 15px;
}

/* Inventory Management System */

.ims {
    padding: 5rem 0;
}

.ims .container {
    background-image: url('../img/ims-content-bg.svg');
    background-repeat: no-repeat;
    background-position: 21% 0%;
}

.ims-txt .heading {
    font-size: 3.75rem;
}

.ims-txt .tagline {
    font-size: 1.938rem;
    line-height: 3.188rem;
    color: #181818;
    background-color: #E9F7EB;
    display: inline;
    padding: 0.625rem 0.938rem 0.625rem 0.625rem;
}

.ims-txt .heading br,
.ims-txt .tagline br {
    display: none;
}

.ims-txt .heading-after:after {
    height: 0.313rem;
    width: 6.75rem;
    background-color: #37B34A;
    margin: 0;
    margin-top: 1rem;
}

.ims-txt .description {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}


/* Retail Inventory Management System */

.rims {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
    background-color: #001430;
    background-image: url('../img/rt-mg-sys_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.rims-headings .heading,
.rims-headings .sub-heading {
    color: #3278DB;
}

.rims-headings .sub-heading {
    line-height: 1.938rem;
}

.rims .embed-responsive {
    display: flex;
}

.rims .intro-video .embed-responsive .embed-responsive-item,
.rims .intro-video .embed-responsive iframe,
.rims .intro-video .embed-responsive embed,
.rims .intro-video .embed-responsive object,
.rims .intro-video .embed-responsive video {
    height: 580px;
    border: 18px solid rgba(255, 255, 255, .25);
}

.rims .intro-video .embed-responsive {
    min-width: 40rem;
    min-height: 32rem;
}

@media (max-width: 767px) {
    .rims .intro-video .embed-responsive .embed-responsive-item,
    .rims .intro-video .embed-responsive iframe,
    .rims .intro-video .embed-responsive embed,
    .rims .intro-video .embed-responsive object,
    .rims .intro-video .embed-responsive video {
        height: inherit;
        width: 100%;
    }
    .rims .intro-video .embed-responsive {
        min-width: 100%;
        height: 360px;
        min-height: 280px;
    }
}

.rims-txt {
    max-width: 520px;
    padding-top: 1.25rem;
}

.rims-txt p {
    color: #ffffff;
    font-size: 1.375rem;
    line-height: 1.875rem;
}


/* Let Us Help You Grow */

.luhyg {
    padding-top: 1rem;
    padding-bottom: 3.25rem;
}

.luhyg-headings {
    margin-top: -4.375rem !important;
}

.luhyg-headings .heading-after:after {
    margin: auto;
    margin-top: 2rem;
}


/* View Last Sold Price */

.vlsp {
    background-color: #D4DCF4;
    padding-bottom: 4rem;
}

.vlsp-txt {
    padding-top: 11.563rem;
}


/* Create an Invoice */

.cai {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
}


/* Identify Inventory Shrinkage */

.iis {
    background-color: #F1F1F1;
    padding-top: 7rem;
    padding-bottom: 5.313rem;
}


/* Reorder & Backordering */

.rb-orders {
    width: 100%;
    height: auto;
    background-image: url('../img/rb-orders-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 7rem;
}

.rb-orders h1 {
    padding-bottom: 5.75rem;
}

.rb-orders h1 span {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 3.5rem;
}

.reorder,
.backordering {
    padding-left: 2rem;
}

.rb-orders .btn {
    margin-bottom: 2rem;
}

@media (max-width: 1340px) {
    .rb-orders h1 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    .rb-orders h1 span {
        font-size: 1.85rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 1200px) {
    .rb-orders h1 {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }
    .rb-orders h1 span {
        font-size: 1.85rem;
        line-height: 2.5rem;
    }
}


/* Keep Stock Levels Check */

.kslc {
    padding-top: 9.75rem;
    padding-bottom: 8.75rem;
}


/* Manage multiple businesses */

.mmb {
    background-color: #D4DCF4;
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
}

.mmb-txt {
    padding-top: 9rem;
}


/* Dropshipping */

.ds {
    padding-top: 10rem;
    padding-bottom: 5rem;
}


/* TESTIMONIALS */

.testimonials {
    width: 100%;
    height: auto;
    background-image: url('../img/testimonials-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 3.25rem;
}

.testimonials-txt .heading::after {
    display: none;
}

.carousel {
    padding-top: 12rem;
    padding-bottom: 9rem;
    text-align: center;
}

.carousel .carousel-inner {
    max-width: 865px;
}

.carousel .carousel-item .img-box {
    width: 168px;
    height: 168px;
    margin: 0 auto 1rem auto;
    padding: 0px;
    border: 3px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .name {
    font-size: 1.5rem;
    font-weight: 300;
    color: #AFAFAF;
    display: block;
}

.carousel .testimonial {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 66px;
    height: 66px;
    margin-top: 60px;
    top: 50%;
    background: none;
}

.carousel-control-prev .carousel-control-icon,
.carousel-control-next .carousel-control-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .50);
}

.carousel-control-prev .carousel-control-icon svg,
.carousel-control-next .carousel-control-icon svg {
    height: 66px;
}

/* new testimonial */
.testimonial-item {
    background: #fff;
    margin: 0 10px;
    padding: 20px;
    border-radius: 10px;
}
.testimonial-desc {
    font-size: 14px;
    margin-bottom: 6px;
}
.testimonial-icon {
    display: flex;
    gap: 5px;
    padding: 4px 0 0;
}
.testimonial-icon img {
    width: 14px;
}
.testimonial-img {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
}
.testimonial-img img {
    border-radius: 50%;
    width: 50px;
}
.carousel-testimonials {
    padding: 45px 20px 80px;
}

.carousel-testimonials ul.slick-dots {
    bottom: 25px;
}
.carousel-testimonials .slick-dots li, 
.carousel-testimonials .slick-dots li button {
    color: #fff;
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.carousel-testimonials .slick-dots li.slick-active button {
    background: #0066ff;
}
.carousel-testimonials .slick-dots li button:before {
    content: '';
}


/* FREQUENTLY ASKED QUESTIONS */

.faq {
    background-color: #F8F8F8;
    padding-top: 2.5rem;
    padding-bottom: 7rem;
}

.faq-txt .heading {
    margin-top: 8rem;
}


/* Accordion Custom style */

.accordion {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

.accordion-item {
    border: 0;
}

.accordion-button {
    padding: 1.75rem 3rem 1.75rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    border-top: 1px solid #E3E3E3;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-top: inherit;
}

.accordion-button:focus {
    z-index: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
    border-top: 1px solid #E3E3E3;
}

.accordion-button::after {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("../img/plus.svg");
    background-size: 2.5rem;
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/minus.svg");
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.accordion-body {
    padding: 0rem 1.25rem 1rem;
}

.accordion-body p {
    font-size: 1rem;
    line-height: 1.5;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}


/* TRY IT NOW : Call To Action */

.tin {
    padding-top: 5.75rem;
    padding-bottom: 7rem;
    background-color: #001430;
    background-image: url('../img/tin-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.tin-txt .heading {
    color: #3278DB;
    margin-bottom: 6.875rem;
}

.tin-txt .sub-heading {
    font-size: 2.375rem;
    margin-bottom: 11.25rem;
}

.tin-txt .sub-heading strong {
    font-weight: 700;
}


/* Footer */

footer {
    padding-top: 3rem;
    /* padding-top: 6.5rem; */
    /* padding-bottom: 5.5rem; */
}

footer .row {
    border-bottom: 1px solid #ebebeb;
}

.footer_widget .widget_title {
    margin-top: 1rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.footer_widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_widget li,
.footer_widget li a {
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

.footer_widget .menu li a:before {
    content: "";
    background: url(../img/bullet.png) no-repeat;
    padding-right: 15px;
    display: inline-block;
    width: 6px;
    height: 5px;
    vertical-align: top;
    margin-top: 11px;
}

.about-us-widget-logo {
    display: block;
    margin-bottom: 20px;
}

.about-us-widget-txt,
.about-us-widget-txt p {
    font-size: 14px;
    line-height: 20px;
}

.contact-us-widget .contact-us-widget-phone a {
    text-decoration: none;
}

.contact-us-widget .contact-us-widget-address,
.contact-us-widget .contact-us-widget-phone a,
.contact-us-widget .contact-us-widget-email a {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    vertical-align: 2px;
}

.contact-us-widget .contact-us-widget-address .fas,
.contact-us-widget .contact-us-widget-phone .fas,
.contact-us-widget .contact-us-widget-email .fas {
    height: 8px;
    margin-right: 8px;
}

.contact-us-widget-social li {
    display: inline-block;
    margin-right: 15px;
}

.lp-ic {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.ic-facebook {
    background-image: url('../img/icons/facebook.svg');
}

.ic-twitter {
    background-image: url('../img/icons/twitter.svg');
}

.ic-instagram {
    background-image: url('../img/icons/instagram.svg');
}

.ic-youtube {
    background-image: url('../img/icons/youtube.svg');
}

footer .copyright {
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 991px) {
    section {
        padding: 2.5rem 0 !important;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .pb-6 {
        padding-bottom: 2rem;
    }
    .button {
        width: 100%;
        text-align: center;
    }
    .heading {
        font-size: 1.5rem;
        line-height: 1.875rem;
        text-align: center;
    }
    .heading span {
        font-weight: normal;
    }
    .ims-txt .heading-after:after,
    .heading-after:after {
        margin: 1.5rem auto;
    }
    .ims .container {
        background-image: inherit;
    }
    .ims-img {
        text-align: center;
    }
    .ims .ims-img .img-fluid {
        max-width: 70% !important;
    }
    .ims-txt .heading br,
    .ims-txt .tagline br {
        display: block;
    }
    .ims-txt .heading {
        font-size: 1.875rem;
        font-weight: 900;
        line-height: 1.875rem;
    }
    .ims-txt .heading span {
        font-size: 2.313rem;
        font-weight: 300;
        line-height: 2.5rem;
    }
    .ims-txt .tagline {
        display: inherit;
        background-color: inherit;
        line-height: inherit;
        text-align: center;
        padding: 0;
        font-size: 1.688rem;
        line-height: 1.688rem;
        font-weight: 900;
    }
    .ims-txt .tagline span {
        font-size: 1.563rem;
        font-weight: 300;
        line-height: 1.938rem;
    }
    .ims-txt {
        padding-top: 1.5rem;
    }
    .luhyg-headings,
    .vlsp-txt,
    .cai-txt,
    .iis-txt,
    .reorder-txt,
    .backordering-txt,
    .kslc-txt,
    .mmb-txt,
    .ds-txt {
        padding-top: 2.5rem;
    }
    .rims-headings .heading {
        font-size: 1.625rem;
        line-height: 2.438rem;
    }
    .rims-headings .sub-heading {
        font-size: 1.188rem;
        line-height: 1.313rem;
    }
    .rims-headings h3.sub-heading {
        font-size: 1.375rem;
        line-height: 1.688rem;
    }
    .luhyg-headings .heading {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .luhyg-headings .heading span {
        font-size: 1.5rem;
        font-weight: normal;
    }
    .luhyg-headings .sub-heading {
        font-size: 1rem;
        line-height: 1rem;
    }
    .rb-orders {
        background-image: inherit;
        padding: 0 !important;
        /* #D9E7FF */
    }
    .rb-orders .reorder-wrap,
    .rb-orders .backordering-wrap {
        padding: 0 !important;
    }
    .rb-orders .reorder-wrap .heading span,
    .rb-orders .backordering-wrap .heading span {
        display: block;
    }
    .rb-orders .reorder-wrap {
        background-image: url(../img/reorder.svg);
        background-color: #C5DAFE;
        background-position-x: left;
        background-repeat: no-repeat;
        padding: 3.5rem 0 !important;
    }
    .rb-orders .backordering-wrap {
        background-image: url(../img/material-notifications.svg);
        background-color: #D9E7FF;
        background-position-x: right;
        background-repeat: no-repeat;
        padding: 3.5rem 0 !important;
    }
    .testimonials-txt .heading {
        font-size: 1.688rem;
        line-height: 2.188rem;
    }
    .testimonials-txt .heading::after {
        width: 4.875rem;
    }
    .carousel {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    .carousel .testimonial {
        text-align: left;
        font-size: 1.125rem;
        line-height: 1.688rem;
    }
    .faq-txt .heading {
        margin: 0;
        margin-top: 2rem;
    }
    .tin-txt .heading {
        font-size: 2.813rem;
        line-height: 3.5rem;
        margin-bottom: 2.5rem;
    }
    .tin-txt .sub-heading {
        font-size: 1.25rem;
        line-height: 1.688rem;
        margin-bottom: 8rem;
    }
}