@font-face {
    font-family: 'museo_sans300';
    src: url('/fonts/museosans-300-webfont.woff2') format('woff2'),
        url('/fonts/museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'museo_sans300', Arial, Helvetica, sans-serif;
    color: #656565;
}

header {
    background-color: rgba(255, 255, 255, 0.87);
    padding: 8px 0px;
}

p {
    font-weight: normal;
    text-align: justify !important;
    line-height: 1.6;
}

.users-f {
    display: flex;
}

.source-color {
    color: #002791;
}

.save-margins {
    margin-top: 5px;
    margin-bottom: 10px;
}

.users-f-pd {
    padding: 5px;
}

.menu-list {
    display: flex;
    justify-content: right;
    list-style: none;
    float: right;
}

.menu-list a {
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.87);
    text-decoration: none;
    white-space: normal;
    line-height: 1.8;
    font-size: 18px;
}

.menu-list a.research-button {
    background-color: #F28B23;
    border-radius: 15px;
}

.dropdown-menu li {
    border-bottom: 1px solid #999;
}

.creditrisk {
    display: none;
}

.due {
    display: none;
}

.devel {
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .87);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.87);
}

.nav-item dropdown {
    padding-left: 15px;
    padding-right: 15px;
}

.contacts-btn {
    background-color: #002791 !important;
    border-color: #002791 !important;
    color: rgba(255, 255, 255, 0.87) !important;
}

.research-sec {
    background-color: #F28B23;
    border-radius: 20px;
    color: #212121;
    padding: 7px 25px;
    text-decoration: none;
    width: fit-content;
    margin-bottom: 8px !important;
}

.header-bg-button {
    padding: 10px 35px;
    background-color: rgba(255, 255, 255, 0.87);
    color: rgba(255, 255, 255, 0.87);
}

.header-img {
    padding: 10%;
    text-align: center;
}

.text-center {
    text-align: center;
}

.float-center {
    display: flex;
    justify-content: center;
}

.header-img svg {
    height: 50vh;
}

.snap-title {
    padding: 10% 0;
}

.carousel {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.snap-title h1 {
    font-weight: bold;
    font-size: 72px;
}

.snap-title p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.87);
}

.snap-title a {
    font-size: 24px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.87);
}

.what-we-do-card {
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.05);
}

.mb-8 {
    margin-bottom: 8px !important;
}

.what-we-do-card p {
    margin-bottom: 16px;
    font-size: 0.8rem;
}

.what-we-do-card a {
    text-decoration: none;
    font-weight: lighter;
}

.what-we-do-card h3 {
    font-weight: normal;
}

.small-border {
    width: 20%;
    border-bottom: 2px solid #212121;
    margin-bottom: 20px;
}

.btn-add {
    background: #F28B23 !important;
    border-color: #F28B23 !important;
    margin: 7px 0px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    float: right;
}

