* {
    box-sizing: border-box; /* Ensures padding and borders are included in width calculations */
}

body {
    margin: 0;
    max-width: 100vw; /* Prevents horizontal overflow caused by widths */
}

html, body {
    margin: 0px;
    background-color: #E7ECEF;
    font-family: 'EB Garamond', serif;
}

hr {
    margin: 1rem auto; /* Center horizontally */
    width: 75%; /* Adjust the width as needed */
}

.logo {
    background: #49503e;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
}

.nav-item {
    font-size: 1.5rem;
    color: fff;
}

.jumbotron {
    background-image: linear-gradient(to top, #cccfa2 10%,   #E7ECEF 70%);
    
}

.jumbotron .lead {
    font-size: 1.5rem;
}

@media screen and (max-width: 775px) {
    .logoTop {
        width: 100px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 775px) {

    .jumbotron .goose {
        padding: 20px;
    }

    .jumbotron h1 {
        font-size: 1.5rem;
        margin: .5rem;
        padding: 0;
    }

    .jumbotron .lead {
        font-size: 1rem;
        margin: .5rem;
        padding: 0;
    }

    .clientName {
        font-size: .7rem;
    }
}

.jumbotron::after,
.jumbotron::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 50px;
    background: #cccfa2;
    bottom: -1em;
    z-index: 1;
}

.jumbotron::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.jumbotron::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

.ul-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .list {
    padding: 0 30px;
    margin-bottom: 0px;
  }
  
  .list ul {
    margin: 20px auto;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 4.5rem;
  }


.padding {
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin: 0 auto;
    z-index: 2;
}



.checklist-header {
    position: relative;
    padding-bottom: 50px;
}

.checklist h1 {
    font-size: 3rem;
}

.card-block {
    font-size: 1.25rem;
    
}

.checklist-header::after,
.checklist-header::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 80px;
    background: #E7ECEF;
    bottom: -1em;
    z-index: 150;
}

.checklist-header::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.checklist-header::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

.container-process {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;  
    padding-top: 6rem;
    margin-bottom: 3rem;
    z-index: 45;
}



.process {
    display: block;
    margin: 0 auto;
    padding-top: 100px;
    justify-content: center;
    width:100%;
    position: relative;
    background: #E7ECEF;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 108;
}

@media screen and (max-width: 768px) {
    #process-image {
        content: url(images/process_vertical.svg);
        width: 75%;
        margin: 0 auto;
        display: flex;
    } 
}

@media screen and (max-width: 500px) {
    #process-image {
        content: url(images/process_vertical.svg);
        width: 95%;
        margin: 0 auto;
        display: flex;
    } 

    .services {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1600px) {
    .process {
        width:100%;
    }
}

@media screen and (max-width: 1024px) {
    .process {
        width:100%;
    }
}



.process::after,
.process::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #E7ECEF;
    bottom: -1em;
    z-index: 41;
}

.process::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.process::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

.services {
    padding-top: 75px;
    padding-left: 100px;
    padding-right: 100px;
    background: #fbc0ba;
    color: white;
    padding-bottom: 40px;
    margin: 0 auto;
    position: relative;
    color: #000;
    z-index: 115;
}

.services::after,
.services::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 70px;
    background: #fbc0ba;
    bottom: -1.5em;    
}

.services::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.services::after {
    left: 50%;
    transform: skew(0 , -20deg);
}


@media screen and (max-width: 500px) {
    .services {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.icons {
    font-size: 6rem;
    color: #e34f43;
    margin: 1rem;
}

.clients {
    background-color: #cccfa2;
    color: #000;
    margin: 0 auto;
    position: relative;
    padding-top: .75em;
    z-index: 1;
}

.clients::after,
.clients::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #cccfa2;
    bottom: -1em;
    z-index: 3;
}

.clients::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.clients::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

.team {
    box-shadow: #000 20px;
}

.card {
    width: 20rem;
    background: rgb(236, 242, 245);
}

.card-img-top {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    margin: 50px auto;
    background: #E7ECEF;
    position: relative;
    align-items: center;
    box-sizing: border-box;
}

.card-img-top:hover {
    background: rgb(236, 242, 245);
    align-items: center;
    border-radius: 0;
    width: 20rem;
    height: auto;
    margin: 0 auto;
}

.card:hover {
    cursor: pointer;
}

.btn-info {
    color: #fff;
    background-color: #49503e;
    border-color: #888a6b; /*set the color you want here*/
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #cccfa2;
    border-color: #cccfa2; /*set the color you want here*/
}

.team-members {
    position: relative;
}

.team-members::after,
.team-members::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 60px;
    background: #E7ECEF;
    bottom: -2em;
    z-index: 1;
}

