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

body,
html {
    overflow-x: hidden
}

.nav-pills {
    border: 1px solid #d5d4d4;
    border-radius: 121px
}

.nav-pills li .nav-link {
    border-radius: 50px;
    color: #072f58;
    font-size: 1.875rem;
    text-align: center;
    min-width: 249px;
    margin-top: -1px;
    margin-bottom: -1px
}

.nav-pills li .nav-link.active,
.sidebar-menu .header-menu li a.menu-burger:hover span {
    background-color: #1480ed
}

.header-wrapper .top-header {
    background-color: #000;
    height: 50px
}

.header-wrapper .second-header {
    padding: 10px 0;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: .1s
}

.header-wrapper .second-header.header-sticky {
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(211, 205, 205, .15)
}

.header-wrapper .second-header .header-logo {
    display: block;
    opacity: 1;
    transition: .25s
}

.header-wrapper .second-header .header-logo img {
    height: 75px
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.header-menu li {
    margin-left: 20px
}

@media (max-width:1199.98px) {
    .header-menu li {
        margin-left: 20px
    }

    .home-hero .hero-caption .hero-content {
        padding: 4rem
    }
}

.header-menu li.search-btn {
    text-align: right;
    margin-left: auto
}

.header-menu li a {
    display: block;
    font-size: 1.125rem;
    font-weight: 500
}

.header-menu li a:hover {
    color: #1480ed
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    position: absolute;
    background-color: #000;
    min-width: 180px;
    z-index: 1;
    list-style: none;
    padding-left: 0;
    border-radius: 4px;
    left: -20px;
    top: 33px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20%);
    transition: .5s
}

.btn-primary,
a {
    transition: .25s
}

.dropdown-content:before {
    content: "";
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -7px;
    left: 25px
}

.dropdown-content li {
    margin-left: 0
}

.dropdown-content li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.dropdown-content li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.dropdown-content li a {
    padding: 7px 16px;
    text-decoration: none;
    color: #fff;
    font-size: .75rem
}

.dropdown-content a:hover {
    background-color: #5c5c5c
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.home-hero {
    background-color: #fff;
    padding-top: 90px;
    position: relative
}

.home-hero::before {
    content: "";
    background-image: url(../img/hero-pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.home-hero .hero-caption {
    padding: 2vw;
    padding-right: .5rem;
    z-index: 1;
    position: relative
}

.home-hero .hero-caption .hero-content {
    padding-top: 0;
    /* padding-bottom: 4rem */
}

.home-hero .hero-caption .hero-content .hero-content-head {
    font-size: 1.8rem;
    letter-spacing: -1.5px;
    font-weight: 800;
    color: #000;
    margin-bottom: 1.5rem
}

.home-hero .hero-caption .hero-content p {
    font-weight: 600;
    color: #000;
    letter-spacing: -1.5px;
    font-size: 1rem;
    line-height: 2rem
}

.home-hero .hero-caption .hero-content .btn {
    margin-top: 1.5rem
}

.home-hero figure {
    margin: 0 0 0 auto;
    max-width: 93%
}

.footer-wrapper .payment-mode-img img,
.home-hero figure img {
    width: 100%
}

.footer-conversation {
    padding: 2rem 0
}

.footer-conversation .conversation-icon {
    margin-bottom: 0;
    margin-right: 15px
}

.footer-conversation .conversation-card p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 1.125rem
}

.footer-wrapper {
    background-color: #083a67;
    color: #fff;
    padding-top: 6rem
}

.footer-wrapper .footer-title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.7px
}

.footer-wrapper .footer-title .devider {
    height: 4px;
    background-color: #50a7ff;
    max-width: 147px;
    margin-top: 1rem
}

.footer-wrapper .social-link {
    display: flex;
    padding-top: 1.5rem;
    column-gap: 12px
}

.footer-wrapper .social-link li a {
    display: block
}

.footer-wrapper .social-link li a:hover {
    transform: translateY(-5px)
}

.footer-wrapper p {
    font-weight: 600;
    line-height: 29px
}

.footer-wrapper .footer-link {
    margin-top: .5rem
}

.footer-wrapper .footer-link li {
    margin-bottom: 2.25rem
}

.footer-wrapper .footer-link li a {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .5px;
    display: block
}

.footer-wrapper .footer-link li a:hover {
    transform: translateX(5px)
}

.footer-wrapper .subscribe-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 1.25rem
}

