h4 {
    color: #1b1a1a;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    
}
  @font-face {
      font-family: 'icomoon';
      src:  url('../fonts/icomoon.eot?4vca3n');
      src:  url('../fonts/icomoon.eot?4vca3n#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?4vca3n') format('truetype'),
        url('../fonts/icomoon.woff?4vca3n') format('woff'),
        url('../fonts/icomoon.svg?4vca3n#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }
.icon-arrow-right2:before {
    content: "\e96d";
    transform: translateY(1px);
    display: inline-block;
    font-size: 12px;
}
/* Button Link */
.btn__link {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
}

.btn__link.btn__primary {
  color: #DE2530;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary {
  color: #222222;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: #DE2530;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}

.service-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-item .service__img {
  position: relative;
}

.service-item .service__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  -webkit-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -moz-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -ms-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -o-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
}

.service-item .service__img img {
  width: 100%;
  max-width: 100%;
}

.service-item .service__content {
  background-color: #fff;
  padding: 40px 20px 40px 40px;
}

.service-item .service__icon {
  margin-bottom: 30px;
}

.service-item .service__icon i {
  font-size: 65px;
  line-height: 1;
  color: #DE2530;
}

.service-item .service__title {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 16px;
}

.service-item .service__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.service-item .btn__link {
  margin-top: 19px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-item .btn__link i {
  display: inline-block;
  opacity: 0;
  color: #DE2530;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}

.service-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.14);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-item:hover .service__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.service-item:hover .btn__link i {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.service-item .service__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 64, 79, 0.9);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.service-item:hover .service__overlay {
  opacity: 0.3;
}

.services-layout2 .heading__title,
.services-layout3 .heading__title {
  line-height: 48px;
}

.services-layout3 .service-items-wrap {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  overflow: hidden;
}

.services-layout3 .service-item {
  box-shadow: none !important;
  border-left: 2px solid #eaeaea;
  margin-left: -2px;
  margin-bottom: 0;
}

.services-layout3 .service-item:hover {
  box-shadow: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.services-layout3 .zoom__icon {
  position: relative;
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-layout3 .zoom__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.services-layout3 .zoom__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.services-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.services-carousel .service-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
}
.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
  padding: 0;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .service__icon {
    margin-bottom: 15px;
  }

  .service-item .service__icon i {
    font-size: 50px;
  }

  .service-item .service__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .services-layout2 .heading__title,
  .services-layout3 .heading__title {
    line-height: 40px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-item .service__content {
    padding: 20px;
  }

  .service-item .service__title {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .service-item .service__icon {
    margin-bottom: 10px;
  }

  .service-item .service__icon i {
    font-size: 45px;
  }

  .services-layout2 .heading__title,
  .services-layout3 .heading__title {
    line-height: 35px;
  }
}

