  body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
  }

	h1.logo-text{
		 font-size: 20px;
		margin-right: 15px;
	}
  
  .navbar-nav{
	  justify-content: end !important;
	  align-items: center;
  }
  
  .nav-item{
	  margin-right: 10px;
  }

 .navbar-nav .nav-item{
	 font-size: 16px;
	 line-height: 22px;
  }
  
  .main-color{
	  color: #2B4B60 !important;
  }
  
  .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); /* Adding a subtle shadow */
    z-index: 999; /* Ensure the menu stays on top */
  }
  p {
    color: #4b5661;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
  }
  
  li b{
	  font-size: 18px;
  }
  
  a{
	  color: #2B4B60;
	  font-weight: 500;
  }
  .menu {
    flex: 1;
    text-align: center; /* Center-aligning the menu items */
  }
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .menu ul li {
    margin-right: 20px;
  }
  .menu ul li:last-child {
    margin-right: 0; /* Removing margin from the last menu item */
  }
  .menu ul li a {
    color: #373545; /* Menu item text color */
    text-decoration: none;
    padding: 10px 15px; /* Adding padding for better clickability */
    border-radius: 5px; /* Adding rounded corners */
    transition: background-color 0.3s ease; /* Adding smooth hover transition */
  }
  .menu ul li a:hover {
    background-color: #ddd; /* Changing background color on hover */
  }
  .logo img {
    height: 100%; /* Adjusting the logo height for the sticky menu */
  }
  .banner {    
    top: 105px; /* Adjust this value based on the height of your menu */
    left: 0;
    width: 100%;
    height: 512px;
    background-image: url(images/02.jpg);
    background-position: center;
    box-shadow: inset 0 0 0 2000px #44919e45;
	background-repeat: no-repeat;
  }
  .social-media{
    margin: 50px 0 0;
  }
  .logo-container{
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
    height: auto;
    position: relative;
  }
  .fab {
  font-size: x-large;
  color:#44919E;
  }
  .box {
    flex: 1;
    background-color: #F1F2F9;
    border-radius: 30px;
    padding: 14px;
    margin: 10px 10px;
	min-height: 600px;
  }
   h2 {
    margin-top: 19px;
    padding: 15px;
    color: #212529;
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
    font-size: 23px;
    line-height: 24px;
  }
  .container-flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); /* Adding a subtle shadow */
    z-index: 999; /* Ensure the menu stays on top */
  }
  .container-flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); /* Adding a subtle shadow */
    z-index: 999; /* Ensure the menu stays on top */
	padding-top: 90px;
  }
  
   .container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	max-width: 1310px;
  }
  
  .fs-16 *{
	  font-size: 16px;
  }
  
  .ptb-100 {
    padding-top: 66px;
    padding-bottom: 58px;
    background-image: url(images/chemical.jpg);
    margin-top: 79px;
	box-shadow: inset 0 0 0 2000px rgb(0 78 255 / 38%);
	background-repeat: no-repeat;
    background-size: cover;
 }
 
	.p-20{
		padding: 20px;
	}
	
	.pt-40{
		padding-top: 40px;
	}
	
	.pt-100{
		padding-top: 100px;
	}
	
	.pb-100{
		padding-bottom: 100px;
	}

	.pt-80{
		padding-top: 80px;
	}
	
	.pt-70{
		padding-top: 70px;
	}
	
	.pb-60{
		padding-bottom: 60px;
	}

  /* Adjust text style as needed */
  .box p {
    color: #4b5661;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
	padding: 15px;
  }
  .top-title {
  font-size: 43px;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  }
   .section-title {
    max-width: 700px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
   }
   
   .section-title.blue {
    margin: -5px auto 15px;
	}
    .info-content p{
    text-align: center;
    max-width: 960px;
    margin: auto;
	color: #ffffff;
    font-size: 21px;
	}
	#wrap_all {
    width: 100%;
    position: static;
    overflow-x: hidden;
	margin-bottom: 90px;
   }
   
   .sc-ev .col-md-3{	  
	   padding: 10px;	   
   }
   
   .sc-ev .cnt{
		background: #F1F2F9;
		margin: 0px;
		border-radius: 20px;
		padding: 25px;
		font-size: 16px;
		height: 100%;
	}
	
	.sc-ev b{
		color: #2B4B60;	
	}
	
	 .sc-ev {
      display: flex;
    }
    .sc-ev .col-md-3 {
      display: flex;
      flex-direction: column;
    }

  .footer-logo {
    float: left;
    margin-right: 20px;
  }
  
	  .footer {
	  background-color: #CCE1E5;
	  color: #000000;
	  padding: 80px;
	  text-align: center;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  padding-bottom: 10px;
		}

	.footer-columns {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-top: 20px;
	}
	.row-section {
    padding: 20px;
    margin: 0px 10px;
	margin-bottom: 67px;
    }

	.column {
	  flex: 1;
	  text-align: center;
	}
  .copyright {
    clear: both;
  }
	.box ul{
	color: #4b5661;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
	}
	ul, ol, li{
	color: #4b5661;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
	}
	
	.text-center{
		text-align: center;
	}
	
	.btn.contact-btn{
		margin: 20px 10px;
		padding: 8px 20px;
		background: #2B4B60;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		border-radius: 10px;
		font-size: 20px;
	}
	
	.btn.contact-btn:hover{
		opacity: 0.9;
	}
	
	.bg-parent-box{
		background: #F1F2F9;
	}
	
	.bg-box-1{
		background: #ffffff;
		border-radius: 70px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.bg-box-2{
		background: #CCE1E5;		
		border-radius: 70px;
	}
	
@media only screen and (max-width: 473px) {
	h1.logo-text{
		order: 3;
		width: 100%;
        text-align: center;
        margin-top: 15px;
	}	
}

@media only screen and (max-width: 517px) {
	.banner{
		height: 600px !important;
	}	
}

@media only screen and (max-width: 991px) {
    .navbar-nav .nav-item {
        font-size: 18px;
        font-weight: 600;
    }
}

  /* Media query for screens up to 1024px */
  @media only screen and (max-width: 1024px) {
    .menu ul {
      display: none; /* Hide the menu items by default */
      position: absolute;
      top: 100%; /* Position the dropdown below the menu */
      left: 0;
      width: 100%;
      background-color: #f0f0f0;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Adding a subtle shadow */
      z-index: 999; /* Ensure the menu stays on top */
    }
    .menu.active ul {
      display: flex; /* Show the dropdown menu items when the burger menu is active */
      flex-direction: column;
    }
    .menu.active ul li {
      margin-right: 0; /* Reset margin for dropdown menu items */
    }
    .menu.active ul li a {
      display: block; /* Ensure the links occupy full width */
      padding: 15px; /* Adjust padding for dropdown menu items */
    }
  }
  @media only screen and (min-width: 1025px) {
    .burger-menu {
      display: none; /* Hide the menu items by default */
    }
	.pl-50{
		padding: 20px 50px;
	}
	}
	/* Media query for screens up to 1024px */
  @media only screen and (max-width: 1024px) {
	.container-flex-box {
	display: flex;
    max-width: 500px;
    width: 100%;
    flex-direction: column;
    margin-left: auto ;
    margin-right: auto ;
    margin-bottom: 216px ;
	}
}
	
@media only screen and (max-width: 1068px) {
 .navbar-nav .nav-item{
	 font-size: 15px;
  }
	
	h1.logo-text{
		font-size: 18px;
	}	
}