.groundwork-our-main-services-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.groundwork-our-main-services-block .services-section {
  position: relative;
  padding: 70px 0 40px;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section {
    padding: 30px 0 10px;
  }
}
.groundwork-our-main-services-block .services-section .sec-title {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #f0f7f2;
  z-index: 1;
}
.groundwork-our-main-services-block .services-section .sec-title h2 {
  display: block;
  font-size: 40px;
  line-height: 43.2px;
  font-weight: 500;
  text-align: center;
}
.groundwork-our-main-services-block .services-section .sec-title h2 span {
  color: var(--color-primary);
}
@media only screen and (max-width: 1280px) {
  .services-section .sec-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .groundwork-our-main-services-block .services-section .sec-title h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.groundwork-our-main-services-block .services-section .sec-title .text {
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color, #666);
  font-weight: 400;
  margin-top: 15px;
}
.groundwork-our-main-services-block .services-section .sec-title.text-center h2:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.groundwork-our-main-services-block .services-section .sec-title.light .text,
.groundwork-our-main-services-block .services-section .sec-title.light h2 {
  color: #ffffff;
}
.groundwork-our-main-services-block .services-section .sec-title.style-two {
  margin-bottom: 50px;
  border-bottom: 1px solid #f0f7f2;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .sec-title.style-two {
    margin-bottom: 20px;
  }
}
.groundwork-our-main-services-block .services-section .sec-title.style-two .title-column {
  position: relative;
}
.groundwork-our-main-services-block .services-section .sec-title.style-two .title-column .text-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 64px;
  width: 64px;
  z-index: -1;
}
.groundwork-our-main-services-block .services-section .sec-title.style-two .title-column h2 {
  margin-top: 15px;
}
.groundwork-our-main-services-block .services-section .sec-title.style-two .text-column .text {
  border-left: 1px solid #f0f7f2;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .sec-title.style-two .text-column .text {
    padding: 0 0 10px 20px;
  }
}
@media (max-width: 576px) {
  .groundwork-our-main-services-block .services-section .sec-title.style-two .text-column .text {
    padding: 0px;
    font-size: 16px;
  }
}
.groundwork-our-main-services-block .services-section .sec-title.style-three {
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e6e3;
}
.groundwork-our-main-services-block .services-section .sec-title.style-three .text {
  border-left: 1px solid #e1e6e3;
}
.groundwork-our-main-services-block .services-section .service-block {
  position: relative;
  margin-bottom: 30px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .service-block {
    margin-bottom: 20px;
  }
}
.groundwork-our-main-services-block .services-section .service-block .inner-box {
  border-radius: 20px;
  overflow: hidden;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .image-box {
  position: relative;
  overflow: hidden;
  height: 372px;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .image-box .icon-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  min-height: 100px;
  padding-top: 40px;
  z-index: 99;
  transition: all 500ms ease;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .image-box .icon-box .icon {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .image-box .icon-box .box-before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-bottom: 96px solid #ffffff;
  content: "";
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .service-block .inner-box .image-box .icon-box .box-before {
    border-left: 135px solid transparent !important;
    border-right: 135px solid transparent !important;
  }
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .image-box .icon {
  display: block;
  font-size: 56px;
  color: var(--color-primary);
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box:before {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background-color: var(--color-primary);
  visibility: hidden;
  transition: all 500ms ease;
  display: none;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box .content {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box .content .text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box .content .link {
  position: relative;
  display: block;
  margin-top: 30px;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box .content .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .overlay-box .content .link a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .caption-box {
  position: relative;
  border: 2px solid #f0f7f2;
  border-top: 0;
  text-align: center;
  padding: 10px 15px 30px;
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  transition: all 300ms ease;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 102px;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .service-block .inner-box .caption-box {
    padding: 10px 15px 20px;
  }
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .caption-box h3 {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-primary);
}
.groundwork-our-main-services-block .services-section .service-block .inner-box .caption-box h3 a {
  color: var(--color-primary);
  display: inline-block;
  transition: all 300ms ease;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  pointer-events: none;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box:hover .image-box .icon-box {
  transform: translateY(100%);
}
.groundwork-our-main-services-block .services-section .service-block .inner-box:hover .overlay-box:before {
  top: 0;
  opacity: 0.9;
  visibility: visible;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box:hover .overlay-box .content {
  opacity: 1;
  visibility: visible;
  transition-delay: 500ms;
}
.groundwork-our-main-services-block .services-section .service-block .inner-box:hover .caption-box {
  border-radius: 0;
  background-color: #eaf0ec;
  padding: 20px 15px;
}
.groundwork-our-main-services-block .services-section .service-block-two {
  position: relative;
  margin-bottom: 60px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  height: 464px;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .service-block-two {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .groundwork-our-main-services-block .services-section .service-block-two {
    margin: 0 20px;
    margin-bottom: 20px;
  }
}
.groundwork-our-main-services-block .services-section .service-block-two .inner-box {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .groundwork-our-main-services-block .services-section .service-block-two .inner-box {
    height: 326px;
  }
}
.groundwork-our-main-services-block .services-section .service-block-two .image {
  padding-bottom: 72px;
}
.groundwork-our-main-services-block .services-section .service-block-two .image img {
  display: none;
  width: 100%;
}
.groundwork-our-main-services-block .services-section .service-block-two .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaf0ec;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .groundwork-our-main-services-block .services-section .service-block-two .content-box {
    width: 330px;
    margin-left: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .groundwork-our-main-services-block .services-section .service-block-two .content-box {
    width: 510px;
    margin-left: 15px;
  }
}
.groundwork-our-main-services-block .services-section .service-block-two .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .groundwork-our-main-services-block .services-section .service-block-two .content {
    padding: 0px;
  }
}
.groundwork-our-main-services-block .services-section .service-block-two h3 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.groundwork-our-main-services-block .services-section .service-block-two h3 span {
  display: inline-block;
  color: var(--color-primary);
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a {
  display: inline-block;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 71px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background-color: #ffffff;
  font-size: 40px;
  margin-bottom: 35px;
  transition: all 300ms ease;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a .leaf-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a .leaf-img .flaticon-leaf-1 {
  width: 50px;
  height: 50px;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a .leaf-img .flaticon-leaf-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a .leaf-img .flaticon-leaf-1 .image-gren {
  display: block;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a .leaf-img .flaticon-leaf-1 .image-fff {
  display: none;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a:hover .leaf-img .image-gren {
  display: none;
}
.groundwork-our-main-services-block .services-section .service-block-two .icon-box a:hover .leaf-img .image-fff {
  display: block;
}
.groundwork-our-main-services-block .services-section .service-block-two .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.groundwork-our-main-services-block .services-section .service-block-two .link-box a {
  display: inline-block;
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 400;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.groundwork-our-main-services-block .services-section .service-block-two .link-box a:hover {
  text-decoration: underline;
}
.groundwork-our-main-services-block .services-section .product-block {
  position: relative;
  margin-bottom: 30px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .product-block {
    margin-bottom: 20px;
  }
}
.groundwork-our-main-services-block .services-section .product-block .inner-box {
  padding: 55px 45px 25px;
  /*background-color: #eaf0ec;*/
  border-radius: 20px;
  overflow: hidden;
  min-height: 270px;
  position: relative;
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .product-block .inner-box {
    padding: 20px 20px 10px;
  }
}
.groundwork-our-main-services-block .services-section .product-block .image-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  /*margin-top: 15px;*/
}
.groundwork-our-main-services-block .services-section .product-block .image-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00000029;
}
.groundwork-our-main-services-block .services-section .product-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .groundwork-our-main-services-block .services-section .product-block .image-box {
    /*height: 130px;*/
    /*width: 130px;*/
    /*margin-top: 50px;*/
  }
}
@media (max-width: 768px) {
  .groundwork-our-main-services-block .services-section .product-block .image-box {
    /*height: 120px;*/
    /*width: 120px;*/
    /*margin-top: 15px;*/
  }
}
@media (max-width: 576px) {
  .groundwork-our-main-services-block .services-section .product-block .image-box {
    width: 100%;
    /*position: static;*/
    display: inline-flex;
    justify-content: center;
  }
}
.groundwork-our-main-services-block .services-section .product-block .content-box {
  max-width: 70%;
}
@media (max-width: 576px) {
  .groundwork-our-main-services-block .services-section .product-block .content-box {
    width: 100%;
    max-width: 100%;
    position: static;
    text-align: center;
  }
}
.groundwork-our-main-services-block .services-section .product-block .content-box .tag,
.groundwork-our-main-services-block .services-section .product-block .content-box h3,
.groundwork-our-main-services-block .services-section .product-block .content-box h4,
.groundwork-our-main-services-block .services-section .product-block .content-box .link {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.groundwork-our-main-services-block .services-section .product-block .content-box .tag {
  display: block;
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.1;
}
.groundwork-our-main-services-block .services-section .product-block .content-box h3 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
}
.groundwork-our-main-services-block .services-section .product-block .content-box h3 span {
  color: var(--color-primary);
}
.groundwork-our-main-services-block .services-section .product-block .content-box h4 {
  font-size: 22px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 35px;
}
.groundwork-our-main-services-block .services-section .product-block .content-box .link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 300ms ease;
}
.groundwork-our-main-services-block .services-section .product-block .content-box .link a:hover {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
