@charset "UTF-8";
.magnific-img img {
  width: 100%;
  height: auto;
}

.mfp-bottom-bar,
* {
  font-family: "Abel", sans-serif;
}

.magnific-img {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.magnific-img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.magnific-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
.magnific-img svg path {
  fill: #ffffff;
}
.magnific-img:hover:before {
  opacity: 1;
  z-index: 1;
}
.magnific-img:hover svg {
  opacity: 1;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.about-section {
  padding: 50px 0;
  font-family: "Poppins", sans-serif;
}
.about-section .about-content .about-title {
  margin-bottom: 30px;
}
.about-section .about-content .about-title h2 {
  font-size: 42px;
  color: #537335;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 110%;
  margin-bottom: 20px;
}
.about-section .about-content .about-title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #212529;
}
.about-section .about-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.about-section .about-content ul {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
.about-section .about-content ul li {
  counter-increment: my-counter;
  position: relative;
  display: flex;
  gap: 0 15px;
  padding-bottom: 30px;
}
.about-section .about-content ul li span {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #537335;
  font-weight: 700;
}
.about-section .about-content ul li p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 160%;
  color: #212529;
  margin: 10px 0 0 0;
  font-weight: normal;
}
.about-section .about-content ul li:before {
  content: counter(my-counter);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  flex: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about-section .about-content .about-title h2 {
    font-size: 1.5rem;
  }
  .about-section .about-content .about-title p {
    font-size: 0.875rem;
  }
}
.about-section .img-wrapper {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.about-section .img-wrapper img {
  width: 100%;
}
@media (max-width: 1023px) {
  .about-section .img-wrapper {
    margin-bottom: 1.5rem;
  }
  .about-section .about-content .about-title h2 {
    font-size: 32px;
  }
  .about-section .about-content .about-title p {
    font-size: 14px;
  }
  .about-section .about-content ul li span {
    font-size: 16px;
  }
}

.inner-about-section {
  background: url(../img/pattern.png) 71px 90% no-repeat;
}
.inner-about-section .img-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  overflow: inherit;
}
@media (max-width: 479px) {
  .inner-about-section .img-wrapper {
    display: block;
  }
}
.inner-about-section .img-wrapper .primary-img {
  border-radius: 1rem;
  width: 26.5rem;
  height: 31.25rem;
  overflow: hidden;
}
.inner-about-section .img-wrapper .primary-img img {
  width: 100%;
  display: block;
}
.inner-about-section .img-wrapper .primary-img.about-img {
  width: 100%;
  height: 100%;
}
.inner-about-section .img-wrapper .secondary-img {
  max-width: 16.25rem;
  border-radius: 1rem;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  overflow: hidden;
}
.inner-about-section .about-content h4 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a47b35;
  font-family: "Poppins", sans-serif;
}
.inner-about-section .about-content h2 {
  line-height: 130%;
  font-family: "Poppins", sans-serif;
}
.inner-about-section .about-content h2 span {
  display: block;
  color: #212529;
}
.inner-about-section .about-content .lead {
  font-weight: 600;
  border-left: 0.1875rem solid #a47b35;
  padding-left: 1.25rem;
}
.inner-about-section .about-content ul li:before {
  display: none;
}
.inner-about-section .about-content ul li .list-icon {
  width: 3.375rem;
  height: 3.375rem;
  display: block;
  border-radius: 50%;
  flex: 3.375rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #a47b35;
  color: #ffffff;
}
.inner-about-section .about-content ul li .list-icon svg path {
  fill: #ffffff;
}
.inner-about-section .about-content ul li .list-icon img {
  width: 1.875rem;
}
@media (max-width: 1023px) {
  .inner-about-section .about-content ul li .list-icon {
    width: 2.375rem;
    height: 2.375rem;
    flex: 2.375rem 0 0;
  }
}
@media (max-width: 767px) {
  .inner-about-section .img-wrapper .primary-img {
    width: 100%;
    height: 100%;
  }
}

.achievements .achievements-wrapper .top-header h2 {
  font-size: 3rem;
  color: #537335;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.achievements .achievements-wrapper .top-header h2 span {
  color: #a47b35;
}
.achievements .achievements-wrapper .achievement-list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.achievements .achievements-wrapper .achievement-list .achievement-icon {
  width: 70px;
  height: 70px;
  border: 1px solid #537335;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.achievements .achievements-wrapper .achievement-list .achievement-icon img {
  width: 40px;
  display: flex;
  align-items: center;
}
.achievements .achievements-wrapper .achievement-list .achievement-description {
  font-size: 20px;
  font-weight: 700;
  margin-left: 15px;
  font-family: "Poppins", sans-serif;
}
.achievements .achievements-wrapper .achievement-list .achievement-description .achievement-info {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding: 0px 0;
  line-height: normal;
  color: #537335;
}
@media (max-width: 1023px) {
  .achievements .achievements-wrapper .top-header h2 {
    font-size: 32px;
  }
  .achievements .achievements-wrapper .achievement-list .achievement-description .achievement-info {
    font-size: 2rem;
  }
}

