body {
    font-family: 'Open Sans', sans-serif;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.custom-font {
    font-family: 'Khand', sans-serif;
}

p {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-scroll {
    /* background: #000; */
}

.navbar .dropdown-menu {
    background: #0000;
}

.navbar .navbar-nav .dropdown-item:hover,
.main-color,
.progress-wrap::after {
    color: #C17E3D !important;
}

.navbar .dropdown-menu .dropdown-item:after,
.back-color,
.line,
.cursor-inner {
    background: #C17E3D !important;
}

.cursor-outer {
    border-color: #C17E3D !important;
}

.main-content {
    background: #000;
}

.color-font {
    color: #C17E3D;
    -webkit-text-fill-color: #C17E3D;
    background: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #C17E3D;
}

.sub-bg {
    background: #000;
}

.line {
    opacity: .1;
}

.testimonials .item {
    background: transparent;
    /* border: 1px solid rgba(0, 0, 0, 0.4); */
}

.testimonials .arrows .next,
.testimonials .arrows .prev {
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}

.team .item.cir .img:after {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: rgba(0, 0, 0, 0.95);
        text-align: center;
        padding: 10px 15px;
    }
    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active,
    .navbar .navbar-nav .nav-link:hover {
        color: #C17E3D !important;
    }
}