body {
  font-family: "proxima-nova";
  font-size: 1rem;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;

}

.scroll-hint-icon {
  width: 150px;
  height: 120px;
  border-radius: 1rem !important;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 1%);
  background: #000000 !important;
  padding: 35px 10px 10px 10px;
  color: #fff;

}

.scroll-hint-icon::before, .scroll-hint-icon::after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  width: 65px;
  height: 31px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  transition-delay: 2.4s;
  top: 39px;
}

.scroll-hint-icon::before {
  content: "\f061";
  right: 0;
  margin-right: 10px;
}


.scroll-hint-icon:after {
  content: "\f060";
  left: 0;
  margin-left: 10px;

}

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

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

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before, .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-text::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fb703f !important;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: center;
  font-weight: 800;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f8cc";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: none;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}

.scroll-hint-text {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 800;
}

.rounded-top.d-block, .rounded-bottom.d-block {
  max-width: 160px;
  margin: auto;
}

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

.DTFC_LeftWrapper {
  display: none;
}


#carousel-arrows, #carousel-arrows-2, #carousel-arrows-3, #carousel-arrows-4, #carousel-arrows-5 {
  margin: auto;
  width: 86px;
  position: relative;
}

#carousel-arrows button.slick-arrow,
#carousel-arrows-2 button.slick-arrow,
#carousel-arrows-3 button.slick-arrow {
  position: absolute;
  top: -45px;
}


#carousel-arrows button.arrow-prev,
#carousel-arrows-2 button.arrow-prev,
#carousel-arrows-3 button.arrow-prev {
  left: 0;
}

#carousel-arrows button.arrow-next,
#carousel-arrows-2 button.arrow-next,
#carousel-arrows-3 button.arrow-next {
  right: 0;
}

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

button.arrow-prev {
  left: -36px;
}

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

.rounded-top {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}

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


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

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

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

.change-currency {
  cursor: pointer;
  background: none;
  box-shadow: none;
  outline: none;
}

