@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media screen and (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media screen and (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

.events .events-contents:before, .articles .see-all, .faq .faq-form, .page-footer .footer-tabs .nav-tabs:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link, .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-text, .faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title, .faq .faq-accordion .faq-accordion-item .faq-accordion-content, .books .books-slider-container .book-slide .book-slide-part-2 .book-sum-text {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
}

.consulting-page-header .header-content:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
}

.news .news-contents .news-slider-container .news-slide .news-title, .news .news-contents .news-slider-container .news-slide .news-text, .events .events-contents .events-slider-container .events-slide .events-slide-content .event-title, .articles .articles-slider .swiper-slide .article-slide .article-title, .articles .articles-slider .swiper-slide .article-slide .article-text, .books .books-slider-container .book-slide .book-slide-part-2 .book-sum-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.page-footer {
  overflow: hidden;
  position: relative;
  background-color: #e9e9e9;
  padding-top: 1em;
}
@media (min-width: 767.5px) {
  .page-footer {
    padding-top: 4em;
  }
}
.page-footer .footer-top {
  width: 100%;
}
.page-footer .footer-logo-box {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box {
    width: 20%;
    margin-bottom: 0;
  }
  .page-footer .footer-logo-box .footer-logo {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box {
    width: 14%;
  }
}
.page-footer .footer-logo-box .footer-logo {
  width: 24%;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .footer-logo {
    width: 80%;
  }
}
.page-footer .footer-tabs {
  gap: 2em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs {
    width: 70%;
  }
}
.page-footer .footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}
.page-footer .footer-tabs .nav-tabs:after {
  content: "";
  bottom: -8%;
  width: 100%;
  height: 1px;
  background-color: rgba(40, 54, 118, 0.33);
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 30%;
  padding: 0.7em 0.3em;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active {
  background-color: #ffeb3b;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: -8%;
  top: 27%;
  width: 1px;
  height: 1.2em;
  background-color: #283676;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
    display: none;
  }
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  gap: 3px;
  color: #283676;
  font-weight: 500;
  font-size: 0.9em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #283676 !important;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
    gap: 0.7em;
  }
}
.page-footer .footer-tabs .tab-content {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content {
    display: flex;
    justify-content: space-between;
  }
}
.page-footer .footer-tabs .tab-content.active {
  display: block !important;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    position: static !important;
    width: 28%;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
  position: relative;
  gap: 0.5em;
  color: #283676;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.2em;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title:before {
  content: "";
  position: absolute;
  right: -7%;
  top: 0;
  height: 1.1em;
  width: 2px;
  background-color: #283676;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.page-footer .footer-ul .footer-li {
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li {
    text-align: right;
  }
}
.page-footer .footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #283676;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    text-align: right;
  }
}
@media (min-width: 1399.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.page-footer .footer-ul .footer-li .footer-icon {
  font-size: 1.3em;
  color: #283676;
  margin-left: 0.3em;
}
.page-footer .footer-map {
  margin-top: 3em;
  width: 100%;
  height: 12em;
}
.page-footer .footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-footer .footer-social-media {
  padding-block: 1.6em;
  width: 100%;
  gap: 1.4em;
  background: url(../images/footer-social-media-vector.svg) no-repeat center;
  background-size: 57%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media {
    padding-block: 0;
    width: 60%;
    margin-left: 2%;
    background: none;
  }
}
.page-footer .footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media .social-media-links {
    padding-block: 1.5em;
    width: 40%;
    gap: 3em;
    background: url(../images/footer-social-media-vector.svg) no-repeat center;
    background-size: 100%;
  }
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1.2em;
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #524e41;
}
.page-footer .footer-social-media .social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-social-media .social-media-links .media-link-box .icon-telegram {
  font-size: 1.4em;
}
.page-footer .footer-social-media .copy-right p {
  font-size: 0.7em;
  color: #92929d;
}
.page-footer .created-by {
  width: 100%;
  background: #283676;
  padding: 1em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #fff;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.7em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.page-footer .created-by .footer-bottom-btn-container {
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #fff;
  border-radius: 9px;
  color: #283676;
  font-size: 0.8em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 29%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 43%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 37%;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.2em;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.4em;
  padding-bottom: 7px;
}
.page-footer .abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .page-footer .abrisham-logo {
    width: 30%;
  }
}
.page-footer .abrisham-logo .law-message {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.page-footer .abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
  margin-right: 3px;
  margin-bottom: 3px;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
  margin-bottom: 3px;
}

body {
  background: #ecf6e5;
}

.orange-color {
  color: #fa7a3d;
}

.slider-navigation {
  z-index: 10;
  gap: 2em;
  margin-block: 1em;
}
.slider-navigation .slider-pagination {
  overflow: visible;
  width: unset !important;
}
.slider-navigation .slider-pagination .swiper-pagination-bullet {
  background-color: rgba(250, 122, 61, 0.34);
  margin-inline: 12px !important;
  opacity: unset;
}
.slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background-color: #fa7a3d;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.slider-navigation .icon-chevron-left {
  font-size: 1.3em;
}

.title-group {
  margin-bottom: 1.5em;
}
@media (min-width: 767.5px) {
  .title-group {
    margin-bottom: 2.2em;
  }
}
.title-group .title-and-icon {
  gap: 0.8em;
}
.title-group .title-and-icon .section-title {
  color: #021d0d;
  font-family: Lalezar !important;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 991.5px) {
  .title-group .title-and-icon .section-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1399.5px) {
  .title-group .title-and-icon .section-title {
    font-size: 2.6em;
  }
}
.title-group .title-and-icon .title-icon {
  font-size: 2em;
}
@media (min-width: 1399.5px) {
  .title-group .title-and-icon .title-icon {
    font-size: 2.2em;
  }
}
.title-group .section-subtitle {
  color: #fa7a3d;
  font-family: Lalezar !important;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 991.5px) {
  .title-group .section-subtitle {
    font-size: 2em;
  }
}
@media (min-width: 1399.5px) {
  .title-group .section-subtitle {
    font-size: 2.2em;
  }
}

.borderRaduis-1 {
  border-radius: 10px 30px 10px 10px;
  -webkit-border-radius: 10px 30px 10px 10px;
  -moz-border-radius: 10px 30px 10px 10px;
  -ms-border-radius: 10px 30px 10px 10px;
  -o-border-radius: 10px 30px 10px 10px;
}

