body
{
  font-family: 'Nunito', sans-serif;
}

p { line-height: 2rem; }
ul li, ol li { line-height: 2rem; }

/*
 * Header
 */

.nav-masthead .nav-link {
  text-transform: uppercase;
  text-align: center;
  font-size: .88rem;
  font-weight: 700;
  color: #333;
  margin: 0 10px;
  border-bottom: .10rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus,
.nav-masthead .nav-link.active {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .60);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.sticky-header
{
  background: #ffffff !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.sticky-header .nav-masthead .nav-link:hover,
.sticky-header .nav-masthead .nav-link:focus,
.sticky-header .nav-masthead .nav-link.active {
  color: #0baad1;
  border-bottom-color: rgba(0, 0, 0, .60);
}

.header-transparent:before
{
  position: absolute;
  /*content: '';*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 10%);
  z-index: -1;
  height: 100vh;
}

.header-transparent nav
{
  background: transparent;
  background-position: bottom center;
  background-size: cover;
}

.navbar
{
  background-image: url('../img/sliderbg.jpg');
  background-position: top center;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}

.site-title
{
  font-size: 3.2rem;
}

.main-slider
{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -127px;
}

.main-slider .item {
    /*height: 650px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10rem 0;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.main-slider .slider-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgb(255, 255, 255, .5);
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 5px;
  background: #dedede;
}

.slide-progress {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  width: 0;
  max-width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}

.section-title { position: relative; }

.section-title:after
{
  content: '';
  position: absolute;
  left: 45%;
  right: 45%;
  bottom: -25px;
  background: red;
  border: 1px solid red;
  height: 4px;
  margin: auto;
}

.carousel-caption
{
  position: absolute;
  width: 100%;
  float: left;
  /* background: rgba(0, 0, 0, 0.18); */
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}

.carousel-content {
    padding: 20px 15px;
    color: #fff;
    position: absolute;
    /*text-align: left;*/
    bottom: 20%;
    right: 0;
    left: 0;
    /*margin: 0 auto;*/
}

.client-slider .owl-item img
{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.border-box:hover
{
  background-color: #0b7994;
  color: #fff;
}

footer .footer-links
{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-links li
{
  display: inline-block;
}

footer .footer-links li a
{
  text-decoration: none;
  color: #ffffff;
  padding: 2px 15px;
}

@media only screen and (max-width: 992px)
{
  .nav-masthead .nav-link
  {
    text-align: left;
  }
  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus,
  .nav-masthead .nav-link.active {
    color: #bbc13a;
    border-bottom-color: rgba(187, 193, 53, .60);
  }
}

@-webkit-keyframes fadeInDown
{
  0%
  {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
  to
  {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
@keyframes fadeInDown
{
  0%
  {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
  to
  {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}