
.template-info a {
  text-decoration: none;
}

.template-info * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

.template-info img {
  max-width: 100%;
}

.template-info .row {
  margin-left: -1%;
  margin-right: -1%;
}

.template-info .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4vw;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.template-info .btn.medium-btn {
  padding: 3.5% 10%;
}

.template-info .btn.large-btn {
  padding: 3.5% 9%;
}

.template-info .btn.small-btn {
  padding: 3% 10%;
}

.template-info .btn-primary {
  color: var(--white-color);
  -webkit-filter: drop-shadow(2px 3.464px 2px rgba(29, 29, 27, 0.24));
          filter: drop-shadow(2px 3.464px 2px rgba(29, 29, 27, 0.24));
  background-image: var(--btn-bg-image);
}

.template-info .container {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.template-info .ccs__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .ccs__list {
    width: calc(100% / 2);
    padding: 15px 10px 15px;
  }
}

@media all and (min-width: 641px) {
  .template-info .ccs__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) {
  .template-info .ccs__list:last-child {
    width: calc((100% / 12) *7);
    padding: 15px 10px 15px;
  }
  .template-info .ccs__list:first-child {
    width: calc((100% / 12) *5);
    padding: 15px 10px 15px;
  }
}

@media all and (max-width: 767px) {
  .template-info .ccs {
    padding: 0 15px;
  }
  .template-info .ccs__list {
    margin-bottom: 10px;
  }
}

.template-info .ccs__lists {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.template-info .cc-slider {
  padding:  0;
  background-color: var(--slider-sec-bgcolor);
  max-width: 100%;
  overflow: hidden;
}

.template-info .slick-slide {
  outline: none;
}

.template-info .slick-slide .sl-box {
  background: var(--white-color);
  padding: 7px;
  vertical-align: top;
  -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.27);
  text-align: center;
}

.template-info .slick-slide .sl-box img {
  height: 79.3%;
  width: 100%;
}

.template-info .slick-slide .sl-box span {
  font-weight: 500;
  text-align: center;
  padding: 9.7% 0;
  display: block;
}

