
/*----------------------------------------------------------------------------------
 1. body start
----------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
	-webkit-font-smoothing: antialiased;
}
button:focus, input:focus{
	outline:none;
}
::selection {
	background: #2c97df;
	color: #ffffff;
}
a{
	text-decoration:none!important;
	color:#2c97df;
}
a:hover,a:focus,a:visited{
	color:#2c97df;
}
.full_width{
	float:left;
	width:100%;
}
.col_50{
	width:50%;
	float:left;
}
.wb_iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.wb_iframe > iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.wrapper_main {
    word-wrap: break-word;
}
/* form css start */
.form_input_app_div .form-group{
	float:left;
	margin-bottom:20px;
}
.form_input_app_div.pc_form_4 .pc_input_section {
    width: 25%;
}
.form_input_app_div.pc_form_3 .pc_input_section {
    width: 33.33%;
}
.form_input_app_div.pc_form_2 .pc_input_section {
    width: 50%;
}
.form_input_app_div.pc_form_1 .pc_input_section {
    width: 100%;
}
.form_input_app_div.pc_form_4 .pc_input_section .form-control, 
.form_input_app_div.pc_form_3 .pc_input_section .form-control, 
.form_input_app_div.pc_form_2 .pc_input_section .form-control{
 width: 95%;
 padding: 10px;
}
.form_input_app_div.pc_form_1 .pc_input_section .form-control{
 width: 100%;
 padding: 10px;
}
.hentry {
    margin: 0em !important;
}
/* form css end */
/*----------------------------------------------------------------------------------
 1. body end
----------------------------------------------------------------------------------*/

/*--------2. banner section css Start----------------*/
/*---- header top css start -----*/
.header_top {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 10px 0;
}
.header_top ul {
	padding:0;
	list-style:none;
	margin: 0;
}
.left_contact > li{
    display: inline-block;
}
.left_contact li > div {
    display: inline-block;
}
.left_contact li > div > i {
    margin: 0 10px;
	color:#ffffff; 
}
.left_contact li p, 
.left_contact li a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 30px;
	text-decoration:none;
	margin-bottom:0px;
}
.header_top .social_icon{
	text-align:right;
}
.social_icon{
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}
.social_icon li {
    display: inline-block;
}
.social_icon li > a {
    margin: 5px;
	color:#ffffff;
    display: inline-block;
}
/*---- header top css end -----*/