.team-members::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.team-members::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

.contact {
    background-image: linear-gradient(to bottom, #cccfa2 10%,   #E7ECEF 70%);
    padding: 150px;
    position: relative;
    z-index: 0; 
}

@media screen and (max-width: 1440px) {
    .contact {
        padding: 100px 20px;
    }
}

.contact::after,
.contact::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 50px;
    background: #E7ECEF;
    bottom: -1em;
    z-index: 1;
}

.contact::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.contact::after {
    left: 50%;
    transform: skew(0 , -20deg);
}


.footer {
    background: #fbc0ba;
    color: #e34f43;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner {
    margin-top: 50px;
    background: #cccfa2;
}

.disclaimer {
    background: #49503e;
    color: white;
    height: 50px;
    position: relative;    
    display: flex;
    align-items: center;
}

.finra {    
    background: #E7ECEF;
    color: white;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 1.25rem;
    height: 50px
}

.finra a {
    color: black;
}


.disclaimer a {
    padding: 5px;
    position: relative; 
    display: flex;
    color: white;
    font-size: 1.25rem;
}

.btn {
    z-index: 100;
}


.clientBox {
    width: 250px;
    height: 250px;
    background: #E7ECEF;
    color: #000;
    margin: 1rem;
    padding: 5px;
    border-radius: 15px;
}

.clientBox:hover {
    background: #E7ECEF;
    color: black;
}

.clientBox h5 {
    padding-top: 5px;
    font-size: 1.5rem;
}
.modalHeader {
    background-image: linear-gradient(to right, #30cfd0 10%, #330867 100%);
}

.lead {
    font-size: 1.5rem;
}

.address {
    font-size: 1.5rem;
    line-height: 1.25rem;
}

.team {
    margin: 75px 0;
    position: relative;
}

.team .lead {
    line-height: 2rem;
}

.team h1 {
    text-align: center;
    color: #000;
    padding-bottom: 10px;
}

.team p {
    font-size: 1.5rem;
    line-height: .75rem;
}

.team::after,
.team::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 50px;
    background: #E7ECEF;
    bottom: -6em;
    z-index: 1;
}

.team::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.team::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

@media screen and (max-width: 1200px) {
    .team h4 {
        font-size: 1.2rem;
    }
    
    .team p {
        font-size: 1.2rem;
        line-height: .75rem;
    }
}



.profile {
    margin-top: 25px;
}

.profile .img-box {
    opacity: 1;
    padding: 10px;
    display: block;
    position: relative;
}

.img-box::after {
    content: '';
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.img-box button {
    margin: 0;
    padding: 2px 20px;
    position: absolute;
    z-index: 999;
    bottom: 15px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.img-box:hover::after {
    opacity: 1;    
}

.img-box:hover button {
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .ul-holder {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
      }

      .list ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        font-size: 1.5rem;
        line-height: 4.5rem;
      }
}

@media screen and (max-width: 768px) {
    .clientBox {
        margin: .25rem;
        width: 150px;
        height: 150px;
        
    }

    h1 {
        padding: 1.25rem;
    }

    h5 {
        font-size: .8rem;
    }

    h3 {
        font-size: 2rem;
    }
    
    .lead {
        font-size: 1.25rem;
        padding: 2rem;
    }

    .services {
        padding-top: 4rem;
        padding-bottom: 20px;
        margin: 0 auto;
        position: relative;
    }    
}

@media screen and (max-width: 600px) {
    .ul-holder {
        display: block;
        margin: 0 auto;
        width: 100%;
      }

      .list ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        font-size: 1rem;
        line-height: 2.5rem;
      }
}

