.container {
  width: 98%;
}

.hero-3 .hero-purchase-ticket a {
  background: #D44A12;
  font-size: 17px;
}

.section-header h2,
.section-event-category .section-header h2 {
  font-size: 40px;
  line-height: 40px;
  color: #44A9B6;
}

.page-content h3 {
  font-size: 2.5rem;
}

.section-header h2:before,
.section-event-category .section-header h2:before {
  /*background: #D44A12;*/
  background: none;
}

.hero-3 .hero-content .hero-title,
#site-navigation .nav li a,
.hero-caption,
.homeeli {
  /*color:#44A9B6 !important;*/
  color: #fff !important;
}

.hero-3 .hero-content .hero-title {
  font-size: 36px;
  line-height: 42px;
  margin: 15px 0 20px;
}

.hero-3 .hero-content .hero-caption {
  font-size: 24px;
  line-height: 30px;
  padding-top: 30px;
}

.homeeul {
  list-style: none !important;
  /* Removes default list bullet */
  padding: 0;
  margin: 0;
}

.homeeli {
  position: relative;
  /* Essential for positioning the pseudo-element */
  padding-left: 20px;
  padding-right: 30px;
  font-size: 20px;
}

.homeeli::before {
  content: '';
  /* Required for pseudo-elements */
  position: absolute;
  left: 0;
  /* Position the diamond at the beginning of the list item */
  top: 50%;
  /* Vertically center the diamond */
  transform: translateY(-50%) rotate(45deg);
  /* Center and rotate to form diamond */
  width: 10px;
  /* Size of the diamond */
  height: 10px;
  /* Size of the diamond */
  background-color: #44A9B6;
  /* Color of the diamond */
}

.homeeul > li {
  display: inline-block;
}

.hero-3 .hero-purchase-ticket a {
  /*border: 1px solid #D44A12;*/
}

.hero-after {
  background: linear-gradient(135deg, #025369, #05a187, #01616e, #009786);
  background-size: 400% 400%;
  animation: gradientShift 12s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.logo-block img {
  width: 250px !important;
}

.fix-header .main-header .container:after {
  background: none !important;
}

.main-header {
  padding: 10px 0;
}

.hero-3 .hero-content {
  margin-top: 150px;
  position: relative;
}

#home_cta2:hover {
  background: linear-gradient(135deg, #0dc969, #03c7a8);
}

#home_cta1:hover {
  /*background: linear-gradient(135deg, #0161a9, #02b19f);*/
  background: linear-gradient(135deg, #0dc969, #03c7a8);
}

.hero-btn {
  display: inline-block;
  background: linear-gradient(135deg, #0dc969, #03c7a8) !important;
  color: #fff !important;
  font-size: 17px !important;
  padding: 15px 30px !important;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  /* makes it responsive with .btn-block */
  border: 1px solid #fff !important;
}

/* Apply slide-in animation to the feature text block */
.feature-text {
  animation-name: slideInFromLeft;
  animation-duration: 1s; /* Animation speed (1 second) */
  animation-timing-function: ease-out; /* Smooth deceleration */
  animation-delay: 0.2s; /* Starts 0.2 seconds after the page loads */
  animation-fill-mode: both; /* Keeps the element visible after the animation finishes */
}

@media (max-width: 767px) {
  .hero-btn {
    margin-top: 20px;
  }
		.logo-block img {
  width: 200px !important;
}
}

.hero-3 .hero-purchase-ticket a:hover {
  color: #fff !important;
}

.hero-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 686px;
  height: auto;
  padding: 40px 20px;
}

.wpcf7-form p label {
  text-align: left;
}

.section-event-category .section-content ul li a {
  border-radius: 25px;
}

.section-event-category .section-content ul li {
  border-radius: 55px;
}

.content-wrapper .map-info .title-visit h3,
.contact-us .map-info .content-visit p,
.content-wrapper .map-info .title-touch h3,
.content-wrapper .map-info .content-touch *,
.contact-us .map-info a,
.contact-us .map-info span,
.about-us-block p,
.about-us-block strong,
.about-us-block h4,
.about-us-block h3,
.about-us-block h5 {
  color: #005f83 !important;
  font-size: 2.5rem;
	word-break: auto-phrase;
	letter-spacing: 1px;
}

.content-wrapper .map-info {
  margin-left: 30px;
  padding-left: 0px;
}

.page-content-body p {
  color: #005f83;
}

.wpcf7-submit {
  width: auto !important;
}

body:not(.page-id-2962) #site-navigation .nav li a {
  color: #44A9B6 !important;
}

.footer-1 .social ul li a i {
		font: normal normal normal 14px / 1 FontAwesome;
    line-height: 20px;
    font-size: 13px;
}