/*
 * Site Specific frontend CSS
 */

#headerMenus ul li .nav-link {
  padding: 25px 14px;
  font-size: 15px;
  font-weight: 700;
  transition: .4s;
  position: relative;
}

#headerMenus ul.navbar-nav > li.nav-item {
  margin-left: 3px;
}

#headerMenus ul li .nav-link.active,
#headerMenus ul li .nav-link:hover {
  color: #256478;
}

#headerMenus ul li .nav-link {
  border-bottom: 4px solid;
  border-color: transparent;
  transition: .3s;
}

#headerMenus ul li .nav-link.active {
  border-color: rgba(37, 100, 120, 1);
}

#headerMenus ul li .nav-link:hover {
  color: rgba(37, 100, 120, .75);
  border-color: rgba(37, 100, 120, .75);
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -4px;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: #F4F4F4;
}

#headerMenus a.dropdown-item {
  padding: 10px 15px;
  font-size: 16px;
}

#headerMenus a.dropdown-item:hover {
  background-color: transparent;
  color: #256478;
}

#headerMenus a.dropdown-item.active:hover {
  background-color: #256478;
  color: #ffffff;
}











.featurette-heading {
  font-size: 50px;
  letter-spacing: -.05rem;
}











/* Carousel START */

.multi-item-carousel .carousel-control-prev, 
.multi-item-carousel .carousel-control-next {
  width: auto;
}

.carousel-control-next {
  right: -30px;
}

.carousel-control-prev {
  left: -30px;
}

@media (max-width: 576px) {
  .multi-item-carousel .carousel-control-prev, .multi-item-carousel .carousel-control-next {
    display: none;
  }
}

/* Carousel END */


















.header-wrapper.fixed-top {
  z-index: 998;
}

body > main {
  margin-top: 114px;
}






















.testimonial {
  margin-bottom: 30px;
}

.testimonial blockquote {
  background: rgb(248, 249, 250) !important;
  border-radius: 4px;
  padding: 12px 30px;
  border: 0;
  color: #666;
  margin: 0;
  position: relative;
  font-size: 1em;
}

.testimonial blockquote:before {
  top: 5px;
  left: 9px;
  color: #777;
  font-size: 35px;
  content: "“";
  font-style: normal;
  line-height: 1;
  position: absolute;
}

.testimonial blockquote p {
  margin-bottom: 0 !important;
}

.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  margin: 0 0 0 45px;
  width: 0;
  margin-left: 20px;
  border-top: 10px solid rgb(248, 249, 250) !important;
}





















.feature-icon-small {
  width: 3rem;
  height: 3rem;
}