@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}



.select-style {
	color: rgba(51,51,51,1.0);
	opacity: 1;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.8vw;
	text-align: left;
	text-indent: 1vw;
}
select option{
    font-size: 13pt;
	color: rgba(51,51,51,0.9);
	opacity: 1;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.8vw;
	text-align: left;
}



textarea::-webkit-input-placeholder {
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 0.8vw;
}
 
textarea:-ms-input-placeholder {  
   color: rgba(51,51,51,1.0);
   opacity:  1;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 1.1vw;
}





.cont4-contact {
	width: 100vw;
	height: 47vw;
	position: absolute;
	top: 198vw;
	left: 0%;
	z-index: 75;
	background-color: #058CF5;
	background-image: url(../images/contact-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.email-wrapper {
	width: 51vw;
	height: 44vw;
	position: absolute;
	top: -3vw;
	left: 25%;
	z-index: 100;
	background-color: rgba(255,255,255,1.00);
	border: medium solid rgba(5,140,245,1.00);
	-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.5);
}
.email-title{
	width: 100%;
	height: 2.5vw;
	position: absolute;
	top: 2vw;
	left: 0%;
	z-index: 50;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 1.8vw;
	font-weight: 500;
}
.email-title2{
	width: 100%;
	height: 2.5vw;
	position: absolute;
	top: 4.2vw;
	left: 0%;
	z-index: 50;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 1.1vw;
	font-weight: 500;
}




.form1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0vw;
	left: 0%;
	z-index: 50;
}
#subject {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 8vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
	visibility: hidden;
}
#name {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 8vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
}
#middlename {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 3vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
	display: none;
}

#company {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 11.5vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
}
#email {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 15vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
}
#telephone {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 18.5vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
}
#address {
	width: 42vw;
	height: 2.5vw;
	position: absolute;
	top: 22vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
}
#services {
	width: 42.3vw;
	height: 2.9vw;
	position: absolute;
	top: 25.5vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 0.5vw;
}
#message {
	width: 42vw;
	height: 8.5vw;
	position: absolute;
	top: 29vw;
	left: 9%;
	z-index: 50;
	color: #333333;
	text-align: left;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 1vw;
	border: medium solid rgba(199,199,199,0.5);
	text-indent: 1vw;
	resize: none;
}
#submit {
	width: 42.5vw;
	height: 3vw;
	position: absolute;
	top: 39vw;
	z-index: 100;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 1.2vw;
	border: hidden;
	background-color: #068CF5;
	color: rgba(255,255,255,1.00);
	left: 9%;
	border-radius: 1% / 11%;
	cursor: pointer;
}
#submit:hover {
	color: rgba(0,0,0,1.00);
	background-color: rgba(175,228,5,1.00);
}


.address-info {
	width: 37vw;
	height: 4vw;
	position: absolute;
	top: 11vw;
	right: 8%;
	font-family: 'Poppins', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 1.3vw;
	text-align: left;
	font-weight: 400;
	text-indent: 3vw;
	background-image: url(../images/location-icon.png);
	background-position: 0% 0%;
	background-size: 5% auto;
	background-repeat: no-repeat;
	line-height: 2.5vw;
}
.phone-info {
	width: 37vw;
	height: 4vw;
	position: absolute;
	top: 15vw;
	right: 8%;
	font-family: 'Poppins', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 1.3vw;
	text-align: left;
	font-weight: 400;
	text-indent: 3vw;
	background-image: url(../images/phone-icon.png);
	background-position: 0% 0%;
	background-size: 6% auto;
	background-repeat: no-repeat;
	line-height: 2.5vw;
}
.email-info {
	width: 37vw;
	height: 4vw;
	position: absolute;
	top: 19vw;
	right: 8%;
	font-family: 'Poppins', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 1.3vw;
	text-align: left;
	font-weight: 400;
	text-indent: 3vw;
	background-image: url(../images/email-icon-green.png);
	background-position: 0% 0%;
	background-size: 6% auto;
	background-repeat: no-repeat;
	line-height: 2.5vw;
}
.hours-info {
	width: 37vw;
	height: 4vw;
	position: absolute;
	top: 23vw;
	right: 8%;
	font-family: 'Poppins', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 1.3vw;
	text-align: left;
	font-weight: 400;
	text-indent: 3vw;
	background-image: url(../images/clock-icon.png);
	background-position: 0% 0%;
	background-size: 6% auto;
	background-repeat: no-repeat;
	line-height: 2.5vw;
}
