@media screen and (min-width: 993px) {
  /* line 3, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services > div:nth-child(1) {
    padding: auto;
  }
}

/* line 10, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .recent-events-title {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 993px) {
  /* line 10, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .recent-events-title {
    text-align: left;
    margin-left: 0;
  }
}
/* line 21, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content p {
  margin: 20px;
}
/* line 25, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content .services-img {
  height: 260px;
}
/* line 29, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content .events-container {
  height: 560px;
}
/* line 32, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content .events-container .event-card {
  width: 250px;
}
/* line 35, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content .events-container .event-card .size-item-carousel {
  width: 250px !important;
  height: 240px !important;
}
/* line 39, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content .events-container .event-card .size-item-carousel .slide-events {
  width: 250px;
  height: 240px;
}
/* line 45, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .services-content .events-container .event-card .event-mini-description {
  height: 270px;
}
@media screen and (min-width: 993px) {
  /* line 52, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content p {
    margin: 20px 0;
  }
  /* line 56, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content .services-img {
    height: 390px;
  }
  /* line 60, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content .events-container {
    height: 500px;
  }
  /* line 63, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content .events-container .event-card {
    width: 390px;
  }
  /* line 66, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content .events-container .event-card .size-item-carousel {
    width: 390px !important;
    height: 270px !important;
  }
  /* line 70, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content .events-container .event-card .size-item-carousel .slide-events {
    width: 390px;
    height: 270px;
  }
  /* line 76, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .services-content .events-container .event-card .event-mini-description {
    height: 160px;
  }
}

/* line 86, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .index-services-page {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 90, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .index-services-page > div.col {
  padding: 0;
}
/* line 93, /myapp/app/assets/stylesheets/front/services.scss */
.div-our-services .index-services-page > div.col .services-content {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 993px) {
  /* line 101, /myapp/app/assets/stylesheets/front/services.scss */
  .div-our-services .index-services-page {
    margin: 0 20px 0 60px !important;
  }
}

/* line 107, /myapp/app/assets/stylesheets/front/services.scss */
.services-content {
  padding: 0 20px 0 20px;
  display: flex;
  flex-direction: column;
}

/* line 117, /myapp/app/assets/stylesheets/front/services.scss */
.show-category-page .separator {
  height: 7px;
}
/* line 122, /myapp/app/assets/stylesheets/front/services.scss */
.show-category-page .div-our-services > div {
  padding: 0;
}

/* line 130, /myapp/app/assets/stylesheets/front/services.scss */
.show-category .div-our-services .services-content {
  padding: 0;
}
@media screen and (min-width: 993px) {
  /* line 137, /myapp/app/assets/stylesheets/front/services.scss */
  .show-category .div-our-services .services-content {
    padding: 0 20px 0 20px;
  }
}

/* line 145, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content {
  margin: 0;
  padding: 0;
}
/* line 149, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .info-event-image-wrapper {
  max-width: 100%;
  height: 260px;
}
/* line 154, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .service-name {
  margin: 20px;
}
/* line 158, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .info-event-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 164, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content p {
  margin: 20px;
}
/* line 168, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .recent-events-title {
  margin-left: 20px;
}
/* line 172, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .my-carousel {
  flex-direction: column;
}
/* line 175, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .my-carousel .events-container {
  height: 590px;
  margin-top: 0;
}
/* line 179, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .my-carousel .events-container .event-card {
  width: 100%;
}
/* line 182, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .my-carousel .events-container .event-card .size-item-carousel {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 186, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .my-carousel .events-container .event-card .size-item-carousel .slide-front-title {
  width: 100%;
  max-width: 100%;
}
/* line 192, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .my-carousel .events-container .event-card .event-mini-description {
  margin: 20px;
  height: 214px;
}
/* line 200, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .more-events-btn {
  margin-top: 25px;
}
/* line 204, /myapp/app/assets/stylesheets/front/services.scss */
.div-show-service .services-content .services-list {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  /* line 210, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content {
    margin: 0 20px 0 60px;
  }
  /* line 213, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .info-event-image-wrapper {
    height: 390px;
  }
  /* line 217, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .info-event-image {
    height: 390px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 223, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .service-name {
    margin: 0;
  }
  /* line 227, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content p {
    margin: 20px 0 0 0;
  }
  /* line 231, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .recent-events-title {
    margin-left: 0;
  }
  /* line 235, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .my-carousel {
    flex-direction: row;
  }
  /* line 238, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .my-carousel .events-container {
    height: 500px;
    margin-top: 25px;
  }
  /* line 242, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .my-carousel .events-container .event-card {
    width: 390px;
  }
  /* line 245, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .my-carousel .events-container .event-card .size-item-carousel {
    width: 390px !important;
    max-width: 390px !important;
  }
  /* line 249, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .my-carousel .events-container .event-card .size-item-carousel .slide-front-title {
    width: 390px;
    max-width: 390px;
  }
  /* line 255, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .my-carousel .events-container .event-card .event-mini-description {
    margin: 20px 0 20px 0;
    height: 160px;
  }
  /* line 263, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .more-events-btn {
    margin-top: 40px;
  }
  /* line 267, /myapp/app/assets/stylesheets/front/services.scss */
  .div-show-service .services-content .services-list {
    margin-bottom: 0;
  }
}

/* line 274, /myapp/app/assets/stylesheets/front/services.scss */
.services-img {
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  margin-top: 40px;
}

/* line 282, /myapp/app/assets/stylesheets/front/services.scss */
.cover-img {
  position: relative;
  background: white;
  margin-top: 20px;
}
/* line 287, /myapp/app/assets/stylesheets/front/services.scss */
.cover-img > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* line 297, /myapp/app/assets/stylesheets/front/services.scss */
.img-event-show {
  width: 100%;
  height: 230px;
}
@media screen and (min-width: 993px) {
  /* line 297, /myapp/app/assets/stylesheets/front/services.scss */
  .img-event-show {
    height: 390px;
  }
}

/* line 306, /myapp/app/assets/stylesheets/front/services.scss */
.service-description {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 993px) {
  /* line 306, /myapp/app/assets/stylesheets/front/services.scss */
  .service-description {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 317, /myapp/app/assets/stylesheets/front/services.scss */
.services-content > p,
.services-content > .service-description p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 2.6px;
  text-align: justify;
  color: #5b5b5b;
  margin: 0;
}

/* line 330, /myapp/app/assets/stylesheets/front/services.scss */
.service-description.text p {
  padding: 0px;
  text-align: justify;
}

/* line 335, /myapp/app/assets/stylesheets/front/services.scss */
.separator {
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-bottom: solid 0.5px rgba(202, 202, 202, 0.68);
}

/* line 344, /myapp/app/assets/stylesheets/front/services.scss */
.recent-events-title {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: 5px;
  text-align: left;
  color: #464646;
  margin-top: 0;
  margin-left: 0;
}

/* line 357, /myapp/app/assets/stylesheets/front/services.scss */
.services-list {
  background-color: #201f1f;
  padding: 40px 34px 40px 34px;
}
/* line 362, /myapp/app/assets/stylesheets/front/services.scss */
.services-list .service-item > div {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 993px) {
  /* line 357, /myapp/app/assets/stylesheets/front/services.scss */
  .services-list {
    padding: 40px 35px 40px 35px;
  }
  /* line 372, /myapp/app/assets/stylesheets/front/services.scss */
  .services-list .service-item > div {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* line 380, /myapp/app/assets/stylesheets/front/services.scss */
.serivces-title {
  font-size: 23px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 4.7px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  /* line 380, /myapp/app/assets/stylesheets/front/services.scss */
  .serivces-title {
    line-height: 1.93;
  }
}

/* line 394, /myapp/app/assets/stylesheets/front/services.scss */
.service-row {
  margin: auto;
  max-width: 1420px;
}

/* line 399, /myapp/app/assets/stylesheets/front/services.scss */
.no-margin-left {
  margin-left: 0;
}

/* line 403, /myapp/app/assets/stylesheets/front/services.scss */
.bullet {
  width: 7px;
}

/* line 407, /myapp/app/assets/stylesheets/front/services.scss */
.service-item {
  margin-top: 44px;
}

/* line 411, /myapp/app/assets/stylesheets/front/services.scss */
.service-item > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 17px;
  overflow: hidden;
  min-width: 126px !important;
}
/* line 420, /myapp/app/assets/stylesheets/front/services.scss */
.service-item > div > a {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 1.92;
  letter-spacing: 2px;
  text-align: left;
  color: #ffffff;
  margin-left: 12px;
}
/* line 432, /myapp/app/assets/stylesheets/front/services.scss */
.service-item > div > a:hover {
  color: #ff0000 !important;
}
/* line 436, /myapp/app/assets/stylesheets/front/services.scss */
.service-item > div > img {
  margin-top: 9px;
}
@media screen and (min-width: 993px) {
  /* line 411, /myapp/app/assets/stylesheets/front/services.scss */
  .service-item > div {
    max-width: 100% !important;
    min-height: 100% !important;
  }
}

/* line 446, /myapp/app/assets/stylesheets/front/services.scss */
#carousel_service,
#carousel_service_div,
#carousel_service_mobile,
#carousel_service_mobile_div {
  height: 645px !important;
}
@media screen and (min-width: 993px) {
  /* line 446, /myapp/app/assets/stylesheets/front/services.scss */
  #carousel_service,
  #carousel_service_div,
  #carousel_service_mobile,
  #carousel_service_mobile_div {
    height: 592px !important;
  }
}

/* line 457, /myapp/app/assets/stylesheets/front/services.scss */
.service-name {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.9px;
  color: #464646;
  text-align: left;
  margin: 20px 0 5px 0;
}

/* line 469, /myapp/app/assets/stylesheets/front/services.scss */
#services_view_more,
#booking_topic_view_more {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  color: white;
  text-align: center;
  background-image: linear-gradient(#ff003e 9.7%, #f00);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.2);
}

/* line 483, /myapp/app/assets/stylesheets/front/services.scss */
.services-view-more,
.booking-topic-view-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 490, /myapp/app/assets/stylesheets/front/services.scss */
.description-image-service {
  background: rgba(0, 0, 0, 0.35);
  bottom: 0px;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  height: 45px;
  justify-content: center;
  align-items: center;
  letter-spacing: 2.9px;
  line-height: normal;
  padding: 0px 12px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}

/* line 511, /myapp/app/assets/stylesheets/front/services.scss */
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