.next-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.consulting-page-header .header-content {
  position: relative;
  width: 95%;
  height: 5em;
  margin-inline: auto;
  margin-block: 1.3em;
  padding-inline: 1.2em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 254px 71px 0px rgba(158, 175, 146, 0), 0px 163px 65px 0px rgba(158, 175, 146, 0), 0px 92px 55px 0px rgba(158, 175, 146, 0.01), 0px 41px 41px 0px rgba(158, 175, 146, 0.02), 0px 10px 22px 0px rgba(158, 175, 146, 0.02);
  background: url(../images/school-logo.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 991.5px) {
  .consulting-page-header .header-content {
    background: none;
  }
}
.consulting-page-header .header-content:before {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: -1;
}
.consulting-page-header .header-content .header-right .icon-menu-bar {
  font-size: 2em;
}
.consulting-page-header .header-content .header-right .icon-menu-bar:before {
  color: #fa7a3d;
}
.consulting-page-header .header-content .header-right .school-logo {
  width: 3em;
}
@media (min-width: 1299.5px) {
  .consulting-page-header .header-content .header-right .school-logo {
    width: 4em;
  }
}
.consulting-page-header .header-content .header-middle {
  margin-left: auto;
  margin-right: 1.5em;
  height: 100%;
}
.consulting-page-header .header-content .header-middle .header-middle-ul {
  margin-bottom: 0;
  height: 100%;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li {
  height: 100%;
  margin-left: 1em;
  position: relative;
}
@media (min-width: 1199.5px) {
  .consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li {
    margin-left: 1.1em;
  }
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li:hover:before {
  opacity: 1;
  right: 0;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li:hover .header-middle-link {
  color: #fa7a3d;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li.active:before {
  opacity: 1;
  right: 0;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li.active .header-middle-link {
  color: #fa7a3d;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li:not(:last-child):after {
  content: "";
  position: absolute;
  left: -0.5em;
  top: 40%;
  width: 1px;
  height: 1em;
  background-color: #bebebe;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li:before {
  content: "";
  position: absolute;
  right: -50%;
  bottom: 0;
  width: 100%;
  height: 0.2em;
  background-color: #fa7a3d;
  opacity: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
  color: #021d0d;
}
@media (min-width: 1499.5px) {
  .consulting-page-header .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
    font-size: 1em;
  }
}
.consulting-page-header .header-content .header-left {
  gap: 0.8em;
}
.consulting-page-header .header-content .header-left .header-left-call-btn {
  gap: 0.5em;
}
.consulting-page-header .header-content .header-left .header-left-call-btn .icon-call {
  font-size: 1.3em;
}
.consulting-page-header .header-content .header-left .header-left-appointment-btn {
  gap: 0.5em;
  padding: 0.5em;
  color: #fff;
  background-color: #fa7a3d;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
@media (min-width: 1199.5px) {
  .consulting-page-header .header-content .header-left .header-left-appointment-btn {
    padding: 0.5em 1em;
    border-radius: 10px 10px 20px 10px;
  }
}
.consulting-page-header .header-content .header-left .header-left-appointment-btn .icon-user {
  font-size: 1.3em;
}
.consulting-page-header .header-content .header-left .header-left-appointment-btn .icon-user:before {
  color: #fff;
}
.consulting-page-header .header-content .header-left .header-left-appointment-btn .icon-clipboard-tick {
  font-size: 1.3em;
}
.consulting-page-header .mobile-menu {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: fixed;
  top: 0;
  right: -100%;
  width: 65%;
  border-radius: 33px 0px 0px 85px;
  border: 1px solid #fa7a3d;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15px);
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
}
.consulting-page-header .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.consulting-page-header .mobile-menu .fa-times {
  padding: 1.3em;
  font-size: 1.3em;
  color: #283676;
  cursor: pointer;
}
.consulting-page-header .mobile-menu .mobile-menu-ul {
  padding: 0em 1em 0.7em;
  max-height: 40em;
  overflow-y: scroll;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: #fff;
  color: #fa7a3d;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .icon-chevron-down {
  color: #fa7a3d;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  display: inline-block;
  font-weight: 400;
  padding: 0.9em 0.5em;
  width: 100%;
  color: #021d0d;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 15em;
  visibility: visible;
  margin-top: 0.8em;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 0.8em;
  padding-right: 0.6em;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: #fff;
  color: #fa7a3d;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #021d0d;
  font-family: ERPxFaNum !important;
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 0.8em;
  padding-right: 0.6em;
  visibility: hidden;
  padding: 0 2em;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.consulting-page-header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 16em;
  visibility: visible;
}

.consulting-banner {
  margin-block: 5em;
}
.consulting-banner .consulting-banner-slider {
  width: 100%;
  overflow: hidden;
  gap: 2.2em;
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide {
  position: relative;
  gap: 0.8em;
  margin-inline: auto;
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 78%;
  background: #bfe2a8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: -1;
}
@media (min-width: 767.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide:before {
    width: 75%;
    height: 88%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description {
  width: 100%;
  padding: 1em;
  padding-bottom: 0;
  gap: 1em;
}
@media (min-width: 575.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description {
    padding: 1.2em 1.5em;
  }
}
@media (min-width: 767.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description {
    width: 46%;
    padding: 2em 1.5em;
    padding-left: 0;
  }
}
@media (min-width: 991.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description {
    width: 44%;
  }
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title {
  font-family: Lalezar !important;
  font-weight: 400;
  line-height: 1.5;
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-one {
  color: #fa7a3d;
  font-size: 2.2em;
}
@media (min-width: 991.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-one {
    font-size: 2.6em;
  }
}
@media (min-width: 1199.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-one {
    font-size: 3em;
  }
}
@media (min-width: 1399.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-one {
    font-size: 4em;
  }
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-two {
  color: #021d0d;
  font-size: 2em;
  text-align: left;
}
@media (min-width: 991.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-two {
    font-size: 2.4em;
  }
}
@media (min-width: 1199.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-two {
    font-size: 2.8em;
  }
}
@media (min-width: 1399.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-title .banner-slide-title-two {
    font-size: 3.8em;
  }
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-text {
  color: #002114;
  text-align: justify;
}
@media (min-width: 767.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 991.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-description .banner-slide-text {
    -webkit-line-clamp: 10;
  }
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-img-box {
  width: 80%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
@media (min-width: 767.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-img-box {
    width: 53%;
  }
}
@media (min-width: 991.5px) {
  .consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-img-box {
    width: 50%;
  }
}
.consulting-banner .consulting-banner-slider .swiper-slide .banner-slide .banner-slide-img-box .banner-slide-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.consulting-banner .consulting-banner-slider .slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #fe9f47;
}

.news {
  position: relative;
  margin-bottom: 5em;
}
.news:before {
  content: "";
  position: absolute;
  top: 27%;
  left: -5%;
  width: 100%;
  height: 46%;
  background-color: #bfe2a8;
  z-index: -1;
  border-radius: 10px 10px 25px 0;
  -webkit-border-radius: 10px 10px 25px 0;
  -moz-border-radius: 10px 10px 25px 0;
  -ms-border-radius: 10px 10px 25px 0;
  -o-border-radius: 10px 10px 25px 0;
}
@media (min-width: 575.5px) {
  .news:before {
    top: 32%;
    width: 98%;
    left: 0;
  }
}
@media (min-width: 991.5px) {
  .news:before {
    top: -5%;
    width: 70%;
    height: 70%;
  }
}
.news .news-contents {
  position: relative;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news .news-contents .title-group {
    width: 20%;
  }
}
.news .news-contents .news-slider-container {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news .news-contents .news-slider-container {
    width: 75%;
  }
}
.news .news-contents .news-slider-container .news-slide {
  overflow: hidden;
  width: 85%;
  margin-inline: auto;
  border-radius: 10px 10px 30px 10px;
  -webkit-border-radius: 10px 10px 30px 10px;
  -moz-border-radius: 10px 10px 30px 10px;
  -ms-border-radius: 10px 10px 30px 10px;
  -o-border-radius: 10px 10px 30px 10px;
  background: #fff !important;
}
@media (min-width: 575.5px) {
  .news .news-contents .news-slider-container .news-slide {
    width: 100%;
  }
}
.news .news-contents .news-slider-container .news-slide:hover .news-date {
  color: #242424;
}
.news .news-contents .news-slider-container .news-slide:hover .news-title {
  color: #fa7a3d;
}
.news .news-contents .news-slider-container .news-slide:hover .news-link {
  border-radius: 7px 7px 7px 17px;
  -webkit-border-radius: 7px 7px 7px 17px;
  -moz-border-radius: 7px 7px 7px 17px;
  -ms-border-radius: 7px 7px 7px 17px;
  -o-border-radius: 7px 7px 7px 17px;
  color: #fff;
  background: #fa7a3d;
  border: 1px solid #fa7a3d;
}
.news .news-contents .news-slider-container .news-slide:hover .news-link .icon-import {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.news .news-contents .news-slider-container .news-slide:hover .news-link .icon-import:before {
  color: #fff;
}
.news .news-contents .news-slider-container .news-slide .news-img {
  width: 100%;
  aspect-ratio: 5/4;
}
.news .news-contents .news-slider-container .news-slide .news-date {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #fa7a3d;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2;
  margin-right: 1em;
  margin-block: 0.5em;
}
.news .news-contents .news-slider-container .news-slide .news-title {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  padding-inline: 1em;
  line-height: 1.8;
  font-size: 1em;
  height: 3.8em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news .news-contents .news-slider-container .news-slide .news-text {
  color: #021d0d;
  text-align: justify;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 2;
  height: 8em;
  margin-inline: 1em;
  margin-bottom: 0.5em;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.news .news-contents .news-slider-container .news-slide .news-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 7px 0px 0px 17px;
  -webkit-border-radius: 7px 0px 0px 17px;
  -moz-border-radius: 7px 0px 0px 17px;
  -ms-border-radius: 7px 0px 0px 17px;
  -o-border-radius: 7px 0px 0px 17px;
  color: #021d0d;
  padding: 0.2em 0.5em;
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid transparent;
  border-right: 1px solid #fa7a3d;
}
.news .news-contents .news-slider-container .news-slide .news-link .icon-import {
  font-size: 1.2em;
}
.news .news-contents .news-slider-container .slider-navigation {
  margin-block: 2.5em;
}
@media (min-width: 991.5px) {
  .news .news-contents .news-slider-container .slider-navigation {
    position: absolute;
    right: -1%;
    width: 20%;
    bottom: 5%;
  }
}
.news .news-contents .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  background: rgba(2, 29, 13, 0.34);
}
.news .news-contents .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background-color: #021d0d;
}
.news .news-contents .see-all {
  border-radius: 10px 10px 10px 20px;
  -webkit-border-radius: 10px 10px 10px 20px;
  -moz-border-radius: 10px 10px 10px 20px;
  -ms-border-radius: 10px 10px 10px 20px;
  -o-border-radius: 10px 10px 10px 20px;
  background: #fa7a3d !important;
  padding: 0.8em 1em;
  color: #fff;
}
@media (min-width: 991.5px) {
  .news .news-contents .see-all {
    position: absolute;
    top: 36%;
    right: 2%;
  }
}

.events {
  position: relative;
  margin-block: 6em;
}
@media (min-width: 767.5px) {
  .events {
    margin-top: 14em;
    margin-bottom: 8em;
  }
}
.events:before {
  content: "";
  position: absolute;
  top: 52%;
  left: -5%;
  width: 102%;
  height: 48%;
  background-color: #bfe2a8;
  z-index: -1;
  border-radius: 10px 10px 25px 10px;
  -webkit-border-radius: 10px 10px 25px 10px;
  -moz-border-radius: 10px 10px 25px 10px;
  -ms-border-radius: 10px 10px 25px 10px;
  -o-border-radius: 10px 10px 25px 10px;
}
@media (min-width: 575.5px) {
  .events:before {
    width: 103%;
  }
}
@media (min-width: 767.5px) {
  .events:before {
    display: none;
  }
}
.events .events-contents {
  position: relative;
  width: 100%;
}
@media (min-width: 1199.5px) {
  .events .events-contents {
    width: 85%;
  }
}
.events .events-contents:before {
  content: "";
  top: -8%;
  height: 85%;
  width: 102%;
  background-color: #bfe2a8;
  display: none;
  z-index: -1;
  border-radius: 10px 10px 25px 10px;
  -webkit-border-radius: 10px 10px 25px 10px;
  -moz-border-radius: 10px 10px 25px 10px;
  -ms-border-radius: 10px 10px 25px 10px;
  -o-border-radius: 10px 10px 25px 10px;
}
@media (min-width: 767.5px) {
  .events .events-contents:before {
    display: block;
  }
}
@media (min-width: 767.5px) {
  .events .events-contents .title-group {
    padding: 1em;
    margin-bottom: 0;
    margin-top: -28%;
    width: 30%;
    border-radius: 10px 10px 10px 30px;
    -webkit-border-radius: 10px 10px 10px 30px;
    -moz-border-radius: 10px 10px 10px 30px;
    -ms-border-radius: 10px 10px 10px 30px;
    -o-border-radius: 10px 10px 10px 30px;
    background: #fff;
    box-shadow: 8px 11px 22.9px 0px rgba(57, 57, 57, 0.04);
  }
}
@media (min-width: 939.5px) {
  .events .events-contents .title-group {
    width: 28%;
  }
}
@media (min-width: 1099.5px) {
  .events .events-contents .title-group {
    width: 26%;
  }
}
.events .events-contents .title-group .event-ended {
  width: 12em;
  padding: 0.7em;
  border-radius: 8px 8px 8px 16px;
  -webkit-border-radius: 8px 8px 8px 16px;
  -moz-border-radius: 8px 8px 8px 16px;
  -ms-border-radius: 8px 8px 8px 16px;
  -o-border-radius: 8px 8px 8px 16px;
  background: #bfe2a8;
  color: #021d0d;
}
.events .events-contents .title-group .event-ended .icon-arrow-2::before {
  color: #000;
}
.events .events-contents .title-group .event-not-ended {
  width: 12em;
  padding: 0.7em;
  border-radius: 8px 8px 8px 16px;
  -webkit-border-radius: 8px 8px 8px 16px;
  -moz-border-radius: 8px 8px 8px 16px;
  -ms-border-radius: 8px 8px 8px 16px;
  -o-border-radius: 8px 8px 8px 16px;
  border: 1px solid #afafaf;
  color: #afafaf;
}
.events .events-contents .title-group .section-subtitle {
  margin-bottom: 0.6em;
}
.events .events-contents .slider-navigation {
  margin-block: 2em;
}
@media (min-width: 767.5px) {
  .events .events-contents .slider-navigation {
    margin-block: 0;
  }
}
.events .events-contents .events-slider-container {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767.5px) {
  .events .events-contents .events-slider-container {
    width: 64%;
  }
}
.events .events-contents .events-slider-container .events-slide {
  width: 88%;
  padding: 0.5em;
  margin-inline: auto;
  border-radius: 10px 10px 30px 10px;
  -webkit-border-radius: 10px 10px 30px 10px;
  -moz-border-radius: 10px 10px 30px 10px;
  -ms-border-radius: 10px 10px 30px 10px;
  -o-border-radius: 10px 10px 30px 10px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 11px 16.8px 0px rgba(209, 236, 191, 0.39);
}
@media (min-width: 429.5px) {
  .events .events-contents .events-slider-container .events-slide {
    width: 75%;
  }
}
@media (min-width: 575.5px) {
  .events .events-contents .events-slider-container .events-slide {
    width: 100%;
  }
}
.events .events-contents .events-slider-container .events-slide:hover .event-date {
  color: #242424 !important;
}
.events .events-contents .events-slider-container .events-slide:hover .event-title {
  color: #fa7a3d;
}
.events .events-contents .events-slider-container .events-slide:hover .event-link {
  border-radius: 7px 7px 7px 17px;
  -webkit-border-radius: 7px 7px 7px 17px;
  -moz-border-radius: 7px 7px 7px 17px;
  -ms-border-radius: 7px 7px 7px 17px;
  -o-border-radius: 7px 7px 7px 17px;
  color: #fff !important;
  background: #fa7a3d;
  border: 1px solid #fa7a3d;
}
.events .events-contents .events-slider-container .events-slide:hover .event-link .icon-import {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.events .events-contents .events-slider-container .events-slide:hover .event-link .icon-import:before {
  color: #fff;
}
.events .events-contents .events-slider-container .events-slide .events-slide-content {
  width: 99%;
  background: #fff;
  overflow: hidden;
  border-radius: 10px 10px 30px 10px;
  -webkit-border-radius: 10px 10px 30px 10px;
  -moz-border-radius: 10px 10px 30px 10px;
  -ms-border-radius: 10px 10px 30px 10px;
  -o-border-radius: 10px 10px 30px 10px;
}
.events .events-contents .events-slider-container .events-slide .events-slide-content .event-img {
  width: 100%;
  aspect-ratio: 5/4;
}
.events .events-contents .events-slider-container .events-slide .events-slide-content .event-date {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #fa7a3d;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2;
  margin-right: 1em;
  margin-block: 0.5em;
}
.events .events-contents .events-slider-container .events-slide .events-slide-content .event-title {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  padding-inline: 1em;
  line-height: 1.8;
  font-size: 1em;
  height: 3.83m;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.events .events-contents .events-slider-container .events-slide .events-slide-content .event-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #021d0d;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid transparent;
  border-right: 1px solid #fa7a3d;
}
.events .events-contents .events-slider-container .events-slide .events-slide-content .event-link .icon-import {
  font-size: 1.2em;
}

.plans .plan-contents {
  width: 100%;
}
@media (min-width: 1199.5px) {
  .plans .plan-contents {
    width: 85%;
  }
}
.plans .plan-contents .plan-photo-container {
  border-radius: 10px 40px 10px 10px;
  margin-right: 1.2em;
  width: 70%;
  aspect-ratio: 1/1.3;
  position: relative;
  background: #fa7a3d;
  margin-top: 9%;
}
@media (min-width: 767.5px) {
  .plans .plan-contents .plan-photo-container {
    margin-top: 0;
    width: 42%;
    aspect-ratio: 1/1.5;
  }
}
@media (min-width: 1199.5px) {
  .plans .plan-contents .plan-photo-container {
    width: 38%;
  }
}
.plans .plan-contents .plan-photo-container .plan-photo {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 120%;
  aspect-ratio: 1/1.2;
}
@media (min-width: 767.5px) {
  .plans .plan-contents .plan-photo-container .plan-photo {
    aspect-ratio: 1/1.3;
  }
}
.plans .plan-contents .plan-items {
  width: 90%;
  margin-top: 1em;
}
@media (min-width: 767.5px) {
  .plans .plan-contents .plan-items {
    width: 40%;
  }
}
@media (min-width: 1199.5px) {
  .plans .plan-contents .plan-items {
    width: 38%;
  }
}
.plans .plan-contents .plan-items .plan-item {
  gap: 0.8em;
  margin-bottom: 1.4em;
}
.plans .plan-contents .plan-items .plan-item .plan-icon-circle {
  width: 3.5em;
}
.plans .plan-contents .plan-items .plan-item .plan-item-desc {
  gap: 0.6em;
}
.plans .plan-contents .plan-items .plan-item .plan-item-desc .plan-item-title {
  color: #021d0d;
  text-align: justify;
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
}
.plans .plan-contents .plan-items .plan-item .plan-item-desc .plan-item-text {
  color: #4b4b4b;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}

.articles {
  margin-top: 5em;
  margin-bottom: 5em;
}
.articles .main-container {
  position: relative;
}
.articles .articles-slider {
  width: 100%;
  overflow: hidden;
  gap: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articles .articles-slider .swiper-slide .article-slide {
  width: 100%;
  padding: 0.7em 0.6em 1em;
  border: 0.7px solid rgba(124, 42, 2, 0.42);
  background: #fff;
  box-shadow: 0px 19px 21.6px -7px rgba(108, 108, 108, 0.03);
}
.articles .articles-slider .swiper-slide .article-slide .article-img-box {
  width: 100%;
  position: relative;
}
.articles .articles-slider .swiper-slide .article-slide .article-img-box .article-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border: 0.7px solid #fa7a3d;
}
.articles .articles-slider .swiper-slide .article-slide .article-img-box .article-date {
  position: absolute;
  left: 4%;
  bottom: -5%;
  padding: 0.5em;
  font-size: 0.8em;
  color: #433a31;
  background: #bfe2a8;
  direction: ltr;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.articles .articles-slider .swiper-slide .article-slide .article-title {
  margin-top: 1em;
  height: 3.5em;
  padding-inline: 1em;
  color: #fe9f47;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.8em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.articles .articles-slider .swiper-slide .article-slide .article-text {
  height: 6em;
  padding-inline: 1em;
  color: #433a31;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.articles .articles-slider .swiper-slide .article-slide .article-link {
  width: 90%;
  color: #fff;
  padding-block: 0.7em;
  margin-top: 1em;
  gap: 0.7em;
  border: 2px solid #fe9f47;
  background: #fe9f47;
  box-shadow: 21px 55px 17px 0px rgba(23, 23, 23, 0), rgba(23, 23, 23, 0), 8px 20px 13px 0px rgba(23, 23, 23, 0.02), rgba(23, 23, 23, 0.03), 1px 2px 5px 0px rgba(23, 23, 23, 0.03);
  border-radius: 10px 10px 10px 25px;
  -webkit-border-radius: 10px 10px 10px 25px;
  -moz-border-radius: 10px 10px 10px 25px;
  -ms-border-radius: 10px 10px 10px 25px;
  -o-border-radius: 10px 10px 10px 25px;
}
.articles .see-all {
  bottom: -1em;
  padding: 0.9em 1em;
  border-radius: 10px 10px 10px 20px;
  -webkit-border-radius: 10px 10px 10px 20px;
  -moz-border-radius: 10px 10px 10px 20px;
  -ms-border-radius: 10px 10px 10px 20px;
  -o-border-radius: 10px 10px 10px 20px;
  background: #bfe2a8;
  color: #304821;
  font-size: 0.8em;
  font-weight: 500;
}
@media (min-width: 767.5px) {
  .articles .see-all {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: 0;
    bottom: 4.5em;
  }
}
.articles .see-all .icon-arrow-2 {
  font-size: 10px;
}
.articles .see-all .icon-arrow-2:before {
  color: #304821;
}

.consultants .main-container {
  position: relative;
}
.consultants .consultants-slider {
  width: 100%;
  overflow: hidden;
  gap: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consultants .consultants-slider .swiper-slide .consultant-slide {
  width: 90%;
  aspect-ratio: 2/2.2;
  margin-inline: auto;
  padding: 0.7em 0.6em 1.3em;
  border-radius: 10px 40px 10px 10px;
  background: #bfe2a8;
}
@media (min-width: 499.5px) {
  .consultants .consultants-slider .swiper-slide .consultant-slide {
    width: 100%;
  }
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-img-box {
  width: 50%;
  aspect-ratio: 1;
  margin-bottom: 1em;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-img-box .consultant-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-name {
  color: #021d0d;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2;
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-post {
  color: #fa7a3d;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 2;
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-social-media {
  gap: 0.7em;
  margin-top: 1.5em;
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-social-media .consultant-social-media-link {
  width: 2em;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 1499.5px) {
  .consultants .consultants-slider .swiper-slide .consultant-slide .consultant-social-media .consultant-social-media-link {
    width: 2.5em;
  }
}
.consultants .consultants-slider .swiper-slide .consultant-slide .consultant-social-media .consultant-social-media-link .consultant-social-media-icon {
  color: #fa7a3d;
}
@media (min-width: 1499.5px) {
  .consultants .consultants-slider .swiper-slide .consultant-slide .consultant-social-media .consultant-social-media-link .consultant-social-media-icon {
    font-size: 1.2em;
  }
}

.appointment-entry {
  margin-top: 6em;
  margin-bottom: 7em;
}
.appointment-entry .appointment-entry-content {
  position: relative;
  border-radius: 10px 10px 10px 60px;
  -webkit-border-radius: 10px 10px 10px 60px;
  -moz-border-radius: 10px 10px 10px 60px;
  -ms-border-radius: 10px 10px 10px 60px;
  -o-border-radius: 10px 10px 10px 60px;
  background: #bfe2a8;
}
@media (min-width: 767.5px) {
  .appointment-entry .appointment-entry-content {
    width: 93%;
    padding-block: 0.5em;
  }
}
.appointment-entry .appointment-entry-content .title-group {
  width: 80%;
  margin-bottom: 0;
  padding: 1em;
  background: #fff;
  box-shadow: 8px 11px 22.9px 0px rgba(57, 57, 57, 0.04);
  transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  border-radius: 10px 10px 10px 30px;
  -webkit-border-radius: 10px 10px 10px 30px;
  -moz-border-radius: 10px 10px 10px 30px;
  -ms-border-radius: 10px 10px 10px 30px;
  -o-border-radius: 10px 10px 10px 30px;
}
@media (min-width: 767.5px) {
  .appointment-entry .appointment-entry-content .title-group {
    width: 34%;
    aspect-ratio: 5/4;
    transform: translate(-10%, -17%);
    -webkit-transform: translate(-10%, -17%);
    -moz-transform: translate(-10%, -17%);
    -ms-transform: translate(-10%, -17%);
    -o-transform: translate(-10%, -17%);
  }
}
@media (min-width: 1199.5px) {
  .appointment-entry .appointment-entry-content .title-group {
    width: 30%;
  }
}
.appointment-entry .appointment-entry-content .appointment-entry-btn {
  width: 80%;
  margin-top: 5%;
  margin-bottom: 9%;
}
@media (min-width: 767.5px) {
  .appointment-entry .appointment-entry-content .appointment-entry-btn {
    width: 40%;
    margin-block: 0;
  }
}
@media (min-width: 899.5px) {
  .appointment-entry .appointment-entry-content .appointment-entry-btn {
    width: 33%;
  }
}
.appointment-entry .appointment-entry-content .appointment-entry-btn .appointment-entry-start,
.appointment-entry .appointment-entry-content .appointment-entry-btn .appointment-entry-sign-in {
  padding: 1.26em;
  width: 86%;
  border-radius: 0px 10px 25px 0px;
  background: #fa7a3d;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
.appointment-entry .appointment-entry-content .appointment-entry-btn .arrow-btn {
  width: 20%;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #fa7a3d;
  background: #fff;
  padding: 1.22em 0.5em;
}
.appointment-entry .appointment-entry-content .appointment-entry-btn .icon-arrow-2 {
  font-size: 1em;
}
.appointment-entry .appointment-entry-content .appointment-entry-btn .icon-arrow-2::before {
  color: #fa7a3d;
}
.appointment-entry .appointment-entry-content .typing-img {
  width: 60%;
}
@media (min-width: 767.5px) {
  .appointment-entry .appointment-entry-content .typing-img {
    width: 25%;
    transform: rotate(-90deg) translateY(27%);
    -webkit-transform: rotate(-90deg) translateY(27%);
    -moz-transform: rotate(-90deg) translateY(27%);
    -ms-transform: rotate(-90deg) translateY(27%);
    -o-transform: rotate(-90deg) translateY(27%);
  }
}
@media (min-width: 1199.5px) {
  .appointment-entry .appointment-entry-content .typing-img {
    width: 23%;
  }
}

.ask-reply .ask-reply-content {
  width: 100%;
}
@media screen and (min-width: 991.5px) {
  .ask-reply .ask-reply-content {
    width: 82% !important;
    margin-inline: auto;
  }
}
@media (min-width: 1199.5px) {
  .ask-reply .ask-reply-content {
    width: 75% !important;
  }
}
.ask-reply .ask-reply-content .ask-reply-img-title {
  width: 100%;
  align-items: center;
}
@media (min-width: 767.5px) {
  .ask-reply .ask-reply-content .ask-reply-img-title {
    width: 52%;
    align-items: flex-start;
  }
}
.ask-reply .ask-reply-content .ask-reply-img-title .title-group {
  margin-bottom: 2em;
}
@media (min-width: 767.5px) {
  .ask-reply .ask-reply-content .ask-reply-img-title .title-group {
    width: 84%;
    margin-bottom: 4em;
  }
}
.ask-reply .ask-reply-content .ask-reply-img-title .ask-reply-img-container {
  position: relative;
  width: 50%;
  margin-block: 9%;
  background: #fa7a3d;
  aspect-ratio: 1/1.6;
  border-radius: 40px 10px 10px 10px;
  -webkit-border-radius: 40px 10px 10px 10px;
  -moz-border-radius: 40px 10px 10px 10px;
  -ms-border-radius: 40px 10px 10px 10px;
  -o-border-radius: 40px 10px 10px 10px;
}
@media screen and (min-width: 767.5px) {
  .ask-reply .ask-reply-content .ask-reply-img-title .ask-reply-img-container {
    width: 80%;
    margin-right: 0;
    margin-block: 8%;
  }
}
.ask-reply .ask-reply-content .ask-reply-img-title .ask-reply-img-container .ask-reply-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 106%;
  aspect-ratio: 1/1.7;
}
.ask-reply .ask-reply-content .ask-reply-form {
  padding: 4%;
  width: 100%;
  border-radius: 10px 10px 40px 10px;
  -webkit-border-radius: 10px 10px 40px 10px;
  -moz-border-radius: 10px 10px 40px 10px;
  -ms-border-radius: 10px 10px 40px 10px;
  -o-border-radius: 10px 10px 40px 10px;
  background: #fff;
}
@media screen and (min-width: 767.5px) {
  .ask-reply .ask-reply-content .ask-reply-form {
    width: 46%;
  }
}
.ask-reply .ask-reply-content .ask-reply-form .custom-select {
  position: relative;
  width: 100%;
}
.ask-reply .ask-reply-content .ask-reply-form .custom-select .selected-option {
  color: #021d0d;
  background-color: #fff;
}
.ask-reply .ask-reply-content .ask-reply-form .custom-select .options-list {
  position: absolute;
  top: 106%;
  left: 0;
  width: 100%;
  padding: 0.8em;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border: 2px solid #021d0d;
  background: #fff;
  display: none;
  z-index: 999;
}
.ask-reply .ask-reply-content .ask-reply-form .custom-select .options-list .option-list-li {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 10px;
  color: #29231d;
  cursor: pointer;
}
.ask-reply .ask-reply-content .ask-reply-form .custom-select .options-list .option-list-li:hover {
  background-color: #fa7a3d;
  width: 95%;
  margin-inline: auto;
}
.ask-reply .ask-reply-content .ask-reply-form .ask-reply-input {
  font-size: 0.8em;
  cursor: pointer;
  outline: none;
  height: 4em;
  padding: 0.8em;
  border: 2px solid #fe9f47;
  border-radius: 10px 10px 10px 27px;
  -webkit-border-radius: 10px 10px 10px 27px;
  -moz-border-radius: 10px 10px 10px 27px;
  -ms-border-radius: 10px 10px 10px 27px;
  -o-border-radius: 10px 10px 10px 27px;
  box-shadow: 21px 55px 17px 0px rgba(23, 23, 23, 0), 13px 35px 15px 0px rgba(23, 23, 23, 0), 8px 20px 13px 0px rgba(23, 23, 23, 0.02), 3px 9px 9px 0px rgba(23, 23, 23, 0.03), 1px 2px 5px 0px rgba(23, 23, 23, 0.03);
}
@media screen and (min-width: 1399.5px) {
  .ask-reply .ask-reply-content .ask-reply-form .ask-reply-input {
    height: 5em;
    font-size: 1em;
  }
}
.ask-reply .ask-reply-content .ask-reply-form .form-item-title {
  font-size: 0.9em;
}
.ask-reply .ask-reply-content .ask-reply-form .textarea {
  resize: none;
  height: 16em;
  padding: 0.8em;
}
.ask-reply .ask-reply-content .ask-reply-form .ask-reply-submit {
  background: #fe9f47;
  color: #fff;
  font-size: 1em;
  height: 3.5em;
}
.ask-reply .ask-reply-content .ask-reply-form .ask-reply-submit .icon-export-square {
  font-size: 1.2em;
}

.faq {
  margin-inline: auto;
  margin-top: 6em;
  position: relative;
  padding-bottom: 24em;
}
@media (min-width: 767.5px) {
  .faq {
    padding-bottom: 0;
  }
}
@media (min-width: 767.5px) {
  .faq .main-container {
    position: relative;
  }
}
.faq .faq-accordion {
  border-radius: 10px 10px 40px 10px;
  -webkit-border-radius: 10px 10px 40px 10px;
  -moz-border-radius: 10px 10px 40px 10px;
  -ms-border-radius: 10px 10px 40px 10px;
  -o-border-radius: 10px 10px 40px 10px;
  width: 100%;
  padding: 0.6em 0 15em;
  background-color: #fff;
}
@media (min-width: 767.5px) {
  .faq .faq-accordion {
    padding-left: 38%;
    padding-bottom: 0.6em;
  }
}
@media (min-width: 991.5px) {
  .faq .faq-accordion {
    padding-left: 30%;
  }
}
@media (min-width: 1399.5px) {
  .faq .faq-accordion {
    padding-left: 25%;
  }
}
.faq .faq-accordion .faq-accordion-item {
  width: 92%;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.faq .faq-accordion .faq-accordion-item.background-orange {
  background: #fe9f47;
  padding: 0.8em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title {
  height: 4em;
  padding: 1em;
  gap: 1.5em;
  overflow: hidden;
  cursor: pointer;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title {
  color: #021d0d;
  display: inline;
}
@media (min-width: 679.5px) {
  .faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-h4-title {
    font-size: 1em;
  }
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .icon-add-square {
  display: none;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .icon-minus-square {
  display: flex;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .faq-accordion-arrow {
  display: flex;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title.active .faq-accordion-dash-arrow {
  display: none !important;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-dash-arrow {
  height: 2px;
  flex-grow: 1;
  flex-basis: 25%;
  background-image: linear-gradient(to right, rgb(205, 204, 204) 50%, transparent 50%);
  background-position: center;
  background-size: 16px 2px;
  background-repeat: repeat-x;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-dash-arrow .icon-fill-chevron {
  font-size: 0.5em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .faq-accordion-arrow {
  display: none;
  height: 1px;
  flex-grow: 1;
  flex-basis: 23%;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .icon-minus-square {
  display: none;
  font-size: 1.3em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-title .icon-add-square {
  font-size: 1.3em;
}
.faq .faq-accordion .faq-accordion-item .faq-accordion-content {
  display: none;
  text-align: justify;
  padding: 0 1.1em 2em;
}
.faq .faq-form {
  width: 80%;
  bottom: 8%;
  padding: 0.8em;
  border-radius: 10px 40px 10px 10px;
  -webkit-border-radius: 10px 40px 10px 10px;
  -moz-border-radius: 10px 40px 10px 10px;
  -ms-border-radius: 10px 40px 10px 10px;
  -o-border-radius: 10px 40px 10px 10px;
  background: #bfe2a8;
  box-shadow: 0px 21px 21.4px 0px rgba(180, 226, 150, 0.17);
}
@media (min-width: 767.5px) {
  .faq .faq-form {
    width: 37%;
    left: 2%;
    bottom: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    top: 5%;
  }
}
@media (min-width: 991.5px) {
  .faq .faq-form {
    width: 28%;
  }
}
@media (min-width: 1399.5px) {
  .faq .faq-form {
    width: 24%;
  }
}
.faq .faq-form .faq-form-title {
  padding: 0.8em;
  margin-bottom: 1.8em;
  color: #474746;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.92px;
  border-bottom: 1px solid #717171;
}
.faq .faq-form .faq-input {
  border-radius: 10px 10px 10px 25px;
  -webkit-border-radius: 10px 10px 10px 25px;
  -moz-border-radius: 10px 10px 10px 25px;
  -ms-border-radius: 10px 10px 10px 25px;
  -o-border-radius: 10px 10px 10px 25px;
  background: #fff;
  padding: 0.8em;
  height: 3em;
  font-size: 0.8em;
}
.faq .faq-form .textarea {
  height: 10em;
}
.faq .faq-form .faq-form-item-title {
  font-size: 0.7em;
}
.faq .faq-form .faq-submit {
  background: #fe9f47;
  color: #fff;
}

.books {
  position: relative;
  margin-bottom: 4em;
}
@media (min-width: 767.5px) {
  .books {
    margin-bottom: 6em;
    margin-top: 9em;
  }
}
.books:before {
  content: "";
  position: absolute;
  top: 29%;
  left: 0;
  width: 90%;
  height: 27%;
  background-color: #bfe2a8;
  z-index: -1;
  border-radius: 0 10px 25px 0;
  -webkit-border-radius: 0 10px 25px 0;
  -moz-border-radius: 0 10px 25px 0;
  -ms-border-radius: 0 10px 25px 0;
  -o-border-radius: 0 10px 25px 0;
}
@media (min-width: 399.5px) {
  .books:before {
    height: 29%;
  }
}
@media (min-width: 575.5px) {
  .books:before {
    height: 36%;
    aspect-ratio: unset;
  }
}
@media (min-width: 767.5px) {
  .books:before {
    top: 5%;
    width: 43%;
    height: 67%;
  }
}
@media (min-width: 991.5px) {
  .books:before {
    top: -3%;
    height: 79%;
  }
}
@media (min-width: 1399.5px) {
  .books:before {
    height: 82%;
  }
}
.books .books-slider-container {
  overflow: hidden;
}
.books .books-slider-container .book-slide {
  gap: 1.5em;
}
.books .books-slider-container .book-slide .book-slide-part-1 {
  position: relative;
  width: 100%;
  gap: 1.5em;
}
@media (min-width: 767.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 {
    width: 45%;
  }
}
.books .books-slider-container .book-slide .book-slide-part-1 .book-img-container {
  width: 80%;
  aspect-ratio: 1/1.1;
  border-radius: 10px 10px 10px 30px;
  -webkit-border-radius: 10px 10px 10px 30px;
  -moz-border-radius: 10px 10px 10px 30px;
  -ms-border-radius: 10px 10px 10px 30px;
  -o-border-radius: 10px 10px 10px 30px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 3px 13px 20.6px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 767.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 .book-img-container {
    width: 74%;
    z-index: 10;
  }
}
@media (min-width: 991.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 .book-img-container {
    width: 70%;
  }
}
@media (min-width: 1299.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 .book-img-container {
    width: 57%;
  }
}
.books .books-slider-container .book-slide .book-slide-part-1 .book-img-container .book-img {
  border-radius: 10px 10px 10px 30px;
  -webkit-border-radius: 10px 10px 10px 30px;
  -moz-border-radius: 10px 10px 10px 30px;
  -ms-border-radius: 10px 10px 10px 30px;
  -o-border-radius: 10px 10px 10px 30px;
  width: 95%;
  aspect-ratio: 1/1.1;
}
.books .books-slider-container .book-slide .book-slide-part-1 .book-request-link {
  width: 70%;
  padding: 0.8em;
  color: #fff;
  border-radius: 10px 10px 10px 25px;
  -webkit-border-radius: 10px 10px 10px 25px;
  -moz-border-radius: 10px 10px 10px 25px;
  -ms-border-radius: 10px 10px 10px 25px;
  -o-border-radius: 10px 10px 10px 25px;
  border: 2px solid #fe9f47;
  background: #fe9f47;
  box-shadow: 21px 55px 17px 0px rgba(23, 23, 23, 0), 13px 35px 15px 0px rgba(23, 23, 23, 0), 8px 20px 13px 0px rgba(23, 23, 23, 0.02), 3px 9px 9px 0px rgba(23, 23, 23, 0.03), 1px 2px 5px 0px rgba(23, 23, 23, 0.03);
}
@media (min-width: 767.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 .book-request-link {
    position: absolute;
    bottom: -13%;
    left: 0;
    width: 14em;
  }
}
@media (min-width: 1199.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 .book-request-link {
    bottom: -11%;
    left: 10%;
    width: 17em;
  }
}
@media (min-width: 1399.5px) {
  .books .books-slider-container .book-slide .book-slide-part-1 .book-request-link {
    left: 13%;
  }
}
.books .books-slider-container .book-slide .book-slide-part-2 {
  margin-top: 6%;
  width: 87%;
}
@media (min-width: 767.5px) {
  .books .books-slider-container .book-slide .book-slide-part-2 {
    width: 45%;
    margin-top: 0;
  }
}
.books .books-slider-container .book-slide .book-slide-part-2 .book-sum {
  position: relative;
  color: #fa7a3d;
  text-align: right;
  font-size: 1.3em;
  font-weight: 500;
}
.books .books-slider-container .book-slide .book-slide-part-2 .book-sum:before {
  content: "";
  position: absolute;
  right: -0.7em;
  top: -4px;
  width: 8px;
  height: 1.5em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #fa7a3d;
}
.books .books-slider-container .book-slide .book-slide-part-2 .book-sum-text {
  color: #002114;
  text-align: justify;
  margin-top: 1.5em;
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.books .books-slider-container .slider-navigation {
  margin-block: 4em;
}

.page-footer {
  background-color: #bfe2a8;
}
.page-footer .footer-tabs .nav-tabs:after {
  display: none;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  padding-block: 0.7em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active {
  background-color: transparent !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link {
  color: #304821 !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item:first-child:after, .page-footer .footer-tabs .nav-tabs .footer-tab-item:nth-child(2):after {
  height: 1em;
  top: 35%;
  background-color: #304821 !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item:nth-child(3):after {
  display: none !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  color: #6eaa47;
  font-size: 1em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #6eaa47 !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link .icon-chevron-down {
  display: none;
}
.page-footer .footer-tabs .footer-column-title {
  gap: 0.5em;
  color: #304821 !important;
  font-size: 1.2em;
}
.page-footer .footer-tabs .footer-column-title:before {
  height: 1.1em;
  background-color: #304821 !important;
}
.page-footer .footer-tabs .tab-menu-four,
.page-footer .footer-tabs .fourth-tab-pane {
  display: none !important;
}
.page-footer .footer-ul .footer-li {
  margin-bottom: 0.8em;
}
.page-footer .footer-ul .footer-li .footer-link {
  color: #304821;
}
.page-footer .footer-ul .footer-li .footer-icon {
  font-size: 1.3em;
  color: #304821;
  margin-left: 0.2em;
}
.page-footer .footer-ul .footer-li .footer-icon:before {
  color: #304821;
}
.page-footer .copy-right {
  padding-block: 1.5em;
}
.page-footer .copy-right p {
  font-size: 0.7em;
  color: #92929d;
}
.page-footer .social-media-links {
  gap: 1.2em;
}
.page-footer .social-media-links .footer-media-icon-2 {
  font-size: 1.3em;
}
.page-footer .social-media-links .footer-media-icon-2:before {
  color: #304821;
}
.page-footer .created-by {
  background: #fe9f47;
}
.page-footer .footer-bottom-btn {
  background: #ecf6e5 !important;
  color: #000 !important;
}
.page-footer .footer-bottom-text {
  color: #ecf6e5;
}
.page-footer .footer-bottom-text:first-child:before {
  background-color: #ecf6e5 !important;
}
.page-footer .law-message {
  color: #ecf6e5;
}
