body{
    margin: 0;
    padding: 0;
}
/* Main Image */
#MainBanner{
margin-top: -150px;

}
@media only screen and (max-width:1203px) {
  #MainBanner {
    margin-top: 10px;
  }
}

.navbar-toggler {
    color: #00000080;
    border-color: #0000001a;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.toggler_adjustment{
  width: auto;
}
.activePage{
  background-color: #008000 !important;
  border-radius: 50px;
  color: white;
}
.img-res{
width: auto;
margin: 0;
padding: auto;
}
#menu-menu li{
border-radius: 50px;
font-size: 13px;
color: #000;
font-weight: 600;
text-transform: uppercase;
transition: 0.5s;
}
#menu-menu li:hover{
background: #008000;
color: white;
}
.nav-link {
color: black;
display: block;
padding: .5rem 1rem;
}
.nav-link:hover {
color: #ffffff;
padding: .5rem 1rem;
}
.navbar-light .navbar-nav .nav-link{
border-radius: 50px;
color: #000;
font-size: 13px;
font-weight: 600;
padding: 15px;
text-transform: uppercase;
transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover{
  background: #008000;
  color: #ffffff;

}
@media only screen and (max-width:1203px) {
.custom-html-widget {
  display: none;
}
}
@media only screen and (max-width:1203px) {
#header_show{
  display: block;
}
}
@media only screen and (min-width:1203px) {
#header_show{
  display: none;
}
}


#Footer{
    background: #27364a !important;
  }
  #Footer li {
    list-style: none;
    font-size: 14px;
  }
  #Footer li a{
    color: white;
    text-decoration: none;
    transition: 0.5s;
  }
  #Footer li a:hover{
    color:green;
    text-decoration: none;
  }

