.admin-bar .stricky-fixed {
	top:32px;
}
.kc_row .kc_col-sm-12{
	padding-left:0px !important;
	padding-right:0px !important; 
}
.kc-col-container {
	display:block !important;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}

#banner {
	margin-top:-56px;
}
#banner.banner-two {
	margin-top:-87px;
}

.sidebar-wideget ul{
  position: relative;
  margin-bottom: 39px;
  border-bottom: 1px dashed #e0e0e0;
}
.sidebar-wideget ul li a{
  position: relative;
  display: inline-block;
  width:90%;
  font-size: 16px;
  padding: 10px 0px 18px 20px;
  margin-bottom: 10px;
}
.sidebar-wideget ul li a span{
  float: right;
}
.sidebar-wideget ul li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 16px;
  left: 0px;
  top: 9px;
}

.main-footer .menu{
  position: relative;
}
.main-footer .menu a{
  position: relative;
  display: inline-block;
  color: #ababab;
  margin-bottom: 13px;
  padding: 0px 0px 0px 19px;
}
.main-footer .menu a:before{
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0px;
  top: 0px;
}
.main-footer .menu a:hover,
.main-footer .menu a:hover:before{
  color: #9cc700;
}

.page-title .bread-crumb li{
	color:#9cc700;
	float:left;
}
.page-title .bread-crumb li a{
	margin-right: 5px;
	padding-right: 15px;
	position:relative;
}
.page-title .bread-crumb li a:before {
	color: #fff;
	font-family: 'FontAwesome';
	content:'/';
	position:absolute;
	right:0;
	top:-5px;
	font-size: 20px;
	font-weight: bold;
}
.page-title .bread-crumb li:last-child a::before{
	display:none;
}
.single-comment-section .time .comment-reply-link:before {
	font-family: 'FontAwesome';
	content:'\f122';
	padding-right: 5px;
}
.single-comment-section .bp-comment-item > .comment-form {
    margin-bottom: 30px;
	margin-top:10px;
}
.single-comment-section .bp-comment-item > .comment-form h4 {
    margin-bottom: 0;
}
.single-comment-section .bp-comment-item > .comment-form h2 a {
    color:#9cc700;
}
.single-comment-section .bp-comment-item .bp-comment-item {
	margin-left:80px;
}

.blog-classic.news-section aside.sidebar.search-page {
	margin-left:0;
}

/*** 

====================================================================
					Case Single Section
====================================================================

***/

.case-single-section{
	position: relative;
	padding: 150px 0 110px;
}
.case-single-section .upper-box{
	position: relative;
}
.case-single-section .upper-box .image-column{
	position: relative;
	margin-bottom: 50px;
}
.case-single-section .upper-box .image-column img{
	display: block;
	width: 100%;
}
.case-single-section .upper-box .detail-column{
	position: relative;
	margin-bottom: 50px;
}
.case-single-section .upper-box .detail-column .title{
	font-size: 40px;
	line-height: 50px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 30px;
}
.case-single-section .text{
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
}
.case-single-section .upper-box .detail{
	margin-top: 50px;
}
.case-single-section .upper-box .text{
	line-height: 25px;
}
.case-single-section .detail ul li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
	background: #ffffff;
	width: 100%;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.case-single-section .detail ul li span{
	position: relative;
	width: 160px;
	font-weight: 300;
	color: #333333;
	display: inline-block;
}
.case-single-section .detail ul li span:after{
	position: absolute;
	right: 40px;
	top: 0;
	font-size: 15px;
	line-height: 30px;
	content: ":";
	color: #333333;
}
.case-single-section .text-box{
	position: relative;
	margin-bottom: 70px;
}
/*************Custom Widget*********************/
.sidebar-widget{
	margin-bottom:50px;
}
.sidebar-widget ul li {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 0px 0px 13px 0px;
	border-bottom: 1px dashed #e0e0e0;
	margin-bottom: 13px;
}
.sidebar-widget ul li:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0px;
    top: 0px;
}
.sidebar-widget ul li a,
.sidebar-widget.widget_recent_comments ul li{
	padding-left:20px;
}
.sidebar-widget ul li ul li{
	margin-left:15px;
}
.footer-wideget ul li{
	padding:0 0 5px;
	margin-bottom:5px;
	color:#fafafa; 
}
.footer-wideget ul li a{
	color:#fafafa;
}
.footer-wideget ul li ul li{
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:5px;
}
.alert-error,
.alert-success,
.alert-error{
	margin-bottom:10px;
	padding:10px
}