/*---- header css start -----*/
.header_middle{
	float:left;
	width:100%
}
.pl_banner_section {
	float:left;
	width:100%;
	position:relative;
	background-image: url(../images/home_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'PT Sans', sans-serif;
	padding-bottom: 80px;
	background-attachment: fixed;
}
.pl_header_section {
    width: 100%;
    display: inline-block;
    padding:30px 0;
    position: relative;
    z-index: 11;
	font-family: 'PT Sans', sans-serif;
}

.pl_logo > a{
	display:inline-block;
}
.middle_menu{
}
.middle_menu > ul{
    margin: 0;
    padding: 0;
    list-style: none;
	text-align:right;
}
.middle_menu > ul > li {
	display:inline-block;
	position:relative;
}
.middle_menu > ul > li > a {
    font-size: 17px;
    line-height: 20px;
    display: block;
    color: #ffffff;
    letter-spacing: 0.03em;
    text-decoration: none;
    margin-left:26px;
	padding:20px 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.middle_menu > ul > li:last-child > a{
	margin-right:0px;
}
.middle_menu > ul > li .sub-menu{
    margin: 0px;
    padding: 0px; 
    min-width: 235px;
    position: absolute;
    left: 0;
    list-style: none;
    top: 90%; 
    background-color: #fff;
	transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-ms-transition:0.4s ease;
	-o-transition:0.4s ease;
	opacity:0;
	visibility:hidden;
	z-index:1;
}
.middle_menu > ul > li .sub-menu:after{
	position:inherit;
	top:-6px;
	z-index:-1;
	left:10px;
	content:'';
	width:15px;
	height:15px;
	background-color:#ffffff;
	transform:rotate(45deg);
}
.middle_menu > ul > li .sub-menu li .sub-menu:after{
	display:none;
}
.middle_menu > ul > li:hover>.sub-menu{
	top:100%;
	opacity:1;
	visibility:visible;
	z-index:99;
}
.middle_menu > ul > li .sub-menu li {
    width: 100%;
    float: left;
}
.middle_menu > ul > li .sub-menu li a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #2c97df; 
    letter-spacing: 0.03em;
    text-align: left;
	border-bottom:1px solid;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.middle_menu > ul > li .sub-menu li a:hover{
	background-color:#2c97df;
	color:#ffffff;
}
.middle_menu > ul > li .sub-menu li:last-child a{
	border-bottom:none;
}
.middle_menu > ul > li .sub-menu>li>.sub-menu{
    top: 10%;
    left: 95%;
}
.middle_menu > ul > li .sub-menu>li:hover>.sub-menu {
    left: 100%;
	opacity:1;
	visibility:visible;
}
.middle_menu > ul > li .sub-menu>li:nth-child(-n+4) .sub-menu{
	left:auto;
	right:90%;
}
.middle_menu > ul > li .sub-menu>li:nth-child(-n+4):hover>.sub-menu {
    right:100%;
	opacity:1; 
	visibility:visible;
}

.search_right {
    position: relative;
}
.search_right .pc_input_section {
    width: 100%;
}
.search_right input {
    width: 100% !important;
    height: 40px;
    background-color: transparent;
    border: 1px solid;
    font-size: 14px;
    color: #ffffff;
}
.search_right .search_btn {
    position: absolute;
    right: 4px;
    top: 0;
    background-color: transparent;
    border: none;
    color: #ffffff;
    line-height: 35px;
}
/*---- header css end -----*/

/*---- slider caption css start -----*/
.slider_wrapper{
	
}
.slider_caption{
	float:left;
	width:100%;
}
.slider_caption h2 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.03em;
    font-family: 'PT Sans', sans-serif;
}
.slider_caption h1 {
    color: #2c97df;
    font-size: 40px;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 25px;
    margin-top: 15px;
}
.feature_list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.feature_list > li{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.feature_list li > div {
    display: table-cell;
}
.feature_list li div img {
    max-width: 100% !important;
    display: inline-block;
    height: auto;
    width: auto !important;
    margin-right: 15px;
}
.feature_list li div p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}
.slider_caption  ul{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	width:100%;
}
.slider_caption  ul li {
	width:100%;
	float:left;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
	position:relative;
	padding-left:25px;
}
.slider_caption  ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    left: 0;
    height: 6px;
    top: 10px;
    border-radius: 5px;
    background-color: #2c97df;
}
.pl_footer_section .widget ul li a:hover{
    color: #2c97df;
}
.slider_caption > p{
	margin-top:30px;
	width:100%;
	float:left;
}
.slider_caption > p > a{
	padding: 15px 67px;
    display: inline-block;
    background-color: #2c97df;
    color: #fffefe;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    border-radius: 3px;
	cursor:pointer;
	border: none;
	margin-right:30px;
}
.slider_caption > p > a:last-child{
	margin-right:0px;
}
.slider_caption > p > a:hover, 
.slider_caption > p > a:focus{
	text-decoration:none;
	color:#ffffff;
}
.slider_caption .slider_btn{
	margin-top:25px;
}
.slider_btn > div {
    display: inline-block;
}
.slider_btn .read_more{
    margin: 10px 20px 0 0;
}

/* slider dots css start */
.owl-dots{
	margin-top:20px;
	text-align:center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
    float:left;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #2c97df;
	margin: 4px;
}
.banner_slider .owl-dot span {
    border: 2px solid #ffffff;
}
.owl-dots .owl-dot.active span {
    background-color: #2c97df;
	border-color:transparent;
}
.banner_slider  .owl-dots{
	margin-top:100px;
}
/* slider dots css end */

