/*Home Page Styles Start*/
/*Home Page Styles Start*/
#slider_section .container-fluid {
    padding: 0;
	
}
#under-slider {
	padding-top: 14rem;
}

#under-slider .container .row img {
    border: 1px solid #ccc;
	margin-bottom: 1rem;
}

.home-page-form label {
	margin-right: .5rem;
	float: left;
}
.home-page-form .form-control {
	display: inline-block;
	width: 60%;
	float:right;
}
.accordion-button {
	font-weight: bold;
	/*font-size: 1.25rem;*/
}
.testimonial img {
	max-width: 100%;
	height: auto;
}

ul#industries1, ul#industries2, ul#industries3 	{  list-style: outside none none; padding-left:0px; margin-bottom:0; }
#industries1 li, #industries2 li, #industries3 li {
    display: inline-block;
    float: none;
    height: 100px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.industryicon {
    display: block;
    float: left;
    height: auto;
    width: 30%;
}
.industrydesc {
    display: block;
    float: left;
    padding-top: 22px;
    width: 70%;
}
@media (min-width: 200px) {
	#home {
		margin-top: 180px;
	}
	#home p.h4 {
		font-size: 1.25rem;
	}
	.lo-img-div img {
		width: 75%;
		height: auto;
	}
	
}

@media (min-width: 375px) {
	
	

}
@media (min-width: 461px) {
	
}
@media (min-width: 501px) {
	

}
@media (min-width: 576px) {
	
	
}
@media (min-width: 768px) {
	#home {
		margin-top: 0;
	}
	#home p.h4 {
		font-size: 1.25rem;
	}
	.lo-img-div {
		position: relative;
	}
	.lo-img-div img {
		position:absolute;
		bottom: 0%;
		left: 10%;
		z-index: 10 !important;
		width: 95%;
	}
	
	.icons-large h3, .icons-large .h3 {
		font-size: 1.125rem;
	}
	.testimonial img {
		max-width: 90%;
		height: auto;
	}
			
}
@media (min-width: 992px) {
	.lo-img-div img {
		width: 90%;
	}
}
@media (min-width: 1200px) {
	.lo-img-div img {
		width: 94%;
	}
	.icons-large h3, .icons-large .h3 {
		font-size: 1.5rem;
	}
}

