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

/* font-family: 'Montserrat', sans-serif; 
 font-family: 'Mulish', sans-serif; */ 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    list-style: none;
    text-decoration: none;
    /* font-family: 'Mulish', sans-serif; */
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

.font-style-1 {
    /* font-family: 'Mulish', sans-serif; */

    font-weight: 400;
}

.font-style-2 {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #5A5A5A;
    margin: 1rem auto;
    max-width: 650px;
}

.common-heading {
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */

    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #1f5ebe;
}

.about-us,
.latest-report,
.our-service,
.help-business,
.top-catagoris,
.testimonial,
.products,
.sac-footer {
    padding: 3.5rem 0;
}

/*menu header*/
.menu_area {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    right: 0;
    bottom: 0;
    padding: 20px 22px 0 22px;
    transition: 0.3s;
    transform: translateX(100%);
}

.menu_area.open-nav {
    transform: translateX(0%);
}

.open_menu,
.close_icon {
    background: none !important;
    border: none;
    display: none;
}

.open_menu i {
    font-size: 22px;
    color: #333;
}

.close_icon i {
    font-size: 22px;
    color: #333;
    font-weight: 300
}

/*end nav menu */
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    width: 100%;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.menu-area .navbar-nav .nav-item .nav-link:hover {
    color: #f40808;
}

/* menu end  */
/* Header section */

.navbar-header {
    padding: 1rem 4rem;
    display: block;
    margin: auto;
}

.nav-option li {
    padding: 0 0.5rem;
}

.nav-option li a {
    text-decoration: none;
    color: black !important;
    /* font-family: 'Mulish', sans-serif; */
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
}

.nav-option li a:hover {
    color: #1f5ebe !important;
}

.serach-bar {
    border: 1px solid #1f5ebe;
    border-radius: 30px;
    padding: .3rem 1rem;
    display: flex;
    justify-content: space-between;
    min-width: 28%;
}

.serach-bar input {
    border: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
}

.serach-bar i {
    color: #1f5ebe;
    font-size: 1.5rem;
}

/* Header section End*/

