

    body {
       font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    }
  
	  
    .navbar {
      background-color: #004d4d;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;

    }
    .navbar-nav .nav-link:hover {
      text-decoration: underline;
    }

		  
	.menu-tab .nav-item {
  position: relative;
  padding: 0 10px; 
}

.menu-tab .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  border-right: 1px solid #ffc107;
}   

    .hero {
      background-color: #00796b;
      color: #fff;
      padding: 60px 0;
    }
    .hero h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .hero p {
      font-size: 1.2rem;
    }
    .hero .btn {
      margin-right: 10px;
      font-weight: 600;
    }

	 ul.navbar-nav.menu-tab {
    position: absolute;
    top: 68px;
}
	  
	  i.bi.bi-search {
    color: #f7cb49;
    font-size: 18px;
    font-weight: 700;
}
	  
	    .top-section {
      background-color: #146164;
      color: #fff;
      padding: 20px 0;
    }
	  
/*	  .banner-content
	  {
		  
		  padding-left:150px;
	  }*/
	  
    .banner-content h1 {
       font-size: 2.6rem;
    font-weight: 700;
}
    
	  .h5, h5 {
    font-size: 1.2rem;
}
    .banner-content p {
        margin-bottom: 25px;
    font-size: 1.2rem;
    }
	  
	button#searchToggle {
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
		border: solid 2px #f7cb49;
}  
	  
	  
.banner-buttons .btn {
    margin-right: 10px;
    border-radius: 0;
    padding: 5px 28px;
    font-weight: 500;
    color: #212121;
}
    .banner-img {
      max-width: 100%;
      height: auto;
    }
   
    @media (max-width: 768px) {
      .banner-content {
        text-align: center;
		          padding-left: 0;
      }
      .banner-buttons {
        justify-content: center;
      }
		
		ul.navbar-nav.menu-tab.d-flex.mob {
    position: initial;
    background-color: #000;
}
		.menu-tab .nav-item:not(:last-child)::after
		{border: none}
		
i.mobile-nav-toggle.d-xl-none.bi.bi-list {
    font-size: 28px;
    line-height: 0;

    cursor: pointer;
    transition: color 0.3s;
    color: #000;
}
		
    } 
	  
 
    .about-section {
      padding: 60px 0;
    }
    .about-section img {
      border-radius: 10px;
    }


    .footer {
      background-color: #f9c74f;
      padding: 50px 0 20px;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .footer ul {
      list-style: none;
      padding: 0;
    }
    .footer ul li {
      margin-bottom: 8px;
    }
    .footer ul li a {
      text-decoration: none;
      color: #000;
    }
    .footer ul li a:hover {
      text-decoration: underline;
    }
    .footer .social a {
      margin-right: 10px;
      font-size: 20px;
      color: #000;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      font-size: 0.9rem;
      color: #333;
    }
 p {
    font-weight: 400;
}
	  
.search-box {
    position: relative;
    top: -8px;
    right: 11px;
}
.search-input {
  width: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box.active .search-input {
  width: 200px;
  opacity: 1;
  padding: 5px 10px;
}	  
	  
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  border-bottom: 1px solid #eee; 
  padding: 2px 0;               
  width: 100%;                   
}

.footer ul li a {
  color: #1e1e1e;
  text-decoration: none;
  display: block;                  
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: #1c3b6a; 
}

.footer .col-md-3 {
  border-right: 1px solid #8b8b8b;
    padding-right: 35px;
    margin-bottom: 20px;
    padding-left: 35px;
}

.footer .col-md-3:last-child {
  border-right: none; 
}
.col-md-5.col-lg-5.banner-content.pe-4 {
    margin: 92px 0px;
}

.top-section {
  position: relative;
  overflow: hidden;
}

.banner-img-wrap {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 0;
  width: 60%; 
  padding-left: 20px; 
}

.banner-image {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

@media (max-width: 991px) {
  .banner-img-wrap {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .banner-image {
    height: 400px; 
  }
}

