.services .swiper-pagination {
  position: static;
  margin-top: 65px; }
  .services .swiper-pagination .swiper-pagination-bullet {
    background-color: #222;
    opacity: .14;
    height: 8px;
    width: 8px; }
  .services .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--c-primary);
    opacity: 1; }

.services.slider {
  margin-right: -15px;
  margin-left: -15px; }
  .services.slider .swiper-container {
    padding: 30px 20px 0 20px;
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 20px; }
    .services.slider .swiper-container .swiper-slide {
      padding: 0 15px;
      box-sizing: border-box;
      opacity: 0; }
      .services.slider .swiper-container .swiper-slide.swiper-slide-visible {
        opacity: 1; }
  .services.slider .content {
    border-bottom: 5px solid transparent;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    padding: 70px 28px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .services.slider .content .icon i {
      position: relative;
      text-align: center;
      margin-bottom: 45px;
      font-size: 60px;
      line-height: 1;
      display: inline-block; }
    .services.slider .content .icon-imeg {
      max-height: 70px;
      min-height: 70px;
      margin-bottom: 50px; }
      .services.slider .content .icon-imeg img {
        max-height: 70px; }
    .services.slider .content .title {
      font-size: 20px;
      font-weight: bold;
      color: #222;
      margin-bottom: 26px; }
    .services.slider .content .text {
      font-size: 15px;
      line-height: 1.73;
      color: #888; }
    .services.slider .content:hover {
      background-color: #fff;
      border-bottom: 5px solid var(--c-primary);
      -webkit-box-shadow: 0 27px 4px 0 rgba(128, 190, 121, 0.3);
      box-shadow: 0 27px 40px 0 rgba(128, 190, 121, 0.3);
      padding: 45px 28px; }
    .services.slider .content.active {
      background-color: #fff;
      border-bottom: 5px solid var(--c-primary);
      -webkit-box-shadow: 0 27px 40px 0 rgba(128, 190, 121, 0.3);
      box-shadow: 0 27px 40px 0 rgba(128, 190, 121, 0.3);
      padding: 45px 28px; }

@media only screen and (max-width: 767px) {
  .services.slider .content {
    padding: 28px 20px 30px; }

  .services.slider .swiper-container {
    padding-bottom: 30px; } }
@media only screen and (max-width: 600px) {
  .services.slider .content {
    padding: 28px 10px 17px; }
    .services.slider .content:hover, .services.slider .content.active {
      padding: 28px 10px 17px;
      box-shadow: 0 10px 20px 0 rgba(128, 190, 121, 0.3); }

  .services.slider .content {
    text-align: center; }

  .services.slider .content .icon i {
    margin-bottom: 25px; }

  .services.slider .swiper-pagination {
    margin-top: 15px; }

  .services.slider {
    margin-right: 0;
    margin-left: 0; }
    .services.slider .swiper-container {
      padding: 0;
      margin-right: 0;
      margin-left: 0;
      margin-top: 20px; } }
@media (max-width: 424px) {
  .services.slider .content .icon-imeg {
    margin-bottom: 20px; }
  .services.slider .content .title {
    margin-bottom: 15px; } }
.service_width {
  width: 1170px;
  margin: 0 auto; }
  .service_width .services.listing .single_service_list_item {
    margin-bottom: 50px; }

.services.listing .light .content .icon-imeg img {
  filter: brightness(0) invert(1); }
.services.listing .light .content .servise_list_style_text .title, .services.listing .light .content .servise_list_style_text .text {
  color: #ffffff; }
.services.listing .single_service_list_item {
  margin-bottom: 30px; }
.services.listing .content {
  display: flex; }
  .services.listing .content .icon-imeg {
    width: 100%;
    max-width: 60px;
    max-height: 65px;
    margin-right: 25px; }
    .services.listing .content .icon-imeg img {
      max-width: 100%;
      max-height: 100%; }
  .services.listing .content .servise_list_style_text {
    max-width: 285px; }
    .services.listing .content .servise_list_style_text .title {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.31;
      color: var(--c-aditional);
      margin-bottom: 20px; }
      .services.listing .content .servise_list_style_text .title.small {
        font-size: 20px; }
    .services.listing .content .servise_list_style_text .text {
      font-size: 15px;
      line-height: 1.73;
      color: #888888; }

@media only screen and (max-width: 1440px) {
  .services.listing .content .servise_list_style_text .title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .services.listing .content .servise_list_style_text .text {
    line-height: 1.53; } }
@media only screen and (max-width: 1200px) {
  .services.listing .content .icon-imeg {
    width: 40px; }
  .services.listing .content .servise_list_style_text .title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px; }
  .services.listing .content .servise_list_style_text .text {
    font-size: 13px;
    line-height: 1.23; } }
@media only screen and (max-width: 991px) {
  .service_width {
    width: 1170px;
    margin: 0 auto; }
    .service_width .services.listing .single_service_list_item {
      margin-bottom: 30px; }
      .service_width .services.listing .single_service_list_item:last-child {
        margin-bottom: 0; } }
@media (max-width: 424px) {
  .services.listing .single_service_list_item:last-child {
    margin-bottom: 0; } }
.services.listing2 .light .content .icon-imeg img {
  filter: brightness(0) invert(1); }
.services.listing2 .light .content .servise_list_style_text .title, .services.listing2 .light .content .servise_list_style_text .text {
  color: #ffffff; }
.services.listing2 .single_service_list_item {
  margin-bottom: 30px; }
.services.listing2 .content {
  text-align: center; }
  .services.listing2 .content .icon-imeg, .services.listing2 .content .icon {
    width: 140px;
    height: 140px;
    margin: 20px auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .services.listing2 .content .icon-imeg i, .services.listing2 .content .icon i {
      font-size: 50px;
      line-height: 35px; }
    .services.listing2 .content .icon-imeg img, .services.listing2 .content .icon img {
      max-width: 100%;
      max-height: 100%; }
  .services.listing2 .content .servise_list_style_text .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.31;
    color: var(--c-aditional);
    margin-bottom: 20px; }
    .services.listing2 .content .servise_list_style_text .title.small {
      font-size: 20px; }
  .services.listing2 .content .servise_list_style_text .text {
    font-size: 15px;
    line-height: 1.73;
    color: #888888; }

@media only screen and (max-width: 1440px) {
  .services.listing .content .servise_list_style_text .title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .services.listing .content .servise_list_style_text .text {
    line-height: 1.53; } }
@media only screen and (max-width: 1200px) {
  .services.listing .content .icon-imeg {
    width: 40px; }
  .services.listing .content .servise_list_style_text .title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px; }
  .services.listing .content .servise_list_style_text .text {
    font-size: 13px;
    line-height: 1.23; } }
@media (max-width: 424px) {
  .services.listing2 .single_service_list_item {
    margin-bottom: 20px; } }
.services.modern_slider .services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px; }
  .services.modern_slider .services-row .swiper-slide {
    transition: .5s; }
    .services.modern_slider .services-row .swiper-slide:hover {
      box-shadow: 0 10px 20px 0 rgba(129, 191, 122, 0.9); }
.services.modern_slider .services-text {
  width: 43%;
  padding: 100px 50px 0 150px; }
.services.modern_slider .services-slider {
  width: 55%;
  padding-left: 0;
  padding-right: 0; }
  .services.modern_slider .services-slider:first-child {
    width: 100%; }
    .services.modern_slider .services-slider:first-child .swiper-pagination--mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .services.modern_slider .services-slider .swiper-container {
    padding: 15px 30px 90px; }
    .services.modern_slider .services-slider .swiper-container .swiper-slide {
      border-radius: 10px;
      overflow: hidden; }
      .services.modern_slider .services-slider .swiper-container .swiper-slide:nth-child(4n+1) {
        top: 60px; }
      .services.modern_slider .services-slider .swiper-container .swiper-slide:nth-child(4n+2) {
        top: 60px; }
      .services.modern_slider .services-slider .swiper-container .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .services.modern_slider .services-slider .swiper-container .swiper-slide .content {
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
.services.modern_slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.37;
  background-color: #000000;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out; }
  .services.modern_slider .overlay ~ * {
    position: relative;
    z-index: 1; }
.services.modern_slider .services-text .subtitle {
  opacity: 0.3;
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--c-aditional);
  text-transform: uppercase; }
.services.modern_slider .services-text .title {
  font-size: 42px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.3; }
  .services.modern_slider .services-text .title i {
    font-style: normal;
    color: var(--c-primary); }
.services.modern_slider .services-text .description {
  color: #888;
  font-size: 15px;
  line-height: 1.7; }
.services.modern_slider .swiper-pagination {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  position: static; }
  .services.modern_slider .swiper-pagination--mobile {
    display: none; }
  .services.modern_slider .swiper-pagination .swiper-pagination-bullet {
    text-indent: -999px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.services.modern_slider .services-wrap {
  -webkit-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in; }
  .services.modern_slider .services-wrap .title {
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    transition: .5s; }
  .services.modern_slider .services-wrap .icon {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; }
  .services.modern_slider .services-wrap .text {
    padding-top: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.78;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden; }
.services.modern_slider .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 30px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .services.modern_slider .content:hover .text {
    opacity: 1;
    max-height: 200px;
    visibility: visible; }
  .services.modern_slider .content:hover .icon {
    color: #fff; }
  .services.modern_slider .content:hover .overlay {
    background-color: var(--c-primary);
    opacity: 1; }

@media (max-width: 1440px) {
  .services.modern_slider .services-slider {
    width: 59%; }
    .services.modern_slider .services-slider .swiper-container .swiper-slide .content:hover .text {
      max-height: 65px; }
  .services.modern_slider .services-text {
    width: 40%;
    padding: 100px 50px 0 15px; }
    .services.modern_slider .services-text .title {
      font-size: 35px; }
  .services.modern_slider .services-wrap .title {
    margin-top: 0;
    font-size: 20px; }
  .services.modern_slider .services-wrap .text {
    padding-top: 5px;
    line-height: 1.5; } }
@media (max-width: 1200px) {
  .services.modern_slider .services-text {
    padding-right: 30px;
    width: 30%; }
  .services.modern_slider .services-slider {
    width: 70%;
    padding: 0 30px; }
    .services.modern_slider .services-slider .swiper-container {
      padding: 15px 0 90px; }
  .services.modern_slider .services-text .title {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0; }
  .services.modern_slider .swiper-pagination {
    margin-top: 35px; }
  .services.modern_slider .services-wrap {
    -webkit-transition: 0.15s ease-in;
    -o-transition: 0.15s ease-in;
    transition: 0.15s ease-in; }
    .services.modern_slider .services-wrap .icon {
      font-size: 45px; }
  .services.modern_slider .content {
    padding: 30px; } }
@media (max-width: 991px) {
  .services.modern_slider .services-text {
    padding-right: 15px;
    width: 50%;
    padding-top: 10px; }
  .services.modern_slider .services-slider {
    width: 50%; }
    .services.modern_slider .services-slider .swiper-container {
      padding-bottom: 45px; }
      .services.modern_slider .services-slider .swiper-container .swiper-slide:nth-child(4n+1) {
        top: 30px; }
      .services.modern_slider .services-slider .swiper-container .swiper-slide:nth-child(4n+2) {
        top: 30px; }
  .services.modern_slider .swiper-pagination {
    margin-top: 30px; }
  .services.modern_slider .services-wrap .icon {
    font-size: 35px; }
  .services.modern_slider .content {
    padding: 15px; } }
@media (max-width: 768px) {
  .services.modern_slider .services-slider .swiper-container .swiper-slide:nth-child(4n+1) {
    top: 0; }
  .services.modern_slider .services-slider .swiper-container .swiper-slide:nth-child(4n+2) {
    top: 0; } }
@media (max-width: 600px) {
  .services.modern_slider .services-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .services.modern_slider .services-text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .services.modern_slider .services-slider {
    width: 100%; }
    .services.modern_slider .services-slider .swiper-container {
      padding-bottom: 30px; }
  .services.modern_slider .swiper-pagination {
    margin-top: 0; }
  .services.modern_slider .services-wrap .icon {
    font-size: 35px; }
  .services.modern_slider .services-wrap .text {
    padding-top: 25px; }
  .services.modern_slider .content {
    padding: 30px; }
  .services.modern_slider .swiper-pagination--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10; }
  .services.modern_slider .swiper-pagination--desktop {
    display: none; } }

/*# sourceMappingURL=services-list.css.map */
