.bg-blanc {
  background-color: white;
}

.f-item.about::after {
  background: white !important;
}

footer .f-item.about p {
  color: black !important;
  opacity: 0.9;
}

#navbar-menu a,
.search .fa-search {
  color: #818181;
}
.custom-img{
  width: 100%;
  height: 100% !important;
}
.navbar .attr-nav .side-menu span {
  background-color: #6524be !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
  color: #e6007e !important;
}

.justify-text {
  text-align: justify;
}

.card {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  margin: -105px 0;
  left: 590px;
  display: none !important;
  overflow-x: hidden;
  z-index: 444;
}

.toggle-chat-live {
  display: flex !important;
}

#cancel {
  cursor: pointer;
}

.card .card-header {
  background-color: #6524be !important;
}

.card-body {
  flex: 1 1 auto !important;
  padding: 1rem 1rem !important;
  overflow-x: hidden !important;
  max-height: 427px !important;
}

.thumb img {
  height: 500px;
  object-fit: cover;
}

.side .widget .logo::after {
  background: white !important;
  border-bottom: solid 2px #e6007e;
}
.side .close-side i {
  color: #e6007e !important;
}

.sidebar .sidebar-item.recent-post li .thumb img {
  width: 100%;
  border-radius: inherit;
  height: 100px;
  object-fit: cover;
}

.blog-area.full-blog .thumb img {
  border-radius: inherit;
  width: 100%;
}

.center{
  text-align: center;
}
.about-two-thumb .experience {
  position: absolute;
  right: 0;
  top: 60px;
  padding: 50px;
  z-index: 1;
  opacity: 0.7;
}
