.main-header > .row {
  padding: 25px 0;
}
.main-header .heading-3 {
  color: #6cb52d;
}
.main-header ul {
  margin: 0;
  padding: 5px 0;
}
.main-header ul li {
  display: inline-block;
  padding: 0 9px;
  border-left: 1px solid #f1f1f1;
  text-align: center;
}
.main-header ul li:first-of-type {
  border: 0;
}
.main-header ul li a {
  display: block;
  color: #6cb52d;
}
.main-header ul li a:hover {
  font-weight: normal;
  text-decoration: underline;
}
.main-header .search-input {
  display: flex;
}
.main-header .search-input input {
  padding-left: 20px;
  height: 40px;
}
.main-header .search-input button {
  margin-left: -30px;
  border: 0;
  border-radius: 100%;
  background: linear-gradient(135deg, #6cb52d 0%, #7bcf33 100%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main-nav {
  background: linear-gradient(135deg, #6cb52d 0%, #7bcf33 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.main-nav ul > li {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-top: 2px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid rgba(248, 248, 248, 0.31);
  position: relative;
}
.main-nav ul > li:first-of-type {
  border-left: 1px solid rgba(248, 248, 248, 0.31);
}
.main-nav ul > li:hover span {
  background: #fff;
  color: #6cb52d;
}
.main-nav ul > li:hover > ul {
  display: block;
}
.main-nav ul > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 0;
}
@media (max-width: 768px) {
  .main-nav ul > li span {
    font-size: 16px;
  }
}
.main-nav ul > li span i {
  font-size: 15px;
}
.main-nav ul > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 16px rgba(0, 0, 0, 0.05);
  color: #000;
  padding: 15px 0;
}
.main-nav ul > li > ul > li {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
.main-nav ul > li > ul > li a {
  display: block;
  padding: 2px 0;
  margin: 2px 0;
  color: #000;
  text-decoration: none;
  transition: none;
}
.main-nav ul > li > ul > li a:hover {
  color: #6cb52d;
  font-weight: normal;
}
.slider-index {
  position: relative;
  z-index: 100;
}
.slider-index .slick-arrow {
  display: none !important;
}
.slider-index .slide img {
  width: 100%;
  height: 500px;
  object-position: center;
  object-fit: cover;
}
.info-index {
  position: relative;
  z-index: 500;
  margin-bottom: 50px;
}
.info-index .row {
  background: #fff;
  box-shadow: 0 0 15px #e3e3e3;
  margin-top: -58px;
}
.info-index .row > div:last-of-type .item:last-child {
  border: 0;
}
.info-index .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 116px;
  padding: 15px;
  color: #5a5a5a;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #f6f6f6;
}
.info-index .item:hover {
  transition: none;
  background: linear-gradient(135deg, #6cb52d 0%, #7bcf33 100%);
  color: #fff;
}
.info-index .item:hover .thumb svg * {
  fill: #fff;
}
.info-index .item .thumb {
  margin-right: 25px;
}
.info-index .item .thumb svg {
  height: 50px;
  display: flex;
}
.news-index {
  margin-bottom: 150px;
}
.news-index .heading-1 {
  font-weight: bold;
}
.news-index .item {
  margin-bottom: 25px;
}
.news-index .item .thumb {
  margin-bottom: 15px;
}
.news-index .item .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-index .item .date {
  margin: 0;
  font-size: 12px;
}
.news-index .item .heading-2 {
  font-size: 24px;
}
.news-index .item .heading-2 a {
  color: inherit;
  transition: none;
}
.news-index .item .heading-2 a:hover {
  color: #6cb52d;
  font-weight: normal;
}
.news-index .item .button-outline {
  padding: 10px 20px;
}
.patrons-index {
  margin-bottom: 0px;
}
.news-page {
  margin: 75px auto;
}
.news-page .item {
  margin-bottom: 25px;
}
.news-page .item .thumb {
  margin-bottom: 15px;
}
.news-page .item .thumb img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.news-page .item .date {
  margin: 0;
  font-size: 12px;
}
.news-page .item .heading-2 {
  font-size: 24px;
}
.news-page .item .heading-2 a {
  color: inherit;
  transition: none;
}
.news-page .item .heading-2 a:hover {
  color: #6cb52d;
  font-weight: normal;
}
.news-page .item .button-outline {
  padding: 10px 20px;
}
.single-news {
  margin: 75px auto;
}
.single-news .article {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-news .article {
    width: 100%;
  }
}
.single-news .item {
  padding: 35px;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #6cb52d 0%, #7bcf33 100%);
  color: #fff;
}
.single-news .item .date {
  font-size: 12px;
  margin: 0;
}
.about-event-page {
  padding-top: 75px;
}
.about-event-page .heading img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.about-event-page .heading h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.about-event-page .item {
  padding: 75px 50px;
}
.gallery-index {
  margin: 100px auto;
}
.sponsors-index {
  margin: 100px auto;
}
.application-index {
  margin: 100px auto;
}
.application-index p,
.application-index li {
  font-size: 16px !important;
}
.application-index a {
  font-size: 16px !important;
  font-weight: normal;
}
.application-index a:hover {
  text-decoration: underline;
}
.application-index .text-box {
  margin: 0;
}
.application-index h5 {
  margin-top: 25px;
}
.application-index table {
  margin: 0;
}
.rule-index {
  margin: 100px auto;
}
.rule-index span {
  font-size: 16px;
  font-weight: normal;
}
.rule-index span:hover {
  text-decoration: underline;
}
.rule-index li {
  margin: 0 !important;
}
.event-plan-index {
  margin: 100px auto;
}
.partners-caption {
  font-size: 14px;
  padding-top: 10px;
}
.contact-page .map {
  height: 600px;
}
.contact-page .box {
  background: #eee;
  margin: 50px auto;
  padding: 50px;
}
.heading-1 {
  font-weight: 500;
}
.heading-3 {
  font-size: 20px;
}
.hr-heading {
  width: 50px;
  border-color: #6cb52d;
}
.button-outline {
  display: inline-block;
  border-radius: 50px;
  color: #6cb52d;
  border: 2px solid #6cb52d;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.button-outline:hover {
  background: linear-gradient(135deg, #6cb52d 0%, #7bcf33 100%);
  color: #fff;
}
.icon-circle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #6cb52d;
  color: #6cb52d;
  border-radius: 100%;
}
.icon-circle:hover {
  color: #fff;
  background: linear-gradient(135deg, #6cb52d 0%, #7bcf33 100%);
}
.form-control {
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f1f1f1;
  border: 0;
}
.my-select {
  width: auto;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../../src/assets/img/_update/ico/chevron-down-solid-green.svg') no-repeat #f1f1f1;
  background-size: 50% 50%;
  background-position: right;
}
.my-select::-ms-expand {
  display: none;
}
.container {
  max-width: 1200px !important;
}
.dla_firm{
  font-size: 18px;
  font-weight: bold;
  text-align: center; 
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 0px;

}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */