*
{
    padding: 0;
    margin: 0;
    box-sizing:  border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body
{
    background-color:#fff;
    margin: 0px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}
h5
{
  font-family: Maiandra GD;
  font-size: xx-large;
  font-style: bold ;
  font-weight: bold;
}
h4
{
 font-family: Maiandra GD;
  font-size: x-large;
  font-weight: bold; 
}

#colog{
    background-color: #fff;
    width: 15%;
  float: left;
  height: 11pc;
  padding-top:15px;
  font-display: flex;
  }

  #coname{
      background-color: #fff;  
      width: 85%;
      margin: 0 auto;
      height: 11pc;
      font-size: 2pc;
      text-align: center;
      font-style: inherit;
      
  }
P{
    font-family: Maiandra GD;
}


body{
    margin: 0;
    padding: 0;
    font-family: Poppins;
    box-sizing: border-box;
    /*background: url(img/peter-vanosdall-uZVtAixV8c8-unsplash.jpg ) no-repeat fixed;*/
    background-size: 100% 100vh;
    background: #2c3e50;
}
.navbar
{
    background-color: rgb(81, 191, 206);
    padding: 20px 0px;
    margin-right: 5px;
}

.navbar-nav li:hover>ul.dropdown-menu{
    display: block;
    color: rgb(81, 191, 206);
}

.dropdown-submenu{
    position:relative;
    color: rgb(81, 191, 206);
}

.dropdown-submenu>.dropdown-menu{
 top: 0;
 margin-top: -5px;
 left: 100%;  
 color: rgba(81, 191, 206, 91); 
}
.dropdown-menu>li>a:hover::after
{
    text-decoration: underline;
    transform: rotate(-90deg);
   color: aquamarine;
}
/*
.carousel-item {
    height: 550px;
  }
  */
  .item img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 550px;
  }

  /**   TABLE STYLES ***/
  .button{ 
    background-color: rgb(43, 113, 204);
    border: solid 1px white;
    width: 150px;
    height:48px;
    color: white;
    border-radius: 25px;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    border: 1px solid #ddd;
    margin: 35px;
  }
  
  th, td {
    text-align: left;
    padding: 12px;
  }
  
  tr:nth-child(even) {
    background-color: #D1D0CE;
  }
  tr:nth-child(odd) {
    background-color: #E6E6FA;
  }
  
  li
  {
    font-family: Maiandra GD;
  }
  hr
  {
    background-color:aqua;
    height: 2px;
    border: 0px;
  }
  .contact-box
  {
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #999;
    top: 1.5%;
    left: 0.5%;
    transition: translate(-50%, -50%) ;
    position: relative;
  }
  form
  {
    margin: 5px;
  }
  .input-field
  {
   width: 400px;
   height: 40px; 
   margin-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #777;
   border-radius: 14px;
   outline: none;
  }
  .textarea-field
  {
    height: 150px;
    padding-top:10px ;
  }
/* Divs    */



/* Divs */

/* Footer Start Here*/


/* Footer End Here*/