.bg-blue-10{
	background-color: #f7f7fb !important;
}
.fs-11{font-size: 11px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-19{font-size: 19px;}
.fs-20{font-size: 20px;}
/*button*/
.btn-primary {
    padding: 7px 15px;
    background-color: #ffce00;
    color: #000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #239e2f !important;
    border-color: #239e2f !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%;
}

.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: #010062 !important;
}
.mf-research-table tfoot tr td{
	background-color: #e6f9e8 !important;
}
.fs-16{
	font-size:1rem;
}
.fs-18{
	font-size:1.125rem;
}
.fw-600 {
    font-weight: 600 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
/*home goal section*/
.hover-top:hover {
    transform: translateY(-10px);
}
.hover-top {
    transition: ease-in-out all .35s;
    transform: translateY(0);
}
.goal-card{
	border-radius: .75rem !important;
	border: 1px solid #e2e8f0 !important;
	padding: 22px!important;
}
/**/


/* copy themecss  counter home*/
.ps-3 {
    padding-left: 1rem !important;
}

.bg-gray-100 {
    background: #f1f6fd !important;
}
.media {
    display: flex;
}

.text-center .after-50px:after {
    right: 0;
    margin: auto;
}

.after-50px:after {
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.bi-check-circle::before {
    content: "\f26b";
}
.bg-light-after:after {
    background-color: #d6a20f;
}
.text-white-70{
	color:rgb(255 255 255 / 70%) !important;	
}
.text-white-85{
	color:rgb(255 255 255 / 85%) !important;	
}
.text-black-70{
	color:rgb(0 0 0 / 70%) !important;	
}

@media (min-width: 1200px) {
    .section {
        padding-top: 8.125rem;
        padding-bottom: 8.125rem;
    }
}
@media (min-width: 992px) {
    .section {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }
}
@media (min-width: 768px) {
    .section {
        padding-top: 4.6875rem;
        padding-bottom: 4.6875rem;
    }
}
.section {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.icon-xl {
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
}
.mt-n6 {
    margin-top: -2.5rem !important;
}

.border-2 {
    border-width: 2px !important;
}
.text-center .after-50px:after {
    right: 0;
    margin: auto;
}
.btn-service{
	color: #000;
	border: 1px solid #d6a20f;
	background-color: #fff;
}
.btn-service:hover{
	background-color: #d6a20f;
}
.btn-service:hover h5{
	color: #fff !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.end-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}
@media (min-width: 992px) {
    .w-px-lg-300 {
        width: 300px !important;
    }
}
.w-px-100 {
    width: 100px;
}
.pe-none {
    pointer-events: none !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.align-top {
    vertical-align: top !important;
}
.text-colored{
	color: #d6a20f !important;
}