.feature-section {
  padding: 25px 0 50px 0;
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.title-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.title-wrapper .links a {
  font-size: 14px;
  font-weight: 500;
  color: #537335;
  text-decoration: none;
}
.title-wrapper .links a:hover {
  color: #a47b35;
}

.feature-inner-section .card {
  border: none;
  box-shadow: -2px 0px 12px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
}
.feature-inner-section .card .card-img, .feature-inner-section .card .solution-card .card-img-right, .solution-card .feature-inner-section .card .card-img-right {
  position: relative;
  overflow: hidden;
}
.feature-inner-section .card .card-img span, .feature-inner-section .card .solution-card .card-img-right span, .solution-card .feature-inner-section .card .card-img-right span {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #a47b35;
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
}
.feature-inner-section .card .card-img span span, .feature-inner-section .card .solution-card .card-img-right span span, .solution-card .feature-inner-section .card .card-img-right span span {
  display: block;
}
.feature-inner-section .card .card-img img, .feature-inner-section .card .solution-card .card-img-right img, .solution-card .feature-inner-section .card .card-img-right img {
  border-radius: 0;
}
.feature-inner-section .card .card-body .card-text a {
  font-size: 14px;
  text-decoration: none;
  color: #212529;
}
.feature-inner-section .card .card-body .card-text a:hover {
  color: #a47b35;
}
.feature-inner-section .card .card-body .date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5b5b5b;
}
.feature-inner-section .card .card-body .date-wrap span {
  font-size: 12px;
  color: #5b5b5b;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.feature-inner-section .card .card-body .date-wrap span svg {
  width: 12px;
}

.notice-section {
  padding: 50px 0;
}

.online-course .about-title {
  padding-bottom: 5.75rem;
}
.online-course .about-title h2 {
  font-size: 42px;
  color: #537335;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.online-course .about-title h2 span {
  color: #a47b35;
  font-family: "Poppins", sans-serif;
}
.online-course .about-title .lead {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.online-course .feature-inner-section .card {
  overflow: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3.375rem 0;
}
.online-course .feature-inner-section .card .card-icon {
  width: 5.625rem;
  height: 5.625rem;
  background-color: #a47b35;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -6.25rem;
}
.online-course .feature-inner-section .card .card-icon img {
  width: 50%;
  display: block;
}
.online-course .feature-inner-section .card .card-body {
  margin-top: 1.25rem;
}
.online-course .feature-inner-section .card .card-body h3 {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
.online-course .feature-inner-section .card .card-body p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #343a40;
  line-height: 150%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1023px) {
  .online-course .about-title {
    padding-bottom: 10px;
  }
  .online-course .about-title h2 {
    font-size: 32px;
  }
  .online-course .feature-inner-section .card {
    margin-bottom: 15px;
  }
  .online-course .feature-inner-section .card .card-icon {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  Contact
/*----------------------------------------*/
.contact-page {
  padding: 30px 0;
}

.contact-inofrmation .section-title-wrapper .section-header {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.contact-inofrmation .section-title-wrapper p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  font-weight: normal;
}
.contact-inofrmation .contact-us {
  margin: 40px 0;
}
.contact-inofrmation .contact-us .icon-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
}
.contact-inofrmation .contact-us .icon-box .icon-box-icon {
  display: block;
  width: 65px;
  margin: 15px auto;
}
.contact-inofrmation .contact-us .icon-box .icon-box-icon img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact-inofrmation .contact-us .icon-box {
    margin-bottom: 15px;
  }
}
.contact-inofrmation .contact-us .icon-box-content .icon-box-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.contact-inofrmation .contact-us .icon-box-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.contact-us-form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
}
.contact-us-form h2 {
  font-size: 25px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.contact-us-form .form-group label {
  color: #333;
  line-height: 2;
}
.contact-us-form .form-group .form-control {
  margin-bottom: 0.3rem;
  min-height: 3.4rem;
  border-radius: 0.3rem;
}
.contact-us-form .form-group textarea.form-control {
  margin-bottom: 2.1rem;
}

.contact-google-map {
  background-color: #ddd;
}

.map-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1023px) {
  .map-wrapper {
    height: 350px;
    margin-bottom: 20px;
  }
}

