/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*
*Universal
*/
* {
	padding: 0; 
	margin: 0;
}
html {
	width: 100%;
	min-height: 100% !important;
    height: 100% !important;
}
body {
    font-family: 'Roboto', sans-serif;
	background-color: #fff;
	min-height: 100% !important;
	position: relative;
	max-width: 2560px;
	min-width: 320px;
	margin: 0 auto;
}
.main{
	height: 100% !important;
	overflow: auto;
}

h1 {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
	line-height: 1.5em;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
	line-height: 1.5em;
}

p {
	font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #002250;
	font-weight: 500;
	font-size: 1.5em;
}
.icon-bar {
	background-color: #000 !important;
}

.navbar-toggle {
	border: solid 1px #042452 !important;
}

.navbar-toggle:hover {
	background-color: #73cae6 !important;
	border-radius: 15px;
}

.navbar-toggle:focus {
	background-color: #fff !important;
}

.navbar {
	position: relative;
	background-color: #ff2620;
	width: 100%;
	display: block;
}
.navbar-right, .navbar-center, .navbar-brand {
	display: inline-block !important;
}
.navbar-center{
	float: none;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.navbar-right{
	margin-top: 30px !important;
}
.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	padding-bottom: 10px;
}

.navbar-brand img {
	max-width: 180px;
}

.navbar li{
	margin-top: 20% !important;
	margin-right: 10px;
}

.navbar li a{
	color: #fff;
	border-radius: 15px;
}

.navbar li a:hover{
	color: #000;
	border: solid 1px #000;
}

.navbar a {
	font-family: 'Roboto', cursive;
	font-size: 1.25em;
    line-height: 1.2;
	font-weight: 500;
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
}
.navbar-right {
	height: 100% !important;
}
.navbar-right li{
	height: 100% !important;
	top: 0 !important;
}
.navbar-right a{
	margin: 0 10px;
	background-color: #fff;
	border-radius: 15px;
	color: #000 !important;
}
.navbar-right a:hover {
	background-color: #fff;
	color: #000 !important;
}
.active a{
	background-color: #fff !important;
	color: #ff2620 !important;
	border-radius: 15px;
	text-shadow: -0.2px -0.2px 0 #000, 0.2px -0.2px 0 #000, -0.2px 0.2px 0 #000, 0.2px 0.2px 0 #000;
	letter-spacing: 1.5px;
}

