/* Fitrix Services Widget */
.services-section {
  line-height: 0;
}
.services-section .owl-carousel .owl-item img {
    width: 100%;
}
.services-section .owl-carousel .owl-item .services-inner-box img {
  width: auto;
}
.services-section .services-inner-box {
  background-color: var(--e-global-color-white);
  position: relative;
  padding: 78px 34px 39px;
  width: 74%;
  margin: 0 auto;
  margin-top: -150px;
  transition: ease-in-out 0.6s;
  border: 2px solid transparent;
}
.services-section .services-box {
  transition: ease-in-out 0.6s;
}
.services-section .services-inner-box h4 {
  margin-bottom: 8px;
}
.services-section .services-inner-box p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 13px;
}
.services-section .services-inner-box a {
  background-color: var(--e-global-color-accent);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.services-section .services-inner-box figure {
  border-radius: 100%;
  background-color: var(--e-global-color-black);
  width: 127px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  border: 3px solid var(--e-global-color-white);
}
.services-section .services-box:hover .services-inner-box {
  background-color: var(--e-global-color-black);
}
.services-section .services-box:hover * {
  color: var(--e-global-color-white);
}
.services-section .services-box:hover .service-icon {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-black);
}
.services-section .services-box:hover .service-icon img {
  filter: brightness(0);
}
.services-section .owl-dots {
  margin-top: 50px;
  text-align: center;
  line-height: 0;
}
.services-section .owl-dots button {
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
}
.services-section .owl-dots button span {
  background-color: var(--e-global-color-white);
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 100%;
}
.services-section .owl-dots button.active span {
  background-color: var(--e-global-color-black);
  color: var(--e-global-color-white);
  width: 19px;
  height: 19px;
}
/* Services Style 2 */
.services-style-2 .services-box {
  margin-bottom: 80px;
}
.services-style-2 .services-box img {
  width: 100%;
}
.services-style-2 .services-box .services-inner-box img {
  width: auto;
}
/* Services Style 3 */

.services-style-3 .services-box .services-inner-box{
  margin-top: 0;
  width: 100%;
  padding: 0 65px;
  min-height: 555px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}

.services-style-3 .services-box .srvice-img img{
    height: 555px;
    object-fit: cover;
    object-position: top;
}
.services-style-3 .services-inner-box figure{
  transform: translate(0%, 0%);
  width: 96px;
  height: 96px;
}
.services-style-3 .services-inner-icon-area{
  display: flex;
  align-items: center;
  gap: 22px;
}
.services-style-3 .services-inner-icon-area h4{
  text-align: left;
}
.services-style-3 .services-inner-box p{
  text-align: left;
}
.services-style-3 .services-inner-box a{
  width: 180px;
  height: 55px;
  gap: 21px;
  margin: initial;
  color: #000;
}
.services-style-3 .services-box:hover a{
  background-color: #76ff2a;
  color: #000;
}

.services-style-3 .owl-nav{
  margin-top: 50px;
  display: flex;
  gap: 20px;
  color: #000;
  font-size: 20px;
  justify-content: center;
}
.services-style-3 .owl-carousel .owl-nav button.owl-next, .services-style-3 .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-style-3 .owl-nav button:hover{
  background: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 100%;
}

@media screen and (max-width: 1366px) {
  .services-section .services-inner-box figure {
      width: 120px;
      height: 120px;
  }
  .services-section .services-inner-box {
      padding: 74px 20px 35px;
      width: 90%;
  }
  .services-section .owl-dots {
    margin-top: 40px;
  }
  .services-style-2 .services-box {
    margin-bottom: 50px;
  }
  .services-style-3 .services-inner-box figure {
    width: 90px;
    height: 90px;
  }
  .services-style-3 .services-inner-box figure img{
    padding: 10px;
  }
}
@media screen and (max-width: 1125px) {
  .services-style-3 .services-box .services-inner-box{
    padding: 0 35px;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .services-section .services-inner-box {
    padding: 60px 14px 30px;
    margin-top: -120px;
  }
  .services-section .services-inner-box h4 {
    padding: 0 30px;
  }
  .services-section .services-inner-box figure {
    width: 100px;
    height: 100px;
  }
  .services-section .services-inner-box figure img {
    width: 45px !important;
  }
  .services-section .services-inner-box a {
    width: 38px;
    height: 38px;
  }
  .services-section .owl-dots {
    margin-top: 30px;
  }
  .services-style-2 .services-box {
    margin-bottom: 30px;
  }
  
  .services-style-3 .services-inner-box a {
    width: 165px;
    height: 50px;
    gap: 15px;
  }
  .services-style-3 .services-inner-box h4 {
    padding: 0;
  }
  .services-section .owl-carousel .owl-item .services-inner-box img{
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .services-section .services-inner-box {
    padding: 60px 30px 30px;
  }
  .services-style-3 .services-box .services-inner-box{
    padding: 40px 20px;
  }
  .services-section .services-inner-box figure {
    width: 80px;
    height: 80px;
  }
  .services-style-3 .services-inner-icon-area{
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-inner-box h4 {
    margin-bottom: 4px;
  }
  .services-section .services-inner-box p {
    font-size: 14px;
  }
  .services-section .owl-dots {
    margin-top: 25px;
  }
  .services-section .owl-dots button.active span {
    width: 15px;
    height: 15px;
  }
  .services-style-3 .services-inner-icon-area{
    margin: 0 auto;
  }
  .services-style-3 .services-box .services-inner-box{
    min-height: 360px;
  }
  .services-style-3 .services-inner-box p{
    text-align: center;
  }
  .services-style-3 .services-inner-box a{
    margin: 0 auto;
  }
  .services-style-3 .owl-nav{
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {

}