.contact-section {
  background: #fff8f1;
  background-size: cover;
  padding: 70px 0;
}
.contact-section .contact-details {
  padding: 40px 40px;
  background-color: #537335;
  border-radius: 20px;
}
.contact-section .contact-details .heading-section h3 {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.contact-section .contact-details .heading-section h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.contact-section .contact-details .details {
  padding: 10px 0px;
}
.contact-section .contact-details .details .block {
  padding: 20px 0px;
}
.contact-section .contact-details .details .block h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.contact-section .contact-details .details .block .wrapper {
  color: #ffffff;
  display: flex;
}
.contact-section .contact-details .details .block .wrapper .icon {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-top: 1px;
}
.contact-section .contact-details .details .block .wrapper .text-wrap {
  padding: 0 10px;
}
.contact-section .contact-details .details .block .wrapper .text-wrap h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.contact-section .contact-details .details .block .wrapper .text-wrap h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.contact-section .contact-details .block-footer h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.contact-section .contact-details .block-footer .footer-wrapper .footer-links {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.contact-section .contact-details .block-footer .footer-wrapper .footer-links .icon {
  font-size: 18px;
  margin-top: 1px;
}
.contact-section .contact-details .block-footer .footer-wrapper .footer-links .icon a {
  color: #ffffff;
}
.contact-section .contact-details .block-footer .footer-wrapper .footer-links .icon a svg {
  width: 30px;
}

.form-container {
  padding: 37px 170px;
}
.form-container .heading {
  margin-bottom: 34px;
}
.form-container .heading h2 {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.form-container .heading h4 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.form-container .heading h4 span {
  color: #537335;
}
.form-container label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.form-container .form-control {
  border-radius: 8px;
}
.form-container .button-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.form-container .button-container .btn {
  width: 250px;
  align-items: center;
  justify-content: center;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}

.btn-warning {
  background-color: #537335;
  color: #ffffff;
  border: none;
  font-weight: 300;
}

.btn {
  border-radius: 18px;
  font-size: 14px;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #537335 !important;
}

.bg-gray {
  background-color: #f6f7f8 !important;
}

.center, .hero-section .hero-content, .product-pricing-section .hero-content, .product .hero-product-section .hero-content, .navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: min-content;
}

.navbar-light {
  padding: 0.625rem 0;
  border-bottom: 1px solid #f5f6f8;
}
.navbar-light .navbar-brand {
  width: 210px;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar-light .navbar-brand img {
  width: 100%;
  display: block;
}
.navbar-light .navbar-brand.secondary-logo {
  display: none;
}
@media (max-width: 1023px) {
  .navbar-light .logo-wrapper {
    justify-content: space-between;
  }
  .navbar-light .navbar-toggler {
    display: block;
  }
  .navbar-light .navbar-collapse {
    position: relative;
    top: 0;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    justify-content: flex-start !important;
  }
}

.navbar-fixed-top {
  color: #4e4e4e;
}
.navbar-fixed-top .navbar-brand {
  display: none;
}
.navbar-fixed-top .navbar-brand.secondary-logo {
  display: block;
}

.logo-wrapper {
  flex: 8 0 0;
}

.show-mobile {
  display: none;
}

.navbar-wrapper .logo {
  height: 30px;
  width: auto;
}
.navbar-wrapper > div {
  flex: 10% 0 0;
}
.navbar-wrapper .secondary-logo {
  display: none;
}
.navbar-wrapper .btn {
  padding: 10px;
  width: 145px;
  border-radius: 55px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #537335;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  min-width: 250px;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  font-family: "Poppins", sans-serif;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .menu-text {
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .icon {
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 10px;
  flex: 35px 0 0;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 4px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .icon img {
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item span {
  display: block;
  font-size: 0.85rem;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: horizontal;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #f6f7f8;
}
.navbar.navbar-fixed-top {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1294117647);
}
.navbar.navbar-fixed-top .navbar-nav .nav-item .nav-link {
  color: #4e4e4e;
  padding: 15px;
}
.navbar.navbar-fixed-top .navbar-nav .nav-item .nav-link:hover {
  color: #537335;
}
.hero-section, .product-pricing-section, .product .hero-product-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
  z-index: 1;
  position: relative;
  background-position: center;
  height: 70vh;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.hero-section .hero-content, .product-pricing-section .hero-content, .product .hero-product-section .hero-content {
  height: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
}
.hero-section .hero-content h2, .product-pricing-section .hero-content h2, .product .hero-product-section .hero-content h2 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
}
.hero-section .hero-content h2 span, .product-pricing-section .hero-content h2 span, .product .hero-product-section .hero-content h2 span {
  font-family: "Poppins", sans-serif;
}
.hero-section .hero-content h2 span + span, .product-pricing-section .hero-content h2 span + span, .product .hero-product-section .hero-content h2 span + span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.hero-section .hero-content button, .product-pricing-section .hero-content button, .product .hero-product-section .hero-content button {
  margin-top: 50px;
}
.hero-section:before, .product-pricing-section:before, .product .hero-product-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: -1;
}
.hero-section .slide-item, .product-pricing-section .slide-item, .product .hero-product-section .slide-item {
  height: 70vh;
  position: relative;
  z-index: 1;
}
.hero-section .slide-item .slider-image img, .product-pricing-section .slide-item .slider-image img, .product .hero-product-section .slide-item .slider-image img {
  object-fit: cover;
  object-position: center -200px;
  width: 100%;
  display: block;
}
.hero-section .slide-item::before, .product-pricing-section .slide-item::before, .product .hero-product-section .slide-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.text-warning {
  color: #537335 !important;
}

.hero-section .hero-content h3, .product-pricing-section .hero-content h3, .product .hero-product-section .hero-content h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
.hero-section .hero-content h3 span, .product-pricing-section .hero-content h3 span, .product .hero-product-section .hero-content h3 span {
  display: block;
}
.hero-section .hero-content h3 span + span, .product-pricing-section .hero-content h3 span + span, .product .hero-product-section .hero-content h3 span + span {
  display: inline-block;
}
.hero-section .hero-content .btn, .product-pricing-section .hero-content .btn, .product .hero-product-section .hero-content .btn {
  padding: 10px 40px;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 500;
  background-color: #ffffff;
  color: #537335;
}
.hero-section .hero-content .btn svg, .product-pricing-section .hero-content .btn svg, .product .hero-product-section .hero-content .btn svg {
  width: 16px;
  height: 16px;
}
.hero-section .hero-content .btn:hover, .product-pricing-section .hero-content .btn:hover, .product .hero-product-section .hero-content .btn:hover {
  background-color: #6c9645;
  color: #ffffff;
}

section {
  padding: 60px 0px !important;
}

.features {
  background-color: #ffffff;
}
.features .features-text {
  justify-content: center;
  color: #fff;
  text-align: center;
  flex-direction: column;
}
.features .features-text h2 {
  font-size: 3rem;
  color: #4e4e4e;
}

.bg-light {
  background-color: #f9f9fb;
}

.bg-white {
  background-color: #ffffff !important;
}

.solution-card {
  background-color: #f9f9fa;
  position: relative;
  min-height: 100%;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
  align-items: start;
}
.solution-card div[class=col-] {
  min-height: 100%;
  display: flex;
}
.solution-card h5 {
  margin-top: 20px;
  padding: 0px 334px 20px 0px;
  font-size: 22px;
  font-weight: 500;
  color: #484848;
  margin-bottom: 20px;
}
.solution-card .card-img, .solution-card .card-img-right {
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.solution-card .card-img img, .solution-card .card-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-card .card-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-card .card-footer, .solution-card .card-footer-right {
  background: none;
  border: none;
  border-radius: 0;
  padding: 20px 0 0 0;
}
.solution-card .card-footer small, .solution-card .card-footer-right small {
  color: #537335;
  font-size: 1.1rem;
  font-weight: 500;
}
.solution-card .card-footer h3 a, .solution-card .card-footer-right h3 a {
  font-size: 22px;
  text-decoration: none;
  color: #4e4e4e;
  font-weight: 500;
  display: block;
}
.solution-card .card-footer p, .solution-card .card-footer-right p {
  margin: 11px 0;
  margin-top: 0;
  font-size: 1.1rem;
}
.solution-card .card-footer h4, .solution-card .card-footer-right h4 {
  margin: 25px 0 15px 0;
  font-size: 25px;
}
.solution-card .card-footer-right {
  padding: 20px;
  width: 93%;
}
.solution-card .card-footer-right p {
  margin: 11px 0;
  font-size: 1.1rem;
}
.solution-card .card-footer-right small {
  color: #537335;
  font-size: 1.1rem;
  font-weight: 500;
}

.accordion-body {
  font-size: 1.1rem;
}

.features div[class*=col-] {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.features .card {
  height: 100%;
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  border: none;
}

.icon-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 18px;
}
.icon-wrapper div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
}
.icon-wrapper div .icon {
  background-color: #b9d3a1;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.icon-wrapper div .icon-content p {
  margin: 0;
  text-align: left;
  font-weight: 500;
}
.icon-wrapper div .icon-content p span {
  display: block;
  text-align: left;
}

a.link {
  color: #a47b35;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 0.875rem;
  padding-top: 18px;
  font-weight: 300;
}
a.link i,
a.link svg {
  margin-left: 5px;
  transition: all 0.5s;
  font-size: 13px;
  font-weight: 100;
  width: 18px;
  height: 18px;
}
a.link:hover {
  color: #a47b35;
}
a.link:hover svg {
  fill: bg-secondary;
}

.gallery-section .features-text {
  justify-content: center;
  color: #000000;
  text-align: center;
  flex-direction: column;
}
.gallery-section .features-text h2 {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #537335;
}
.gallery-section .features-text h2 span {
  font-family: "Poppins", sans-serif;
  color: #a47b35 !important;
}
.gallery-section .features-text p {
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: 500;
}

.contact-div {
  background: url(../img/contact-bg.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  z-index: 9;
  height: 450px;
}
.contact-div:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(83, 115, 53, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-div {
    height: auto;
  }
}
.contact-div .features-text {
  justify-content: center;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
}
.contact-div .features-text h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.contact-div .features-text p {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.contact-div .form-wrapper {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}
.contact-div .form-wrapper h4 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
}
.contact-div .form-wrapper .image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-div .form-wrapper .image-wrapper {
    margin-top: 20px;
  }
}
.contact-div .form-wrapper .form-group {
  margin-bottom: 15px;
}
.contact-div .form-wrapper .form-group .form-control-lg {
  font-size: 1.1rem;
}
.contact-div .form-wrapper .form-group .form-control {
  background-color: whitesmoke;
  color: #444;
  border: 1px solid #f0efef;
  height: 60px;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}
.contact-div .form-wrapper .form-group textarea {
  height: auto !important;
}
@media (max-width: 767px) {
  .contact-div .form-wrapper .form-group .form-control {
    height: 40px;
  }
}
.contact-div .form-wrapper button {
  padding: 16px 40px;
  font-size: 18px;
  border-radius: 55px;
  line-height: normal;
  margin-top: 20px;
  background-color: #537335;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .contact-div .form-wrapper button {
    padding: 8px 20px;
    font-size: 14px;
  }
}

footer {
  background: linear-gradient(to bottom, #ffffff 20%, #fff8f1 50%);
  color: #000000;
  padding: 250px 0 13px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
footer:before {
  content: "";
  background-size: 100%;
  background-position-y: 110%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
}
footer .inner-footer {
  z-index: 9;
  position: relative;
}
footer .wrapper {
  padding: 0px 40px;
}
footer .wrapper .logo-wrapper {
  padding: 20px 0px;
}
footer .wrapper .logo-wrapper img {
  height: 70px;
  width: auto;
}
footer .wrapper h5 {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
footer .wrapper a {
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #537335 !important;
}
footer .links-wrapper {
  padding: 60px 40px;
}
footer .links-wrapper .contact-info p svg {
  width: 16px;
  height: 16px;
  color: #537335;
}
footer .links-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #537335;
}
footer .links-wrapper a {
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 8px 0;
  display: block;
  font-family: "Poppins", sans-serif;
}
footer .links-wrapper a:hover {
  color: #537335;
}
footer .links-wrapper .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 5px;
}
footer .links-wrapper .social-media a {
  color: #537335;
}
footer .links-wrapper .social-media svg {
  size: 20px;
  width: 18px;
  margin: 1px 5px;
}
footer .copyright h5 {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 13px 0;
    text-align: center;
  }
  footer:before {
    display: none;
  }
  footer .wrapper {
    padding: 0;
  }
  footer .wrapper a {
    color: #537335 !important;
  }
  footer .links-wrapper {
    padding: 20px 0;
  }
  footer .links-wrapper .social-media {
    justify-content: center;
  }
  footer .copyright h5 {
    color: #537335;
  }
}
@media (max-width: 1023px) {
  footer .links-wrapper, footer .wrapper {
    padding: 0;
  }
}

.copyright-section {
  background-color: #4e4e4e;
  padding: 12px 0px;
  display: flex;
  justify-content: center;
}

.product .hero-product-section {
  background-image: none;
  padding: 0 0 20px 0;
  background: url(../img/1-1.jpg) right center no-repeat;
  background-size: cover;
}
.product .hero-product-section .hero-content h2 {
  font-size: 4rem !important;
}
.product .breadcrumb-section {
  padding-top: 30px;
  padding-bottom: 5px;
}
.product .breadcrumb-section .breadcrumb a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.product .content-section {
  background-color: #ffffff;
  padding: 2px 0px;
}
.product .content-section div[class*=col-] {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.product .content-section .card {
  padding: 33px 32px;
  margin: 10px 0;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  background-color: #f8f8f8;
}
.product .content-section .card .collection-list {
  display: flex;
  justify-content: space-between;
}
.product .content-section .card .collection-list a {
  text-decoration: none;
  color: black;
}
.product .content-section .card .collection-list a h5 {
  font-size: 1.2rem;
  font-weight: 300;
}
.product .content-section .card .collection-list h4 {
  font-size: 20px;
  font-weight: 300;
}
.product .content-section .list-wrapper h3 {
  font-size: 2rem;
  font-weight: 300;
}
.product .content-section .list-wrapper .items-display a {
  color: #4e4e4e;
  text-decoration: none;
}
.product .content-section .list-wrapper .items-display .items-info {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: end;
}
.product .content-section .list-wrapper .items-display .items-info .listing-icons {
  display: flex;
}
.product .content-section .list-wrapper .items-display .items-info .listing-icons svg {
  margin-right: 15px;
}
.product .content-section .list-wrapper .items-display .items-info .page-no {
  display: flex;
}
.product .content-section .list-wrapper .items-display .items-info .page-no h4 {
  font-size: 20px;
  font-weight: 300;
}
.product .content-section .list-wrapper .sort {
  display: flex;
  align-items: center;
}
.product .content-section .list-wrapper .sort h4 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}
.product .content-section .list-wrapper .sort .dropdown .btn {
  font-size: 20px;
}
.product .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 0;
}
.product .slick-dots li button:before {
  font-size: 36px;
  top: -2.9px;
  left: -2.7px;
  width: 20px;
  height: 20px;
}
.product .product-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product .product-filter .filter-wrapper h3 {
  font-size: 2rem;
}
.product .product-filter .filter-wrapper .filter-buttons {
  display: flex;
  justify-content: center;
}
.product .product-filter .filter-wrapper .filter-buttons div {
  margin-right: 10px;
  cursor: pointer;
}
.product .product-filter .filter-wrapper .filter-buttons div svg {
  margin-right: 5px;
  width: 15px;
}
.product .product-filter .filter-wrapper .filter-buttons .filter-btn.active {
  color: #537335;
}
.product .product-filter .sort-wrap {
  display: flex;
  align-items: end;
}
.product .product-filter .sort-wrap .sort {
  display: flex;
  align-items: center;
}
.product .product-filter .sort-wrap .sort h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.product .product-filter .sort-wrap .sort .dropdown button:focus {
  box-shadow: none;
}
.product .liView {
  padding: 0;
}
.product .liView li {
  list-style: none;
}
.product .liView .items-list-wrapper {
  border-radius: 10px;
  margin: 20px 0;
  padding: 25px;
}
.product .liView .items-list-wrapper .item-show {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product .liView .items-list-wrapper .item-show .image-wrapper {
  background-color: #f6f7f8;
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 10px;
  justify-content: center;
  display: flex;
}
.product .liView .items-list-wrapper .item-show .image-wrapper img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: flex;
}
.product .liView .items-list-wrapper .item-show .items-description {
  padding: 5px 58px 4px 63px;
}
.product .liView .items-list-wrapper .item-show .items-description h2 a {
  font-size: 1.5rem;
  font-weight: 500;
}
.product .liView .items-list-wrapper .item-show .items-description h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4rem;
}
.product .liView .items-list-wrapper .item-show .items-description a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #4e4e4e;
}
.product .liView .items-list-wrapper .item-show .price-section {
  flex: 0 0 15%;
  text-align: right;
}
.product .liView .items-list-wrapper .item-show .price-section h4 {
  font-size: 1rem;
  font-weight: 500;
}
.product .liView .items-list-wrapper .item-show .price-section .btn {
  border-radius: 5px;
  height: 38px;
}
.product .liView .items-list-wrapper .item-show .price-section .btn svg {
  margin-right: 10px;
}
.product .liView .items-list-wrapper .item-show .tag {
  width: 50px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}
