body {
    background: ffffff;
    font-size:14px;
}


.header{
    border-bottom:3px rgb(26, 53, 104) solid;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
} 


 .social {
    float: left;
    padding-top: 50px;
    padding-bottom: 0px;
} 

.social img {
    width: 35px;
}

.slider {
    margin-top: 15px;
    margin-bottom: 0px;
}

.boxes {
    text-align: center;
}

.boxes i {
    font-size: 100px;
    color: #093e5e;
    text-align: center;
    margin: auto;
    display: block;
}


/* Next & previous buttons */
		.prev, .next {
		  cursor: pointer;
		  position: absolute;
		  top: 50%;
		  width: auto;
		  margin-top: -22px;
		  padding: 16px;
		  color: white;
		  font-weight: bold;
		  font-size: 18px;
		  transition: 0.6s ease;
		  border-radius: 0 3px 3px 0;
		}

		/* Position the "next button" to the right */
		.next {
		  right: 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: blue;
		  font-size: 15px;
		  padding: 8px 12px;
		  position: absolute;
		  bottom: 8px;
		  width: 100%;
		  text-align: center;
		}


/* Number text (1/3 etc) */
.numbertext {
    color: blue;
    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: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  /* 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}
  }

  .text {
      background-color :green;
      font-weight: bold;
      color:white;
      font-size: 20px;
  }
  h2{
      color:white;
  }
  button.accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
  }

  button.accordion.active, button.accordion:hover {
      background-color: #ccc;
  }

  button.accordion:after {
      content: '\002B';
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
  }

  button.accordion.active:after {
      content: "\2212";
  }

  div.panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
  }
  .main {
    max-width: 1000px;
    margin: auto;
}
  
.gallery li {
    width: 32%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.logo {
    padding-top: 5px;
}


/* .title-area {
    padding-left: 300px
} */

.contain-to-grid {
    background-color: green;
}

.slogan {
    height: 110px;
    background-image: url("../img/slogan2.jpg");
    margin-bottom: 15px;
    padding-top: 20px;
    text-align: center;
    margin-top: 0px;
}

.top-bar {
    background-color: green;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: green;
}

.top-bar-section li a:not(.button) {
    background-color: green !important;
}

.top-bar-section li a:not(.button):hover {
    background:green !important;
}

.side-menu h4 {
    background: green;
    color: #fff;
    padding: 8px;
}

.margin-top {
    margin-top: 20px;
}

.top-bar-section ul li>a {
    font-size: 1rem;
    /* font-weight: bold; */
    /* color: bisque; */
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover, .accordion .accordion-navigation.active > a, .accordion dd.active > a{
    background: green;
	color:#fff;
}

.accordion .accordion-navigation > a, .accordion dd > a{
	background:green;
	color:#fff;
}
h1{
    color:green;
    
}
footer {
    background-color: green;
	
    text-align: center;
    height: 60px;
    padding: 0px;
}
#footerNav {
	
	font-size:4px;
	float:left;	
	color:green;
}

#footerNav ul {
	margin:0;
	padding:0;
} 

#footerNav li {
	display:inline;
	list-style-type:none;
	padding-right:5px;
}

#footerNav a:link {
	color:#fff;
	text-decoration:none;
}

#footerNav a:visited {
	color:#fff;
	text-decoration:none;
}

#footerNav a:hover {
	color:#fff;
	text-decoration:underline;
}
.capitalize {
	text-transform:uppercase;
}
#footerp{
float: right;
color:white;
}
@media (max-width: 550px) {

    footer {
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	
	#footerNav {
		width:auto;
		height:auto;
		margin:auto;
		float:none;	
	}

	#footerNav ul {
		margin:0;
		padding:0;
	} 
	
	#footerNav li {
		display: block;
		list-style-type:none;
		padding:10px;
		border-bottom:#FFF 1px solid;
	}
	
	#footerNav a:link {
		display:block;
	}

}