
/*button*/
.btn {
  position: relative ;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  height: 40px !important;
}
.btn:after {
  content: "";
  background: #7fad47;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.btn:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
.btn-primary {
    padding: 7px 15px;
    background-color: #8bc343 !important;
    color: #fff !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #7fad47 !important;
    border-color: #7fad47 !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: #444e9f !important;
}
.mf-research-table tfoot tr td{
	background-color: #e6f9e8 !important;
}

.text-dark-50{
	color: #000;
	opacity: 0.5;
}

.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;}
.fs-21{font-size: 21px;}
.fs-22{font-size: 22px;}
.fs-23{font-size: 23px;}
.fs-24{font-size: 24px;}
.fs-25{font-size: 25px;}
.fs-26{font-size: 26px;}

.br-10{border-radius: 10px;} 
.br-15{border-radius: 15px;}
.br-20{border-radius: 20px;}

@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .bannerAbout h1  {
    font-size: 31px;
    line-height: 49px;
  }
}

@media (max-width: 768px) {
   h1  {
    font-size: 31px;
    line-height: 49px;
  }
}


.btn-primary1  {
	padding: 14px;
   background-color: #8bc343 !important;
   color: #fff !important;
}
.btn-primary1:hover {
    color: #fff;
    background-color: #7fad47 !important;
    border-color: #7fad47 !important;
}

.btn-primary1 a {
  flex: 1 1 150px;
  text-align: center;
}


@media (max-width: 360px) {
.btn-primary1 {
    flex-direction: column;
    align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
  }

.btn-primary1 a {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-grid {
    display: block;
  }
}