@media (min-width: 768px) {
  .template-info .slick-slide .sl-box span {
    font-size: 23px;
    font-size: 1.53333vw;
    line-height: 25px;
    line-height: 1.66667vw;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .template-info .slick-slide .sl-box span {
    font-size: 23px;
    font-size: 2.39583vw;
    line-height: 25px;
    line-height: 2.60417vw;
  }
}

@media (max-width: 480px) {
  .template-info .slick-slide .sl-box span {
    font-size: 23px;
    font-size: 4.79167vw;
    line-height: 25px;
    line-height: 6.66667vw;
  }
}

.template-info .slick-arrow {
  font-size: larger;
  padding: 5px 0;
  width: 50px;
  height: 50px;
  background-color: var(--white-color);
  border: 5px solid var(--arrow-color);
  color: var(--arrow-color);
  border-radius: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  outline: none;
  z-index: 2;
}

.template-info .slider-nav {
  position: relative;
  padding: 5% 0;
}

.template-info .slider-nav .slick-next {
  right: 0;
}

.template-info .slider-nav .slick-prev {
  left: 0;
}

.template-info .slider-for {
  padding: 0px 5%;
  margin-top: 11.9%;
}

.template-info .sl-detail {
  text-align: left;
}

.template-info .sl-detail h4 {
  color: var(--arrow-color);
  margin: 3% 0 3%;
  position: relative;
  padding: 6% 0 0;
}

.template-info .sl-detail h4:before {
  content: '';
  width: 25%;
  background-color: var(--arrow-color);
  border: none;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  height: 16%;
}

.template-info .slick-current {
  text-align: left;
}

.template-info .slick-current .sl-box {
  background: var(--infolist-color);
  color: var(--white-color);
}

.template-info .slick-arrow {
  cursor: pointer;
}

.template-info .slick-arrow.slick-disabled {
  visibility: hidden;
}

@media (min-width: 768px) {
  .template-info .cc-slider {
    padding:  0;
  }
  .template-info .slick-slide {
    padding-right: 10px;
  }
  .template-info .slick-slide .sl-box-wrapper {
    padding: 10px 0;
  }
  .template-info .sl-detail hr {
    height: 12px;
  }
  .template-info .sl-detail h4 {
    font-weight: 700;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .template-info .sl-detail h4 {
    font-size: 35px;
    font-size: 2.33333vw;
    line-height: 35px;
    line-height: 2.33333vw;
  }
}

@media (min-width: 768px) and (min-width: 481px) and (max-width: 767px) {
  .template-info .sl-detail h4 {
    font-size: 35px;
    font-size: 3.64583vw;
    line-height: 35px;
    line-height: 3.64583vw;
  }
}

@media (min-width: 768px) and (max-width: 480px) {
  .template-info .sl-detail h4 {
    font-size: 35px;
    font-size: 7.29167vw;
    line-height: 35px;
    line-height: 9.33333vw;
  }
}

@media (min-width: 768px) {
  .template-info .sl-detail p {
    font-weight: 500;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .template-info .sl-detail p {
    font-size: 20px;
    font-size: 1.33333vw;
    line-height: 25px;
    line-height: 1.66667vw;
  }
}

@media (min-width: 768px) and (min-width: 481px) and (max-width: 767px) {
  .template-info .sl-detail p {
    font-size: 20px;
    font-size: 2.08333vw;
    line-height: 25px;
    line-height: 2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 480px) {
  .template-info .sl-detail p {
    font-size: 20px;
    font-size: 4.16667vw;
    line-height: 25px;
    line-height: 6.66667vw;
  }
}

@media (min-width: 768px) {
  .template-info .slider-nav .next-arrow {
    right: -17px;
  }
  .template-info .slider-nav .prev-arrow {
    left: -17px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .cc-slider {
    padding: 0.5% 0;
  }
  .template-info .slick-slide {
    padding-right: 0px;
  }
  .template-info .slick-slide .sl-box-wrapper {
    margin: 29px;
  }
  .template-info .sl-detail hr {
    height: 7px;
  }
  .template-info .sl-detail h4 {
    font-weight: 700;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-width: 768px) {
  .template-info .sl-detail h4 {
    font-size: 18px;
    font-size: 1.2vw;
    line-height: 20px;
    line-height: 1.33333vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-width: 481px) and (max-width: 767px) {
  .template-info .sl-detail h4 {
    font-size: 18px;
    font-size: 1.875vw;
    line-height: 20px;
    line-height: 2.08333vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (max-width: 480px) {
  .template-info .sl-detail h4 {
    font-size: 18px;
    font-size: 3.75vw;
    line-height: 20px;
    line-height: 5.33333vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .sl-detail p {
    font-weight: 400;
    text-align: justify;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-width: 768px) {
  .template-info .sl-detail p {
    font-size: 16px;
    font-size: 1.06667vw;
    line-height: 22px;
    line-height: 1.46667vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-width: 481px) and (max-width: 767px) {
  .template-info .sl-detail p {
    font-size: 16px;
    font-size: 1.66667vw;
    line-height: 22px;
    line-height: 2.29167vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (max-width: 480px) {
  .template-info .sl-detail p {
    font-size: 16px;
    font-size: 3.33333vw;
    line-height: 22px;
    line-height: 5.86667vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .slider-nav .next-arrow {
    right: 3%;
  }
  .template-info .slider-nav .prev-arrow {
    left: 3%;
  }
}

.template-info .client-list-sec {
  background-color: var(--white-color);
  max-width: 100%;
  overflow: hidden;
}

.template-info .client-list-sec h2 {
  width: 100%;
  text-align: center;
  border-bottom: 4px solid var(--slider-sec-bgcolor);
}

.template-info .client-list-sec h2 span {
  background: var(--white-color);
  padding: 0 2%;
}

.template-info .img-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--white-color);
  margin: 0 8%;
}

@media (min-width: 768px) {
  .template-info .client-list-sec {
    padding: 6.6% 0;
  }
  .template-info .client-list-sec h2 {
    font-weight: 700;
    margin-bottom: 5.8%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .template-info .client-list-sec h2 {
    font-size: 32px;
    font-size: 2.13333vw;
    line-height: 5px;
    line-height: 0.33333vw;
  }
}

@media (min-width: 768px) and (min-width: 481px) and (max-width: 767px) {
  .template-info .client-list-sec h2 {
    font-size: 32px;
    font-size: 3.33333vw;
    line-height: 5px;
    line-height: 0.52083vw;
  }
}

@media (min-width: 768px) and (max-width: 480px) {
  .template-info .client-list-sec h2 {
    font-size: 32px;
    font-size: 6.66667vw;
    line-height: 5px;
    line-height: 1.33333vw;
  }
}

@media (min-width: 768px) {
  .template-info .img-slider {
    border: 9px solid var(--black-color);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .txtleft {
    text-align: center;
  }
  .template-info .client-list-sec {
    padding: 10.6% 0;
  }
  .template-info .client-list-sec h2 {
    font-weight: 700;
    margin-bottom: 8%;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-width: 768px) {
  .template-info .client-list-sec h2 {
    font-size: 18px;
    font-size: 1.2vw;
    line-height: 5px;
    line-height: 0.33333vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (min-width: 481px) and (max-width: 767px) {
  .template-info .client-list-sec h2 {
    font-size: 18px;
    font-size: 1.875vw;
    line-height: 5px;
    line-height: 0.52083vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (max-width: 480px) {
  .template-info .client-list-sec h2 {
    font-size: 18px;
    font-size: 3.75vw;
    line-height: 5px;
    line-height: 1.33333vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .img-slider {
    border: 3px solid var(--black-color);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slidercomponent.css.map */