/*---- slider caption css end -----*/
/*----- section heading Start -----*/
.section_heading{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.section_heading h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2c97df;
	margin-top: 0;
    margin-bottom: 8px;
	
}
.section_heading .mdl_icon {
    margin-bottom: 14px;
}
.section_heading p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
	line-height:30px;
    color: #555555;
	margin-bottom:0;
}
/*------- section heading end -------*/

/*---- About section css Start -----*/
.pl_about_section{
	float:left;
	width:100%;
	padding:95px 0 70px;
	font-family: 'PT Sans', sans-serif;
}
.box_cover {
    float: left;
    width: 100%;
}
.about_box{
	padding:20px;
	color:#999999;
	border:1px solid;
	margin-bottom:30px;
}
.about_box .box_title{
	padding-bottom: 20px;
}
.about_box .box_title > div {
    display: table-cell;
}
.box_title .box_icon{
	padding-right: 25px;
}
.about_box .box_title h4 {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	letter-spacing: 0.04em;
	font-weight: 700;
	color:#555555;
}
.about_box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:30px;
	letter-spacing: 0.04em;
	margin-bottom:0px;
	color:#555555;
}
/*---- About section css end -----*/

/*---- Service section css start -----*/
.home_service_section {
	float:left;
	width:100%;
	padding-top:95px;
	position:relative;
	background-image: url(../images/service_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'PT Sans', sans-serif;
	background-attachment: fixed;
}
.home_service_section .section_heading h3, 
.home_service_section .section_heading p{
	color:#ffffff;
}
.service_box{
	margin-bottom:90px;
	text-align:center;
}
.service_box img{
	display:inline-block;
}
.service_box h4 {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	letter-spacing: 0.03em;
	font-weight: 700;
	color:#f5f5f5;
	margin-top: 20px;
	margin-bottom: 15px;
}
.service_box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:30px;
	letter-spacing: 0.03em;
	color:#f5f5f5;
}
.service_box a {
    color: #151515;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 17px;
    display: inline-block;
}
/*---- Service section css end -----*/

