.breadcum {
  float: left;
  width: 100%;
  padding-left: calc((100% - 1110px) / 2);
  padding-right: calc((100% - 1110px) / 2);
  background-color: #f5f7eb;
}
@media (max-width: 1112px) {
  .breadcum {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .breadcum {
    display: none;
  }
}
.breadcum ul {
  float: left;
  margin: 0;
  padding: 0;
}
.breadcum ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}
.breadcum ul li a {
  display: block;
  font-family: 'FedraSansStd-book', sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #000;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
}
.breadcum ul li a:hover {
  color: #4a9902;
}
.breadcum ul li a::after {
  content: '>';
  position: absolute;
  right: -13px;
  top: 15px;
}
.breadcum ul li:last-child > a {
  pointer-events: none;
}
.breadcum ul li:last-child > a:hover {
  color: #000;
  pointer-events: none;
}
.breadcum ul li:last-child > a::after {
  display: none;
}
.banner {
  float: left;
  width: 100%;
  position: relative;
}
.banner .img-slot {
  float: left;
  width: 100%;
  margin: 0;
}
.banner .img-slot img {
  float: left;
  width: 100%;
}
.banner .img-slot img.desktop {
  display: block;
}
@media (max-width: 834px) {
  .banner .img-slot img.desktop {
    display: none;
  }
}
.banner .img-slot img.tablet {
  display: none;
}
@media (max-width: 834px) {
  .banner .img-slot img.tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .banner .img-slot img.tablet {
    display: block;
  }
}
@media (max-width: 480px) {
  .banner .img-slot img.tablet {
    display: none;
  }
}
.banner .img-slot img.mobile {
  display: none;
}
@media (max-width: 480px) {
  .banner .img-slot img.mobile {
    display: block;
  }
}
.banner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 2;
}
.banner .content .title {
  display: inline-block;
  width: 100%;
  font-family: 'FedraSansStd-medium', sans-serif;
  font-size: 3.375em;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}

.banner .content .core-title{
    margin-bottom: 50px !important;
}

