.top{
  color: white !important;
}


/* news */

.section-heading {
    margin-bottom: 3.25rem;
  }
  .gutters-default {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.gutters-default > .col,
  .gutters-default > [class*="col-"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.gutters-20 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.gutters-20 > .col,
  .gutters-20 > [class*="col-"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.heading-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-heading {
  margin-bottom: 3.25rem;
  max-width: 850px;
}
.main.main-visible {
  visibility: visible;
}
.form-field {
  position: relative;
  margin-bottom: 1.25rem;
}

.footer-newsletter form input[type="email"] {
  margin-bottom: 0 !important;
}

.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="password"], .form-field input[type="number"], .form-field input[type="search"], .form-field input[type="url"], .form-field input[type="date"], .form-field input[type="month"], .form-field input[type="week"], .form-field input[type="time"], .form-field input[type="datetime-local"], .form-field input[type="file"], .form-field textarea, .form-field .form-field-label {
  margin: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], input[type="url"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="file"], textarea {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: calc(0.75em - 1px) 1rem;
  margin-bottom: 1rem;
  line-height: var(--line-height);
  border-radius: 24px;
  border: 1px solid #616161;
  background-color: transparent;
  outline: none;
  color: #616161;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
}
.form-btn.form-btn-wide .btn-s {
  width: 100%;
}
.form-btn .btn-s {
  display: block;
}
.btn-s.btn-w240 {
  min-width: 15rem;
}
.ripple {
  position: relative;
  overflow: hidden;
}
.btn-s {
  --ripple-width: 100%;
  --ripple-time: 0.4s;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  fill: #0e8900;
  background: #0e8900;
  text-decoration: none;
  padding: 0.75em 1.75em;
  border-radius: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color var(--ripple-time), fill var(--ripple-time);
}

#work_usa {
    background-image: url("img/CB.jpg");
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-position: center center; background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    position: relative;
    isolation: isolate;
  }
  #work_usa::after{
    content: '';
    position: absolute;
    background: #0000008f;
    inset: 0;
    z-index: -1;
    opacity: 0.5;
  }

  /* sub-hero */

  .page-details {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-size: auto;
    background-size: cover;
    position: relative;
    isolation: isolate;
  }
  .page-details::after{
    content: '';
    position: absolute;
    background: #0000008f;
    inset: 0;
    z-index: -1;
    opacity: 0.5;
  }
  
  .faa{
    background: url(img/FA.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
  }
  
  .cs{
    background: url(img/AS.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: bottom;
  }
  
  .AAs{
    background: url(img/AA%26S.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: bottom;
  }
  
  .rc{
    background: url(img/CB.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: bottom;
  }
  
  .pa{
    background: url(img/PR.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
  }
  
  .CJ{
    background: url(img/LC.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: bottom;
  }
  
  .CR{
    background: url(img/RA.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: bottom;
  }
  
  .FISC{
    background: url(img/TAX.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: top;
  }
  
  .TECH{
    background: url(img/TECH.jpg) top left no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
  }