/* Tiny slider CSS library */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  height: 10px;
  float: left;
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
}

/* Slider */

.tns-outer {
  padding-bottom: 1.4rem !important;
  position: relative;
  margin-bottom: 1.4rem;
}

@media(max-width: 767px) {
  .tns-item {
    padding: 0;
  }
}

.tns-nav {
  bottom: -1.4rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.tns-nav button {
  background-color: #d0d0d0;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 12px;
}

.tns-nav button:hover,
.tns-nav button:focus {
  border: 2px solid transparent;
}

.tns-nav .tns-nav-active {
  background-color: #34b5e5;
}


/* Custom CSS */
.our-core-service {
  padding-top: 255px;
  margin-top: -187px;
  padding-bottom: 626px;
}

.our-core-service .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.our-core-service .title-wrapper .title {
  font-family: 'Roboto', sans-serif;
  font-size: 225%;
  line-height: 1em;
  color: #212120;
  margin: 0;
}

.our-core-service .title-wrapper .vertical-line {
  width: 1px;
  height: 80px;
  background: #F26829;
  margin: 0 37.5px 0 38.5px;
}

.our-core-service .title-wrapper .sub-title {
  font-size: 90%;
  line-height: 2em;
  color: #212120;
  max-width: 644px;
  margin: 0;
}

.our-core-service .image-groups {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1426px;
  margin: auto;
}

.image-groups .item {
  flex: 1 1 27.5%;
  max-width: 27.5%;
  margin-bottom: 70px;
  outline: none;
}

.image-groups .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 252px;
}

.image-groups .item .title {
  font-family: 'Roboto', sans-serif;
  font-size: 175%;
  color: #212120;
  text-align: center;
  margin: 14px 0 13px;
}

.image-groups .item .desc {
  font-size: 90%;
  line-height: 2em;
  color: #212120;
  text-align: center;
  margin: 0;
}

.image-groups .item .image__button {
  font-size: 12px;
  letter-spacing: .25em;
  color: #707070;
  background: #fff;
  border: 2px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 173px;
  height: 48px;
  margin: auto;
  border-radius: 3px;
  margin-top: 30px;
}

.image-groups .item .image__button:hover {
  border-color: #F15E1B;
  color: #F15E1B;
}

@media (max-width: 1024px) {
  .our-core-service {
    padding: 255px 20px 626px 20px;
    background-position-x: 70% !important;
  }

  .our-core-service .title-wrapper .title br {
    display: none;
  }

  .image-groups .item .title {
    font-size: 125%;
  }

  .our-core-service .title-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .our-core-service .title-wrapper .vertical-line {
    width: 80px;
    height: 1px;
    margin: 10px;
  }

  .our-core-service .title-wrapper .sub-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .image-groups .item {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .our-core-service .image-groups {
    flex-wrap: nowrap;
    max-width: unset;
  }

  .image-groups .item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .our-core-service .title-wrapper .title {
    text-align: center;
  }
}