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

ul li {
  list-style: none;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  border-top-color: #272727;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  border-right-color: #272727;
}


.popover-body {
  padding: 0.2rem 0.35rem;
  color: #212529;
}

.popover {
  background-color: #272727;
  border-radius: 5px;
}

.modal-content {
  border-radius: 1.5rem;
}

.modal-backdrop {
  background-color: #fff;
}

.fa-window-close {
  font-size: 1.2rem;
}

.close {
  text-shadow: none;
  font-weight: 500;
  color: #ffffff;
  opacity: 1;
  font-size: 1rem;
}

.close:hover {
  color: #fff6f6;
}

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

#svg-container img,
#svg-container svg {
  height: 500px;
  width: auto !important;
}

.section, .section_primary, .section_secondary, .section_third {
  display: none !important;
}

.d-table {
  display: table !important;
}

.section.open, .section_primary.open, .section_secondary.open, .section_third.open {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}


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

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


.border {
  border: 1px solid black !important;
}

a {
  color: #ffa800;
  text-decoration: underline;
}

.bg-orange-gradient {
  background: linear-gradient(90deg, rgba(249, 123, 66, 1) 0%, rgba(240, 169, 84, 1) 100%);
}

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

.nav-logo {
  background: url(../images/cat-icon.svg) no-repeat center;
  background-size: contain;
  height: 80px;
  width: 80px;
  margin: auto;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  color: #ffffff;
  background-color: #4100d3;
  border: 2px solid #4100d3;
}

#methodology a {
  text-decoration: none;
  color: #ffa800;
}

.slideout-panel {
  background: #ffffff;
}

.slideout-menu {
  width: 320px;
}

.slideout-open, .slideout-open body, .slideout-open html, .slideout-open .slideout-panel {
  overflow: visible;
}

.menu-toggle.is-active {
  left: -58px;
}

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

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

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 400;
}


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

.d-flex.justify-content-center .h4, .d-flex.justify-content-center h4 {
  font-size: 1.5rem;
}

.btn-primary {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  color: white;
  border-radius: 0.5rem;
  width: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  color: black;
  background-color: white;
  border-color: white;
  font-weight: bold;
}

.btn-primary i {
  margin-left: -5px;
  margin-top: -4px;
}

.btn-primary:not(:disabled):not(.disabled).active .svg-inline--fa, .btn-primary:not(:disabled):not(.disabled):active .svg-inline--fa, .show > .btn-primary.dropdown-toggle .svg-inline--fa, .btn-primary:hover .svg-inline--fa {
  color: #ffa800 !important;
}

