*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'SourceSansPro-Regular';
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-It';
    src: url('../fonts/SourceSansPro-It.woff2') format('woff2'),
        url('../fonts/SourceSansPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

header
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/header_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 120px 0 50px 0;
}
.header_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.header_img_area
{
	display: block;
	float: right;
	width: 55%;
}
.header_img_area img
{
	max-width: 100%;
}
.header_text_area
{
	display: block;
	float: left;
	width: 44%;
}
.header_text_area h2
{
	font-size: 60px;
    font-family: 'SourceSansPro-Semibold';
	color: #FFFFFF;
	line-height: 60px;
}
.header_text_area h2 strong
{
    font-family: 'SourceSansPro-Bold';	
}
.header_text_area ul
{
	list-style-type: none;
	font-size: 30px;
	color: #FFFFFF;
    font-family: 'SourceSansPro-Semibold';
	margin-top: 20px;
}
.header_text_area ul li
{
	position: relative;
	margin-top: 12px;
	padding-left: 55px;
}
.header_text_area ul li:before
{
	content: url(../images/header_tick.png);
	position: absolute;
	left: 0;
	top: 0;
}
.header_text_area img
{
	margin-top: 35px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.header_text_area img:hover
{
	-webkit-filter: invert(1);
	filter: invert(1);	
}

.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}

.top_logo_and_nav_contanear
{
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 4;
	padding: 10px 0;
	background: #FFFFFF;
	top: 0;
	left: 0;
}
.nav-shrink 
{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
	background:rgba(255,255,255,0.97);
  z-index:999999999;
	padding: 10px 0;	
}

.logo_area
{
	display: block;
	float: left;
	width: 168px;
}
.logo_area img
{
	max-width: 100%;
}

.nav_and_get_in_touch_contanear
{
	display:block;
	float: right;
	width: calc(100% - 168px);
}
.phone_number_area
{
	display: block;
	float: right;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #000;
	font-size: 18px;
	border-radius: 25px;
	margin-top: 4px;
   font-family: 'SourceSansPro-Semibold';	
}

.nav_main_area
{
	display:block;
	float:left;
	width:calc(100% - 100px);
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:right;
   font-family: 'SourceSansPro-Semibold';
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	line-height:50px;
}
.nav_main_area ul li a
{
	color:#000;	
	padding:0 16px;
	font-size:18px;
}
.nav_main_area ul li a:hover
{
	color: #F25822;
}
.active > a
{
	color: #F25822 !important;	
}

.small_manu
		{
		height:auto;
		overflow:visible;
		display:none;
		text-align:left;
		z-index:9999;
		position:relative;
		margin-top: 7px;
		float: right;
		}


.toggleMenu {
    display:  none;
}
.toggleMenu img
{
	vertical-align:middle;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 9.7px 15px;
    color:#666;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#01A9E0 ;
	color:#FFF;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:12px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:left;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#EA3325 !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/

.dlp_electrical_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: #231F20;
	padding: 30px 0 40px 0;
	position: relative;
	z-index: 3;
	text-align: center;
}
.dlp_electrical_contanear:after
{
	content: url(../images/dlp_electrical_down_arrow.png);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -49px;
}
.dlp_electrical_main_area
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.dlp_electrical_main_area h2
{
	color: #FFFFFF;
	font-size: 40px;
	text-transform: uppercase;
    font-family: 'SourceSansPro-Semibold';
}
.dlp_electrical_main_area p
{
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 5px;
}

