body {
  font-size: 1rem;
  color: #313131;
  font-family: azo-sans-web, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;

}

.col-lg-12-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@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 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12-5 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
}

.number-oval {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.shadow-lg {
  -webkit-box-shadow: -1px 0px 14px 2px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: -1px 0px 14px 2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: -1px 0px 14px 2px rgba(0, 0, 0, 0.5) !important;
}

.text-justify {
  text-align: justify;
}


.no-wrap {
  white-space: nowrap;
}

.line-height-2 {
  line-height: 2;
}

.line-height-1 {
  line-height: 1;
}


a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}


.img-flag {
  width: 35px;
  height: 35px;
}

div#data_paginate,
div#data2_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
  display: none;
}

/* typography */
.display-1 {
  font-size: 3.6rem;
  line-height: 0.8;
}

.display-2 {
  font-size: 2.2rem;
  line-height: 0.8;
}

.display-3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}


/********* Colors ********/

.bg-dark {
  background-color: #353535 !important;
}

.text-green {
  color: #1bb492;
}

.bg-blue {
  background-color: #1170a8;
}

.bg-orange {
  background-color: #f36621;
}

.text-orange {
  color: #f36621;
}

.bg-blue-dark {
  background-color: #19294f;
}

.bg-black {
  background-color: #0a0a0a !important;
}

.bg-green {
  background-color: #1bb492;
}


.font-style-italic {
  font-style: italic;
}

.font-weight-bold {
  font-weight: 900 !important;
}


.icon {
  height: 20px;
  width: 20px;
}

/* headers */

.header {
  background-image: url("../jpg/header-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}


.slider-bg {
  background: url(../jpg/top-3.jpg) no-repeat center;
  background-size: cover;
}

.slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.bg-slider-number-of {
  background: url(../jpg/number-1-for.jpg) no-repeat center;
  background-size: cover;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  color: #fff;
  background: rgb(7, 53, 133);
  background: linear-gradient(180deg, rgba(7, 53, 133, 1) 0%, rgba(35, 38, 118, 1) 100%);
}

.btn-secondary {
  color: #2a2373;
  background-color: transparent;
  border-color: #1f2979;
  width: 100%;
}

.img-square {
  padding-bottom: 90%;
  background-size: cover;
  background-position: center;
}


.font-weight-extra-bold {
  font-weight: 900;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}


.h4, h4 {
  font-size: 0.9rem;
  font-weight: normal;
}


.table tr th.sorting_asc .heading-holder .title-icon, .table tr th.sorting_desc .heading-holder .title-icon {
  background-color: #1170a8 !important;
  color: #ffffff;
}


.table tr th.sorting_asc .sorting-icons, .table tr th.sorting_desc .sorting-icons {
  background-color: #1170a8;
  color: #ffffff;
}


.table tr td.highlighted .td-simulate, .table tr td.sorting_1 .td-simulate {
  color: #313131;
  background-color: #f0f0f0;

}

.table tr td.sorting_1 .td-simulate {
  font-weight: 600;
}

/* table */


.sorting-icons {
  line-height: 16px;
  padding: 5px 0 5px;
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  color: #000000;
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;

}


.sorting-icons i {
  font-size: 1rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid transparent;
  font-size: 1rem;
  position: relative;

}

.table .table-subheading th {
  font-size: 1rem;
  padding-bottom: .75rem !important;
  height: 10px;
  vertical-align: middle;
  line-height: 1.3rem;
}

.table .th-empty {
  border: 0 !important;
}


.title-icon i {
  font-size: 1.3rem;
  vertical-align: middle;
}

.sorting-icons i {
  font-size: 1rem;
}

.sorting .fa-sort-down,
.sorting .fa-sort-up {
  display: none;
}

.sorting_asc .fa-sort,
.sorting_asc .fa-sort-up {
  display: none;
}

.sorting_desc .fa-sort,
.sorting_desc .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;
}

.column_0.sorting, .column_1.sorting, .column_2.sorting, .column_3.sorting, .column_4.sorting, .column_5.sorting, .column_6.sorting, .column_7.sorting {
  background-color: #063686;
  color: #ffffff;
}

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;
}

.table td, .table th {
  border: 1px solid #dbeaf3;
  color: #000000;
}

table.dataTable {
  border-collapse: collapse !important;
}


.table td, .table th {
  border: 0px solid transparent;
  color: #121212;
}

.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;
}


.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000;
}

.btn-dark {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.heading-holder {
  text-align: center;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: auto;
  min-width: 90px;

}

.heading-holder .sorting-icons i {
  margin-bottom: 0px;
  font-size: 1.1rem;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;

}

.control_lenght {
  background-color: #1f5da0;
  padding: 0.7rem 2.8rem;
  text-decoration: none;
  color: #ffffff;
}

.control_lenght:hover {
  background-color: #082962;
  color: #ffffff;
}

#data .row {
  margin-right: 0px;
  margin-left: 0px;
}

#data .col-6,
#data .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

#data .table tr td.sorting_1 .td-simulate {
  font-weight: bold;
}

.sorting_asc .title-th,
.sorting_desc .title-th {
  color: #000;
}

.table th {
  padding: .75rem 0 0.5rem;
  vertical-align: middle;
  border-top: 0px solid transparent;
}

.table td {
  padding: .75rem 0;
  vertical-align: middle;
  border-top: 0px solid transparent;
}


