body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #081721;
}

a {
  text-decoration: none;
  color: #092940;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #092940;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #146091;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#header {
  top: 0;
  z-index: 1;
  background: #092940;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}
.navbar {
  padding: 0;
}

.navbar > ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar .dropdown-menu {
  display: none;
}

.navbar .dropdown-menu.show {
  display: block;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #146091;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #212529;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #146091;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #092940;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 300px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #146091;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #092940;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #146091;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#intro {
  width: 100%;
  height: 50vh;
  background-color: rgba(9, 9, 9, 0.8);
  position: relative;
  object-position: 50px 30px;  
}

@media (max-width: 1125px) {
  #intro {
    max-width: 100%;
    height: 60vh;
  }
}

#intro .item {
  background: url("../img/intro-lg.jpg") no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 768px) {
  #intro .item {
    background-attachment: scroll;
  }
}

#intro .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(59, 117, 169, 0.7);
  z-index: 9;
}

#intro .item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
  z-index: 10;
}

#intro .container {
  text-align: center;
}

#intro img {
  padding-bottom: 20px;
  height: 200px;
}

@media (max-width: 1125px) {
  #intro img {
    padding-bottom: 15px;
    height: 120px;
  }
}

#intro h1 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

#intro h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

#intro p {
  font-size: 1.5rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

@media screen and (max-width: 375px) {
  #intro p {
  display:none;
  }
}

@media (max-width: 1125px) {
  #intro h1 {
    font-size: 2.2rem;
  }

  #intro p {
    font-size: 1.5rem;
  }
}

#intro .item-inner .item {
  transition-property: opacity;
  background-position: center top;
}



.padding
{
  padding-top: 30px;
}

section {
  padding: 60px 0;   
}

#data {
  background: url("../img/data.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0 40px 0;
  position: relative;
}

#data::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#data .container {
  position: relative;
  z-index: 10;
}
#cta {
  background-color: #146091;
  color: #fff;
}

#dashboards {
  background-color: #092940;
  color: #fff;
}

#dashboards h2 {
  color: #fff;
}

#dashboards a {
  color: #fff;
}

#dashboards a:hover {
  color: #FF9C2E;
}

#tools {
  background: url("../img/tools.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0 40px 0;
  position: relative;
}

#tools::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#tools .container {
  position: relative;
  z-index: 10;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #081721;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #146091;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

#products {
  background-color: #f3f5fa;
}

.products .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.products .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #146091 ;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #146091 ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.products .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.products .icon-box h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.products .icon-box a {
  color: #081721;
  transition: ease-in-out 0.3s;
}

.products .icon-box a:hover {
  color: #146091;
}

.products .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.products .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.anchor {
  scroll-margin-top: calc(var(--h-header) + 2.5em);
}

.component .icon-box {
  margin-bottom: 20px;
}

.component .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #146091 ;
  border-radius: 50%;
  transition: 0.5s;
  border: 2px solid #146091 ;
}

.component .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.component .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #FF9C2E;
}

.component .icon-box:hover .icon i {
  color: #FF9C2E;
  
}

.component .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.component .title a {
  color: #081721;
}

.component .title a:hover {
  color: #FF9C2E;
}

.component .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.component .content ul {
  list-style: none;
  padding: 0;
}

.component .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.component .content ul strong {
  margin-right: 5px;
}

.component .content ul span {
  margin-left: 5px;
}

.component .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #146091 ;
  line-height: 0;
}

.component .content p:last-child {
  margin-bottom: 0;
}

#overviews {
  padding: 60px 0;
}

#overviews .icon-boxes {
  margin-top: 10px;
}

#overviews .icon-box {
  padding: 20px 20px;
  margin-bottom: 20px;
  height: 230px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#overviews .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}

#overviews .icon-box .title {
  color: #124265;
  transition: 0.3s;
}

#overviews .icon-box .description {
  font-weight: 700;
  font-size: 12px;
  color: #666666;
  margin-bottom: 0;
  text-align: center;
}

#overviews .icon-box img {
  padding-bottom: 20px;
  display: block;
  margin: auto;
}

#overviews .icon-box:hover {
  transform: scale(1.08);
}

#overviews .icon-box:hover .title a {
  color: #2487ce;
}

#footer {
  margin-top: auto;
  background: #092940;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

#footer a {
  color: #fff
}

.tableau {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.modal {
  color: #666666
}

#container {
  height: 450px;
  min-width: 310px;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px
}

.pdf {
  margin-top: 50px;
  width: 100%;
  aspect-ratio: 4 / 3;
}

@media only screen and (min-width: 320px) and (max-width: 999px) {
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .phone {
    display: none;
  }
}

@import "https://code.highcharts.com/css/highcharts.css";

.highcharts-title {
  color: #115072;
  font-family: "century-gothic";
  font-weight: bold;
}

@media print {
  @media print {
    @page {
      size: 11.5in 8in landscape;
      margin: .5;
    }

    header, #header, footer, #footer {
      display: none !important; /* Hide header and footer */
    }

    iframe {
      width: 1280px;
      height: 800px;
      border: none;
      transform: scale(0.86);
      transform-origin: top left;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}
