.accordion-container {
  position: relative;
  width: 100%;

  border-top: none;
  outline: 0;
  cursor: pointer;
}
.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 5px 15px 35px;

  font-size: 1.25em;
  font-weight: normal;
  color: #777777;
  cursor: pointer;
}
.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  color: black;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: black;
}
.accordion-container .content-entry i {
  position: absolute;
  top: 14px;
  left: 12px;
  font-style: normal;
  font-size: 1.625em;

  color: #777777;
}
.accordion-container .content-entry i:before {
  content: "+ ";
  color: white;
}
.accordion-container .content-entry.open i:before {
  content: "- ";
}
.accordion-content {
  display: none;
  padding-left: 0.3125em;
}
/* This stuff is just for the Codepen demo */
#content {
  width: 100%;
}
.accordion-container,
#description {
  width: 90%;
}
#description p {
  line-height: 1.5;
}
#description h2 {
  text-align: center;
}
@media all and (min-width: 860px) {
  #content {
    width: 100%;
    margin: 0 auto;
  }
}

.licolor a {
  color: white;
  margin-left: 15px;
}
.licolor a:hover {
  color: white !important;
}

@import "lesshat";
.onhover {
  display: block;
  background-image: linear-gradient(
    to left,
    transparent,
    transparent 50%,
    #0c549f 40%,
    #0c549f
  );
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}

.onhover:hover {
  background-position: -0 0;
  color: white !important;
}

.onhover li {
  color: white !important;
}
.onhover1 {
  color: blue;
}
.accordion-container .article-title {
  color: white !important ;
}

.accordion-container .content-entry i {
  font-size: 24px !important;
}
.article-title {
  padding-left: 35px !important;
}
.content-entry {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  background: #98d494;
  color: white !important;
}

.acolor a {
  color: white;
}

.accordion-container .bgcolor11 i {
  position: absolute;
  top: 3px;
  left: 346px;
  font-style: normal;
  font-size: 1.425em !important;

  color: black;
}
.di-box1 {
  height: 100% !important;
}
.di-box1 {
  box-shadow: 0px 10px 20px #aeaeae !important;
  height: 900px;
  padding: 20px !important;
}
.single-item {
  height: 300px;
}
.single-event-item {
  box-shadow: 0 0 8px rgb(34 30 31 / 30%);
}
.contact-form-area input,
.contact-form-area textarea {
  background: #d4d4d4bf none repeat scroll 0 0 !important;
  border: 0 none;
  color: #777777;
  font-size: 14px;
  height: 48px;
  padding: 0 23px;
  width: 100%;
}
.contact-form-area input,
.contact-form-area textarea {
  background: #d4d4d4bf none repeat scroll 0 0;
  border: 0 none;
  color: #777777;
  font-size: 14px;
  height: 48px;
  margin-bottom: 5px;
  padding: 0 23px;
  width: 100%;
}
.contact-form-area input,
.contact-form-area textarea {
  background: #d4d4d4bf none repeat scroll 0 0;
  border: 0 none;
  color: #777777;
  font-size: 14px;
  height: 48px !important;
  margin-bottom: 23px;
  padding: 0 23px;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
}
.button-default {
  background: #86bc42 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular";
  font-size: 14px;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
}

.licolor a {
  color: white;
  margin-left: 15px;
  display: flex !important;
  gap: 10px;
  align-items: center !important;
  justify-content: flex-start;
  text-decoration: none !important;
  line-height: 35px !important;
}
.licolor a {
  color: white;
  margin-left: 15px;
  display: flex !important;
  gap: 10px;
  align-items: center !important;
  justify-content: flex-start;
  text-decoration: none !important;
  line-height: 35px !important;
}
.section-title {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
