/**/
/* Articles */
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/**/
/**/
/**/
/**/
/* Fast Nav */
/**/

.intrested-in .sub-content {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #022353;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding: 2rem;
  padding-top: 4rem;
  transform: scale(0);
  transition: 0.5s;
  display: none;
}
.intrested-in .sub-content h2 {
  background: #fff;
  color: #228d42;
}
.intrested-in .sub-content h3 {
  font-weight: bold;
}
.intrested-in .sub-content .pl-4,
.intrested-in .sub-content .px-4 {
  padding-right: 1.5rem !important;
}
.intrested-in .sub-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.intrested-in .sub-content ul li {
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(116, 198, 114, 0.2);
}
.intrested-in .sub-content a {
  color: inherit;
}
.intrested-in .sub-content .close-sub-content {
  position: absolute;
  top: -5px;
  left: 0;
  height: 100%;
  padding: 1rem;
  font-size: 24px;
  color: #2f854e;
  background: none;
  border: 0;
}
.intrested-in.active .sub-content {
  display: block;
  transform: scale(1);
  z-index: 9;
}
.intrested-in .centered {
  position: fixed;
  inset: 0;
  margin: auto;
  margin-top: 8rem;
  width: 100%;
  max-width: 75%;
  transform: none;
}
.intrested-in .sub-content-centered {
  background: #1e734f;
  color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.i-want {
  background: rgba(255, 255, 255, 0.85);
  color: #1e734f;
  border: 0;
  font-size: 1.35rem;
  padding: 0.1rem 2.5rem;
  font-weight: bold;
  border-radius: 10px;
  z-index: 10;
  position: relative;
}
.i-want img {
  margin-right: 0.5rem;
}

.cover {
  position: relative;
  min-height: 670px;
}
.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.articles {
  padding: 3rem 2rem;
}
.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.articles article {
  display: block;
  height: 100%;
}
.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}
.article img {
  display: block;
  width: 100%;
}
.article .info {
  padding: 1rem;
}
.article h3 {
  font-weight: bold;
}
.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206, 189, 111);
  background: linear-gradient(45deg, rgb(246, 183, 77) 0%, rgb(160, 183, 132) 50%, rgb(121, 204, 200) 100%);
}
.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

.news-on-mobile {
  display: none;
}
.news-on-mobile h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20pt;
}
.news-on-mobile h2 a {
  color: inherit;
}

