body,
p {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 500;
}

/* .title_all_box.style_one .title_sections p {
  font-size: 16px !important;
  color: #fff !important;
} */
.app-layout .box h5 {
  margin: 10px 0;
}

.app-layout .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul#menu-company a,
.menu-information-container .menu .menu-item a {
  font-weight: 500 !important;
}

.custom-container {
  width: 85%;
}

.banner-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(6 6 6 / 90%), rgb(0 0 17));
  opacity: 0.6;
}

.user_data {
  font-style: italic;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.accordion-item .accordion-header{
  border: 2px solid #673452;
}

.accordion-item{
  margin-bottom: 30px;
}
.accordion-body {
  padding: 1rem 1.25rem;
  /*border: 2px solid #673452;*/
  border: 2px solid #673452;
  border-top: 0;
}

.accordion-button:not(.collapsed) {
  font-weight: 600;
}
/* .accordion-button:focus {
  background-color: #86b7fe;
} */
.accordion-button{
  color: #673452;
    font-weight: bold;

}
.faq-num {
  /*background-color: #fd7b17;*/
   background-color: #673452;
  color: #fff;
  padding: 6px 9px 4px 9px;
  font-size: 12px;
  border-radius: 40px;
  position: relative;
  margin-right: 8px;
  font-weight: 600 !important;
}
.accordion-button:not(.collapsed){
  color: #673452 !important;
  font-weight: bold;
}
#custom-hero-text{
  color: #fff !important;
  font-size: 16px !important;
}

.image-footer-custom{
  width: 100%;
}

.image-footer-custom img{
  width: 275px;
}
.footer-copyright {
    background: #673452;
}
.user_data{
    color: #673452 !important;
    font-weight: bold !important;
}
.team-sec{
    color: #673452 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #e6c2d7;
}
