.groundwork-choose-us-block {
  background-color: var(--bg-color);
  position: relative;
}
.groundwork-choose-us-block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.groundwork-choose-us-block .bg img {
  width: 100%;
  height: 100%;
}
.groundwork-choose-us-block .why-choose-us {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 10px;
}
.groundwork-choose-us-block .why-choose-us:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #091b0f;
  opacity: 0.94;
  content: "";
}
.groundwork-choose-us-block .why-choose-us .feature-block {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box {
  position: relative;
  padding: 50px 110px 50px 60px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (max-width: 768px) {
  .groundwork-choose-us-block .why-choose-us .feature-block .inner-box {
    padding: 40px 30px 40px 30px;
  }
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ffffff padding-box content-box;
  content: "";
  opacity: 0.1;
  padding: 50px 0;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .float-text {
  position: absolute;
  right: 50px;
  top: 22px;
  font-size: 113px;
  color: #ffffff;
  font-weight: 400;
  opacity: 0.07;
  transition: all 300ms ease;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .icon-box {
  display: block;
  margin-bottom: 25px;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .groundwork-choose-us-block .why-choose-us .feature-block .inner-box .icon-box {
    margin-bottom: 17px;
    margin-top: 0;
  }
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .icon-box .icon {
  display: block;
  line-height: 80px;
  font-size: 65px;
  color: var(--color-primary);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 65px;
  height: 65px;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .icon-box .icon .icon-flaticon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .icon-box .icon .icon-flaticon-none {
  display: block;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .icon-box .icon .icon-flaticon-block {
  display: none;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box h3 {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .groundwork-choose-us-block .why-choose-us .feature-block .inner-box h3 {
    margin-bottom: 12px;
  }
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box h3 a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 32px;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 768px) {
  .groundwork-choose-us-block .why-choose-us .feature-block .inner-box .text {
    margin-bottom: 10px;
  }
}
.groundwork-choose-us-block .why-choose-us .feature-block .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-choose-us-block .why-choose-us .feature-block:hover .inner-box {
  background-color: var(--color-primary);
}
.groundwork-choose-us-block .why-choose-us .feature-block:hover .inner-box .text {
  color: #fff;
}
.groundwork-choose-us-block .why-choose-us .feature-block:hover .inner-box .icon-box .icon .icon-flaticon-none {
  display: none;
}
.groundwork-choose-us-block .why-choose-us .feature-block:hover .inner-box .icon-box .icon .icon-flaticon-block {
  display: block;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
