.navbar-nav .nav-link { border-bottom: 3px solid #fff }
a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus {
    border-bottom: 3px solid #FF9A56;
  }
/* a.nav-link.active { border-bottom: 0 !important} */
li.nav-item {

    position: relative;
}
.dropdown-menu {
    top: 95%;
    left: -19px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    transition: all ease-in-out .3s;
}
a.dropdown-item {
    font-size: 14px;
    color: #186B9D ;
    transition: all ease-in-out .3s;

}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff ;
    text-decoration: none;
    background-color: #EC6910;
}
a#navbarDropdown {
    position: relative;
}
a#navbarDropdown:hover:after ,
a#navbarDropdown:active:after,
a#navbarDropdown:focus:after  { opacity: 1}

.dropdown-toggle::after {
    position: absolute;
    bottom: 5px;
    left: 37%;
    right: auto;
    display: block;
    opacity: 0;
  }
  .nav-top {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
}
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  	z-index: 9999;
    -webkit-animation: fadeIn linear .5s;
    animation: fadeIn linear .5s;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    margin-bottom: 60px;
  }
  section.home-banner, section.subpage-banner {
      margin-top: 73px;
  }

  :target:before {
    content:"";
    display:block;
    /* height:90px; /* fixed header height*/
    /* margin:90px 0 0;  */
    /* negative fixed header height */
  }

  .scroll-things {
    /* scroll-margin:100px 0 0 100px; */
  }

  .scroll-position {
    position: relative;
  }

  .scroll-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
  }

  .scroll-top-img{
    background-color: rgba(24,105,154,.7);
    /* background-color: rgba(236,105,16,.8); */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .scroll-top-img:hover {
    background-color: rgba(24,105,154);
    /* background-color: rgba(236,105,16); */
  }

  .show-scroll {
    display: none;
  }
