/*Row3 */
#servicesRow3{
	margin: 0;
	padding: 0; 
	height: 200px;
	// border: 2px solid green;
}
#titleBanner{
	// border:2px solid red;
	width: 100%;
	height: 200px;
	box-shadow: 2px 0px 10px black;
}
#titleBanner img{
	height: 100%;
	// width: 100%;
	// overflow: hidden;
	float: right;

}


#servicesRow4{
	padding: 0;
	margin: 0;
	margin-top: 20px 0;
}

#servicesRow5{
	padding: 0;
	margin: 0;
	// border:2px solid red;
	height: 700px;
}

#container1{
	width: 92%;
	margin: auto;
	// border: 2px solid red;
	background-color: #03c03c;
	color: white;
	font-size: 2.5em;
	height: 55px;
	padding 0 10px;
}
#container2{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 92%;
	margin:auto;
	// border:2px solid green;
	height: 630px;
	// padding: 0;
}
#container2 img{
	// border: 2px solid blue;
	height: 75px;
	width: 75px;
	padding: 0;
	float: left;
}
#container2 h3{
	// border: 2px solid yellow;
	height: 75px;
	width: 78%;
	float: left;
	padding: 0;
	margin: auto;
	color: #03c03c;
	text-shadow: 1px 1px 1px black;
	text-align: center;
	font-size: 2em;
	padding-top: 20px;
}
#container2 p{
	// border: 2px solid pink;
	clear: both;
	color: #565656;
	// height: 100%;
}
#container2 p:nth-of-type(1){
	background-color: #03c03c;
	font-size: 0.6em;
	color: white;
	margin: 20px 0;
}

#servicesRow5 .box{
	height: 300px;
	background-color: #e9e9e9;
}
#servicesRow5 .box:hover{
	background-color: #ffffff;
	border:1px solid silver;
	border-radius: 12px;
	box-shadow: 2px 2px 20px silver, -2px -2px 20px silver, 2px -2px 20px silver, -2px 2px 20px silver;
	cursor: pointer;
}

/*servicesRow6*/
#servicesRow6{
	margin: 0px;
	padding: 0px;
	height: 200px;
	// border:2px solid yellow;
}
#servicesRow6 .flexBox{
	display: flex;
	justify-content:space-between;
	width: 92%;
	margin: auto;
}
.flexBox .box{
	height: 150px;
	width: 31%;
	background-color: #AAAAAA;
	margin: 25px 0;
	cursor: pointer;
	border:1px solid black;
	border-radius: 5px;
}
.flexBox .box:hover{
	background-color: #1592cc;
}

#divid{
	width: 95%;
	height: 3px;
	background: silver;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*servicesRow6*/
#servicesRow6 {
	margin: 0px;
	padding: 0px;
	height: 200px;
	// border:2px solid yellow;
	color: white;
	text-shadow:1px 1px 1px black;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#servicesRow6 .flexBox{
	display: flex;
	justify-content:space-between;
	width: 92%;
	margin: auto;
}
.flexBox .box{
	height: 120px;
	width: 31%;
	background-color: #969696;
	margin: 25px 0;
	cursor: pointer;
	border:1px solid #555555;
	border-radius: 5px;
	// float: left;
}
.flexBox .box:hover{
	background-color: #03c03c;
}
.box div h4{
	text-align: center;
	// border:2px solid red;
}

.boxImg{
	// border:3px solid yellow;
	height:95%;
	width:115px;
	float: left;
}
.boxImg img{
	margin-top: 25px;
	height: 50%;
	width: 50%;
}

/*servicesRow7*/
#servicesRow7{
	height: 510px;
	padding: 0px;
	margin: 0px;
	background-color: #2f2f2f;
	color: white;
	text-decoration: none;
}
#servicesContainer{
	width: 92%;
	margin: auto;
	height: 100%;
}
#servicesContainer h3{
	margin: 30px 0;
}
.left, .main, .right{
	height: 500px;
}
#servicesRow7 .main1{
	padding-top: 85px;
}
#servicesContainer ul{
	list-style: none;
}
#servicesContainer ul a{
	color: white;
	text-shadow:1px 1px 2px black;
	font-size: 1.1em;
	
}
#servicesContainer .main2{
	line-height: 2em;
}
#logForm{
	width: 90%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
#logForm input:nth-of-type(1), input:nth-of-type(2){
	float:right;
	width: 60%;
	height: 2.2em;
	vertical-align: center;
}
#logForm input:nth-of-type(1):focus, input:nth-of-type(2):focus{
	border: 4px solid #03c03c;
}
#logForm input:nth-of-type(1):hover, input:nth-of-type(2):hover{
	border: 3px solid #03c03c;
}

#logForm input:nth-of-type(3){
	clear: both;
	width: 100%;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	background-color: #03c03c;
	border:1px solid green;
	border-radius: 5px;
	box-shadow: 1px 1px 5px black;
}
#logForm input:nth-of-type(3):hover{
	background-color: green;
}
#logForm label{
	clear: left;
	border:2px solid #2f2f2f;
}

/*servicesRow8*/
#servicesRow8{
	margin: 0;
	padding: 0;
	height: 120px;
	background-color: #2f2f2f;
}
#divbar{
	width: 92%;
	height: 3px;
	margin: auto;
	background-color: #cccccc;
	border-radius: 2px;
	margin-top: 15px;
}
#footerContainer{
	width: 92%;
	margin: auto;
	height: 80px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#footerImg{
	width: 20%;
	float: left;
}
#servicesRow8 img{
	height: 70px;
}
#footer{
	width: 70%;
	float: right;
	height: 100%;
	text-align: center;
	font-size: 1em;
	color: white;
}
#footer p{
	margin-right: 50%;
	margin-top: 50px;
}


/*toTop*/
#toTop{
	position: fixed; 
	z-index: 999; 
	right:0px; 
	top: 40em;
	height: 65px; 
	width: 35px;
	background-color:#03c03c;
	box-shadow:  0px 1px 1px black;
	text-align: center;
	padding: 0px;
	padding-top: 5px;
	text-shadow: 1px 1px 2px black;
	border-radius: 5px 0px 0px 5px;
	color: white;
}
#toTop:hover{
	background: green;
}
.row #toTop a{
	text-decoration: none;
	color: white;
}