:root {
  --bodyFont: "Inter", sans-serif;
  --titleFont: "Outfit", sans-serif;
  --transition: 1.3s;
  --primaryColor: #8AF135;
  --secondaryColor: #56b10c;
  --whiteColor: #ffffff;
  --titleColor: #ffffff;
  --menuColor: #ffffff;
  --btnColor: #0F2923;
  --linkColor: #ffffffb3;
  --hoverColor: #8AF135;
  --globalColor: #ffffffb3;
  --bodyColor: #ffffffb3;
  --formBg: #2A4741;
  --lightColor: #969696;
  --btnBgColor: #8AF135;
  --btnHoverColor: #ffffff;
}

.themephi-addon-services.services-style1 {
  background: #2A4741;
  padding: 37px 30px 32px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 9;
  border: 1px solid transparent;
  margin-bottom: 30px;
}
.themephi-addon-services.services-style1 .services-icon {
  display: inline-block;
  margin-bottom: 35px;
  font-size: 40px;
}
.themephi-addon-services.services-style1 .services-icon img {
  transition: filter 0.3s ease;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.themephi-addon-services.services-style1 .services-icon i {
  color: var(--primaryColor);
  transition: 0.3s ease;
}
.themephi-addon-services.services-style1 .service-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.themephi-addon-services.services-style1 .service-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-addon-services.services-style1 .service-meta li span, .themephi-addon-services.services-style1 .service-meta li a {
  transition: 0.3s ease;
}
.themephi-addon-services.services-style1 .title {
  font-size: 24px;
}
.themephi-addon-services.services-style1 .title a {
  color: #fff;
  transition: 0.3s ease;
}
.themephi-addon-services.services-style1 .title a:hover {
  color: var(--primaryColor);
}
.themephi-addon-services.services-style1 .services-desc {
  transition: 0.3s ease;
}
.themephi-addon-services.services-style1 .services-btn {
  display: inline-block;
  transition: 0.3s ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.themephi-addon-services.services-style1 .services-btn:hover {
  color: var(--primaryColor);
}
.themephi-addon-services.services-style1:hover {
  border-color: var(--primaryColor);
}
.themephi-addon-services.services-style1:hover .services-icon img {
  filter: brightness(0%) invert(1);
}
.themephi-addon-services.services-style1:hover .services-icon i {
  color: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.themephi-addon-services.elementor-postion-top .services-part {
  display: block;
  text-align: center;
  flex-direction: unset;
}
.themephi-addon-services.elementor-postion-left .services-part {
  display: flex;
  flex-direction: row;
}
.themephi-addon-services.elementor-postion-left .services-part .services-icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 20px;
}
.themephi-addon-services.elementor-postion-left.elementor-vertical-align-top .services-part {
  align-items: start;
}
.themephi-addon-services.elementor-postion-left.elementor-vertical-align-middle .services-part {
  align-items: center;
}
.themephi-addon-services.elementor-postion-left.elementor-vertical-align-bottom .services-part {
  align-items: end;
}
.themephi-addon-services.elementor-postion-right .services-part {
  display: flex;
  flex-direction: row-reverse;
}
.themephi-addon-services.elementor-postion-right .services-part .services-icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-left: 20px;
}
.themephi-addon-services.elementor-postion-right.elementor-vertical-align-top .services-part {
  align-items: start;
}
.themephi-addon-services.elementor-postion-right.elementor-vertical-align-middle .services-part {
  align-items: center;
}
.themephi-addon-services.elementor-postion-right.elementor-vertical-align-bottom .services-part {
  align-items: end;
}
.themephi-addon-services.elementor-postion-bottom .services-part {
  display: flex;
  flex-direction: column-reverse;
}
.themephi-addon-services.elementor-postion-bottom .services-icon {
  margin-bottom: 0;
  margin-top: 20px;
}

.tp-services-wrapper ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tp-services-wrapper ul.page-numbers li {
  display: inline-block;
}
.tp-services-wrapper ul.page-numbers li span.current {
  background: var(--primaryColor);
  color: #0f2923;
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--primaryColor);
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 2px;
}
.tp-services-wrapper ul.page-numbers li span, .tp-services-wrapper ul.page-numbers li a {
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  background: transparent;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--primaryColor);
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
}
.tp-services-wrapper ul.page-numbers li a.next {
  position: relative;
}
.tp-services-wrapper ul.page-numbers li a:hover {
  background: var(--primaryColor);
  color: #0f2923;
}

/*# sourceMappingURL=services-grid.css.map */
