<style>


body ,html{background-color: #F9F9FB; margin: 0;padding: 0;border: none; margin-top:-6px;
}


#header{
  
  margin: 0;
  padding: 0;
  width: 100%;
  height:125px;
  text-align: center;
  background-color: white;
  color:red;
  /*background-image: url('theader.jpg');*/
   
}

#banner{width:80%;margin:auto;
-moz-box-shadow: 0 0 5px 5px #ccc;
-webkit-box-shadow: 0 0 5px 5px#ccc;
box-shadow: 0 0 5px 5px #ccc;
}

.logo {
  margin:auto;
  width: 100%;
  -moz-box-shadow: 0 0 5px 5px #ccc;
-webkit-box-shadow: 0 0 5px 5px#ccc;
box-shadow: 0 0 5px 5px #ccc;
}



#banner{
    color:green; font-size: 15px;
    background-image: url('theader.jpg');
    }



#lineblack{height:5px;width:100%;background-color: black;}
#linered{height:5px;width:100%;background-color: red;}
#linegreen{height:5px;width:100%;background-color: green;}
#linewhite{height:5px;width:100%;background-color: white;}

#navbarback{
  margin: auto;
  width: 100%;
  text-align: center;
  background-color: black;
  
}

.navbar {
  overflow: hidden;
  background-color: black;
  margin: auto;
  width:70%;
  
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: green;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: green;
}

.dropdown:hover .dropdown-content {
  display: block;
}



#maindm{
    background-color: white;
    margin: auto;
    width:100%;
    text-align: center;
    border-color:grey;
    border-style: solid;
    border-width: 1px;
}

#homelayoutdm{
    background-color: white;
    margin: auto;
    width:100%;
}


#leftmaindm {
    
    width:65%;
    vertical-align:top;
    text-align:center;
    padding: 15px;
    border-color:grey;
    border-style: solid;
    border-width: 1px;
}

#rightmaindm{
    width:35%;
    vertical-align:top;
    padding: 15px;
    text-align: center;
    border-color:grey;
    border-style: solid; 
    border-width: 1px;
}

#line{margin: auto;height:5px;width:40%;background-color: green;}



p { 
  font-size: 18px;
    color:  #505050;
    
}

.btextmd { 
  font-size: 18px;
    color:  #505050;
    
}

.justp{
    text-align: justify;
  text-justify: inter-word;
    
}



h1,h2,h3{color:green;
    
}



.feed{
  background-color: green;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.btn {
  background-color: green;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 10px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #036703;
}

#footer{
  
  margin: auto;
  width: 100%;
  background-color: white;
  color:white;
  text-align:left;
  
}

.footerheader{width:25%;
    color:red;
    text-align:center;
    
     font-size: 10px;
    vertical-align:top;
}
.footerdata{width:25%; 
   border-left: 1px solid white;
   vertical-align:top;
  
}

.footp{color:white; 
    font-size: 10px;
}

#bttBtn {
 
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  font-size: 18px;
}

#bttBtn:hover {
  background-color: green;
}


ul.cop > li  { 
  font-size: 18px;
    color:  #505050;
    text-align: justify;
  text-justify: inter-word;
    
}

table.lgtable,tr.lgtable > td, tr.lgtable > th{
    border: 1px solid black;font-size: 18px; color:  #505050; 
    border-color:grey;
}

.charterdm
{font-size: 12px;
    width:100%;
}

.charterdm  th,.charterdm  td,.charterdm  tr
{
    border: 1px solid grey;
    color:  #505050;
}

.satisdm { 
   font-size: 18px;
    color:  #505050;
    
}

/*Carousal css*/
* {
        box-sizing: border-box
      }
      /*
      body {
        font-family: Verdana, sans-serif;
        margin: 0
      }*/
      .mySlides {
        display: none
      }
      img {
        vertical-align: middle;
      }
      .slideshow-container {
        /*max-width: 1000px;*/
        position: relative;
        margin: auto;
      }
      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* Position the "prev button" to the left */
      .prev {
        left: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
        color: #ffffff;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
        background-color:green;
      }
      /* Number text (1/3 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #999999;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      .active,
      .dot:hover {
        background-color: #111111;
      }
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      @keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      /* On smaller screens, decrease text size */
      @media only screen and (max-width: 600px) {
        .prev,
        .next,
        .text {
          font-size: 11px
        }
      }
/*Carousal css*/
</style>