/* Widget Title */
.widget .widget-title {
	font-size: 24px;
	padding-bottom: 17px;
	margin-top: 20px;
	margin-bottom: 34px;
	color: #333333;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

.widget .widget-title:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #18ba60;
	bottom: -1px;
	left: 0px;
	border-radius: 2px;
}

/* Widget Recent */
.widget-recent ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.widget-recent ul li:first-child {
	padding-top: 0;
}

.widget-recent ul li a {
	font-weight: 600;
}

.widget-recent ul li span {
	display: block;
	margin-top: 5px;
	color: #b9c1cf;
}

/* Widget Categories */
.widget-categories ul li {
	padding: 13px 0 12px 16px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget-categories ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333333;
	top: 47%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.widget-categories ul li a {
	letter-spacing: 0.3px;
}

/* Widget Brochure */
.widget-brochure {
	padding: 28px 27px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure .brochure-box-title {
	margin-bottom: 18px;
}

.widget-brochure .brochure-box-title p {
	font-size: 13px;
}

.widget-brochure .brochure-box-title .brochure-title {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 10px;
}

.widget-brochure .btn-download a {
	display: block;
	/* background-color: #3a526c; */
	background-color: #092272;
	line-height: 45px;
	padding: 0 19px;
	margin-bottom: 18px;
	border-radius: 4px;
	position: relative;
	color: #ffffff;
	letter-spacing: 0.2px;
}

.widget-brochure .btn-download a:hover {
	/* background-color: #18ba60; */
	background-color: #475fff;
	color: #FFF;
}

.widget-brochure .btn-download a:after {
	content: "\f1c1";
	font-family: 'FontAwesome';
	position: absolute;
	top: 1px;
	right: 19px;
}

.widget-brochure .btn-download a.doc:after {
	content: "\f1c2";
}

/* Widget Tag */
.widget-tags .tag-cloud a {
	display: inline-block;
	background-color: #18ba60;
	border-radius: 4px;
	padding: 7px 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #ffffff;
}

.widget-tags .tag-cloud a:hover {
	background-color: #3a526c;
}

.title-block {
	text-align: center;
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.sticky-top {
	position: none !important;
	top: 0 !important;
}

.team-section {
	padding-bottom: 0px !important;
  }

 .img-fluid{
	max-width: 100%;
	height: auto;
 }

 .sticky-header{
	position: sticky !important;
	top: 0px !important;
 }
 @media (min-width: 768px) { 
	
	.sticky-top {
		position: sticky !important;
		top: 0 !important;
	}
	
  }

  .invester-hover a:hover {
	color: red !important;
  }
  .working-capital{
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

  .business-funding-section{
	background-color: #233295 !important;	
  }