.banner {
    height:460px;
}
.banner > .bg > div {
		background-image: url("/img/newwrap/smb2bg.jpg");
}
.banner .hometext {
    margin: 90px 0 0 0;
    float: right;
    right: 60px;
    top: 0;
    background-color: rgba(255,255,255,0.7);
    padding: 5px 10px;
    border-radius: 10px;
    width: 500px;
}
.banner .hometext h1 {
	font-size: 40px;
   line-height: 47px;
}
		
		
		.testim > .bg > div {
			background-image: url(/img/newwrap/landingtestim.jpg);
			background-position: 0 -40px;
		}	
		.contact .form > p.title {
		float: right;
    width: 30%;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-right: 10%;
    font-weight: bold;
		}
		
#intro {
	margin:50px 0;	
}		
#intro h2 {
	font-family: "Poppins",sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #009ee3;	
		margin-bottom:20px;
}
#intro .intro > h3 {
	  color: #58595b;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
		line-height:25px;
		text-align:left;
		margin:10px 0;
}

#industries > .inner_center > div {
columns: 3;
    margin: 50px 0 30px 0;
    column-gap: 10px;
}
#industries ul {
    list-style-type: none;
    margin: 0 0 0 20px;
		font-family: "Roboto Slab",serif;
}		
#industries ul li:before { 
		content: "";
    border-color: transparent #009ee3;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    display: inline-block;
    height: 0;
    width: 0;
    left: -17px;
    top: 20px;
    margin: 0 6px 2px 0;
}
		
#industries ul li a {
	text-decoration: none;
    color: #333;
    font-size: 20px;
    line-height: 30px;
		border-bottom: 3px solid transparent;
}
#industries ul li a:hover {
	    border-bottom: 3px solid #009ee3;
} 
#industries {
	margin-bottom:50px;
}
#industries p a {
	color: #009ee3;
}



		
@media screen and (max-width: 1024px) {
    .banner {
        height:auto;
    }
		.banner > .bg {
			display:block !important;			
		}
		.banner > .bg > div {
		background-image: url(/img/newwrap/smb3.jpg);
    background-position-x: center;
    width: 1206px;
    min-width: unset;
		}
    .banner  .hometext {
		max-width: 500px;
    float: unset;
    margin: 50px auto 20px auto;
    right: unset;
    width: auto;
    height: 60vh;
    background-color: transparent;
    min-width: 300px;
		min-height: 400px;
    }
		.banner  .hometext > h1 {
		font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
		}
		.banner  .hometext > div {
			position:absolute;
			bottom:0;
		}
		.banner .hometext p {
			  text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
		}
		.testim > .bg > div {
    background-position: center top;
    min-width: 300px;			
		}
		.contact .form > p.title {
			    float: none;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
		}
		#industries > .inner_center > div {
columns: unset;
    margin: 20px 0 30px 0;
    column-gap: 0;
}
	

}