
/*================================================
FL Features Area CSS
=================================================*/
.single-fl-features-box {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.6);
}

.single-fl-features-box .icon {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 15px;
  color: var(--mainColor);
}

.single-fl-features-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.single-fl-features-box .link-btn {
  display: inline-block;
  font-weight: 600;
  margin-top: 2px;
}

.single-fl-features-box:hover {
  background-color: var(--whiteColor);
}

.single-fl-features-box .link-btn:hover {
  color: var(--mainColor);
}

/*================================================
FL Services Area CSS
=================================================*/
.fl-services-area {
  z-index: 1;
  position: relative;
}

.fl-services-area::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  height: 150px;
  position: absolute;
  background-color: var(--whiteColor);
}

.fl-services-box {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.fl-services-box .icon {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 15px;
  color: var(--mainColor);
}

.fl-services-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.fl-services-box .link-btn {
  display: inline-block;
  font-weight: 500;
  margin-top: 2px;
}

.fl-services-slides.owl-theme .fl-services-box {
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
}

.fl-services-slides.owl-theme .owl-stage-outer {
  padding-bottom: 100px;
}

.fl-services-slides.owl-theme .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  right: 15px;
  top: -100px;
}

.fl-services-slides.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.fl-services-slides.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.fl-services-slides.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.fl-services-slides.owl-theme .owl-dots .owl-dot:hover span, .fl-services-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
}
.fl-services-box .link-btn:hover {
  color: var(--mainColor);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .single-fl-features-box {
        text-align: center;
        padding: 20px 15px;
    }
    .single-fl-features-box .icon {
        font-size: 45px;
    }
    .single-fl-features-box h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .fl-services-box {
      padding: 20px 15px;
      text-align: center;
    }
    .fl-services-box .icon {
      font-size: 45px;
    }
    .fl-services-box h3 {
      margin-bottom: 12px;
      font-size: 18px;
    }
    .fl-services-slides.owl-theme {
      padding-top: 40px;
    }
    .fl-services-slides.owl-theme .owl-stage-outer {
      padding-bottom: 60px;
    }
    .fl-services-slides.owl-theme .owl-dots {
      right: 0;
      left: 0;
      top: 0;
    }
    .fl-services-box {
      padding: 25px 20px;
      text-align: center;
    }
    .fl-services-box .icon {
      font-size: 50px;
    }
    .fl-services-box h3 {
      font-size: 21px;
    }

}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fl-features-box {
        padding: 25px 20px;
        text-align: center;
    }
    .single-fl-features-box .icon {
        font-size: 50px;
    }
    .single-fl-features-box h3 {
        font-size: 21px;
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-fl-features-box {
        padding: 25px;
    }
    .single-fl-features-box h3 {
        font-size: 22px;
    }
    .fl-services-box {
      padding: 25px;
    }
    .fl-services-box h3 {
      font-size: 22px;
    }
}