/*logo*/
.bg {
  /* The image used */
  background-image: url("../img/male-electrician-checking-switchboard-basement.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
	margin-top: 5vh;
	background-color: #fff;
	opacity: 0.9;
	border-radius: 15px;
}
.logo img{
	display: block;
	margin: 40px auto;
	max-width: 35%;
	max-height: 35%;
	text-shadow: -1px 0 black, 0 4px black, 3px 0 black, 0 -1px black;
}
.logo h2, .logo a{
	text-align: center;
	color: #000;
	margin: 30px auto;
	letter-spacing: -.001rem;
}
.logo h3, h4{
	text-align: center;
	color: #ff2620;
	margin: 30px auto;
	letter-spacing: -.001rem;
}
.year {
	display: inline-block;
	margin-left: 5px;
	font-size: 20px;
	color: #fff;
}
/*home*/
.homebtn {
	position: relative;
	text-align: center;
}
.homebtn button {
	border: solid 2px black;
	border-radius: 20px;
	color: #ff2620;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	letter-spacing: 1px;
	background-color: #ff2620;
	
}
.plumber:hover {
	transform: scale(1.1) perspective(1px);
}
.gas:hover {
	transform: scale(1.1) perspective(1px);
}
.drain:hover {
	transform: scale(1.1) perspective(1px);
}
.electrician:hover {
	transform: scale(1.1) perspective(1px);
}

/*modals*/
.modal-header {
	background-color: #ff2620;
}
.modal-header h5{
	display: inline-block;
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	margin-left: 30px;
	letter-spacing: 1px;
}
.modal-header img{
	display: inline-block;
	max-width: 100px;
}
.modal-footer{
	background-color: #ff2620;
	color: #fff;
	text-align: center;
	font-size: 1.8em;
}
.quoteForm{
	text-align: center;
}
.quoteForm label, .quoteForm span {
	font-size: 2rem;
	color: #000;
	margin: 0 auto;
	letter-spacing: 1px;
}
.quoteForm h3, .quoteForm h4, .quoteForm h5 {
	font-size: 2rem;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
}
.qbutton{
	color: #000 !important;
}
.inl-bl{
	display: inline-block;
	line-height: 10pt !important;
}
/*about*/
.about {
	position: relative;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.about-img {
	position: relative;
	vertical-align: center !important;
	max-width: 50%;
}
.about-img {
	margin: 0 auto !important;
	width: 100% !important;
}
.about-img img{
	width: 90% !important;
}
.img-txt{
	position: absolute;
	font-size: 13px !important;
	color: #000 !important;
	bottom: 0 !important;
	left: 0px !important;
	max-width: 250px;
}
.img-txt-right{
	position: absolute;
	font-size: 13px !important;
	color: #000 !important;
	bottom: 0;
	right: 8px !important;
	
}
.about h2 {
	text-align: center;
	color: #000;
	padding: 40px;
	margin-top: 30px;
}
.about p {
	font-size: 20px;
}
.about-top {
	display: block;
	border: 4px solid #000;
	background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255,0,0,1));
	margin-bottom: 50px !important;
}
.about-top p{
	color: #fff;
}
.white {
	background: #fff;
}
.white img {
	border: solid 3px #ff2620;
	border-radius: 10px;
}
.red {
	background:linear-gradient(to top, white 10%,  #ff2620 70%);
}
.red img {
	border: solid 3px #fff;
	border-radius: 10px;
}
.bottom {
	margin: 50px auto !important;
}
/*terms*/
.terms {
	margin-top: 2vh;
	margin-bottom: 2vh;
	border: 2px solid #000;
	border-radius: 25px;
	background-color: #505050;
}
.terms h3 {
	text-align: center;
	margin: 15px auto;
	color: #fff;
	width: 60%;
	background-color: #ff2620;
	border-radius: 20px;
}
.terms p {
	padding: 1vh;
	margin: 30px 40px;
	color: #fff;
}
.terms-img img {
	display: block;
	flex-basis: 40%;
	max-width: 35%;
	margin: 0 auto !important;
}
.last {
	margin-bottom: 50px;
}
/*contact*/
.title {
	text-align: center;
	background-color: #ff2620;
	border-radius: 10px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	padding: 20px;
}
.contact h3 {
	text-align: center;
	color: #000;
	font-size: 3rem;
	font-weight: 500;
}
.contact p {
	font-size: 2.6rem;
	font-weight: 300;
}
.address {
	text-align:center;
}
.eng-info-title {
	padding: 50px;
	border: solid 6px #202020;
	border-radius: 25px;
	margin: 50px auto;
	background-color: #ff2620;
}
.eng-info-title p{
	background-color: #ff2620;
	color: #fff;
}
.eng-info {
	padding: 50px;
	border-radius: 25px;
	margin: 50px auto;
}
.eng-info, .eng-info p{
	background-color: #ff2620;
	color: #fff;
	font-size: 16px;
}
.eng-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-shrink: 3;
	justify-content: space-around;
	padding: 50px;
	border: solid 6px #202020;
	border-radius: 25px;
	color: #000;
	text-align: center;
	font-weight: 600;
}
.eng-head span{
	font-size: 2em;
	font-size: 20px;
}
.eng-head-info span{
	font-size: 16px;
}

.eng-head-info label{
	background-color: #ff2620;
	border: solid 3px #202020;
	border-radius: 10px;
	padding: 10px;
	top: 10px;
	font-size: 14px;
	margin-right: 10px;
	color: #fff;
}
.eng_inf_form{
	border: solid 2px #000;
}
.eng_admin_head label, .eng_admin_head input, .eng_admin_head button{
	margin-top: 20px;
}

.progress-bar {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #fff;
}

.circle {
  height: 100%;
  right: 0px;
  border: solid 6px  #ff2620;
  border-top-color:  #fff;
  border-radius: 50%;
}