/* header-banner section */
.header-banner {
    background: url(../images/header_banner_home.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
}

.main-heading {
    color: #FFFFFF;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 1.5rem;
}

.banner-overlay:before {
    content: '';
    height: 100%;
    background-repeat: no-repeat;
    background-position: cover;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-img-text {
    /* font-family: 'Mulish', sans-serif; */
    color: #d5d4d4;
    font-weight: 300;
}

.know-more button {
    padding: .5rem 2rem;
    border-radius: 30px;
    border: none;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
}

.know-more button:hover {
    border: 1px solid #2ead04;
    background: transparent;
    color: #2ead04;
    border-radius: 27px;
    transition: 0.5s;
}

.header-banner-bg-color {
    background: #1f5ebe;
}

.banner-text {
    max-width: 600px;
}

/* header-banner section End  */

/* About us section */
.about-text-heading {
    /* font-family: 'Mulish', sans-serif; */

    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #333333;
}

.about-us-img {
    text-align: right;
}

.about-us-text {
    max-width: 600px;
}

.about-us-text-para {
    font-size: 18px;
    line-height: 24px;
}

.about-us-bg-color,
.service-read-more button {
    background: #1f5ebe;
}

/* About us section Ends*/

/* latest report section */
.latest-report-sec {
    background: rgba(247, 147, 30, 0.1);
    border-radius: 5px;
}

/* #latest-report-carousel .card-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.products-sec .product-box p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-rated-item .product-box h6 {
    min-height: 67px;
}
#latest-report-carousel p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
}
.products-sec .product-box p{
    margin-bottom: 0;
    color: #444444;
}
.products-sec .row .col-sm-12:nth-child(2) .product-box{
    background-color: #2ead04;;
}
.products-sec .row .col-sm-12:nth-child(3) .product-box{
    background-color: #2ead04;;
}

.report-heading {
    justify-content: space-between;
}

div#latest-report-carousel .card-body {
    padding-bottom: 2rem;
}

.view-reports {
    background-color: transparent;
    border: 1px solid #002E6D;
    padding: 0 1rem;
    /* font-family: 'Montserrat', sans-serif; */

    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.bg-box {
    background: #d8fbcc;
    text-align: center;
    padding: 0.5rem;
}

.card-sub-title {
    display: flex;
}

.Read-more button {
    background: #1f5ebe;
}

.common-title {
    color: #1f5ebe;
    /* font-family: 'Mulish', sans-serif; */

    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.common-sub-title {
    /* font-family: 'Mulish', sans-serif; */

    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

.common-card-para {
    /* font-family: 'Mulish', sans-serif; */
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
}
div#latest-report-carousel .Read-more button {
    font-size: 0.9rem;
    padding: 0.4rem 1.2rem;
}

.card-1 {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

div#latest-report-carousel .card {
    margin: 1rem 0;
    transition: 0.5s;
}

div#latest-report-carousel .card:hover {
    transition: 0.5s;
    box-shadow: 0px 6px 15px rgba(247, 147, 30, 0.35);
    transform: translateY(-10px);
}

/* latest report section Ends  */

/* our service section */
.card-img {
    display: flex;
    justify-content: center;
    padding: 2rem 0 1rem;
}

.our-service-content .card-title.common-title {
    margin-bottom: 1rem;
}

.card-height {
    /* min-height: 372px; */
    padding-bottom: 1rem;
}

.service-read-more {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: 1.5rem;
}

/* our service section End  */

/* help business section */
.bg-orange {
    background: #6c757d;
}

.bg-yellow {
    background: #6c757d;
}

.bg-blue {
    background: #6c757d;
}

.bg-orange,
.bg-yellow,
.bg-blue {
    height: 124px;
    height: 165px;
}
.left-img-box .bg-orange,
.left-img-box .bg-yellow,
.left-img-box .bg-blue{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .bg-orange img,.bg-yellow img,.bg-blue img{
    width: 100px;
} */
.analitics,
.Innovation,
.Finance {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.help-business-content .left-help-img img {
    max-height: 80px;
}

.help-business-sec {
    background: #F3F3F3;
}

/* help business section End  */

/* top catagories section */
.top-catagoris-sec {
    background-color: #FFFFFF;
}

.cata-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.catagori-bg {
    /* background: url(../images/caragories-bg.png); */
    background: #2ead04;
    border-radius: 50px;
    transform: rotate(15deg);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-bottom: 1rem;
    padding: 1.2rem;
}

.our-service-content .card-body p {
    text-align: center;
}
.top-catagoris-sec .cata-1:hover .catagori-bg,
.report-list-sec .cata-1:hover .catagori-bg {
    border-radius: 15px;
    transition: 0.5s;
    transform: rotate(0deg);
}

.catagori-bg img {
    width: auto;
    height: auto;
}

.cata-1 img {
    max-width: 105px;
    filter: invert(1);
}

.catagori-text {
    /* font-family: 'Mulish', sans-serif; */

    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.catagori-btn {
    display: flex;
    justify-content: center;
}

.catagori-btn button {
    background: #1f5ebe;
}

/* top catagories section End  */

/* testimonial section  */
.testimonial {
    background: rgb(27 117 188);
}

.testimonial-heading {
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif; */

    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #fff;
}
.products-sec h2.testimonial-heading {
    color: #333;
}
.testimonial-para {
    /* font-family: 'Montserrat', sans-serif; */
    max-width: 650px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 1rem auto;
}

.test-box {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding: 0 1rem;
    transition: 0.5s;
    margin: 1rem 0;
}

.test-box:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.quotation-left {
    position: relative;
    top: 25px;
}

.quotation-right {
    display: block;
    text-align: right;
}

.quotation-left i,
.quotation-right i {
    font-size: 2rem;
    color: #2ead04;
}

.client-img img {
    border-radius: 50%;
}

.client-details {
    padding: 0 1rem;
}

.client-details .common-title {
    font-size: 20px;
}

.client-details .common-sub-title {
    font-size: 14px;
    color: #5A5A5A;
    margin-top: 0.2rem;
}

.clients-review {
    justify-content: center;
}

.client-box {
    background: #FFFFFF;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    padding: 1rem;
    margin: 1rem;
    transition: 0.5s;

}

.client-box:hover {
    opacity: 0.6;
    transition: 0.5s;
    transform: translateY(-5px);
}

.client-box img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}

/* testimonial section End  */

/* top rated products section */
.products-sec {
    background: #F5F5F5;
}

.product-box {
    padding: 1rem;
    border-radius: 10px;
    color: #333;
    height: 100%;
}

.product-box .card-img-report-top {
    margin-bottom: 1rem;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

/* top rated products section  End */

/* Footer section */
.sac-footer {
    /* background: #0d4089; */
    background: #bed8ff;
}

.common-footer-heading {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
}

.common-footer-text {
    /* font-family: 'Mulish', sans-serif; */

    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.links li a,
.quick-service li a {

    text-decoration: none;
}

.links li,
.quick-service li {
    list-style: none;
    padding: .2rem 0;
}

.common-footer-links a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    transition: 0.5s;
}

li.common-footer-links a:hover {
    color: #2ead04;
    transform: translateX(5px);
    transition: 0.5s;
}

.social-links div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.3rem;
}

.social-circle-fb i,
.social-circle-linkdin i,
.social-circle-twetter i,
.social-circle-youtube i {
    font-size: 1.5rem;
    color: #F5F5F5;
}

.social-circle-fb {
    background: #4267B2;
    border-radius: 50%;
}

.social-circle-linkdin {
    background: #0E76A8;
    border-radius: 50%;
}

.social-circle-twetter {
    background: #1DA1F2;
    border-radius: 50%;
}

.social-circle-youtube {
    background: #FF0000;
    border-radius: 50%;
}

.payments-box {
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .3rem;
    padding: 0.2rem 0.5rem;
}

.payments-box img {
    max-width: 40px;
}

.footer-bottom {
    /* background: rgba(27, 128, 207, 0.35); */
    /* font-family: 'Montserrat', sans-serif; */
    background: #062552;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

/* Footer section End  */

/* report listing page  */
.other-banner-sec {
    /* background: url('../images/report-listing.png'); */
    background-size: 100% 100%;
    padding: 7rem 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.other-banner-sec:before {
    content: '';
    background: linear-gradient(110.26deg, rgba(0, 0, 0, 0.7) -0.64%, rgba(0, 0, 0, 0.287) 59.2%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-transform: capitalize;
}

.other-banner-sec h1 {
    /* font-family: 'Montserrat', sans-serif; */
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #FFFFFF;
}

.other-banner-sec .breadcrumb-item a,
.other-banner-sec .breadcrumb-item {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

.other-banner-sec .breadcrumb-item {
    color: #2ead04
}

.other-banner-sec .serach-bar input,
.other-banner-sec .serach-bar input::placeholder {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    background: transparent;
    padding: 0 1rem;
    width: 100%;
}

.other-banner-sec .serach-bar {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 0;
}

.z-index-9 {
    z-index: 8;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

button.btn.btn-search i {
    font-size: 2rem;
    color: #fff;
}

button.btn.btn-search {
    background: #1f5ebe;
    border-radius: 0px 3px 3px 0px;
    padding: 0.5rem 1.5rem;
}

a.know-more.Read-more.report-list-btn {
    /* font-family: 'Montserrat', sans-serif; */
    background: #1f5ebe;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    position: relative;
    margin-top: -35px;
}

.report-list-sec img.card-img-top {
    max-height: 246px;
    min-height: 245px;
}

.report-list-sec .shadow.cata-1 {
    transition: 0.5s;
}

.report-list-sec .shadow.cata-1:hover {
    transition: 0.5s;
    transform: translateY(-10px);
}

.report-list-item img {
    max-width: 105px;
    filter: invert(1);
}

.report-list-item .catagori-text {
    min-height: 56px;
    display: flex;
    align-items: center;
}

.report-list-item:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

/* end report listing */

/* report details  */
.left-heading-publish {
    background: #F3F3F3;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    color: #000000;
}

.right-publish-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #212121;
}

.report-details-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
    padding: 1.2rem;
}

.report-details-item h2,
.report-details-item a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1f5ebe;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.report-details-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-top: 1.5rem;
}

.report-details-content .nav-pills .nav-link.active,
.report-details-content .nav-pills .show>.nav-link {
    color: #fff;
    background: #1f5ebe;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    transition: 0.5s;
}

.report-details-content .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1f5ebe;
    padding: 0.7rem 1rem;
}

.report-details-content .card-body h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.form-check-input[type=radio] {
    border-radius: 0;
}

.top-heading-details {
    background: #198754;
    padding: 0.8rem 1rem;
}
.flex-fill.call-action-item:not(:last-child) {
    border-right: 1px solid #c1c1c1;
}
.top-heading-details h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.report-right-card-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 1.2rem;
}

.report-right-card-item ul li:not(:last-child) {
    margin-bottom: 0.8rem;
}

.know-more.inquiry-box button {
    padding: 0.3rem 1.3rem;
}

.card-body.card-list-cus ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #1f5ebe;
    border-radius: 50%;
}

.card-body.card-list-cus ul li p, .card-body.card-list-cus ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

pre {
    /* word-break: break-all; */
    overflow: inherit;
    white-space: pre-line;
    font-family: var(--bs-font-sans-serif);
}

.address li i {
    color: #2ead04;
    margin-right: 0.5rem;
}

.address li:not(:last-child) {
    margin-bottom: 0.3rem;
}

.address li {
    display: flex;
    align-items: flex-start;
}

.other-banner-sec.report-details-banner {
    /* background: url('../images/report-details-banner.png'); */
    background-size: 100% 100%;
}

.other-banner-sec.contact-banner {
    background: url('../images/contact-us.png');
    background-size: 100%;
    background-position: center;
    /* background-size: 100%; */
}

.other-banner-sec.about-banner {
    background: url('../images/about.jpg');
    background-size: 100%;
    background-position: center;
}

a,
a:hover {
    text-decoration: none;
}

.report-category-banner {
    background-size: 100%;
    background-position: center center;
    /* height: calc(100vh - 80px); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .pagination .page-link {
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .pagination .page-item {
    margin: 0 0.5rem;
} */
/* .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1f5ebe;
    border-color: #1f5ebe;
    border-radius: 50%;
}
.pagination .page-link span {
    font-size: 1.5rem;
    line-height: 20px;
} */

.pagination .page-link {
    color: #000000;
    font-weight: 700;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -1rem;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -1rem;
}
.owl-carousel.owl-theme .owl-nav .owl-prev span, .owl-carousel.owl-theme .owl-nav .owl-next span {
    font-size: 2rem;
    position: absolute;
    top: -3px;
    z-index: 9;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
.accordion-button.collapsed.arrow-none:after {
    display: none;
}
form#header_search_form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
	
.dropdown-menu{
    max-height: 80vh;
    overflow-y: auto;
}
.dropdown-menu li a {
    font-size: 1rem;
    color: #404040 !important;
}
.report-details-content .card-body p {
    font-size: 14px;
}
.accordion-body {
    padding: 0.5rem 1.25rem;
}
.about-details p {
    font-size: 0.9rem;
    text-align: left;
    font-weight: 300;
    color: #000;
    padding-right: 1rem;
}
.about-content-body h2{
    font-weight: bold;
}
.details-report-search-box{
    color:#1f5ebe;
    text-transform: capitalize;
    font-size: 0.9rem;
}

.details-report-search-list li:not(:last-child){
    margin-bottom: 0.5rem;
}

.card-title.blog-title {
    font-size: 20px;
    line-height: 26px;
}
.blog-listing .know-more button {
    padding: 0.7rem 1rem;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
}

.about-us-sec .know-more a {
    padding: .7rem 2rem;
    border-radius: 30px;
    border: none;
    display: inline-block;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
}

.about-us-sec .know-more a:hover {
    border: 1px solid #1f5ebe;
    background: #1f5ebe;
    color: #fff;
    border-radius: 30px;
    transition: 0.5s;
}

.card-img-top{
max-height: 600px;

}

div#latest-report-carousel .card.card-1 img {
    min-height: 210px;
    max-height: 210px;
    object-fit: cover;
}


form.job_form label {
    display: block;
    margin-bottom: 0.5rem;
}

form.job_form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.our-service-content .card-img {
    padding-top: 0;
    height: 200px;
    padding-bottom:1rem
}

.card-title.blog-title {
    font-size: 20px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-listing .card-body p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-service-content .card-title.common-title.text-center {
    min-height: 56px;
}

.modal-btn-style {
    padding: 0.5rem 1rem;
    border-radius: 30px;
    border: none;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
}

.modal-btn-style:hover {
    border: 1px solid #2ead04;
    color: #1f5ebe;
    background: #fff;
    transition: 0.5s;

}
.inquiry-submit-btn{
    background: #2ead04;
    padding: 0.6rem 2rem;
    border-radius: 30px;
    border: none;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s; 
    margin-top: 1rem;
}

.theme-color-bg {
    background-color: #1f5ebe;
}

.modal-close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: #2ead04;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.btn-close {
    background: transparent;
    padding: 0;
}

.modal-body {
    background: linear-gradient(45deg, #1f5ebe, #00000066), url(./images/modal.png);
    background-size: contain;
    background-position: right;
    color: #fff;
    padding: 1.5rem 2rem;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.modal-content {
    border-color: #fff;
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;

}

.modal-dialog {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}


.know-more.inquiry-box a {
    padding: 0.5rem 2rem;
    border-radius: 30px;
    border: none;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
}

.home-latest-report .know-more a,
.home-services .know-more a {
    padding: 0.5rem 2rem;
    border-radius: 30px;
    border: none;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
    background: #1f5ebe;
    display: inline-block;
}

#report_search_form #report_search {
    width: 100%;
    padding-left: 20px;
}

#report_search_form img {
    width: 82px;
    height: 66px;
    display: none;
}

.load_more {
    cursor: pointer;
}

ul#pills-tab li {
    flex-grow: 1;
}

.report-details-content .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #1f5ebe;
    padding: 0.8rem 1rem;
    width: 100%;
}
ul.list-inline.mt-3.details-report-search-list {
    max-height: 300px;
    overflow-y: scroll;
}
.contact-form .loader {
    height: 80px;
    width: 80px;
    margin: auto;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 400px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev{
    color: #2ead04;
  }
  .swiper-pagination-bullet-active {
    background: #2ead04;
}
div#div_id_phone_number select {
    display: inline-flex;
    width: 25%;
    margin-right: 0.5rem;
}
div#div_id_phone_number input {
    width: 70%;
    flex-grow: 1;
}
div#div_id_phone_number label {
    width: 100%;
    display: flex;
}
div#div_id_phone_number {
    display: flex;
    flex-wrap: wrap;
}
span.asteriskField {
    color: red;
}
.report-details-banner, .report-category-banner {
    width: 90%;
    margin: 0 auto;
    /* height: calc(100vh - 200px); */
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center !important;
}
textarea#id_comments {
    height: 100px;
}
form.inquiry_form .form-label {
    margin-bottom: 0.2rem;
}
form.inquiry_form .mb-3 {
    margin-bottom: 0.5rem!important;
}
div#div_id_company_name, div#div_id_job_title {
    width: 49%;
    display: inline-block;
}
div#div_id_job_title {
    margin-right: 0.2rem;
}