/*---- About second css start -----*/
.about_second_cover{
	float:left;
	width:100%;
}
.left_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #555555;
}
.about_thumb {
    float: left;
    width: 100%;
}
.about_thumb img{
	display:inline-block;
}
.left_content .about_list{
	padding-left: 0;
	padding-top: 10px;
	list-style: none;
	margin-bottom: 0;
}
.left_content .about_list > li{
	display:inline-block;
}
.left_content .about_list > li h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #555555;
    font-weight: 600;
    margin: 5px 20px 0px 0px;
}
/*---- About second css end -----*/
/*---- Team section css start -----*/
.pl_team_section{
	float:left;
	width:100%;
	padding-top:95px;
}
.team_box_cover{
	float:left;
	width:100%;
}
.team_box{
	text-align:center;
	margin-bottom:95px;
}
.team_thumb img {
    display: inline-block;
}
.team_box h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #444444;
    margin-top: 16px;
    margin-bottom: 5px;
	text-transform:capitalize;
}
.team_box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #888888;
	text-transform:capitalize;
}
.team_box .social_icon li > a {
    margin: 4px 3px;
    display: inline-block;
}
/*---- Team section css end -----*/
/*---- Price section css start -----*/
.pl_price_section{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding-top:95px;
	padding-bottom:50px;
	font-family: 'PT Sans', sans-serif;
}
.price_box {
    float: left;
    width: 100%;
    border: 1px solid;
    color: #888888;
    text-align: center;
    padding: 30px 0 40px;
    margin-bottom: 50px;
}
.price_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #444444;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin: 0px 0px 6px;
}
.price_box h5{
	font-size: 16px;
    color: #444444;
    letter-spacing: 0.04em;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.price_box .price {
    color: #ffffff;
    background-color: #555555;
    padding: 30px 0;
    letter-spacing: 0.03em;
    font-size: 30px;
	margin-top: 26px;
}
.price_feature{
	padding:0 50px;
	margin-bottom:30px;
}
.price_feature p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.04em;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-bottom: 1px solid;
    padding: 28px 0;
}
/*---- Price section css end -----*/
/*---- Testimonial css Start -----*/
.pl_testimonial_section{
	float:left;
	width:100%;
	background-color:#f5f5f5;
	padding-top:95px;
	padding-bottom:50px;
	font-family: 'PT Sans', sans-serif;
}
.slider_wrap{
	float:left;
	width:100%;
}
.test_slider .test_content {
    text-align: center;
}
.test_slider .test_content p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #666666;
    margin-bottom: 0;
}
.test_slider .test_content img{
	display: inline-block;
    margin: 30px 0;
}
.test_slider .test_content h3{
    font-size: 22px;
	font-weight:700;
    color: #666666;
    line-height: 30px;
    letter-spacing: 0.04em;
}
.test_slider .test_content h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #444444;
	margin:0;
}
.test_slider .owl-dots{
	margin-top:20px;
	text-align:center;
}
/*---- Testimonial css End -----*/
/*---- Footer css Start -----*/
.pl_footer_section{
	float:left;
	width:100%;
	background-color:#292a2e;
	padding:95px 0 0px;
	font-family: 'Open Sans', sans-serif;
}
.footer_widget{
	margin-bottom:95px;
	float:left;
	width:100%;
}
.footer_widget .ftr_logo {
    margin-bottom: 20px;
}
.footer_widget p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.03em;
	margin-bottom:0;
}
.footer_widget .f_link {
    color:#2c97df;
	text-decoration:none;
	font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.03em;
}
.footer_widget .social_icon {
   margin-top:5px;
}
.footer_widget .widget_heading {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.footer_widget ul{
	padding-left:0;
	list-style:none;
}
.footer_widget ul > li > div {
  display:inline-block;
}
.footer_widget ul > li > div.work_time {
    float:right;
}
.newsletter_frm {
    position: relative;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.newsletter_frm .form-control {
    height: 55px;
    background-color: transparent;
    color: #999999;
    border: 1px solid;
	padding-right: 56px !important;
}
.address > li .ad_icon {
	margin-right:5px;
}
.newsletter_frm .send_btn {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: transparent;
    border: none;
    color: #999999;
    text-transform: uppercase;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    border-left: 1px solid;
}
.footer_widget ul.working_shedule > li, .footer_widget ul.address > li {
    border-bottom: 1px solid #444444;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*---- Footer css End -----*/
/*---- Second Footer css Start -----*/
.second_footer_section{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding:44px 0px;
	text-align: center;
}

.footer_text {
    margin: 0 auto;
    text-align: center;
}
.footer_text p{
	margin-bottom:0;
	font-size:15px;
	line-height:26px;
	color:#444444;
	font-family: 'Open Sans', sans-serif;
}
/*---- Second Footer css End -----*/

/*---- About page css Start -----*/
.page_banner_section{
	position: relative;
    background-image: url(../images/page_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb_wrap{
	text-align: center;
}
.breadcrumb_wrap h3 {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 12px;
    display: inline-block;
}
.pl_breadcrumb {
    padding-left: 0px;
    list-style: none;
	text-align:center;
	margin-bottom:0px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.pl_breadcrumb > li {
    display: inline-block;
}
.pl_breadcrumb > li > a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 2px;
}
.pl_breadcrumb > li h5{
	color:#ffffff;
	margin:0;
}
/*---- About page css End -----*/
/*---- Service page css start -----*/
.service_page_section{
	float:left;
	width:100%;
	background-color:#f5f5f5;
	padding:95px 0 40px;
}
.service_icon_box{
	text-align:center;
	margin-bottom:60px;
}
.service_icon_box .service_icon > img {
    display: inline-block;
}
.service_icon_box h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #151515;
    margin-top: 20px;
    margin-bottom: 15px;
}
.service_icon_box p {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #555555;
}
.service_icon_box a {
    color: #2c97df;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 17px;
    display: inline-block;
}
/*---- Service page css End -----*/
/*---- price page css Start ----*/
.bg_gray {
    background-color: #f5f5f5;
}
/*---- price page css End ----*/

/*---- Contact css Start -----*/
.pl_contact_section{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding:95px 0 100px;
}
.request_form {
    float: left;
    width: 100%;
}
.request_form .form-control {
    border: 1px solid #999999;
    height: 50px;
}
.request_form .form-control.msg_box{
	height:150px;
}
.contact_address{
	float: left;
	width: 100%;
}
.address_cover{
	text-align:center;
	margin-bottom:30px;
}
.address_cover h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 21px;
    color: #555555;
    text-transform: capitalize;
    margin: 14px 0 5px;
}
.address_cover p, .address_cover a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #888888;
    margin-bottom: 0;
    text-decoration: none;
} 
/*---- Contact css End -----*/
/*---- Map css End -----*/
.map_section{
}
.ed_map{
	width:100%;
	height:450px;
}
/*---- Map css End -----*/
/*---- Brand css Start -----*/
.brand_section{
	float: left;
	width:100%;
	text-align:center;
	padding:100px 0px;
}
.brand_section img{
	display: inline-block !important;
}
.brand_wrap{
	float:left;
	width:100%;
}
/*---- Brand css End -----*/
.ed_element_wrapper .site-title {
    margin: 0;
    color: #fff;
}

.ed_element_wrapper .site-title a {
    color: #fff;
}

.ed_element_wrapper .site-description {
    color: #fff;
}

.ed_element_wrapper .site-title a:hover {
    text-decoration: none;
}
.sliders_text {
    color: #fff;
    font-size: 20px;
}
/*-------------blog page css Start ---------------*/
.Blog_details_section {
    width: 100%;
    float: left;
    padding: 80px 0;
	background-color:#f1f1f1;
}

.Blog_details_section .plumbers_sidebar_area {
    width: 100%;
    float: left;
}
.plumbers_sidebar_area .widget,.pl_footer_section  .widget{
	float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
}
.widget.widget_search .search-form{
	position:relative;
}
.widget.widget_search form label {
    width: 100%; 
	margin-bottom: 0;
}
.widget.widget_search .search-field,.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select,.blog_content input,.Blog_details_section  .comment-form input{
    border: 1px solid #E4E4E4;
    width: 100%;
    height: 45px;
    padding: 0px 58px 0 15px;
    color: #777777;
    outline: none;
    font-weight: normal;
    font-size: 14px;
}
.widget.widget_search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    font-size: 12px;
    text-transform: capitalize;
    padding: 14px 10px;
    background-color: #2c97df;
	border-left:1px solid transparent;
    border: none;
    color: #fff;
	bottom:0;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.plumbers_sidebar_area .widget.widget_search form .search-submit:hover, 
.plumbers_sidebar_area.widget.widget_search form .search-submit:focus{
	color:#2c97df;
	border-left:1px solid;
	background-color: transparent;
}
.plumbers_sidebar_area .widget-title,.blog_mk_title,.widget_heading,.entry-header {
    color: #2c97df;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
	margin:0px;
    margin-bottom: 25px;
}
.blog_mk_title{
	margin-bottom:0px;
	width: 100%;
    float: left;
}
.blog_mk_title h3 {
    margin: 0;
}
.blog_mk_title a{
	text-decoration:none;
	color:#2c97df;
}
.blog_mk_title:hover a{
	color:#2c97df;
}
.blog_desc>h3{
	position:relative;
	padding-bottom:15px;
}
h2.comments-title{
    font-size: 24px;
}
.entry-header>h1{
	font-size:24px;
	margin:0px;
}
.plumbers_sidebar_area .widget-title:before,.blog_mk_title:before,.widget_heading:before,.blog_desc>h3:before,.entry-header>h1:before {
    position: absolute;
    content: "";
    left: 0;   
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}
.plumbers_sidebar_area .widget-title:after,.blog_mk_title:after,.widget_heading:after,.blog_desc>h3:after,.entry-header>h1:after {
    position: absolute;
    content: "";
    background-color: #2c97df;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;  
    float: left;
    width: 100%;
}
.widget ul li {
	float: left;
	width: 100%;
}
td#today, td#today > a{
    background-color: #2c97df;
    color: #fff;
}
.blog_post_wrapper_main .blog_thumbnail {
    margin-bottom: 20px;
}
.blog_desc>h3 {
    margin: 0px;
}
.plumbers_sidebar_area .widget ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}
.plumbers_sidebar_area .widget ul li:last-child{
	border-bottom:none;
}
.plumbers_sidebar_area .widget ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #777777;
}
.plumbers_sidebar_area .widget ul li a:hover {
    color: #2c97df;
}
.widget ul li ul{
	padding-left:20px;
}
.plumbers_sidebar_area .widget ul li>ul>li {
    border-bottom: none;
    padding-bottom: 0px;
	margin: 0px;
}
.pl_sidebar .tagcloud{
	float: left;
    width: 100%;
}
.tagcloud a {
    position: relative;
    float: left;
    margin-right:7px;
    margin-bottom:7px;
    font-size: 13px !important;
    text-transform: capitalize;
    padding: 7px 13px;
    background: transparent;
    text-decoration: none;
    color: #fff;
    z-index: 1;
    border: 1px solid #2c97df;
}
.tagcloud a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2c97df;
    z-index: -1;
	transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
	opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.tagcloud a:hover{
	color:#2c97df;
}
.tagcloud a:hover:after{
	opacity:0;
	transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform: scale(0.5);
}
.widget_calendar table {
    border: 1px solid #e4e4e4;
}

