/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */
<style type="text/css">
.wrap-feature-24 {
  margin-top: 60px;
}

.wrap-feature-24 .card {
  overflow: hidden;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.wrap-feature-24 .card:hover {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.wrap-feature-24 .service-24 {
  text-align: center;
  padding: 40px 0;
  display: block;
}

.wrap-feature-24 .service-24 i {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #1dc8cd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#1dc8cd));
  background: -webkit-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: linear-gradient(to right, #07d79c 0%, #1dc8cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 50px;
}

.wrap-feature-24 .service-24 .ser-title {
  margin: 10px 0 5px;
  font-weight: 500;
}

.wrap-feature-24 .service-24:hover, .wrap-feature-24 .service-24:focus {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #1dc8cd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#1dc8cd));
  background: -webkit-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: linear-gradient(to right, #07d79c 0%, #1dc8cd 100%);
}

.wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:hover .ser-title, .wrap-feature-24 .service-24:focus i, .wrap-feature-24 .service-24:focus .ser-title {
  color: #ffffff;
  text-fill-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:focus i {
  margin-bottom: 5px;
}
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.wrap-feature6-box .card-body {
  padding: 30px;
}

.wrap-feature6-box .card-body .linking {
  color: #ffffff;
}

.wrap-feature6-box .card-body .linking:hover {
  color: #263238;
}

.wrap-feature6-box .card-body p {
  opacity: 0.8;
}

.wrap-feature6-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
</style>
 <style>
    .swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.textblack{
		color: black;
	}
  </style>