.other-banner-sec.report-category-banner.report-slider-banner {
    padding: 0;
}
.other-banner-sec.report-slider-banner .mySwiper2 .swiper-slide:before {
    content: '';
    background: linear-gradient(110.26deg, rgba(0, 0, 0, 0.7) -0.64%, rgba(0, 0, 0, 0.287) 59.2%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-transform: capitalize;
}
.other-banner-sec.report-details-banner {
    background: #1f5ebe;
    min-height: 250px;
}
/* .mySwiper2 .swiper-slide {
    min-height: 75vh;
    height: auto;
} */
.report-list-banner{
    display: flex;
    align-items: center;
}
section.testimonial-sec.testimonial.bg-white h2.testimonial-heading {
    color: #000;
}
/* section.other-banner-sec.report-category-banner.report-slider-banner .container-fluid.position-absolute.z-index-9 {
    top: 11rem;
} */
section.other-banner-sec.report-category-banner.report-slider-banner .swiper-slide img {
    display: block;
    width: 100%;
    /* max-height: 500px; */
    height: 100%;
    object-fit: cover;
}
div#navbarNav li.nav-item.dropdown > ul > li:nth-child(4) + a {
    margin-top: 2.7rem;
}

.test-box.shadow p {
    text-align: center;
}
p.common-footer-text.pt-2.pt-sm-3{
    margin-bottom: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2.5rem;
    font-weight: bold;
}
.breadcrumb {
    margin-bottom: 0;
}
.quick-service li a i {
    vertical-align: text-bottom;
}
.border-dash{
    border-bottom: 1px dashed #dedede;
}
.text-muted-9{
    color: #2ead04;
}
.bg-theme{
    background-color: #1f5ebe;
}
ul.quick-service.business-hours p {
    font-size: 13px;
    line-height: 12px;
}
.business-hours-text{
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.about-content-body.card h4 {
    color: #1f5ebe;
}
.text-theme{
    color: #1f5ebe;
}
.static-banner img{
    max-height: 70vh;
    object-fit: cover;
}
.industry-list li {
    list-style-type: disclosure-closed;
}
.industry-list {
    padding-left: 1rem;
}
.industry-list li a:hover {
    color: #1f5ebe;
}
.card-body.card-list-cus.list-custom-design ul li::before, .report-right-card-item.shadow ul.address li::before {
    display: none;
}
/* .card-body.card-list-cus.list-custom-design ul li a{
    color: #fff;
    text-align: center !important;
} */
h5.user-price-show {
    border: 1px solid #dedede;
    display: inline-block;
    padding: 0.3rem 1rem;
    background: #f1f1f1;
}

/*B2B servicess*/

video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -o-object-fit: unset;
    object-fit: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-item-list {
    background: #1f5ebe;
    margin-bottom: 2rem;
    border-radius: 80px;
}

.service-img-wrap img {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
}

.border-custom-dash {
    border-right: 1px dashed #f1f1f1;
}

.service-item-list.alt-design-service .service-img-wrap img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
}

