@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body{
    font-family: "Open Sans", sans-serif;
    color: #111;
}

span, strong{
    color: #378c93;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.top-bar{
    color: #fff;
}
.top-bar a{
    color:#fff;
    text-decoration: none;
}

.nav-link span{
    color: #111;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.dropdown-item span{
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
}

.section-product{
    background: url(../images/product-bg.jpg) no-repeat center center;
    background-size: cover;
}

.products a{
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    overflow: hidden;
    margin: 10px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 26px;
    line-height: 1;
    opacity: .75;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-title{
font-size:24px;
font-weight:400;
}

.btn-enquiry{
	background:#378c93;
	color:#ffffff;
}

.btn-enquiry:hover{
	background:#378c93;
	color:#ffffff;
}

footer{
    background: #111111;
}

.f-links{
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

.f-links li a{
    color: #fff;
    text-decoration: none;
    font-family: Tahoma;
    display: block;
    margin-bottom: 5px;
}

.copyright{
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-family: Tahoma;
    font-size: 14px;
}

.hero-bg{
background:url(../images/cadre-hero-bg.jpg) no-repeat center center;
background-size: cover;
height:300px;
position:relative;
z-index:0;
color:#ffffff;
display: flex;
align-items: center;
justify-content: center;
}

.hero-bg::before{
content:"";
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
background:rgba(0,0,0,0.5);
z-index:-1;
}

.hero-bg h2{
font-size: 62px;
}

@media only screen and (max-width: 600px) {
    .top-bar{
        display:none;
    }
}