﻿.navbar-wrapper {
    margin-top: 0 !important;
    height: 70px !important;
    min-height: 70px !important;
    position: relative !important;
    z-index: 15 !important;
    background: #fff !important;
    contain: layout !important;
}

.header_v3.report-page {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 5px !important;
    display: block !important;
}

header {
    position: relative;
}

.menu {
    margin-top: 0 !important;
    position: absolute !important;
    z-index: 9999 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: -100px !important;
    display: block !important;
    width: 100% !important;
}

.logo {
    float: left;
    width: 104px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
}

    .logo img {
        width: 104px;
        height: 56px;
        object-fit: contain;
    }

.navArea {
    float: right;
}

.report-page {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px !important;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none !important;
    }

    .navbar-collapse,
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
    }

    .navbar-nav {
        float: right !important;
        margin: 0 !important;
    }

        .navbar-nav > li {
            float: left !important;
        }

            .navbar-nav > li > a {
                color: #123456 !important;
                padding: 31px 12px 20px 15px !important;
                line-height: 5px !important;
            }
}

@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block !important;
        float: right;
    }

    .navbar-collapse:not(.in) {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar-collapse.in {
        display: block !important;
        visibility: visible !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

        .navbar-nav > li {
            float: none !important;
            display: block !important;
        }
}


.fa, [class^="fa-"], [class*=" fa-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-style: normal;
}

.heading {
    min-height: 80px;
    contain: layout paint;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

    .heading .top-heading {
        font-size: clamp(20px, 3vw, 28px);
        line-height: 1.3;
        min-height: 36px;
        display: block;
    }

#myclientCarousel .l-box {
    aspect-ratio: 1331/335;
    width: 100%;
    overflow: hidden;
}

#myclientCarousel .carousel-inner,
#myclientCarousel .item {
    aspect-ratio: 1331/335;
    width: 100%;
}

.tab-content img, #Descriptionss img {
    max-width: 100%;
    height: auto;
    display: block;
}



@media (max-width: 768px) {
    .reporttitle {
        min-height: 260px;
    }

    .title-summary {
        min-height: 142px;
    }

    .col-md-2 .reportin-info {
        min-height: 176px;
    }

    .navbar-collapse {
        transition: none !important;
    }

    .panel-collapse {
        transition: none !important;
    }

    .grey_section.section_gap {
        min-height: 600px;
    }

    .report-title-image .heading {
        min-height: 457px;
    }
}

footer,
.footer {
    contain: layout paint;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:after {
        display: table;
        content: " ";
        clear: both;
    }


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-xs-12 {
    float: left;
    width: 100%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-4 {
    float: left;
    width: 33.33333333%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-2 {
    float: left;
    width: 16.66666667%;
}


@media (min-width: 768px) {
    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .col-sm-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-sm-7 {
        float: left;
        width: 58.33333333%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-5 {
        float: left;
        width: 41.66666667%;
    }

    .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-2 {
        float: left;
        width: 16.66666667%;
    }
}


@media (min-width: 992px) {
    .col-md-12 {
        float: left;
        width: 100%;
    }

    .col-md-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-2 {
        float: left;
        width: 16.66666667%;
    }
}


@media (min-width: 1200px) {
    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .col-lg-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-2 {
        float: left;
        width: 16.66666667%;
    }
}


body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
}

.header_v3.report-page + * {
}

section#report-title {
    position: relative;
    background-color: #e7ecea;
    margin-top: 70px !important;
    padding-top: 20px !important;
    min-height: 250px;
}

@media (max-width: 767px) {
    section#report-title {
        margin-top: 50px !important;
        padding-top: 15px !important;
    }
}


#report-title {
    position: relative;
    background-color: #e7ecea;
    min-height: 200px;
}

.reportin-info {
    min-height: 176px;
}

#banner.banner.row {
    height: 5px !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.moHide {
    display: none !important
}

@media (min-width: 992px) {
    .moHide {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .reportin-info {
        display: none;
    }
}

.section_gap {
    padding: 45px 0 50px !important;
}

.white_section {
    background-color: #fff;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 8px !important;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    min-height: 37px;
    display: block;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }


.tab .nav-tabs {
    background: #fff;
    padding: 5px 0;
    text-align: left;
}

    .tab .nav-tabs li {
        margin-bottom: 0;
        margin-right: 0;
        float: none;
        display: inline-table;
    }

.tab .tab-content {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    background: #fff;
    padding: 20px 25px;
}


.report-box {
    margin-top: 5px;
    background: #fdffff;
    border-radius: 0.5rem;
    padding: 2.0rem;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}


.link-btn a {
    font-size: 14px;
    text-align: center;
    padding: 10px 20px !important;
    margin-bottom: .7rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

    .link-btn a:first-child {
        background: #9a1750;
    }

    .link-btn a:nth-child(2) {
        background: #376e6f;
    }


.blue_section {
    background-color: #2f4e71;
}

    .blue_section.section_gap {
        background-color: #2f4e71;
        min-height: 300px;
        padding: 45px 0 50px;
        contain: layout paint;
    }


.grey_section {
    background-color: #e7ecea !important;
}

.blue_section .row {
    min-height: 200px;
}

.navbar-nav > li > a,
.navbar.navbar-inverse.navbar-static-top a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

body, p, li {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

.reportin-info.moHide {
    min-height: 176px;
    visibility: hidden;
}

@media (min-width: 992px) {
    .reportin-info.moHide {
        display: block !important;
        visibility: visible;
    }
}

@media (max-width: 600px) {
    .reportin-info {
        display: none !important;
        min-height: 0 !important;
    }
}

section.blue_section.section_gap {
    background-color: #2f4e71;
    min-height: 300px;
    display: block;
    padding: 45px 0 50px;
}

.footer a,
.blue_section a {
    text-decoration: underline;
    color: #333;
}

    .footer a:hover,
    .footer a:focus,
    .blue_section a:hover,
    .blue_section a:focus {
        text-decoration: underline;
        color: #111;
    }

.footer-link {
    color: #ffffff !important;
    text-decoration: underline;
}

    .footer-link:hover,
    .footer-link:focus {
        color: #e0e0e0 !important;
    }

#heading-bg {
    position: relative;
    margin-bottom: 8px;
    background: linear-gradient(355deg, rgba(23,66,173,1) 8%, rgba(29,106,156,1) 87%);
    height: 80px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

    #heading-bg h1 {
        margin: 0;
        font-size: 28px;
        line-height: 1.3;
        color: #ffffff;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
    }

.reportin-info img {
    width: 148px;
    object-fit: cover;
    display: block;
}

.reporttitle {
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.how-it-work.list .fa,
.our-company.list .fa,
.how-it-work.list [class^="fa-"],
.our-company.list [class^="fa-"] {
    display: inline-block;
    width: 14px;
    min-width: 14px;
    height: 1em;
    line-height: 1;
    vertical-align: middle;
    font-style: normal;
}


.how-it-work.list li,
.our-company.list li {
    min-height: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#testimonial .l-box {
    aspect-ratio: 1331 / 335;
    width: 100%;
    overflow: hidden;
}

#testimonial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gtranslate_wrapper img,
.goog-te-menu-value img,
.goog-te-gadget img {
    width: 24px !important;
    height: 18px !important;
    aspect-ratio: 4 / 3;
    display: inline-block;
}