.border {
  width: 100%;
  transform: rotate(135deg);  
  animation: spin 1.3s steps(2) .2s infinite;
  -webkit-animation: spin 1.3s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#liabilityerr, #regulationgaserr, #regulationerr{
	color: #ff2620;
	font-size: 20px;
}
form{
	border: solid 3px #000;
	border-radius: 10px;
	padding: 30px;
	margin: 30px auto;
}
.validate{
	min-height: 50vh;
	padding: 80px;
}
.verify form{
	border: none !important;
}
.verify{
	text-align: center;
}
.verify input{
	display: inline-block;
	outline:none;
	border: none;
	border-style:none;
	box-shadow: inset 0px 0px 0px 0px;
	border-bottom: 3px solid #000;
	appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.preview img{
	margin: 20px auto;
	max-width: 350px;
	max-height: 350px;
}
/*footer*/
.footer p {
	margin-top: 50px;
}
.footer {
	position: relative;
	bottom: 0 !important;
	width: 100%;
	text-align: center;
	font-size: 1.7em;
	color: #fff;
	background-color: #ff2620;
	max-height: 150px;
}

/*MEDIA*/
@media screen and (min-width: 1921px) and (max-width: 2560px){
	.navbar {
		min-height: 220px !important;
	}
	.logo {
		max-width: 75% !important;
		padding: 40px;
	}
	.logo h2{
		font-size: 4rem;
		font-weight: 500;
	}
	.logo h3, h4{
		font-size: 4rem;
		font-weight: 500;
	}
	.terms h3 {
		font-size: 3rem;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	.terms p {
		font-size: 2rem;
		font-weight: 400;
	}
	.glyphicon {
		margin-top: -60px !important;
	}
	
	.homebtn button {
		width: 100%;
		margin: 130px auto;
		font-size: 32px;
	}
	.about {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
	}
	.about h2 {
		font-weight: 700;
		font-size: 2.5vw;
	}
	.about p {
		font-size: 2.8rem;
		width: 55%;
		margin: 40px auto;
	}
	.about img {
		width: 45%;
		vertical-align: center;	
	}
	.about-top p{
		font-size: 2.8rem;
		margin-left: 50px;
	}
	.about-top {
		padding: 50px;
		border-radius: 120px; 
	}
	.red p {
		padding-left: 50px;
		color: #fff;
	}
	.white p {
		padding-right: 50px;
		color: #000;
	}
	.eng-info-title p{
		font-size: 16px;
	}
	.verify input{
		width: 36px;
		height: 36px;
		margin: 40px 10px;
	}
}
@media screen and (min-width: 1696px) and (max-width: 1920px){
	.navbar {
		min-height: 220px !important;
	}
	.logo {
		max-width: 85%;
	}
	.logo h2{
		font-size: 3.8rem;
		font-weight: 500;
	}
	.logo h3, h4{
		font-size: 3.8rem;
		font-weight: 400;
	}
	.terms h3 {
		font-size: 2.6rem;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	.terms p {
		font-size: 2rem;
		font-weight: 400;
	}
	.glyphicon {
		margin-top: -60px !important;
	}
	
	.homebtn button {
		width: 100%;
		margin: 120px auto;
		font-size: 30px;
	}
	.about {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
	}
	.about h2 {
		font-weight: 700;
		font-size: 2.5vw;
	}
	.about p {
		font-size: 2.4rem;
		width: 55%;
		margin: 40px auto;
	}
	.about img {
		width: 45%;
		vertical-align: center;		
	}
	.about-top {
		padding: 50px;
		border-radius: 70px;	
	}
	.about-top p{
		font-size: 2.4rem;
	}
	.red p {
		padding-left: 50px;
		color: #fff;
	}
	.white p {
		padding-right: 50px;
		color: #000;
	}
	.eng-info-title p{
		font-size: 16px;
	}
	.verify input{
		width: 36px;
		height: 36px;
		margin: 40px 10px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1695px){
	.navbar {
		min-height: 180px !important;
	}
	.navbar-brand img{
		max-height: 150px !important;
	}
	.logo {
		max-width: 85%;
	}
	.logo h2{
		font-size: 3.8rem;
		font-weight: 500;
	}
	.logo h3, h4{
		font-size: 3.8rem;
		font-weight: 400;
	}
	.terms h3 {
		font-size: 2.6rem;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	.terms p {
		font-size: 2rem;
		font-weight: 400;
	}
	.glyphicon {
		margin-top: -60px !important;
	}
	.homebtn button {
		width: 100% !important;
		margin: 50px auto;
		font-size: 19px !important;
	}
	.about {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
	}
	.about h2 {
		font-weight: 700;
		font-size: 2.5vw;
	}
	.about p {
		font-size: 2.4rem;
		width: 55%;
		margin: 40px auto;
	}
	.about img {
		width: 45%;
		vertical-align: center;		
	}
	.about-top {
		padding: 50px;
		border-radius: 70px;	
	}
	.about p {
		font-size: 2.2rem;
		width: 55%;
		margin: 40px auto;
	}
	.about-top p{
		font-size: 2.2rem;
		margin-left: 50px;
	}
	.red p {
		padding-left: 50px;
		color: #fff;
	}
	.white p {
		padding-right: 50px;
		color: #000;
	}
	.eng-info-title p{
		font-size: 16px;
	}
	.verify input{
		width: 36px;
		height: 36px;
		margin: 40px 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.navbar {
		min-height: 190px !important;
	}
	.navbar-brand img{
		max-height: 150px !important;
	}
	.logo {
		max-width: 85%;
	}
	.terms h3 {
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	.terms p {
		font-size: 2rem;
		font-weight: 200;
	}
	.glyphicon {
		margin-top: -60px !important;
	}
	.homebtn button {
		width: 50%;
		margin: 30px auto;
		font-size: 25px;
	}
	.about {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
	}
	.about p {
		font-size: 2rem;
		width: 55%;
		margin: 40px auto;
	}
	.about-top p{
		font-size: 2rem;
		margin-left: 40px;
	}
	.about-top {
		padding: 50px;
		border-radius: 80px; 
	}
	.about h2 {
		font-weight: 600;
		font-size: 3.5vw;
	}
	.about img {
		width: 45%;
		vertical-align: center;		
	}
	.red p {
		padding-left: 50px;
		color: #fff;
	}
	.white p {
		padding-right: 50px;
		color: #000;
	}
	.eng-head-info {
		font-size: 12px;
	}
	.verify input{
		width: 30px;
		height: 30px;
		margin: 40px 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.navbar {
		min-height: 190px !important;
	}
	.navbar-brand img{
		max-height: 150px !important;
	}
	.navbar-center li{
		font-size: 13px;
		max-width: 90px;
		margin-right: 2px !important;
		
	}
	.navbar-right{
		font-size: 13px;
		margin-right: -25px !important;
	}
	.logo {
		max-width: 85%;
	}
	.terms h3 {
		font-size: 2.4rem;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	.terms p {
		font-size: 2rem;
		font-weight: 200;
	}
	.glyphicon {
		margin-top: -60px !important;
	}
	.navbar a {
		font-size: 1.25em !important;
	}
	.homebtn button {
		width: 50%;
		margin: 30px auto;
		font-size: 25px;
	}
	.about {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
	}
	.about p {
		font-size: 1.8rem;
		width: 55%;
		margin: 40px auto;
	}
	.about-top p{
		font-size: 1.8rem;
		margin-left: 20px;
	}
	.about-top {
		padding: 50px;
		border-radius: 80px; 
	}
	.about h2 {
		font-weight: 600;
		font-size: 3.5vw;
	}
	.about img {
		width: 45%;
		vertical-align: center;		
	}
	.red p {
		padding-left: 50px;
		color: #fff;
	}
	.white p {
		padding-right: 50px;
		color: #000;
	}
	.address {
		margin-top: 50px;
	}
	.eng-info-title p{
		font-size: 14px;
	}
	.verify input{
		width: 30px;
		height: 30px;
		margin: 40px 8px;
	}
}
@media screen and (min-width: 640px) and (max-width: 767px){
	.navbar {
		min-height: 120px !important;
	}
	.navbar-center li{
		display: block !important;
		margin-top: 160px !important;
	}
	.navbar-right {
		display: block !important;
		width: 100%;
		overflow: hidden;
	}
	.navbar-right li{
		margin-top: 200px !important;
		left: 34%;
	}
	.logo {
		max-width: 90%
	}
	.navbar-header {
		height: 120px !important;
	}
	.navbar-header img {
		max-height: 80px !important;
	}
	.navbar-toggle {
		margin-top: 40px !important;
	}
	.glyphicon {
		margin-top: -10px !important;
	}
	.homebtn button {
		width: 60%;
		margin: 30px auto;
		font-size: 25px;
	}
	.about {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 95%;
		margin: 0 auto;
	}
	.about p {
		font-size: 1.6rem;
		width: 70%;
		margin: 40px auto;
	}
	.about-top img{
		width: 50% !important;
	}
	.about-top p{
		font-size: 1.6rem;
	}
	.about-top {
		padding: 40px;
		border-radius: 80px; 
	}
	.about h2 {
		font-weight: 600;
		font-size: 5.5vw;
	}
	.img-txt{
		left: -25px !important;
		bottom: -20px !important;
		font-size: 10px !important;
		max-width: 200px;
	}
	.img-txt-right{
		left: -45px !important;
		bottom: -20px !important;
		font-size: 10px !important;
		max-width: 200px;
	}
	.about img {
		width: 45%;
		vertical-align: top;	
	}
	.red p {
		padding-left: 50px;
		color: #fff;
	}
	.white p {
		padding-right: 50px;
		color: #000;
	}
	.address {
		margin-top: 50px;
		
	}
	.terms h3 {
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.5px;
		width: 70%;
	}
	.terms p {
		font-size: 1.8rem;
		font-weight: 200;
	}
	.eng-head span{
		font-size: 18px;
	}
	.verify input{
		width: 28px;
		height: 28px;
		margin: 40px 8px;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px){
	.navbar {
		min-height: 120px !important;
	}
	.navbar-center li{
		display: block !important;
		margin-top: 160px !important;
	}
	.navbar-right {
		display: block !important;
		width: 100%;
		overflow: hidden;
	}
	.navbar-right li{
		margin-top: 200px !important;
		left: 30%;
	}
	.logo {
		max-width: 90%;
	}
	.terms h3 {
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.5px;
		width: 85%;
	}
	.terms p {
		font-size: 1.8rem;
		font-weight: 200;
	}
	.navbar-header {
		height: 120px c;
	}
	.navbar-header img {
		max-height: 80px !important;
	}
	.navbar-toggle {
		margin-top: 40px !important;
	}
	.homebtn button {
		width: 70%;
		margin: 30px auto;
		font-size: 25px;
	}
	.about {
		align-items: center;
		justify-content: center;
		width: 95%;
		margin: 0 auto;
	}
	.about p {
		display: block !important;
		font-size: 1.8rem;
		width: 90%;
		margin: 10px auto;
	}
	.about-top {
		padding: 20px;
		border-radius: 50px; 
	}
	.about p {
		font-size: 1.8rem;
		color: #000;
		margin-top: 40px;
	}
	.about h2 {
		font-weight: 500;
		font-size: 5vw;
	}
	.about img {
		display: block !important;
		width: 90%;
		vertical-align: center;	
	}
	.img-txt{
		left: 25px !important;
		bottom: 0px !important;
		font-size: 8px !important;
		max-width: 100px;
	}
	.img-txt-right{
		left: -45px !important;
		bottom: -20px !important;
		font-size: 8px !important;
		max-width: 100px;
	}
	.red p {
		margin-top: 30px;
	}
	.white p {
		margin-bottom: 30px;
		color: #000;
	}
	.address {
		margin-top: 50px;
	}
	.eng-head {
		flex-direction: column;
		gap: 20px;
	}
	.validate {
		width: 130%;
		margin-left: -15%;
	}
	.verify input{
		width: 15px;
		height: 35px;
		margin: 40px 2px;
		padding: 0 !important;
	}
	.verify{
		text-align: center !important;
	}
}