body {
    font-family: 'Work Sans', sans-serif;
}
.spacer {
	height: 250px;
}

.ads-sep {
	border-bottom: 1px solid #d5d5d5;
	padding-top: 80px;
	height: 1px;
}
.ad-text {
	font-size: 13px;
	border: none!important;
}
.ad-color {
	background-color: #000000;
}
.c-container {
    max-width: 1300px;
}
.header {
    background-color: #000000;
}
.callback {
    background-color: #000000;
    color: #fff;
}
.contacts {
    display: flex;
    color: #d0cfcf;
    align-items: center;
    justify-content: center;
    background-color: #000;
}
.nav-section {
    background-color: #000000;
}
.header-nav {
    display: flex;
    margin: 0px;
    justify-content: flex-end;
}
.header-nav li {
    list-style-type: none;
    color: #d0cfcf;
    padding: 5px 15px;
}
.headline {
    color: #ffffff;
    font-size: calc(2rem + 1.5vw);
}
.heading-font {
    font-family: 'Passion One', cursive, sans-serif
}
.heading-section {
    padding: 100px 20px;
    text-align: center;
}
.breadcrumb-heading h5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #19152f !important;
    border-color: rgba(0, 0, 0, .15);
}
.contacts a {
	text-decoration: none;
	color: #d0cfcf;
}
.contacts a:visited {
	text-decoration: none;
	color: #d0cfcf;
}
.contacts a:hover {
	text-decoration: none;
	color: #d0cfcf;
}
.footer {
	padding: 50px 15px;
	background-color: #000000;
	margin-top: 100px;
	color: #fff;
}
.footer p {
	margin-bottom: 25px;
	color: #fff;
}
.footer-links {
	color: #fff;
	text-decoration: none;
}
.post-cta {
	display: block;
	max-width: 150px;
	text-align: center;
	padding: 10px 15px;
	font-size: 16px;
	text-decoration: none;
	background-color: #000000;
	border-radius: 6px;
	color: #fff;
	margin-bottom: 15px;
}
.post-cta:visited {
	color: #fff;
	text-decoration: none;
}
.post-cta:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:991px) {
	.side-bar {
		display: none;
	}
    .mobile-menu-flex {
        justify-content: flex-end !important;
    }
    .top-row {
        display: none;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        position: fixed;
        text-align: right;
        right: 0px;
        padding: 20px 40px;
        background-color: rgb(15 12 29 / 85%);
        top: 75px;
        width: 100%;
        bottom: 0px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        text-align: right;
    }
}
