.quote {
 font-weight: 700;
  
  margin-bottom: 25px;
  font-size: 18px;
  color: #005E8A;
  letter-spacing: 1px;
}

body {
  background: #fff;
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

a {
  color: #00BDF2;
  transition: 0.5s;
  border-bottom: 1px solid #00BDF2;
}

a:hover, a:active, a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid #444;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h3, h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  color: #00BDF2;
  letter-spacing: 1px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #00BDF2;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

.logo a {
  border: none;
}

#header.header-scrolled, #header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
  display: none;
}

@media (max-width: 991px) {
  #header {
    height: 70px;
    padding: 15px 0;
  }
}

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

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 0;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #00BDF2; /*00BDF2 1bb1dc*/
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
  border-bottom: 0;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #00BDF2;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 47, 69, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 0;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 47, 69, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  position: relative;
  /*background: #072830 url("../img/oivalo-bg2.png") center top no-repeat;
  background: #012393 url("/img/bgimage.jpg") center  no-repeat;
      background-size: cover;*/

  margin-top: 70px;
  color: #000;
  height: 400px;
  background-color: #00BDF222;
}
#herobg {
  width: 100%;
  height: 100%;
  background-color: #ffffffaa;
}

@media (max-width: 767px) {
  #hero {
    height: auto;
    padding: 80px 0 60px 0;
  }
  #hero .container {
    height: auto !important;
  }
  #hero .intro-img {
    width: 80%;
  }
}

#hero .intro-info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#hero .intro-info h1 {
  color: #000;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #hero .intro-info h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero .intro-info .btn-get-started, #hero .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00BDF2;
  color: #fff;
}

#hero .intro-info .btn-get-started:hover, #hero .intro-info .btn-services:hover {
  background: #0a98c0;
}

.lead {
  font-size: 22px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h2 {
  font-size: 42px;
  color: #00BDF2;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  margin: 40px 0 20px;
}

@media (max-width: 767px) {
  .section-header h2 {
    font-size: 32px;
  }
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 16px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/
#planning,#aboutfina,#about {
  background-color: #0A1853;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

#about .about-content,#planning .about-content, #aboutfina .about-content {
  padding-top: 50px;
  padding-bottom: 10px;
  
}

@media (max-width: 767px) {
  #planning,#about {
    padding: 0 15px;
  }
}

#about .about-content p,#planning .about-content p, #aboutfina .about-content p  {
  margin-bottom: 20px;
}

#about .about-content h2,#planning .about-content h2, #aboutfina .about-content h2  {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

#about .about-img, #planning .about-img {
  position: relative;
  background: #f5f8fd url("../../img/Oivalo-1-5.jpg") center top no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}
#aboutfina .aboutfina-img {
  position: relative;
  background: #f5f8fd url("../../img/pldemo2.png") center top no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 767px) {
  #planning .about-img, #aboutfina .aboutfina-img  {
    display: none;
  }
}

@media (min-width: 768px) {
  .about-img-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-img-mobile {
    width: 100%;
    display: block;
  }
}

/* Services Section
--------------------------------*/
#services {
  padding: 10px 0 40px 0;
  background: #fff;
}

#services h2 {
  margin-bottom: 60px;
}

.box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  margin: 0px 10px 40px 10px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 3px solid #d1dfe8;
  height: calc(100% - 50px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box:hover {
  transform: scale(1.05);
}

.icon {
  margin: 0 auto 15px auto;
  position: absolute;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  margin-top: -40px;
  background: white;
  z-index: 100;
  margin-left: -25px;
}
.icon-iso {
  margin: 0 auto 15px auto;
  position: absolute;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 50px;
  top: 0;
  left: calc(50% - 50px);
  margin-top: -40px;
  background: white;
  z-index: 100;
  margin-left: -25px;
}

.icon i {
  font-size: 50px;
  line-height: 1;
  margin-top: -20px;
}

.icon.qlik {
  margin-left: -75px;
  line-height: 1;
  margin-top: -50px;
  background: transparent;
}

#services .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  color: #005E8A;
  letter-spacing: 1px;
}


.description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 100;
  text-align: center;
}

/* 
--------------------------------*/
#planning {
  padding: 0px 0;
}
#why-us {
  background-color: #fff;
  color: #444;
}
#features {
  color: #444;
}

@media (max-width: 991px) {
  #why-us .why-us-content {
    padding-top: 30px;
  }
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .icon, #planning .icon {
  margin-top: -20px;
}

/* 
--------------------------------*/
#features {
  padding: 80px 0;
  background-color: #e8eff5;
}

@media (max-width: 767px) {
  #features {
    padding: 0 10px 20px 10px;
  }
}

#features h3, h4 {
  font-weight: 600;
  font-size: 24px;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0A1853;
}

#features .features-img {
  margin-top: 50px;
}

#features img {
  transition: ease all 0.3s;
}

#features img:hover {
  transform: scale(1.05);
  transition: ease all 0.9s;
}

#features p {
  margin-bottom: 10px;
}

#features table {
  margin: 10px 0;
  border: 3px solid #d1dfe8;
}

#features table tr {
  background-color: #fff
}

#features table td {
  padding: 15px;
}

#features table .table-first {
  display: flex;
  align-items: center;
}

.features-table {
  margin-top: 20px;
}

.features-table .fa {
  font-size: 20px; 
  margin-right: 25px;
  height: 100%;
}

.features-table ul li{
  margin-bottom: 5px;
}

#features .box {
  height: auto;
  text-align: left;
  position: relative;
}

#features .icon {
  background: #e8eff5;
}

/* Team Section
--------------------------------*/
#team {
  padding: 30px 0;
  background-color: #0A1853;
}

#team .member-image {
  width: 250px; 
  height: 250px; 
  background-color:#fff;
  border: 3px solid #d1dfe8;
  border-radius: 200px;
  margin: auto;
  overflow: hidden;
}

.member-image-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1s;
}
.member-image-container:hover {
  transform: scale(1.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team h2 {
  color: white;
  margin-bottom: 40px;
}

#team .member .member-info {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 80px;
  transition: height 0.4s;
}

#team .member h3 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #00BDF2;
  border-bottom: none;
}

#team .member .social a:hover {
  color: #fff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0 80px;
}

#clients h2 {
  margin-bottom: 30px;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover,.clientcarouseldiv:hover {
  opacity: 1!important;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

#clients .owl-dot.active {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background-color: #0A1853;
  color: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background-color: #0A1853;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #535074;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0a98c0;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #0a98c0;
}

#footer .footer-top .social-links a:hover {
  background: #0A1853;
  color: #fff;
  border: 1px solid white;
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

#footer .copyright {
  text-align: left;
  padding-top: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  opacity: 0.5;
}

#footer .credits {
  text-align: left;
  font-size: 12px;
  padding-top: 4px;
  opacity: 0.1;
}

#footer .credits a {
  color: #00BDF2;
}

#footer .credits a:hover {
  color: #0a98c0;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
}

.footer-links h3 {
  color: #0a98c0;
}

.nav-pills .nav-link.active {
  background-color: #fff;
}
.nav-pills .nav-link:hover {
  background-color: #ffffff88;
}
#stories {
  background-color: #e8eff5;
  padding-bottom: 30px;
  padding-top: 15px
}
#stories .nav-item {
  background-color: #e8eff5;
}
#stories .tab-pane {

}