.widget_calendar table tr {
    border-bottom: 1px solid #e4e4e4;
}
.widget_calendar table tr th {
	color:#2c97df;
}
.widget_calendar table tr td,.widget_calendar table tr th {
    text-align: center;
    padding: 5px 0;
}
.widget_calendar tfoot tr td a{
	color:#2c97df;
	text-decoration:none; 
	float:left;
	padding-left:10px;
}
.link_read_more a,.form-submit input {
    height: 45px;
    line-height: 45px;
    background-color: #2c97df;
    display: inline-block;
    padding: 0 20px;
	border:1px solid #2c97df;
    border-radius: 4px;
	transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
	margin:10px 0 50px;  
	color: #fff;
	text-decoration:none;
}
.Blog_details_section .form-submit input{
	width:100%;
	padding:0px;
	color:#ffffff!important;
}
.Blog_details_section .form-submit{
	width:125px;
}
.link_read_more:hover a,.Blog_details_section .form-submit:hover input{
	color:#2c97df;
	background-color:#ffffff;
}
.Blog_details_section .form-submit:hover input{
	color:#2c97df!important;
	border-color:#2c97df!important;
}
.blog_content table {
    width: 90%;
    float: left;
    margin-left: 51px;
}

.blog_content table tr th{
    color: #2c97df;
}
.blog_content table tr th,.blog_content table tr td{
	padding: 10px 0;
	border-bottom:1px solid #e4e4e4;
}
.blog_content table tr th a{
	color: #2c97df;
	text-decoration:none;
}
.comments-area .comment-list li dl {
    padding-left: 50px;
}
.blog_content blockquote,.Blog_details_section blockquote{
	border-left-color: #2c97df;
    width: 100%;
    float: left;
}
.comments-area blockquote {
    margin-left: 52px;
	width:90%;
}
.blog_content blockquote p,.Blog_details_section blockquote p {
    color: #333333;
    font-size: 17px;
    font-style: italic;
	padding-left: 0px !important;
}