.news {
  padding: 1rem;
  position: inherit;
  background: #024624;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  border-top: 1px solid #43a75f;
}
.news .content {
  position: relative;
}
.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}
.news a {
  color: #000;
  display: block;
}
.news .bn-pause {
  height: 12px;
  top: 1px;
  left: -1px;
}
.news .news-marquee {
  height: 300px;
  overflow: hidden;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.news-on-desktop h2 {
  background: #acce5a;
  color: #024624;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}
.news-on-desktop h2 a {
  color: inherit;
}
.news-on-desktop .date {
  font-weight: bold;
}
.news-on-desktop .date:after {
  content: " | ";
  margin: 0 10px;
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}
.bn-news ul li a:hover {
  text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #ffcb37;
  color: #111;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

.bn-controls {
  left: 0;
  right: auto;
  left: 0;
  right: auto;
}
.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin-right: 5px;
  border: 0;
  width: 30px;
  height: 30px;
  background: #acce5a;
  color: #024624;
  padding: 0;
  margin-right: 5px;
}
.bn-controls button:hover {
  background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
  background-color: #74c672;
  color: #024624;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
}
.bn-controls button:hover span::after {
  background-color: #acce5a !important;
}
.bn-controls button:hover span::before {
  background-color: #acce5a !important;
}

.bn-arrow {
  top: -1px;
  top: -1px;
}

.bn-pause::before {
  background-color: #1e734f;
}
.bn-pause::after {
  background-color: #1e734f;
}

.bn-play::after {
  border-left-color: #111;
  border-left-color: #fff;
}

.news-marquee ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-marquee .item {
  display: block;
  color: inherit;
  margin-bottom: 1.5rem;
}
.news-marquee .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.news-marquee .item time {
  color: #acce5a;
}
.news-marquee .item h3 {
  font-size: 1.2rem;
  margin: 0;
}
.news-marquee .item p {
  margin: 0;
}

.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}
.fast-navigation label {
  background: #1e734f;
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}
.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.fast-navigation button {
  background: #1e734f;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.sub_header {
  padding: 0 20px;
  position: static;
  height: 60px;
  width: 100%;
  margin-top: 90px;
  z-index: 9;
  right: 0px;
  background-color: hsla(198, 78%, 11%, 0.27);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_header .quick_service select {
  background-color: #d4e3db;
  width: 237px;
  height: 40px;
  margin-left: 12px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 36px;
}
.sub_header .quick_service button {
  height: 39px;
  width: 89px;
  background-color: #74c672;
  border: 2px solid #ffffff;
  font-size: 22px;
  color: #fff;
  align-items: center;
  line-height: 30px;
  border-radius: 5px;
}
.sub_header .moked a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  background-color: #1e734f;
  width: 390px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 10px;
  font-weight: bold;
  background-image: url("./images/icon-02.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.tpshavCenter {
  text-decoration: none;
  color: #2f854e;
  font-size: 22px;
  line-height: 36px;
  background-color: #74c672;
  width: 179px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 10px;
  font-weight: bold;
  background-image: url("./images/icon-01.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  position: absolute;
  top: 10px;
  left: 425px;
  display: flex;
  flex-direction: column;
}
.tpshavCenter a {
  color: #fff;
}

.events {
  position: absolute;
  top: 133px;
  left: 32px;
  display: flex;
  flex-direction: column;
}
.events > a:not(.all) {
  width: 324px;
  height: 78px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 6.5px;
  text-decoration: none;
}
.events > a:not(.all) .date {
  height: 66px;
  width: 66px;
  background-color: #74c672;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.events > a:not(.all) .date > div {
  font-size: 16px;
}
.events > a:not(.all) .date > div:first-child {
  font-size: 26px;
  line-height: 24px;
}
.events > a:not(.all) > .text {
  color: #000;
}
.events > a:not(.all) > .text .title {
  font-size: 20px;
  font-weight: bold;
}
.events > a:not(.all) > .text .position {
  font-size: 18px;
}
.events > .all {
  width: 185px;
  height: 47px;
  background-color: #228d42;
  border-radius: 5px;
  opacity: 0.77;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  position: relative;
}
.events > .all::after {
  content: ">";
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: matrix(1, 0, 0, 2, 0, 0);
}

.services {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: hsla(138, 61%, 34%, 0.89);
  height: 108px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 208px;
}
.services .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 75%;
  margin-bottom: 6rem;
}
.services img {
  height: 100%;
  max-height: 55px;
  width: 100%;
  max-width: 55px;
}
.services figcaption {
  margin-top: 0.6rem;
}
.services .service {
  position: relative;
  color: #024624;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background-color: #fff;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 0 1rem;
  transition: all 0.3s ease-in;
  font-size: 0.9rem;
}
.services .service:hover {
  margin-bottom: 0.7rem;
}

.slider-slick {
  margin: 86px 400px;
  position: relative;
}
.slider-slick button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-slick button::before {
  font-size: 31px;
  color: #1e734f !important;
}
.slider-slick button.slick-next {
  left: -5%;
}
.slider-slick button.slick-prev {
  right: -5%;
}
.slider-slick .slick-list {
  height: 442px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.slider-slick .slick-track {
  margin-right: 20px;
}
.slider-slick .slick-track a {
  height: 422px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  margin-left: 54px;
  color: #000;
  text-decoration: none;
}
.slider-slick .slick-track a .image img {
  width: 100%;
  height: 346px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider-slick .slick-track a .text {
  font-size: 22px;
  line-height: 1.2;
  padding: 0 22px;
  margin: 14px 0;
}

@media (min-width: 992px) {
  .cover {
    height: calc(100vh - 154px);
  }
  .news .content {
    padding-right: 100px;
  }
  .news-on-desktop {
    display: block;
  }
  .bn-news {
    padding-right: 100px;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .fast-navigation > label {
    float: right;
    display: block;
  }
  .fast-navigation > select {
    float: right;
    display: block;
  }
  .fast-navigation > span {
    float: right;
    display: block;
  }
  .fast-navigation .smart-nav-sub > label {
    float: right;
    display: block;
  }
  .fast-navigation .smart-nav-sub > select {
    float: right;
    display: block;
  }
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .side-banners.side-banners-right {
    right: 0;
  }
  .side-banners.side-banners-left {
    left: 0;
  }
}
@media (max-width: 1650px) {
  .services {
    padding: 0 5%;
  }
  .services img {
    max-height: 50px;
    max-width: 50px;
  }
  .services .service {
    font-size: 0.9rem;
    width: 120px;
    height: 120px;
    padding: 0 0.3rem;
  }
}
@media (max-width: 1200px) {
  .services .wrap {
    max-width: 98%;
  }
}
@media (max-width: 991px) {
  .i-want {
    z-index: 3;
  }
  body {
    padding-top: 90px;
  }
  .intrested-in .sub-content h2 {
    font-size: 1.6rem;
  }
  .cover {
    padding: 15px;
    padding-top: 125px;
    min-height: 591px;
  }
  .cover .toggle-slick {
    display: none;
  }
  #toggle-video {
    display: none;
  }
  .news-on-desktop h2 {
    display: none;
  }
  .centered {
    text-align: center;
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
    max-width: 100%;
  }
  .fast-navigation > label {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }
  .fast-navigation > select {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }
  .fast-navigation .smart-nav-sub > label {
    display: block;
    border-radius: 2rem;
  }
  .fast-navigation .smart-nav-sub > select {
    display: block;
    border-radius: 2rem;
    width: 100%;
    margin: 0.5rem 0;
  }
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }
  .smart-nav-submit {
    margin: 0 auto;
  }
  .sub_header {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    height: initial;
    height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sub_header .moked {
    width: 80%;
  }
}
@media (max-width: 991px) and (max-width: 990px) {
  .sub_header .moked {
    position: absolute;
    top: 70px;
  }
}
@media (max-width: 991px) {
  .sub_header .moked a {
    width: 100%;
    font-size: 1rem;
    top: 500px;
    margin-top: -44px;
  }
}
@media (max-width: 991px) {
  .sub_header .quick_service {
    width: 80%;
  }
  .sub_header .quick_service select {
    margin-bottom: 10px;
    width: 100%;
  }
  .sub_header .quick_service button {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tpshavCenter {
    width: 78%;
    top: 75px;
    right: 11%;
  }
  .tpshavCenter > a {
    width: 100%;
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .events {
    position: initial;
    margin-bottom: 20px;
  }
  .events > a:not(.all) {
    width: inherit;
  }
}
@media (max-width: 991px) {
  .services {
    height: inherit;
    position: inherit;
    padding: 20px 0;
  }
  .services .wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 80%;
    gap: 8%;
    margin-bottom: 0;
  }
  .services .service {
    margin-bottom: 15px;
  }
  .services .service:hover {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .slider-slick {
    margin: 0;
    overflow: hidden;
  }
  .slider-slick .slick-track {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .services .wrap {
    max-width: 98%;
    gap: 4%;
  }
  .services figcaption {
    margin-top: 0.4rem;
  }
  .services img {
    max-height: 35px;
    max-width: 35px;
  }
  .services .service {
    font-size: 0.8rem;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 360px) {
  .sub_header .moked a {
    background-position: center right 7px;
    font-size: 0.9rem;
  }
}
@media (max-width: 1240px) and (min-width: 992px) {
  .tpshavCenter {
    top: 59px;
    left: 1.5%;
  }
}/*# sourceMappingURL=idx.css.map */


@media (max-width: 991px) {
	.news-prev {
		display: none;
	}
	.news-next {
		display: none;
	}
}