
.padding-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.header-section {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 30px 50px 0;
    z-index: 99;
}

img {
    max-width: 100%;
}

.header-section .responsive-bar {
    display: none;
}

.header-section .user {
    display: none;
}

.main-menu {
    float: right;
}

.menu-list {
    list-style: none;
}

.menu-list li {
    display: inline;
}

.menu-list li a {
    display: inline-block;
    font-family: "Futura", sans-serif;
    font-size: 16px;
    padding: 10px 5px;
    margin-right: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.hero-section{
	height: 750px;
    padding-top: 200px;
    display: block;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-color: #f3f7f9;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


.hero-text {
    padding-top: 60px;
}

.hero-text h2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 25px;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #232323;
   
}

.hero-text img{
    width: 180px;
}

.hero-text h4 {
    color: #75849a;
    font-size: 22px;
}

.hero-section .wallet-image {
    width: 410px;
    max-width: none;
    position: relative;
    left: 80px;
    top: -60px;
}


.abtText-box{
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0;
}

.abtText-box h4 {
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #333333;
}


.abtText-box p{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.35px;
    color: #666666;
}

.gradient-bg{
	background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa));
    background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
    background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
}

.fact {
    display: inline-block;
    position: relative;
}

.fact h2 {
    float: left;
    color: #fff;
    font-size: 50px;
    margin-right: 20px;
    font-weight: 700;
}

.fact p {
    float: left;
    padding-top: 9px;
    line-height: 2.4;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.team-section {
    background: #f3f7f9;
    overflow: hidden;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    margin-bottom: 20px;
    width: 180px;
    margin: 0 auto;
    border-bottom: 5px solid #362d67;
    /* text-align: left; */
    padding-bottom: 15px;
    text-align: center;
}

.section-title p {
	font-size: 15.7px;
    color: #75849a;
    line-height: 1.6;
    margin-bottom: 0;
}

.member {
    background: #fff;
    width: 100%;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    padding: 50px 10px;
    -webkit-box-shadow: 1px 1px 1px rgb(33 54 61 / 15%);
    box-shadow: 1px 1px 1px rgb(33 54 61 / 15%);
    border-radius: 10px;
    position: relative;
}

.member-img {
    width: 230px;
    height: 230px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 25px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

.member h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.member span {
    font-size: 14px;
    color: #75849a;
    display: block;
}

.faq .collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.faq .collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.faq .collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.faq .collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.faq a{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-decoration: none;

}

.faq .card{
    margin-top: 15px;
    width: 100%;
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 15%);
    border-radius: 8px;
    position: relative;
    border: 0;
}

.faq .card-header{
    border-bottom: 0px solid rgba(0,0,0,.125);
}

.faq .accordion>.card>.card-header{
    margin-bottom: 0px;
    background: #f3f7f9 !important;
}



.footer-widget p {
    margin-bottom: 20px;
}

.footer-widget span {
    color: #acb9cc;
}

.footer-widget .widget-title {
    margin-bottom: 30px;
    font-size: 20px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul a {
    font-size: 16px;
    color: #75849a;
    display: block;
    margin-bottom: 12px;
}

.social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
}


.social .facebook {
    background: #4b6cd0;
}

.social .google {
    background: #f03b3b;
}

.social .instagram {
    background: #bb8950;
}


.social .twitter {
    background: #49a7f3;
}

.social a:last-child {
    margin-right: 0;
}
.footer-bottom {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
}

.footer-nav {
    list-style: none;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    color: #75849a;
    font-size: 14px;
    margin-left: 20px;
}

.store-img {
    width: 100%;
    float: left;
    margin: 50px auto 0 auto;
    text-align: center;
}

.store-img img{
    width: 190px;
}

.footer-logo{
    margin: 0 auto;
    text-align: center;
    width: 140px;
}

.contact-block{
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.contact-block p{
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.contact-block a{
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.footer-section{
    background: #f3f7f9;
}


.about-img img{
    width: 635px;
}

.tc-box{
    width: 100%;
    float: left;
    margin: 0;
    /*padding: 0;*/
}


.tc-box .tc-content{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.tc-box .tc-content p{
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.tc-box .tc-content h3{
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    color: #4d99db;
}