.footer-wrapper .input-group .btn,
.footer-wrapper .input-group input {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px
}

.footer-wrapper .input-group .btn {
    background-color: #1480ed;
    border-color: #1480ed
}

.footer-wrapper .footer-bottom {
    background-color: #1480ed;
    padding: 20px 15px;
    margin-top: 1.5rem
}

.footer-wrapper .footer-bottom .footer-copyright {
    margin-bottom: 0;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    font-size: 1.25rem
}

.btn-primary {
    background-color: #1480ed;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.75rem;
    border: none
}

.btn-primary:hover {
    background-color: #072f58
}

.sidebar-menu {
    background: rgba(0, 0, 0, .97);
    position: fixed;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    top: 0;
    padding: 20px 20px 20px 50px;
    transition: transform .3s;
    transform: translateY(-100%);
    overflow-y: auto
}

.sidebar-menu.active-menubar {
    transform: translateY(0)
}

.sidebar-menu.active-menubar .header-menu .menu-burger span {
    transition-delay: 0.27s
}

.sidebar-menu.active-menubar .header-menu .menu-burger span:first-child {
    transform: rotate(45deg) translateY(20px);
    left: 10px
}

.sidebar-menu.active-menubar .header-menu .menu-burger span:last-child {
    transform: rotate(-45deg) translateY(20px);
    left: -18px
}

.sidebar-menu .header-menu {
    width: 100%;
    justify-content: flex-end;
    position: relative;
    z-index: 1
}

.sidebar-menu .header-menu li {
    margin-right: 0
}

.sidebar-menu .header-menu li a {
    display: block;
    margin-top: 10px;
    height: 50px
}

.sidebar-menu .header-menu li a.menu-burger {
    margin-left: 10px
}

.sidebar-menu .header-menu li a.menu-burger span {
    width: 60px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0;
    position: relative
}

