/*
Theme Name:     Broka
Theme URI:      
Text Domain: 	becker
*/


.logo-img {
    
    width: 200px;
   
}

.navbar .navbar-nav .nav-link{
	text-transform: uppercase;
}


.wpcf7-textarea{
	width: 100%;
	height: 200px;
}

footer {
    background-image: url(assets/img/banner.jpeg) !important;
    padding-top: 5rem;

}
.services .item img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    object-fit: cover;
}

.logo-white{
    filter: brightness(0) invert(1);
    width: 100%;
}

.center-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-logo {
    width: 300px;
    margin-bottom: 20px;
}

[data-overlay-darkgray]:before {
    background: #343434;
}

.faqs-accordion .accordion .title:after {
    content: '\e61a';
    font-family: 'themify';
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #343434;
    padding: 9px 14px;
    color: #fff;
}

.contact-link-icon img {
    background: #343434;
    padding: 15px;
}

input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #343434;
    border-radius: 80px;
    background-color: #343434;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.map iframe{
        width: 100%;
        height: 400px;
}

.banner-header {
    height: 600px;
    position: relative;
}

.banner-header p {
    font-size: 20px;
    color: #fff;
}


.banner-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    opacity: unset;
}