.change-currency {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 29px;
  font-size: 1.2rem;
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

button:focus {
  outline: none;

}

.change-currency.active, .change-currency:hover {
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50%;
  border-color: #ffffff !important;
}


.modal-content .rounded {
  border-radius: 0.8rem !important;
}

.modal-content {
  border: 2px solid #eb6019;
  border-radius: 0;
}

.modal-content .close {
  height: 14px;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 1;
  margin: 10px auto 10px;
  text-shadow: none;
  font-size: 1rem;
  position: relative;
  color: #eb6019;
}

.modal-content .close i {
  border: 1px solid #eb6019;
  height: 17px;
  width: 17px;
}

.modal-content .close span {
  color: #000000;
  font-weight: 700;
  font-size: 1.2rem;
}

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

.img-circle {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

.fa-solid {
  font-size: 0.9rem;
}

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

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

a {
  color: #0c00fe;
  text-decoration: underline;
}

.min-height {
  height: 70px;
}

.header .nav-logo {
  margin-left: 0;
  height: 69px;
  width: 69px;
  position: absolute;
  top: -40px;
  left: 40px;
}

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

.carousel-thumb {
  max-width: 306px;
  margin: auto;
}

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

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

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

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

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

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

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

.font-weight-thin {
  font-weight: 300;
}

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


.btn-primary {
  background: #000000;
  border-color: #000000;
  color: #eeeeee;
  height: 40px;
  width: 40px;
  line-height: 1.9rem;
  font-size: 1rem;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 6;
}

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


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


/*Text colors */

.text-blue {
  color: #4a60ff !important;
}

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

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

.text-green {
  color: #00c9b8;
}

.bg-green {
  background-color: #00c9b8;
}

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

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

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

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

.bg-blue-dark {
  background: #0e354b;
}

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


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

tr.table-subheading th {
  background-color: #954a8a;
}

tr.table-subheading th:first-child {
  background-color: #ffffff;
}

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

.table tr td.highlighted .td-simulate {
  color: #000000;
  background-color: #ffe9de;

}

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


.heading-holder.sorting_14.sort, .heading-holder.sorting_13.sort, .heading-holder.sorting_12.sort,
.heading-holder.sorting_11.sort, .heading-holder.sorting_10.sort, .heading-holder.sorting_8.sort, .heading-holder.sorting_9.sort,
.heading-holder.sorting_7.sort, .heading-holder.sorting_6.sort, .heading-holder.sorting_5.sort,
.heading-holder.sorting_4.sort, .heading-holder.sorting_3.sort,
.heading-holder.sorting_2.sort, .heading-holder.sorting_1.sort, .heading-holder.sorting_0.sort,

.heading-holder.sorting_one_time_8.sort, .heading-holder.sorting_one_time_9.sort,
.heading-holder.sorting_one_time_7.sort, .heading-holder.sorting_one_time_6.sort, .heading-holder.sorting_one_time_5.sort,
.heading-holder.sorting_one_time_4.sort, .heading-holder.sorting_one_time_3.sort,
.heading-holder.sorting_one_time_2.sort, .heading-holder.sorting_one_time_1.sort,

.heading-holder.sorting_life_time_costs_1.sort, .heading-holder.sorting_life_time_costs_2.sort{
  background-color: #fb703f;
  color: #ffffff;
}

.sorting_arrow_14.sort i, .sorting_arrow_13.sort i, .sorting_arrow_12.sort i, .sorting_arrow_11.sort i, .sorting_arrow_10.sort i, .sorting_arrow_9.sort i,
.sorting_arrow_8.sort i, .sorting_arrow_7.sort i, .sorting_arrow_6.sort i,
.sorting_arrow_5.sort i, .sorting_arrow_4.sort i, .sorting_arrow_3.sort i,
.sorting_arrow_2.sort i, .sorting_arrow_1.sort i,

.sorting_arrow_one_time_8.sort i, .sorting_arrow_one_time_7.sort i, .sorting_arrow_one_time_6.sort i, .sorting_arrow_one_time_5.sort i, .sorting_arrow_one_time_4.sort i, .sorting_arrow_one_time_3.sort i, .sorting_arrow_one_time_2.sort i, .sorting_arrow_one_time_1.sort i,

.sorting_arrow_life_time_costs_1.sort i,.sorting_arrow_life_time_costs_2.sort i
{
  color: #ffffff;
  background-color: black;
}

.table .sorting_asc .heading-holder, .table .sorting_desc .heading-holder {
  color: #ffffff !important;
  background-color: #fb703f !important;
}

.table tr td.sorting_1 .td-simulate {
  background-color: #fff3f0;
  color: #fb703f;
}

.header {
  background: url(../images/header.jpg) no-repeat right;
  background-size: cover;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.header-inner {
  position: relative;
}

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

.icon-wrap {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: transparent;
  line-height: 48px;
  color: #ffffff;
}

.icon-wrap:hover {
  background-color: white;
  border-color: white;
  color: #eb6019;
}

.tab-view.border {
  border: 2px solid white !important;
  border-radius: 28px !important;
}

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


.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: .5rem 1rem;
  border-radius: 0;
  background-color: #eb6119;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #eb6119;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #eb6119;
}

a:hover {
  text-decoration: none;
}

.fp-tableCell th.sorting_asc,
.fp-tableCell th.sorting {
  white-space: nowrap;
}

/* 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: #fb7b3f;
}

.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: 1rem;
}


.control_lenght {
  background: #0f354c;
  border-radius: 1.6rem;
  padding: 0.4rem 2.5rem;
}

.control_lenght:hover i {
  color: #00c9b8;
}

/* TABLE */

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

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

.short_table tbody tr td.highlighted .td-simulate {
  background-color: transparent;
}

.short_table tbody tr:last-child td {
  background-color: #fb703f;
}

.short_table tbody tr:last-child .td-simulate {
  color: #ffffff;
}

.life_time_costs .heading-holder {
  min-width: 153px;
}
.life_time_costs tr th:first-child .heading-holder {
  min-width: 270px;
}
.life_time_costs tr th:last-child .heading-holder {
  min-width: 151px;
}

.DTFC_ScrollWrapper tr th:first-child .heading-holder {
  min-width: 167px;
}

.DTFC_ScrollWrapper .heading-holder {
  min-width: 151px;
}

.heading-holder {
  background-color: #fff3f0;
  border-radius: 0.3rem;
  min-width: 131px;
  margin-bottom: 8px;
}


.heading-holder i {
  color: #ffffff;
  font-size: 1.3rem;
}

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

.sorting-icons {
  padding: 0 0 7px;
}


.td-simulate {
  background: transparent;
  color: #000000;
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

.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 #fb703f !important;
}

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

table.dataTable thead th, table.dataTable thead td {
  padding: 0;
  border-bottom: 1px 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-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fb703f;
  border-radius: 50%;
  color: #ffffff;
}

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

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

.table tr:last-child td {
  border-bottom: 1px solid #fb703f;
}

span.td-simulate {
  display: block;
  line-height: 30px;
  vertical-align: middle;
  margin: 4px 3px;
}

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

table tbody tr.odd {
  background: #ffffff;
}

table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  z-index: 9;
}

/* FOOTER */

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

/* SIDEBAR */

.sidebar {
  background: rgb(251, 113, 63);
  background: linear-gradient(180deg, rgba(251, 113, 63, 1) 0%, rgba(251, 126, 63, 1) 51%, rgba(251, 148, 63, 1) 100%);
  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: 38px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}

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 {
  background-color: #fbddce;
}

ul {
  padding: 0;
}

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

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

ul#menu li p {
  font-size: 1.3rem;
}

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