.sidebar-menu .search-card {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar-menu .search-card form {
    width: 75%;
    position: relative
}

.sidebar-menu .search-card form .form-control {
    border-radius: 70px;
    height: 70px;
    border-width: 0;
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 12rem
}

.sidebar-menu .search-card form .btn {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 1.5rem
}

.latest-report-wrapper {
    background-color: #f2faff;
    padding: 6rem 0;
    border-top: 2px solid #d3caca
}

.clients-wrapper .heading1,
.latest-report-wrapper .heading1,
.tab-report-wrapper .heading1 {
    color: #1480ed;
    margin-bottom: 1.25rem
}

.latest-report-wrapper .card:hover .card-title,
.latest-report-wrapper .sec-sub-heading {
    color: #000
}

.latest-report-wrapper .card {
    text-align: center;
    border-color: #b8d9fb;
    justify-content: center;
    border-radius: 20px;
    height: 180px;
    padding: 10px;
    box-shadow: 0 6px 4px rgba(219, 234, 240, .6);
    transition: .2s
}

.latest-report-wrapper .card:hover {
    box-shadow: none
}

.testimonial-wrapper .card,
.testimonial-wrapper .card:hover {
    box-shadow: 0 8px 7px rgba(211, 205, 205, .25)
}

.latest-report-wrapper .card .card-icon {
    height: 50px
}

.latest-report-wrapper .card .card-icon img {
    height: 100px;
    width: 100px;
    margin-top: -70px;
    background: 0 0
}

.latest-report-wrapper .card .card-icon img:hover {
    transform: translateY(3px)
}

.latest-report-wrapper .card .card-title {
    color: #4f4c4c;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    transition: .2s
}

.clients-wrapper,
.tab-report-wrapper {
    padding: 6rem 0
}

.clients-wrapper .sec-sub-heading {
    color: #1e1e1e
}

.clients-wrapper .client-img {
    height: 170px;
    border-radius: 10px;
    border: 1px solid #d2d0d0;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.clients-wrapper .client-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.tab-report-wrapper .nav-pills {
    justify-content: center;
    width: 524px;
    margin: 2rem auto 3rem
}

@media (max-width:575.98px) {
    .nav-pills li .nav-link {
        font-size: 1.25rem;
        min-width: 110px
    }

    .footer-conversation .conversation-card p,
    .footer-wrapper .footer-link li a {
        font-size: 1rem
    }

    .footer-wrapper .footer-title {
        font-size: 1.25rem
    }

    .footer-wrapper .footer-link li {
        margin-bottom: 1.25rem
    }

    .footer-wrapper .footer-bottom .footer-copyright {
        font-size: 1rem;
        line-height: 24px
    }

    .tab-report-wrapper .nav-pills {
        width: 327px
    }
}

.tab-report-wrapper .card {
    border-color: #ece9e9;
    padding: 20px;
    height: 100%;
    border-radius: 15px
}

.tab-report-wrapper .card .card-title {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem
}

.tab-report-wrapper .card p {
    color: #7e7e7e;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 0
}

.statistics-wrapper,
.testimonial-wrapper {
    border-top: none
}

.statistics-wrapper .sec-sub-heading,
.testimonial-wrapper .sec-sub-heading {
    font-size: 3rem;
    color: #434343
}

.statistics-wrapper .card-icon img {
    width: auto
}

@media (max-width:991.98px) {
    .header-wrapper .top-header {
        height: 20px
    }

    .header-wrapper .second-header {
        top: 20px
    }

    .header-wrapper .second-header .header-logo img {
        height: 50px
    }

    .header-wrapper .second-header .navbar-toggler {
        position: absolute;
        top: -45px;
        right: 50px
    }

    .header-menu {
        flex-direction: column;
        background-color: #fff;
        align-items: flex-start
    }

    .header-menu li {
        margin-left: 0;
        width: 100%
    }

    .header-menu li a {
        padding: 8px 0;
        width: 100%;
        text-transform: capitalize;
    }

    .home-hero .hero-caption {
        padding-top: 3rem
    }

    .home-hero .hero-caption .hero-content {
        padding-bottom: 2rem;
        text-align: center
    }

    .home-hero .hero-caption .hero-content .hero-content-head {
        font-size: 2.125rem;
        margin-bottom: 1rem
    }

    .home-hero .hero-caption .hero-content p {
        font-size: 1.125rem;
        line-height: 1.875rem
    }

    .home-hero .hero-caption .hero-content .btn {
        font-size: 1.125rem
    }

    .statistics-wrapper .statistics-card {
        text-align: center
    }
}

.statistics-wrapper .statistics-card .card-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: .65rem
}

.statistics-wrapper .statistics-card p {
    font-size: .95rem;
    font-weight: 900;
    color: #000
}

.statistics-wrapper .statistics-card p small {
    font-size: 1.125rem;
    font-weight: 400;
    display: block
}

.testimonial-wrapper .card {
    border-radius: 10px;
    height: 375px;
    border-color: #e2dddd;
    padding: .5rem
}

.testimonial-wrapper .card p {
    font-size: .75rem;
    line-height: 25px;
    font-weight: 700;
    color: #434343
}

.testimonial-wrapper .card .devider {
    height: 5px;
    width: 150px;
    margin: .5rem auto 1.25rem;
    background-color: #1480ed
}

.testimonial-wrapper .card .author-name,
.testimonial-wrapper .card h6 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #434343;
    margin-bottom: .75rem
}

@media (max-width:1199.98px) {
    .home-hero figure {
        max-width: 100%
    }

    .latest-report-wrapper .card .card-title {
        font-size: 1.5rem
    }

    .statistics-wrapper .sec-sub-heading,
    .testimonial-wrapper .sec-sub-heading {
        font-size: 2.5rem
    }

    .testimonial-wrapper .card p {
        font-size: 1.25rem;
        line-height: 28px
    }

    .testimonial-wrapper .card .author-name,
    .testimonial-wrapper .card h6 {
        font-size: 1.375rem
    }
}

