body {
    font-family: proxima-nova, sans-serif;
    font-size: 1.12rem;
    color: #000000;
    padding: 0;
    margin: 0;
}

.close {
    opacity: 1;
}

.modal-content {
    background-color: #efb35e;
    border-radius: 0.4rem;
    border: 11px solid #ffffff;
}

.modal-content i {
    font-size: 1.5rem;
    vertical-align: middle;
    font-weight: 600;
    background-color: #ffffff;
    height: 37px;
    width: 37px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #000000;
}

.line-bottom::before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #efb35e;
    height: 2px;
    width: 43%;
}


.line-height-1-6 {
    line-height: 1.6;
}


.overflow-hidden {
    overflow: hidden;
}

.position-sticky {
    top: 0;
    z-index: 9;
}


.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
}

.line-height-1-3 {
    line-height: 1.3;
}

.h5, h5 {
    font-size: 1.1rem;
}


.dataTables_length, .dataTables_paginate {
    display: none;
}


.text-orange {
    color: #fa582b;
}

.bg-red {
    background-color: #f96e35 !important;
}

.bg-red-light {
    background-color: #fcab95 !important;
}

.bg-orange-light {
    background-color: #fedfb3;
}

.bg-orange-dark {
    background-color: #fc8f00;
}

.bg-orange {
    background-color: #fcb040;
}

.bg-gray {
    background-color: #ebebeb;
}

.text-dark {
    color: #000000 !important;
}


.position-sticky {
    top: 0;
    z-index: 1000;
    width: 100%;
}

.scroll-overflow {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tooltip.show {
    opacity: 1;
}


button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.white-space-break-word {
    word-break: break-word;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-0-8 {
    line-height: 0.8 !important;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
}

.bg-pink {
    background-color: #feded5;
}

.bg-yellow-light {
    background-color: #eeb157;
}

.text-yellow {
    color: #eeb157
}


a {
    color: #3fa9f5;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;

}


/* Typography */

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semi-medium {
    font-weight: 600 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.font-style-italic {
    font-style: italic;
}


.number-rank {
    height: 58px;
    width: 58px;
    line-height: 45px;
    border: 5px solid white;
    border-radius: 0.7rem;
    margin: 13px auto 0;
}


.table tr td .rank span {
    line-height: 32px;
    height: 32px;
    width: 85px;
    display: block;
    border-radius: 0.3rem;
    vertical-align: middle;
    background-color: #eeb157;
    color: #ffffff;
}

.shadow-lg {
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 18%) !important;
}

.header {
    background: url(../images/header-bg.jpg) no-repeat center top;
    background-size: cover;
}

.methodology-bg {
    background: url(../images/Methodology-bg.png) no-repeat center top;
    background-size: cover;
}

.bg-top-5-bottom::before {
    content: "";
    position: absolute;
    bottom: -151px;
    left: 0;
    right: 0;
    width: 100%;
    background: url(../images/Top-5-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 549px;
}

.bg-pattern {
    background: url(../images/top-5-pattern-bg.jpg) center top;
    background-size: contain;
}

.header::before {
    position: absolute;
    content: "";
    top: 0px;
    right: -249px;
    left: 0;
    background: url(../images/header-image.png) no-repeat center top;
    width: 292px;
    height: 249px;
    margin: auto;
    background-size: cover;
}


.table tr td.sorting_1 .td-simulate span, .table tr td.highlighted .td-simulate span {
    color: #ffffff;
    background-color: #303b43;
}


.td-simulate span {
    display: block;
}


.z-index-2 {
    z-index: 2;
}


.height {
    height: 55px;
}


.bg-dark {
    background-color: #000000 !important;
}

.bg-dark-grey {
    background-color: #303b43 !important;
}

.rounded {
    border-radius: 0.7rem !important;
}

.rounded-xs {
    border-radius: 0.4rem !important;
}

.rounded-lg {
    border-radius: 1.4rem !important;
}

.rounded-xl {
    border-radius: 2.4rem !important;
}

#methodology a, .footer a {
    color: #3fa9f5;
    text-decoration: underline;
}


.icon-wrap {
    height: 55px;
    width: 55px;
    line-height: 44px;
    border-radius: 50%;
    right: 0;
    left: 0;
    background: url(../images/page-down.svg) no-repeat;
    color: #ffffff;
    margin: auto;
    position: absolute;
    bottom: -30px;
    font-size: 2rem;
}

.icon-wrap:hover {
    opacity: 0.6;
}


.img-square {
    padding-bottom: 94%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #efb35e;
    border-color: #efb35e;
    box-shadow: none !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}

.btn-primary {
    color: #efb35e;
    margin-top: -30px;
    position: relative;
    border-color: #ffffff;
    background-color: #ffffff;
    text-decoration: none;
}

.btn-primary:hover {
    color: #ffffff;
    border-color: #efb35e;
    background-color: #efb35e;
}

.modal-content .img-square {
    padding-bottom: 89%;
    background-position: top;
    background-size: contain;
    position: relative;
    z-index: 1;

}

.modal-content .square {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    height: 254px;
    width: 290px;
    background-color: #ffffff;
    z-index: 0;
    border-radius: 0.5rem;
}

.modal-content .image-caption {
    position: absolute;
    top: 70%;
    left: auto;
    right: -10px;
    transform: translateY(-50%);
    z-index: 2;
}

.col-lg-12-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media (min-width: 576px) {
    .col-sm-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-12-5 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}

@media (min-width: 1200px) {
    .col-xl-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.bubble-rank {
    height: 152px;
    width: 153px;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 10px solid white
}

.img-thumb {
    max-width: 500px;
    margin: 0 auto;
}


.border-top {
    border-top: 5px solid black !important;
}

.rank-oval {
    background-color: #efb35e;
    height: 43px;
    width: 43px;
    line-height: 43px;
    border-radius: 0.4rem;
}


.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

.display-4 {
    font-size: 2.7rem;
}


/*** Table ******/
.control_lenght {
    background-color: #efb35e;
    border-radius: 0.3rem;
    padding: 0.6rem 1.8rem;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #efb35e;
    display: inline-block;
    font-weight: 800;
}


.control_lenght:hover {
    background-color: transparent;
    color: #333333;
    border: 1px solid #efb35e;
    text-decoration: none;
}

#data.table tr th:first-child .heading-holder {
    min-width: 90px;
}


#data.table tr th .heading-holder {
    min-width: 238px;
}

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

.heading-holder {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    min-width: 122px;
    margin-bottom: 17px;
}


.heading-holder .title-th {
    display: block;
    line-height: 1;
    color: #000;
    font-weight: 400;
    height: 77px;
    border-radius: 0.4rem;
    background-color: #ffffff;
}

.heading-holder .title-icon i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.3rem;
}

