:root {
    --primary: #07ab49;
    --secondary: #E93C05;
    --tertiary: #353535;
    --light: #ffffff;
    --dark: #011A41;
}

.btn{
    border-radius: 100px;
}

.btn-upload {
  background-color: var(--primary) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
    
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


  .card-civ{ 
    position: relative ;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-orient: vertical ;
    flex-direction: column ;
    min-width: 0 ;
    word-wrap: break-word ;
    background-color: #fff ;
    background-clip: border-box ;
    border: 1px solid rgba(0,0,0,.125) ;
    border-radius: 10px !important;
    cursor: pointer;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.189) !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;
}
.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-field-group {
  position: relative;
}

.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);
}

.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/USA/details/FA.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
}

.cs{
  background: url(img/USA/details/AS.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.AAs{
  background: url(img/USA/details/A%26As.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.rc{
  background: url(img/USA/details/CB1.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.pa{
  background: url(img/USA/details/CB.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.CJ{
  background: url(img/USA/details/l.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: bottom;
}

.CR{
  background: url(https://docs.sharefile.com/en-us/sharefile/media/ssc-c3d.png) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: top;
}

.FISC{
  background: url(img/USA/details/Tax.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: top;
}

.TECH{
  background: url(img/USA/details/T.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.TECH2{
  background: url(img/team-young-african-people-office.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: top;
}