
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
font-family: sans-serif;

  color: #5a5a5a;
}
.carousel {
  margin-bottom: 1rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.navbartop {
  height: 5rem;
  background-color: #222222;

}
.img-logo {
height: 50px;
width: 50px;
margin-bottom: 12px;
}
.navbarbrandon {
padding-top: var(--bs-navbar-brand-padding-y);
padding-bottom: var(--bs-navbar-brand-padding-y);
margin-right: var(--bs-navbar-brand-margin-end);
font-size: var(--bs-navbar-brand-font-size);
color: var(--bs-navbar-brand-color);
text-decoration: none;
white-space: nowrap;
}
.navbarbrandmod {
color: #ffffff;
font-size: 30px;
font-weight: bold;
font-family: 'Source Sans Pro', sans-serif;
margin-top: 5px;
text-decoration: none;
}
.navbarbrandmod:hover {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 5px;
  opacity: 90%;
  text-decoration: none;
}
.navbarbrandmod:active {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 5px;
  opacity: 90%;
  text-decoration: none;
}
.navbarbrandmod2 {
color: #ffffff;
font-size: 16px;
font-weight: bold;
}
.navbarbrandmod3 {
font-size: 20px;
font-weight: bold;
}
.btn-closemod {
color: #ffffff;
}
.navbar-togglermod {
padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #ffffff;
    background-color: transparent;
    border: 0.1rem solid #ffffff;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);

}
.navbar-toggler-iconmod {
    color: #ffffff;
    background-color: transparent;
}
.offcanvas-headermod{
background-color: #222222;
  height: 5rem;
}
.offcanvas-bodymod{
background-color: #222222;
opacity: 90%;
}
.lili {
  color: #ffffff;
  text-decoration: none;
  transition: .3s ease-in-out;
}
.lili:hover {
  color: #ffffff;
  opacity: 90%;
    text-decoration: none;
}
.lili:active {
  color: #497DDD;
    text-decoration: none;
}
.textstyletwo{
  color: #222222;
}
.myButtonStyle{
  width: 100% !important;
  margin-bottom: 1rem;
}
.myButtonStyle2{
  margin-bottom: 1rem;
}
.myButtonStyle3{
  margin-bottom: 1rem;
background-color: #ffffff;
  width: 100% !important;
}
.myButtonStyle3:hover {
  background-color: #333;
}

.myiconsizemod{
    height: 100px;
    width: 100px;
    fill: #222222;
}
#backToTop {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #222222;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid  #222222;
}
#backToTop:hover {
  background-color: #ffffff;
  opacity: 70%;
}
#backToTop i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#backToTop i svg {
  width: 100%;
  height: 100%;
  stroke-width: 3px;
}

button.nav-link.dropdown-toggle {
  background-color: #222222;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
}

button.nav-link.dropdown-toggle:hover {
  background-color: #222222;
}
.nav-link {
  background-color: transparent;
    color: #222222;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #222222;
    margin-bottom: 1rem;
    display: block;
  }

  .nav-link.active {
    background-color: #222222;
    color: #ffffff;
  }

  .nav-link:hover {
    background-color: #222222;
    color: #ffffff;
  }

  .dropdown-menu {
  background-color: #fff;
}

.dropdown-item {
  color: #333;
}

.dropdown-divider {
  border-top: 1px solid #e5e5e5;
}

a.dropdown-item:hover {
  background-color: #222222;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


.featurette-divider {
  margin: 5rem 0;
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
