body{
    padding: 0;
    margin: 0;
}
header{

    width: 100%;
    text-align: center;
}
.menu {

    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
    padding-top: 10px;
	background-color: rgba(0,0,0,0.4);
    min-height: 100px;

}
.menu ul
{
    list-style: none;
}
.menu .nav-item .nav-link
{
    color: white;
}
.menu .nav-item .nav-link:hover
{
    color: lightblue;
}

.lang{
    padding-top: 8px;
    margin-left: 20px;
}
.lang a{
    display: inline;
}

h1,h2{
    font-family: Roboto;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}
footer{
    min-height: 102px;
    background-color: black;
    text-align: center;
    padding-top: 20px;
    color:white;
    font-size: 18px;
    font-family: Roboto;
}
.footer-text
{
    margin-top: 20px;
}
.social{
    margin-left: 20px;
}
.about{
    text-align: center;
}
.about-header{
    font-family: Roboto;
    font-weight: 500;
    font-size: 27px;
    padding: 10px 0;
}
.about-text{
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
	text-align:left;
}
.about-img{
    margin: 30px 0;
    position: relative;
}
.about-img img{
    height: 153px;
}
.about-img::after {
    margin: 30px 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: black;
    opacity: 0.1;
    content: ' ';
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1, 0.2);
    position: absolute;
    bottom: -50%;
    left: 42%;
}
.products{
    text-align: center;
    margin-bottom: 50px;
    max-width: 1310px;
}
.customers{
    text-align: center;
    background: #83acca;
    padding: 50px 0;
}
.contacts{
    text-align: center;
    font-family: Roboto;
    padding: 20px 0;
}
.contacts a{
    color: #ce8c54;
}
.product-slider{
    margin-bottom: 59px;
}
.middle-text
{
    margin-top: 50%;
    text-align: left;
}
.slider-list
{
    list-style-image: url("img/check.png");
}
.slider-list li{
    margin-top: 20px;
    padding-left: 20px;
}
.content{
	margin-top:50px;
	margin-bottom:50px;
	padding: 20px 20px 0 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.carousel-text{
	    position: absolute;
    bottom: 0;
    height: 80px;
    background-color: rgba(169,169,169,0.5);
    width: 100%;
    color: white;
    font-family: Roboto;
    font-size: 50px;
}
.carousel-indicators{
	bottom: 80px;
}

.cbox{
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 20px;
}

.mpb {
    width: 31%;
    margin: 1%;
    float: left;
    text-align: center;
    padding: 20px 20px 0 20px;
    background-color: #f6f6f6;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    margin-top: 130px;
}

.mp-icon {
    margin: -120px auto 20px 0;
}
a.wooden-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #4b2600;
    color: #c78b44;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: black;
}

a.wooden-btn:hover { color:#ffc887; transition: all 0.5s ease; border:1px solid #ffc887; }

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 95px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

@media (max-width: 991px){


}

.customers h2{
    color:white;
}

.customers-text{
    font-family: Roboto;
    font-size: 22px;
    color: white;
    margin-top: 80px;
    font-weight: bold;
}
.features{
    margin-top: 50px;
    color: white;
}
.feature{
    text-align: center;
}
.feature-header{
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.feature-text{
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
}
.consult{
    margin: 0 auto;
    margin-top: 100px;
    cursor: pointer;
}
.dropdown-item{
	color: white;
}
.navbar-light .navbar-nav .show > .nav-link{
	color:white;
	
}

.dropdown-menu{
	background-color: rgba(0,0,0,0.4);
}
@media (max-width: 800px){
.mpb {
    width: 98%;
    float: none;
}
.middle-text{
	margin-top:0;
}
.carousel-text{
	font-size: 30px;
	line-height: 40px;
	height: 40px;
}
.carousel-indicators {
    bottom: 40px;
}

}
@media (max-width: 600px){
	
		.menu{
			background-color: rgba(0,0,0,0.7);
		}
}