.book_contanear
{
	display: block;
	float: left;
	width: 100%;
	background:url(../images/book_bg.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
	position: relative;
	z-index: 2;
	text-align: center;
}
.booking_form_main_area
{
	display: inline-block;
	width: 100%;
	max-width: 800px;
	padding: 25px;
	background: #231f20;
	text-align: left;
	-webkit-box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
}
.booking_form_main_area h2
{
	color: #FFFFFF;
	font-size: 40px;
	text-transform: uppercase;
    font-family: 'SourceSansPro-Semibold';
}
.booking_form_main_area p
{
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 15px;
}
.booking_form_main_area p strong
{
	color: #F25822;
}
.booking_form_input_style1
{
	display: block;
	float: left;
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	padding: 0 15px;
	font-size: 18px;
	color: #000000;
	border: none;
	margin-top: 10px;
	outline-style: none;
    font-family: 'SourceSansPro-Semibold';	
	position:relative;
	z-index:99;
}
.booking_form_margin
{
	margin-top: 20px;
}
.booking_form_textarea_style1
{
	display: block;
	float: left;
	width: 100%;
	height: 160px;
	background: #FFFFFF;
	padding:15px;
	font-size: 18px;
	color: #000000;
	border: none;
	margin-top: 20px;
    font-family: 'SourceSansPro-Semibold';
	outline-style: none;
	position:relative;
	z-index:99;
}
.booking_form_submit_but
{
	display: block;
	float: left;
	width: 200px;
	height: 58px;
	background: #f15922;
	font-size: 18px;
	color: #FFFFFF;
	border: none;
	margin-top: 20px;
    font-family: 'SourceSansPro-Semibold';
	outline-style: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.booking_form_submit_but:hover{
	background: #ff1800;
}
.service_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/service_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.service_main_heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	text-transform: uppercase;
    font-family: 'SourceSansPro-Semibold';	
}
.service_boxes_area
{
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 102%;
	margin: 25px -1% 0 -1%;
}
.service_box1
{
	display: block;
	float: left;
	width: 31.33%;
	margin: 10px 1%;
	padding: 40px 15px;
	text-align: center;
	background: #F25822;
	color: #222021;
	font-size: 30px;
    font-family: 'SourceSansPro-Semibold';
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	-webkit-box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);	
}
.service_box1:hover{
	background: #ff1800;
	color: #FFFFFF;
}
.our_happy_client_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 60px 0 80px 0;
	background: #231F20;
}
.our_happy_client_caro_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.book_electrican_and_quote_contaneat
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/book_electrican_and_quote_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 65px 0;
}
.book_electrican_and_quote_main_atea
{
	display:block;
	width: 100%;
	padding: 25px 25px 40px 25px;
	background: #231f20;
	-webkit-box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	box-shadow: 6px 9px 11px 0px rgba(0,0,0,0.64);
	text-align: center;
}
.book_electrican_and_quote_main_atea p
{
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 0;
}
.book_electrican_but
{
	display: inline-block;
	width: 300px;
	padding: 14px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
    font-family: 'SourceSansPro-Semibold';
	background: #F25822;
	margin: 20px 10px 0 10px;
}
.book_electrican_but img
{
	vertical-align: middle;
}
.book_electrican_but:hover{
	background: #ff1800;
}
footer
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 550px 0 10px 0;
}
.footer_main_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: #161213;
	padding: 10px 0;
}
.footer_left
{
	display: block;
	float: left;
	width: auto;
}
.footer_left ul
{
	list-style-type:none;
	text-align:left;
}
.footer_left ul li
{
	display:inline-block;
	color:#000;
	position:relative;
	text-transform: uppercase;
}
.footer_left ul li a
{
	color:#fff;	
	padding:0 15px;
	font-size:17px;
}
.footer_left ul li a:hover
{
	color: #F25822;
}
.active2 > a
{
	color: #F25822 !important;	
}
.footer_right
{
	display: block;
	float: right;
	width: auto;
	text-align: right;
}
.footer_right p
{
	color:#FFFFFF;	
	font-size:17px;	
	text-transform: uppercase;	
}
.footer_right p strong
{
	color: #F25822;	
    font-family: 'SourceSansPro-Regular';	
}
.footer_right p a
{
	color: #F25822;		
}


.subpageheader{
    width: 100%;
    position: relative;
    background: none;
    padding: 20px 0 50px 0;
}


.contact_page_details_panel{float:left; width:100%; padding: 30px 0; background-image: url(../images/contact-bg.jpg); background-size: cover; background-position: center; text-align: center;}


.contact_page_details_panel h2 {
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Semibold';
}


.contact_page_details_panel p {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 15px;
	width:100%;
	display: inline-block;
}


.contact_page_details_panelcol_row{display: inline-block; width:100%; max-width:900px;}

