body {
    background-color: #2B2A29;
    font-family: 'Barlow Condensed', sans-serif;
}

.header {
    background: url('../img/header_bg.jpg') no-repeat top right;
    background-size: cover;
    min-height: 500px;
}

.header .logo {
    background: #434242;
    padding: 30px;
}

.header .logo img {
    max-height: 80px;
    width: auto;
}

.brief {

}

.brief h3 {
    color: #FECC00;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

.brief p {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.brief ul {
    color: #FECC00;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.brief .hero-image {
    background: url('../img/hero_about_us.png') no-repeat center center;
    background-size: cover;
    content: ' ';
    border: 2px solid black;
}

.brief .link {
    line-break: revert;
    overflow: visible;
    color: #ffffff;
    padding: 5px;
}

.summary-cards h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

.summary-cards .single {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.summary-cards .single:hover {
    transform: scale(1.08);
}

.summary-cards img {
    margin-bottom: 20px;
    display: inline-block;
}

.summary-cards#achievements .single {
    background-size: cover !important;
    min-height: 500px;
    text-align: start;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease;
}
.summary-cards#achievements .single:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.08);
    z-index: 500000;
    -webkit-box-shadow: 0px 0px 36px 3px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 36px 3px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 36px 3px rgba(0,0,0,0.23);
}

.summary-cards#achievements .overlay {
    background: rgba(43,42,41,0.9);
}

.summary-cards#achievements .overlay h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.summary-cards#achievements p {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
}

.summary-cards#achievements a {
    font-size: 18px !important;
    left: -22% !important;
    position: relative;
    letter-spacing: 0px !important;
    font-weight: 300;
}

.summary-cards#achievements img {

}

.summary-cards#pur .single {
    min-height: 400px;
    background-size: cover !important;
    background-position: top center;
    background-repeat: no-repeat;
}

.summary-cards .text-normal {
    text-transform: none;
}

.summary-cards .text-italic {
    font-style: italic;
}

.bg-yellow {
    background: #FFED00;
}

.bg-yellow h3{
    color: rgba(43,42,41,1);
}

.navbar {
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
    border-right: 1px solid #00A0E3;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link{
    border-right: none;
}

.brief-header {
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
}

.brief-header h3{
    color: #ffffff;
    text-transform: uppercase;
}

.brief-header h2{
    color: #FECC00;
    text-transform: uppercase;
}

.brief-header p{
    color: #ffffff;
}

.show {
	padding: 10px;
	background: rgba(0,0,0,0.5);
}

.show .nav-link {
	border-right: none !important;
}

.main-footer {
    background: url('../img/footer-bg.png') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    font-weight: 600;
}

.main-footer h3 {
    color: #FFED00;
    font-size: 28px;
}

.main-footer p {
    font-size: 18px;
}

.main-footer a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.call-now {
    background: #FFED00;
    color: #2B2A29;
}

.call-now h3 {
    font-weight: 600;
}

.call-now .bigger {
    font-size: 34px;
}


.fancy-link {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.2s ease;
	white-space: nowrap;
}

.fancy-link:hover {

    transform: scale(1.08);
}

.fancy-link .outer {
    content: '';
    border-radius: 20px;
    border: 2px solid #FECC00;
}

.fancy-link a {
    font-size: 18px;
    color: #ffffff;
    left: -25%;
    position: relative;
    letter-spacing: 3px;
    text-decoration: none;
}

form .form-control {
    border-radius: 0;
}

form label {
    font-size: 16px;
    color: #ffffff;
}

.form-calc {
    color: rgba(43,42,41,1);
}

.input-calc {
    background: none !important;
    color: rgba(43,42,41,1) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid rgba(43,42,41,1) !important;
    border-radius: 0;
    font-size: 24px;
}

.error-message {
    display: none;
    width: 100%;
    background: red;
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.reference-single {
	background: #363533;
}

.reference-single h3{
	color: #FECC00;
}

.reference-single p {
	color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}