.cat-image {
  content: "";
  position: absolute;
  z-index: 2;
  height: 236px;
  width: 100%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cat-image-small {
  content: "";
  position: absolute;
  z-index: 2;
  height: 229px;
  width: 100%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

.img-square-small {
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: center 29%;
  background-size: cover;
}

.img-circle {
  height: 220px;
  width: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 8px solid #edc476;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #272727;
}

.card-body::before {
  position: absolute;
  content: "";
  top: -13px;
  right: 25px;
  border-color: transparent transparent #f8e7c8 transparent;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  height: 0;
  width: 0;
}

.card-header .fa-chevron-circle-down {
  font-size: 1.5rem;
}

.card-header.rounded {
  border-radius: 0.5rem !important;
}

.card-link {
  text-decoration: none;
}

.content-box {
  position: absolute;
  top: 87%;
  right: 45px;
  z-index: 1;
  left: auto;
  white-space: nowrap;
  width: 100%;

}

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


/*Text colors */

.text-blue {
  color: #4100d3 !important;
}

.text-orange {
  color: #eb6019 !important;
}

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

.text-yellow {
  color: #edc476 !important;
}

.bg-yellow {
  background-color: #f8e7c8 !important;
}

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

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

.bg-blue-dark {
  background: #4100d3;
}

.text-blue-dark {
  color: #0e354b;
}

.bg-pink-light {
  background-color: #e1d4ff;
}

.bg-blue-light {
  background-color: #f0eaff;
}

.font-weight-black {
  font-weight: 800 !important;
}

.table tr th.sorting_asc .icon-table, .table tr th.sorting_desc .icon-table {
  background-color: #073685 !important;
  color: #ffffff;
}


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

.table .sorting_asc .heading-holder, .table .sorting_desc .heading-holder {
  background-color: #272727;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: transparent;
}

.header {
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.fp-tableCell {
  display: block;
}

.header::before {
  content: "";
  position: absolute;
  background: url(../images/banner-background-shape-01.svg) no-repeat center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 314px;
  width: 100%;
  margin: auto;
  z-index: -1;
  background-size: cover;
}

.header::after {
  content: "";
  position: absolute;
  background: url(../images/banner-orange.svg) no-repeat center;
  top: 0;
  bottom: 0;
  background-size: contain;
  margin: auto;
  z-index: 10;
  width: 170px;
  height: 180px;
  right: 0;
}

.rank span {
  border-radius: 50%;
  height: 33px;
  width: 33px;
  color: #fa703f;
  line-height: 35px !important;
  display: block;
  margin-left: 2px;
  font-weight: 600;
  background-color: #feeae0;
}

.table tr td:first-child span.td-simulate {
  line-height: 30px;
  padding: 3px 0;
}

.fa-2x {
  font-size: 2.7rem;
}

.icon-wrap {
  height: 45px;
  width: 45px;
  color: #edc476;
}

.icon-wrap:hover {
  color: #ffffff;
}


.bump-up {
  z-index: 2;
  position: relative;
}


.tooltip.show {
  opacity: 1;
}

a:hover {
  text-decoration: none;
}

.table tr th:first-child .heading-holder {
  height: 75px;
  width: 70px;
  min-width: auto;
  margin: 0 auto 0px;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting, table.dataTable thead .sorting_asc {
  background-image: none !important;
}

.table tr th:first-child .heading-holder .sorting-icons {
  position: relative;
  right: 0;
  line-height: 25px;
}

.heading-holder .title-th {
  color: #ffffff;
}

.sorting_asc .heading-holder .title-th, .sorting_desc .heading-holder .title-th {
  color: #edc476 !important;
}

.heading-holder .sorting-icons {
  top: 0;
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  right: 10px;
  margin: auto;
  vertical-align: middle;
  line-height: 29px;
}

/* HEADER */

.menu-toggle {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  cursor: pointer;
}

.menu-toggle:focus,
.menu-toggle:active {
  outline: none;
}

.hamburger {
  padding: 11px 9px 5px;
  background: #484b64;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
}


.slideout-menu {
  overflow-y: auto;
}

/* HEADINGS */

.subtitle-holder {
  position: relative;
}


/* INDEX */


.lead {
  font-size: 1.15rem;
}
.fp-responsive .fp-section,
.fp-responsive .fp-slide,
.fp-responsive .fp-tableCell{
  height: auto !important;
}

.scroll-hint-icon {
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.01);
  background: #e5eef3;
  padding: 35px 10px 10px 10px;
}

.scroll-hint-icon:before {
  filter: invert(1);
}

.scroll-hint-icon:after {
  z-index: 1;
  filter: invert(1);
  top: 19px;
}

.scroll-hint-text {
  font-size: 16px;
  color: #000;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.control_lenght {
  text-decoration: none;
  color: white;
  background: #fa713f;
  border-radius: 0.5rem;
  padding: 0.75rem 3.5rem;
}

.control_lenght:hover {
  color: white;
  background-color: #f85b12;
}

/* TABLE */

.title-th {
  display: block;
  line-height: 20px;
  font-size: 1rem;
}


/* Scroll bar styles */
::-webkit-scrollbar {
  /* width: 24px;  */
  height: 24px;
  background-color: white;
  border-radius: 14px;
  border: 1px solid black;
}

::-webkit-scrollbar-thumb {
  background-color: #fa713f;
  border-radius: 14px;
  border: 4px solid white;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e84d15;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}


.heading-holder {
  background-color: #333333;
  min-width: 120px;
  height: 75px;
  position: relative;
  margin-top: 30px;
}

.heading-holder .table-title .icon-block {
  position: relative;
  display: block;
  margin: auto;
  line-height: 37px;
  font-size: 1.5rem;
  height: 63px;
  width: 55px;
  text-align: center;
  top: -33px;
  background-image: linear-gradient(to right, #f87f45 , #fa7240);
}

.heading-holder .table-title .sorting-icons {
  position: absolute;
  display: block;
  margin-left: auto;
  line-height: 30px;
  height: 30px;
  text-align: center;
  bottom: -66px;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  font-size: 1rem;
  border: 2px solid #fa7240;
}

.table .heading-holder .sorting-icons i {
  font-size: 0.75rem !important;
  line-height: 26px;
  margin: auto;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
}

#data2 .heading-holder {
  min-width: 28px;
  margin-left: 3px;
}

#data2 tr th:nth-child(3) .heading-holder, #data2 tr th:nth-child(4) .heading-holder, #data2 tr th:nth-child(5) .heading-holder {
  min-width: 53px;
}

#data2 tr td:first-child .heading-holder .sorting-icons {
  height: 26px;
  width: 26px;
}

.heading-holder i {
  font-size: 1rem;
}

.heading-holder .sorting-icons i {
  font-size: 0.8rem;
}

.dataTables_paginate,
.dataTables_filter,
.dataTables_length {
  display: none;
}

table tbody tr.odd td:first-child .td-simulate {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

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

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

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

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

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

.scroll-hint-icon {
  top: calc(120px);
}

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

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

.table td, .table th {
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  border-top: 0px solid #e9ecef;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 0;
  border: none;
}

table.dataTable.display tbody td {
  border-top: 0px solid #ddd;
}

.table td {
  white-space: nowrap;
  border-top: 1px solid gray !important;
}


table.dataTable thead th, table.dataTable thead td {
  padding: 0;
  border-bottom: 0 solid transparent;
}

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

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


.table tr td:first-child .td-simulate {
  margin-left: 0;
}

.table tr td:last-child .td-simulate {
  margin-right: 0;
}

span.td-simulate {
  display: block;
  line-height: 33px;
  vertical-align: middle;
  padding: 5px 0 5px 0;

}

table.dataTable.no-footer {
  border-bottom: 0px solid #111;
}

[data-section-third="methodology"]:hover {
  cursor: pointer;
}

/* FOOTER */
footer {
  background-color: #f1f0f8;
}

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

footer a {
  text-decoration: none;
  color: #ffa800;
}

footer a:hover {
  color: #fdbf57;
}
/* SIDEBAR */

.sidebar {
  background-image: linear-gradient(to right, #f87f45 , #fa7240);
  color: #fff;
}

ul#menu {
  margin: 0;
  padding: 1rem 0.5rem;
}

ul#menu li .sub-menu li a {
  margin-bottom: 0;
  border-radius: 0;
  padding-left: 60px;
  color: white;
}

ul#menu li .sub-menu li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

ul#menu li .sub-menu li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

ul#menu li .sub-menu li a.active, ul#menu li .sub-menu li a:hover {
  text-decoration: underline;
}

