/*=======================================
service-style-1
=============================================*/

.markino-service-style1 .service-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 32px;
  margin: -32px;
}

.markino-service-style1 .owl-item.cloned,
.markino-service-style1 .owl-item {
  opacity: 0;
}

.markino-service-style1 .owl-item.active {
  opacity: 1;
}

.markino-service-style1 .markino-service-blog {
  padding: 30px 29px;
  background-color: var(--color-theme-white);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  box-shadow: 4px 10px 45px 0px rgba(156, 156, 156, 0.1);
  -webkit-box-shadow: 4px 10px 45px 0px rgba(156, 156, 156, 0.1);
  -moz-box-shadow: 4px 10px 45px 0px rgba(156, 156, 156, 0.1);
}

.markino-service-style1 .markino-service-blog .service-icon-box {
  margin-bottom: 16px;
  height: 64px;
  width: 64px;
  background: var(--color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.markino-service-style1 .markino-service-blog .service-icon-box svg {
  height: 24px;
  width: 24px;
}

.markino-service-style1 .markino-service-blog .markino-heading-title {
  margin-bottom: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-right: 55px;
}

.markino-service-style1 .markino-service-blog .markino-heading-title:hover {
  color: var(--color-theme-primary);
}

.markino-service-style1 .markino-service-blog .markino-service-img {
  margin-top: 22px;
}

.markino-service-style1 .markino-service-blog .markino-service-info .markino-service-main-detail .markino-description p {
  margin: 0;
}

.markino-service-style1 .markino-service-blog .markino-service-info .markino-service-main-detail .markino-btn-container {
  margin-top: 16px;
}

/*===================
responsive
==========================*/

@media (max-width: 1350px) {
  .markino-service-style1 .markino-service-blog .markino-heading-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .markino-service-style1 .markino-service-blog {
    padding: 40px 30px;
  }

  .markino-service-style1 .markino-service-blog .markino-service-info .markino-service-main-detail .markino-btn-container {
    margin-top: 20px;
  }
}