/* ---  abstracts css start  --- */
@font-face {
  font-family: "Zapfino";
  src: url("../fonts/Zapfino.ttf");
  font-style: normal;
  font-weight: normal;
}
/* --- end of abstracts css  --- */
/* ---  base css start  --- */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6, ol, ul, p, address, strong, i {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul, li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: "Open Sans", serif;
}

.container {
  max-width: 1220px;
  padding: 0;
}
@media (min-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

img {
  max-width: 100%;
}

/* --- end of base css  --- */
/* ---  components css start  --- */
.primary-button {
  display: inline-block;
  width: 150px;
  padding: 5px;
  border-radius: 10px;
  background: #ffffff;
  color: #326400;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  font-style: normal;
  border: none;
  transition: all 0.2s;
}
.primary-button:hover {
  background: rgba(50, 100, 0, 0.2745098039);
}

.secondary-button {
  border: none;
  display: inline-block;
  width: 150px;
  padding: 5px;
  border-radius: 10px;
  background: #1b5d01;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  font-style: normal;
}

.banner {
  z-index: 1;
  margin-top: 15px;
}
.banner .my-slider {
  overflow: hidden;
}
.banner .my-slider .carousel-indicators {
  bottom: 50px;
}
.banner .my-slider .carousel-indicators .navi-balls {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(136, 136, 136, 0);
  border: 2px solid #fff;
}
.banner .my-slider .carousel-indicators .navi-balls.active {
  background: #fff;
}
.banner .my-slider .carousel-inner .carousel-item {
  position: relative;
}
.banner .my-slider .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .banner .my-slider .carousel-inner .carousel-item .carousel-caption {
    top: 35%;
  }
}
.banner .my-slider .carousel-inner .carousel-item .carousel-caption .content-wrapper .sub-title {
  font-family: "Zapfino";
  font-size: 36px;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4509803922);
}
@media (max-width: 767px) {
  .banner .my-slider .carousel-inner .carousel-item .carousel-caption .content-wrapper .sub-title {
    font-size: 22px;
  }
}
.banner .my-slider .carousel-inner .carousel-item .carousel-caption .content-wrapper .m-title {
  font-size: 80px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 100;
  font-family: "Cormorant";
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4509803922);
}
@media (max-width: 767px) {
  .banner .my-slider .carousel-inner .carousel-item .carousel-caption .content-wrapper .m-title {
    font-size: 40px;
  }
}
.banner .banner-info-sec {
  position: relative;
  z-index: 999;
  margin-top: -35px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .banner .banner-info-sec {
    margin-top: -25px;
  }
}
.banner .banner-info-sec a {
  color: #000000;
}
.banner .banner-info-sec a:hover {
  color: #277409;
}
.banner .banner-info-sec .info-icon {
  display: block;
  background: #1b5d01;
  height: 125px;
  width: 125px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
}
@media (max-width: 767px) {
  .banner .banner-info-sec .info-icon {
    height: 68px;
    width: 68px;
    border: 1px solid #fff;
  }
  .banner .banner-info-sec .info-icon .icon-w {
    width: 20px;
  }
  .banner .banner-info-sec .info-icon .icon-l {
    width: 10px;
  }
  .banner .banner-info-sec .info-icon .icon-l2 {
    width: 15px;
  }
}
.banner .banner-info-sec .title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .banner .banner-info-sec .title {
    font-size: 12px;
  }
}

.v-spotlight .wrapper {
  padding: 30px 45px;
  background: #edf6e4;
}
@media (max-width: 767px) {
  .v-spotlight .wrapper {
    padding: 40px 20px;
  }
}
.v-spotlight .wrapper .section-header {
  font-size: 48px;
  font-weight: 100;
  font-style: italic;
  font-family: "Cormorant";
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .v-spotlight .wrapper .section-header {
    font-size: 38px;
  }
}
.v-spotlight .wrapper .title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .v-spotlight .wrapper .title {
    font-size: 16px;
    padding-bottom: 12px;
  }
}
.v-spotlight .wrapper .text {
  font-size: 16px;
  font-family: "Open Sans";
}
@media (max-width: 767px) {
  .v-spotlight .wrapper .text {
    font-size: 15px;
  }
}
.v-spotlight .wrapper .link-more {
  font-size: 16px;
  font-family: "Open Sans";
  font-style: italic;
  color: #000000;
  margin-top: 10px;
  display: inline-block;
}
.v-spotlight .wrapper .link-more:hover {
  color: #1b5d01;
}

