body {
  font-family: "Raleway", sans-serif;
  background: #fff;
}
a {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.custom-font {
  font-family: "Oswald", sans-serif;
}

p {
  color: #dfdfdf;
  font-size: 14px;
  font-weight: 400;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-scroll {
  background: #0C343D;
}

.navbar .dropdown-menu {
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item:hover,
.main-color,
.progress-wrap::after,
.nav-scroll .navbar-collapse .active,
.light .navbar-collapse .active {
  color: #c5a47e !important;
}

.navbar .dropdown-menu .dropdown-item:after,
.back-color,
.line,
.cursor-inner,
.pace .pace-progress {
  background: #0C343D !important;
}

.cursor-outer,
.testimonials .arrows .next:hover,
.testimonials .arrows .prev:hover {
  border-color: #c5a47e !important;
}

.main-content {
  background: #fff;
}

.color-font {
  color: #c5a47e;
  -webkit-text-fill-color: #c5a47e;
  background: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #c5a47e;
}

.sub-bg {
  background: #1f1f1f;
}

.line {
  opacity: 0.1;
}

.testimonials .item {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonials .arrows .next,
.testimonials .arrows .prev {
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.team .item.cir .img:after {
  display: none;
}

.btn-Link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.btn-Link:focus {
  outline: none;
  border: none;
}
.btn-Link:hover {
  color: #c5a47e;
  transition: 0.1s all ease-in;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #262626;
    text-align: center;
    padding: 0;
  }

  .navbar .dropdown-menu {
    background: #232323;
  }

  .nav-scroll .navbar-collapse .active,
  .light .navbar-collapse .active,
  .navbar .navbar-nav .nav-link:hover {
    color: #c5a47e !important;
  }
}