.sorting-icons {
    line-height: 29px;
    text-align: center;
    font-size: 1rem;
    margin: auto;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #efb35e;
}


.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid transparent;
    padding-bottom: 0px !important;
    font-size: 1rem;
}

.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}


.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
    display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
    display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
    display: none;
}


.table td, .table th {
    vertical-align: middle;
    text-align: center;
    padding: 0;
}


table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-collapse: collapse !important;

}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 50px;
}


table tr td span {
    color: #15100d;
    font-weight: 700;
}


div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}

.table th {
    color: #322e2f;
    font-size: 1rem;
    white-space: nowrap;
    border-top: 0;
    font-weight: 400;
}


table tr td:last-child span {
    border-radius: 0.4rem;

}

table tr td:first-child .td-simulate {
    background-color: transparent;
    box-shadow: none !important;
}


table tbody tr td:first-child::before {
    box-shadow: none !important;
}

table tbody tr td::before {
    position: absolute;
    /*content: "";*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 10px;*/
    /*height: 32px;*/
    /*box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 18%) !important;*/
    z-index: 0;

}

table tr td .td-simulate span {
    border-radius: 0.3rem
}

.table td {
    border-top: 0px solid transparent;
    color: #000000;
    font-size: 1rem;
    white-space: nowrap;
    position: relative;

}

.table tr td:first-child span {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.table tr td:nth-child(2) .td-simulate {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    margin-left: 10px;
}

.table tr td:last-child .td-simulate {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}


.table tr td .td-simulate {
    display: block;
    padding: 0;
    font-weight: 700 !important;
    line-height: 32px;
    background-color: #ffffff;
    margin-bottom: 10px;


}

.table tr {
    position: relative;
}

.table thead tr::before {
    box-shadow: none !important;
}

.table tr::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 32px;
    width: 92%;
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 18%) !important;
    border-top-left-radius: 0.3rem;
}

.table tr td.sorting_1 .td-simulate {
    font-weight: 800;
}


/**** Headings ******/
.display-2 {
    font-size: 2.5rem;
}

.display-3 {
    font-size: 2.8rem;

}

.mobile-dark .small {
    color: #000000 !important;
}


.methodology a {
    color: #0000ee;
    text-decoration: underline;
}

.footer-logo {
    min-width: 250px;
    max-width: 250px;
}

.h3, h3 {
    font-size: 1.9rem;

}

.header .h3, .header h3 {
    font-size: 1.4rem;
}

.h2, h2 {
    font-size: 1.4rem;
    line-height: 1.2;
}

.h4, h4 {
    font-size: 1.6rem;
}

.header .h4, .header h4 {
    font-size: 1.3rem;
}


.btn-outline-danger.h5 {
    font-size: 1.15rem;
}

.container-custom, .container-table {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 425px) {
    .head-vector.heading {
        bottom: -222px;
        height: 67px;
        width: 50px;
    }
}