.business-add {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-txt {
    width: 220px !important;
    margin: 0 !important;
}

.float-right {
    float: right !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.title-color {
    color: #143146 !important;
    font-weight: 700;
}

.intro-letter {
    border: 1px solid #CCC;
    padding: 8px;
    margin-bottom: 12px;
}

.search-bt {
    color: rgba(255, 255, 255, 0.87);
    background: #141e28;
    border: 1px solid #141e28;
    margin-top: 0px;
    padding: 4px 15px;
}

.report-box-holder {
    min-height: 200px;
    border: 2px solid #CCC;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 20px;
}

.report-box-holder div {
    margin: 4px 0px;
}

.reports-title-bar {
    display: inline-block;
    margin-left: 16px;
    padding-top: 8px;
    color: #002791;
    font-size: 24px;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.report-item-title {
    color: #F28B23;
    font-weight: 700;
}

.cnt-bd {
    border: 1px solid #ccc;
    margin: 10px 0px;
    background: rgba(255, 255, 255, 0.87);
}

.search-col {
    margin-right: 15px;
}

.search-mg {
    margin-bottom: 15px;
}

.sample-research-image {
    height: 100%;
    width: 100%;
    background-image: url("/img/sample_research_pic.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
}

.sample-research-list {
    /*list-style-image: url('/img/check-all.svg');*/
    font-weight: normal;
    list-style: none;
}

.sample-research-list li {
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.125);
    margin-bottom: 5px;
}

.sidenav {
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-right: 5px solid #CCCCCC;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidebar-width {
    width: 28%;
}

.container-width {
    width: 72%;
}

.bb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.pb {
    padding-bottom: 10px !important;
}

.mt-lg {
    margin-top: 15px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.no-business-found {
    margin-top: 72px;
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.customize-report {
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

.h4,
h4 {
    font-size: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reports-header {
    color: #F28B23;
    font-weight: 700;
    font-size: 20px;
}

.mod-separator {
    height: 1px;
    background: #989898;
    margin: 4px 0px;
}

.mr-8 {
    margin-right: 8px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

h1 {
    font-weight: 700 !important;
    color: #002060 !important;
    font-size: 22px !important;
}

.total-modules-cost {
    color: #A20;
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 22px !important;
    }
}

.card-body a {
    color: rgba(0, 0, 0, 0.87) !important;
}

.sidenav a {
    padding: 12px 8px 12px 15px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #0D3654;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.pull-right {
    float: right !important;
}

.yellow-marker {
    border-bottom: 2px solid #F28B23;
    width: 30%;
    margin: 20px auto;
}

#thepeople .left-side {
    background-color: #002791;
}

#thepeople .right-side {
    background-color: #F28B23;
}

.left-side p {
    color: #F28B23;
}

.left-side h1 {
    color: rgba(255, 255, 255, 0.87);
}

.left-circle svg {
    height: 50px;
    fill: #002791;
}

.left-circle {
    background-color: rgba(255, 255, 255, 0.87);
    padding: 30px;
    border-radius: 100px;
    width: fit-content;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(255, 255, 255, 0.87);
    background-color: #F28B23;
}

.right-circle {
    background-color: #F28B23;
    padding: 30px;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
}

.right-circle svg {
    height: 50px;
    fill: #002791;
}

.white-section {
    background-color: #F28B23;
    color: #002791;
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.brown-section {
    background-color: #002791;
    color: rgba(255, 255, 255, 0.87);
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.white-section svg {
    height: 50px;
    fill: #002791;
    margin-bottom: 5px;
}

.white-section a {
    color: #002791;
    text-decoration: none;
}

.brown-section a {
    color: #F28B23;
    text-decoration: none;
}

.brown-section svg {
    height: 50px;
    fill: #F28B23;
    margin-bottom: 5px;
}

.brown-bg {
    background-color: #002791;
}

.call-to-action a {
    padding: 15px 50px;
    background-color: #F28B23;
    color: #002791;
    border-radius: 30px;
    text-decoration: none;
}

.copyright-section {
    border-top: 1px solid rgba(255, 255, 255, 0.47);
}

.inline-list {
    display: flex;
    justify-content: right;
    list-style: none;
}

.inline-list a {
    text-decoration: none;
    color: unset;
}

.inline-list li {
    margin-right: 20px;
    margin-top: 1rem;
}

.marg {
    margin-top: 1rem;
}

#aboutsection {
    padding: 50px 0px;
}

.text-yellow {
    color: #F28B23;
}

.text-grey {
    color: #444;
}

.text-main {
    color: #002791;
    font-weight: bold;
}

.about-image {
    height: 100%;
    width: 100%;
    background-image: url("/img/about.jpg");
    background-position: center;
    background-size: cover;
}

#contactsection {
    padding: 50px 0px;
}

.contact-form {
    height: 100%;
    width: 100%;
    border: 0px;
}

.team-wrap {
    border: 0px;
    height: 100%;
    border-radius: 20px;
}

.yellow-bg {
    background-color: #f6d141;
}

.pl-8 {

    padding-left: 8px !important;
}

.pl-24 {

    padding-left: 24px !important;
}

.btn-save {
    color: rgba(255, 255, 255, 0.87);
    background-color: #002791;
    border-color: #002791;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-warn {
    color: rgba(0, 0, 0, 0.87);
    background-color: #FFCA2C;
    border-color: #FFCA2C;
    font-size: 14px;
    margin-bottom: 10px;
}

.item-content {
    color: #002791;
}

.t-content {
    padding: 5px 0px;
}

.view-label {
    padding: 5px 0px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.87);
    opacity: 0.5;
    border: none;
}

.container {
    padding-top: 10px;
    font-size: 0.9rem;
}

.cancel-bt {
    color: rgba(255, 255, 255, 0.87);
    background: #b31500;
    border: 1px solid #b31500;
    margin-left: 10px;
    margin-top: 0px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.del-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 0px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.menu-icon-mg {
    margin-right: 10px;
}

.menu-list a.logout-button {
    background-color: #F28B23;
    border-radius: 15px;
    color: #3e281a !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.btn:hover {
    color: #FFF !important;
}

.t-header {
    background: #ccc;
    color: #002791;
    padding: 2px 0px;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

.form-control {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.87);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.87);
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    background: #002791;
    color: rgba(255, 255, 255, 0.87);
}

.btn-primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: #002791;
    border-color: #002791;
}

.btn-danger {
    color: rgba(255, 255, 255, 0.87);
    background: #d33a2c;
    border-color: #d33a2c;
}

.btn-link {
    font-weight: 400;
    color: #002791;
    text-decoration: none;
}

.title-sec {
    color: #f6d141;
}

.overflow-sec {
    height: 100px;
}

.team-wrap p {
    font-size: 0.9rem;
}

#team-top-section .container {
    margin-top: -100px;
}

.small-text {
    font-size: 13px;
}

.header .dropdown-item {
    font-size: 13px;
}

.dropdown-menu {
    border: 0px;
}

.light-brown {
    color: #002791;
}

.brown-bg {
    background-color: #0E0F25;
}

.contact-form input {
    border-color: #002791
}

.contact-form textarea {
    border-color: #002791;
}

.what-we-do-card ul {
    padding-left: 0px !important;
}

.what-we-do-card ul li {
    list-style: none;
    padding: 4px 0px;
}

.what-we-do-card a {
    font-size: 12px;
    color: #F28B23;
    font-weight: 700;
}

.who-we-are {
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.05);
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pv-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.closer-td {
    background: #383838;
    color: #FFF;
}

img,
svg {
    vertical-align: text-top !important;
}

.countries-title {
    color: #F28B23;
    font-weight: 700;
    font-size: 18px;
}

.read-more {
    border-radius: 5px;
    border: 1px solid #002791;
    background: #002791;
    color: #FFF;
}

.what-we-do-card svg {}

.sample-research-list a {
    color: #cf5a00;
    font-size: 13px;
}

.sample-research-list a:hover {
    color: #002791;
}

.sample-research-list img {
    padding: 3px;
    background-color: #F28B23;
    border-radius: 15px;
    margin-right: 5px;
}

.showcasebutt {
    background-color: #F28B23;
    border: 2px solid #F28B23;
    color: #fff;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    float: right;
    margin-right: 24px;
}

.brochurebutt {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s ease;
}

#map_footer {
    width: 100%;
    height: 300px;
}

.gmap_canvas {
    width: 100%;
    height: 300px;
}

.footer_list a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    font-size: 13px;
}

