
/*button*/
.btn-primary {
    color: #fff;
    background-color: #e53563;
    border-color: #e53563;
}
.btn-primary:hover {
    color: #fff;
    background-color: #08052f !important;
    border-color: #08052f !important;
}
.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Urbanist', sans-serif;
  text-align: center;
  padding: 16px 40px;
  text-transform: capitalize;
  border-radius: 35px 35px 0px 35px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn:before{
	background: #f66587;
}
.theme-btn.btn-one{
  background: #f4f1fa;
  color: #272e39;
}

.theme-btn.btn-one:hover{
  color: #fff;
}

.theme-btn.btn-two{
  color: #fff !important;
}
.theme-btn.btn-two{
	background: #6c4ea7;
}

.theme-btn:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0,0);
  transform-origin: right bottom;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before{
  transform: scale(1,1);
}
/*button*/

.about-section .list-item li:before{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  font-size: 26px;
  color: #272e39;
  left: 13px;
  top: 1px;
  font-weight: 400;
  z-index: 1;
}

.about-section .list-item li:after{
  position: absolute;
  content: '';
  left: 0px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 0px 50%;
}


.just-content{
	
	text-align:justify;
}
.about-section .list-item li:after {
    background: #f66587;
}

.table-striped tbody tr{
	background: #fff !important;
}
#tbl_scheme_returns tfoot tr td{
	background-color: #e6f9e8 !important;
}
.mf-research-table thead tr th{
	background-color: #003a19 !important;
}
.mf-research-table tfoot tr td{
	background-color: #e6f9e8 !important;
}
.text-primary{
	color:#e53563 !important;
}
.text-theme-primary{
	color:#e53563 !important;
}
.homestatics .card{
	border:5px solid #f2f4f5;
	border-radius:15px;
}