/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Plumber
Version:	1.0.0
Author: 
Website: 
Purchase: 
-------------------------------------------------------------------
[Table of contents]
 
1. Body
2. Custom css / a
3. Preloader/ #preloader
4. Header Css Start /
*/

/*--------- Body Strat -------*/
body, html {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	overflow-x: hidden; 
}
/*---------- Custom Css Start -------*/
a {
	color: #707070;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway';
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
}
input, select, button {
	outline: none;
}
input:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none;
	box-shadow:none;
}
p{
	margin:0;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
/*-- Preloader css start --*/
#preloader {
	    background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
.plumb_slider_img_section .animated  {
  -webkit-animation-duration : 2s  ;
  animation-duration : 2s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.plumb_slider_img_section .animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}
/*-- top header Start --*/
.plumb_top_header_wrapper{
	float:left;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#23408E;
}
.plumb_top_contect p{
	color:#ffffff;
	float:left;
	letter-spacing:1px;
}
.plumb_top_contect p:last-child{
	margin-left:40px;
}
.breadcrumb{
	background:transparent;
	margin:0;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
}
.breadcrumb li{
	margin-left:0 !important;
}
.breadcrumb a{
	color:#ffffff;
}
.breadcrumb a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.breadcrumb i{
	padding-right:5px;
	color:#42afe5;
}
.plumb_right_side_warpper ul{
	float:right;
	margin-right: -0px;
}
.plumb_right_side_warpper li{
	float:left;
	margin-left:25px;
}
.plumb_right_side_warpper li:nth-child(2) p{
	color:#ffffff;
	letter-spacing:1px;
}
.plumb_top_socialicon li a{
	color:#ffffff;
	font-size:25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.plumb_top_socialicon li a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- top header End --*/
/*-- navigation Css Start --*/
.plumb_nav_wrapper{
	float:left;
	width:100%;
    position: relative;
}
.plumb_nav_header_wrapper{
    float: left;
    width: 100%;
    background-color:#ffffff;
    z-index: 1000;
    position: relative;
	text-align: center;
	height:100px;
}
.plumb_main_menu_wrapper{
	display: inline-block;
}
.plumb_main_menu{
	float:left;
	width:100%;
}

.top-ml-move {
margin-left: -20px;
}
	
.plumb_main_menu ul{
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
	margin-left: -60px;
	max-height: 180px;
}
.plumb_main_menu ul li{
    list-style: none;
    float: left;
    width: auto;
	padding: 24px 15px;
}
.plumb_main_menu ul li a{
    float: left;
    padding: 9px 10px;
	border:1px solid transparent;
	border-radius:50px;
    margin: 0px;
    color: #111111;
    font-size: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}



.plumb_main_menu ul li a:hover, .plumb_main_menu ul li a.active{
	color: #42afe5;
	border-radius:50px;
	border:1px solid #42afe5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
 
 
 
.plumb_main_menu li:nth-child(1){
	border:0;
	position: relative;
    top: -18px;
	z-index:1;
}
.plumb_main_menu li:nth-child(1) a{
	padding: 2px 2px;
	border:0;
}
.plumb_main_menu li:nth-child(1) a:hover{
	border:0;
}
.plumb_main_menu ul li:nth-child(1) {
	padding: 20px 45px 20px 0px;
}






	.top-logo-center {
	
	width: 250px;
	}




@media (max-width: 1199px){
	
.plumb_main_menu ul li:nth-child(1) {
	padding: 20px 25px 20px 10px;
}	
}
 
.center_logo img{
    float: right;
    margin-top: 0px;
}
.plumb_about_content_wrapper{
	padding-top:10px;
}
 
}




@media (min-width: 991px) and (max-width: 1260px){
 
.plumb_main_menu ul li{
	padding: 23px 18px;
}
 
}
@media (min-width: 991px){
.dropdown {
    position: relative;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-content{
	position:absolute;
	
}
.dropdown:hover .dropdown-content{
	top:100%;
	opacity:1;
	width:140px;
	background:#23408E;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content{
	position:absolute;
	top:150%;
	left:0;
	width:140px;
	border-top:3px solid #42afe5;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px !important;
	color:#ffffff;
	width:100%;
	font-size:16px;
	border-radius:0 !important;
	border:none !important;
	text-align:left;
}
.dropdown .dropdown-content a:hover{
	background:#42afe5;
	color:#ffffff;
	width:100%;
}
.caret{
	color:#000000;
}
}
/*-- navigation Css End --*/
/*-- Slider Css Start --*/
.plumb_slider_wrapper{
	float:left;
	width:100%;
}
.plumb_main_slide1{
	background:url('../images/slider1.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:600px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_main_slide2{
	background:url('../images/slider2.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:600px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_main_slide3{
	background:url('../images/slider3.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:600px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_main_slide4{
	background:url('../images/slider4.jpg') 50% 0 repeat-y;
	width:100%;
	min-height:600px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.plumb_slider_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.7);
}
.plumb_slider_img_section  .owl-theme .owl-dots{
	 position: absolute;
    top: 80%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1;
	display:block;
}
.plumb_slider_img_section  .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	background:#23408E;
}
.plumb_slider_img_section  .owl-theme .owl-dots .owl-dot.active span, .plumb_slider_img_section  .owl-theme .owl-dots .owl-dot:hover span {
	background:#42afe5;
	width:15px;
	height:15px;
}
.plumb_slider_img_section  .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    margin: 0;
    margin-top: 100px;
    left: 0;
    right: 0;
	display:block;
}
.plumb_slider_img_section  .owl-theme .owl-nav .owl-prev{
    font-size: 29px;
    margin: 0;
    padding: 0;
    left: 45px;
	top:0px;
	margin-top: -40px;
    position: absolute;
    text-align: center;
	background:none;
	color:#5b5d5e;
	border:2px solid #5b5d5e;
	width:65px;
	height:65px;
	padding-right: 7px;
	text-align:center;
	line-height:57px;
	border-radius:100%;
}
.plumb_slider_img_section   .owl-theme .owl-nav .owl-next{
    font-size: 29px;
    margin: 0;
    padding: 0;
    right: 45px;
	top:0px;
	margin-top: -40px;
    position: absolute;
    text-align: center;
	background:none;
	color:#5b5d5e;
	border:2px solid #5b5d5e;
	width:65px;
	height:65px;
	padding-left: 5px;
	text-align:center;
	line-height:57px;
	border-radius:100%;
}
.plumb_slider_img_section  .owl-theme .owl-nav .owl-prev:hover, .plumb_slider_img_section   .owl-theme .owl-nav .owl-next:hover{
	background:transparent;
}
.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top:75px;
}
.plumb_slider_cont1_wrapper{
	text-align:center;
}
.plumb_slider_cont1{
	position:absolute;
	top:30%;
	left:0;
	right:0;
	z-index:1000;
}
.plumb_slider_cont1 h2{
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:5px;
	font-size:30px;
	font-weight:bold;
}
@media (max-width: 479px){
.plumb_slider_cont1 h2{
	font-size:22px;

}
}

.plumb_slider_cont1 h2 span, .plumb_slider_cont1 h1 span{
	color:#42afe5;
}
.plumb_slider_cont1 h1{
	font-size:75px;
	text-transform:uppercase;
	color:#ffffff;
	margin-top:10px;
}
.plumb_slider_cont1 p{
	font-size:18px;
	color:#ffffff;
	margin-top:20px;
}
.plumb_slider_cont1 ul{
	margin-top:30px;
	display:inline-block;
}
.plumb_slider_cont1 li{
	float:left;
	margin-left:20px;
}
.plumb_slider_cont1 li:first-child{
	margin-left:0;
}
.plumb_slider_cont1 li a{
	width:170px;
	height:50px;
	float:left;
	background:#23408E;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.plumb_slider_cont1 li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_slider_cont1 li:last-child a{
	width:300px;
	height:50px;
	float:left;
	background:#23408E;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #42afe5;
}
.plumb_slider_cont1 li:last-child a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.plumb_slider_cont1 h1{font-size:40px;}
}

/*-- Slider Css End --*/
/*-- plumb title section start --*/
.plumb_title_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.plumb_title_wrapper .lv_btn a{
	margin-right:15px;
}
.plumb_booking_content h2{
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
}
.plumb_booking_content h4{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-top:35px;
	padding-bottom:10px;
}
.plumb_booking_content span{
	color:#111111;
}
.plumb_booking_content p a{
	color:#111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_booking_content p a:hover{
	color:#fca900;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_booking_warpper input{
	width:100%;
	height:50px;
	border:1px solid #eeeeee;
	padding-left:20px;
	margin-top:40px;
}
.plumb_title_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.plumb_title_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#23408E;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.plumb_title_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_title_img_main_sec{
	overflow:hidden;
}
.plumb_title_cont1, .plumb_title_cont2{
	background:#23408E;
	color:#ffffff;
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_title_img_main_sec:hover .plumb_title_cont1, .plumb_title_img_main_sec:hover .plumb_title_cont2{
	background:#42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_title_cont1:after{
	content: '';
    border: 17px solid #ffffff;
    position: absolute;
    width: 80px;
    right: 0;
    top: 91%;
	margin:0px auto;
    -ms-transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg);
}
.plumb_title_cont2:after{
	content: '';
    border: 17px solid #ffffff;
    position: absolute;
    width: 80px;
    right: 0;
    top: 92%;
	margin:0px auto;
    -ms-transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg);
}
.service_tab1:after{
	content: '';
    border: 17px solid #ffffff;
    position: absolute;
    width: 80px;
    right: 0;
    top: 89%;
	margin:0px auto;
    -ms-transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    transform: rotate(-29deg);
}
.plumb_title_cont1 p, .plumb_title_cont2 p{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.title_img2{
	margin-top:40px;
}
.title_img2_sec{
	margin-top:40px;
}
@media (max-width: 495px){
	.plumb_booking_content p:last-child{float:left;}
}
@media (max-width: 479px){
.plumb_title_wrapper .lv_btn a {
    margin-right: 0px;
    margin-bottom: 10px;
}
}
@media (max-width: 991px){
	.plumb_title_wrapper{background:none; margin-top:50px;}
	.trucking_schedule{margin-top:100px;}
	.plumb_title_width{width:auto;}
	.plumb_main_title_section{margin-top:60px;}
}
@media (max-width: 767px){
	.plumb_main_title_section{text-align:center;}
	.plumb_title_img_main_sec{display:inline-block;}
	.title_img1_sec{margin-top:40px;}
}
/*-- plumb title section End --*/
/*-- plumb about section Start --*/
.plumb_about_wrapper{
    background-color: #121212;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	position:relative;
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}
.plumb_about_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.9);
}
.plumb_about_video_section  .owl-theme .owl-dots{
	display:none;
}
.plumb_about_video_section  .owl-theme .owl-nav {
	display:none;
}
.video_nav_img{
	margin-top:20px;
}
.video_nav_img  .owl_nav img{
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.video_nav_img  .owl_nav img:hover{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_video_icon{
	position:relative;
}
.plumb_video_icon .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.plumb_about_heading h2{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:30px;
}
.plumb_about_heading span{
	color:#42afe5;
}
.plumb_about_cont1{
	margin-top:40px;
}
.plumb_about_cont1 span{
	color:#42afe5;
}
.plumb_about_cont1 p:first-child, .plumb_about_cont2 p:first-child{
	padding-bottom:10px;
}
.plumb_about_cont1 p:last-child, .plumb_about_cont2 p:first-child, .plumb_about_cont1 p:nth-child(2){
	color:#fff;
	padding-top:10px;
}
.plumb_about_cont2 p:nth-child(2){
	color:#ffffff;
	padding-bottom:20px;
}
.plumb_about_cont1 i, .plumb_about_cont2 i{
	color:#42afe5;
}
.plumb_about_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.plumb_about_btn li a{
	width:340px;
	height:50px;
	float:left;
	background:#23408E;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.plumb_about_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (max-width: 991px){
	.plumb_about_content_wrapper{padding-top:0;}
	.plumb_about_video_wrapper{margin-top:60px;}
}
/*-- plumb about section End --*/
/*-- plumb service section Start --*/
.plumb_service_main_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
}



.plumb_service_main_wrapper2{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #333;
}



.plumb_service_heading_wrapper{
	text-align:center;
}
.plumb_service_heading h4{
	font-size:16px;
	letter-spacing:1px;
	line-height: 24px;
}
.plumb_service_heading h2{
	font-size:30px;
	color:#23408E;
	padding-top:20px;
	padding-bottom:20px;
	text-transform:uppercase;
}
.plumb_main_service_cont_wrapper{
	width:100%;
	margin-top:0;
}
.plumb_service_cont1_wrapper{
	margin-top:60px;
}
.plumb_service_cont1 p:first-child{
	color:#000000;
	font-weight:600;
	padding-bottom:20px;
	font-size:16px;
}
.plumb_service_cont1 span{
	color:#42afe5;
}
.plumb_service_cont1 img{
	margin-top:20px;
}
.plumb_srvice_cont_overlay_wrapper {
  position: relative;
  width:auto;
}

.plumb_srvice_cont_overlay {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 200px;
  right: 200px;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_service_cont1_wrapper:hover .plumb_srvice_cont_overlay {
  background-color:rgba(0,0,0,0.5);
  opacity:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.plumb_srvice_cont_overlay i{
	color:#ffffff;
	width:40px;
	height:40px;
	background:#23408E;
	text-align:center;
	line-height:40px;
	border-radius:100%;
	font-size:15px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_srvice_cont_overlay i:hover{
	background:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_srvice_cont_overlay_wrapper:hover .plumb_srvice_cont_overlay i{
	color:#ffffff;
	opacity:1;
}
.plumb_service_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.plumb_srvice_cont_overlay_wrapper img{
	width:100%;
}
/*-- plumb service section End --*/
/*-- plumb team section Start --*/
.plumb_team_main_wrapper{
	background:url('../images/content/team_sec_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	float:left;
	background-position:center 0;
	background-size:cover;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.plumb_team_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0,0,0,0.9);
}
.plumb_team_heading_wrapper{
	text-align:center;
}
.plumb_team_heading h4{
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
}
.plumb_team_heading h2{
	font-size:30px;
	color:#42afe5;
	padding-top:20px;
}
.plumb_team_heading p{
	color:#ffffff;
	padding-top:20px;
}
.plumb_team_main_cont_wrapper{
	margin-top:80px;
}
.plumb_team_main_cont1_wrapper{
	text-align:center;
	background-color:#f7f7f7;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.plumb_team_main_cont1 h4{
	color:#000000;
	font-size:18px;
	display:inline-block;
	padding-top:20px;
}
.plumb_team_cont_overlay_wrapper {
  position: relative;
  width:auto;
  overflow:hidden;
}
.plumb_team_cont_overlay {
  position: absolute;
  top: 600px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_team_main_cont_wrapper:hover .plumb_team_cont_overlay {
	top:0;
  background-color:rgba(0,0,0,0.5);
  opacity:1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.plumb_team_cont_overlay i{
	color:#ffffff;
}
.plumb_team_main_cont_wrapper:hover .plumb_team_cont_overlay i{
	color:#ffffff;
	opacity:1;
}
.plumb_team_cont_overlay_wrapper img{
	width:100%;
}
.plumb_team_text {
  position: absolute;
  bottom:-18px;
  left: 50%;
  width:120px;
  height:35px;
  background:rgba(247, 247, 247, 0.61);
  text-align:center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.plumb_team_text a{
	float:left;
	width:120px;
	height:35px;
	line-height:35px;
	color:#000000;
}
.plumb_team_main_cont1 ul{
	display:inline-block;
	padding-top:10px;
}
.plumb_team_main_cont1 li{
	float:left;
	margin-left:10px;
	font-size:20px;
}
.plumb_team_main_cont1 li:first-child{
	margin-left:0;
}
.plumb_team_main_cont1 li a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_team_main_cont1 li a:hover{
	color:#2e61e2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- plumb team section End --*/
/*-- plumb offers section Start --*/
.plumb_offers_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.plumb_offer_heading_wrapper{
	text-align:center;
}
.plumb_offer_heading h4{
	color:#000000;
	font-size:16px;
	letter-spacing:1px;
}
.plumb_offer_heading h2{
	font-size:30px;
	color:#42afe5;
	padding-top:20px;
}
.plumb_offer_heading p{
	padding-top:20px;
}
.border_bottom{
	border-bottom:1px solid #f2f2f2;
	padding-bottom:80px;
}
.prog_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:80px;
}
.prog_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.prog_heading h1:after{
	content:'';
	border:1px solid #23408E;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.progress_slider{
	margin-top:50px;
}
.progress_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:0;
}
.progress_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	background:#23408E;
}
.progress_slider .owl-theme .owl-dots .owl-dot.active span, .progress_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#42afe5;
	width:15px;
	height:15px;
}
.progress_slider .owl-theme .owl-nav {
    display:none;
}
.prog_content p{
	padding-top:20px;
}
.progress {
  height: 10px;
  margin-top:10px;
}
.truck_progress_wrapper{
	margin-top:15px;
}
.truck_progress_wrapper span {
  font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.truck_progress_wrapper span b {
	float:right;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
  background:#23408E;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.lv_faq_wrapper .panel-title:after{
    content: "";
    position: absolute;
    border-left: 1px solid #f2f2f2;
    top: 0;
    bottom: 0;
    left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordionFifteen .panel-group {
  margin-bottom: 0;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-radius: 0;
	margin: 0;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background: #23408E;
	padding: 15px 20px;
	color: #fff;
	font-weight:400;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #000000;
	background-color:#eee;
	display: block;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel-default>.panel-heading {
  border-radius: 0px;
  padding:0px;
     background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 40px 30px 40px 20px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
    font-family: 'FontAwesome';
    font-size: 20px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
  content: "\2212";
  background: #fff ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#42afe5;
  line-height:20px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: #42afe5 ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#fff;
  line-height:20px;
}
.truck_pannel {
	margin-top:30px !important;
}
.trucking_faq_heading h1{
	font-size:30px;
	font-weight:900;
	margin-top:20px;
}
.trucking_faq_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.trucking_faq_heading h1:after{
	content:'';
	border:1px solid #23408E;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.trucking_faq_wrapeer{
	position:relative;
	top:20px;
}
.panel_img{
	float:left;
	width:40%;
}
.panel_cont{
	float:left;
	width:calc(100% - 40%);
}

.panel_cont p {
	padding-left: 10px;
	font-size: 18px;
}
.panel_cont h4 {
	padding-left: 10px;
	font-size: 24px;
}

.plumb_title_btn {
	padding-left: 10px;
}

@media (max-width: 640px){
	.panel_img{width:100%; padding-bottom:30px;}
	.panel_cont p {
	padding-left: 0px;
}
.panel_cont h4 {
	padding-left: 0px;
}
.plumb_title_btn {
	padding-left: 0px;
}
.panel_cont{
	width:100%;
}
}
/*-- plumb offers section End --*/
/*-- plumb portfolio section Start --*/
.plumb_portfolio_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:url('../images/content/about_sec_img.jpg') 50% 0 repeat-y;
	height:100%;
	background-position:center 0;
	background-size:cover;
	position:relative
}
.plumb_portfolio_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0,0,0,0.9);
}
.plumb_port_heading_wrapper{
	text-align:center;
}
.plumb_port_heading h4{
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.plumb_port_heading h2{
	font-size:30px;
	color:#42afe5;
	padding-top:20px;
	text-transform:uppercase;
}
.plumb_port_heading p{
	padding-top:20px;
	color:#ffffff;
}
.portfolio-area{
	float:left;
	width:100%;
	margin-top:60px;
}

.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
    bottom: -80%;
    cursor:pointer;
    background: rgba(0,0,0,0.7);
    opacity: 0;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 20px;
    top: 16px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
	margin-top: 30px;
}
.portfolio-info:after{
	content:'';
	border:1px solid #2f2d2b;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #2e61e2;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.portfolio-area .portfolio-info .small:hover{
    color: #313131;
}
.portfolio-area .portfolio-thumb .img-link {
    position: absolute;
    bottom: 0;
    right: 36px;
	top:75%;
    opacity: 0;
}
.portfolio-area .portfolio-thumb .img-link2 {
    position: absolute;
    bottom: 0;
    right: 90px;
	top:75%;
    opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .img-link, .portfolio-area .portfolio-wrapper:hover .img-link2{
    opacity: 1;

    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.portfolio-area .portfolio-thumb .img-link i{
    font-size: 15px;
    color: #ffffff;
    background:#2e61e2;
	border:2px solid transparent;
	border-radius:100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.portfolio-area .portfolio-thumb .img-link2 i{
    font-size: 15px;
    color: #ffffff;
    background:transparent;
	border:2px solid #2e61e2;
	border-radius:100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.portfolio-area .portfolio-thumb .img-link i:hover{
    color: #fff;
    background:transparent;
	border:2px solid #2e61e2;
}
.portfolio-area .portfolio-thumb .img-link2 i:hover{
    color: #fff;
    background: #2e61e2;
}
.portfolio-area .portfolio-thumb .img-link,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link i, 
.portfolio-area .portfolio-thumb .img-link2,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link2 i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.III_column{
	margin-top:30px;
}

/*portfolio-filter*/
.portfolio-filter {
    margin-bottom: 100px;
}
#filter li a{
    display: block;
    font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
    color: #969595;
    cursor: pointer;
	color:#ffffff;
	font-weight:bold;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid transparent;
    margin-right: 10px;
	border-radius:20px;
	z-index:100;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
    background:none;
    border: 2px solid #ffeb3b;
    color: #ffffff;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:last-child{
    margin-right: 0px;
}
.plumb_gallery_filter li a{
	color:#ffffff !important;
}

@media(max-width: 590px){
    #filter li {
        margin-bottom: 10px;
    }
}

.portfolio-btn .btn {
    width:170px;
	height:50px;
    border: 2px solid transparent;
    color: #fff;
	background:#fca900;
    font-size: 18px;
	line-height:30px;
	font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
	border-radius:100px;
	margin-top:80px;
	margin-bottom:100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-btn .btn:hover {
    background:transparent;
    border: 2px solid #fca900;
    color: #fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pop-up-icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pop-up-icon li a{
	float:left;
	margin-left:50px;
}
.IV_column{
	width:24.9%;
}
@media (min-width: 767px) and (max-width: 991px){
	.IV_column{width:33.3%;}
}
@media (max-width: 767px){
	.IV_column{width:50%;}
}
/*-- plumb portfolio section End --*/
/*-- plumb testimonial section Start --*/
.plumb_testi_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	background:#f1f1f1;
}
.plumb_testi_heading_wrapper{
	text-align:center;
}
.plumb_testi_heading h4{
	color:#000000;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.plumb_testi_heading h2{
	font-size:30px;
	color:#42afe5;
	padding-top:20px;
	text-transform:uppercase;
}
.plumb_testi_heading p{
	padding-top:20px;
	color:#000000;
}

.plumb_testimonial_info{
	float:left;
	width:100%;
	text-align:center;
	padding-top: 100px;
	padding-bottom: 60px;
}
.plumb_testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}
/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#quote-carousel .carousel-control {
	display:none;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
	border: 2px solid transparent;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
	border-radius:0;
}
#quote-carousel .carousel-indicators li  img{
	padding:5px;
	margin: 0px;
    display: block;
}
#quote-carousel .carousel-indicators .active {
    background: transparent;
    width: 60px;
    height: 60px;
	border: 2px solid #42afe5;
    opacity: 1;
    overflow: hidden;
}
.plumb_testimonial_info .carousel-inner {
    min-height: 250px;
}
.plumb_testimonial_info .carousel-inner > .item p{
	float:left;
	width:100%;
	font-style:italic;
	font-size:20px;
	color:#000000;
}
.plumb_testimonial_info .carousel-inner > .item h4{
	float:left;
	width:100%;
	font-size:20px;
	margin:20px 0px 5px 0px;
	color:#000000;
    font-weight: 500;
}
.plumb_testimonial_info .carousel-inner > .item small{
	float:left;
	width:100%;
	color:#707070;
}
@media (max-width: 540px){
	#quote-carousel .carousel-indicators{bottom:-58px;}
	.plumb_testimonial_info{padding-bottom:100px;}
}
/*-- plumb testimonial section End --*/
/*-- plumb pricing section Start --*/
.plumb_pricing_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/pricing_img.jpg') 50% 0 repeat-y;
	height:100%;
	background-position:center 0;
	background-size:cover;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.plumb_pricing_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0,0,0,0.9);
}
.plumb_pricing_heading_wrapper{
	text-align:center;
}
.plumb_pricing_heading h4{
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.plumb_pricing_heading h2{
	font-size:30px;
	color:#42afe5;
	padding-top:20px;
	text-transform:uppercase;
}
.plumb_pricing_heading p{
	padding-top:20px;
	color:#ffffff;
}
.pricing_box1_wrapper{
	background:#fff;
	position:relative;
	overflow:hidden;
}
.box1_heading_wrapper h4{
	font-size:22px;
	font-weight:bold;
	padding-top:50px;
}
.stars_wrapper{
	float:left;
}
.stars_wrapper{
	width:100%;
	height:40px;
	background:#fca900;
	color:#fff;
	-ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
	margin-left:-100px;
}
.stars_wrapper i{
	position:relative;
	left:-35px;
	top:5px;
}
.price_box1 span{
	font-size:50px;
	color:#000000;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	position:relative;
	top:15px;
}
.price_box1 h1{
	font-size:25px;
	padding-top: 11px;
}
.box1_heading_wrapper{
	width:100%;
	border-bottom:2px solid #23408E;
	padding-bottom:100px;
}
.price_box1_wrapper{
	text-align:center;
}
.price_box1{
	width:140px;
	height:140px;
	border:2px solid #23408E;
	border-radius:100%;
	display:inline-block;
	margin-top:-75px;
	line-height: 55px;
	z-index:1;
	background:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

	
}
.pricing_box1_wrapper:hover .price_box1{
	background:#23408E;
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper{
	margin-top:60px;
}
.pricing_box1_wrapper:hover .price_box1 h1, .pricing_box1_wrapper:hover .price_box1 span{
	color:#fff;
}
.pricing_cont ul{
	list-style:none;
	padding:0;
	margin-top:60px;
}
.pricing_cont li{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#000000;
	margin-top:25px;
}
.pricing_btn_wrapper{
	text-align:center;
}
.pricing_btn{
	display:inline-block;
	padding-bottom:50px;
	
}
.pricing_btn ul{
	padding:0;
	list-style:none;
	margin-top:60px;
}
.pricing_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#000000;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.pricing_btn li a:hover{
	background:#23408E;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
/*-- plumb pricing section End --*/
/*-- plumb news section Start --*/
.plumb_news_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.plumb_news_heading_wrapper{
	text-align:center;
}
.plumb_news_heading h4{
	color:#000000;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.plumb_news_heading h2{
	font-size:30px;
	color:#42afe5;
	padding-top:20px;
	text-transform:uppercase;
}
.plumb_news_heading p{
	padding-top:20px;
	color:#000000;
}
.plumb_news_slider{
	margin-top:80px;
}
.plumb_news_slider  .owl-theme .owl-dots{
	display:none;
}
.plumb_news_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.plumb_news_slider .owl-theme .owl-dots .owl-dot.active span, .plumb_news_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.plumb_news_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.plumb_news_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 0;
	margin-left: -75px;
	top:0;
    position: absolute;
    text-align: center;
	background:#23408E;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	margin-right: -75px;
    position: absolute;
    text-align: center;
	background:#23408E;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_slider .owl-theme .owl-nav .owl-prev:hover,.plumb_news_slider  .owl-theme .owl-nav .owl-next:hover{
	background:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_img_wrapper{
	min-height:400px;
	width:100%;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.plumb_news_img_wrapper2{
	background:url('../images/content/news_img2.jpg') 50% 0 repeat-y;
	min-height:400px;
	width:100%;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.plumb_news_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0,0,0,0.5);
}
.item .plumb_news_img_wrapper, .item .plumb_news_img_wrapper2{
	position:relative;
}
.plumb_news_cont{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:99;
	float:left;
	width:100%;
	background-color:rgba(0,0,0,0.7);
}
.plumb_news_cont p{
	color:#ffffff;
}
.plumb_news_cont p{
	color:#42afe5;
	padding-bottom:10px;
	text-align:left;
	margin-left:20px;
}
.heart_box a{
	width:40px;
	height:40px;
	border:2px solid #42afe5;
	border-radius:100%;
	float:right;
	margin-top:-35px;
	color:#fff;
	text-align:center;
	line-height:38px;
	margin-right:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_cont h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#fff;
	margin-left:20px;
	padding-top:10px;
}
.heart_box a:hover{
	background:#ffffff;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_cont h3{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:20px;
    padding-top: 10px;
}
.plumb_news_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	margin-top:12px;
	padding-bottom:10px;
}
.plumb_news_cont h5 a{
	color:#979799;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_cont h5 a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_news_cont h5 i{
	color:#42afe5;
}
@media (max-width: 1100px){
	.plumb_news_slider .owl-theme .owl-nav .owl-prev{margin-left:0; left:20px;}
	.plumb_news_slider .owl-theme .owl-nav .owl-next{margin-right:0; right:20px;}
}
/*-- plumb news section End --*/
/*-- counter section start --*/
.plumb_counter_main_wrapper {
    background: url('../images/content/counter_img.jpg') 50% 0 repeat-y;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
	position:relative;
	float:left;
	padding-top:150px;
	padding-bottom:150px;
}
.plumb_counter_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0,0,0,0.9);
}
.plumb_con{
	width:80px;
	height:80px;
	background:#23408E;
	text-align:center;
	line-height:80px;
	border-radius:100%;
	display:inline-block;
	color:#ffffff;
	font-size:30px;
}
.count-description {
	margin-top:50px;
}
.count-description span{
	font-size:60px;
	color:#fff;
	margin-top:50px;
	font-weight:900;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#fff;
	margin-top:30px;
}
@media (max-width: 991px){
	.plumb_con{margin-top:50px;}
	.plumb_counter_main_wrapper{padding-top:80px; padding-bottom:80px;}
}
/*-- counter section end --*/
/*-- plumb needs section Start --*/
.plumb_needs_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f9f9f9;
}
.plumb_needs_main_wrapper_about{
	background:#ffffff;
}
.plumb_need_cont{
	float:left;
}
.plumb_need_cont h3{
	font-size:30px;
}
.plumb_need_btn_wrapper{
	float:right;
}
.plumb_need_btn{
	padding-bottom:50px;
	
}
.plumb_need_btn ul{
	padding:0;
	list-style:none;
}
.plumb_need_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#ffffff;
	background:#23408E;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.plumb_need_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#ffffff;
}
@media (max-width: 991px){
	.plumb_need_cont{float:none;}
	.plumb_need_btn_wrapper{float:left; margin-top:40px;}
}
/*-- plumb needs section End --*/
/*-- plumb footer section Start --*/
.plumb_footer_main_wrapper{
	float:left;
	width:100%;
	background:#111111;
	padding-top:60px;
	padding-bottom:40px;
}
.plumb_contect_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align: center;
}
 
 
.plumb_contect_cont{
	margin-top:30px;
}
.plumb_contect_cont p{
	color:#959595;
	padding-top:5px;
}
.plumb_contect_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:#161616;
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_contect_form1 i, .plumb_contect_form2 i{
	margin-left:-30px;
	color:#42afe5;
}
.plumb_contect_form3 i{
	margin-left:-30px;
	color:#42afe5;
	font-size:22px;
}
.plumb_contect_form4 i{
	margin-left:-30px;
	color:#42afe5;
	font-size:22px;
	position:relative;
	top:-75px;
}
.plumb_footer_main_wrapper input:hover, .plumb_footer_main_wrapper input:focus{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_contect_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:#161616;
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_contect_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:#161616;
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_contect_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:20px;
	padding-top:20px;
	background:#161616;
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.plumb_contect_form4 textarea:hover, .plumb_contect_form4 textarea:focus{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.plumb_contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#23408E;
	color:#ffffff;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.plumb_contect_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.plumb_footer_service_heading h1{
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-weight:200 !important;
	margin-top: 1px;
    padding-bottom: 8px;
}
.plumb_footer_service_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.plumb_footer_service_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:30px;
	z-index:1;
}
.plumb_footer_service_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.plumb_footer_service_list li{
	margin-top:15px;
}
.plumb_footer_service_list li a{
	color:#959595;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_footer_service_list li a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.call_main_heading h4{
	font-size:22px;
	color:#42afe5;
	text-transform:uppercase;
}
.call_heading h1{
	font-size:40px;
	text-transform:uppercase;
	color:#fff;
	font-weight:200 !important;
	padding-top: 13px;
	font-family: 'Lato';
}
.call_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.call_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.newsletter_sec h4{
	color:#707070;
	text-transform:uppercase;
	font-size:18px;
	padding-top:45px;
	font-weight:bold;
}
.news_searchbar_wrapper{
	margin-top:30px;
	width:100%;
}
.news_searchbar_sec input{
	background:#161616;
	border:1px solid #272727;
	height:50px;
	padding-left:20px;
	width:calc(100% - 120px);
	float:left;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_searchbar_sec button{
	width: 135px;
    height: 50px;
    background: #23408E;
    color: #fff;
	font-size:18px;
    border: none;
    border-radius: 50px;
    margin-left: -67px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_searchbar_sec button:hover{
	background:#42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	
}
.news_cont p{
	font-size:14px;
	color:#707070;
	position:relative;
	top:30px;
}
.news_cont p span{
	color:#42afe5;
}
.news_cont p span:last-child{
	color:#42afe5;
}
.news_cont i{
	color:#42afe5;
	font-size:18px;
}
.news_social_icon_wrapper{
	float:left;
	width:100%;
}
.news_social_icon ul{
	padding:0;
	list-style:none;
	margin-top:20px;
	padding-bottom:20px;
}
.news_social_icon li a{
	width:60px;
	height:60px;
	float:left;
	background:#161616;
	text-align:center;
	line-height:58px;
	border-radius:100%;
	font-size:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #272727;
	color:#707070;
	
}
.news_social_icon li{
	float:left;
	margin-left:20px;
}
.news_social_icon li:first-child{
	margin-left:0;
}
.news_social_icon li a:hover{
	background:transparent;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.plumb_footer_border{
	border:1px solid #292929;
	margin-top:35px;
}
.plumb_footer_cards_warpper{
	text-align:center;
	padding-bottom:40px;
}
.plumb_footer_cards ul{
	list-style:none;
	padding:0;
	margin-top:45px;
	display:inline-block;
}
.plumb_footer_cards ul li{
	float:left;
	margin-left:10px;
	font-size:25px;
}
@media (max-width: 991px){
	.plumb_footer_service_heading_wrapper, .call_sec_wrapper{padding-top:20px;}
	.center_logo{float:left; padding-top: 14px;}
	.mobail_menu{padding-bottom:10px;}
}
/*-- plumb footer section End --*/
/*-- plumb bottom footer section Start --*/
.plumb_bottom_footer_main_wrapper{
	float:left;
	width:100%;
	background-color:#23408E;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.plumb_bottom_foot_cont p{
	color:#ffffff;
}
/*-- plumb bottom footer section End --*/

/****---------------PLUMBER ABOUT CSS START--------------------****/

/*-- pb Tittle Wrapper Start --*/
.pb_tittle_main_wrapper{
	background: url('../images/title_bg.jpg') 50% 0 repeat-y;
    width: 100%;
    height: 100%;
	float:left;
    background-position: center 0;
    background-size: cover;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.pb_tittle_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0, 0, 0, 0.62);
}
.pb_tittle_heading h3{
	color:#ffffff;
	font-size:30px;
}
.pb_tittle_cont ul{
	float:right;
}
.pb_tittle_cont li{
	float:left;
	font-size:18px;
	font-family: 'Lato';
	color:#cfcfcf;
	margin-left:25px;
}
.pb_tittle_cont li a{
	color:#ffffff;
}
/*-- pb Tittle Wrapper End --*/
/*-- pb About Plumber Wrapper Start --*/
.pb_about_Plumber_main_wrapper{
	float:left;
	width:100%;
	padding-bottom:80px;
}
.pb_about_plumb_heading_cont h1{
	font-size:30px;
	font-weight:900;
	margin-top:80px;
	color:#42afe5;
}
.pb_about_plumb_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.pb_about_plumb_heading_cont h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.pb_about_plumb_cont p{
	padding-top:50px;
	font-size:16px;
}
.pb_about_plumb_list ul{
	padding-top:20px;
}
.pb_about_plumb_list li{
	margin-top:10px;
	font-size:15px;
}
.pb_about_plumb_list li i{
	padding-right:10px;
	color:#42afe5;
}
.pb_about_plumb_img_wrapper{
	background:url('../images/content/about/plumber_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	position:relative;
	margin-top:90px;
}
.pb_about_plumb_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	background:rgba(0,0,0,0.5);
}
.pb_about_plumb_left_cont p{
	color:#42afe5;
	padding-top:40px;
	text-align:left;
	margin-left:20px;
}
.heart_box a{
	width:40px;
	height:40px;
	border:2px solid #42afe5;
	background:transparent;
	border-radius:100%;
	float:right;
	margin-top:-35px;
	color:#fff;
	text-align:center;
	line-height:38px;
	margin-right:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_plumb_left_cont h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#fff;
	padding-top:210px;
	margin-left:20px;
}
.heart_box a:hover{
	background:#ffffff;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_plumb_left_cont h3{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:20px;
}
.pb_about_plumb_left_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:40px;
}
.pb_about_plumb_left_cont h5 a{
	color:#7b7874;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_plumb_left_cont h5 a:hover{
	color:#ffeb3b;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_plumb_left_cont h5 i{
	color:#ffeb3b;
}
/*-- pb About Plumber Wrapper End --*/
/*-- pb About category Wrapper Start --*/
.pb_about_category_main_wrapper{
	float:left;
	width:100%;
	background-color:#f9f9f9;
	padding-top:100px;
	padding-bottom:100px;
	margin-top: 100px;
}
.pb_about_cate_section{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:20px;
}
.pb_about_cate_section2{
	float:left;
	width:100%;
}
.pb_about_cate_icon_wrapper i{
	font-size:30px;
	color:#42afe5;
}
.pb_about_cate_icon_wrapper{
	width:18px;
	float:left;
}
.pb_about_cate_cont_wrapper{
	width:calc(100% - 30px);
	float:left;
	padding-left:10px;
}
.pb_about_cate_cont h3{
	font-size:20px;
	font-family: 'Lato';
	font-weight:bold;
	padding-bottom:10px;
}
.pb_about_cate_cont h3 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_cate_section:hover .pb_about_cate_cont h3 a, .pb_about_cate_section2:hover .pb_about_cate_cont h3 a{
	color:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- pb About category Wrapper End --*/
/*-- pb About specialists Wrapper Start --*/
.pb_about_specialists_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.pb_about_special_heading_cont h1{
	font-size:30px;
	font-weight:900;
	color:#42afe5;
}
.pb_about_special_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.pb_about_special_heading_cont h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.plumb_special_main_cont_wrapper{
	margin-top:80px;
}
.plumb_special_main_cont1_wrapper{
	text-align:center;
	background-color:#f7f7f7;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.plumb_special_main_cont1 h4{
	color:#000000;
	font-size:18px;
	display:inline-block;
	padding-top:20px;
}
.plumb_special_main_cont1 p{
	color:#000000;
}
.plumb_special_cont_overlay_wrapper {
  position: relative;
  width:auto;

}
.plumb_special_cont_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.plumb_special_main_cont_wrapper:hover .plumb_special_cont_overlay {
  background-color:rgba(37, 112, 127, 0.7);
  opacity:1;
	top:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_special_main_cont_wrapper:hover .plumb_special_cont_overlay .plumb_special_text{
	bottom:-35px;
	-webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.plumb_special_main_cont_wrapper:hover .plumb_special_cont_overlay i{
	opacity:1;
}
.plumb_special_cont_overlay_wrapper img{
	width:100%;
}
.plumb_special_text {
  position: absolute;
  bottom:-100px;
  left: 50%;
  width:100%;
  height:60px;
  background:#f7f7f7;
  text-align:center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.plumb_special_text ul{
	display:inline-block;
	padding-top:24px;
}
.plumb_special_text li{
	float:left;
	margin-left:10px;
	font-size:20px;
}
.plumb_special_text li:first-child{
	margin-left:0;
}
.plumb_special_text li a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_special_text li a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- pb About specialists Wrapper End --*/
/*-- pb About partner Wrapper Start --*/
.pb_about_partner_wrapper{
	float:left;
	width:100%;
	height:100%;
	background:#f9f9f9;
	padding-top:100px;
	padding-bottom:100px;
}
.pb_about_part_heading h1{
	font-size:30px;
	font-weight:900;
	color:#42afe5;
}
.pb_about_part_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.pb_about_part_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.pb_about_partner_slider_wrapper .owl-carousel{
	margin-top:150px;
}
.pb_about_partner_slider_wrapper .owl_nav{
	position:relative;
	top:20px;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .pb_about_partner_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -150px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:50px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000 !important;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	color:#fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1{
	width:100%;
	height:100%;
	border:2px solid #f3f3f3;
}
.partner_img1 img{
	padding:40px;
	opacity:0.4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1 img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.pb_about_partner_slider_wrapper .owl-theme .owl-nav {
		top:38%;
	}
	.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
		left:0;
	}
	.pb_about_partner_slider_wrapper .owl-carousel {
    margin-top: 117px;
}
}
/*-- pb About partner Wrapper Start --*/
.plumber_about_slider{
	margin-top:50px;
}
.plumber_about_slider  .owl-theme .owl-dots{
	display:none;
}
.plumber_about_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.plumber_about_slider .owl-theme .owl-dots .owl-dot.active span, .plumber_about_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.plumber_about_slider .owl-theme .owl-nav {
    position: absolute;
    top: 47%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.plumber_about_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
.plumber_about_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}

/****---------------PLUMBER ABOUT CSS START--------------------****/

/*-- pb Gallery-Iv Wrapper Start --*/
.pb_gallery_iv_wrapper, .pb_gallery_iii_wrapper{
	float:left;
	width:100%;
}

.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
    bottom: -80%;
    cursor:pointer;
    background:rgba(37, 112, 127, 0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 46px;
    top: 36px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
	content:'';
	border:1px solid #23408E;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #42afe5;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.portfolio-area .portfolio-info .small:hover{
    color: #313131;
}
.portfolio-area .portfolio-thumb .img-link {
    position: absolute;
    bottom: 0;
    right: 36px;
	top:75%;
    opacity: 0;
}
.portfolio-area .portfolio-thumb .img-link2 {
    position: absolute;
    bottom: 0;
    right: 90px;
	top:75%;
    opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .img-link, .portfolio-area .portfolio-wrapper:hover .img-link2{
    opacity: 1;

    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.portfolio-area .portfolio-thumb .img-link i{
    font-size: 15px;
    color: #000000;
    background:#ffffff;
	border:2px solid transparent;
	border-radius:100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.portfolio-area .portfolio-thumb .img-link2 i{
    font-size: 15px;
    color: #ffffff;
    background:transparent;
	border:2px solid #ffffff;
	border-radius:100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.portfolio-area .portfolio-thumb .img-link i:hover{
    color: #ffffff;
    background:transparent;
	border:2px solid #ffffff;
}
.portfolio-area .portfolio-thumb .img-link2 i:hover{
    color: #000000;
    background: #ffffff;
}
.portfolio-area .portfolio-thumb .img-link,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link i, 
.portfolio-area .portfolio-thumb .img-link2,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link2 i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.III_column{
	margin-top:30px;
}

/*portfolio-filter*/
.portfolio-filter {
    margin-bottom: 30px;
}

#filter li a{
    display: block;
    font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
    color: #969595;
    cursor: pointer;
	color:#000000;
	font-weight:bold;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid transparent;
    margin-right: 10px;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
    background:none;
    border: 2px solid #42afe5;
    color: #000000;
	border-radius:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:last-child{
    margin-right: 0px;
}


@media(max-width: 590px){
    #filter li {
        margin-bottom: 10px;
    }
}

.portfolio-btn .btn {
    width:170px;
	height:50px;
    border: 2px solid #23408E;
    color: #fff;
	background:#23408E;
    font-size: 18px;
	line-height:35px;
	font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
	border-radius:100px;
	margin-top:80px;
	margin-bottom:100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-btn .btn:hover {
    background:#42afe5;
    border: 2px solid #42afe5;
    color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pop-up-icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pop-up-icon li a{
	float:left;
	margin-left:50px;
}
.IV_column{
	width:25%;
}
@media (min-width: 767px) and (max-width: 991px){
	.IV_column{width:33.3%;}
}
@media (max-width: 767px){
	.IV_column{width:100%;}
}
/*-- pb Gallery-Iv Wrapper End --*/
/*-- Tweet Feed css Start --*/
.lv_twtfd_wrapper{
	float:left;
	width:100%;
	background:#23408E;
	color:#ffffff;
	padding-top:90px;
	padding-bottom:90px;
}
.lv_twtfd_wrapper .vertical-slider{
	float:left;
	width:100%;
	position:relative;
}
.lv_twtfd_wrapper .btn-vertical-slider{
	margin-left: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -15px;
    background:#fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 18px !important;
	color:#000000;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 12px;
}
#myCarousel span{
	font-size:20px !important;
}
.lv_twtfd_wrapper .carousel.vertical .carousel-inner .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
.lv_twtfd_wrapper .carousel.vertical .active {
	top: 0;
}
.lv_twtfd_wrapper .carousel.vertical .next {
	top: 100%;
}
.lv_twtfd_wrapper .carousel.vertical .prev {
	top: -100%;
}
.lv_twtfd_wrapper .carousel.vertical .next.left, .lv_twtfd_wrapper .carousel.vertical .prev.right {
	top: 0;
}
.lv_twtfd_wrapper .carousel.vertical .active.left {
	top: -100%;
}
.lv_twtfd_wrapper .carousel.vertical .active.right {
	top: 100%;
}
/*-- Tweet Feed css end --*/

/*****---- PLUMBER CONTECT USE CSS START-----******/

.contect_need_section{
	float:left;
	width:100%;
}
.contect_need_heading h1{
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.contect_need_heading:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.contect_need_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_need_heading_wrapper p{
	padding-top:40px;
}
.contect_need_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_need_btn li a{
	width:180px;
	height:50px;
	float:left;
	background:#23408E;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.contect_need_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#ffffff;
}
.contect_need_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_need_btn li:last-child a{
	width:180px;
	height:50px;
	float:left;
	background:#42afe5;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #42afe5;
	margin-left:20px;
}
.contect_need_btn li:last-child a:hover{
	background:#23408E;
	border:2px solid #23408E;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (max-width: 400px){
	.contect_need_btn li:last-child a{margin-left:0; margin-top:20px;}
}
/*-- Truck_map_section_start --*/
.contact-map-section{
	width:100%;
	float:left;
	margin-top:100px;
	position:relative;
}
#map{
	width:100%;
	float:left;
	height:700px;
}
.contact-map-section img.contect_pin{
	position:absolute;
	top:55%;
	margin-top:-45px;
	left:50%;
}
.contact-map-section img.contect_pin2{
	position:absolute;
	top:20%;
	margin-top:-45px;
	left:40%;
}
.contact-map-section img.contect_pin3{
	position:absolute;
	top:60%;
	margin-top:-45px;
	left:70%;
}
.contact-map-section img.contect_pin4{
	position:absolute;
	top:57%;
	margin-top:-45px;
	left:72%;
}
.contact-map-section img.contect_pin5{
	position:absolute;
	top:58%;
	margin-top:-45px;
	left:75%;
}
.contact-map-section img.contect_pin6{
	position:absolute;
	top:22%;
	margin-top:-45px;
	left:38%;
}
.contact-map-section img.contect_pin7{
	position:absolute;
	top:55%;
	margin-top:-45px;
	left:20%;
}
.contact-map-section img.contect_pin8{
	position:absolute;
	top:70%;
	margin-top:-45px;
	left:60%;
}
/*-- Truck_map_section_End --*/
/*-- Truck_location_section_Start --*/
.location_section_wrapper{
	width:100%;
	float:left;
}
.location_heading h3{
	margin-top:80px;
	color:#2e61e2;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.location_heading h3:after{
	content:'';
	border:1px solid #2e61e2;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.location_heading h3:before{
	content:'';
	border:1px solid #2e61e2;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.location_heading h2{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-top: 24px;
}
.map_img_wrapper{
	margin-top:60px;
	float:left;
	width:100%;
}
.map_cont{
	border: 1px solid #f2f2f2;
    padding-bottom: 77px;
    padding-right: 67px;
    padding-top: 20px;
}
.map_cont h3{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:45px;
}
.map_cont h3:after{
	content:'';
	border:1px solid #2e61e2;
	width:160px;
	display:block;
	position:relative;
	top:15px;
	right:120px;
}
.map_img{
	float:left;
}
.map_cont{
	float:left;
	padding-left:40px;
}
.map_cont p{
	padding-top:30px;
}
.map_cont p:last-child{
	padding-top:10px;
}
/*-- Truck_location_section_End --*/
/*-- contect section start --*/
.contect_section_wrapper{
	background:#f7f7f7;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	padding-top:100px;
	padding-bottom:100px;
}
.plumb_service_heading_wrapper_contact{
	padding-bottom:30px;
}
.contect2_heading_wrapper h3{
	margin-top:80px;
	color:#2e61e2;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.contect2_heading_wrapper h3:after{
	content:'';
	border:1px solid #2e61e2;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.contect2_heading_wrapper h3:before{
	content:'';
	border:1px solid #2e61e2;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.contect2_heading_wrapper h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-top:24px;
}
.contect_cont{
	margin-top:30px;
	text-align:center;
}
.contect2_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:#ffffff;
	border:2px solid rgba(29, 29, 26, 0.09);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i, .contect2_form2 i{
	margin-left:-30px;
	color:#42afe5;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#42afe5;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#42afe5;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:#ffffff;
	border:2px solid rgba(29, 29, 26, 0.09);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:#fff;
	border:2px solid rgba(29, 29, 26, 0.09);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:20px;
	padding-top:20px;
	background:#ffffff;
	border:2px solid rgba(29, 29, 26, 0.09);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect2_form4 textarea:hover, .contect2_form4 textarea:focus{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_btn{
	text-align:center;
}
.contect2_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	display:inline-block;
}
.contect2_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#23408E;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.contect2_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (max-width: 1700px){
	.sales_men_img{background:none;}
}
@media (max-width: 408px){
	.location_heading h3:after, .contect_heading_wrapper h3:after{width:50px; left:10px;}
	.location_heading h3:before, .contect_heading_wrapper h3:before{width:50px; right:10px;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.map_cont h3:after{right:0;}
}
@media (max-width: 585px){
	.map_cont h3:after{right:0;}
}
.plumb_contect_partner_saction{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.partner_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.partner_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.partner_heading h1:after{
	content:'';
	border:1px solid #2e61e2;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
/*****------ PLUMB SERVICE CSS START -----------*****/

/*-- pb services tabs Wrapper Start --*/
.pb_services_tabs_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.nav-pills > li > a:hover{
	background:none !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background:none !important;
}
.plumb_serv_tab_heading h2{
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	font-size:30px;
	margin-top:80px;
}
.plumb_serv_tab_heading h2:after{
	content:'';
	border:1px solid #42afe5;
	width:70px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.plumb_serv_tab_content:after{
	content:'';
	border:1px solid #e1e1e1;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.plumb_serv_tab_img_wrapper{
	margin-top:80px;
}
.plumb_serv_tab_cont1_wrapper{
	margin-top:75px;
}
.plumb_serv_tab_cont2_wrapper{
	margin-top:30px;
}
.plumb_serv_tab_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.plumb_serv_tab_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#23408E;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.plumb_serv_tab_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- pb services tabs Wrapper End --*/

/*-------------------------------- BLOG CATEGORIES CSS START ----------------------------------*/
.blog_leftside_section{
	float:left;
	width:100%;
	padding-bottom:100px;
}
.blog_service_main_wrapper{
	margin-top:100px;
}
.blog_date h3{
	font-size:30px;
	font-weight:bold;
	color:#000000;
}
.blog_date_wrapper{
	width:90px;
	height:90px;
	border-radius:100%;
	border:2px solid #fca900;
	text-align:center;
	line-height:80px;
	position:relative;
	right:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_img img{
	position:relative;
	
}
.blog_service_main_wrapper:hover .blog_date h3 span, .blog_service_main_wrapper:hover .blog_date h3{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_wrapper{
	position:relative;
}
.blog_heart_wrapper a{
    width: 40px;
    height: 40px;
    border: 2px solid #42afe5;
    border-radius: 100%;
    float: right;
    color: #ffffff;
	margin-top:30px;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: absolute;
    z-index: 10;
    right: 0;
	top:0;
}
.blog_heart_wrapper a:hover{
	background:#ffffff;
	color:#000000;
}	
.blog_comment_section ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-left:left;
	margin-top:30px;
}
.blog_comment_section ul li:first-child a{
	margin-left:0;
}
.blog_comment_section ul li a{
	float:left;
	margin-left:20px;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_comment_section ul li a:hover{
	color:#42afe5;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_cont_heading h1{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 20px;
}
.blog_service_cont_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_service_cont_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_service_cont{
	margin-top:35px;
}
.blog_service_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.blog_service_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#23408E;
	color:#fff;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.blog_service_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_search_btn_wrapper button{
	width:35px;
	height:50px;
	background:#fff;
	border:none;
	margin-left:-37px;
	color:#42afe5;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
.blog_search_wrapper input{
	border:1px solid #f2f2f2;
	background:none;
	height:50px;
	padding-left:20px;
	width:100%;
	width:calc(100% - 1px);
	float:left;
}
.blog_category1_wrapper{
	margin-top:40px;
}
.blog_category1_cont_heading h1{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_category1_cont_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_category1_cont_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_category_list ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:30px;
}
.blog_category_list ul li{
	margin-top:10px;
}
.blog_category_list ul li i{
	padding-right:5px;
	color:#42afe5;
}
.blog_category_list ul li a{
	color:#707070;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_category_list ul li a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_main_wrapper2, .blog_service_main_wrapper3{
	margin-top:100px;
}
.blog_service_slider  .owl-theme .owl-dots{
	display:none;
}
.blog_service_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.blog_service_slider .owl-theme .owl-dots .owl-dot.active span, .blog_service_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.blog_service_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.blog_service_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 30px;
	top:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
.blog_service_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 30px;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
}
@media (max-width: 991px){
	.blog_service_slider .owl-theme .owl-nav .owl-prev{left:0 !important;}
	.blog_service_slider  .owl-theme .owl-nav .owl-next{right:0 !important;}
}
.blog_rightside_slider_heading h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_rightside_slider_heading:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_rightside_slider_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_rightside_slider .owl-carousel10{
	margin-top:70px;
}
.blog_rightside_slider .owl_nav{
	position:relative;
	top:20px;
}
.blog_rightside_slider .owl-theme .owl-dots{
	display:none;
}
.blog_rightside_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.blog_rightside_slider .owl-theme .owl-dots .owl-dot.active span, .blog_rightside_slider  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.blog_rightside_slider .owl-theme .owl-nav {
    position: absolute;
    top: -33px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:30px;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000 !important;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-prev:hover, .blog_rightside_slider .owl-theme .owl-nav .owl-next:hover{
	background:none;
	color:#42afe5 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-carousel10{
	margin-top:50px;
}
.blog_rightside_slider_wrapper{
	margin-top:-258px;
}
.blog_video_img_wrapper{
	margin-top:-675px;
}
.blog_video_img{
	position:relative;
}
.blog_video_img .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.blog_video_img .text h3{
	font-size:18px;
	color:#fff;
	padding-top: 20px;
}
.blog_video_img .text img{
	margin-left:42px;
}
.blog_video_img_overlay{
	position:absolute;
	top:0%;
	right:0%;
	left:0%;
	bottom:0%;
	background:rgba(0,0,0,0.6);
}
.blog_category3_wrapper{
	margin-top:50px;
}
.blog_category_side_menu ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:35px;
}
.blog_category_side_menu li{
	float:left;
	margin-left:5px;
	margin-top:15px;
}
.blog_category_side_menu li a{
	border:2px solid #f2f2f2;
	padding:5px;
	border-radius:50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_category_side_menu li a:hover{
	border:2px solid transparent;
	background:#42afe5;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_img iframe{
	width:100%;
	height:350px;
	border:none;
	color:green !important;
}
.pager_wrapper{
	margin-top:80px;
}
.pagination > li > a{
	color:#000000;
	background:#fbfbfb;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:50px;
	height:50px;
	line-height:35px;
	border-radius:100%;
	text-align:center;
	margin-right:10px;
	font-weight:bold;
}
.pagination > li:first-child > a{
	width:130px;
	text-align:center;
	border-radius:50px;
	border:1px solid #42afe5;
	margin-right:20px;
	background:transparent;
}
.pagination > li:last-child > a{
	width:130px;
	text-align:center;
	border-radius:50px;
	border:1px solid #42afe5;
	margin-left:10px;
	background:transparent;
}	
.pagination > li:first-child:hover > a{
	background:#42afe5;
	border:1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
	border:1px solid transparent;
    background-color: #42afe5;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_right_box1_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:200px;
	display:block;
	position:relative;
	top:10px;
	left:38px;
}
.news_border_bottom:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:12px;
	z-index:1;
	left:38px;
}
.main_news_right_box{
	border:2px solid #f2f2f2;
}
.news_right_box1 p{
	padding-top:40px;
	color:#42afe5;
	margin-left:40px;
}
.news_right_box1 h3{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	margin-left:40px;
	padding-bottom: 10px;
}
.news_right_box1 h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#000000;
	margin-left:40px;
	padding-bottom:40px;
}
.news_botton_cont{
	margin-top:50px;
}
.news_botton_cont p{
	margin-left:40px;
}
.news_botton_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:40px;
	margin-top:22px;
	padding-bottom:40px;
}
.news_botton_cont h5 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 a:hover{
	color:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 i{
	color:#42afe5;
}
.main_news_right_box{
	margin-top:60px;
}
.blog_category_list{
	margin-top:50px;
}
@media (min-width: 991px) and (max-width: 1199px){
	.blog_rightside_slider_wrapper{margin-top: -218px;}
	.blog_video_img_wrapper{margin-top: -550px;}
	.blog_video_img .text h3{font-size:17px;}
	.news_right_box1_wrapper:after{width:146px;}
	.blog_video_img .text img{margin-left:21px;}
}
@media (max-width: 991px){
	.blog_rightside_wrapper{margin-top:65px;}
	.blog_rightside_slider_wrapper{margin-top:60px;}
	.blog_video_img_wrapper{margin-top:60px;}
	.blog_video_img .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{width:100%;}
}
@media (min-width: 767px) and (max-width: 991px){
	.main_news_right_box{width:270px;}
}
@media (max-width: 767px){
	.pagination > li > a{width:35px; height:35px; line-height:20px;}
	.pagination > li:first-child > a{width:70px; margin-right:10px;}
	.pagination > li:last-child > a{width:70px; margin-left:0;}
	.pagination > li > a{margin-right:5px;}
}

/*-------------------------------- BLOG SINGLE CSS START ----------------------------------*/
.quote_cont h3{
	font-size:22px;
	font-weight:bold;
    padding-bottom: 10px;	
}
.quote_wrapper{
	width:30px;
	float:left;
	margin-left:20px;
}
.quote_cont{
	width:calc(100% - 30px);
	padding-left:60px;
}
.quote_cont span{
	color:#42afe5;
}
.blog_single_cont1_wrapper{
	border:1px solid #f2f2f2;
	margin-top:60px;
	padding-top:10px;
	padding-bottom:15px;
	border-left:4px solid #42afe5;
}
.blog_single_cont2{
	margin-top:60px;
}
.social_icon_border_wrapper{
	border:1px solid #f2f2f2;
	border-left:0;
	border-right:0;
	float:left;
	width:100%;
	margin-top:65px;
	padding-top:30px;
	padding-bottom:30px;
}
.blog_single_social_icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.blog_single_social_icon li a{
	color:#000000;
	float:left;
	background:transparent;
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:40px;
	height:40px;
	line-height:35px;
	border-radius:100%;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon span{
	float:left;
	font-size:16px;
	padding-top:5px;
	padding-right:10px;
}
.blog_single_social_icon li a:hover, .blog_single_social_icon li a:focus{
    color:#fff;
	border:2px solid transparent;
    background:#42afe5;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_single_social_icon_btn ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.blog_single_social_icon_btn li{
	float:left;
}
.blog_single_social_icon_btn li a{
	color:#000000;
	float:left;
	background:transparent;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:130px;
	font-weight:bold;
	height:45px;
	line-height:38px;
	border-radius:50px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon_btn li:last-child a{
	color:#fff;
	float:left;
	background:#42afe5;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:130px;
	font-weight:bold;
	height:45px;
	line-height:38px;
	border-radius:50px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon_btn li:last-child:hover a{
	color:#000000;
	border:2px solid #42afe5;
    background:transparent;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_single_social_icon_btn li a:hover, .blog_single_social_icon_btn li a:focus{
    color:#fff;
	border:2px solid transparent;
    background:#42afe5;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.blog_single_social_icon_btn ul{float:left; margin-top:20px;}
}
.blog_single_admin_sec{
	background:#42afe5;
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:100px;
}
.admin_img_wrapper img{
	border-radius:100%;
}
.admin_img_wrapper{
	width:135px;
	float:left;
	margin-left:40px;
}
.admin_cont_wrapper{
	width:calc(100% - 135px);
	margin-left:200px;
	padding-top: 20px;
	
}
.admin_cont_wrapper h3{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.admin_cont_wrapper span{
	color:#000000;
}
.admin_cont_wrapper  a{
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	border-radius:50px;
	font-size:12px;
	margin-left:10px;
	position:relative;
	top:-3px;
	color:#000000;
}
.admin_cont_wrapper p{
	color:#fff;
	font-size:16px;
	padding-top: 10px;	
}
@media (max-width: 767px){
	.admin_img_wrapper{width:100%; float:none;}
	.admin_cont_wrapper{margin-left:40px;}
}
.blog_single_comment_heading h1{
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.blog_single_comment_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_single_comment_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_comment1_wrapper{
	margin-top:90px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.blog_comment1_img{
	width:120px;
	float:left;
}
.blog_comment1_cont{
	width:calc(100% - 120px);
	margin-left:150px;
}
.blog_single_comment_heading span{
	color:#42afe5;
}
.blog_comment1_cont h3{
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
}
.blog_comment1_cont i{
	font-size:15px;
	color:#e8e8e8;
	padding-left:10px;
	padding-right:10px;
}
.blog_comment1_cont span{
	color:#42afe5;
	font-size:16px;
	font-style: italic;
}
.blog_comment1_cont span a{
	color:#42afe5;
	text-decoration:underline;
}
.blog_comment1_cont p{
	padding-top:5px;
}
.blog_comment2_wrapper{
	margin-top:60px;
	padding-bottom:50px;
}
.comment_cont2_border{
	border-bottom:1px solid #f2f2f2;
	float:left;
	width:100%;
}
.blog_comment3_wrapper{
	margin-top:60px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.contect_section_wrapper{
	width:100%;
}
.contect_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	padding-top:80px;
	text-align:left;
}
.contect_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.contect_heading h1:after{
	content:'';
	border:1px solid #42afe5;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_cont{
	margin-top:30px;
}
.contect_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 i, .contect_form2 i{
	margin-left:-30px;
	color:#42afe5;
}
.contect_form3 i{
	margin-left:-30px;
	color:#42afe5;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#42afe5;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form4 textarea{
	width:100%;
	margin-top:30px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#23408E;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #23408E;
}
.contect_btn li a:hover{
	background:#42afe5;
	border:2px solid #42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#ffffff;
}
.blog_contect_wrapper{
	margin-top:60px;
}
.blog_single_cont1{
	padding-top: 29px;
    padding-bottom: 20px;
}
.single_blog_side2{
	margin-top:25px;
}
.plumb_about_cont1 p{
	    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
}
@media (min-width: 991px){
	.single_blog_side1{margin-top: -897px;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.single_blog_side2{margin-top:-670px;}
	.plumb_single_video_img{margin-top: -615px;}
}

/**/
@media (max-width: 767px){
	
.plumb_slider_img_section .owl-theme .owl-nav{
	display:none;
}
.pb_tittle_main_wrapper{
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
.pb_tittle_cont ul{
	float:none; 
	display:inline-block;
	margin-top:20px;
}
.pb_tittle_heading h3{
	padding-left:15px;
}
.pb_services_tabs_main_wrapper{
	padding-top:20px;
	padding-bottom:80px;
}
}
@media (min-width:768px) and (max-width: 991px){
	
	.plumb_slider_img_section .owl-theme .owl-nav{
		display:none;
	}
}
@media (max-width: 991px){
.tittle_index{
	z-index:0;
}
}
/*-------pb team inner Wrapper Start ----------*/
.pb_team_inner_main_section{
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:100px;
}
.plumb_special_main_cont_wrapper_inner{
	margin-top:30px;
}
.team_inner_btn .btn{
	margin-top:60px !important;
	margin-bottom:0px !important;
}
.plumb_team_slider  .owl-theme .owl-dots{
	display:none;
}
.plumb_team_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.plumb_team_slider .owl-theme .owl-dots .owl-dot.active span, .plumb_team_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.plumb_team_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.plumb_team_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 0;
	margin-left: -75px;
	top:0;
    position: absolute;
    text-align: center;
	background:#23408E;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_team_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
	margin-right: -75px;
    position: absolute;
    text-align: center;
	background:#23408E;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	border-radius:100%;
	border:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.plumb_team_slider .owl-theme .owl-nav .owl-prev:hover,.plumb_team_slider  .owl-theme .owl-nav .owl-next:hover{
	background:#42afe5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.player .player-alert, .player .vp-player-inner, .player .vp-player-layout, .player .vp-target{
	left: 0 !important;
    width: 100% !important;
}
@media (max-width: 1100px){
	
	.plumb_team_slider .owl-theme .owl-nav .owl-prev{margin-left:0; left:20px;}
	.plumb_team_slider .owl-theme .owl-nav .owl-next{margin-right:0; right:20px;}
}
@media (min-width: 992px) and (max-width: 1199px){
	
	.plumb_slider_cont1 p {
		font-size: 16px;
	}
}


@media (max-width: 991px){
	
.plumb_nav_wrapper{
	display:none;
}
 
.plumb_left_side_warpper, .plumb_right_side_main_warpper{
	text-align:center;
}
.plumb_top_contect, .plumb_right_side_warpper{
	display:inline-block;
}


.center_logo img {
    max-width: 220px;
}

.plumb_top_header_wrapper{
	display:none;
}
 
}


@media (max-width: 1339px){
.plumb_main_menu ul li{
	padding: 22px 15px;
}
.top-ml-move {
    margin-left: -35px;
}
}

@media (max-width: 1269px){
	.plumb_main_menu ul {

    margin-left: -40px;
}
	
.plumb_main_menu ul li{
	padding: 26px 10px;
}
.plumb_main_menu ul li a{

    font-size: 18px;

}
.top-ml-move {
    margin-left: -25px;
}
}



@media (max-width: 1199px){
.top-ml-move {
    margin-left: 0px;
}
	
}

.story-table {
	font: 500 16px/22px "Open Sans", sans-serif;
	color: #151515;
}
table.story-table {border: 1px solid #aaa; background-color:#FFF; width:100%;}
table.story-table td {border: 1px solid #aaa; padding: 10px;}

.story-table a {
	text-decoration: underline;
}




@media (max-width: 639px) {
.story-table {
	font: 500 14px/22px "Open Sans", sans-serif;
}
}


@media (max-width: 479px) {
.story-table {
	font: 500 13px/20px "Open Sans", sans-serif;
}
}

@media (max-width: 413px) {
.story-table {
	font: 500 12px/20px "Open Sans", sans-serif;
}
table.story-table td {padding: 6px;}
}


.white14 {
    font: 700 18px/24px "Open Sans", sans-serif;
    color: #FFF;
}

.plumb_bottom_foot_cont a {
	color: #fff;
}

.plumb_contect_heading h3 {
	text-align: center;
	margin-top: 20px;
	color: #42afe5;
	line-height: 30px;
	
}

.plumb_contect_heading a {
	color: #42afe5;
}

.plumb_contect_heading a:hover {
	color: #707070;
}


.text-white {
	color: #fff;
}


@media (max-width: 479px) {
.plumb_service_heading h4{
	font-size:12px;
	letter-spacing:1px;
	line-height: 20px;
}
}



.plumb_news_cont h3 a {
	color: #fff;
}

.plumb_news_cont h3 a:hover {
	color: #42afe5;
}

.mb1s {
	padding-bottom: 25px;
}

	.plumb_service_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.plumb_main_slide5{
	width:100%;
	min-height:600px;
	background-size:cover;
	background-position:center 0;
	position:relative;
}

.plumb_about_cont1 a {
	color: #42afe5;
}

/*-------pb team inner Wrapper End ----------*/