.profile-summary {
  border: 1px solid #e4e4e4;
  padding: 24px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .profile-summary {
    margin-bottom: 40px;
  }
}
.profile-summary .profile-avatar {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.profile-summary .profile-avatar img {
  /*border:1px solid #d8d8d8;
  max-width: 116px;
  border-radius: 50%;*/
}
.profile-summary .profile-avatar .avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
}
.profile-summary .profile-avatar .avatar-text {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  font-size: 57px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2b47;
  color: #fff;
}
.profile-summary .display-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.profile-summary .profile-since {
  text-align: center;
}
.profile-summary .summary-title {
  font-size: 16px;
  color: #1A2B48;
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-profile-content {
  padding: 30px 0px;
}
@media (max-width: 768px) {
  .page-profile-content {
    padding: 40px 0px;
  }
}
.page-profile-content .profile-service-tabs .gig-item {
  border: 1px solid #e4e5e7;
  background-color: #fff;
}
.page-profile-content .profile-service-tabs .gig-item .gig-author-img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100%;
}
.page-profile-content .profile-service-tabs .gig-item .gig-author-img img {
  width: 24px;
  height: auto;
  display: block;
}
.page-profile-content .profile-service-tabs .gig-item .g-title a {
  display: block;
  cursor: pointer;
  color: #222325;
  height: 43px;
  overflow: hidden;
  margin-top: 5px;
  word-wrap: break-word;
  word-break: break-word;
  transition: 0.15s ease-in-out;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-profile-content .profile-service-tabs .gig-item .gig-content {
  padding: 10px 15px;
}
.page-profile-content .profile-service-tabs .gig-item .gig-footer {
  padding: 8px 10px;
  border-top: 1px solid #efeff0;
}
.page-profile-content .profile-service-tabs .gig-item .gig-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 166px;
  overflow: hidden;
}
.page-profile-content .profile-service-tabs .gig-item .gig-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-profile-content .profile-service-tabs .gig-item .rating {
  font-size: 13px;
  position: relative;
  color: #dcdee2;
}
.page-profile-content .profile-service-tabs .gig-item .rating .rating-active {
  color: #FFC78B;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.page-profile-content .profile-service-tabs .gig-item .rating .rating-active .inner {
  width: 87px;
}
.page-profile-content .breadcrumb {
  background: none;
}

.bravo_wrap .bravo-profile-list-services {
  margin-bottom: 50px;
}
.bravo_wrap .bravo-profile-list-services .bravo-list-space {
  margin-bottom: 20px;
}
.bravo_wrap .bravo-profile-list-services .border-bottom {
  border: none !important;
}
.bravo_wrap .bravo-profile-list-services .space-1 {
  padding: 0 !important;
}
.bravo_wrap .bravo-profile-list-services .pt-md-3 {
  padding-top: 0 !important;
}
.bravo_wrap .page-template-content .bravo-list-space .title {
  font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev {
  border: 1px solid black;
}
.bravo_wrap .page-all-services.page-template-content .bravo-list-space.layout_normal {
  margin-top: 0px;
}
.bravo_wrap .page-all-services.page-template-content .bravo-list-space.layout_normal .title {
  margin-top: 0px;
}
.bravo_wrap .page-all-services .gig-item {
  border: 1px solid #e4e5e7;
  background-color: #fff;
}
.bravo_wrap .page-all-services .gig-item .gig-author-img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100%;
}
.bravo_wrap .page-all-services .gig-item .gig-author-img img {
  width: 24px;
  height: auto;
  display: block;
}
.bravo_wrap .page-all-services .gig-item .g-title a {
  display: block;
  cursor: pointer;
  color: #222325;
  height: 43px;
  overflow: hidden;
  margin-top: 5px;
  word-wrap: break-word;
  word-break: break-word;
  transition: 0.15s ease-in-out;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bravo_wrap .page-all-services .gig-item .gig-content {
  padding: 10px 15px;
}
.bravo_wrap .page-all-services .gig-item .gig-footer {
  padding: 8px 10px;
  border-top: 1px solid #efeff0;
}
.bravo_wrap .page-all-services .gig-item .gig-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 166px;
  overflow: hidden;
}
.bravo_wrap .page-all-services .gig-item .gig-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.bravo_wrap .page-all-services .gig-item .rating {
  font-size: 13px;
  position: relative;
  color: #dcdee2;
}
.bravo_wrap .page-all-services .gig-item .rating .rating-active {
  color: #FFC78B;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.bravo_wrap .page-all-services .gig-item .rating .rating-active .inner {
  width: 87px;
}