.product .liView.gridStyle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
}
.product .liView.gridStyle .items-list-wrapper .item-show {
  display: block;
}
.product .liView.gridStyle .items-list-wrapper .item-show .image-wrapper {
  width: 100%;
  height: 150px;
  text-align: center;
}
.product .liView.gridStyle .items-list-wrapper .item-show .items-description {
  text-align: center;
  padding: 15px 20px;
}
.product .liView.gridStyle .items-list-wrapper .item-show .items-description a {
  display: none;
}
.product .liView.gridStyle .items-list-wrapper .item-show .items-description h2 {
  margin-bottom: 0;
}
.product .liView.gridStyle .items-list-wrapper .item-show .items-description h2 a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
.product .liView.gridStyle .items-list-wrapper .item-show .items-description h4 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4rem;
  max-height: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.product .liView.gridStyle .items-list-wrapper .item-show .price-section {
  display: block;
  text-align: center;
}
.product .liView.gridStyle .items-list-wrapper .item-show .price-section div .float-end {
  float: none !important;
  margin-top: 5px;
  height: auto;
}
.product .product-listing {
  padding: 60px 0;
  /* Reset style for input range */
  /* Style toddler input range */
  /* Style track input range */
  /* Style for input value block */
  /* Style for active state input */
}
.product .product-listing .side-block {
  position: sticky;
  top: 90px;
  bottom: 20px;
}
.product .product-listing .side-block .block {
  background-color: #f7f7f7;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.product .product-listing .side-block .block .block-title {
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product .product-listing .side-block .block .category-listing {
  padding: 0;
  margin: 0;
}
.product .product-listing .side-block .block .category-listing li {
  list-style: none;
}
.product .product-listing .side-block .block .category-listing li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  color: #4d4d4d;
  font-size: 20px;
}
.product .product-listing .side-block .block .category-listing li a span {
  color: #666666;
  padding: 0;
  float: right;
  font-size: 0.875rem;
}
.product .product-listing .side-block .filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.product .product-listing .side-block .filter-price .btn {
  background-color: #537335;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  margin-top: 10px;
}
.product .product-listing .price-title {
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}
.product .product-listing .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: transparent;
  padding-top: 15px;
  padding-left: 0;
  border-radius: 3px;
}
.product .product-listing .price-field input[type=range] {
  position: absolute;
}
.product .product-listing .price-field input[type=range] {
  width: 100%;
  height: 5px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
.product .product-listing .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.product .product-listing .price-field input[type=range]:active,
.product .product-listing .price-field input[type=range]:focus {
  outline: 0;
}
.product .product-listing .price-field input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}
.product .product-listing .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  background-color: #537335;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.product .product-listing .price-field input[type=range]::-moz-range-thumb,
.product .product-listing .price-field input[type=range]::-ms-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  background-color: #000000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.product .product-listing .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b3b3b3;
  border-radius: 5px;
}
.product .product-listing .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
}
.product .product-listing .price-field input[type=range]::-ms-track {
  /* IE */
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
}
.product .product-listing .price-wrap {
  display: flex;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 7px;
}
.product .product-listing .price-wrap-1,
.product .product-listing .price-wrap-2 {
  display: flex;
}
.product .product-listing .price-title {
  margin-right: 5px;
  background: transparent;
}
.product .product-listing .price-wrap_line {
  margin: 0 10px;
}
.product .product-listing .price-wrap #one,
.product .product-listing .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}
.product .product-listing .price-wrap label {
  text-align: right;
  font-weight: 500;
}
.product .product-listing .price-field input[type=range]:hover::-webkit-slider-thumb {
  transition-duration: 0.3s;
}
.product .product-listing .price-field input[type=range]:active::-webkit-slider-thumb {
  transition-duration: 0.3s;
}

