body {
  font-family: "Spline Sans", sans-serif;
  position: relative; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.navbar-shadow .navbar_header {
  background: #fff;
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.12); }

.navbar_header {
  padding: 5px 0;
  position: relative;
  z-index: 9;
  width: 100%; }
  .navbar_header .sm-simple a,
  .navbar_header .sm-simple a:active,
  .navbar_header .sm-simple a:focus,
  .navbar_header .sm-simple a:hover {
    color: #111;
    font-weight: 500; }
  .navbar_header .col-lg-9.ms-auto {
    padding-right: 0; }
  .navbar_header .sm-simple {
    border: 0;
    box-shadow: none;
    background: none; }
    .navbar_header .sm-simple ul {
      border: 0; }
  .navbar_header .contact-menu {
    position: absolute;
    right: 15px;
    z-index: 2; }
    .navbar_header .contact-menu a {
      display: inline-block;
      color: #fff; }
  .navbar_header .sm-simple > li {
    border: 0; }
  .navbar_header .btn {
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 5px 12px !important;
    text-align: center;
    color: #fff !important; }
    .navbar_header .btn a {
      color: #fff !important; }

.main-nav {
  background: rgba(0, 0, 0, 0);
  padding: 5px 0; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 15px; }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  left: -300px;
  display: none; }

#main-menu-state:checked ~ #main-menu {
  left: 0; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: relative;
    top: 100px;
    right: 15px;
    display: none; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    left: 0; } }

@media (min-width: 992px) {
  #main-menu {
    float: right;
    align-items: center;
    clear: none; }
    #main-menu .menu {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      min-width: 250px !important; }
      #main-menu .menu li {
        border: 0; }
        #main-menu .menu li:hover a {
          display: block; }
    #main-menu .w-75 {
      width: 800px !important;
      min-width: 800px !important;
      column-count: 2;
      padding: 15px; }
      #main-menu .w-75 li a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        line-height: 16px;
        font-weight: 500 !important; } }

@media (max-width: 991px) {
  #main-menu {
    width: 300px;
    overflow-y: auto;
    box-shadow: 0 0 15px -5px #555;
    position: fixed;
    background: #fff;
    padding: 20px;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: block !important;
    left: -350px; } }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* clear any floats inside the mega menus */
