body{
  font-family: 'Poppins', 'Courier New', Courier, monospace;
  background-color: #ccccd2;
  height: 200vh;
}

.bg-light{
  background-color: #f0f0f0 !important;
}

.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary {
  color: #FFFFFF;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: blue;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}
.navbar-nav a{
	    display: inline-block;
    font-size: 13px;
    font-weight: bold;
   /* text-transform: uppercase;*/
    color: #fff;
 /*   padding: 0 7.7px;*/
   /* font-family: 'Roboto Slab', serif;*/
}

.navbar-nav a .btn-m{
	border-radius: 1px solid red;

}
.navbar{
	background: rgb(1, 106, 174);
}
.service_area img{
  height: 300px;
  object-fit: cover;
}
.causes-wrap img{
  height: 400px;
}
.navbar-brand h5{
  color: #72f365;
  line-height: 1.3;
  padding: 0px 7px;
  font-size: 17px;
}
.navbar-brand h5 .nm-crl{
  color: color: #72f365!important;
}

.publication-sc ul.wood_work_list li {
    margin: 0px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    float: left;

}
.publication-sc ul{
  list-style: none;

}
ul.wood_work_list a {
    color: #333333 ! Important;
}
.publication-sc ul.wood_work_list li p {
    margin-bottom: 0px !important;
    font-size: 13px;
    }
    .wood_work_list li h4{
      font-size: 17px;
    }

    .navbar .nav-link.active {
    color: #ffcc00 !important;
    font-weight: 600;
}

.dropdown-item.active {
    background-color: #ffcc00;
    color: #000;
}
 .team4 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
  color: #3e4555;
}

.team4 .font-weight-medium {
  font-weight: 500;
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px;
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 13px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  color: #316ce8;
}
.mbr-hd h6{
    text-align:center;
    padding:20px 0px;
}