.product-pricing-section {
  background-image: none;
  padding: 0 0 20px 0;
  background: url(../img/p.jpg) right center no-repeat;
  background-size: cover;
}
.product-pricing-section h2 {
  font-size: 4rem;
}
.product-pricing-section .hero-content {
  height: 100vh;
}

.about-us .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
}
.about-us .navbar.navbar-fixed-top .navbar-nav .nav-item .nav-link {
  color: #4e4e4e;
}
.about-us .hero-product-section {
  background-image: url(../img/lg.jpg);
  padding: 75px 0 20px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-position: center;
  color: #ffffff;
}
.about-us .hero-product-section .hero-content-wrapper {
  padding: 420px 0px;
  text-align: center;
}
.about-us .hero-product-section .hero-content-wrapper .text-wrap {
  margin-top: -330px;
}
.about-us .hero-product-section .hero-content-wrapper .text-wrap h2 {
  font-size: 4rem;
  font-weight: 500;
  padding: 40px 0;
}
.about-us .hero-product-section .hero-content-wrapper .text-wrap h3 {
  margin-top: -10px;
  font-size: 20px;
  font-weight: 300;
}
.about-us .benefit {
  background-color: #f9f9fb;
}
.about-us .benefit .section-wrapper {
  text-align: center;
}
.about-us .benefit .section-wrapper .top-header {
  padding: 20px 36px;
}
.about-us .benefit .section-wrapper .top-header h2 {
  font-size: 3rem;
  font-weight: 700;
}
.about-us .benefit .section-wrapper .top-header h4 {
  font-size: 20px;
}
.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card {
  padding: 40px 36px;
  text-align: left;
}
.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card .card-image img {
  width: 168px;
  height: auto;
}
.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card .card-title {
  font-size: 1.6rem;
  font-weight: 600;
}
.about-us .benefit .section-wrapper .section-wrapper-container .wrapper-card .card-description {
  font-size: 20px;
  font-weight: 300;
}
.about-us .achievements .achievements-wrapper .top-header {
  padding: 20px 36px;
  text-align: center;
}
.about-us .achievements .achievements-wrapper .top-header h2 {
  font-size: 3rem;
  color: #f77f00;
  font-weight: 700;
}
.about-us .achievements .achievements-wrapper .top-header h2 span {
  color: #4e4e4e;
}
.about-us .achievements .achievements-wrapper .achievement-list {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.about-us .achievements .achievements-wrapper .achievement-list .achievement-icon {
  width: 70px;
  height: 70px;
  border: 1px solid #f77f00;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .achievements .achievements-wrapper .achievement-list .achievement-icon img {
  height: auto;
  width: 60%;
  margin: 0px auto;
  display: block;
}
.about-us .achievements .achievements-wrapper .achievement-list .achievement-info {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0px 0;
  line-height: normal;
  color: #537335;
}
.about-us .achievements .achievements-wrapper .achievement-list .achievement-description {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
}
.about-us .choose .choose-wrapper .top-header {
  padding: 20px 36px;
  text-align: center;
}
.about-us .choose .choose-wrapper .top-header h2 {
  font-size: 3rem;
  color: #f77f00;
  font-weight: 700;
}
.about-us .choose .choose-wrapper .top-header h2 span {
  color: #4e4e4e;
}
.about-us .choose .choose-wrapper .content {
  padding: 20px 95px;
}
.about-us .choose .choose-wrapper .content .header {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.about-us .choose .choose-wrapper .content .header:before {
  background-color: #f77f00;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  /* right: 0; */
  width: 70px;
}
.about-us .choose .choose-wrapper .content .description-text {
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
}

.product-detail .hero-product-section {
  background-image: url(../img/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  z-index: 1;
  position: relative;
  background-position: right;
}
.product-detail .hero-product-section .hero-content-wrapper {
  display: flex;
  padding: 168px 0px;
  justify-content: flex-end;
}
.product-detail .hero-product-section .hero-content-wrapper h2 {
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 4rem;
}
.product-detail .hero-product-section .hero-content-wrapper h2 span {
  padding-left: 0;
  /* font-size: 2rem; */
  justify-content: center;
  font-weight: 500;
  color: #f77f00;
}
.product-detail .hero-product-section .hero-content-wrapper h5 {
  font-size: 2.8rem;
  font-weight: 300;
  padding-bottom: 20px;
  color: #ffffff;
}
.product-detail .hero-product-section .hero-content-wrapper h5 span {
  display: block;
  color: gray;
}
.product-detail .hero-product-section .hero-content-wrapper h3 {
  padding-bottom: 0;
  font-size: 1.8rem;
  margin: 0;
  color: #ffffff;
}
.product-detail .hero-product-section .hero-content-wrapper h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #f77f00;
}
.product-detail .hero-product-section .hero-content-wrapper .button-wrapper {
  padding: 40px 0px;
  display: flex;
  align-items: center;
}
.product-detail .hero-product-section .hero-content-wrapper .button-wrapper .btn {
  padding: 10px 40px;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 300;
}
.product-detail .hero-product-section .hero-content-wrapper img {
  padding-left: 160px;
  height: 400px;
  width: auto;
}
.product-detail .hero-product-section:before {
  background: transparent;
}
.product-detail .specification {
  background-color: #f9f9fb;
}
.product-detail .specification .top-header {
  padding: 40px 0px;
}
.product-detail .specification .top-header h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #f77f00;
}
.product-detail .specification .row-wrapper {
  padding: 20px 0;
}
.product-detail .specification .row-wrapper .wrapper {
  display: flex;
  align-items: center;
}
.product-detail .specification .row-wrapper .wrapper .icon-wrapper {
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 6px;
  padding: 0px;
  background-color: #f1f1f1;
  margin-right: 20px;
  margin-top: 0px;
}
.product-detail .specification .row-wrapper .wrapper .icon-wrapper h2 {
  font-weight: 500;
  color: #f77f00;
  margin-bottom: 0;
}
.product-detail .specification .row-wrapper .wrapper .icon-wrapper img {
  height: 30px;
  width: auto;
}
.product-detail .specification .row-wrapper .wrapper .text-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
}
.product-detail .specification .row-wrapper .wrapper .text-wrapper h6 {
  font-size: 20px;
  font-weight: 300;
}
.product-detail .product-section-title {
  margin-bottom: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}