@media (max-width: 1112px) {
  .banner .content .title {
    font-family: 'FedraSansStd-medium', sans-serif;
    font-size: 2.5em;
    font-weight: normal;
  }
}
@media (max-width: 1024px) {
  .banner .content .title {
    font-family: 'FedraSansStd-medium', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  .banner .content .title {
    font-family: 'FedraSansStd-medium', sans-serif;
    font-size: 1.125em;
    font-weight: normal;
  }
}
.vision-mission {
  float: left;
  width: 100%;
  margin-top: 75px;
  padding-left: calc((100% - 730px) / 2);
  padding-right: calc((100% - 730px) / 2);
}
@media (max-width: 1112px) {
  .vision-mission {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 480px) {
  .vision-mission {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.vision-mission h2 {
  float: left;
  width: 100%;
  font-family: 'FedraSansStd-medium', sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1112px) {
  .vision-mission h2 {
    font-family: 'FedraSansStd-medium', sans-serif;
    font-size: 1em;
    font-weight: normal;
  }
}
.vision-mission p {
  float: left;
  width: 100%;
  font-family: 'FedraSansStd-book', sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1112px) {
  .vision-mission p {
    font-family: 'FedraSansStd-book', sans-serif;
    font-size: 1em;
    font-weight: normal;
  }
}
.approch {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 75px;
}
@media (max-width: 1112px) {
  .approch {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 480px) {
  .approch {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.approch .mini-story {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 35px;
  z-index: 0;
}
@media (max-width: 480px) {
  .approch .mini-story {
    padding-top: 175px;
  }
}
.approch .mini-story.ltr .story-block {
  float: left;
  padding-right: 115px;
}
@media (max-width: 1024px) {
  .approch .mini-story.ltr .story-block {
    padding-right: 85px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.ltr .story-block {
    padding-right: 60px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.ltr .story-block {
    padding-right: 20px;
  }
}
.approch .mini-story.ltr .story-block .story-image {
  float: right;
  margin-right: -495px;
}
@media (max-width: 1024px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: -485px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: -250px;
  }
}
@media (max-width: 767px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: -127px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: 0;
    float: left;
  }
}
.approch .mini-story.ltr .story-block .story-image .img-patch {
  left: -15px;
}
.approch .mini-story.rtl .story-block {
  float: right;
  padding-left: 115px;
}
@media (max-width: 1024px) {
  .approch .mini-story.rtl .story-block {
    padding-left: 85px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.rtl .story-block {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.rtl .story-block {
    padding-left: 20px;
  }
}
.approch .mini-story.rtl .story-block .story-image {
  float: left;
  margin-left: -495px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .approch .mini-story.rtl .story-block .story-image {
    margin-left: -485px;
    z-index: 0;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.rtl .story-block .story-image {
    margin-left: -250px;
    z-index: 0;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.rtl .story-block .story-image {
    margin-left: 0;
    z-index: 0;
  }
}
.approch .mini-story.rtl .story-block .story-image .img-patch {
  right: -15px;
}
.approch .mini-story .story-block {
  width: 730px;
  border-radius: 4px;
  padding-left: 55px;
  padding-top: 70px;
  padding-right: 55px;
  padding-bottom: 70px;
  background-color: #eaf2dc;
}
@media (max-width: 1112px) {
  .approch .mini-story .story-block {
    width: 650px;
  }
}
@media (max-width: 1024px) {
  .approch .mini-story .story-block {
    width: 450px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story .story-block {
    width: 464px;
    padding-left: 20px;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .approch .mini-story .story-block {
    width: 398px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story .story-block {
    width: 100%;
    padding: 20px 20px 35px;
  }
}
.approch .mini-story .story-block .story-image {
  width: 445px;
  border-radius: 4px;
  position: relative;
  margin: 0;
  margin-top: -100px;
  z-index: 2;
}
@media (max-width: 834px) {
  .approch .mini-story .story-block .story-image {
    width: 212px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story .story-block .story-image {
    width: calc(100% - 50px);
    margin-top: -175px;
  }
}
.approch .mini-story .story-block .story-image img {
  float: left;
  width: 100%;
  border-radius: 4px;
}
.approch .mini-story .story-block .story-image .img-patch {
  position: absolute;
  width: 120px;
  height: 65px;
  border-radius: 4px;
  bottom: -15px;
  background-color: #a49e40;
  z-index: -1;
}
@media (max-width: 480px) {
  .approch .mini-story .story-block .story-image .img-patch {
    display: none;
  }
}
.approch .mini-story .story-block .title {
  float: left;
  width: 100%;
  margin-top: 68px;
  font-family: 'FedraSansStd-medium', sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.approch .mini-story .story-block .text {
  float: left;
  width: 100%;
  margin-top: 0;
  font-family: 'FedraSansStd-book', sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  line-height: 1.88;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
  /* padding-top: 20px; */
}
.approch .mini-story .story-block .read-more {
  float: left;
  font-family: 'FedraSansStd-book', sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  text-decoration: none;
  margin-top: 37px;
  margin-bottom: 0;
  color: #4a9902;
  text-transform: uppercase;
}
.approch .mini-story .story-block .read-more:hover {
  text-decoration: underline;
}
.approch .mini-story.isha-approch:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .approch .mini-story.isha-approch {
    margin-bottom: 35px;
  }
}
.approch .mini-story.isha-approch .story-block {
  background-color: #ede8d5;
}
@media (max-width: 480px) {
  .approch .mini-story.isha-approch .story-block .title {
    margin-top: 35px;
  }
}
/* .approch .mini-story.isha-approch .story-block .text {
  margin-top: 15px;
} */
.approch .mini-story {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 35px;
  z-index: 0;
}
@media (max-width: 480px) {
  .approch .mini-story {
    padding-top: 175px;
  }
}
.approch .mini-story.ltr .story-block {
  float: left;
  padding-right: 115px;
}
@media (max-width: 1024px) {
  .approch .mini-story.ltr .story-block {
    padding-right: 85px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.ltr .story-block {
    padding-right: 60px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.ltr .story-block {
    padding-right: 20px;
  }
}
.approch .mini-story.ltr .story-block .story-image {
  float: right;
  margin-right: -495px;
}
@media (max-width: 1024px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: -485px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: -250px;
  }
}
@media (max-width: 767px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: -127px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.ltr .story-block .story-image {
    margin-right: 0;
    float: left;
  }
}
.approch .mini-story.ltr .story-block .story-image .img-patch {
  left: -15px;
}
.approch .mini-story.rtl .story-block {
  float: right;
  padding-left: 115px;
}
@media (max-width: 1024px) {
  .approch .mini-story.rtl .story-block {
    padding-left: 85px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.rtl .story-block {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.rtl .story-block {
    padding-left: 20px;
  }
}
.approch .mini-story.rtl .story-block .story-image {
  float: left;
  margin-left: -495px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .approch .mini-story.rtl .story-block .story-image {
    margin-left: -485px;
    z-index: 0;
  }
}
@media (max-width: 834px) {
  .approch .mini-story.rtl .story-block .story-image {
    margin-left: -250px;
    z-index: 0;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.rtl .story-block .story-image {
    margin-left: 0;
    z-index: 0;
  }
}
.approch .mini-story.rtl .story-block .story-image .img-patch {
  right: -15px;
}
.approch .mini-story .story-block {
  width: 730px;
  border-radius: 4px;
  padding-left: 55px;
  padding-top: 70px;
  padding-right: 55px;
  padding-bottom: 70px;
  background-color: #eaf2dc;
}
@media (max-width: 1112px) {
  .approch .mini-story .story-block {
    width: 650px;
  }
}
@media (max-width: 1024px) {
  .approch .mini-story .story-block {
    width: 450px;
  }
}
@media (max-width: 834px) {
  .approch .mini-story .story-block {
    width: 464px;
    padding-left: 20px;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .approch .mini-story .story-block {
    width: 398px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story .story-block {
    width: 100%;
    padding: 20px 20px 35px;
  }
}
.approch .mini-story .story-block .story-image {
  width: 445px;
  border-radius: 4px;
  position: relative;
  margin: 0;
  margin-top: -100px;
  z-index: 2;
}
@media (max-width: 834px) {
  .approch .mini-story .story-block .story-image {
    width: 212px;
  }
}
@media (max-width: 480px) {
  .approch .mini-story .story-block .story-image {
    width: calc(100% - 50px);
    margin-top: -175px;
  }
}
.approch .mini-story .story-block .story-image img {
  float: left;
  width: 100%;
  border-radius: 4px;
}
.approch .mini-story .story-block .story-image .img-patch {
  position: absolute;
  width: 120px;
  height: 65px;
  border-radius: 4px;
  bottom: -15px;
  background-color: #a49e40;
  z-index: -1;
}
@media (max-width: 480px) {
  .approch .mini-story .story-block .story-image .img-patch {
    display: none;
  }
}
.approch .mini-story .story-block .title {
  float: left;
  width: 100%;
  margin-top: 68px;
  font-family: 'FedraSansStd-medium', sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #000;
  margin: 0;
}
.approch .mini-story .story-block .text {
  float: left;
  width: 100%;
  margin-top: 0;
  font-family: 'FedraSansStd-book', sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  line-height: 1.88;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
  /* padding-top: 20px; */
}
.approch .mini-story .story-block .read-more {
  float: left;
  font-family: 'FedraSansStd-book', sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  text-decoration: none;
  margin-top: 37px;
  margin-bottom: 0;
  color: #4a9902;
  text-transform: uppercase;
}
.approch .mini-story .story-block .read-more:hover {
  text-decoration: underline;
}
.approch .mini-story.isha-approcher {
  margin-bottom: 100px;
  margin-top: 100px;
}
.approch .mini-story.isha-approcher:first-child {
  margin-top: 0;
}
.approch .mini-story.isha-approcher:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .approch .mini-story.isha-approcher {
    margin-bottom: 35px;
  }
}
.approch .mini-story.isha-approcher .story-block {
  background-color: #eaf2dc;
}
.approch .mini-story.isha-approcher .story-block .story-image .img-patch {
  position: absolute;
  width: 120px;
  height: 65px;
  border-radius: 4px;
  bottom: -15px;
  background-color: #d8d77b;
  z-index: -1;
}
@media (max-width: 480px) {
  .approch .mini-story.isha-approcher .story-block .story-image .img-patch {
    display: none;
  }
}
@media (max-width: 480px) {
  .approch .mini-story.isha-approcher .story-block .title {
    margin-top: 35px;
  }
}
.approch .mini-story.isha-approcher .story-block .text {
  /* margin-top: 15px; */
} 

.approch .mini-story .story-block .text .first-paragraph {
    margin-top: 0;
}

.approch .mini-story.isha-approcher .story-block .text .tkv-profile {
  margin-top: 0;
}

.approch .mini-story .story-block .text .tkv-profile {
  margin-top: 0;
}


/*# sourceMappingURL=approach.css.map */
