*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;   
}

p{font-family: 'Roboto', sans-serif;font-weight:400;}
.logo
{
    height: 4rem;
    width: 5rem;
    margin-left: 15px;
}
@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }
.nav-tag a
{
    font-size: 1.1rem;
    color: green!important;
}
.company-intro
{
    width: 100%;
    height: 100%;
    background-image: url(images/background.jpeg);
}
.product-img img
{
    border-radius: 5px;
}
.page-heading
{
    color: green;
    text-align: center;
    padding: 20px;
}
.page-paragraph
{
    font-size: 1.1rem;
}
.objective-point
{
    font-size: 1.1rem;
}
/*footer css*/
.text-small {
    font-size: 0.9rem;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }
  
  .form-control {
    background: #212529;
    border-color: #545454;
  }
  
  .form-control:focus {
    background: #212529;
  }
  
  footer {
    background: #212529;
  }
  .activity-img img
  {
    height: 100%;
    width: 100%;
    border-radius: 8px ;
  }
  .activity-exposure img
  {
    height: 80%;
    width: 80%;
    border-radius: 8px;
  }
  .productfront-text
  {
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
  }
  .column-img img
  {
    height: 100%;
    width: 100%;
    border-radius: 10px;
  }
  .top-banner
  {
    background-color: green;
    padding: 20px;
  }
  .product-content
  {
    text-align: center;
    padding-top: 5px;
    font-style: italic;
  }
  .infra-img img
  {
    height: 100%;
    width: 100%;
    border-radius: 10px;
  }