.foot2 {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.foot2 a {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.hero-title {
  font-size: 60px;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 20px;
}

.section-header {
  margin-bottom: 5px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: #575957;
  margin-top: 20px;
}

.section-header-tight {
  margin-bottom: 5px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: #575957;
  margin-top: 10px;
}

.section-header-title-tight {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: #035f03;
  margin-bottom: 20px;
  /*position: relative;*/
  /*width: 100%;*/
  /*margin-top: 35px;*/
}

.section-header-title {
  font-size: 40px;
  font-weight: 600;
  color: #035f03;
  margin-bottom: 20px;
  /*position: relative;*/
  /*width: 100%;*/
  /*margin-top: 10px;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 20px;
}

@media (min-width: 300px) {
  .section-header-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #035f03;
    margin-bottom: 20px;
    /*position: relative;*/
    /*width: 100%;*/
    margin-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 10px;
  }
}

.top-tel {
  color: #28ee28;
  font-size: 16px;
  text-decoration: none;
}

.top-tel a {
  color: #28ee28;
  font-size: 16px;
  text-decoration: none;
}

.top-tel-icon {
  color: #28ee28;
  font-size: 16px;
  padding: 10px;
}

.navbar-toggler-icon {
  /*color: #00a800;*/
  background-color: #00a800;
}

.donate {
  background-color: #ff0000;
  border: solid;
  border-width: thin;
  border-color: #ff0000;
  border-radius: 10px;
  box-shadow: rgba(27,13,13,0.86);
  font-weight: 600;
  color: #ffffff;
}

.donate a {
  /*background-color: #ff0000;*/
  /*border: solid;*/
  /*border-width: thin;*/
  /*border-color: #ff0000;*/
  /*border-radius: 10px;*/
  /*box-shadow: rgba(27,13,13,0.86);*/
  font-weight: 600;
  color: #ffffff;
}

service-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 45px;*/
  transition: .3s;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.service .service-icon {
  position: relative;
  width: 60px;
}

.service .service-icon i {
  color: #FDBE33;
  font-size: 60px;
  line-height: 60px;
}

.service .service-text::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 40px;
  top: calc(50% - 20px);
  left: -1px;
  background: #FDBE33;
}

.service .service-text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  top: 5px;
  left: 0;
  background: rgba(0, 0, 0, .1);
}

.service-text {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: rgba(19,11,11,0.8);
}

.service-border {
  width: 4px;
  /*border-color: #ff0000;*/
  border-left: #ff0000;
}

.nav-item2 {
  background-color: #ff0000;
  border: solid;
  border-width: thin;
  border-color: #ff0000;
  border-radius: 10px;
  font-weight: 600;
  color: #ffffff;
}

.nav-item2:hover {
  background-color: #025902;
  border: solid;
  border-width: thin;
  border-color: #025902;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
}

.nav-item2 a {
  background-color: #ff0000;
  border: solid;
  border-width: thin;
  border-color: #ff0000;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 300px) {
  .big-text-p {
    color: rgba(19,11,11,0.8);
    text-decoration: none;
    padding-top: 10px;
    font-size: 17px;
    margin-left: 10px;
  }
}

.news-head {
  font-size: 16px;
  color: rgba(19,11,11,0.8);
  text-decoration: none;
  padding-top: 10px;
  font-weight: 600;
}

.news-head:hover {
  font-size: 16px;
  color: rgb(3,120,3);
  text-decoration: none;
  padding-top: 10px;
  font-weight: 600;
}

.detail-buttons {
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px;
}

.bottom-links {
  font-size: 15px;
  color: #96dd96;
  text-decoration: none;
  padding-left: 20px;
}

.bottom-links a {
  font-size: 15px;
  color: #96dd96;
  text-decoration: none;
  padding-left: 20px;
}

.bottom-links:hover {
  font-size: 15px;
  color: #cce6cc;
  text-decoration: none;
  padding-left: 20px;
}

.bottom-icons {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 10px;
  font-weight: 600;
}

.bottom-heading {
  color: #01a800;
  font-weight: bold;
}

.do-text {
  font-size: 18px;
  color: #313131;
  padding-top: 5px;
}

.do-text-white {
  font-size: 18px;
  color: #ffffff;
  padding-top: 5px;
  font-family: Lato, sans-serif;
}

.do-mail {
  /*text-align: center;*/
  font-size: 18px;
  color: #313131;
  padding-top: 5px;
  text-decoration: none;
}

.readmore {
  font-style: italic;
  font-size: 15px;
  color: rgb(252,18,3);
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}

.readmore a {
  font-style: italic;
  font-size: 15px;
  color: rgb(252,18,3);
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}

.readmore:hover {
  font-style: italic;
  font-size: 15px;
  color: rgb(3,120,3);
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}

@media (min-width: 300px) {
  .cta {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    font-family: Cambay, sans-serif;
    margin-top: 20px;
  }
}

@media (min-width: 300px) {
  .event-head {
    color: rgb(3,95,3);
    padding-left: 15px;
    font-family: Cambay, sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
}

.couch {
  color: rgb(123,201,123);
}

.couch a {
  color: rgb(123,201,123);
}

.gallery-caption {
  padding-top: 10px;
  font-size: 16px;
  padding-bottom: 10px;
}

.testi-designation {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.next {
  margin-right: 10px;
  margin-left: 10px;
}

.but-icon-next {
  margin-left: 10px;
}

.but-icon-prev {
  margin-right: 10px;
}