.contact_page_details_panel_col{display: inline-block; width:25%; vertical-align: top; padding:3px 25px; margin: 20px 0;}

.contact_page_details_panel_col img{display: inline-block; vertical-align: top;}

.contact_page_details_panel_col:nth-child(2){width:calc(50% - 12px); border-left:1px solid #FFF; border-right:1px solid #FFF;}

.contact_page_details_panel_col a{color:#FFF;}

.contact_page_details_panel_col a:hover{color:#f15922;}

.body_colum_3_3
{
	display: block;
	float: left;
	width: 100%;
}
.body_colum_3_2
{
	display: block;
	float: left;
	width: 70%;
}

.body_colum_3_1
{
	display: block;
	float: left;
	width: 30%;
}

.project_left_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: left;
}
.project_left_box1
{
	display: block;
	float: left;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 20px;
	margin-bottom: 20px;
}
.project_left_box1_heading
{
	display: block;
	float: left;
	width: 100%;
    font-family: 'SourceSansPro-Semibold';
	font-size: 25px;
	color: #FFFFFF;
}

.project_left_box1_img_area
{
	display:block;
	float: left;
	width: 30%;
	margin-top: 12px;
}
.project_left_box1_img_area img
{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.project_left_box1_text_area
{
	display:block;
	float: right;
	width: 66%;
	margin-top: 12px;
	position: relative;
	min-height: 180px;
	padding-bottom: 55px;
}
.project_left_box1_text_area p
{
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.project_left_box1_text_readmore_but
{
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 16px;
    font-family: 'SourceSansPro-Semibold';
	background: #F25822;
	position: absolute;
	bottom: 0;
	left: 0;
}
.project_left_box1_text_readmore_but:hover
{
	background: #ff1800;
}
.project_left_box1_bottom_text
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 12px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.project_left_box1_bottom_text p
{
	float: left;
	font-size: 16px;
	color: #FFFFFF;
}
.project_left_box1_bottom_text p a
{
	color: #FFFFFF;
}
.project_left_box1_bottom_text p span
{
	margin-right: 12px;
}
.project_left_box1_bottom_text h2
{
	float: right;
	font-size: 16px;
	color: #FFFFFF;
}
.project_left_box1_bottom_text h2 a
{
	color: #FFFFFF;
}
.project_left_box1_bottom_text h2 span
{
	margin-right: 12px;
}
.project_right_area
{
	display: block;
	float: left;
	width: 100%;
	padding-left: 25px;
	margin-top: 30px;	
}
.project_right_box1
{
	display: block;
	float: left;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.project_right_box1 h2
{
	font-size: 20px;
	color: #FFFFFF;
	background: #F25822;
	padding: 8px 12px;
    font-family: 'SourceSansPro-Bold';	
}
.project_right_box1 ul
{
	margin: 15px 0 0 15px;
	color: #FFFFFF;
	list-style-type: square;
}
.project_right_box1 ul li
{
	margin-top: 12px;
}

.project_right_box1 ul li a
{
	color: #FFFFFF;
	font-size: 16px;
}
.about_box
{
	display: block;
	float: left;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 20px;
	margin-top: 20px;
}
.about_box p
{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin:15px 0;
}
.testimonial_box1
{
	display: block;
	float: left;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 20px;
	margin-top: 20px;
}

.our_testimonials_text_panel{float:right; width:100%; text-align:left; }

.our_testimonials_text_panel h2{font-size:20px; color:#F25822;         font-family: 'SourceSansPro-Bold'; }

.our_testimonials_text_panel article{color:#FFFFFF; font-size:15px; padding:15px 0 15px 0; float:left; margin:5px 0 0 0; position: relative;}
.our_testimonials_text_panel article:before
{
	content: '';
	width: 80px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: #F25822;
}

.our_testimonials_text_panel article span{color:#F25822;}

.our_testimonials_text_panel p{float:left; width:100%; color:#FFFFFF; margin:10px 0;}

.our_testimonials_text_panel p span{color:#F25822;}

.captcha
{
display: block;
float: left;
width: 100%;
margin: 15px 0;
}
.about_box li
{
	color: #ffffff;
	font-size: 15px;
	float: left;
	margin: 10px 10px 0 10px;
}