ul {
  padding: 0;
}

#menu li {
  padding: 0 0px 0px 0;
  list-style: none;
}

#menu li img {
  height: 64px;
  margin-top: -25px;
}


ul#menu li small {
  font-size: 0.76rem;
}

ul#menu li {
  position: relative;
}

ul#menu > li.active {
  border-radius: 0.75rem;
  background-color: #f99c6b;
}


ul#menu li a {
  color: #ffffff;
  display: block;
  padding: 0px 10px 9px 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  text-decoration: none;
}

ul#menu li a p {
  font-weight: 600;
}

ul#menu li a i {
  color: #ffffff;
}

ul#menu > li.active > a,
ul#menu > li a:hover {
  color: white;
}

li.active svg.lead {
  font-weight: bold !important;
}

ul#menu > li .sub-menu {
  border-radius: 5px;

  position: relative;
}

/*ul#menu > li.active .sub-menu::before {*/
/*  content: "\f0d8";*/
/*  position: absolute;*/
/*  left: 15px;*/
/*  top: -14px;*/
/*  font-size: 1rem;*/
/*  font-weight: 600;*/
/*  font-family: "Font Awesome 5 Pro";*/
/*}*/

ul#menu li.active a p,
ul#menu li a:hover p,
ul#menu li.active a i,
ul#menu li a:hover i {
  color: white;
  font-weight: 600;

}

