.text-justify{
    text-align: justify;
}
.industry-services-icon{
 height: auto;
  line-height: normal;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -25%;
}
.dpco-industry-result {
  margin-bottom: 30px;
}
.industry-services-icon svg{
    width: clamp(60px, 5vw, 70px);
    height: clamp(60px, 5vw, 70px);
}
.providingSolutions-item-icon{
   height: auto;
  line-height: normal;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -15%;  
}
.providingSolutions-item-icon svg{
   width: clamp(70px, 5vw, 100px);
    height: clamp(70px, 5vw, 100px); 
}
.padding-top-20{
    padding-top: 20px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.solutions__container{
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
.dpco-solutions-providing__content{
    padding: 0 60px;
}
.dpco-zigzag-Industries{
    padding: 50px 0 0;
}
.color-white{
    color: #fff;
}
.line-height-30{
    line-height: 30px;
}
.dpco-zigzag-Industries-items{
    display: block;
}
.dpco-zigzag-Industries__image{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 16.83px 0px rgba(0, 149, 218, 1);
}
.dpco-zigzag-Industries__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dpco-industry-services{
    background: linear-gradient(0deg, #066184, #066184),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: relative;
}
.dpco-zigzag-Industries__item:nth-child(even){
    flex-direction: row-reverse;
}
.dpco-zigzag-Industries__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
    gap: 80px;
}
.dpco-zigzag-Industries__intro{
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.dpco-zigzag-Industries-item-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
 .dpco-zigzag-Industries-description{
    font-size: 14px;
    line-height:40px;
    text-align: justify;
}
.dpco-result-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}
.dpco-result-description{
    font-size: 14px;
    line-height:40px;
    text-align: justify;
    color: #fff;
}
.dpco-solutions-providing_item.slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
     margin: 20px 0;
}
.solutions{
    background: url('/documents/1567003/3552117/images.jpg/daae1c26-b6a6-e1f7-c224-c14eda4fc818?t=1773564819336') no-repeat center center;
    background-size: cover;
    position: relative; 
    padding: 60px 0;
    overflow: hidden;
    margin: 0 -10px;
    background-position: center 0;
}
.solutions::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(119, 145, 168, 0.5);
    backdrop-filter: blur(1px);
    pointer-events: none;
}
.solutions .container{
    position: relative;
    z-index: 1;
}
.dpco-solutions-providing__items ,.dpco-industry-services__content{
   position: relative;
    z-index: 2; 
}
.providingSolutions__link{
    width: 250px;
    height: 250px;
    border-radius: 55%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 66, 91, 0.65);
    box-shadow: 2px 2px 24px 0px rgba(0, 149, 218, 0.5);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
}
.dpco-industry-services_item.slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.dpco-industry-services__link.active{
    background:rgba(0, 66, 91, 1);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.dpco-industry-services__link.active .dpco-industry-services-title{
    color: #fff;
}
.providingSolutions-icon{
    margin-bottom: 25px;
}
label.dpco-circle-title, .dpco-industry-services-title{
    margin: 0;
    font-size: 16px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    max-width: 160px;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
    top: 56%;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.dpco-industry-services-title{
    font-size: 16px;
}
.providingSolutions__link:hover{
    transform: scale(1.08);
    background: rgba(0, 110, 130, 0.6);
    border-color: rgba(255,255,255,0.7);
}
.dpco-industry-services__link{
    width: 200px;
    height: 200px;
    border-radius: 55%;
    border: 1px solid rgba(255, 255, 255, 1);
     -webkit-backdrop-filter: blur(8px);
     backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    padding: 25px;
}
.dpco-industry-services__link:hover{
   transform: scale(1.05);
   background: rgba(0, 66, 91, 1);
   border-color: rgba(255, 255, 255, 1);
   -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
   -o-transform: scale(1.05);
}
.slick-slide{
    transition: all 0.4s ease;
}
.slick-center{
    opacity: 1;
}
.providingSolutions-arrows .slick-prev-solutions, .slick-next-solutions{
    top: 210px;
}
.providingSolutions-arrows .slick-next-solutions, .slick-prev-solutions{
    top: 210px;
}
.slick-prev-solutions, .slick-next-solutions{
    position: absolute;
    top: 155px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    background:transparent;
    backdrop-filter: blur(8px);
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }
.slick-prev-solutions, .slick-next-solutions svg{
    fill: #fff;
}
.slick-prev-solutions{
    right: 10px;
}
.slick-next-solutions{
    left: 10px;
}
.slick-prev-solutions.industry-arrow.slick-arrow{
    right: -50px;
}
.slick-next-solutions.industry-arrow.slick-arrow{
    left: -50px;
}
.slick-prev-solutions:hover, .slick-next-solutions:hover {
    background: rgba(0,120,150,0.8);
    transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
}
.dpco-zigzag-item-description, .dpco-zigzag-item-link{
    display: flex;
}
.dpco-onlineorder-content{
    position: relative;
    z-index: 1;
}
.dpco-onlineorder-title {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.dpco-onlineorder-title, .dpco-onlineorder-desc {
    color: #fff;
}
.dpco-onlineorder-desc {
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.dpco-catalogue::before, .dpco-catalogue::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.dpco-catalogue::before {
    background: transparent url(/documents/1567003/3552117/orderOnline.jpg/f4a5252f-5233-679a-4374-997c605dc2a5?t=1776155190860) no-repeat center/cover;
}
.dpco-catalogue::after {
    background-image: linear-gradient(90deg, rgba(21, 36, 57, 0) -0.25%, #00425B 100%);
}
.dpco-catalogue {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 2px 2px 24px 0px rgba(106, 110, 113, 0.5);
}
.dpco-btn.dpco-btn--orange-btn.dpco-btn--border-effect.dpco-zigzag-item-link.toggle-btn.active{
    background-color: #0095da;
}
@media screen and (max-width: 1199px){
    .providingSolutions__link{
        width:240px;
        height:240px;
        margin: 0;
    }
    .providingSolutions-arrows .slick-next-solutions, .slick-prev-solutions{
        top: 200px
    }
    .providingSolutions-arrows .slick-prev-solutions, .slick-next-solutions{
        top: 200px;
    }
}
@media screen and (max-width: 1024px){
    .providingSolutions__link{
        width:240px;
        height:240px;
        margin: 0;
    }
    .solutions__container {
        padding: 0 30px;
    }
    .providingSolutions-arrows .slick-prev-solutions, .slick-next-solutions{
        top: 195px;
    }
    .providingSolutions-arrows .slick-next-solutions, .slick-prev-solutions{
        top: 195px;
    }
}
@media screen and (max-width: 992px){
    .dpco-solutions-providing_item.slick-slide{
        margin: 20px 5px;
    }
    .industry-services-arrows{
        display: flex;
        justify-content: start;
        position: absolute;
        text-align: start;
        top: 0;
        left: 0;
        bottom: 10px;
    }
    .dpco-zigzag-Industries-item-title{
        text-align: right;
    }
    .dpco-zigzag-Industries__image,
    .dpco-zigzag-Industries__intro{
        flex: 100%;
        text-align: center;
    }
    .providingSolutions-arrows{
        display: flex;
        gap: 0;
        position: absolute;
        left: 0;
        top:0;
    }
    .slick-prev-solutions.industry-arrow.slick-arrow, .slick-next-solutions.industry-arrow.slick-arrow{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 20px;
        height: 20px;
        backdrop-filter: none;
        border: none;
    }
    h2.dpco-content-box-title{
        font-size: 20px;
    }
    .slick-next-solutions{
        left: 10px;
         top: 0;
    }
    .dpco-industry-services__link{
        width:190px;
        height:190px;
     }
     .slick-track{
        margin: 10px auto !important;
     }
    .providingSolutions-arrows .slick-prev-solutions,
    .providingSolutions-arrows .slick-next-solutions{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 25px;
        height: 25px;
        backdrop-filter: none;
        border: none;
    }
    .providingSolutions__link{
        width:170px;
        height:170px;
    }
    .slick-list.draggable{
        margin: 0;
    }
    .slick-prev-solutions:hover, .slick-next-solutions:hover{
        background: none;
    }
    .solutions{
        padding: 40px 0;
    }
    .dpco-industry-services__items{
        margin: 40px 0 20px 0;
        overflow: visible;
    }
    .dpco-industry-services{
        overflow: hidden;
    }
    .dpco-ndustry-services-desc.line-height-30.color-white.text-justify{
        margin-bottom: 30px;
    }
    .dpco-zigzag-Industries__item,
    .dpco-zigzag-Industries__item:nth-child(even){
        flex-direction: column;
        gap: 40px;
        margin-bottom: 20px;
    }
    .dpco-zigzag-Industries-description{
        text-align: justify;
        margin: 0;
    }
    .dpco-solutions-providing__content{
        padding: 0;
    }
    .dpco-industry-services_item{
        margin: 40px auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}
@media screen and (max-width: 768px){
    .industry-services-icon{
        height: auto;
        top : -20%;
    }
    .providingSolutions-item-icon{
        height: auto;
        top: -20%;
    }
    .dpco-industry-services_item{
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
    label.dpco-circle-title{
        font-size: 16px;
        margin-top: -10px;
    }
     .slick-prev-solutions:hover, .slick-next-solutions:hover{
        background: none;
    }
      .dpco-onlineorder-title {
        font-size: 16px;
    }
     .dpco-onlineorder-desc {
        font-size: 14px;
        line-height: 25px;
    }
    label.dpco-industry-services-title{
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        top: 45%;
    }
    .dpco-industry-services__link{
        width: 160px;
        height: 160px;
        margin: 0;
    }
    .dpco-zigzag-Industries{
        padding: 50px 0 10px 0;
    }
    .label.dpco-circle-title, .dpco-industry-services-title{
        line-height: 25px;
    }
    .solutions .container {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .dpco-solutions-providing_item.slick-slide{
        margin-right: 32px;
        width: 140px !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    .dpco-zigzag-Industries-item-title{
        font-size: 18px;
    }
    .providingSolutions__link {
        width: 140px;
        height: 140px;
    }
    .providingSolutions-item-icon svg {
        width: clamp(60px, 5vw, 100px);
        height: clamp(60px, 5vw, 100px);
    }
    .solutions h3.dpco-content-box-title{
        margin-right: 20px!important;
    }
    .providingSolutions-arrows .slick-prev-solutions, .providingSolutions-arrows .slick-next-solutions{
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 480px){
    .dpco-zigzag-Industries-item-title{
        text-align: right;
        margin-top: 0;
    }
    .dpco-industry-services__link{
        width: 140px;
        height: 140px;
        padding: 0 15px;
        margin: 0 7px;
    }
     .dpco-industry-services_item.slick-slide{
        padding: 0;
    }
    .industry-services-arrows{
        top: -25px
    }
    h2.dpco-content-box-title{
        font-size: 14px;
        margin-right: 10px;
    }
    .dpco-zigzag-Industries__item, .dpco-zigzag-Industries__item:nth-child(2n){
        margin-bottom: 0;
    }
    .dpco-zigzag-Industries-description{
        text-align: justify;
    }
    .dpco-zigzag-Industries__item{
        margin-bottom: 15px;
    }
    .dpco-btn--orange-btn{
        margin-bottom: 40px;
    }
    .slick-prev-solutions.industry-arrow.slick-arrow{
        right: 0;
    }
}
@media screen and (max-width:400px){
    .dpco-industry-services__link{
        width: 140px;
        height: 140px;
        padding: 0 15px;
        margin: 0 7px;
    }
    .dpco-industry-services_item.slick-slide{
        padding: 0;
    }
    .dpco-result-description{
        font-size: 14px;
    }
    .slick-prev-solutions.industry-arrow.slick-arrow{
        right: 0;
    }
}