.hidden-col {
    display: none;
}

.floating-div {
    position: fixed;
    bottom: 60px;
    left: 20px;
    font-weight: normal;
    background-color: #d4ecda;
    color: #426d50;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.floating-div-error {
    position: fixed;
    bottom: 60px;
    left: 20px;
    font-weight: normal;
    background-color: #f7d7da;
    color: #97605e;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.floating-message {
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    z-index: 1000;
}

.manufacture {
	position: relative;
	z-index: 1;
}

.manufacture:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 10em;
	left: 6%;
	width: 90%;
	height: 80%;
	opacity: .3;
	background: url("../images/industry-3000-2062.jpg") no-repeat;
}

@media (min-width: 1500px) {
	.manufacture:after {
		opacity: 1;
	}
}

@media (min-width: 1754px) {
	.manufacture:after {
		bottom: 0;
		left: 15%;
	}
}

.manufacture h6 {
	font-family: "Roboto", sans-serif;
}

@media (max-width: 767.98px) { 
    .section-sm .row{
        display: block;
        margin: 0;
        padding: 0;
    }
    .section-sm .row .col-lg-6{
        max-width: 100%;  
    }
    .manufacture .row h5{
        padding: 1em;
    }
    .section-sm, .section-md, .section-lg {
        padding: 2em 0;
    }   
    .section .container .d-flex+.row div{
        display: block;
        position: relative;    
    }   
    .section .container .row .col-1{
        margin-top: 2em;
    }
    .section .container .row+.row-130 {
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .section .container .row .col-12 span.button {
        width: 95%;
    }
    .section .container .counters-box-inner{
        margin-top: 6em;
    }
    .section .container .counters-box-inner .section-sm .row .col-6 .box-counter .box-counter-main{
        width: 100%;
    }
    .section .container .counters-box-inner .section-sm .row div{
        margin: 0 auto;
    }
}