a{
    text-decoration: none;
}
.main-cont{
    background-image: url(img/topbg.jpg);
    background-repeat: no-repeat;
}
.navbar-light {
    margin-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-item{
    background-color: rgba(245, 245, 245, 0.5);
    text-align: center; 
}
.navbar-light .navbar-nav .nav-item:first-child{
    border-radius: 0.5rem 0.5rem 0 0;
    margin-top: 0.5rem;
}
.navbar-light .navbar-nav .nav-item:last-child{
    border-radius: 0 0 0.5rem 0.5rem;
}
.navbar-light .navbar-nav .active{
    background-color: #fc5d62;
    border-radius: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.8);
}
.sec{
    border-radius: 2rem;
    padding: 18% 0;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sec h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5rem;
}
/*.sec .sec-title{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}*/
.btn-theme1{
    color: #fff;
    background-color: #fc5d62;
    border-color: #fc5d62;
    border-radius: 2rem;
    padding: .375rem 2.5rem;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.btn-theme1:hover{
    color: #fff;
    background-color: #fd5459;
    border-color: #fc5d62;
}
.skin-meter-sec{
    background-image: url(img/meter-sec-bg.jpg);
}
.blog-sec{
    background-image: url(img/blog-sec-bg.jpg);
}
.product-sec{
    background-image: url(img/product-sec-bg.jpg);
    padding: 9% 0 27% 0;
}

.footer .socialies{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 2rem;
}
.footer .socialies li{
    display: inline-block;
    padding: 0 0.5rem;
    font-size: 1.3rem;
}
.footer .socialies li a{
    color: #d6d6d6;
}
.footer .socialies li a:hover{
    color: #a2a2a2;
}

.blog-itm{
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 1rem;
    padding: 0.35rem;
    text-align: center;
    margin-bottom: 1.8rem;
}
.blog-itm a{
    color: #000;        
}
.blog-itm img{
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}
.blog-itm h5{
    font-size: 1rem;
}
.blog-itm h6{
    font-size: 0.8rem;
}

.product-itm{
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 1rem;
    padding: 0.35rem;
    text-align: center;
    margin-bottom: 2rem;
}
.product-itm img{
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}
.product-itm h5 {
    font-size: 0.8rem;
}
.product-itm a {
    color: #000;
}

.contact-form-cont{
    background-color: rgba(245, 245, 245, 0.7);
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.logo-desk{
    display: none;
}

@media (min-width: 992px) {
    .logo-desk{
        display: block
    }
    .logo-mob{
        display: none; 
    }
    .sec-cont{
        padding: 0 10rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.2rem 1rem;
    }
    .main-cont{
        padding: 3rem 0 0 0;
    }
    .navbar-light {
        margin-bottom: auto;
    }
    .navbar-light .navbar-nav .nav-item{
        background-color: unset;
        text-align: unset
    }
    .navbar-light .navbar-nav .active{
        background-color: #fc5d62;
        border-radius: 2rem;
    }
    .navbar-light .navbar-nav .nav-item:first-child{
        border-radius: 2rem;
        margin-top: auto
    }
    .navbar-light .navbar-nav .nav-item:last-child{
        border-radius: 2rem;
    }
}
