/** additional/modified css **/

/** header  **/

.button-light-blue {
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  font-family: "PoppinsSemiBold";
  color: #fff !important;
  line-height: 1.1;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 24px;
  cursor: pointer;
  background-color: #29aae1;
  text-transform: uppercase;
  border-bottom: none !important;
}
header .header-meta-wrap {
  background-color: #1d407a !important;
  padding: 0 !important;
}
header .header-meta-wrap .header-meta .header-meta-details .street-address,
header .header-meta-wrap .header-meta .header-meta-details .company-contact {
  color: #fff;
}

header
  .header-meta-wrap
  .header-meta
  .header-meta-details
  .street-address
  a:hover,
.street-address a:hover {
  text-decoration: none;
}

.header-meta-details > .company-contact > a {
  color: #fff !important;
  text-decoration: none !important;
}
header .__header_inner .dp-desktop-menu .header-menu-wrap .site-logo-link img {
  width: auto;
  max-width: 7rem !important;
  transition: max-width 0.75s;
}

header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul
  li
  > a {
  font-size: 17px !important;
}

@media only screen and (max-width: 1397px) {
  header .__header_inner .dp-desktop-menu {
    padding: 0.5rem 0.1rem 0.5rem 0.1rem !important;
  }
  header
    .__header_inner
    .dp-desktop-menu
    .header-menu-wrap
    .complete-menu
    ul
    li
    > a {
    font-size: 14px !important;
    padding: 0.625rem 0.3rem !important;
  }
  header
    .__header_inner
    .dp-desktop-menu
    .header-menu-wrap
    .site-logo-link
    img {
    max-width: 6rem !important;
  }
}

header
  .__header_inner.header-scrolling
  .dp-desktop-menu
  .header-menu-wrap
  .site-logo-link
  img {
  max-width: 85px !important;
}
header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.menu
  > li
  > a:hover {
  border: none !important;
  /* color: white !important; */
}
header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.menu
  > li
  > a:active {
  color: white !important;
}
header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.menu
  > li
  > a {
  border: none !important;
}
header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.sub-menu:hover {
  background: #29aae1 !important;
  border: 1px solid #fff !important;
  border-bottom: none !important;
  text-align: center !important;
}
header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.sub-menu {
  background: #29aae1 !important;
  border: 1px solid #fff !important;
  border-bottom: none !important;
  text-align: center !important;
}

header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul
  li
  > a:hover {
  color: #616264;
  /* color: #1d407a; */
}

header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.sub-menu
  > li
  a:hover {
  border-bottom: 2px solid #fff !important;
  border-left: none !important;
  color: #fff !important;
}

header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.sub-menu
  > li
  a {
  text-align: center !important;
  border-bottom: 2px solid #fff !important;
  border-left: none !important;
  font-size: 13px !important;
}

header
  .__header_inner
  .dp-desktop-menu
  .header-menu-wrap
  .complete-menu
  ul.sub-menu
  > li:last-child
  a {
  border-bottom: none !important;
}

.hero-arrow-cont {
  position: absolute;
  bottom: 35px;
  left: 48%;
}
.hero-arrow {
  border: 2px solid #fff;
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 20px;
}
.hero-down-arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow-container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero-arrow-cont {
    left: 46%;
  }
}

/** header  **/

