.slider,
.slider > div {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  display: block;
  width: 100%;
  height: 500px;
  /* If you want fullscreen */
  position: relative !important;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.4s;
  background-blend-mode: overlay;
}

.slider {
  position: relative;
}
.slider .titleBar {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  text-align: center;
  opacity: 80%;
}
@media (max-width: 360.5px) {
  .slider .titleBar {
    transform: translate(-40%, -40%);
    left: 45%;
  }
}
.slider .titleBar h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 375.5px) {
  .slider .titleBar h1 {
    font-size: 27px;
  }
}
@media (min-width: 375.5px) {
  .slider .titleBar h1 {
    font-size: 27px;
  }
}
.slider .titleBar p {
  font-size: 14px;
}
@media (max-width: 375.5px) {
  .slider .titleBar p {
    font-size: 12px;
  }
}
@media (min-width: 375.5px) {
  .slider .titleBar p {
    font-size: 13px;
  }
}

.slider > div {
  position: absolute;
}

.slider > i {
  color: #5bbd72;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #223422;
  transition: 0.3s;
  width: 20px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}

.slider > i svg {
  margin-top: 3px;
}

.slider > .left {
  left: -100px;
}

.slider > .right {
  right: -100px;
}

.slider:hover > .left {
  left: 0;
}

.slider:hover > .right {
  right: 0;
}

.slider > i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-2px);
}

.slider > i.right:hover {
  transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px);
}

.slider:hover > div {
  transform: scale(1.01);
}

.hoverZoomOff:hover > div {
  transform: scale(1);
}

/* -------------------------------------- */
#slider2 {
  max-width: 30%;
  margin-right: 20px;
}

.row2Wrap {
  display: flex;
}

