body {
      position: relative;
      font-family: 'Ubuntu', sans-serif;
      font-size: 18px;
      font-weight: normal;
      width: auto !important;
    }
    
    .container {
      width: 90%;
    }
    
    #home {
      padding-top: 80px;
    }
    
    #about,
    #contact {
      padding: 80px 0px 50px;
      color: #000;
      background-color: #fff;
    }
    
    #services {
      padding: 80px 0px 50px;
      color: #fff;
      background-color: #181818;
    }
    
    #footer {
      padding: 50px 0px 10px 0px;
      color: #fff;
      background-color: #181818;
    }
    
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>div {
      width: 100%;
      margin: auto;
    }
    
    .navbar {
      background-color: rgba(255, 255, 255, 0.9);
    }
    /*Toggle Menu*/
    
    #main-nav {
      padding: 14px 0;
    }
    
    #main-nav .navbar-toggle {
      background-color: #2096ba;
    }
    
    #main-nav .navbar-toggle span {
      background-color: #fff;
    }
    
    .navbar-nav>.active>a,
    a.nav-btn {
      border: 1px solid #2096ba;
    }
    
    a {
      color: #2096ba;
    }
    
    .nav>li>a:hover,
    a.nav-btn:hover {
      background-color: #2096ba;
      color: #fff;
    }
    
    .fixed-bg {
      height: 300px;
      min-height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    #home>.fixed-bg {
      height: 600px;
    }
    
    .bg-capiton {
      position: relative;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      color: #fff;
    }
    
    .bg-cover {
      width: 100%;
      height: 100%;
      background-color: rgba(32, 150, 186, 0.3);
    }
    
    @media screen and (min-width: 480px) {
      .fixed-bg {
        background-attachment: fixed;
      }
    }
    
    @media screen and (max-width: 768px) {
      #contact .icon-box {
        display: none;
      }
      
      #google-map {
        display: none;
      }
    }
    
    .container>h1 {
      text-align: center;
      padding-bottom: 20px;
    }
    
    #title-caption {
      position: relative;
      top: 30%;
      color: #2096ba;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 0px 10px 10px 0px;
    }
    
    #title {
      padding: 20px 40px;
    }
    
    .nav-btn {
      margin-bottom: 20px;
    }
    
    #contact .center {
      margin: auto;
      width: 70%;
    }
    
    .icon-row {
      display: flex;
      align-items: center;
      padding-bottom: 15px;
    }
    
    #contact .icon-box {
      text-align: center;
      font-size: 36px;
      line-height: 1px;
      color: #2096BA;
    }
    
    
    #services .row {
      padding: 20px 0;
    }
    
    #services .center {
      margin: auto;
      padding: 20px 0px;
    }

    figure {
      margin: 0 auto;
      width: 100%;
      max-width: 400px;
      position: relative;
    }

    figure img {
      width: 100%;
      display: block;
      position: relative;
      z-index: 10;
      transition: transform 0.4s;
    }

    figcaption {
      position: absolute;
      left: 0;
      background: #505050;
      color: #fff;

      height: 70px;
      width: 100%;
      top: auto;
      bottom: 0;
      text-align: center;
      display: table;
    }

    figcaption p {
      display: table-cell;
      vertical-align: middle;
      font-size: 18px;
    }

    figure:hover img,
    figure.cs-hover img {
      transform: translateY(-70px);
    }

    .figure-container {
      width: 100%;
      padding: 20px;
      margin-left: auto;
      margin-right: auto;
    }
    
    #copyright {
      color: #999999;
      font-size: 12px;
      padding-top: 20px;
    }
