.elementor-5694 .elementor-element.elementor-element-9203f42{--display:flex;--margin-top:-200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-9e8486b */.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-header {
    text-align: center;
    padding-bottom: 30px;
}

.section-header h3 {
    font-size: 32px;
    color: #fff!important;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-header p {
    margin: 0 auto;
    width: 50%;
}

/* Why Us Section */
#why-us {
    padding: 60px 0;
    background: #ffffff;
    color: #fff;
    margin-top: 80px;
}

.counters {
    padding-top: 0;
}

.counters span {
    font-size: 55pt;
    color: #004a99;
    display: block;
    text-align: center;
}

.counters p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* Section Bg */
.section-bg {
    background: #ffffff;
    padding: 60px 0 30px 0;
}

/* Table Styles */
.table-responsive {
    overflow-x: auto;
}

.table {
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th, .table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 11pt;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: #2b3643;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.total-row {
    background: #fff;
    color: #000;
    font-weight: bold;
}

/* Button Styles */

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
}

/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

text.highcharts-title{
    color: #fff !important;
    fill: #fff !important;
}

text.highcharts-axis-title{
    color: #fff !important;
    fill: #fff !important;
}

/* Responsive Adjustments *//* End custom CSS */