a {
	text-decoration: none;
}
.promo {
	bborder: 1px solid black;/*
	display: flex;
	flex-direction: row;
	justify-content: space-around;*/
}
.promoContainer {
	bborder: 1px solid brown;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
}
.promoImg {
	bborder: 1px solid red;
	width: 30%;
	height: 410px;
	box-sizing: border-box;/*
	float: left;
	padding: 2px;*/
	box-shadow: 0px 0px 20px 2px;
	border-radius: 0.7em;
	transition: 1s;
	margin: 20px;
}
.promoImg img{
	border-radius: 0.7em;
	border: 0.4px solid grey;
	background-color: grey;
	padding-left: 5px;
}
.promoImg:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 1200px){
	.promoImg{
		width: 40%;
	}
}
@media screen and (max-width: 600px){
	.promoImg{
		width: 80%;
	}
}

/*SERVICES SCRIPTS*/
.servWrapper {
	border: 1px solid red;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.servDLeft {
	border: 1px solid yellow;
	position: relative;
	width: 70%;
	float: left;
	box-sizing: border-box;
}
.servDRight {
	border: 1px solid green;
	position: relative;
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.servL {
	bborder: 1px solid red;
	width: 90%;
}
.serviceBoxWrapper {
	bborder: 1px solid blue;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
}
.serviceBox {
	border: 1px solid violet;
	width: 22%;
	box-sizing: border-box;
	margin: 15px;
	border-radius: 0.7em;
	transition: 1s;
}
.serviceBox img {
	bborder: 1px solid violet;
	width: 100%;
	height: 100%;
	border-radius: 0.7em;
}
.serviceBox:hover {
	transform: scale(1.1);
}
@media screen and (max-width: 1200px){
	.serviceBox {
		width: 40%;
	}
}
@media screen and (max-width: 600px){
	.serviceBox {
		width: 90%;
	}
}
.servLc00 {
	bborder: 1px solid blue;
	position: relative;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}
.servGC {
	bborder: 1px solid red;
	position: relative;
	width: 100%;
}
.servGCChild {
	bborder: 1px solid violet;
	position: relative;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}
.servGCChild img{
	border-radius: 0.8em;
}
.injL {
	border: 1px solid red;
}