/* Custom Stylesheet */

nav ul a,
nav .brand-logo {
  color: #e0e0e0;
}

nav ul a {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.navbar-fixed nav {
    position: relative;
    z-index: 99999;
    pointer-events: auto;
}

.navbar-fixed nav a {
    pointer-events: auto;
    cursor: pointer;
}


.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
  margin-right: 15px;
}

nav .brand-logo {
  font-size: 1.25rem;
}

#logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

#logo-container img {
  height: 45px;
  width: auto;
  display: block;
}

#logo-container span {
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo {
  height: 45px;
  width: auto;
}

.brand-logo span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}

p {
  line-height: 1.75rem;
}

.sidenav-trigger {
  color: #FFFFFF;
}

#blk1 {
  border-left: 7px solid #1a237e;
  padding-left: 1.5rem;

}

#blk2 {
  border-left: 0px solid #ffffff;
  border-right: 7px solid #414042;
  padding-right: 1.5rem;
}

#blk3 {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.serv ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

.carousel-caption1 {
  position: absolute;
  color: #1a237e;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}

.carousel-caption2 {
  position: absolute;
  color: #414042;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}


.carousel .indicators .indicator-item {
  background-color: #757575;
}

.carousel .indicators .indicator-item.active {
  background-color: #1a237e;
}


.carousel-container,
.carousel,
.carousel-item {
  min-height: 420px;
  max-height: 680px;
  line-height: 0;
  height: 100vh;
  padding-bottom: 25px;
  overflow: hidden;
  z-index: 1;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .4);
  z-index: 5;
}

.whatsapp-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #414042;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
}

.parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .4);
  z-index: 5;
}

.parallax img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: 70vh;
  color: rgba(255, 255, 255, .4);
}

.parallax-container .section {
  width: 100%;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.page-footer .footer-copyright {
  min-height: 30px;
  font-size: medium;
}

footer.page-footer {
  margin: 0;
}

@media print {
  body {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    line-height: 32px;
  }
}

.navbar-fixed {
  height: 48px;
}

#navibar {
  height: 48px;
}

blockquote {
  margin: 40px 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}


