/*keep the nav menu from jumping*/
.elementor-nav-menu .sub-arrow2 .e-font-icon-svg {
  height: 1em;
  width: 1em;
}

.sub-arrow2 {
  display: none;
  align-items: center;
  line-height: 1;
  margin-block-end: -10px;
  margin-block-start: -10px;
  padding: 10px;
  padding-inline-end: 0;
}

.elementor-nav-menu:not([data-smartmenus-id]) .menu-item-has-children .sub-arrow2 {
  display: flex;
}

.mgx-popup-content {
  display: none
}

.mgx-slider-video .slick-list {
  padding: 0 20% 0 0 !important
}

.mgx-slider-video .mgx-slider-inner.slick-slide {
  padding: 0 20px;
  text-align: center;
  position: relative
}

.mgx-slider-video .mgx-slider-inner .mgx-slider-image-wrapper {
  position: relative
}

.mgx-slider-video .mgx-slider-inner .mgx-slider-image-wrapper:before {
  position: absolute;
  content: "";
  background: url(images/play-button.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-position: center;
  transition: .5s ease
}

.mgx-slider-video .mgx-slider-inner .mgx-slider-image-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 47, 87, .35);
  left: 0;
  top: 0
}

.mgx-slider-video .mgx-slider-inner img {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  object-fit: cover
}

.mgx-slider-video .mgx-slider-inner h3 {
  color: #e07c00;
  font-size: 20px;
  letter-spacing: 3px
}

.mgx-slider-video .mgx-slider-inner p {
  color: #1a3157;
  font-size: 20px
}

.mgx-slider-video .mgx-slider-inner:hover .mgx-slider-image-wrapper:before {
  background-size: 250px
}

.mgx-slider-video .slick-dots {
  list-style: none !important;
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0 !important
}

.mgx-slider-video .slick-dots li {
  margin: 0 5px
}

.mgx-slider-video .slick-dots li button {
  padding: 0
}

.mgx-slider-video .slick-dots li:hover button {
  cursor: pointer
}

.mgx-slider-video .slick-dots li.slick-active button {
  background: #e07c00;
  outline: 0
}

.mgx-slider-video .slick-dots button {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
  background: #dddddd;
  border: none
}

.mgx-video-container {
  line-height: 0
}

.mgx-video-container iframe {
  height: 500px
}

.mgx-slider-featured button.slick-arrow {
  background: url(images/arrow-left-shadow.png);
  background-size: contain;
  border: none;
  text-indent: -99999px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  padding: 0
}

.mgx-slider-featured button.slick-arrow.slick-next {
  background-image: url(images/arrow-right-shadow.png);
  left: auto;
  right: 30px
}

.mgx-slider-featured .mgx-slider-inner {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center
}

.mgx-slider-featured .mgx-slider-inner-wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%
}

.mgx-slider-featured .mgx-slider-content {
  background: rgba(255, 255, 255, .9);
  padding: 50px;
  width: 44%
}

.mgx-slider-featured .mgx-slider-content h2 {
  font-size: 50px;
  color: #1a3157;
  font-weight: 400;
  line-height: 1.3
}

.mgx-slider-featured .mgx-slider-content p {
  color: #1a3157;
  font-size: 20px;
  margin: 0;
  position: relative;
  padding: 5px 0 5px 20px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.7
}

.mgx-slider-featured .mgx-slider-content p:before {
  content: '';
  background: #e07c00;
  height: 100%;
  left: 0;
  width: 5px;
  top: 0;
  z-index: 1;
  display: block;
  position: absolute
}

.mgx-slider-featured .mgx-slider-logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 180px
}

.mgx-slider-thumbnail-wrap {
  /*display: none*/
  background: #f3f4f4;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}

.mgx-slider-thumbnail {
  display: flex;
  margin: 0 -30px;
  padding: 40px 0
}

.mgx-slider-thumbnail h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1a3157;
  text-align: center;
  margin: 15px 0 0
}

.mgx-slider-thumbnail .mgx-slider-thumbnail-inner {
  margin: 0 30px;
  cursor: pointer
}

.mgx-slider-thumbnail .mgx-slider-thumbnail-inner figure {
  position: relative
}

.mgx-slider-thumbnail .slick-current figure:after,
.mgx-slider-thumbnail-inner.active figure:after {
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  background: #e07c00
}

.mgx-slider-thumbnail .mgx-slider-thumbnail-inner figure img {
  height: 140px;
  object-fit: cover
}

.mgx-slider-thumbnail button.slick-arrow {
  background: url(images/arrow-left.svg);
  background-size: contain;
  border: none;
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: 0
}

.mgx-slider-thumbnail button.slick-arrow.slick-next {
  background-image: url(images/arrow-right.svg);
  left: auto;
  right: -30px
}

.mgx-slider-video .dialog-close-button {
  position: absolute;
  right: -80px;
  top: 0
}

.mgx-slider-video .eicon-close {
  font-size: 30px;
  color: #e07c00
}

@media (max-width: 1400px) {
  .mgx-slider-featured .mgx-slider-content {
    width: 50%
  }
}

@media (max-width: 1200px) {
  .mgx-slider-thumbnail button.slick-arrow {
    left: -10px
  }

  .mgx-slider-thumbnail button.slick-arrow.slick-next {
    left: auto;
    right: -10px
  }

  .mgx-slider-featured button.slick-arrow {
    left: 10px
  }

  .mgx-slider-featured button.slick-arrow.slick-next {
    left: auto;
    right: 10px
  }
}


@media (max-width: 1024px) {
  .mgx-slider-featured .mgx-slider-content {
    width: 70%
  }

  .mgx-slider-featured .mgx-slider-inner {
    height: 500px
  }

  .mgx-slider-thumbnail .mgx-slider-thumbnail-inner figure img {
    height: 150px
  }

  .mgx-slider-featured .mgx-slider-content h2 {
    font-size: 40px
  }

  .mgx-video-container iframe {
    height: 400px
  }

  .mgx-slider-video .mgx-slider-inner img {
    height: 250px
  }

  .mgx-slider-video .mgx-slider-inner .mgx-slider-image-wrapper:before {
    background-size: 200px
  }
}


@media (max-width: 767px) {
  .mgx-slider-featured .mgx-slider-content {
    width: 100%;
    padding: 120px 40px 50px;
    background: 0 0
  }

  .mgx-slider-featured .mgx-slider-inner-wrap {
    width: 100%;
    background: rgba(65, 82, 82, .7)
  }

  .mgx-slider-featured .mgx-slider-inner {
    height: 400px
  }

  .mgx-slider-featured .mgx-slider-content h2,
  .mgx-slider-featured .mgx-slider-content p {
    color: #ffffff
  }

  .mgx-slider-featured .mgx-slider-content h2 {
    font-size: 30px
  }

  .mgx-slider-featured .mgx-slider-content p {
    font-size: 18px
  }

  .mgx-slider-featured button.slick-arrow {
    width: 35px;
    height: 35px
  }

  .mgx-slider-featured .mgx-slider-logo,
  .mgx-slider-featured .mgx-slider-logo img {
    width: 120px
  }

  .mgx-slider-video .mgx-slider-inner .mgx-slider-image-wrapper:before {
    background-size: 150px
  }

  .mgx-video-container iframe {
    height: 200px
  }
}
