@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;600;700&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
a{
	text-decoration: none !important;
}
ul{
	padding: 0;
}
p{
	margin: 0 0 20px;
	padding: 0;
	font-weight: 300;
	font-size: 17px;
	color: #282d47;
	line-height: 1.5;
}
::placeholder{
	color: #333 !important;
	font-weight: 500;
}
.font-size-15{
	font-size: 15px !important;
}
.font-size-14{
	font-size: 14px !important;
}
.font-size-13{
	font-size: 13px !important;
}
.line-height-25{
	line-height: 25px;
}
.text-blue{
	color: #1C367F !important;
}
.text-yellow{
	color: #FFFC00 !important;
}
.text-orange{
	color: #FF5600 !important;
}
.text-grey{
	color: #8c8c8c !important;
}
.text-light-grey{
	color: #ccc !important;
}
.text-dark-grey{
	color: #6a6b74 !important;
}
.background-light-grey{
	background-color: #E5E5E5 !important;
}
.background-yellow{
	background-color: #FFFC00 !important;
}
.background-orange{
	background-color: #FF5600 !important;
}
.background-blue{
	background-color: #1C367F !important;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.border-right{
	border-right: 1px solid #dedede;
}
.form-control:focus{
	box-shadow: none;
	border-color: #1C367F;
}
.logo-section h2{
	font-size: 36px;
}
header{
	position: fixed;
	top: 0;
	right: 0;
	left: 0; 
	z-index: 1000;
}
.navbar{
	background-color: #003ea1;
	padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #fff;
	background-color: #0c2c5d;
}
.navbar .navbar-nav .nav-item .nav-link:hover i{
	color: #fa5503;
}
.navbar .navbar-nav .nav-item.active .nav-link{
	color: #fa5503;
	background-color: #0c2c5d;
}
.banner{
	background-size: cover;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 216px;
}
.need-it-done{
	padding: 50px 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}
.need-it-done h6{
	font-size: 16px;
}
.need-it-done a:hover{
	background-color: #FF5600 !important;
	color: #fff !important;
}
.single-service h4{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 28px;
}
.single-service{
	padding: 0 40px;
}
.single-service a {
	border-radius: 5px;
}
.single-service p {
	font-size: 14px;
	font-weight: 600;
	min-height: 155px;
}
.single-service a:hover{
	background-color: #FFFC00 !important;
	color: #FF5600 !important;
}
.service-schedule{
	background-color: #003ea1;
}
.request-online-btn a{
	border-radius: 5px;
}
.request-online-btn a:hover{
	background-color: #FF5600 !important;
	color: #fff !important;
}
.reasons-to-choose{
	background-size: cover !important;
	padding: 70px 0;
}
.surge-protection{
	background: url(../img/surge-background.jpg);
	background-size: cover;
	padding: 70px 0;
}
.surge-content span{
	height: 4px;
	display: block;
	background-color: #fa5503;
	margin: 20px 0;
	width: 723px;
}
footer{
	padding: 50px 0;
	background-color: #003ea1;
}
footer h4{
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 10px;
}
footer a{
	font-weight: 500;
}
footer a:hover{
	color: #FFFC00 !important;
}
.border-right, .border-left, .border-bottom{
	border-color: #2D5BA5 !important;
}
.why-us-points{
	list-style-type: none;
	padding-bottom: 10px;
	background-color: #FFFC00;
}
.why-us-points li{
	padding: 15px;
	background-color: #FFFC00;
	color: #4C4C4C;
	font-weight: 600;
	border-bottom: 1px solid #C8C77D;
}
.residential-bullets li{
	line-height: 30px;
}
.residential-request a{
	border-bottom: 2px solid #ccc;
}
.residential-request a:hover{
	background-color: #FF5600 !important;
	color: #fff !important;
}
.contact-form .form-control{
	border-radius: 0px;
	height: 30px;
}
.contact-form{
	padding: 60px 35px;
}
.contact-form label{
	font-size: 15px;
	font-weight: 600;
}
.contact-form .submit-button{
	padding: 15px;
	display: block;
	color: #ffffff !important;
	background: #9e9e9e;
	border: none !important;
	width: 100%;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
}
.contact-form textarea{
	height: 150px !important;	
}