body{
  
  font-family: gotham-light;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.navbar-inverse {
    background-color: #000;
    border-color: #000;
    margin-bottom:0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.button-type1{
  border:1px solid #fff;
  border-radius:25px;
  padding:3px 20px;
  line-height: 5px!important;
  margin-top:15px;
  margin-left:15px;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
}
.top-banner{
    padding-top: 120px;
    padding-bottom: 200px;
    background: url(img/solutions-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  z-index:1;
}
.top-banner h1{
    font-family: 'aeonik-bold';
    font-weight: 500;
    color: #ffffff;
    font-size: 54px;
    padding-top: 25px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.top-banner h5{
  padding-top: 45px;
    font-family: gotham-book;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 0;
}
.top-banner p{
  font-family: gotham-light;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  padding-bottom:30px;
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

*{
  --card-height: 15vh;
  --card-width: calc(var(--card-height) / 0.5);
}


.bod {
  min-height: 70px;
  //background: #212534;
  display: flex;
  position: relative;
    z-index: 2;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}


.card {
  background: #c1c1c1;
    width: 250px;
    height: 45px;
    padding: 2px;
    position: relative;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    font-family: gotham-book;
}




.card::before {
  content: "";
    width: 101%;
    height: 106%;
    border-radius: 30px;
    background-image: linear-gradient(var(--rotate), #000000, #454243 43%, #d75f07);
    position: absolute;
    z-index: -1;
    top: -3%;
    left: -2px;
    right: 2px;
    animation: spin 3.5s linear infinite;
}

.card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 103%;
    width: 104%;
    margin: 0 auto;
    transform: scale(0.9);
    filter: blur(15px);
    border-radius: 30px;
    background-image: linear-gradient(var(--rotate), #000000, #454243 43%, #d75f07);
    opacity: 1;
    transition: opacity .5s;
    animation: spin 3.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.finance{
  background-color:#000;
  padding:40px 0px 80px 0px;
}
.home-title5{
  font-family: 'aeonik-bold';
    color: #fff;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.3;
}
.sub-title5{
  font-family: gotham-book;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    padding-top: 10px;
    line-height: 1.3;
}
.finance-section h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FF5140;
  font-size: 28px;
  padding-top:60px;
  padding-bottom:30px;
  letter-spacing: 0;
  line-height:1.3;
}
.finance-section .col-sm-3{
  
}
.service-box {
  background:url('img/service-bg.png');
  border-radius:15px;
  padding:30px 25px 20px 25px;
}
.service-box img{
  width:35px;
  padding-bottom:25px;
  filter: invert(1);
}
.service-box p {
  font-weight: 400;
  color: #FFf;
  font-size: 14px;
  padding-top:10px;
  letter-spacing: 0;
  line-height:1.3;
}
.nav>li>a>img {
    max-width: none;
    filter: invert(0);
}



.accordion {
      background: #fff;
      width: 80%;
      margin-left:10%;
      border-radius: 16px;
      padding: 20px 40px;
      margin-top:120px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }
    .accordion h2{
      font-weight: 600;
      color: #000;
      font-size: 32px;
      padding-top:00px;
      margin-top:5px;
      line-height:1.5;
    }
    .accordion p{
      font-weight: 400;
      color: #000;
      font-size: 16px;
      padding-bottom:10px;
      line-height:1.5;
    }
    .accordion h4{
      font-weight: 600;
      color: #000;
      font-size: 22px;
      padding-top:00px;
      padding-bottom: 20px;
      line-height: 1.5;
      border-bottom: 1px solid #000;
    }
    .accordion h5{
      font-weight: 500;
      color: #000;
      font-size: 14px;
      padding-top:00px;
      padding-left:35px;
      padding-bottom: 0px;
      line-height: 1.5;
    }

    .accordion-item {
      border-bottom: 1px solid #ddd;
    }

    .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
    }

    .accordion-header:hover {
      color: #444;
    }

    .accordion-header::after {
      content: "+";
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .accordion-header.active::after {
      content: "−";
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding:  0 0;
      color: #444;
      font-size: 16px;
    }
    .accordion-content li{
      font-weight: 400;
      color: #000;
      font-size: 14px;
      padding-top:20px;
      line-height:1.5;
    }

    .accordion-content.open {
      padding: 10px 20px 10px 0px;
      background:#f6f2f2;
      border-radius:15px;
    }
.funds{
  padding-top:50px;
  padding-bottom:70px;
  background:#fff;
}
.home-title6{
  color: #000;
  font-size: 36px;
  letter-spacing: 0;
  line-height:1.3;
  padding-left:0%;
  padding-bottom:30px;
}
    .fund-image img {
      width:180px;
    }

    .fund-image h4 {
      color: #000;
      font-size: 16px;
      letter-spacing: 0;
      line-height:1.3;
      padding-top:10px;
    }

    .fund-text h4 {
      color: #000;
      font-size: 20px;
      letter-spacing: 0;
      line-height:1.3;
      padding-left:0%;
      padding-top:20px;
    }
      .funds-circle{
        display:block;
        margin-top:50px;
        padding-left:40px;
      }
      .circles{
        border:1px solid #000;
        width:290px;
        height:290px;
        text-align:center;
        display:inline-block;
        padding:50px;
        padding-top:70px;
        margin-left:-40px;
        border-radius:50%;
      }
      .circles img{
        width:35px;
        padding-bottom:45px;
      }
      .circles p {
      color: #000;
      font-size: 14px;
      letter-spacing: 0;
      line-height:1.3;
      padding-left:0%;
    }

    .gtm{
  background-color:#000;
  padding:60px 0px 40px 0px;

}
.gtm-section{
  padding-top:50px;
}
.gtm-section h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FF5140;
  font-size: 28px;
  padding-top:60px;
  padding-bottom:30px;
  letter-spacing: 0;
  line-height:1.3;
}
.gtm-section .col-sm-3{
  
}
.gtm-box2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px; 
  padding: 1px; 
  border: 1px solid transparent;
  background:linear-gradient(to right, #FF5140, #151515);  
  mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  mask-composite: exclude; 
}
.gtm-box {
  background:#151515;
  border: 1px solid #FF5140;
  text-align:center;
  border-radius:15px;
  padding:40px;
  margin-bottom:30px;
}
.gtm-box:hover {
  background:#FF0000;
  border: 1px solid #151515;
}
.gtm-box:hover img {
  width: 60px;
    height: 60px;
    background-position: center;
    background: url(img/gtmbg2.png);
    background-size: contain;
    padding: 17px;

}

.gtm img{
    width: 60px;
    height: 60px;
    background-position: center;
    background: url(img/gtmbg1.png);
    background-size: contain;
    padding: 17px;
}
.gtm-box p {
  font-weight: 400;
  color: #FFf;
  font-size: 14px;
  padding-top:40px;
  letter-spacing: 0;
  line-height:1.3;
}

@media (max-width: 767px) {
  .bod {
    min-height: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 7px;
}
.card {
    background: #c1c1c1;
    width: 240px;
    height: 54px;
    padding: 2px;
    position: relative;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}
.top-banner h1{
  font-size: 32px;
  line-height:1.5;
  padding-bottom:15px;
}

.top-banner h5{
  font-size: 16px;
  letter-spacing: 0;
  padding-bottom:15px;
}
.top-banner p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  padding-bottom:30px;
}
.success-stories{
  background-color:#000;
  padding:20px 0px;
}
  }