#sidebar-menu .fa-sort-down {
  position: absolute;
  right: 10px;
}

.sidebar-logo {
  max-width: 140px;
}


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

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

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

/* TABLES */
.slick-slider {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
}

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

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

}

.h3 {
  font-size: 1.5rem;
}

@media (min-width: 455px) {

  .display-2 {
    font-size: 2.85rem;
  }

  .header::after {
    width: 255px;
    height: 226px;
    right: 0;
  }

  .cat-image {
    height: 300px;
  }

  .cat-image-small {
    height: 269px;
  }

}

@media (min-width: 576px) {
  .display-1 {
    font-size: 4.5rem;
  }

  .section.open, .section_primary.open, .section_secondary.open, .section_third.open {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
  }

  .fp-tableCell {
    display: table-cell;
  }


  .header::after {
    width: 270px;
    height: 250px;
    right: 10px;
  }

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

  .container-table, .container-fluid {
    max-width: 630px;
  }

  .cat-image {
    height: 310px;
  }

  .cat-image-small {
    height: 273px;
  }

}

@media (min-width: 768px) {
  .display-2 {
    font-size: 4.5rem;
  }


}

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

  .lead {
    line-height: 1;
    font-size: 1.3rem;
  }

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

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

  .container-fluid {
    max-width: 100%;
  }

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

  .header .display-4 {
    font-size: 2.8rem;
  }

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

  .header::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
  }

  .header::after {
    width: 355px;
    height: 386px;
    right: 30px;
  }

  .content-box {
    top: 50%;
    right: -222px;
    transform: translateY(-50%);
    z-index: -1;
  }

  .img-circle {
    height: 250px;
    width: 250px;
  }
}


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

  .fixed-width {
    width: 250px;
  }

  .img-square-large {
    padding-bottom: 120%;
  }

  .slideout-menu {
    padding: 0 11px;
  }

  .fixed-width-lg {
    width: 275px;
  }

  .btn-primary {
    width: 120px;
  }

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

  .container-table, .container-fluid {
    max-width: 960px;
  }

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

  .img-circle {
    height: 250px;
    width: 250px;
  }

  .sidebar {
    width: 250px;
  }

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

  .cat-image {
    height: 340px;
  }

  .cat-image-small {
    height: 305px;
  }


  .sidebar-logo {
    font-size: 2rem;
    line-height: 0.9;
  }

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

  ul#menu {
    margin: 0;
    padding: 0;
  }

  .header::after {
    width: 422px;
    height: 632px;
    right: 50px;
  }

  .header::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
  }

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


@media (min-width: 1200px) {
  .slideout-panel {
    margin-left: 340px;
  }

  .slideout-menu {
    width: 340px;
    display: block;
  }

  .menu-toggle {
    display: none;
  }

  .container {
    max-width: 1049px;
  }

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

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

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

  .header {
    width: 111%;
  }

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

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

  .display-2 {
    font-size: 5.5rem;
  }

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

  .display-2 {
    line-height: 1;
  }

  .container-table {
    margin-right: auto;
    margin-left: auto;
  }

  .header::after {
    width: 422px;
    height: 632px;
    right: 0;
  }

  .cat-image {
    height: 366px;
  }

  .cat-image-small {
    height: 295px;
  }

}

@media (min-width: 1380px) {
  .display-3 {
    font-size: 4.5rem;
  }

  .header {
    width: 100%;
  }

  .header::after {
    width: 470px;
    height: 640px;
    right: 45px;
  }

}

@media (min-width: 1500px) {
  .display-3 {
    font-size: 4.5rem;
  }
  .container-custom {
    max-width: 1132px;
  }

  .header {
    padding-left: 100px !important;
  }


}

@media (min-width: 1950px) {
  .display-3 {
    font-size: 4.5rem;
  }

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

  .img-square-large {
    padding-bottom: 88%;
  }

  .table tr th:first-child .heading-holder {
    width: 75px;
  }

  .container {
    max-width: 1360px;
  }

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

  .header.p-lg-5 {
    padding: 5rem 7rem !important;
  }

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