.footer_list li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
}

.footer_text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px;
}

.footer_list a:hover {
    color: #F28B23 !important;
}

.footer_list {
    list-style: none;
    padding-left: 0px;
    padding-right: 20px;
}

.icon-section {
    width: 10%;
}

.contact-list {
    display: flex;
    justify-content: left;
}

.icon-section svg {
    fill: #F28B23;
    /*	height: 
*/
}

.services-font p,
.services-font li {
    font-size: 16px !important;
    line-height: 2;
}

.core-value-icon svg {
    fill: #002791;
}

.core-value-icon {
    padding: 20px;
    border-radius: 999px;
    background-color: #F28B23;
    width: fit-content;
}

.sample-research {
    border-radius: 5px;
    background: #ebebeb;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px;
}

.sample-research h1 {
    color: #002791;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
}

.published {
    text-align: right;
    text-transform: inherit;
    font-style: italic;
}

.p-10 {
    padding: 10px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.sub-people {
    color: #F28B23;
    text-align: center;
}

.people {
    font-size: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
}

.sample-data-card {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}

.sample-data-card a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.87);
    background-color: #002791;
    padding: 8px 15px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: lighter;
    display: inline-block;
    margin-top: 10px;
}

.sample-data-card h4 {
    font-size: 18px;
}

