<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kc_row .kc_col-sm-12{
  padding-left:0px !important;
  padding-right:0px !important; 
}
.admin-bar .header-area.stricky-fixed{
	top:32px;
}
.breadcrumb-area {
	background-image: url(../images/breadcrumb/breadcrumb-bg.jpg);
}

.single-sidebar ul li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 11px;
}
.single-sidebar ul li:last-child {
  margin-bottom: 0;
}
.single-sidebar ul li a {
color: #000000;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 600;}
.single-sidebar ul li a:hover{
  color: #d5ac63;    
}
.single-sidebar ul li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.single-sidebar ul.recent-post li:before {
	content: "";
	margin:0;
}

.comment-area .children {
	margin-left:50px;
}
.single-footer-widget .latest-project ul li {
    width: 23% !important;
}
.single-footer-widget .latest-project ul li .img-holder img {
	width:auto !important;
}
.no-sidebar-border .blog-post {
	border-right:0;
}
.no-sidebar-border .sidebar-wrapper {
	padding-left:0;
}
.header-area .toggle-search.opened .fa-search::before {
    content: "\f00d";
}</pre></body></html>