/*services page css*/

/*breadcrumbs banner css*/
.breadcrumb-text h1{
    font-size: 42px;
}
.breadcrumb-text ul li a {
    font-size: 18px;
    color:#815506;
    }
/*services sidebar css*/
.tf__sidebar_category ul.custom-side-links li a::after 
{
    content: unset !important;
}
.tf__sidebar_category ul.custom-side-links li a {
	justify-content: unset !important;
	padding: 10px 20px 10px 25px;
	font-size: 18px;
	box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.tf__sidebar_category ul.custom-side-links li a i{
    padding-right: 15px;
}
.tf__sidebar_category ul.custom-side-links li a.active
{
	background: #023e1a;
	color: #fff;
}
.sidebar-item-custom{
    background: #edd4a7;
}
.sidebar-item-custom h3::after {
    background: #22b561;
    display:none;
}
.tf__sidebar_category ul.custom-side-links li a:hover {
    background: #D6AC5F;
}
.sidebar-item-custom:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background-color: #825f21;
}
.sidebar-item-custom:before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 0;
    width: 3px;
    background-color: #825f21;
}
/*services inner page css*/
.services-inner-text{}
.services-inner-text h1{
    font-size: 32px;
}  
.services-inner-text p{
    color: #002633;
    font-size: 16px;
}
.services-inner-text h2{
    font-size: 26px;
}
.services-inner-text p i{
    color: #cb993f;
    padding-right: 15px;
    font-size: 18px;
}
.services-inner-text h5{
    font-size: 18px;
}
.services-inner-text p strong{
    font-size: 16px;
}