<!-- HEADER CSS -->
<style>
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  .top-bar .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .logo img {
    max-height: 50px;
  }
  .search-bar form {
    display: flex;
    align-items: center;
  }
  .search-bar input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 250px;
  }
  .search-bar button {
    padding: 6px 12px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .account-actions a {
    margin-left: 15px;
    color: #333;
    text-decoration: none;
  }
  .main-navigation {
    background-color: #f8f8f8;
  }
  .main-navigation .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-navigation .menu li {
    padding: 15px 20px;
  }
  .main-navigation .menu li a {
    color: #333;
    text-decoration: none;
  }
</style>

<!-- HEADER SECTION END -->
				
			

Newcity Composites

Login

Register

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.