.singel-item-service .card-body.text-center i {
    background: #2ead04;
    padding: 1rem;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-style-new .card-body {
    flex: 1 1 auto;
    padding: 2rem 1rem;
}
.singel-service-item-list{
    /* background: url('../images/s-1.png'); */
    min-height: 300px;
}
.b2b-singel-page1{
    background: url('../images/s-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}
.b2b-singel-page2{
    background: url('../images/s-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page3{
    background: url('../images/s-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page4{
    background: url('../images/s-4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page6{
    background: url('../images/s-6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page8{
    background: url('../images/s-8.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page7{
    background: url('../images/s-7.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page9{
    background: url('../images/s-9.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.b2b-singel-page10{
    background: url('../images/s-10.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
section.b2b-services-sec {
    display: flex;
    align-items: center;
}
.bg-theme{
    background: #1f5ebe;
}
.text-center.position-absolute.singel-service-banner-text {
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.know-more button, .know-more a {
    padding: .7rem 2rem;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
}

.know-more button:hover, .service-content-box .know-more a:hover {
    border: 1px solid #2ead04;
    background: transparent;
    color: #2ead04;
    border-radius: 27px;
    transition: 0.5s;
}
.service-img-wrap.p-3.p-md-4 {
    height: 100%;
    display: flex;
}
.service-img-wrap.p-3.p-md-4 img {
    min-height: 320px;
}
.singel-service-item-list {
    position: relative;
    z-index: 9;
}
.top-rated-item .bg-blue {
    background: none;
}
.top-rated-item {
    border-radius: 15px;
}
.svgMap-map-wrapper {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    background: #ffffff;
    color: #111;
}
.svgMap-map-wrapper .svgMap-map-controls-wrapper {
    display: none;
}

.lead-slide-sec .lead-generation-item {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.b2b-about-sec .about-us-text-para {
    font-size: 19px;
    line-height: 26px;
}
/* .b2b-about-img img {
    border-radius: 50%;
    width: 450px !important;
    height: 450px;
    border: 4px dashed #1f5ebe;
    object-fit: cover;
    padding: 10px;
} */
div#lead_slide .service-img-wrap.p-3.p-md-4 img {
    min-height: 280px;
    max-height: 300px;
}
div#lead_slide h3.service-title {
    font-size: 2.2rem;
}
.top-rated-item {
    min-height: 430px;
}
.catagori-btn a {
    padding-left: 0;
}
.bg-theme{
    background: #1f5ebe;
}

.top-rated-item{
    background: #f3f3f3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
}
.bg-img-we-do{
    background: url('../images/what-we-do.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img-committed{
    background: url('../images/commited.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img-impact{
    background: url('../images/impact-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img-client-base{
    background: url('../images/client-base.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-mission {
    background: #BEDEFE;
}
.our-vision {
    background: #b6d8fb;
}
ul.service-list li p {
    color: #333;
    line-height: 27px;
}
ul.service-list li {
    list-style-type: disclosure-closed;
    color: #1f5ebe;
}
ul.service-list{
    padding-left: 2rem;
}

textarea#id_message {
    height: 100px;
}