.welcome-title {
    color: #F28B23;
}

.header-bg {
    background-image: url(/img/carousel.png);
}

@media only screen and (min-width: 360px) {

    .header-bg {
        background-image: url(/img/carousel.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .what-we-do-card {
        padding: 10%;
        background-color: rgba(0, 0, 0, 0.05);
        min-height: 435px;
        max-height: 435px;
    }

    .welcome-title {
        color: #F28B23;
        font-size: 60px;
    }
}

@media only screen and (max-width: 360px) {

    .bookcall {
        display: flex;
        justify-content: center;
    }

    .download-brochure {
        display: flex;
        justify-content: center;
        padding-top: 16px;
    }
}

@media only screen and (max-width: 600px) {
    body {}

    .snap-title {
        padding: 10% 0;
    }

    .snap-title h1 {
        font-weight: bold;
        font-size: 40px;
    }

    .snap-title p {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.87);
        text-align: left;
    }

    .header-bg-button {
        padding: 10px 35px;
        background-color: rgba(255, 255, 255, 0.87);
        color: rgba(255, 255, 255, 0.87);
    }

    .header-img {
        padding: 10%;
        text-align: center;
    }

    .header-img svg {
        height: 50vh;
    }


}

.what-we-do-card {
    margin-top: 15px;
}

.sample-data-card {
    margin-top: 15px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pd-0 {
    padding: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #F28B23;
    border-color: #dee2e6 #dee2e6;
}

.pop-sr {
    box-sizing: content-box;
    width: 1em;
    height: 1.5em;
    padding: 2px 5px;
    background: #002791;
    color: rgba(255, 255, 255, 0.87) !important;
    border: 0;
    border-radius: 0.25rem;
    font-size: 20px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.stats-menu {
    background-image: linear-gradient(#002791, rgba(255, 255, 255, 0.87));
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .menu-list .nav-item {
        padding-bottom: 8px;
    }

    .menu-list .custom_button_yellow {
        padding: 10px 0px;
    }

    .navbar-expand-lg .navbar-collapse {
        float: left;
    }

    .menu-list {
        float: left;
    }

    .visit-us {
        margin-top: 1rem !important;
    }

    .stats-menu {
        margin-top: 0px;
        background: #002791;
        border-radius: 10px;
        margin-top: 10px;
    }

    .min-vh-100 {
        min-height: 100% !important;
    }

    .menu-items-mobi {
        margin-top: 60px;
        border-top: 1px solid #bbb;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .contact-page {
        padding: 10% 10px;
    }
}

.filter-button {
    float: right;
    margin: 10px 10px 0px 0px;
    background: #002791;
    border-color: #002791;
    font-size: 14px;
}

.report-buttons {
    float: left;
    margin: 10px 10px 0px 0px;
    background: #002791;
    border-color: #002791;
    font-size: 14px;
}

.btn-primary:hover {
    color: #002791;
    background-color: #F28B23;
    border-color: #F28B23;
}

.btn-primary:active {
    color: #002791;
    background-color: #F28B23;
    border-color: #F28B23;
}

.accordion-item {
    background-color: rgba(255, 255, 255, 0.87);
    border: none;
    border-bottom: 1px solid #ccc;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.active-year {
    color: #002791 !important;
    background-color: #F28B23 !important;
    border-color: #F28B23 !important;
}

.btn-primary:focus {
    color: #002791;
    background-color: #F28B23;
    border-color: #F28B23;
    box-shadow: none;
}

.graph-border {
    border-bottom: 1px solid #dee2e6;
}

ul.accordion {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    list-style-type: none;
}

.accordion {
    width: 100%;
    background: #f7c894;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.register-pl {
    color: #fe7c00;
    text-decoration: none;
    font-size: 0.9rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: rgba(255, 255, 255, 0.87);
    text-decoration: none;
    background-color: #002791;
}

.read-more-profile {
    background: #002791;
    color: rgba(255, 255, 255, 0.87);
}

.team-sp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 10px;
}

button.read-more-profile:hover {
    color: #F28B23;
}

.accordion-link {
    text-decoration: none;
    color: #555;
    text-transform: capitalize;
}

.menu-reports li {
    padding: 0px 0px 15px 0px;
}

a.accordion-link:hover {
    text-decoration: none;
    color: #002791;
}

.accordion-button:not(.collapsed) {
    color: #555;
    background-color: #f5f5f5;
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #f5f5f5;
    outline: 0;
    box-shadow: none;
}

.p-15 {
    padding-left: 15px !important;
}

.submenu {
    display: none;
    background: rgba(255, 255, 255, 0.87);
    font-size: 0.8rem;
}

.box-header {
    font-size: 24px !important;
    color: #002791 !important;
    text-align: center !important;
    font-weight: 500;
}

.contact-hd {
    margin-bottom: 1rem !important;
}

.mt-years {
    position: fixed;
    top: 75px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.mt-75 {
    margin-top: 75px;
}

select {
    background-color: rgba(255, 255, 255, 0.87)efd;
    border: solid 1px #f15922;
    color: #000;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 20px;
    padding-right: 20px;
}

.custom-selectbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-selectbox:after {
    content: " ";
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #002791;
    position: absolute;
    right: 6px;
    top: 8px;
    transition: all 0.3s linear;
}

.custom-selectbox.open:after {
    transform: rotate(-180deg);
}

.p-rep-3 {
    margin-left: 1rem !important;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 0.7rem;
}

.primary-color {
    color: #002791;
}

.custom-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: rgba(255, 255, 255, 0.87);
    border-bottom: 1px solid #ced4da;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mt-10 {
    margin: 10px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.87);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.87);
}

.card-module {
    height: 380px !important;
}

.template-header {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #002791 !important;
}

.module-color {
    color: #4DD061;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.87);
    text-align: left;
    list-style: none;
    background-color: #002791;
    background-clip: padding-box;

    border-radius: .25rem;
}

.customer-search {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 200px !important;
}

.partnerships-header {
    color: #002791;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 32px 0px;
    text-align: center;
    margin-top: 12px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.partnerships-details {
    padding: 20px 0px;
    margin-top: 12px;
    font-weight: normal;
    text-align: justify !important;
    line-height: 1.6;
    border-bottom: 1px solid #CCC;
}

.partner-name {
    font-size: 22px;
    padding-bottom: 8px;
    color: #F28B23;
}

.ck-editor {
    height: 175px !important;
    width: 100% !important;
}

.ck-content {
    height: 125px;
}

.drop-drop-menu {
    background: #0D2434;
}

.header .drop-drop-menu .dropdown-item {
    font-size: 12px !important;
    padding-left: 24px;
}

.collapser-exp {
    font-size: 16px;
    font-weight: 700;
}

.py-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.download-butt {
    background-color: transparent;
    border: 2px solid #F28B23;
    color: #F28B23;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s ease;
}

.py-3 {
    padding-top: 0px !important;
    padding-bottom: 8px !important;
}

.logged-in-menu {
    width: 260px;
}

.logged-in-menu li a {
    padding: 4px 15px;
}