.meeting-days .wrapper, .village-court .wrapper, .standard-page .wrapper {
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .meeting-days .wrapper, .village-court .wrapper, .standard-page .wrapper {
    padding: 45px 20px;
  }
}
.meeting-days .wrapper .section-header, .village-court .wrapper .section-header, .standard-page .wrapper .section-header {
  font-size: 48px;
  color: #000000;
  font-weight: 100;
  font-family: "Cormorant";
  padding-bottom: 20px;
}
.standard-page .wrapper .section-header {
    text-align: center;
}
@media (max-width: 767px) {
  .meeting-days .wrapper .section-header, .village-court .wrapper .section-header, .standard-page .wrapper .section-header {
    font-size: 38px;
  }
}
.meeting-days .wrapper .title, .village-court .wrapper .title, .standard-page .wrapper .title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans";
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .meeting-days .wrapper .title, .village-court .wrapper .title, .standard-page .wrapper .title {
    font-size: 16px;
  }
}
.meeting-days .wrapper .text, .village-court .wrapper .text, .standard-page .wrapper .text {
  font-family: "Open Sans";
}

.meetingDate {
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
}

@media (max-width: 767px) {
    .meeting-days .wrapper .text, .village-court .wrapper .text, .standard-page .wrapper .text {
    font-size: 15px;
  }
}

.village-court .wrapper {
  background: #edf6e4;
}

.calender-wrap {
  min-height: 360px;
}

.newsletter .wrapper {
    padding: 50px 30px;
    background: #edf6e4;
}
@media (max-width: 767px) {
  .newsletter .wrapper {
    padding: 45px 20px;
  }
}
.newsletter .wrapper .section-header {
  font-size: 48px;
  color: #000000;
  font-weight: 100;
  font-family: "Cormorant";
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .newsletter .wrapper .section-header {
    font-size: 38px;
  }
}
.newsletter .wrapper .title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans";
  padding-bottom: 5px;
}
.newsletter .wrapper .newsletter-input {
  border: 1px solid rgba(134, 134, 134, 0.6235294118);
  padding: 5px 10px;
}
.newsletter .wrapper .text {
  font-family: "Open Sans";
}
@media (max-width: 767px) {
  .newsletter .wrapper .text {
    font-size: 15px;
  }
}

/* --- end of components css  --- */
/* ---  layouts css start  --- */
@media (max-width: 767px) {
  .header {
    overflow: hidden;
  }
}
.header .main-title {
  font-size: 48px;
  line-height: 71px;
  color: #000000;
  font-weight: 100;
  font-family: "Cormorant";
  margin-left: 20px;
}
@media (max-width: 991px) {
  .header .main-title {
    font-size: 30px;
    line-height: 45px;
  }
}
.header .navbar {
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.header .navbar::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  right: -10px;
  top: 0;
}
.header .navbar::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  left: -10px;
  top: 0;
}
.header .navbar .navbar-brand {
  color: #000;
}
.header .navbar .navbar-toggler {
  border: none;
}
.header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar .navbar-collapse .navbar-nav {
  margin-left: 20px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-right: 45px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #1b5d01;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #1b5d01;
}
.header .search-input {
  width: 280px;
  border-radius: 5px;
  background: #ffffff;
  padding: 2px 15px 2px 8px;
  border: 1px solid #bdbdbd;
}
@media (max-width: 991px) {
  .header .search-input {
    width: 100%;
  }
}
.header .search-btn {
  position: absolute;
  border: none;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.footer .footer-wrapper {
  padding: 50px;
  background: #1b5d01;
}
@media (max-width: 767px) {
  .footer .footer-wrapper {
    padding: 45px 15px;
  }
}
.footer .footer-wrapper .im-wrap {
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.footer .footer-wrapper .im-wrap img {
  width: 100%;
}
.footer .footer-wrapper .main-title {
  font-size: 48px;
  line-height: 71px;
  color: #fff;
  font-weight: 100;
  font-family: "Cormorant";
  margin-left: 20px;
}
@media (max-width: 767px) {
  .footer .footer-wrapper .main-title {
    font-size: 35px;
  }
}
.footer .footer-wrapper .cont-header {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans";
  padding-bottom: 30px;
}
.footer .footer-wrapper .cont-sub-header {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans";
}
.footer .footer-wrapper .t-links {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Open Sans";
  display: block;
}
.footer .footer-wrapper .t-links:hover {
  text-decoration: underline;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.customList li {
    list-style: disc;
}

.customListSpaced li {
    padding-bottom: 20px;
}

.customList ul > li {
    margin-left: 10px;
}
hr {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #bed9a5; /* old IE */
    background-color: #bed9a5; /* Modern Browsers */
    margin: 25px 0px 25px 0px;
}

.green {
    background: #edf6e4;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #edf6e5;
}

/* --- end of layouts css  --- *//*# sourceMappingURL=style.css.map */