body {
  font-size: 1rem;
  color: #675b9f;
 font-family: montserrat, sans-serif;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.border {
  border-color: #38b132 !important;
}

img.flag {
    width: 20px;
    float: left;
    position: relative;
    top: 9px;
    margin-left: 11px;
}

.text-green {
    color: #675b9f !important;
}

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

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

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: auto;
    width: 150px;
    margin-right: auto;
    display: block;
}
.text-purple  {
  color: #675b9f;
}

.bg-blue-dark {
  background-color: #014891;
}

.border-width-2 {
  border-width: 2px !important;
}

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

.img-square {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

a {
  color: #675b9f;
  text-decoration: underline;
}

a:hover {
  color: #675b9f;
  text-decoration: none;
}

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

div#data_paginate,
div#data2_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
  display: none;
}


/* typography */
.display-1 {
  font-size: 3rem;
  line-height: 0.8;
}

.display-2 {
  font-size: 2.6rem;
  line-height: 0.8;
}

.display-3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.sub-header {
  border-radius: 20px;
}

.lead {
  font-size: 1rem;
}

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

.bg-green {
  background-color: #38b132 !important;
}


.text-purple-light {
    color: #c3b5dc;
}

.bg-blue {
  background-color: #e4f1fd;
}

.text-blue {
    color: #675b9f;
}
 
.bg-purple {
    background: #675b9f;
}

.header {
  background-size: cover;
}

.icon-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 55px;
    background-color: #675b9f;
    border: 3px solid #fff;
}

.icon-down:hover {
  border: 3px solid #675b9f;
  background-color: #ffffff;

}

.icon-down .fa-arrow-down {
  font-size: 1.8rem;
  vertical-align: middle;
  color: #fff;
}

.icon-down:hover .fa-arrow-down {
  color: #675b9f;
}

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

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

.font-weight-medium {
  font-weight: 500
}


/* table */

.table .circle i {
  line-height: 26px;
  height: 25px;
  width: 25px;
  margin: auto;
  border-radius: 100%;

}

.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;
}


.heading-holder {
  text-align: center;
  font-weight: 400;
  position: relative;
  min-width: 140px;
  white-space: nowrap;
  padding: 11px 0 8px;
  margin-bottom: 29px;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 10px;
}

.heading-holder .icon-th {
    font-size: 2rem;
    color: #ef722a;
}

.heading-holder .sorting-icons {
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0.4rem;
}

#data .table tr td.sorting_1 .td-simulate {
  font-weight: bold;
}

.sorting_asc .icon-th, .sorting_desc .icon-th {
    color: #675b9f;
}

.sorting_asc .title-th,
.sorting_desc .title-th {
  color: #38b132;

}

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

table tr td:first-child {
  padding-left: 0;
}

table tr td:last-child {
  padding-right: 0;
}