.page-links a,.pagination .nav-links a,.pagination .nav-links span{
    display: inline-block;
    background-color: #2c97df;
    color: #ffffff !important;
	border:1px solid #2c97df;
	text-decoration:none;
    padding: 2px 9px; 
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease; 
	-o-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
} 
.pagination .nav-links span.current,.pagination .nav-links a:hover,.page-links a:hover{
	background-color:#ffffff;
	color:#2c97df !important;
}
.navigation  .nav-links a {
    color: #2c97df;
}
.blog_content input[type="submit"]{
	display:inline-block;
	height:44px;
	line-height:44px;
	background-color:#2c97df;
	color:#ffffff;
	width:auto;
	padding:0 20px;
	border:1px solid #2c97df;
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
}
.blog_content input[type="submit"]:hover{
	background-color:#ffffff;
	color:#2c97df;
}
time.entry-date.published.updated,.author  {
    text-transform: capitalize;
    color: #2c97df;
    font-weight: 600;
	text-decoration:none;
}
.blog_details_desc {
	width: 100%;
    float: left;
}
.blog_details_desc .bottom {
    padding-top: 15px;
}
.blog_desc .blog_content {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.blog_desc .blog_content {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.comment-form {
    width: 100%;
    float: left;
}
.comment-form textarea {
    height: 110px;
    resize: none;
	outline:none;
    padding: 10px 20px;
	border: 1px solid #e4e4e4;
}
.comment-form  .form-submit{
	padding-top:30px;
}
.comments-area {
    width: 100%;
    float: left;
}
.comments-area  ol.comment-list {
    margin: 0;
    padding: 0;
	list-style:none; 
}
.comments-area .comment-list >i {
    width:100%;
	float:left;
	list-style:none;
	}
.comments-area  ol.comment-list li address {
    width: 100%;
    float: left;
    padding-left: 50px;
}
.comments-area  ol.comment-list li pre{
	margin-left:50px;
}
.comments-area .comment-list li p {
    width: 100%;
    float: left;
    padding-left: 50px;
}
.comments-area  ol.comment-list li>ol {
    list-style: none;
}
.comments-area .comment-list  li.comment .comment-body ol {
    list-style: decimal!important;
}
.reply {
    width: 100%;
    float: left;
    text-align: right;
}
.comment-author img {
    float: left;
    margin-right: 20px;
}

.comments-area .comment-list  li.comment .comment-body {
    width: 100%;
    float: left;
	background-color:#ffffff;
	padding:15px;
} 
.comment-body .comment-meta {
    float: left;
}
.comments-area .comment-list li .comment-body {
    margin: 15px 0;
}
.comment.even h1,.comment.even h2,.comment.even h3,.comment.even h4,.comment.even h5,.comment.even h6 {padding-left: 50px;}

.comment.even h2 {
    padding-top: 15px;
}

/*-------------footer css Start ---------------*/
.pl_footer_section  .widget{
	background-color:transparent;
}
.pl_footer_section .widget ul li a {
    margin-right: 6px;
}
.pl_footer_section .widget ul li a,.pl_footer_section .widget ul li {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
}

.pl_footer_section  .widget_calendar
 table tr td,.pl_footer_section  .widget_calendar
 table caption {
    color: #ffffff;
}
.post-navigation .nav-links {
    border-top: 1px solid #dddddd;
    width: 100%;
    float: left;
	padding-top:20px;
    margin-top: 20px;
}
/*-------------Responsive css Start ---------------*/

@media(max-width:1200px){
}

@media(min-width:992px){
	.nav_toggle{
		display:none;
	}
	.middle_menu {
		display: block !important;
	}
}
@media(max-width:991px){
	.about_thumb {
		margin-top: 60px;
	}
	/* responsive menu css */
	.pl_header_section{
		text-align:center;
	}
	.nav_toggle {
		display: inline-block;
		margin-top: 20px;
		cursor: pointer;
	}
	.nav_toggle > img {
		width: 40px;
	}
	.middle_menu {
		width: 100%;
		float:left;
		margin-top: 25px;
		display:none;
	}
	.middle_menu > ul{
		text-align:center;
	}
	.middle_menu > ul > li {
		display: block;
	}
	.middle_menu > ul > li > a{
		line-height:36px;
	}
	/* responsive menu css */
}
@media(max-width:767px){
	.request_form {
		margin-bottom: 80px;
	}
}
@media(max-width:480px){
}
/*-------------Responsive css End ---------------*/
