body {
  background-color:#fff;
}

#header, .mobile-menu {
  animation-delay:0s;
  animation-delay: .25s;
} 

#about .title h1 {
  width:450px;
  max-width: 90vw;
}

#about .title h1:before {
  top:8.5rem;
}

#about .title h1.imiTitle:before {
  top:4.5rem;
}

#about {
  padding-top: 7rem;
  z-index:1;
  animation-delay: .5s;
}

#about:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:url(../img/immigration.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .075;
}

.services:before {
  background-image:url(../img/bg6.png) !important;
  background-position: bottom center !important;
  background-size:contain;
  opacity: .03 !important;
}

#about .aboutContent ul, #details .tab-pane ul {
  list-style: none;
  display: block;
  margin:0 auto;
  line-height:2;
}

#about .aboutContent ul li {
  padding:.2rem 0;
  color:#000;
}

#details .tab-pane ul li ul {
  margin-left:5rem;
  margin-top:.5rem;
  list-style-type: disc;
}

#about .aboutContent ul li img, #details .tab-pane ul li img {
  height:20px;
  margin-right:1rem;
}

#about .aboutContent div {
  text-align: left;
  width: auto;
  margin: 0 auto;
  display: flex;
  margin-bottom:3rem;
}

.badge {
  position: relative;
  bottom:0 !important;
  right:0;
  width:180px;
  justify-content: center;
  padding:2rem;
  margin:2rem auto;
}

.badge:visited {
  color:#fff;
}

.badge:hover {
  color:#ffc315;
}

#details {
  width:1400px;
  margin:0 auto;
  max-width:100%;
}

#details .nav-tabs {
  border-color:rgb(32 44 54);
}

#details .nav-tabs .nav-link {
  color:rgb(32 44 54);
  min-width:100px;
  border-radius:0;
}

#details .nav-tabs .nav-link:hover, #details .nav-tabs .nav-link:focus {
  color:#ffc315;
  border-color:transparent;
}

#details .nav-tabs .nav-link img {
  width:30px;
  margin-right:1rem;
  vertical-align: sub;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.25);
}

#details .nav-tabs .nav-link.active {
  background-color:rgb(32 44 54) !important; 
  border-color:rgb(32 44 54) !important;
  color: #fff;
}
#details .nav-tabs .nav-link i {
  margin-right:1rem;
  font-size:20px;
  vertical-align: middle;
  padding-bottom:3px;
}
#details .nav-tabs .nav-link.active img {
  filter:invert(0) !important;
}
#details .nav-tabs .nav-link.active i {
  color:#ffd96c;
}
#details .tab-pane {
  padding:3rem 2rem;
  color:#000;
  justify-content: center;
  font-size:16px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

#auTab {
  display:flex !important;
  border:none;
}

#auTab .nav-item {
  width:100%;
  text-align: center;
  border:1px solid #ccc;
}

#auTab .nav-item:nth-child(2) {
  border-top:none;
  border-bottom:none;
}

#auTab .nav-item button {
  width:100%;
}

#auTabContent {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding:0 !important;
  padding-top:1rem !important;
}

#auTabContent .tab-pane {
  padding:0 !important;
}

#details .tab-pane h1 {
  margin-top:1rem;
}

#details .tab-pane h1, #details .tab-pane div h2 {
  text-decoration: underline;
  line-height:1.5;
  letter-spacing: .01em;
}

#details .tab-pane div.pg img {
  width:100%;
}

#details .tab-pane div.pg  {
  padding:0;
}

#business, #auTabContent, #skill, #family {
  margin-top:0 !important;
}
#details .tab-pane h3 {
  margin-bottom:.5rem !important;
}

#details .tab-pane div span {
  text-decoration: underline;
}

#details .tab-pane div {
  margin-top:2.5rem;
  margin-bottom:3.5rem;
  background-color:#fff;
  padding:1rem 1.5rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#details .tab-pane table {
  margin:0;
}

#details .tab-pane table td {
  border-color:#dedede;
  padding:1rem 0 !important;
}

#details .tab-pane table td:first-child {
  color:#666;
}

#details .tab-pane table tr:last-child td {
  border:none;
}

#details .tab-pane strong {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  #about {
    padding-top: 12rem !important;
    min-height:64.8vh;
  }
  #about .title h1:before {
    top:4.5rem;
  }
  #details .tab-pane div {
    padding:1.5rem 2rem;
  }
  #auTab .nav-item {
    width:33.33%;
  }
  #auTab .nav-item:nth-child(2) {
    border-left:none;
    border-right:none;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
}

