.navbar-brand{
  max-width: 40%;
}

.navigation_bar{
  background-color: #21495b!important;
}

.navigation_logo img{
  width: 15%;
  margin-left: 5%;
}

.navbar_li a{
  color: antiquewhite;
  font-weight: 600;
  padding: 10px 16px;
  margin-right: 8px;
  min-width: 80px;
  border-radius: 5px;
  text-align: center;
}

.navbar-toggler{
  border: 2px solid antiquewhite;
}

/* .navbar_li a:hover, .navbar_li a:active{
  color: #21495b!important;
  background-color: antiquewhite!important;
} */

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .navbar-nav .nav-link.show{
  color: #21495b!important;
  background-color: antiquewhite!important;
}

.titles h1{
  color: #21495b!important;
}

.titles{
  background-color: bisque!important;
  margin: 40px 0px;
}

.top_banner{
  margin-top: 90px;
}


.top_slider img {
  height: 600px; /* Desired height */
  object-fit: cover; /* Ensures proper fitting without stretching */
}


.slider_2{
  height: 700px; /* Desired height */
  object-fit: cover; /* Ensures proper fitting without stretching */
}

.subscibe_col{
  background-color: #21495b;
}

.footer{
  background-color: #21495b!important;
  color: antiquewhite!important;
}

.footer a {
  color: antiquewhite!important;
  text-decoration: none;
}




















@media screen and (max-width: 768px) {

  .navigation_logo img{
    width:30%;
  }

  .navbar{
    color: #fff!important;
  }

  .slider_2{
    height: 330px;
  }
}