html{
    scroll-behavior: smooth;
}
.fbf-single-directory-post .container {
	background: white;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px !important;
}

/*company-percentage*/
.fbf-single-directory-section .fbf-services-percentage {
	height: 40px;
	background: #1dbf74;
}

/*company address*/
.fbf-single-directory-section .fbf-company-addresses {
	border: 1px solid #e3e3e3;
}

/*company header image */
.fbf-single-directory-section .fbf-company-image img {
	height: 108px;
	width: 108px;
}

/*Heading Title*/
.fbf-single-directory-section .fbf-heading-title {
	font-weight: 700;
}

.fbf-heading-title {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 500 !important;
	color: #002743;
}

.fbf-sub-heading-4 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500 !important;
    color: #002743;
}

/*company overview icon*/
.fbf-single-directory-section .fbf-company-overview .dashicons {
	border: 1px solid;
	padding: 4px 6px;
	border-radius: 50%;
	font-size: 13px;
	float: left;
}

.fbf-company-title {
	padding-top: 20px;
}

.fbf-company-title h1 {
	color: #002743;
	font-size: 32px;
	font-weight: 800;
	margin-top: -17px;
}

.fbf-service-list-review-label {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.fbf-service-list-review-number {
	opacity: 0.7;
	font-size: 16px;
}

.fbf-company-addresses {
	padding: 20px;
	background: #002743;
	border-radius: 10px;
	margin: 5px 0;
}

.fbf-icon-overeview {
	width: 30px;
	height: 25px;
	background: #1dbf74;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	margin: 0 auto 10px;
	border-radius: 50px;
}

.fbf-text-overeview {
	font-weight: 500;
	text-align: center;
}

.fbf-text-info {
	color: #1dbf74 !important;
}

.fbf-portfolios h5 {
	margin: 15px 0;
}

.fbf-portfolios .fbf-btn-info {
	width: 100%;
	background: #1dbf74;
	border-color: #1dbf74;
	border-radius: 0;
	color: #fff;
}

.fbf-rating-on,
.fbf-rating-off {
	font-size: 20px !important;
}

.fbf-rating-count {
	margin-left: 2px !important;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FF7042;
}

.fbf-review-list .fbf-comment-respond {
	padding: 0px;
}

.fbf-review-list textarea {
	max-width: 77% !important;
	height: 180px;
}

@media (min-width: 1200px) {
	.fbf-single-directory-post .container {
		max-width: 1200px;
	}
}

.fbf-portfolio-img {
	padding: 10px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.fbf-portfolio-img img {
	border-radius: 10px;
}

.fbf-review-text p {
	margin-bottom: 7px !important;
}

.fbf-certication-box {
	padding: 5px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.fbf-certication-box img {
	border-radius: 10px;
}

.fbf-ast-separate-container {
	background: #ffffff;
}

.fbf-all-services ul li {
	list-style: none;
}

.fbf-sub-categories-ul li {
	background: #1cbf74;
	font-size: 13px;
	padding: 5px 5px;
	color: #fff;
	margin-right: 3px;
}

.fbf-text-overeview {
	margin-left: 5px;
	color: #00174A;
}

.fbf-blank-star .fbf-review-rating {
	float: left;
}

.fbf-company-addresses {
	border: 1px solid #cdcdcd;
	background: #E5F2FF;
}

.fbf-sub-category {
	margin-left: 70px;
}

.fbf-overview-icon {
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 27px;
	color: #0066ffb0;
}

.fbf-review-icon {
	color: #0066ffb0;
	font-size: 25px;
}

.fbf-portfolio-icon {
	color: #0066ffb0;
	font-size: 25px;
}

.fbf-team-img img {
	border: 1px solid;
	border-radius: 40px;
	height: 54px;
	width: 54px;
}

.fbf-team-info {
	border: 1px solid #cdcdcd;
	border-radius: 9px;
	width: 357px;
	margin: 0 20px;
}

.fbf-team-info .row {
	padding: 13px;
}

.fbf-certification-img img {
	border: 1px solid #bdd0d3;
}

.fbf-services-list li {
	display: inline-block;
	margin-left: -129px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #181818;
}

/*------Portfolio------*/
.fbf-portfolio-title h6 {
	color: #333;
	font-size: 17px;
}

.fbf-portfolio-img img {
	border: 1px solid #d8e4eb;
	height: 189px;
	width: 267px;
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
}

.fbf-company-image img {
	width: 100px;
}

.fbf-write-review-link {
	font-weight: 600;
	font-size: 17px;
	color: #1dbf74;
	display: block;
    text-align: center;
}
.fbf-team-member-info {
    margin-top: 24px;
    margin-left: 10px;
}

.fbf-write-review-link:hover {
	color: #002743;
	text-decoration: none !important;
}

.fbf-middle {
	position: absolute;
	top: 53%;
	left: 48%;
	opacity: 0;
	transition: .5s ease;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.fbf-portfolio-img:hover .fbf-middle {
	opacity: 1.0;
}

.fbf-portfolio-img {
	position: relative;
}

.fbf-portfolio-img:hover img {
	opacity: 0.3;
}

.fbf-all-services .fbf-category-item {
	display: inline-block;
	margin-right: 16px;
	background: #002743;
	color: #fff;
	font-size: 13px;
	padding: 5px 5px;
}

.fbf-all-services {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-top: -15px;
}

.fbf-sub-categories-ul {
	padding: 0;
	margin: 0;
}

.fbf-category {
	padding: 3px 0;
	margin: 0;
	display: flex;
}

.fbf-directory-navbar {
    margin-top: 15px;
}

.fbf-visit-website-btn {
	color: #fff;
	background-color: #1dbf74;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}

.fbf-btn-icon {
	background: transparent !important;
	padding: 0px !important;
	margin-right: 0px !important;
	margin-left: 10px;
}

.fbf-visit-website-btn:hover {
	color: #fff;
	background-color: #002743;
	border-color: #002743;
	text-decoration: none !important;
}

.fbf-write-review-btn {
	color: #002743;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 65px;
	margin-top: 20px;
}

.fbf-write-review-btn:hover {
	color: #1dbf74;
	border-color: #002743;
}

.col-sl-3 {
	width: 75%;
}

.fbf-col-mid-menu {
	flex: 0 0 auto;
	width: 11.333%;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #7f8ba5 !important;
}

.fbf-mid-menu {
	background: #fafcff !important;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}

.fbf-mid-menu-text {
	color: #002743;
}

.fbf-mid-menu-text:active {
	color: #1dbf74;
}

.fbf-write-review-btn-2 {
	color: #fff;
	background-color: #1dbf74;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 500;
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none !important;
	width: 200px;
}

.fbf-write-review-btn-2:hover {
	background-color: #000;
	color: #1dbf74;
}

.fbf-visit-website-btn-2:hover {
	color: #fff;
	background-color: #1dbf74;
	border-color: #002743;
}

.fbf-rx_listing_style_2 .fbf-reviewx_highlight_comment {
	border: 1px solid #cdcdcd !important;
	background: #fafcff !important;
}

.fbf-mid-menu-text:hover {
	color: #1dbf74;
}

.fbf-section-review {
	padding-left: 100px;
	margin: auto !important;
}

.fbf-row .mt-3 {
	color: #00174A;
	font-size: 16px;
}

.fbf-star-ratings {
	unicode-bidi: bidi-override;
	color: #ccc;
	font-size: 64px;
	position: relative;
	margin: 0;
	padding: 0;
}

.fbf-fill-ratings {
	color: #FF7042;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 25px;
}

.fbf-fill-ratings span {
	display: inline-block;
}

.fbf-empty-ratings {
	padding: 0;
	display: block;
	z-index: 0;
	font-size: 25px;
}

.fbf-reviews-rating {
	font-size: 21px;
}

.fbf-service-list-review-label {
	font-weight: 500;
	margin-left: 10px;
	color: #FF7042;
	font-size: 12px;
}

.fbf-short-description {
	color: #929baa;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

.fbf-rx_rating_section td {
   padding: 10px;
}
.fbf-review-description {
   font-size: 14px;
}
.fbf-project-details-icons {
   column-gap: 15px;
   align-items: center;
   font-size: 14px;
}
.fbf-rx_varified_user, .fbf-rx-task-progress {
    color: #1dbf73;
}
.fbf-profile-pic {
    border-radius: 50%;
    width: 58px;
    margin-right: 10px;
}
.fbf-btn-facebook {
   background: #3b5998;
}
.fbf-btn-linkedin {
   background: #0077b5;
}
.fbf-btn-twitter {
   background: #1E9CEA;
}
.fbf-share-icons .btn {
   font-size: 14px;
}
#fbf-reviews-section {
  padding-bottom: 20px;
}

.fbf-btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.fbf-client_focus h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500 !important;
    color: #002743;
}
.fbf-rx-review-block {
    padding-bottom: 50px;
}
.fbf-col-mid-menu{
    text-decoration: underline;
}
.fbf-service-rating {
    margin-left: 30px;
    font-weight: 700;
    line-height: 26px;
}
.fbf-entity-chart-container {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    border-left: 1px solid #00174a;
    border-right: 1px solid #00174a;
    align-items: center;
}
.fbf-entity-chart-bar {
    border-right: 3.43px solid var(--white);
    color: #fff;
    height: 50px;
    outline: 0;
    position: relative;
    text-align: center;
    width: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.fbf-entity-chart-bar:nth-child(2){
	    background-color: #0F735C;
}

.fbf-entity-chart-bar:first-child{
	background-color: #002743;
}
.fbf-entity-chart-bar:nth-child(3){
	background-color: #1DBF74;
}
.fbf-entity-chart-bar:nth-child(4){
	background-color: #05404B;
}
.fbf-entity-chart-bar:nth-child(5){
	background-color: #0A5A53;
}
.fbf-entity-chart-bar:nth-child(6){
	background-color: #138C64;
}
.fbf-entity-chart-bar:nth-child(7){
	background-color: #004475;
}
.fbf-entity-chart-bar:nth-child(8){
	background-color: #8984d9;
}
.fbf-entity-chart-bar:nth-child(9){
	background-color: #c82929;
}
.fbf-entity-chart-bar:nth-child(10){
	background-color: #98c829;
}
.fbf-entity-chart-bar:nth-child(11){
	background-color:#ee460c;
}
.fbf-entity-chart-bar:nth-child(12){
	background-color: #e11ee9;
}
.fbf-entity-chart-bar:nth-child(13){
	background-color: #1ee2e9;
}
.fbf-entity-chart-bar:nth-child(14){
	background-color: #eee20c;
}
.fbf-entity-chart-bar:nth-child(15){
	background-color: #eee20c;
}


.fbf-focus-area-legend {
    display: flex;
    gap: 11px 30px;
    flex-wrap: wrap;
    padding-top: 20px;
}
.fbf-client-focus h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
.fbf-focus-area-legend li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.fbf-client-focus-container .fbf-focus-area-legend li:first-child:before{
	background-color: #002743 !important;
}

.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(3):before{
	    background-color: #1DBF74;
}

.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(2):before{
	    background-color: #0F735C !important;
}

.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(4):before{
	background-color: #05404B;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(5):before{
	background-color:  #0A5A53;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(6):before{
	background-color: #138C64;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(7):before{
	background-color: #004475;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(8):before{
	background-color: #8984d9;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(9):before{
	background-color: #c82929;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(10):before{
	background-color: #98c829;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(11):before{
	background-color:#ee460c;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(12):before{
	background-color: #e11ee9;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(13):before{
	background-color: #1ee2e9;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(14):before{
	background-color: #eee20c;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(15):before{
	background-color: #eee20c;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(16):before{
	background-color: #103d5d;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(17):before{
	background-color: #333b42;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(18):before{
	background-color: #11dd3a;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(19):before{
	background-color: #ddd611;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(20):before{
	background-color: #dd1135;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(21):before{
	background-color: #702e3a;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(22):before{
	background-color: #6e57d1;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(23):before{
	background-color: #eee20c;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(24):before{
	background-color: #eee20c;
}
.fbf-client-focus-container .fbf-focus-area-legend li:nth-child(25):before{
	background-color: #eee20c;
}

.fbf-portfolio-preview h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.fbf-portfolio-images-container {
    margin-top: 20px;
    border: 1px solid #cfdbe8;
	padding:20px;
}

.fbf-portfolio-meta-container {
    padding-top: 30px;
}
.fbf-portfolio-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}
.fbf-portfolio-meta .meta-text{
    font-size: 15px;
}

.fbf-portfolio-meta .custom_tooltip {
    line-height: normal;
}

.fbf-portfolio-summary {
    padding: 22px 0;
	font-size: 18px;
}

.fbf-portfolio-project-link {
    display: flex;
    height: 36px;
    gap: 20px;
}

.fbf-portfolio-project-link a {
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #7f8ba5;
    background: #eef5fc;
    border-radius: 5px;
    padding: 0 15px;
    gap: 10px;
}

@media (max-width: 991px) {
	.fbf-company-addresses {
		margin-bottom: 50px;
	}

	.fbf-review-list textarea {
		max-width: 100% !important;
	}
}
@media (max-width: 600px) {
   .fbf-company-title h1 {
        font-size: 20px;
        padding: 0 0 10px;
   }
   .fbf-col-mid-menu {
        width: auto;
        padding: 10px;
    }
    .fbf-share-icons .fbf-btn-group a {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}