table tr td:first-child span.td-simulate {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

table tr td:last-child span.td-simulate {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

table tr td > span {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

table tr td:last-child span {
  padding-right: 0;
}


table tr td .td-simulate {
  padding: 0;
}

table tr td:first-child .td-simulate .td-simulate-wrapper {
  margin-left: -1px;
}

table tr td:last-child .td-simulate .td-simulate-wrapper {
  margin-right: -1px;
}

.td-simulate .td-simulate-wrapper {
    display: block;
    line-height: 37px;
    margin: 0 5px;
    border-radius: 10px;
    background: #e4ecf7;
}

.table tr td.highlighted .td-simulate .td-simulate-wrapper, .table tr td.sorting_1 .td-simulate .td-simulate-wrapper {
    color: #675b9f;
    border: 1px solid #675b9f;
    border-radius: 10px;
}

.table .sorting_asc .heading-holder, .table .sorting_desc .heading-holder {
    color: #fff !important;
    background-color: #e4ecf7;
    border: 1px solid #685c9f;
}


table tbody tr {
  border-bottom: 15px solid transparent;
}

/*****/

.heading-holder .sorting-icons i {
    margin-bottom: 0px;
    font-size: 1.4rem;
    color: #675b9f;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #675b9f;
    border-color: #675b9f;
}

.control_lenght {
    background: #675b9f;
    border: 2px solid #675b9f;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.control_lenght:hover {
  background: #ffffff;
  color: #675b9f;
  border: 2px solid #675b9f;
}

.table td, .table th {
  padding: 0;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table tr th:first-child {
  padding-left: 0;
}

.table tr th:last-child {
  padding-right: 0rem;
}

.table th {
  border-bottom: 0rem solid transparent !important;
  border-top: 1px solid transparent;
}

.title-th {
  margin: auto;
  height: 72px;
  text-align: center;
  padding: 0;
  line-height: 21px;

}

.table td {
  border-top: 0 solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.td-simulate {
  padding: 0rem 0.1rem;
  display: block;
  white-space: nowrap;
  border: 1px solid transparent;
  color: #000000;
}

.section {
  display: none;
}

.section.open {
  display: block;
}

.section_primary {
  display: none;
}

.section_primary.open {
  display: block;
}


.methodology a {
  color: #014891;
}


.btn-primary .fas {
  font-size: 2.4rem;
  color: #014891;
}

.btn-outline-primary {
    color: #675b9f;
    background-color: #ffffff;
    border: 2px solid #675b9f;
    padding: 10px 0;
    text-decoration: none;
}

.btn-outline-primary:hover {
    background-color: #675b9f;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info.active, .btn-info:focus, .btn-info:hover {
    background-color: #ef722a;
    border: 2px solid #ef722a;
    color: #fff;
}

.btn-info {
    color: #675b9f;
    background-color: #ffffff;
    border: 2px solid #c3b5dc;
}

.btn-primary {
  color: #fff;
  height: 45px;
  width: 45px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:hover {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}

.buttons a {
  text-decoration: underline;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 0.9rem;
  line-height: 1rem;
  white-space: nowrap;
}

.section-control-btn {
  border-radius: 12px;
}

.buttons .active {
  font-weight: bold;
}

.back-to-top {
  text-decoration: none;
}

.back-to-top .fa-arrow-up {
    font-size: 1.8rem;
    color: #ffffff;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 100%;
    line-height: 55px;
    background-color: #675b9f;
    border: 3px solid white;
}

.back-to-top:hover .fa-arrow-up {
  background-color: white;
  border: 3px solid #675b9f;
  color: #675b9f;
}


.buttons .divider {
  font-size: 1.5rem;
}

.buttons a {
  color: #014891;
}

.footer a {
  text-decoration: underline;
  color: #000;
}


.btn-primary .fa-long-arrow-alt-right {
  vertical-align: middle;
}

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

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

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

button.slick-arrow {
  position: absolute;
  bottom: 115px;
  z-index: 10;
}

button.arrow-prev {
  left: 0;
  padding: 4px 0;
}

button.arrow-next {
  right: 0;
  padding: 4px 0;
}


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

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

  .img-square {
    height: 300px;
  }

  button.slick-arrow {
    position: absolute;
    top: 30%;
  }

  button.arrow-prev {
    left: 10px;
    padding: 4px 0;
  }

  button.arrow-next {
    right: 10px;
    padding: 4px 0;
  }

  .btn-outline-primary, .control_lenght {
    width: 300px;
  }

}

@media (min-width: 768px) {

  #carousel .display-4 {
    font-size: 3.6rem;
    line-height: 0.9em;

  }

  .display-3 {
    font-size: 2rem;
    line-height: 1.2;
  }

}


@media (max-width: 991px) {

  .bg-sm-orange {
      background: #ef722a;
  }
}

@media (min-width: 992px) {

  .key {
    white-space: nowrap;
  }

  button.slick-arrow {
    position: absolute;
    top: 40%;
  }

  button.arrow-prev {
    left: 0;

  }

  button.arrow-next {
    right: 0;

  }

  .img-square {
    height: 398px;
  }

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


  .lead {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .display-2 {
    font-size: 6.5rem;
    line-height: 0.8;
  }

  .display-3 {
    font-size: 3rem;
    line-height: 1.2;
  }
.bg-gradient {
    background: linear-gradient( to right, #ef722a 0%, #ef722a 50%, #c3b5dc 50%, #c3b5dc 100% );
  }


}

@media (min-width: 1200px) {

  
  .display-1 {
    font-size: 8.9rem;
    line-height: 0.8;
  }

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

  .container {
    max-width: 1150px;
  }

  button.arrow-prev {
    left: 100px;

  }

  button.arrow-next {
    right: 100px;
  }

  button.slick-arrow {
    position: absolute;
    top: 50%;
  }
}

@media (min-width: 1800px) {
  button.arrow-prev {
    left: 250px;
  }

  button.arrow-next {
    right: 250px;
  }
}

/* cookie */

#cookie-notice {
    color: #fff;
    font-family: inherit;
    background: #51649f;
    padding: 1rem;
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 0.8rem;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    margin: 0px;
    visibility: hidden;
    z-index: 1000000;
    box-sizing: border-box;
}

#cookie-notice button {
    color: inherit;
    background: #eadece;
    border: 0;
    padding: 10px;
    margin-top: 13px;
    color: #5e5952;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

@media only screen and (max-width:600px){#cookie-notice{max-width:100%;bottom:0;left:0;border-radius:0}}
