/**************************************
** - 06 - Services Section CSS
**************************************/
.services-section .section-title {
  margin-bottom: 35px;
}

.single-services-item {
  position: relative;
  z-index: 1;
  display: block;
  padding: 35px 30px;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #7b68ee;
  margin-top: 30px;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  will-change: transform;
}

.single-services-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  border-radius: 0px;
  /* background-color: #7b68ee; */
  background-color: var(--blue-bg);
  -moz-transition: ease all 0.45s;
  -o-transition: ease all 0.45s;
  -webkit-transition: ease all 0.45s;
  transition: ease all 0.45s;
}

.single-services-item:hover:before {
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
}

.services-icon {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
}

.services-icon i {
  /* color: #7b68ee; */
  color: var(--bs-blue);
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.single-services-item h3 a {
  display: inline-block;
}

.single-services-item p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 16px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  will-change: transform;
}

.single-services-item:hover .services-icon i,
.single-services-item:hover h3,
.single-services-item:hover p,
.single-services-item:hover .services-btn a.read-more,
.single-services-item:hover .services-btn a.read-more i,
.single-services-item:hover .text {
  color: var(--text-white);
}

/**************************************
** - 09 - Work Process Section CSS
**************************************/
.bg-grey{
  background-color: rgb(250, 252, 255);
}  

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.process-list-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;  
}

.process-list-tab .tabs li {
  -webkit-box-flex: 4;
  -ms-flex: 4 0 16.6666666667%;
  flex: 4 0 16.6666666667%;
  max-width: 23.666667%;
  text-align: center;
  /* margin-right: 30px; */
  margin-right: 2px;
  margin-left: 0;
}

.process-list-tab .tabs li:last-child {
  margin-right: 0;
}

.process-list-tab .tabs li a {
  display: block;
  color: #292a2c;
  /* color: var(--theme-color1); */
  font-size: 10px;
  font-weight: 400;
  border-radius: 3px;
  padding: 10px;
  background-color: #ffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  margin-right: 2px;
}

.process-list-tab .tabs li a span {
  display: block;
  margin-top: 0;
}

.process-list-tab .tabs li.current a,
.process-list-tab .tabs li:hover a {
  color: #fff;
  /* background-color: #7b68ee; */
  background-color: var(--blue-bg);
}

.process-list-tab .tab_content .tabs_item .tab-solution-content h3 {
  color: #404040;
  font-size: 33px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content p {
  margin: 0 0 0 0;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list {
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li {
  color: #5f5f5f;
  font-size: 16px;
  list-style-type: none;
  padding-bottom: 0px;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li:last-child {
  padding-bottom: 0;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i {
  color: #7b68ee;
  font-size: 16px;
  margin-right: 5px;
}

.tab-image {
  text-align: center;
}

.inner-box .content-box {
  padding: 1.5rem;
  border-radius: 4px;
  filter: drop-shadow(0 0 0 #fff);
  text-align: left;
  background-color:transparent !important;
}
.inner-box:hover .content-box p{
  color: var(--theme-color1);
} 

/* @media only screen and (min-width: 0px) and (max-width: 1320px) {
  .process-list-tab .tabs li {
    width: 100%;
    margin-right: 0;
  }
} */

/* @media only screen and (min-width: 768px) and (max-width: 1320px) {
  .process-list-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
  }
} */
/* @media only screen and (min-width: 480px) and (max-width: 1320px) { */
@media only screen and (min-width: 1401px) {
  .process-list-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .process-list-tab .tabs li {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-width: unset;
    margin: 10px 0;
    padding-right: 2px;
    padding-left: 2px;
    width: 33.33%;
  }
  .process-list-tab .tabs li a:hover span {
    color: #fff;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {    
  .process-list-tab .tabs li {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-width: unset;
    margin: 10px 0;
    padding-right: 8px;
    padding-left: 8px;
    width: 33.33%;
  }
  .process-list-tab .tabs li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .process-list-tab .tabs li {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-width: unset;
    margin: 10px 0;
    padding-right: 8px;
    padding-left: 8px;
    width: 50%;
  }
  .process-list-tab .tabs li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .process-list-tab .tabs li {
    width: 100%;
    margin-right: 0;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-list-tab .tabs {
    justify-content: left;
  }
  .process-list-tab .tabs li {
    margin-right: 15px;
    margin-left: 0;
  }
  .process-list-tab .tabs li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .process-list-tab .tab_content .tabs_item .tab-solution-content h3 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
} */