.service-slider-wrap .pcx-industries-carousel .slick-slide{
  background-color: #fff !important;
  box-shadow: 0 2px 4px #02061729;
  transition: .3s;
  height: inherit !important;
  margin: 0 15px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.service-slider-wrap .page-center.theme_center{
  max-width:1458px;
}
.service-slider-wrap .page-center.full_width{
  max-width:100%;
  padding:0;
}

.service-slider-wrap .pcx-industry-headertop{
  align-items: center;
  display: flex;
  gap: 15px;
}
.service-slider-wrap .pcx-industry-headertop{
  margin-bottom: 10px;
}
.service-slider-wrap .pcx-industry-headertop .pcx-industry-img{
  width: 50px;
}
.service-slider-wrap .pcx-industry-headertop .pcx-industry-title{
  font-weight: 600;
  font-size; 1.1rem;
}
.service-slider-wrap .pcx-industries-carousel .slick-slide:hover{
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.6);
  box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.6);   
}

.service-slider-wrap .pcx-industry-item .pcx-industry-title,
.service-slider-wrap .pcx-industry-item .pcx-industry-overview{
  color: #121829 !important;  
}
.service-slider-wrap .pcx-industry-item a{
  display: block;
  padding: 25px;

}
.service-slider-wrap .service-slider-wrap .page-center {
  max-width: 100%;
}

.service-slider-wrap .pcx-industry-headertop .pcx-industry-title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 27.2px;
  margin: 0;
  font-family:Roboto;
}

.service-slider-wrap .pcx-industry-overview p {
  font-size: 16px;
  line-height: 27.2px;
}
.pcx-industries-carousel .pcx-industry-item {
  position: relative;
  cursor: pointer;
}

.service-slider-wrap .pcx-industry-item a.absLink {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding:0;
}

/* arrows */

.service-slider-wrap .pcx-industries-carousel .slick-slide {
  background-color: #fff!important;
  box-shadow: 0 2px 4px #02061729;
  transition: .3s
}

.service-slider-wrap .pcx-industries-carousel-nav-next .fas,
.service-slider-wrap .pcx-industries-carousel-nav-prev .fas {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor:pointer;
  border-radius: 100%;
  font-size: 1rem;
}

.service-slider-wrap .pcx-industries-carousel-nav-next .fas,
.service-slider-wrap .pcx-industries-carousel-nav-prev .fas,
body .service-slider-wrap .pcx-carousel-panel-arrows li {
  background-color: #e2e8f0!important;
  border: 1px solid #e2e8f0!important;
  color: #64748b!important;
  height: 40px;
  padding: 5px 12px!important;
  transition: .3s;
  vertical-align: middle;
  width: 40px
}

.service-slider-wrap .pcx-industries-carousel-nav-next .fas:hover,
.service-slider-wrap .pcx-industries-carousel-nav-prev .fas:hover {
  background-color: #00b7ef!important;
  border: 1px solid #00b7ef!important;
  color: #fff!important
}

.service-slider-wrap .pcx-industries-carousel-nav {
  max-width: 1428px;
  display: block;
  margin: 20px auto;
  padding: 0px 20px 0px;
}
.service-slider-wrap .pcx-industries-carousel-nav .pcx-industries-carousel-arrows {
  display: flex;
  gap: 18px;
}

.service-slider-wrap .fa-arrow-left:before {
  content: "\f060";
}
.service-slider-wrap .fa-arrow-right:before {
  content: "\f061";
}
.service-slider-wrap .page-center{
  max-width:100%;
}
.service-slider-wrap .page-center {
  padding: 0;
}
.pcx-industries-carousel .slick-track {
  display: flex !important;
}

.pcx-industries-carousel .slick-slide {
  height: auto;                
  display: flex;               
}

.pcx-industries-carousel .pcx-industry-item {
  flex: 1;  
  padding:25px;
}

@media(max-width:767px){


  .service-slider-wrap .pcx-industry-headertop .pcx-industry-title h4 {
    font-size: 14px;
  }

  .service-slider-wrap .pcx-industry-overview p {
    font-size: 14px;
  }
  .service-slider-wrap .page-center {
    padding: 0 20px;
  }
}