.fa-question {
    font-size: 5rem;
    margin-top: 40px;
}

@media screen and (max-width: 775px) {
    .clientBox h5 {
        font-size: 1rem;
    }

    .fa-question {
        margin-top: 0px;
    }

    img {
        padding: 20px;
    }

    .disclaimer a {
        font-size: .75rem;
    }
}

.modal-dialog {
    margin: 0 auto;
}

.mapouter {
    text-align: right;
    height: 400px;
    width: 500px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 500px;
}

  .steps-section {
      position: relative;
  }

.steps-section::after,
.steps-section::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 50px;
    background: #E7ECEF;
    bottom: -4.5em;
    z-index: 100;
}

.steps-section::before {
    right: 50%;
    transform: skew(0 , 20deg);
}

.steps-section::after {
    left: 50%;
    transform: skew(0 , -20deg);
}

  .steps-header {
    margin-top: 75px;
    margin-bottom: 100px;
    text-align: center;
  }
  
  .steps-timeline {
    outline: 1px dashed rgba(255, 0, 0, 0);
    margin-bottom: 50px;
  }
  
  @media screen and (max-width: 500px) {
    .steps-timeline {
      margin-left: 25px;
    }
  }
  
  @media screen and (min-width: 500px) {
    .steps-timeline {
      border-top: 2px solid #49503e;
      padding-top: 20px;
      margin-top: 40px;
      margin-left: 16.65%;
      margin-right: 16.65%;
    }
  }
  
  .steps-timeline:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .steps-one,
  .steps-two,
  .steps-three {
    outline: 1px dashed rgba(0, 128, 0, 0);
  }
  
  @media screen and (max-width: 500px) {
    .steps-one,
    .steps-two,
    .steps-three {
      margin-left: -25px;
    }
  }
  
  @media screen and (min-width: 500px) {
    .steps-one,
    .steps-two,
    .steps-three {
      float: left;
      width: 33%;
      margin-top: -50px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .steps-one,
    .steps-two {
      padding-bottom: 40px;
    }
  }
  
  @media screen and (min-width: 500px) {
    .steps-one {
      margin-left: -16.65%;
      margin-right: 16.65%;
    }
  }
  
  @media screen and (max-width: 500px) {
    .steps-three {
      margin-bottom: 100px;
    }
  }
  
  @media screen and (min-width: 500px) {
    .steps-three {
      margin-left: 16.65%;
      margin-right: -16.65%;
    }
  }
  
  .steps-img {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  @media screen and (max-width: 775px) { 
    .steps-img {
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        left: -10px;
      }
  }

  @media screen and (max-width: 500px) {
    .steps-img {
      float: left;
      margin-right: 20px;
    }
  }
  
.steps-name {
    color: #49503e;
    font-size: 1.75rem;
    margin-top: 50px;
}

  
  .steps-description {
    margin: 0;
    font-size: 1.5rem;
  }
  
  @media screen and (min-width: 500px) {
    .steps-name {
      text-align: center;
    }
  }
  
  .steps-description {
    overflow: hidden;
  }
  
  @media screen and (min-width: 500px) {
    .steps-description {
      text-align: center;
    }
  }

  .portal {
      padding-top: 150px;
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px;
      background: #cccfa2;
  }

  #services::before { 
    display: block; 
    content: " "; 
    margin-top: -95px; 
    height: 95px; 
    visibility: hidden; 
    pointer-events: none;
  }
  #Steps::before { 
    display: block; 
    content: " "; 
    margin-top: -170px; 
    height: 170px; 
    visibility: hidden; 
    pointer-events: none;
  }
  #clients1::before { 
    display: block; 
    content: " "; 
    margin-top: -98px; 
    height: 98px;
    pointer-events: none;
  }
  #team1::before { 
    display: block; 
    content: " "; 
    margin-top: -98px; 
    height: 98px;
    pointer-events: none;
  }

  @media screen and (max-width: 425px) {
    .address {
      font-size: 1rem;
    }

    .mapouter {
        text-align: right;
        height: 200px;
        width: 300px;
    }
    
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 200px;
        width: 300px;
    }
  }