.product-detail .product-section-title h2 {
  color: #537335;
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.product-detail .product-section-img {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-detail .product-section-img img {
  width: 100%;
  display: block;
}
.product-detail .product-detail-section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  background-color: #f9f9fb;
}
.product-detail .product-detail-section .card {
  display: flex;
  height: 100%;
  margin: 0px 0;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  position: relative;
  justify-content: center;
  text-align: center;
}
.product-detail .product-detail-section .card .product-section-title {
  position: relative;
  padding: 50px 50px;
}
.product-detail .product-detail-section .card .product-section-title h2 {
  font-size: 3rem;
}
.product-detail .product-detail-section .card .product-section-title h4 {
  font-size: 1.2rem;
  font-weight: 300;
}
.product-detail .product-detail-section .img-container img {
  width: 100%;
  height: 396px;
  object-fit: cover;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  border: none;
}
.product-detail .duty {
  padding: 50px 0 0 0px;
}
.product-detail .duty .img-container {
  background: url(../img/7_en.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.product-detail .duty .img-container .product-section-title {
  position: relative;
  margin-top: 50px;
  padding: 176px 0;
}
.product-detail .duty .img-container .product-section-title h2 {
  font-size: 3rem;
}
.product-detail .duty .img-container .product-section-title h4 {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0 444px 0 0;
  text-align: left;
}
.product-detail .strength {
  padding: 50px 0 0 0px;
  background-color: #f9f9fb;
}
.product-detail .strength .flex-wrapper {
  display: flex;
  align-items: center;
}
.product-detail .strength .flex-wrapper .title-product-section {
  margin-top: -126px;
  padding: 176px 0;
}
.product-detail .strength .flex-wrapper .title-product-section h2 {
  font-size: 3rem;
  color: #f77f00;
  font-weight: 500;
}
.product-detail .strength .flex-wrapper .title-product-section h4 {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 12px 200px 0 0;
  text-align: left;
}
.product-detail .strength .flex-wrapper .img-container {
  float: right;
  display: flex;
  justify-content: flex-end;
}
.product-detail .strength .flex-wrapper .img-container img {
  width: auto;
  height: 560px;
  object-fit: cover;
}
.product-detail .innovation {
  background-color: #4e4e4e;
}
.product-detail .innovation .title-text {
  text-align: center;
  padding: 20px 0;
}
.product-detail .innovation .title-text h2 {
  font-size: 3rem;
  color: #f77f00;
  font-weight: 500;
}
.product-detail .innovation .title-text h2 .add-on {
  position: relative;
  top: -15px;
  color: #ffffff;
}
.product-detail .innovation .image-wrapper {
  justify-content: center;
  display: flex;
  padding: 30px 0;
}
.product-detail .innovation .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.billing-section {
  background: url(../img/t2s.png), #f6f7f8;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right bottom;
}

.billing-content h2 {
  font-weight: 500;
  color: #537335;
  font-size: 2.5rem;
}
.billing-content h2 span {
  display: block;
  font-size: 2rem;
  color: #000000;
}
.billing-content h3 {
  font-size: 1.3rem;
  font-weight: 500;
}
.billing-content .billing-card {
  border: none;
  padding: 20px;
  border-radius: 10px;
  background-color: #f6f7f8;
  height: 100%;
  position: relative;
}
.billing-content .billing-card h3 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.billing-content .billing-card .icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #537335;
  border-radius: 50%;
  margin-right: 15px;
}
.billing-content .billing-card .icon img {
  display: block;
  width: 60%;
  filter: brightness(0) invert(1);
}
.billing-content .billing-card p {
  font-size: 1.1rem;
}
.billing-content .billing-card .billing-footer {
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-size: 1.1rem;
  line-height: 22px;
  color: #537335;
}
.billing-content .billing-card .billing-footer .footer-icon {
  width: 50px;
  display: block;
}
.billing-content .billing-card .billing-footer .footer-icon img {
  width: 100%;
}

.list {
  padding: 0;
  list-style: none;
}
.list li {
  display: inline-block;
  font-size: 1.1rem;
  vertical-align: top;
  width: 49.5%;
  position: relative;
  padding-left: 20px;
}
.list li:before {
  content: "☑";
  color: #537335;
  position: absolute;
  top: 0;
  left: 0;
}

.lead {
  font-size: 1.1rem;
}

.image-wrapper {
  width: 100%;
}
.image-wrapper img {
  width: 100%;
  display: block;
}

.contact-detail {
  padding: 0;
}
.contact-detail li {
  list-style: none;
  font-size: 1.2rem;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
}
.contact-detail li svg {
  width: 35px !important;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.feature-section {
  background-color: #fff8f1 !important;
  background-size: 300px;
  position: relative;
  z-index: 1;
}
.feature-section .flower-section {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.feature-section .flower-section img {
  width: 400px;
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
}
.feature-section .flower-section .bottom-flower {
  top: auto;
  bottom: -60px;
  left: 0;
}
.feature-section .features-text h2 {
  font-size: 3rem;
  color: #537335;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.feature-section .features-text h2 span {
  color: #a47b35 !important;
}
.feature-section.feature-wrap .featured-card {
  min-height: 175px;
}
@media (max-width: 767px) {
  .feature-section .flower-section {
    display: none;
  }
}

.featured-card {
  background-color: #ffffff;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.featured-card .feature-icon {
  margin-right: 10px;
}
.featured-card .feature-icon .icon {
  width: 65px;
  height: 100px;
  display: block;
}
.featured-card .feature-icon .icon img {
  display: block;
}
.featured-card .feature-detail h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #537335;
}
.featured-card .feature-detail p {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.hero-section .hero-content, .product .hero-product-section .hero-content, .product-pricing-section .hero-content {
  text-align: left;
  flex-direction: inherit;
  justify-content: flex-start;
}
.hero-section .hero-content span, .product .hero-product-section .hero-content span, .product-pricing-section .hero-content span {
  text-align: left;
}
.hero-section .hero-content .row, .product .hero-product-section .hero-content .row, .product-pricing-section .hero-content .row {
  width: 100%;
}
@media (max-width: 1023px) {
  .hero-section .hero-content, .product .hero-product-section .hero-content, .product-pricing-section .hero-content {
    text-align: center !important;
  }
  .hero-section .hero-content span, .product .hero-product-section .hero-content span, .product-pricing-section .hero-content span {
    text-align: center;
  }
}

.title h2 {
  font-size: 3rem;
  color: #4e4e4e;
}

.slick-dots {
  left: 0;
  bottom: 30px;
  text-align: center;
}
.slick-dots li {
  width: auto;
  height: 12px;
}
.slick-dots li button {
  display: flex;
  align-items: center;
  padding: 0;
  width: auto;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  color: #ffffff;
  background-color: #DEE2E6;
  border-radius: 20px;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: static;
  transition: all ease-in-out 0.5s;
}
.slick-dots li.slick-active button:before {
  font-size: 0;
  width: 30px;
  height: 10px;
  border-radius: 10px;
  background-color: #a47b35;
  color: #a47b35;
  opacity: 1;
}
.note-float-left{
    padding-right: 10px;
}
.note-float-right{
    padding-left: 10px;
}

.hero-content h3, .contact-div .features-text p, footer .wrapper h5, footer .links-wrapper a,.contact-info p,footer .copyright h5{
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .menu-text, .hero-section {
    font-weight: 400;
    color: rgba(63,64,65,1);
    font-family: "Lato", sans-serif;
}
.about-section .about-content p, .featured-card .feature-detail p{

    color: rgba(63,64,65,1);
    line-height: 1.75;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}
.nav-link, footer .links-wrapper a{
    cursor: pointer;
}

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