.content {
  padding: 50px;
  margin-bottom: 100px;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3 {
  font-family: "Crimson Text", sans-serif;
  font-weight: 100;
}

.content {
  padding: 10px 15vw;
}

.about-five__image {
  position: relative;
}
.about-five__image-sign {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.about-five__content {
  padding-top: 70px;
}
.about-five__text {
  margin: 0;
  color: #7c859b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}
.about-five__box {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}
.about-five__box-image-inner {
  width: 188px;
}
.about-five__box-image-inner > img {
  width: 100%;
}
.about-five__box-content {
  padding-left: 40px;
  padding-right: 40px;
}
.about-five__box-title {
  margin: 0;
  color: black;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.about-five .about-five__image {
  margin-top: 50px;
}
.about-five .about-five__image img {
  width: 400px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.5px) {
  .about-five .about-five__image img {
    width: 100%;
    height: 500px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.about-five .about-btn-block {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 767.5px) {
  .about-five .about-btn-block {
    margin-top: 0px !important;
  }
}
.about-five .about-btn-block .about-btn {
  color: #fff;
  background-color: #70A548;
  padding: 14px;
  text-decoration: none;
}
@media (max-width: 767.8px) {
  .about-five .about-btn-block .about-btn {
    padding: 12px 10px;
    font-size: 16px;
    text-decoration: none;
  }
}
.about-five .about-btn-block .about-btn:hover {
  background-color: black;
  text-decoration: none;
}

@media (max-width: 767.5px) {
  .block-title__tag-line {
    margin-top: 35px;
  }
}
.about-three {
  overflow: hidden;
  position: relative;
}
.about-three__image {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-three__image > img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-three__image:before {
  content: "";
  width: 200%;
  height: 110%;
  background-color: #70A548;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
}
@media (max-width: 991.5px) {
  .about-three__image:before {
    height: 100%;
  }
}
.about-three__content {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991.5px) {
  .about-three__content {
    padding-top: 0px;
  }
}
.about-three__box {
  margin-top: -10px;
}
.about-three__box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.about-three__box i {
  color: #70A548;
  font-size: 64px;
}
.about-three__box-title {
  margin: 0;
  color: black;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.about-three__text {
  margin: 0;
  color: #7c859b;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.about-three__btn {
  margin-top: 10px;
}

.campaing-two {
  padding-top: 30px;
  padding-bottom: 30px;
}
.campaing-two__single {
  padding: 18px 0;
  border: 1px solid #e8ebf2;
  margin-bottom: 30px;
  position: relative;
}
.campaing-two__single .black-icon img {
  width: 60px;
}
.campaing-two__single .white-icon {
  display: none;
}
.campaing-two__single:hover .black-icon {
  display: none;
}
.campaing-two__single:hover .white-icon {
  display: block;
  z-index: 2;
  position: relative;
}
.campaing-two__single:hover .white-icon img {
  width: 60px;
}
.campaing-two__single:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #e8ebf2;
  border-left: 1px solid #e8ebf2;
  border-right: 1px solid #e8ebf2;
  transition: all 0.4s ease;
}
.campaing-two__single:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  background-color: #70A548;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.4s ease;
}
.campaing-two__single > i {
  font-size: 64px;
  color: black;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.campaing-two__single:hover:before {
  bottom: 0;
  border-color: #70A548;
}
.campaing-two__single:hover:after {
  transform: scaleY(1);
}
.campaing-two__single:hover > i {
  color: #fff;
}
.campaing-two__single:hover .campaing-two__title,
.campaing-two__single:hover .campaing-two__text {
  color: #fff;
}
.campaing-two__single:hover .campaing-two__link {
  background-color: #fff;
}
.campaing-two__single:hover .campaing-two__link i {
  color: #70A548;
}
.campaing-two__title {
  color: black;
  margin: 0;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 10px;
  margin-top: 20px;
}
.campaing-two__title a {
  color: inherit;
  transition: all 0.4s ease;
  text-decoration: none;
}
.campaing-two__title a:hover {
  color: #fff;
}
.campaing-two__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  color: #7c859b;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.campaing-two__link {
  width: 38px;
  height: 38px;
  background-color: #eef1f6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  text-decoration: none;
}
.campaing-two__link i {
  color: black;
  font-size: 14px;
  text-align: none;
}

/* Google Fonts - Poppins */
.party {
  background-color: #EFEFEF;
  padding: 40px 0px 40px 0px;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 20px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.card {
  border-radius: 25px !important;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px 20px 10px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 20px 0;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 6px solid #70A548;
}

.name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px !important;
}

.description {
  font-size: 18px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: black;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #444;
}

.swiper-navBtn {
  color: black;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #333;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
  color: black;
}

.swiper-button-prev {
  left: 0;
  color: black;
}

.swiper-pagination-bullet {
  background-color: #444;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}
@media (max-width: 991.8px) {
  .block-title {
    margin-top: 0px !important;
  }
}
.service-one {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 991.8px) {
  .service-one .service-one {
    padding-top: 0px !important;
  }
  .service-one .service-one .block-title {
    margin-top: 0px !important;
  }
}
.service-one__single {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.service-one__single:hover .service-one__hover {
  opacity: 1;
  transform: perspective(500px) translateZ(0px);
}
.service-one__single:hover .service-one__main {
  opacity: 0;
  transform: perspective(500px) translateZ(10px);
}
.service-one__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
  background-image: linear-gradient(0deg, rgb(12, 26, 60) 0%, rgba(4, 16, 42, 0) 100%);
  opacity: 1;
  transform: perspective(500px) translateZ(0px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.service-one__hover {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(6, 22, 58, 0.8);
  opacity: 0;
  transform: perspective(500px) translateZ(30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.service-one__icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #70A548;
  margin-left: auto;
  margin-right: auto;
}
.service-one__icon i {
  font-size: 52px;
  color: #fff;
}
.service-one__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-top: 25px;
  margin-bottom: 25px;
}
.service-one__title a {
  color: inherit;
  transition: all 0.4s ease;
  text-decoration: none;
}
.service-one__title a:hover {
  color: #70A548;
}
.service-one__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 71%;
  opacity: 0.8;
}/*# sourceMappingURL=index.css.map */