/*!
 * SeaRoyalShip Template
 * Designed by Vidusys
 */
body {

}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.portfolio-item {
  margin-bottom: 30px;
}

/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.fa.fa-bars {
  color:white;
}

.navbar
{
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 420px) {
  .nav-link{
    font-size: 0.95rem;
    font-weight: 500;
    border-right: 1px solid #5d5d5d;
  }
}

.nav-item:hover {
  background: #0b4f7b !important;
}

.dropdown-item:hover{
  color: #ffffff;
  background: #0b4f7b !important;
}

.wrapper {
  background-image: url('./../images/searoyal_top_banner.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;

}

@media screen and (max-width: 420px) {
  .wrapper {

    width: 100%;
    height: 70px;
  }
}

.bg-srblue {
  background-color: #0b3d62!important;

}

.nav-link{
  color: rgb(255, 255, 255);
}