ul#menu li {
  position: relative;
}

ul#menu li a {
  color: #ffffff;
  display: block;
  padding: 0.8rem 1.5rem;
  margin-bottom: 12px;
  border-radius: 0.5rem;
  text-decoration: none;
}

ul#menu li a p {
  font-size: 1.2rem;
}

ul#menu > li.active > a,
ul#menu > li a:hover {
  background: #ffffff;
  font-weight: 800;
  color: #000000;

}

ul#menu > li .sub-menu {
  border-radius: 1rem;
  background: #ffffff;
  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: #000000;
  font-weight: 800;
}

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


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

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

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

/* 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;

}

@media (min-width: 455px) {

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

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

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

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

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

}

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

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


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


@media screen and (min-width: 992px) {
  .header .nav-logo {
    margin-left: 0;
    height: 80px;
    width: 80px;
    top: -52px;
    left: 40px;
  }

  .header::before {
    background: transparent;
  }

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

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

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

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

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

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

  .icon-team {
    margin-right: 0;
  }

  .sidebar {
    width: 250px;
  }

  .text-box {
    margin-left: -18px;
  }

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


  .modal .h4, .modal h4 {
    font-size: 1.7rem;
    line-height: 1rem;
  }


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

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

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

  .DTFC_LeftWrapper {
    display: block;
  }

  #carousel-arrows button.slick-arrow,
  #carousel-arrows-2 button.slick-arrow,
  #carousel-arrows-3 button.slick-arrow {
    position: absolute;
    top: -66px;
  }

  .img-square {
    padding-bottom: 116%;
  }
}


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

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

  .header .nav-logo {
    margin-left: 0;
    height: 80px;
    width: 80px;
    top: -41px;
    left: 48px;
  }

  .menu-toggle {
    display: none;
  }

  .container {
    max-width: 1320px;
  }

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

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

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

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

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

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

  button.arrow-prev {
    left: 85px;
  }


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

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

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

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

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

}

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

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

  button.arrow-prev {
    left: -45px;
  }


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

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


}

@media (min-width: 1700px) {
  .display-3 {
    font-size: 4.5rem;
  }
  .container-fluid {
    max-width: 1730px;
  }
  .container-table {
    max-width: 1280px;
  }

  .container-custom {
    max-width: 1380px;
  }
  .header.p-lg-5 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 2200px) {
  .header.p-lg-5 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .container-fluid {
    max-width: 2410px;
  }
}

