* {box-sizing: border-box;}

.row{
  margin-left: 0;
  margin-right: 0;
}

.header {
  overflow: hidden;
  background-color:  #C4F7B0 ;

}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 15px; 

  border-radius: 4px;
 
  
}

.header .logo {
    margin-left: 80px;
    position: absolute;

}

.header a:hover {
  background-color:#08AB12   ;
  color: black;
}

.header a.active {
  background-color: #08AB12 ;
  color: white;

}

.header-right {
  float: right;
  margin-right: 10%;
  

}

@media screen and (max-width: 600px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
  .header .logo{
    margin-left: 10px !important;
  }

  .navbar-collapse{
    background-color: #fff;
  }
  .navbar-collapse a.nav-link{
    
    padding-left: 10px;
  }
}

.top-bar{
  background-color: #08AB12 ;
  height: 20px;
  width: 100%;
  font-size: 14px;
  
}
.footer-dark {
  padding:50px 0;
  color:#fff;
  background-color:#646464 ;
  margin-top: 20px;

}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:1;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color: black;
 
}

.footer-dark .item.social > a:hover {
  opacity:1;
}

.copyright {
  text-align:center;
  padding-top:15px;
  font-size:13px;
  margin-bottom:0;
  background-color: #302F2D ; 
 
  color: white;
}
.font h1 p{
 margin-left: 50px;
}



.about-section{
  background-image: url('../img/img7.jpg');
  width: 100%;
  height: 300px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px !important;
  text-shadow: 1px 1px 3px black;
}
@media screen and (max-width:700px) {
.about-content h1{
  font-size: 25px;
}
}

@media screen and (max-width:700px) {
  .images .card{
margin-right: 50px;
  }
}


.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}

.text-uppercase {
    text-transform: uppercase;
    margin-top: 15px;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}


.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.col-md-6:hover .image {
  opacity: 0.3;
   }

.col-md-6:hover .middle {
  opacity: 1;
  
}


.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  overflow: hidden;
}

.list{
  text-align: left;
  font-size: 17px;
  margin-top: 0px;

}
.form{
  
  box-shadow: 2px 2px 20px;
}

@media screen and (max-width:700px) {
.form .container{
margin-right: 250px;
  }

}

.middle .text{
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
}


/*validation*/
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  background: #a4c639;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6c7f2f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******* Recent Activity Page Start ******/
.text-green {
  color: #04AA6D;
}
.text-green:hover {
  color: #2eca91;
  text-decoration:none ;
}
.text-justfy {
  text-align: justify;
}
@media (max-width: 576px) {
  .col-md-4 {
    padding: 0 0px;
  }
  
}
/******* Recent Activity Page End *******/