.inner{
  overflow: hidden;
}
.inner img{
  transition: all 0.5s ease;
}
.inner:hover img{
  transform: scale(1.2);
}


body {
    overflow-x: hidden;
  }
  
  .navbar .nav-link {
    font-size: 16px;
    font-weight: 450;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .navbar .nav-item {
    border-left: #444 2px solid;

  }
  
  .carousel-item {
    height: 350px;
  }
  
  .carousel-image-1 {
    background: url('../images/slide1.jpg');
    background-size: cover;
  }
  
  .carousel-image-2 {
    background: url('../images/slide2.jpg');
    background-size: cover;
  }
  
  .carousel-image-3 {
    background: url('../images/slide3.jpg');
    background-size: cover;
  }

  #page-header {
    height: 200px;
    background: url('../images/slide22.jpg');
    background-position: 0 -360px;
    background-attachment: fixed;
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
  }

  #myCarousel h1 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight:400;
  }
.hover_feature_holder_inner {
    height: 100%;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.custom-heading.wpb_content_element {
  position: relative;
  padding: 0 0 30px;
}
.custom-heading.wpb_content_element h2.heading-title {
  font: 600 28px 'Montserrat', sans-serif;
  color: #242424;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.3px;
  margin: 0;
}

.custom-heading.wpb_content_element h2.heading-title:before {
  content: "";
  width: 55px;
  height: 3px;
  display: inline-block;
  background:black;
  /* background: #fab90a; */
  position: absolute;
  bottom: 0;
}
.card-body a{
border-color: #51c5e9;
}

  
#main-footer {
    background: #000;
    color: #fff;
    font-size:18px;
  }

    .map-container-6{
      overflow:hidden;
      padding-bottom:56.25%;
      position:relative;
      height:0;
      }
      .map-container-6 iframe{
      left:0;
      top:0;
      height:100%;
      width:100%;
      position:absolute;
      }

      .btn-floating {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        width: 40px;
        height: 40px;
        position: relative!important;
        z-index: 1;
        vertical-align: middle;
        margin: 10px;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        color:white!important;
    }
    .blue.accent-1 {
      background-color: #82b1ff!important;
      
  }


  