.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffff;

}


.table td .rank span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  border-radius: 50%;
  background-color: #1170a8 !important;
  padding: 0;
  margin: auto;
}


.table td {
  padding: 0;
  line-height: 36px;
}


.table td, .table th {
  text-align: center;
  vertical-align: middle;

}

.table tr td:first-child span.td-simulate {
  border-left: 0px solid #fff;
  padding: 5px 0;
}

.table tr td:last-child span.td-simulate {
  border-right: 0px solid #fff;
}


.table .title-th {
  margin: auto;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  color: #000;
  line-height: 56px;

}

#data .sorting_asc .heading-holder .title-th, #data .sorting_desc .heading-holder .title-th {
  color: #000 !important;
  background-color: #fff;

}

.table tr:last-child td {
  border-bottom: 1px solid #333 !important;
}

.table td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  white-space: nowrap;
  border-top: 1px solid #19294f;
}


.td-simulate {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 45px;
  border-left: 4px solid white;
  border-right: 4px solid white;

}

.tooltip.show {
  opacity: 1;
}

#methodology a {
  color: #0000ee;
  text-decoration: underline;
}

.footer a {
  color: #ffffff;
  text-decoration: underline;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #1170a8;
  border-color: #1170a8;
  color: #ffffff;
}

button:focus {
  outline: none;
}

.btn-primary {
  background-color: white;
  border-color: #313131;
  border-radius: 0;
  border-width: 2px;
  height: 40px;
  color: #000000;
  cursor: pointer;

}

.btn-primary i {
  font-size: 1.4rem;
}

.btn-primary i::before {
  vertical-align: middle;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


.btn-primary.active span, .btn-secondary.active span, .btn-danger.active span, .btn-info.active span, .btn-warning.active span {
  color: #fff !important;
  font-weight: 600;
}

.btn-primary .fal {
  font-size: 1.5rem;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 0.9rem;
  line-height: 1rem;
  white-space: nowrap;
}

.section-control-btn span {
  font-size: 1.1rem;
}

.methodology-bg a {
  color: #0000ee;
}

#methodology i {
  font-size: 1.3rem;
}

.footer a {
  text-decoration: underline;

}

.h2, h2 {
  font-size: 1.6rem;
}


.display-4 {
  font-size: 1.3rem;
}

.display-3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.h3, h3 {
  font-size: 1.3rem;
}

.slick-slide .h4, .slick-slide h4 {
  font-size: 1.4rem;
}

#carousel-arrows {
  position: relative;
  top: -10px;
  margin: auto;
  width: 114px;

}

#carousel-arrows button.arrow-prev {
  left: 0;
}

#carousel-arrows button.arrow-next {
  right: 0;
}

.legend-key i {
  font-size: 1.3rem;
}

.title-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: block;
  border-radius: 50%;
  background: #f86553;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 8px;
}

.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

.footer-logo {
  width: 200px;
}

@media (min-width: 450px) {
  .display-3 {
    font-size: 2.5rem;

  }

  .h4, h4 {
    font-size: 1.3rem;
  }

  .display-2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 576px) {


  .h2, h2 {
    font-size: 2.2rem;
  }

  .display-2 {
    font-size: 3.6rem;
    line-height: 0.8;
  }

  .display-1 {
    font-size: 4.5rem;
    line-height: 0.8;
  }


  .display-3 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .slick-slide .h4, .slick-slide h4 {
    font-size: 1.5rem;
  }

  .display-3 {
    font-size: 3.3rem;
    line-height: 1.2;
  }

  .h4, h4 {
    font-size: 1.9rem;
  }

  .display-2 {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .display-1 {
    font-size: 5.5rem;
    line-height: 0.8;
  }


  #carousel-arrows button.slick-arrow {
    position: absolute;
  }

  .h2, h2 {
    font-size: 2.6rem;
  }

  .btn-secondary {
    width: 180px;
  }
}


@media (min-width: 992px) {
  .carousel-arrows-desktop {
    position: relative;

  }

  .display-2 {
    font-size: 4.3rem;
    line-height: 1;
  }

  .container-custom {
    max-width: 1350px;
  }

  .white-space-nowrap {
    white-space: nowrap;
  }

  .h4, h4 {
    font-size: 2rem;
  }

  .slick-slide .h4, .slick-slide h4 {
    font-size: 1.7rem;
  }

  .h3, h3 {
    font-size: 1.8rem;
  }

  .display-4 {
    font-size: 1.8rem;
  }


  .display-3 {
    font-size: 5rem;
    line-height: 0.8;

  }

  .display-1 {
    font-size: 7.5rem;
    line-height: 0.8;
  }


}


@media (min-width: 1200px) {
  .display-2 {
    font-size: 6.7rem;
    line-height: 1;
  }

  .h4, h4 {
    font-size: 2.6rem;
  }

  .container {
    max-width: 1190px;
  }

  .text-lg-justify {
    text-align: justify;
  }


  .display-4 {
    font-size: 1.8rem;
  }

  button.arrow-next {
    right: 15px;
  }

  button.arrow-prev {
    left: 15px;
  }


}

@media (min-width: 1500px) {


}

@media (min-width: 1800px) {
  button.arrow-next {
    right: 170px;
  }


  button.arrow-prev {
    left: 170px;
  }
}