.topbar {
  position: relative;
  border-bottom: 1px solid #E9E9E9; }
  @media (min-width: 1200px) {
    .topbar {
      padding-left: 4rem; } }
  .topbar .d-sm-flex {
    height: 49px;
    align-items: center; }
  .topbar p {
    color: #555555;
    font-size: 16px;
    font-weight: 350;
    line-height: 18px;
    margin-bottom: 0; }
    .topbar p a {
      color: #555555; }
  .topbar i {
    margin-right: 8px;
    color: #ff0100; }
  .topbar .border-1 {
    border-left: 1px solid #E9E9E9;
    line-height: 50px;
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px; }
  .topbar .icon a {
    width: 50px;
    display: inline-block;
    border-left: 1px solid #E9E9E9;
    line-height: 50px;
    text-align: center; }
    .topbar .icon a i {
      margin: 0; }
  .topbar .btn {
    background: #ff0100;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 14px;
    border-radius: 0;
    margin: -25px -12px -25px 0px;
    line-height: 35px;
    padding: 12px 25px;
    position: relative; }
    .topbar .btn .bi {
      color: #fff; }

.navbar_header {
  padding: 8px 0;
  position: relative;
  background: #fff; }
  @media (min-width: 1200px) {
    .navbar_header {
      padding-left: 4rem; } }
  .navbar_header .nav-brand {
    display: flex;
    align-items: center; }
  .navbar_header ul li a {
    color: #101725 !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700; }
    .navbar_header ul li a:hover {
      color: #ff0100 !important; }
  .navbar_header ul li ul li a {
    font-size: 15px !important; }
  .navbar_header .btn {
    background: #ff0100;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 14px; }
    .navbar_header .btn:hover {
      background: #ff0100;
      color: #e5e7eb !important; }
  .navbar_header .bi-telephone {
    background: rgba(0, 0, 0, 0.1);
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border-radius: 100px; }
  .navbar_header p {
    line-height: 18px; }
    .navbar_header p span {
      font-size: 0.875rem;
      line-height: 1.25rem;
      display: inline-block;
      font-weight: 300;
      font-family: "Spline Sans", sans-serif; }
    .navbar_header p strong {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
      font-family: "Spline Sans", sans-serif; }
      .navbar_header p strong a {
        color: #111; }

.nav-fixed {
  position: sticky;
  top: -1px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.home-banners {
  position: relative;
  overflow-x: hidden; }
  .home-banners .carousel-caption {
    display: flex;
    justify-content: start;
    align-items: center;
    top: 0;
    bottom: 0;
    text-align: left;
    left: 10%;
    max-width: 650px; }
  .home-banners .banner-title {
    font-weight: 700;
    color: #fff;
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 15px;
    letter-spacing: -1px; }
    .home-banners .banner-title span {
      font-weight: 300;
      color: #111; }
  .home-banners .carousel-item img {
    width: 100%; }
  .home-banners .banner-sub-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0; }
  .home-banners .banner-button {
    min-width: 190px;
    color: #fff;
    background: #ff0100;
    font-weight: 700;
    padding: 10px 25px; }
  .home-banners .carousel-control-next,
  .home-banners .carousel-control-prev {
    width: 100px; }
    .home-banners .carousel-control-next span,
    .home-banners .carousel-control-prev span {
      width: 40px;
      height: 40px;
      filter: invert(1); }
  .home-banners .carousel-control-prev-icon {
    content: '\F285'; }
  .home-banners .carousel-control-next-icon {
    content: '\F284'; }
  .home-banners .carousel-indicators button {
    height: 18px;
    width: 18px;
    border: 0;
    border-radius: 100px;
    background: #fff;
    opacity: 1; }
  .home-banners .carousel-indicators .active {
    background: #111; }

.home-about-us {
  padding: 70px 0 90px 0;
  position: relative;
  overflow: hidden; }
  .home-about-us::after {
    content: '';
    background: #B1AFFF;
    height: 500px;
    width: 500px;
    background-attachment: fixed;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    left: -10%;
    bottom: 0;
    filter: blur(50px);
    opacity: .3; }
  .home-about-us::before {
    content: '';
    background: #ffe5d8;
    height: 800px;
    width: 800px;
    background-attachment: fixed;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    right: -30%;
    top: 0;
    filter: blur(50px); }
  .home-about-us .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    margin-bottom: 30px;
    font-size: 36px; }
    .home-about-us .title span {
      color: #111; }
  .home-about-us p {
    color: #555555;
    font-size: 16px;
    font-weight: 350;
    line-height: 18px;
    line-height: 32px;
    font-size: 22px; }
  .home-about-us .sub-title {
    font-weight: 300;
    font-size: 22px;
    padding-left: 25px;
    border-left: 2px solid #ff0100;
    margin-bottom: 25px; }
  .home-about-us .btn {
    padding: 15px 42px;
    border-radius: 0.5rem;
    background: #ff0100;
    color: #fff;
    margin-top: 25px; }
  .home-about-us ul {
    column-count: 5;
    padding-left: 0;
    list-style: none;
    margin-bottom: 70px; }
    .home-about-us ul li {
      padding: 30px;
      margin-right: 15px;
      font-family: "Spline Sans", sans-serif;
      font-weight: 400;
      box-shadow: 10px 10px 20px 0 rgba(8, 25, 43, 0.1);
      border-radius: 10px;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #555555; }
      .home-about-us ul li img {
        margin-right: 8px; }

.insurance {
  background: #e0efe4;
  overflow-x: hidden;
  padding: 80px 0;
  position: relative; }
  .insurance .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: center;
    color: #111; }
    .insurance .title span {
      color: #111; }
  .insurance .container-fluid {
    position: relative;
    z-index: 1; }
  .insurance .box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    min-height: 370px;
    position: relative;
    z-index: 1; }
    .insurance .box img {
      margin-bottom: 15px; }
    .insurance .box h4 {
      font-weight: 700;
      font-family: "Spline Sans", sans-serif;
      margin-bottom: 15px;
      color: #111; }
    .insurance .box p {
      font-family: "Spline Sans", sans-serif;
      font-size: 14px;
      line-height: 22px; }
  .insurance ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap; }
    .insurance ul li {
      font-weight: 350;
      display: flex;
      padding: 25px;
      padding-right: 35px;
      font-family: "Spline Sans", sans-serif;
      font-size: 15px; }
      @media (min-width: 768px) {
        .insurance ul li {
          width: 50%; } }
      .insurance ul li img {
        margin-right: 20px; }
      .insurance ul li strong {
        display: block;
        font-size: 22px;
        color: #111; }
  .insurance .insurance-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    opacity: .3;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: fixed !important; }
  .insurance .btn {
    padding: 10px 42px;
    border-radius: 0.5rem;
    background: #555555;
    color: #fff;
    margin-top: 25px; }

.mutual-funds {
  padding: 70px 0;
  position: relative;
  overflow: hidden; }
  .mutual-funds img {
    mix-blend-mode: multiply; }
  .mutual-funds .title {
    text-align: center;
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111; }
    .mutual-funds .title span {
      color: #111; }
  .mutual-funds .col-lg-6.col-md-6 {
    position: relative; }
    .mutual-funds .col-lg-6.col-md-6 .box {
      position: relative;
      margin-bottom: 15px; }
      .mutual-funds .col-lg-6.col-md-6 .box::after {
        content: '';
        position: absolute;
        right: 15px;
        bottom: 5px;
        font-size: 42px;
        font-weight: 700;
        color: #0c7662;
        letter-spacing: -.3px; }
    .mutual-funds .col-lg-6.col-md-6:nth-of-type(1) .box::after {
      content: '01'; }
    .mutual-funds .col-lg-6.col-md-6:nth-of-type(2) .box::after {
      content: '02'; }
    .mutual-funds .col-lg-6.col-md-6:nth-of-type(3) .box::after {
      content: '03'; }
    .mutual-funds .col-lg-6.col-md-6:nth-of-type(4) .box::after {
      content: '04'; }
    .mutual-funds .col-lg-6.col-md-6:nth-of-type(5) .box::after {
      content: '05'; }
    .mutual-funds .col-lg-6.col-md-6:nth-of-type(6) .box::after {
      content: ''; }
  .mutual-funds .box {
    padding: 40px;
    box-shadow: 10px 10px 20px 0 rgba(8, 25, 43, 0.1);
    border-radius: 10px;
    min-height: 220px; }
    .mutual-funds .box p {
      font-size: 16px;
      font-weight: 350;
      color: #555555;
      line-height: 22px; }
      .mutual-funds .box p strong {
        font-size: 18px;
        display: block;
        color: #111;
        margin-bottom: 15px; }
  .mutual-funds ul {
    padding-left: 0;
    list-style: none;
    column-count: 2; }
    .mutual-funds ul li {
      padding-left: 70px;
      padding-bottom: 40px;
      position: relative;
      font-size: 18px;
      line-height: 28px; }
      .mutual-funds ul li strong {
        font-weight: 400; }
  .mutual-funds .row {
    align-items: center; }
  .mutual-funds .btn {
    padding: 10px 42px;
    border-radius: 0.5rem;
    background: #0c7662;
    color: #fff;
    margin-top: 25px; }

.retirement-plan {
  padding: 80px 0;
  position: relative;
  background: #f3faff;
  overflow: hidden; }
  .retirement-plan .count-box {
    position: relative;
    margin-bottom: 70px;
    display: flex; }
    .retirement-plan .count-box .sub-title {
      font-size: 46px;
      line-height: .8em;
      padding-left: 25px; }
      .retirement-plan .count-box .sub-title span {
        font-size: 18px;
        display: block; }
    .retirement-plan .count-box::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      background: #fff;
      background-size: auto;
      background-size: cover;
      width: 4px;
      height: 86px; }
  .retirement-plan::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    left: 0;
    height: 650px;
    background: #e0efe4; }
  .retirement-plan .container-fluid {
    position: relative;
    z-index: 1; }
  .retirement-plan .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111;
    text-align: center;
    margin-bottom: 30px; }
    .retirement-plan .title span {
      font-weight: 300; }
  .retirement-plan .box {
    background: #fff;
    padding: 70px;
    margin-left: -10%;
    box-shadow: 10px 10px 20px 0 rgba(8, 25, 43, 0.1); }
    .retirement-plan .box p {
      color: #555555;
      font-size: 16px;
      font-weight: 350;
      line-height: 18px;
      line-height: normal;
      margin-bottom: 25px;
      padding-left: 25px; }
      .retirement-plan .box p strong {
        display: block;
        color: #111;
        font-size: 18px;
        margin-bottom: 5px; }
  .retirement-plan .btn {
    padding: 10px 42px;
    border-radius: 0.5rem;
    background: #000;
    color: #fff;
    margin-top: 25px; }

.home-testimonials {
  padding: 80px 0;
  position: relative;
  background: #f3faff;
  overflow-x: hidden; }
  .home-testimonials .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111; }
  .home-testimonials .sub-title {
    font-size: 22px;
    color: #555555;
    font-weight: 300;
    text-transform: uppercase; }
  .home-testimonials .box {
    padding: 35px;
    border-radius: .5rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 58px #f0f0f0; }
    .home-testimonials .box p {
      font-size: 14px;
      font-weight: 400;
      color: #555555;
      margin-bottom: 25px;
      font-family: "Spline Sans", sans-serif; }
    .home-testimonials .box .bi-quote {
      font-size: 36px; }
    .home-testimonials .box .box-footer {
      position: relative; }
      .home-testimonials .box .box-footer .icon {
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden; }
      .home-testimonials .box .box-footer p {
        margin-bottom: 10px; }
      .home-testimonials .box .box-footer strong {
        font-weight: 600;
        font-size: 18px;
        color: #111; }
  .home-testimonials .owl-nav {
    text-align: center;
    margin-top: 25px; }
    .home-testimonials .owl-nav button {
      width: 40px;
      background: #111 !important;
      color: #fff !important;
      font-size: 18px !important;
      margin: 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal; }

.home-cleints {
  padding: 70px 0;
  position: relative;
  overflow-x: hidden;
  text-align: center; }
  .home-cleints .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111;
    margin-bottom: 70px; }
  .home-cleints .box {
    box-shadow: 10px 10px 20px 0 rgba(8, 25, 43, 0.1);
    padding: 25px;
    border-radius: 10px; }

.footer {
  background: #000;
  padding: 70px 0;
  position: relative;
  overflow-x: hidden; }
  .footer .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    font-family: "Spline Sans", sans-serif;
    position: relative; }
    .footer .title::after {
      content: '';
      width: 52px;
      bottom: -18px;
      left: 0;
      position: absolute;
      border-bottom: 2px solid #fff; }
  .footer p {
    color: #fff;
    font-family: "Spline Sans", sans-serif;
    font-weight: 400;
    display: flex;
    font-size: 14px;
    letter-spacing: .5px; }
    .footer p strong {
      color: #e5e7eb;
      font-size: 18px;
      font-weight: 600; }
    .footer p .bi {
      margin-right: 8px; }
    .footer p a {
      color: #fff; }
  .footer ul {
    padding-left: 0;
    list-style: none; }
    .footer ul li a {
      color: #fff;
      font-family: "Spline Sans", sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: .5px;
      display: inline-block;
      margin-bottom: 15px; }
  .footer .icon a {
    width: 50px;
    display: inline-block;
    border: 1px solid #E9E9E9;
    line-height: 50px;
    color: #fff;
    text-align: center; }
    .footer .icon a i {
      margin: 0; }
  .footer .copyright {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid #555555;
    font-size: 14px;
    letter-spacing: .5px; }

.fixed-bottom {
  right: 30px;
  left: auto;
  bottom: 100px; }
  .fixed-bottom .bi {
    background: linear-gradient(90deg, #12c665 0.85%, #009446 100%);
    border-radius: 30px;
    padding: 15px 20px;
    outline: none;
    border: medium;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    font-size: 22px;
    color: #fff; }

#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 45px;
  background: #555555;
  border-radius: 30px;
  padding: 15px 20px;
  outline: none;
  border: medium;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
  font-size: 22px;
  color: #fff;
  z-index: 9; }

.common-banner {
  padding: 20px 0;
  position: relative;
  background: #f3faff; }
  .common-banner .page-title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111;
    margin-bottom: 15px; }
  .common-banner .breadcrumb {
    color: #555555;
    font-size: 16px;
    font-weight: 350;
    line-height: 18px; }
  .common-banner .active {
    color: #555555; }
  .common-banner a {
    color: #111; }
  .common-banner .breads {
    position: relative;
    z-index: 1; }
  .common-banner .img-fluid {
    mix-blend-mode: multiply;
    float: right; }
  .common-banner .common-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-size: cover !important;
    background-position: 50% 50% !important;
    opacity: .2; }

.contact-inner {
  padding: 70px 0;
  position: relative; }
  .contact-inner .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111; }
  .contact-inner .dark-box {
    padding: 50px;
    background: #e0efe4;
    min-height: 100%; }
    .contact-inner .dark-box .title {
      color: #111; }
  .contact-inner .sub-title {
    font-size: 18px;
    margin-bottom: 25px;
    color: #111; }
  .contact-inner p {
    color: #555555;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    color: #111;
    font-family: "Spline Sans", sans-serif;
     }
    .contact-inner p strong {
      width: 30%;
      text-transform: uppercase; }
      .contact-inner p strong .bi {
        color: #ff0100;
        margin-right: 8px; }
    .contact-inner p span {
      width: 70%;
      font-weight: 400;
      letter-spacing: .3px;
      color: #555555; }
      .contact-inner p span a {
        color: #555555; }
  .contact-inner .light-box {
    padding: 50px;
    min-height: 100%;
    background: #f3faff; }
    .contact-inner .light-box label {
      color: #555555;
      font-size: 16px;
      font-weight: 350;
      line-height: 18px;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 500; }
    .contact-inner .light-box .form-control {
      border: 0;
      padding-top: 8px;
      padding-bottom: 8px;
      border: 1px solid #E9E9E9;
      box-shadow: 0 0 15px rgba(16, 23, 37, 0.051); }
    .contact-inner .light-box .btn {
      padding: 15px 42px;
      border-radius: 0.5rem;
      background: #ff0100;
      color: #fff;
      border: 0;
      margin-top: 25px; }

.inner-content {
  padding: 70px 0;
  position: relative; }
  .inner-content .sub-title {
    font-size: 22px; }
  .inner-content .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111;
    font-size: 36px; }
  .inner-content p {
    color: #555555;
    font-size: 16px;
    font-weight: 350;
    line-height: 18px;
    font-size: 22px;
    line-height: 36px; }
  .inner-content .bg-light {
    background: none !important;
    padding: 40px; }
  .inner-content .services-box {
    background: #e0efe4;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 15px;
    min-height: 98%;
    text-align: center;
    position: relative; }
    .inner-content .services-box strong {
      font-size: 22px;
      color: #111; }
    .inner-content .services-box img {
      margin-bottom: 15px; }
    .inner-content .services-box p {
      font-size: 19px;
      line-height: 26px;
      color: #555555; }
  .inner-content .mutual-fund-box {
    margin-bottom: 30px;
    text-align: center;
    position: relative; }
    .inner-content .mutual-fund-box div {
      background: #fff;
      position: relative;
      z-index: 1;
      border: 3px solid #fff;
      padding: 25px;
      border-radius: 20px;
      min-height: 260px;
      border: 3px solid #e0efe4;
      border-radius: 20px; }
    .inner-content .mutual-fund-box:after {
      transform: rotate(4deg);
      background: #e0efe4;
      border-radius: 20px;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%; }
    .inner-content .mutual-fund-box strong {
      font-size: 22px;
      color: #111; }
    .inner-content .mutual-fund-box img {
      margin-bottom: 15px;
      position: relative;
      z-index: 1; }
    .inner-content .mutual-fund-box p {
      font-size: 19px;
      line-height: 26px;
      color: #555555;
      position: relative;
      z-index: 1; }
  .inner-content .retirement-plan-box {
    background: #fff;
    padding: 40px 15px;
    margin-bottom: 30px;
    min-height: 98%;
    text-align: center;
    border-radius: 20px;
    border: 1.5px solid #daeef8;
    box-shadow: 0 8px 16px 0 rgba(0, 115, 187, 0.1); }
    .inner-content .retirement-plan-box strong {
      font-size: 22px;
      color: #111; }
    .inner-content .retirement-plan-box img {
      margin-bottom: 15px; }
    .inner-content .retirement-plan-box p {
      font-size: 19px;
      line-height: 26px;
      color: #000; }
  .inner-content .marketing-box {
    padding: 30px;
    margin-bottom: 30px;
    min-height: 98%;
    box-shadow: 0 8px 16px 0 rgba(0, 115, 187, 0.1); }
    .inner-content .marketing-box strong {
      font-size: 22px;
      color: #111; }
    .inner-content .marketing-box img {
      margin-bottom: 15px; }
    .inner-content .marketing-box p {
      font-size: 16px;
      line-height: 24px;
      color: #555555; }

@media (min-width: 1900px) {
  .container-fluid {
    max-width: 1855px; } }

.inner-clients {
  background: #f3faff;
  padding: 80px 0;
  position: relative; }
  .inner-clients .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111;
    text-align: center;
    font-size: 36px; }
  .inner-clients .box img {
    mix-blend-mode: multiply; }
  .inner-clients .box:hover img {
    filter: grayscale(0); }
  .inner-clients .field-marketing-box {
    padding: 30px;
    margin-bottom: 30px;
    min-height: 220px;
    background: #fff;
    color: #555555; }
    .inner-clients .field-marketing-box strong {
      font-size: 22px;
      font-weight: 500;
      color: #111; }

.faq-inner {
  padding: 70px 0;
  position: relative; }
  .faq-inner .title {
    color: #ff0100;
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 40px;
    color: #111;
    font-size: 36px; }
  .faq-inner .accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #555555; }
  .faq-inner p,
  .faq-inner li {
    color: #555555;
    font-size: 16px;
    font-weight: 350;
    line-height: 18px;
    line-height: 26px;
    margin-bottom: 18px; }
  .faq-inner .accordion-button:not(.collapsed) {
    background: #e0efe4;
    outline: none;
    box-shadow: none; }
  .faq-inner .accordion-button::after {
    content: "\f64d";
    background-image: none;
    font-family: bootstrap-icons !important;
    font-size: 16px; }
  .faq-inner .accordion-button:not(.collapsed)::after {
    content: "\f63b";
    font-size: 16px; }

@media (min-width: 1281px) and (max-width: 1440px) {
  .insurance .col-xl-10,
  .mutual-funds .col-xl-10,
  .retirement-plan .col-xl-10,
  .home-testimonials .col-xl-10,
  .home-cleints .col-xl-10,
  .footer .col-xl-10,
  .home-about-us .col-xl-10 {
    width: 95%; }
  .topbar p,
  .navbar_header ul li a {
    font-size: 15px; }
  .home-banners .banner-title {
    font-size: 60px;
    line-height: 60px; }
  .navbar_header p strong a {
    color: #ff0100; }
  .retirement-plan .box {
    padding: 50px; }
  .common-banner .col-xl-10 {
    width: 95%; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .insurance .col-xl-10,
  .mutual-funds .col-xl-10,
  .retirement-plan .col-xl-10,
  .home-testimonials .col-xl-10,
  .home-cleints .col-xl-10,
  .footer .col-xl-10,
  .home-about-us .col-xl-10 {
    width: 95%; }
  .topbar p,
  .navbar_header ul li a {
    font-size: 15px; }
  .home-banners .banner-title {
    font-size: 60px;
    line-height: 60px; }
  .retirement-plan .box {
    padding: 50px; }
  .retirement-plan .title {
    font-size: 36px; }
  .home-testimonials .box p,
  .mutual-funds .box p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.3px; }
  .insurance ul li {
    line-height: 18px; }
    .insurance ul li strong {
      margin-bottom: 15px;
      line-height: 24px; }
  .navbar_header p strong a {
    color: #ff0100; }
  .common-banner .col-xl-10,
  .inner-content .col-xl-10 {
    width: 95%; }
  .contact-inner .dark-box {
    padding: 30px !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .topbar p {
    font-size: 14px; }
  .navbar_header p span {
    font-size: 13px; }
  .navbar_header p strong {
    font-size: 16px; }
  .navbar_header ul li a {
    font-size: 14px; }
  .sm-simple a,
  .sm-simple a.highlighted,
  .sm-simple a:active,
  .sm-simple a:focus,
  .sm-simple a:hover {
    padding: 11px 8px; }
  .sm-simple a.has-submenu {
    padding-right: 32px; }
  .insurance ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px; }
  .retirement-plan .count-box h2 span {
    line-height: 22px;
    margin-top: 15px; }
  .retirement-plan .box {
    margin: 0; }
  .home-testimonials {
    padding-top: 0; }
  .home-banners .banner-title {
    font-size: 54px;
    line-height: normal; }
  .retirement-plan .box {
    padding: 50px; }
  .contact-inner .dark-box {
    padding: 30px !important; }
  .topbar .icon a {
    width: 40px; }
  .topbar .btn {
    padding: 12px 15px; }
  .inner-content p, .home-about-us p {
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 991px) {
  .main-menu-btn {
    position: absolute;
    right: 25px;
    background: #ff0100; }
  .topbar p {
    font-size: 14px; }
  .topbar .icon a {
    width: 35px; }
  .home-banners .banner-title {
    font-size: 48px;
    line-height: normal; }
  .home-banners .banner-sub-title {
    font-size: 18px; }
  .home-about-us .box {
    text-align: center;
    margin-bottom: 25px; }
  .retirement-plan .box {
    margin: 0;
    padding: 50px; }
  .mutual-funds .col-lg-6.col-md-6:nth-of-type(6) .box {
    box-shadow: none;
    text-align: center;
    padding-bottom: 0;
    min-height: auto; }
  .topbar .d-sm-flex {
    height: auto; }
  .topbar .btn {
    padding: 8px 10px; }
  .topbar .border-1 {
    padding-left: 0;
    margin-left: 0;
    border-left: 0; }
  .topbar p {
    font-size: 13px; }
  .topbar i {
    margin-right: 5px; }
  .topbar .icon a {
    width: 30px; }
  .home-banners .carousel-item img {
    height: 500px;
    object-fit: cover;
    object-position: 70% 50%; }
  .inner-content .title {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .topbar .d-sm-flex {
    height: auto; }
  .home-banners .img-fluid {
    height: 450px;
    object-fit: cover;
    object-position: 70% 50%; }
  .home-banners .carousel-control-next,
  .home-banners .carousel-control-prev {
    width: 50px; }
  .main-menu-btn {
    right: 0;
    top: auto; }
  .topbar {
    padding: 5px 0; }
    .topbar .border-1 {
      line-height: 18px;
      border: 0;
      padding: 0;
      margin: 0; }
    .topbar .d-flex.align-items-center {
      display: none !important; }
  .retirement-plan .count-box::after {
    height: auto; }
  .retirement-plan .count-box {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .retirement-plan {
    padding-bottom: 0; }
  .topbar .border-1 .bi {
    margin-left: 15px; }
  .home-about-us::before,
  .home-about-us::after {
    height: 500px;
    width: 500px; }
  .home-about-us::after {
    left: -51%; }
  .insurance .insurance-background {
    background-position: 91% 50% !important; }
  .home-testimonials .box p {
    font-size: 14px; }
  .retirement-plan .box {
    padding: 20px; }
  .inner-content .bg-light {
    padding: 0; }
  .inner-content .title {
    margin-top: 20px;
    font-size: 30px; }
  .inner-content p {
    font-size: 16px;
    line-height: 22px; }
  .inner-content .my-5 {
    margin: 20px 0 !important; }
  .accordion {
    margin-bottom: 25px; }
  .common-banner .page-title {
    font-size: 36px;
    line-height: 30px; }
  .inner-content .marketing-box {
    min-height: auto; }
  .inner-content {
    padding: 50px 0; }
  .common-banner .img-fluid {
    height: 180px;
    object-fit: cover;
    object-position: 80% 50% !important; }
  .home-about-us .btn {
    padding: 9px 42px; }
  .contact-inner .title {
    font-size: 36px; }
  .inner-content p {
    font-size: 16px;
    line-height: 30px; }
  body,
  :root {
    overflow-x: hidden; }
  .nav-fixed {
    position: fixed; } }

@media (max-width: 500px) {
  .home-banners .img-fluid {
    height: 400px;
    object-fit: cover;
    object-position: 75% 50% !important; }
  .navbar_header p {
    display: none !important; }
  .home-banners .banner-title {
    font-size: 36px; }
  .home-banners .banner-sub-title {
    font-size: 14px; }
  .insurance .title,
  .home-about-us .title,
  .mutual-funds .title,
  .retirement-plan .title,
  .home-testimonials .title,
  .home-cleints .title {
    font-size: 30px;
    line-height: normal; }
  .home-cleints .box {
    box-shadow: none;
    padding: 0; }
  .common-banner .page-title {
    font-size: 24px;
    line-height: 24px; }
  .common-banner .breadcrumb {
    margin-bottom: 0; }
  .inner-clients {
    padding: 50px 0; }
    .inner-clients .box {
      text-align: center; }
  .retirement-plan,
  .insurance {
    padding-top: 50px; }
    .retirement-plan .count-box,
    .insurance .count-box {
      padding-bottom: 0; }
  .insurance ul li {
    padding-left: 0;
    padding-right: 0; }
  .insurance .btn {
    margin-bottom: 25px !important; }
  .contact-inner {
    padding: 50px 0; }
  .contact-inner .dark-box,
  .contact-inner .light-box {
    padding: 20px; }
  .common-banner .breadcrumb {
    font-size: 14px;
    letter-spacing: -.3px; }
  .contact-inner .title {
    font-size: 30px; }
  .contact-inner .light-box .btn {
    padding: 9px 42px; }
  .contact-inner p {
    font-size: 14px; }
  .retirement-plan .count-box h2 {
    font-size: 30px; }
  .retirement-plan .count-box h2 span {
    font-size: 14px;
    font-weight: 400; }
  .retirement-plan .count-box img {
    width: 30px;
    height: 30px; }
  .retirement-plan .count-box h2 {
    padding-left: 12px; }
  .retirement-plan .count-box .sub-title {
    font-size: 36px; }
  .retirement-plan .count-box .sub-title span {
    font-size: 14px;
    line-height: 18px; }
  .common-banner {
    padding: 0; }
  .topbar p {
    font-size: 13px; } }