/** footer  **/
.footer-meta-main-cont {
  align-items: center;
}
.footer-col3 {
  text-align: center;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
/* .footer-col3 div {
  position: absolute;
  bottom: 0;
} */
.footer-col2 {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .footer-col2 {
    padding: 1.5rem 0 1rem;
  }
  .footer-sitemap {
    padding: 4.5rem 0 3rem !important;
  }
}
.footer-sitemap .row {
  max-width: 98rem;
}
.footer-col3 p {
  font-size: 12px;
}
.footer-sitemap .footer-social-media .fsm-wrap {
  /* margin-top: -40px; */
}

.footer-sitemap {
  background-color: #1d407a !important;
  padding: 2.5rem 0;
}
.footer-sitemap .footer-social-media .fsm-wrap .fsm-button i {
  font-size: 15px !important;
}
.footer-sitemap .footer-social-media .fsm-wrap .fsm-button {
  height: 25px !important;
  width: 25px !important;
}
.company-info {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.company-info .info-cell {
  margin-bottom: 5px !important;
}
.company-info .info-cell .info-cell-logo i {
  font-size: 20px !important;
}
.footer-sitemap .footer-navigation .menu li:not(:last-child) {
  border-right: 1px solid #29aae1;
}
.footer-sitemap .footer-navigation .menu li a {
  text-decoration: none !important;
  font-size: 14px;
}
.company-info > .info-cell > p > a {
  text-decoration: none !important;
  color: #fff;
}
.footer-sitemap .sitemap-row .site-logo img {
  width: 80% !important;
}
.footer-sitemap .footer-social-media {
  margin: 10px 0 !important;
  justify-content: center;
  display: flex;
}
.footer-sitemap .footer-navigation .menu {
  margin: 0 0 0px !important;
}
.footer-navigation {
  position: absolute;
  bottom: 0;
}
.footer-followus-socials {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
@media only screen and (max-width: 1023px) {
  .footer-sitemap .sitemap-row .site-logo {
    max-width: 180px !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .company-info {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }
}
/** footer  **/

/** homepage **/
.image-banner-component .image-banner {
  padding: 1.25rem 1.5625rem 1.5625rem !important;
}
/** homepage **/

/** subpages **/
/* Forms Adjustment Start */
[type="submit"] {
  border: none;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  font-family: "PoppinsSemiBold";
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
  transform-origin: 50% 50%;
  font-size: 1rem;
  padding: 12px 35px;
  cursor: pointer;
  background-color: #29aae1;
  text-transform: uppercase;
}
.shortcode.gravity-forms .gform_wrapper .gform_body .gform_fields .gfield {
  list-style: none;
  margin-bottom: 0rem !important;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-family: "PoppinsLightItalic" !important;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 1 !important;
    min-height: 32px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full),
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0% !important;
  }
}

::placeholder {
  color: #bfc1c3 !important;
  font-size: 0.8rem !important;
}

/* Forms Adjustment End */

/* CSS ID ADJUSTMENT FOR MOBILE RESPONSIVENESS Start*/
.contact-us-left {
  justify-content: center;
  display: inline-grid;
}
@media only screen and (max-width: 639px) {
  .contact-us-left {
    justify-content: left !important;
  }
}
/* CSS ID ADJUSTMENT FOR MOBILE RESPONSIVENESS End*/

/** subpages **/

/** snippets **/

/* Events Default Design*/
.no-events-found > h2 {
  font-size: 2em !important;
  text-align: center !important;
}
.event-title {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  font-family: "PoppinsSemiBold" !important;
  color: #11345a !important;
}
.event-item {
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.event-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 12 / 7;
}
.more-details-link::after {
  content: "›";
  margin-left: 5px;
  font-weight: bold;
}
.event-details {
  padding: 1rem 1.5rem;
}
.event-buttons {
  margin-top: 1rem;
  color: #29aae1;
}
.event-buttons > a {
  text-decoration: none !important;
}

/* Events Entertainment Design*/
.entertainment-section-cont {
  max-width: 75rem;
  justify-content: center;
}
.event-link-entertainment {
  text-decoration: none !important;
}
.event-title-entertainment {
  font-size: 20px;
  font-family: "PoppinsSemiBold";
  text-transform: uppercase;
  text-align: center;
}

/* Text With Video BG Start */
.twvbg-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 30px 0px;
}

.twvbg-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.twvbg-container {
  position: relative;
  z-index: 1;
}

.twvbg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* dark overlay */
  z-index: 0;
}

.twvbg-btn-wrapper a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "PoppinsSemiBold";
  background-color: #29aae1;
  color: #fff;
  line-height: 1.1;
  font-weight: 400;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  font-size: 1rem;
  padding: 12px 24px;
  cursor: pointer;
}
.twvbg-wrapper p {
  margin-bottom: 1.5rem;
}
.twvbg-wrapper h2 {
  color: #fff;
}
/* Text With Video BG End */

/** snippets **/

/** custom-media **/

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {
}

/* Large and up */
@media screen and (max-width: 74.99875em) {
}

@media screen and (min-width: 64em) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1390px) {
}

@media (max-width: 1351px) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

@media (max-width: 1024px) {
}

@media (max-width: 840px) {
}

@media (max-width: 768px) {
}

@media (max-width: 668px) {
}

/***small devices***/
@media (max-width: 600px) {
}

@media (max-width: 578px) {
}

@media (max-width: 530px) {
}

@media (max-width: 500px) {
}

@media (max-width: 430px) {
}

@media (max-width: 420px) {
}

@media (max-width: 411px) {
}

@media (max-width: 379px) {
}
