section.cta{padding-top:0;background:0 0;padding-bottom:0}section.custom-solution .service-head{text-align:center;margin-bottom:30px}section.custom-solution .custom-solution-info{display:flex;gap:15px;padding: 30px;box-shadow: 0 0 3px #00000047;border-radius: 20px;}section.custom-solution .row{gap:30px 0}section.custom-solution h4{font-size:var(--f24)}
section.offer-services .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
section.offer-services .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
section.offer-services .accordion-button::after {
  transition: all 0.5s;
}
section.offer-services {
    background: #E5F8FF;
}
section.cta.top-cta {
    padding-bottom: 70px;
}
section.offer-services .head{
 text-align:center; 
}
section.offer-services .accordion-button{
  background: transparent !important;
  font-size: 18px;
    font-weight: bold;
    color: var(--heading-color);
}
section.offer-services .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
section.offer-services .offer-services-info {
    width: 49%;
}
section.offer-services .offer-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.offer-services .accordion-item:first-of-type{
  border-top-left-radius: 0;
    border-top-right-radius: 0;
}
section.offer-services .accordion-item{
   background: transparent !important;
   border-radius: 10px !important;
   width: 100%;
   border-color:#dee2e6 !important;
}
section.offer-services div#accordionExample {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0%;
    /* max-width: 900px; */
    width: 100%;
    margin: auto;
    flex-direction: column;
}
section.offer-services .accordion-item:not(:first-of-type) {
    border-top:1px solid;
}
section.offer-services .accordion-button::after{
  width: 35px;
  background-color:var(--secondary-color);
  border-radius: 100%;
  height: 35px;
  background-image:url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: center;
}
section.offer-services .accordion-button:not(.collapsed)::after{
  background-image:url("../images/minimize-sign.png");
}
section.process .process-info{
  transition: .5s;
  box-shadow: 0 0 8px 2px #0b165d1c;
  height: auto;
  display: flex;
  gap: 15px;
  padding: 30px;
  box-shadow: 0 0 3px #00000047;
  border-radius: 20px;
}
section.process .process-info img{
 width:55px;
 height: 55px;
}
section.process h4 strong{
  font-size: var(--f24);
    display: block;
}
section.process h4 strong:before{
 display:none; 
}