.navbar-brand {
  margin-right: 20%;
}

.navigation_bar {
  background-color: #fad70f !important;
  max-height: 70px;
  padding: 0 !important;
}

.navigation_logo img {
  width: 70%;
  margin-left: 30%;
}

.navbar_li a {
  color: #000;
  font-weight: 600;
  padding: 25px 16px;
  margin-right: 8px;
  min-width: 80px;
  border-radius: 5px;
  text-align: center;
}

.navbar-toggler {
  border: 2px solid #f4900b;
}

.navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600;
  padding: 25px 16px;
  text-align: center;
  border-radius: 0px;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: #f4900b !important;
}

/* Active Link Effect (Click hone ke baad ye rahega) */
.navbar-nav .nav-link.active {
  color: #fff !important;
  background-color: #f4900b !important;
  border-radius: 0px !important;
  line-height: 30px;
  height: 80px;
}

.titles h1 {
  color: #fff !important;
}

.title_subheading {
  font-size: 1.5em;
}

.inner_titles {
  background-color: #fbaf4c !important;
  margin: 0px 0px;
}

.titles {
  background-color: #ffeb78 !important;
  margin: 0px 0px;
}

.top_banner {
  margin-top: 70px;
}

.top_slider img {
  height: 600px;
  object-fit: cover;
}

.inner_slider img {
  height: 855px;
  object-fit: cover;
}

.slider_2 {
  height: 870px;
  object-fit: cover;
}

.subscribe_col {
  background-color: #21495b;
}

.footer {
  background-color: #fad70f !important;
  color: #000 !important;
}

.footer a {
  color: #000 !important;
  text-decoration: none;
}



/* HTML: <div class="slanted-edge"></div> */
.slanted-edge {
  --p: 70px; /* control the shape (can be percentage) */
  height: 300px;
  padding-top: 70px;
  clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
  background: #f4900b;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.slanted-edge2 {
  --p: 70px; /* control the shape (can be percentage) */
  height: 300px;
  padding-top: 70px;
  clip-path: polygon(0 var(--p), 100% 0, 100% 100%, 0 100%);
  background: #fad70f;
}

.img_row {
  padding: 0;
}

.img-bg {
  width: 100vw; /* Viewport ki puri width lega */
  height: auto; /* Image ka aspect ratio maintain rahega */
  display: block; /* Extra spacing hatane ke liye */
}

.news {
  padding: 4.8px 0 9.6px 0;
  text-align: center;
}
.news-heading {
  font-size: 44px;
  line-height: 1.4;

  color: #333;
}
.news p {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 12px;
  line-height: 1.8;
}

input[type="email"] {
  display: inline-block;
  width: 60%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 20px;
  border: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #48b774;
  color: #fff;
}


@media screen and (max-width: 768px) {
  .navigation_logo img {
    width: 30%;
  }

  .navbar {
    color: #fff !important;
    height:75px !important;
  }
  
  .top_slider img{
      height:216px;
      object-fit:contain;
  }
  
  .inner_slider img{
       height:216px;
      object-fit:contain;
  }

  .slider_2 {
    height: 216px;
  }
  
  .news-heading{
      font-size:25px;
  }
  
  input[type="email"]{
      display:block;
      width:100%;
  }
  
  footer img{
       width: 30%;
    margin-left: 35%;
  }
  
  .navbar-brand {
    display: contents;
  }

  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .navbar-nav .nav-link {
    padding: 15px;
  }
  .navbar-nav .nav-link.active {
    height: 30px;
    line-height: 0px;
  }
  
  .navbar-nav .nav-link{
      color:#fff!important;
  }
  
  #contact{
      margin-bottom:0px!important;
  }
  
  
}