@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-T.woff2);
  font-weight: 100;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-UL.woff2);
  font-weight: 200;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-L.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-RG.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-M.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-SB.woff2);
  font-weight: 600;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-BL.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Kahroba";
  src: url(./font/Kahroba-FD-EB.woff2);
  font-weight: 800;
}
@font-face {
  font-family: "PELAKFA";
  src: url("./font/PELAKFA-THIN.TTF") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "PELAKFA";
  src: url(./font/PELAKFA-LIGHT.TTF) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "PELAKFA";
  src: url(./font/PELAKFA-REGULAR.TTF) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PELAKFA";
  src: url(./font/PELAKFA-MEDIUM.TTF) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "PELAKFA";
  src: url(./font/PELAKFA-SEMIBOLD.TTF) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "PELAKFA";
  src: url(./font/PELAKFA-BOLD.TTF) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "PELAKFA";
  src: url(./font/PELAKFA-EXTRABOLD.TTF) format("truetype");
  font-weight: 800;
}
.custom-font {
  font-family: "Kahroba", sans-serif;
}

body {
  font-family: "PELAKFA", sans-serif;
}

.icon-reverse-right {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.icon-reverse-right .w-iconbox-icon {
  justify-content: flex-start;
  padding-right: 10px;
}
.icon-reverse-right .w-iconbox-meta .w-iconbox-title {
  padding: 0 !important;
}
.icon-reverse-right i {
  -webkit-text-stroke: 1.1px currentColor;
}

.icon-reverse-center {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.icon-reverse-center .w-iconbox-meta .w-iconbox-title {
  padding: 0 !important;
}
.icon-reverse-center i {
  -webkit-text-stroke: 1.1px currentColor;
}

.icon-counter .w-counter-value {
  color: #1F6753 !important;
  font-family: Kahroba !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 40px !important;
}
.icon-counter .w-counter-title {
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.text-inline-block {
  display: inline-block;
}

.tap-product .w-tabs-list .w-tabs-list-h {
  padding: 10px !important;
  background: #F4E7BB !important;
}
.tap-product .w-tabs-list .w-tabs-list-h .w-tabs-item .w-tabs-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.tap-product .w-tabs-list .w-tabs-list-h .w-tabs-item.active {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.32px;
}

.container-package .product_add_to_cart_container .btn_container .product_add_to_cart_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container-package .product_add_to_cart_container .btn_container .product_add_to_cart_wrapper .woocommerce-Price-currencySymbol {
  font-size: 10px;
  line-height: 14px;
}

.price-session .w-post-elm-value {
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

.icon-feature {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.icon-feature .w-iconbox-meta .w-iconbox-text {
  color: #000;
  text-align: center;
  font-family: "PELAKFA";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 768px) {
  .icon-feature .w-iconbox-meta .w-iconbox-text {
    text-align: justify;
  }
}

.column-hover {
  transition: all 0.3s ease-in;
}
.column-hover:hover {
  background: #1F6753;
  color: #FFFFFF;
}
.column-hover:hover .w-text-value {
  color: #FFFFFF;
}

.rotate-90 {
  --rotate-angle: -90deg;
}

.rotate-0 {
  --rotate-angle: 0deg;
}

.icon-post-1 i {
  color: #D9D9D9 !important;
  font-size: 18px !important;
  transform: rotate(var(--rotate-angle));
}

.icon-star-count {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 10px;
}
.icon-star-count i {
  color: #F59E0B;
  font-size: 28px;
}

.carousel-post .w-grid-list .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
}
.carousel-post .w-grid-list .owl-dots .owl-dot.active span {
  width: 25px !important;
  background: #00A99D !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
.carousel-post .w-grid-list .owl-dots .owl-dot span {
  background: rgb(147, 147, 147) !important;
  width: 6px !important;
  height: 6px !important;
  transition: all 0.5s ease-in;
}

.carousel-product .w-grid-list .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
}
.carousel-product .w-grid-list .owl-dots .owl-dot.active span {
  width: 25px !important;
  background: #00A99D !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
.carousel-product .w-grid-list .owl-dots .owl-dot span {
  background: rgb(147, 147, 147) !important;
  width: 6px !important;
  height: 6px !important;
  transition: all 0.5s ease-in;
}

.carousel-comment .w-grid-list .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
}
.carousel-comment .w-grid-list .owl-dots .owl-dot.active span {
  width: 25px !important;
  background: #00A99D !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
.carousel-comment .w-grid-list .owl-dots .owl-dot span {
  background: rgb(147, 147, 147) !important;
  width: 6px !important;
  height: 6px !important;
  transition: all 0.5s ease-in;
}

.icon-text {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .icon-text {
    flex-direction: row-reverse;
    gap: 20px;
  }
}

.text-link-foter .wpb_wrapper p {
  margin: 0 0 5px !important;
}

.icon-map {
  align-items: start !important;
}

@media screen and (max-width: 768px) {
  .wrapper-icon-box-footer {
    --vwrapper-gap: 5px !important;
  }
}

.icon-popup {
  align-items: center !important;
}
.icon-popup .w-iconbox-icon {
  padding: 18px !important;
  border-radius: 40px;
  border: 2px solid #97CCC1;
}
.icon-popup .w-iconbox-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.icon-popup .w-iconbox-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.39px;
}

@media screen and (max-width: 768px) {
  .icon-box-home {
    display: flex;
    flex-direction: row-reverse;
  }
}

.width-165 {
  --width-text-before: 165px;
}

.width-340 {
  --width-text-before: 340px;
}

.width-510 {
  --width-text-after: 510px;
}

.width-375 {
  --width-text-after: 375px;
}

.text-line-below {
  position: relative;
  display: inline-block;
}
.text-line-below::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  width: var(--width-text-after);
  height: 3px;
  background: #F4F4F4;
  border-radius: 13px;
}
.text-line-below::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: var(--width-text-before);
  height: 5px;
  background: #97CCC1;
  z-index: 1;
  border-radius: 13px;
}

.test_row .w-vwrapper {
  width: 177px;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.test_row .w-vwrapper.active {
  width: 610px;
}
.test_row .w-vwrapper.active > * {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.test_row .w-vwrapper.active a.w-btn {
  display: block;
  margin: 0;
}
.test_row .w-vwrapper img {
  max-width: 400px;
}
.test_row .w-vwrapper > .w-btn-wrapper {
  position: absolute;
  left: 45px;
  top: 87px;
}
.test_row .w-vwrapper > * {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateX(-60px);
  display: block;
  margin: 0 !important;
  transition-delay: 0s;
}

.single-div-1,
.single-div-2,
.single-div-3,
.single-div-4 {
  position: relative;
  overflow: hidden;
}
.single-div-1::after,
.single-div-2::after,
.single-div-3::after,
.single-div-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.single-div-1 .icon-reverse-center,
.single-div-2 .icon-reverse-center,
.single-div-3 .icon-reverse-center,
.single-div-4 .icon-reverse-center {
  position: relative;
  z-index: 2;
  transition: color 0.5s ease;
}
.single-div-1 .icon-reverse-right,
.single-div-2 .icon-reverse-right,
.single-div-3 .icon-reverse-right,
.single-div-4 .icon-reverse-right {
  position: relative;
  z-index: 2;
  transition: color 0.5s ease;
}
.single-div-1:hover::after,
.single-div-2:hover::after,
.single-div-3:hover::after,
.single-div-4:hover::after {
  opacity: 1;
}
.single-div-1:hover .icon-reverse-right .w-iconbox-icon,
.single-div-2:hover .icon-reverse-right .w-iconbox-icon,
.single-div-3:hover .icon-reverse-right .w-iconbox-icon,
.single-div-4:hover .icon-reverse-right .w-iconbox-icon {
  color: #FFFFFF !important;
}
.single-div-1:hover .icon-reverse-right .w-iconbox-meta .w-iconbox-title,
.single-div-2:hover .icon-reverse-right .w-iconbox-meta .w-iconbox-title,
.single-div-3:hover .icon-reverse-right .w-iconbox-meta .w-iconbox-title,
.single-div-4:hover .icon-reverse-right .w-iconbox-meta .w-iconbox-title {
  color: #FFFFFF !important;
}
.single-div-1:hover .icon-reverse-center .w-iconbox-icon,
.single-div-2:hover .icon-reverse-center .w-iconbox-icon,
.single-div-3:hover .icon-reverse-center .w-iconbox-icon,
.single-div-4:hover .icon-reverse-center .w-iconbox-icon {
  color: #FFFFFF !important;
}
.single-div-1:hover .icon-reverse-center .w-iconbox-meta .w-iconbox-title,
.single-div-2:hover .icon-reverse-center .w-iconbox-meta .w-iconbox-title,
.single-div-3:hover .icon-reverse-center .w-iconbox-meta .w-iconbox-title,
.single-div-4:hover .icon-reverse-center .w-iconbox-meta .w-iconbox-title {
  color: #FFFFFF !important;
}

.single-div-1::after {
  background-image: url("./image/image-4.jpg");
}

.single-div-2::after {
  background-image: url("./image/image-3.jpg");
}

.single-div-3::after {
  background-image: url("./image/image-2.jpg");
}

.single-div-4::after {
  background-image: url("./image/imge-1.jpg");
}

.text-block .wpb_wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .text-block .wpb_wrapper {
    flex-wrap: wrap;
  }
}
.text-block .wpb_wrapper p {
  position: relative;
  margin: 0 !important;
  border-radius: 20px 5px 5px 20px;
  background: #BFB5B6;
  padding: 5px 10px 5px 45px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.15px;
}
.text-block .wpb_wrapper p:after {
  content: "";
  position: absolute;
  display: inline;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 7px;
  top: 14px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .wrapper-gerid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .clumn-mobile {
    transition: all 0.5s ease-in;
  }
  .clumn-mobile:hover .title-text-mobile .w-text-h {
    color: #155D49;
    font-weight: 900;
    line-height: 25px;
  }
}
.tab-section-faq .w-tabs-section {
  border: none !important;
  margin-bottom: 10px !important;
  border-radius: 10px;
}
.tab-section-faq .w-tabs-section:active {
  border-radius: 20px !important;
}
.tab-section-faq .w-tabs-section button.w-tabs-section-header {
  padding: 15px 50px 20px 30px;
  background: white;
  box-shadow: 0 0 30px 0 rgba(141, 141, 141, 0.15);
}
@media screen and (max-width: 768px) {
  .tab-section-faq .w-tabs-section button.w-tabs-section-header {
    padding: 20px;
  }
}
.tab-section-faq .w-tabs-section button.w-tabs-section-header:hover {
  border-radius: 10px !important;
}
.tab-section-faq .w-tabs-section .w-tabs-section-title {
  color: #4F5665;
  text-align: right;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tab-section-faq .w-tabs-section .w-tabs-section-title {
    font-size: 15px !important;
  }
}
.tab-section-faq .w-tabs-section .w-tabs-section-control {
  color: #51D8B6;
}

.expert-icon-title {
  gap: 20px;
}
.expert-icon-title .w-iconbox-icon {
  padding: 20px !important;
  background: #97CCC1 !important;
}
.expert-icon-title .w-iconbox-meta .w-iconbox-title {
  display: inline-flex;
  position: relative;
}
.expert-icon-title .w-iconbox-meta .w-iconbox-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: #696969;
  bottom: -11px;
}

.content-text-expert ul {
  margin-right: 18px !important;
}

.gallery-icon .w-iconbox-icon {
  padding: 20px;
  border: 2px solid #C4C4C4;
}

.content-wpb_wrapper-p .wpb_wrapper p {
  margin: 0 !important;
}

.icon-post i {
  color: #EB3E1B !important;
}

@media screen and (max-width: 768px) {
  .wrapper-icon-post {
    --hwrapper-gap: 8px !important;
  }
}

.icon-post-count i {
  color: #97CCC1 !important;
}

.title-after-post {
  position: relative;
  display: block;
}
.title-after-post:after, .title-after-post:before {
  content: "";
  position: absolute;
  height: 4px;
  top: 35px;
  left: 0;
  right: 0;
  bottom: -10px;
}
.title-after-post:after {
  width: attr(data-after px);
  background: #97CCC1;
}
.title-after-post:before {
  width: attr(data-before px);
  background: #CECECE;
}

.filter-post .w-filter-item-value label {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 15px;
  cursor: pointer;
  background-color: white;
  color: #4B5259 !important;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-align: center;
}
.filter-post .w-filter-item-value label input:checked + .w-filter-item-value-label {
  background-color: transparent;
}
.filter-post .w-filter-item-value label:has(input:checked) {
  background-color: #155e4b;
  color: white;
  border-color: #155e4b;
}
.filter-post .w-filter-item-value label:has(input:checked) .w-filter-item-value-label {
  color: white;
}
.filter-post .w-filter-item-values {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.filter-post input[type=radio] {
  display: none;
}
.filter-post a.w-filter-item-reset {
  display: none !important;
}

.wrapper-text-block-hide .toggle-links button {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  padding: 10px 15px !important;
  border-radius: 10px;
}

.mega-menu .w-tabs-sections .w-tabs-section {
  padding-right: 0 !important;
}
.mega-menu .w-tabs-sections .w-tabs-section-content .w-tabs-section-content-h {
  margin: 0 80px 0 0;
}
.mega-menu .w-tabs-sections .w-tabs-section-content .w-tabs-section-content-h .text-block-megu-menu .wpb_wrapper ul {
  margin-right: 40px;
}
.mega-menu .w-tabs-sections .w-tabs-section-content .w-tabs-section-content-h .text-block-megu-menu .wpb_wrapper ul li {
  margin: 0 0 5px !important;
  color: #717171;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 0 10px 0;
}
.mega-menu .w-tabs-sections .w-tabs-section-content .w-tabs-section-content-h .text-block-megu-menu .wpb_wrapper ul li::marker {
  color: #D9D9D9 !important;
}
.mega-menu .w-tabs-list-h {
  border-left: 1px solid #A8A8A8;
}
.mega-menu .w-tabs-list-h .w-tabs-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 40px 50px 30px !important;
  border-radius: 0 !important;
}
.mega-menu .w-tabs-list-h .w-tabs-item.active {
  background: #F3F3F3 !important;
}
.mega-menu .w-tabs-list-h .w-tabs-item:hover {
  background: #F3F3F3 !important;
}
.mega-menu .w-tabs-list-h .w-tabs-item:nth-child(2n+1) {
  transition: all 0.5s ease-in-out;
  border-right: 8px solid #EBEBEB;
}
.mega-menu .w-tabs-list-h .w-tabs-item:nth-child(2n+1):hover {
  border-right: 8px solid #1F6753;
}
.mega-menu .w-tabs-list-h .w-tabs-item:nth-child(2n+1).active {
  border-right: 8px solid #1F6753;
}
.mega-menu .w-tabs-list-h .w-tabs-item:nth-child(2n) {
  transition: all 0.3s ease-in-out;
  border-right: 8px solid #EBEBEB;
}
.mega-menu .w-tabs-list-h .w-tabs-item:nth-child(2n):hover {
  border-right: 8px solid #1F6753;
}
.mega-menu .w-tabs-list-h .w-tabs-item:nth-child(2n).active {
  border-right: 8px solid #1F6753;
}
.mega-menu .w-tabs-list-h .w-tabs-item .w-tabs-item-title {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
}

.title-menu-hover {
  transition: all 0.2s ease-out;
}
.title-menu-hover:hover, .title-menu-hover.active {
  border-bottom: 6px solid #1F6753 !important;
  background: #EAEAEA;
  color: #1F6753 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.mega-menu {
  display: none !important;
}
.mega-menu.active {
  display: flex !important;
}

.popup-menu i {
  font-size: 24px !important;
}

.items_content {
  display: none;
}

.items_header i {
  transition: all 0.5s ease;
}
.items_header.active i {
  transform: rotate(180deg);
}

.mega-menu-tab-mobile .w-tabs-list-h {
  display: flex;
  gap: 75px !important;
}
.mega-menu-tab-mobile .w-tabs-list-h .w-tabs-item:hover, .mega-menu-tab-mobile .w-tabs-list-h .w-tabs-item.active {
  color: black !important;
  font-weight: 700;
}

.circle {
  width: 230px;
  height: 230px;
  position: relative;
  margin: 50px auto;
}
.circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: start !important;
  justify-content: center;
}
.circle div.back {
  width: 500px;
  height: 490px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.circle div.back:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 155%;
  top: 50%;
  left: 0;
  right: -27%;
  bottom: 0;
  height: 2px;
  background: #C9C9C9;
  transform: rotate(90deg);
}
.circle div.back:after {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  top: 50%;
  left: 0;
  right: -50%;
  bottom: 0;
  height: 2px;
  background: #C9C9C9;
  transform: rotate(0deg);
}
.circle div.middle {
  width: 390px;
  height: 380px;
  background: #fff;
  box-shadow: 0 0 38.066px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.circle div.front {
  width: 300px;
  height: 305px;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.circle div.front .img .w-image-h {
  width: 200px;
  height: 200px;
  border-radius: 0 !important;
}

.panel_navigation {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.w-popup-closer {
  margin-top: -12px !important;
}

#gform_wrapper_1 .gform-footer {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

.popup-heder .w-popup-box {
  max-height: 106% !important;
  height: 105% !important;
}
.popup-heder .w-popup-box-h {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=custom.css.map */
