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 {
  z-index:1;
  animation-delay: 1s;
}

#about:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:url(../img/bg6.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: .02;
}
.accordion-body {
	padding: 3rem 1.25rem;
    color: #333;
}
.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;
}

#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;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner h1, .banner h2, .banner p {
  position: absolute;
  top: 20%;
  left: 0;
  width:100%;
  max-width: calc(100% - 4rem);
  padding: 1rem 0;
  margin:0 2rem;
  color: #ffd96c;
  font-weight:600;
  font-family:Roboto-Thin;
  letter-spacing: .05em;
}

.banner h1 span {
  max-width:500px;
  border-bottom:1px solid #ddd;
  padding-bottom:1rem;
}
.banner h2 {
  top:30%;
  line-height:1.5;
  margin-top:.75rem;
}

.banner p {
  top:50%;
  font-weight:500;
  color:#fff;
  font-size:20px;
}

.banner img {
  height: auto;
  min-height:200px;
}

.accordion-flush .accordion-item .accordion-button {
  margin:0;
  font-size:16px;
  background-color:transparent;
  outline:none;
}
.accordion-item {
  background-color:transparent;
  outline:none;
}
.accordion-button::after {
  filter: invert(1);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
#details h1 {
  margin:0 auto;
  margin-bottom:2rem;
  text-align: center;
  color:#131F28;
  font-size:20px;
}
#form {
  padding-top:10rem;
}
.accordion-flush .accordion-item:last-child {
  border-bottom:1px solid #ddd;
}

form {
  padding:1rem 2rem;
  max-width:100%;
  margin:0 auto;
  width:1200px;
}
label {
  color:#333;
}

.form-control, textarea {
  border:1px solid #ccc !important;
}

textarea {
  width:100%;
  min-height: auto !important;
}
.form-select {
  padding:.75rem 1rem;
}

form .btn-secondary {
  margin-top:1rem;
  font-size:16px;
  border-radius:30px;
  min-width:160px;
}

.btn-secondary i {
  color:#ffd96c !important;
  margin-right:.5rem;
}

form .btn-secondary:hover i {
  background-color:transparent !important;
  color:#ffd96c !important;
}

.object5 {
  animation: MoveLeftRightSmall 3s linear infinite;
}

form p {
  text-align: center;
  margin-top:1rem;
  font-size:14px;
}

input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px white inset;
  -webkit-text-fill-color: #000 !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #000 !important;
}


@keyframes MoveLeftRightSmall {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}

@media only screen and (min-width: 768px) {
  #about {
    padding-top:0 !important;
    margin-top:5rem !important;
  }
  form .btn-secondary {
    width:auto;
    float:right;
    display: block;
  }
  form p {
    margin-top:8rem;
  }
  .banner h1, .banner h2, .banner p {
    text-align: center;
  }
  .banner p {
    top:45%;
  }
  #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;
  }
}