@media (min-width: 576px) {

    .display-1 {
        font-size: 4.8rem;
    }

    .h4, h4 {
        font-size: 1.4rem;
    }


    .h3, h3 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .display-3 {
        font-size: 4.7rem;
        line-height: 0.5;

    }

    .modal-dialog {
        max-width: 610px;
    }

}

@media (min-width: 768px) {
    .header .h3, .header h3 {
        font-size: 2.2rem;
    }

    .display-3 {
        font-size: 4.9rem;
    }

    .h2, h2 {
        font-size: 2.4rem;
    }

    .h4, h4 {
        font-size: 1.6rem;
    }

    .display-4 {
        font-size: 3.7rem;
    }

    .modal-content .img-square {
        padding-bottom: 90%;
        background-position: top;
        background-size: contain;
    }

    .modal-content .square {
        top: -10px;
        left: 0px;
        height: 389px;
        width: 462px;
        background-color: #ffffff;
        z-index: 0;
        border-radius: 0.5rem;

    }

    .header::before {
        width: 412px;
        height: 355px;
        top: 0px;
        right: -451px;
    }


}

@media (min-width: 992px) {
    .img-square {
        padding-bottom: 114%;
    }

    .header::before {
        width: 633px;
        height: 540px;
        top: -9px;
        right: -479px;
    }

    .container-custom {
        max-width: 1342px;
    }

    .display-4 {
        font-size: 5.2rem;
    }


    .h3, h3 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .footer-logo {
        max-width: 180px;
    }

    .h5, h5 {
        font-size: 1.25rem;
    }

    .white-space-nowrap {
        white-space: nowrap;
    }

    .lead {
        font-size: 1.3em;
    }

    .h2, h2 {
        font-size: 2.4rem;

    }

    .display-3 {
        font-size: 6.4rem;
        line-height: 1;

    }

    .h4, h4 {
        font-size: 1.6rem;
    }

    .header .h4, .header h4 {
        font-size: 1.7rem;
    }

    .h3, h3 {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    .display-2 {
        font-size: 7rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-1 {
        font-size: 10.5rem;
        line-height: 0.8 !important;
    }

    .lead {
        font-size: 1.4em;

    }

    .table tr th:nth-child(1) .heading-holder {
        min-width: 22px;
    }

    .modal-dialog {
        max-width: 955px;

    }

    .container-custom {
        max-width: 960px;
    }

    .mobile-dark.lg .small {
        color: #ffffff !important;
    }

    .number-rank {
        margin-top: 0;
        margin-left: 0;
    }

    .modal-content .img-square {
        padding-bottom: 92%;
        background-position: top;
        background-size: cover;
    }

    .modal-content .square {
        top: -10px;
        left: 0px;
        height: 339px;
        width: 384px;
        background-color: #ffffff;
        z-index: 0;
        border-radius: 0.5rem;

    }

    .modal-content .image-caption {
        top: 50%;
    }
}


@media (min-width: 1200px) {
    .container-table {
        max-width: 1203px;
    }

    .header::before {
        width: 633px;
        height: 605px;
        top: -9px;
        right: -598px;
    }

    .mobile-dark .small {
        color: #ffffff !important;
    }

    .modal-dialog {
        max-width: 1155px;

    }

    .container {
        max-width: 1463px;
    }

    .h2, h2 {
        font-size: 2.7rem;
    }

    .header .h3, .header h3 {
        font-size: 3.7rem;

    }

    .h3, h3 {
        font-size: 2.3rem;

    }


    .display-2 {
        font-size: 7.5rem;

    }

    .lead {
        font-size: 1.5em;
    }

    .display-3 {
        font-size: 8.6rem;
    }

    .container-custom {
        max-width: 1382px;
    }

    .modal-content .img-square {
        padding-bottom: 71%;
        background-position: top;
        background-size: contain;


    }

    .modal-content .square {
        top: -10px;
        left: 61px;
        height: 380px;
        width: 447px;
        background-color: #ffffff;
    }

}

@media (min-width: 1400px) {
    .header::before {
        top: -1px;
        width: 712px;
        height: 597px;
        right: -655px;
    }

    .modal-dialog {
        max-width: 1323px;
    }

    .container-custom {
        max-width: 1422px;
    }

    .container-table {
        max-width: 1337px;
    }

    .h2, h2 {
        font-size: 3.6rem;
    }

    .modal-content .h2, .modal-content h2 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 6.1rem;
    }

    .header .h4, .header h4 {
        font-size: 1.8rem;
    }


}

@media (min-width: 1600px) {

}

@media (min-width: 1920px) {
    .header::before {
        left: 100px;
    }

    .header::after {
        right: 100px;
    }

    .display-4 {
        font-size: 6.2rem;
    }
}

@media (min-width: 2200px) {
    .header::before {
        left: auto;
        right: 0;
        width: 931px;
        height: 598px;
    }


    .container-fluid {
        max-width: 1980px;
    }
}