@media (max-width:767.98px) {
    .footer-conversation .conversation-icon img {
        width: 40px
    }

    .sidebar-menu {
        width: 100%;
        padding-left: 20px
    }

    .sidebar-menu .header-menu {
        flex-direction: row;
        background-color: transparent;
        align-items: flex-end
    }

    .sidebar-menu .header-menu li a {
        width: 50px
    }

    .sidebar-menu .header-menu li a.menu-burger {
        margin-left: auto
    }

    .sidebar-menu .search-card form {
        width: 100%
    }

    .sidebar-menu .search-card form .form-control {
        padding-right: 2rem;
        height: 60px
    }

    .sidebar-menu .search-card form .btn {
        position: relative;
        right: 0;
        top: 15px;
        width: 100%
    }

    .statistics-wrapper .sec-sub-heading,
    .testimonial-wrapper .card .author-name,
    .testimonial-wrapper .card h6 {
        font-size: 1.5rem
    }

    .statistics-wrapper .statistics-card .card-title {
        font-size: 2.125rem
    }

    .statistics-wrapper .statistics-card p {
        font-size: 1.25rem
    }

    .testimonial-wrapper .sec-sub-heading {
        font-size: 1.875rem
    }
}

.testimonial-wrapper .card h6 {
    font-size: 1.5rem
}

@media (max-width:1199.98px) {
    .testimonial-wrapper .card h6 {
        font-size: 1.25rem
    }
}

.testimonial-wrapper .card .quote-icon img {
    height: 54px;
    width: 70px;
    margin-left: auto;
    margin-right: auto
}

.testimonial-wrapper .owl-theme .owl-stage {
    padding-top: 20px;
    padding-bottom: 50px
}

.testimonial-wrapper .owl-theme .owl-dots {
    margin-top: 0 !important
}

.testimonial-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: #bcd3ff;
    transition: .3s
}

.testimonial-wrapper .owl-theme .owl-dots .owl-dot.active span {
    width: 60px;
    background-color: #3276fa
}

body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1rem
}

a {
    text-decoration: none;
    color: inherit
}

.heading1 {
    font-weight: 700;
    font-size: 3rem
}

.sec-sub-heading {
    font-weight: 700;
    font-size: 1.75rem
}

@media (max-width:767.98px) {
    .testimonial-wrapper .card h6 {
        font-size: 1.125rem
    }

    .heading1 {
        font-size: 2.125rem
    }

    .sec-sub-heading {
        font-size: 1.5rem
    }
}

.table-card .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 17, 255, .1)
}

.table-card .table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(229, 232, 255, .5)
}

.table-card .table-striped tbody tr td p {
    margin-bottom: .5rem
}

.table-card .table-striped tbody tr td:first-child {
    width: 25%
}

.subscribe input[type=email]::placeholder {
    color: #fff;
    padding-left: 10px
}

@media screen and (max-width:410px) {
    .m-font-21 {
        font-size: 21px !important
    }

    .m-font-18 {
        font-size: 18px !important
    }
}

@media screen and (max-width:576px) {
    .m-pr-15 {
        padding-right: 15px !important
    }

    .m-pl-15 {
        padding-left: 15px !important
    }

    .m-font-12 {
        font-size: 12px !important
    }

    .m-font-22 {
        font-size: 22px !important
    }

    .m-pb-35 {
        padding-bottom: 35px !important
    }

    .subscribe {
        font-size: 25px !important
    }

    .subscribe input[type=submit] {
        padding: 2px 22px !important;
        font-size: 18px
    }
}

.or {
    position: absolute;
    display: block;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    border: 2px solid #ef001f;
    left: -30px;
    top: 38%;
    font-size: 28px;
    font-weight: 700;
    padding: 10px;
    z-index: 1
}