@media(min-width:768px) {
    body {
        padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes.768 */
    }
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
        margin-top: 0;
    }
}
.navbar-fixed-top .nav {
    padding: 14.5px 0;
}
.navbar-fixed-top .navbar-brand {
    padding: 0 13px;
    font-size: 1.5em;
    color: #fff;
}
.menu{
  float: right;
}
.menu .navbar-nav li a{
  text-transform: uppercase;
}
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
}
section{
padding: 30px 0;
}
.btn-danger {
    color: #fff;
    background-color: #00A651 !important;
    border-color: #00A651 !important;
}
.btn-danger:hover{
    color: #00A651 !important;
    background-color: #FFF200 !important;
    border-color: #FFF200 !important;
}
.box{
  padding: 10px 10px;
  background: #999;
}
.greybg{
  background: #eee;
}
.coralredcolor{
  color: #00A651;
}
.coralbg{
  background: #00A651;
}
h1,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}
h1{
  font-size: 2.2em;
}
h2{
  font-size: 1.6em;
}
h3{
  font-size: 1.2em;
}
.txtshadow{
  text-shadow: 1px 1px 1px #000;
}
/* ===== BUTTONS ====== */
.btn {
  color:#fff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border-radius: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #444;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* ====== BREADCRUMS ======= */

.breadcrumbs {
  text-align:center;
  dmargin-bottom:-5px; 
  background-color:#00A651;
  margin-top: -38px;
  padding-top: 22px;
  border-bottom: 8px solid #FFF200;

}
.breadcrumbs h2 {
  margin-top:38px;
   color:#fff;
   font-size:40px;
  padding: 50px 0;
   text-transform: uppercase;
  
}
/*======== CONTACT US ========= */
address{
  padding: 20px 20px;
    background-color:#F8F8F8;
}
.contact-area  {
  margin-top:60px;
  margin-bottom:30px;
}
textarea.form-control {
  border-radius:0;
}


ul.social-network {
	font-size: 30px;
	list-style:none;
	margin-top:10px;
	padding:15px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 3px;	
}
ul.social-network li a {	
	color:#ffffff;
	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
  
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
  
}
.footer-social-media{
  text-align: center;
}


.slider {
	background-color:#f9f9f9;
	margin-top:-20px;
	margin-bottom:-10px;
}
.spacebar{
  height: 30px;
}
/* ------- */
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}
/*======== services ==== */
.missionbox{
  padding: 20px;
    background: #FFF200;
    color: #000000;
}
.missionbox ul{
  text-align: left;
}
.missionbox ul li{
  list-style-type: square;
}
.missionbox ul li a{
  text-decoration: none;
  color: #000000;
}
.missionbox ul li a:hover{
  text-decoration: underline;
   color: #00A651;
}

.sbox{
}
.sbox ul{
  text-align: left;
}
.sbox ul li{
  list-style-type: square;
}
.sbox ul li a{
  text-decoration: none;
  color: #C26767;
}
.sbox ul li a:hover{
  text-decoration: underline;
   color: #333;
}
/*=========================
  Footer
 ================= */
footer {
  background: #eeeeee;
}
.last-div {
    background: #eeeeee;
    padding: 20px 0;
    position: relative;
}
.copyright {
    font-size: 12px;
    color: #555;
    margin: 0;
    
    font-weight: 300;
    float: left;
}
.copyright a{
    color: #00A651;
}
.copyright a:hover {
    text-decoration: underline;
    color: #000000;
}
a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ED502E;
	color:#fff;;	
}
/* ===== ADMIN ======*/
.navigation {
  dwidth: 300px;
}
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu a {
  display: block;
  background-color: #00A651;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  border-bottom:1px solid #c5c5c5;
}
.mainmenu a:hover {
    background-color: #FFF200;
    color: #000000;
}
.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}
.submenu a {
  background-color: #999;
}
.submenu a:hover {
  background-color: #666;
}
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
}
.leftcol{
  background-color: #00A651;
  border-left: 7px solid #FECC02;

}
.basic-info{
  background-color: #222222;
  width: 100%;
  padding: 15px;
  color: #fff;
}
.basic-info p{
  color: #fff;
}
.leftcol h4{
color: #fff;
padding: 20px 0 7px 15px; 
}
.breadcrumb1{
  border-left: 20px solid #FECC02;
  border-bottom: 1px solid #ccc;
}
.bread-title{
  padding-left: 15px;
}
.bread-title h1{
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
h1 .breadcrumb1{
   color: #000;
  font-size: 25px;
  font-weight: bold; 
}
/* ++++++++++++++ Form container ++++++++++++++++++++++++++ */
.form-container{
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  padding: 35px;
  margin-top: 30px;
}
.form-container h3{
  margin-bottom: 20px;
  text-align: center;
}
.panel-info>.panel-heading{
  background-color:#00A651;
  color: #fff;
}
.btn-success{
  background-color:#00A651;
  dborder: none;
}
.btn-success:hover{
  dborder-color: #FECC02;
  background-color: #00A651;
}
.btn{
  color: #ffffff !important;
}
.thbg{
  background: #d3d3d3;
  font-weight: 400;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
