/* Plumber - Consruction & Repairs HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global 
4. Main Header / Style Two / Style Three
5. Main Slider
6. Quote Box
7. Servives Section
8. Fullwidth Section One
9. Repair Section
10. Tabbed Section
11. Vertical Testimonial
12. Clients Column
13. Facts Counter
14. News Section
15. Main Footer
16. Welcome Section
17. Client Section
18. Repair Block
19. Team Section
20. Testimonial Section
21. Why Us Section
22. Appointment Section
23. Fullwidth Gallery
24. Accordian Section
25. Shop Section
26. Newsletter Section
27. Map Section
28. Shop Single
29. Blog Classic
30. Blog Detail
31. Contact Form

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Quattrocento+Sans:400,700');

/*font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Montserrat' sans-serif*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('icons.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Quattrocento Sans', sans-serif;
	padding-right: 0 !important;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #1bbde8;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
}

input,
button,
select,
textarea {}

p {
	position: relative;
	line-height: 1.8em;
}

.gray-bg {
	background-color: #fafafa !important;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.justify-center {
	justify-content: center;
}

.justify-space-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.centered {
	text-align: center;
}


/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 7px 40px;
	line-height: 24px;
	text-transform: uppercase;
	background: #1bbde8;
	color: #ffffff;
	border: 2px solid #1bbde8;
	font-size: 13px;
	font-weight: 900;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
}

.btn-style-one:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 7px 30px;
	line-height: 24px;
	text-transform: uppercase;
	background: #ffffff;
	color: #333333;
	border: 2px solid #ffffff;
	font-size: 13px;
	font-weight: 900;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
}

.btn-style-two:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 8px 36px;
	line-height: 24px;
	background: #124056;
	font-size: 13px;
	font-weight: 900;
	border-radius: 3px;
	color: #ffffff;
	border: 2px solid #124056;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.btn-style-three:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	padding: 9px 34px 7px;
	line-height: 24px;
	background: none;
	font-size: 13px;
	font-weight: 900;
	border-radius: 3px;
	color: #333333;
	border: 1px solid #d0d0d0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.btn-style-four:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

.theme_color {
	color: #1bbde8;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.GIF);
}

img {
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 100px;
	right: 25px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #1bbde8;
}

/*** 

====================================================================
	Phone request button style
====================================================================

***/

.phone-request-btn {
	background: #1bbde8;
	border: 2px solid #1bbde8;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
	cursor: pointer;
	height: 68px;
	text-align: center;
	width: 68px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}

.phone-request-btn .text-call {
	height: 68px;
	width: 68px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.phone-request-btn .text-call span {
	display: none;
	align-items: center;
	justify-content: center;
	color: #1bbde8;
	opacity: 0;
	font-size: 0px;
	font-weight: 600;
	line-height: 1.2em;
	margin-left: -2px;
	text-transform: uppercase;
	transition: opacity .3s linear;
}


.phone-request-btn .text-call:hover span {
	display: block;
	opacity: 1;
	font-size: 9px;
}

.phone-request-btn:hover i {
	display: none;
}

.phone-request-btn:hover {
	background: #fff;
	color: transparent;
	transition: .3s;
}

.phone-request-btn i {
	height: 34px;
	width: 34px;
	transition: .3s;
	transition: .5s ease-in-out;
}

.phone-request-btn i {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}

	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}

	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}

	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}

	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}

	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}

	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

/* animations icon */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

/*** 

====================================================================
	Modal dialog style
====================================================================

***/

.modal-open {
	overflow: auto;
}

.modal-dialog {
	margin-top: 30vh;
}

.modal-dialog .modal-content {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.modal-dialog .modal-content .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #002739;
	padding: 8px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.modal-dialog .modal-content .modal-header::before,
.modal-dialog .modal-content .modal-header::after {
	content: none;
}

.modal-dialog .modal-content .modal-header .modal-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

.modal-dialog .modal-content .modal-header .close {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .7;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.modal-dialog .modal-content .modal-header .close:hover {
	opacity: 1;
}

.modal-dialog .modal-content .modal-header .c-icon {
	background: #ffffff;
	height: 30px;
	width: 30px;
}

.modal-dialog .modal-content .modal-body {
	background: #ffffff;
	padding: 20px 80px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.modal-dialog .modal-content .modal-body .form-group {
	padding: 0;
}

.modal-dialog .modal-content .modal-body .text {
	line-height: 1.3em;
	margin-bottom: 20px;
}

.modal-dialog .modal-content .modal-body button {
	width: 100%;
}

.thank-you-modal .modal-dialog,
.error-modal .modal-dialog {
	margin-top: 40vh;
}

.thank-you-modal .modal-dialog .modal-content .modal-header,
.error-modal .modal-dialog .modal-content .modal-header {
	justify-content: center;
	padding: 20px;
}

.thank-you-modal .modal-dialog .modal-content .modal-body,
.error-modal .modal-dialog .modal-content .modal-body {
	padding: 20px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-top .social-icon {
	display: flex;
	align-items: center;
	height: 60px;
}

.header-top .phone-item {
	display: flex;
	align-items: center;
}

.header-top .phone-item a:hover .c-icon {
	background: #333333;
}

.header-top .phone-item a:hover {
	color: #333333;
}

.header-top .social-icon-xs,
.header-top .phone-items-xs {
	display: none;
}

.header-top .phone-item .service-area {
	font-size: 15px;
	color: #333333;
	margin-left: 4px;
	white-space: nowrap;
	line-height: 60px;
}

.header-top .header-contact-info {
	display: none;
}

.header-top a {
	color: #1bbde8;
	display: flex;
	align-items: center;
	margin-left: 12px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top a:hover {
	color: #333333;
}

.header-top a .c-icon {
	margin-right: 4px;
	background: #1bbde8;
	height: 24px;
	width: 24px;
}

.header-top a .c-icon.i-whatsapp {
	margin-bottom: 2px;
}

/* Language Switcher Styles */
.header-top .language-switcher {
	display: flex;
	align-items: center;
	margin-right: 20px;
	line-height: 1;
}

.header-top .language-switcher .lang-link {
	color: #1bbde8;
	margin-left: 0px;
	border-radius: 3px;
	transition: all 0.3s ease;
	font-weight: bolder;
	font-size: 16px;
}

.header-top .language-switcher .lang-link:hover {
	color: #333333;
}

.header-top .language-switcher .lang-link.active {
	color: #333333;
	font-weight: bold;
	cursor: default;
	opacity: 0.8;
}

.header-top .language-switcher .separator {
	color: #333333;
	margin: 0 5px;
	opacity: 0.8;
}

.header-top .location {
	line-height: 60px;
	display: flex;
	align-items: center;
}

.header-top .location {
	margin-left: 4px;
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

.header-top .social-icon-item:hover .c-icon {
	background: #333333;
}

.main-header_plumber {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background: #ffffff;
}

.main-header_plumber .auto-container {
	position: relative;
}

.main-header_plumber .header-top {
	position: relative;
	background: #ffffff;
	color: #002739;
	font-size: 13px;
}

.main-header_plumber .header-top .search-form {
	position: relative;
	float: left;
	height: 60px;
}

.main-header_plumber .header-top form {
	position: relative;
}

.main-header_plumber .header-top .form-group {
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.main-header_plumber .header-top .form-group input[type="text"],
.main-header_plumber .header-top .form-group input[type="search"],
.main-header_plumber .header-top .form-group input[type="email"],
.main-header_plumber .header-top .form-group textarea {
	position: relative;
	display: inline-block;
	width: 350px;
	left: 3px;
	line-height: 25px;
	padding: 10px 30px;
	height: 60px;
	color: #ffffff;
	font-size: 14px;
	background: none;
	max-width: 350px;
	background-color: #08364b;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header_plumber .header-top ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}

.main-header_plumber .header-top .form-group input[type="submit"] {
	position: relative;
	top: 0;
	right: 0;
	height: 40px;
	font-size: 13px;
	color: #ffffff;
	border-color: #ffffff;
	display: inline-block;
}

.main-header_plumber .header-top .form-group button {
	position: absolute;
	width: 40px;
	right: 0px;
	top: 0px;
	height: 60px;
	background: none;
}

.main-header_plumber .header-top .form-group button .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}

.main-header_plumber .header-top .form-group input[type="search"]:focus {
	border-color: #ffffff;
}

.main-header_plumber .lang-dropdown {
	position: relative;
	float: left;
}

.main-header_plumber .lang-dropdown .fa-angle-down {
	position: relative;
	top: 1px;
	margin-left: 2px;
}

.main-header_plumber .toggle-btn {
	position: relative;
	border: none;
	float: left;
	display: block;
	font-size: 16px;
	padding: 17px 28px;
	line-height: 25px;
	border-radius: 0px;
	background-color: #1bbde8;
}

.main-header_plumber .lang-dropdown .dropdown-menu {
	left: 0px;
	top: 100%;
	width: 200px;
	min-width: 100%;
	border: none;
	border-radius: 0px;
	padding: 0px;
	margin: 0px 0px 0px;
	border-top: 3px solid #08364b;
}

.main-header_plumber .lang-dropdown .dropdown-menu li {
	display: block !important;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}

.main-header_plumber .lang-dropdown .dropdown-menu li:last-child {
	border: none;
}

.main-header_plumber .lang-dropdown .dropdown-menu li a {
	display: block;
	line-height: 24px;
	padding: 8px 15px;
	font-size: 14px;
	color: #272727;
	transition: all 300ms ease;
}

.main-header_plumber .lang-dropdown .dropdown-menu li a:hover {
	background: #1bbde8;
	color: #ffffff;
}


.main-header_plumber.fixed-header .main-box .logo-box {
	padding: 4px 0px 8px;
}

.main-header_plumber.fixed-header .main-menu .navigation>li {
	padding: 34px 0px;
}

.main-header_plumber .header-top-two {
	position: relative;
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 2px solid #1bbde8
}

.main-header_plumber .header-top-two .top-left {
	float: left;
}

.main-header_plumber .header-top-two .top-right {
	float: right;
}

.header-top-two .info-links {
	position: relative;
}

.header-top-two .info-links li {
	position: relative;
	padding-right: 15px;
	margin-right: 12px;
	line-height: 1em;
	display: inline-block;
	border-right: 1px solid #777777;
}

.header-top-two .info-links li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: 0px;
}

.header-top-two .info-links li a {
	color: #777777;
	font-size: 15px;
	font-family: 'Quattrocento Sans', sans-serif;
}

.header-top-two .info-links li a strong {
	font-size: 17px;
	font-weight: 700;
}

.header-top-two .info-links li a .icon {
	position: relative;
	color: #1bbde8;
	margin-right: 5px;
}

.header-style-three {
	position: absolute;
	background: none;
}

.header-style-three .header-top {
	padding: 10px 0px;
	background-color: rgba(0, 39, 57, 0.70);
}

.header-style-three .header-top .top-left {
	padding: 0px;
}

.header-style-three .header-top .top-left .toggle-btn {
	background: none;
	padding: 0px;
	margin-top: 6px;
	padding-right: 15px;
	margin-right: 15px;
}

.header-style-three .header-top .top-left .lang-dropdown .toggle-btn:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 8px;
	width: 1px;
	height: 13px;
	background-color: #9aa4aa;
}

.header-style-three .main-box {
	border: 0px !important;
}

.header-style-three .nav-outer .outer-box {
	margin-top: -22px !important;
}

.header-style-three .header-top .social-icon a {
	border: 1px solid #b4b4b4;
	background: none;
	line-height: 35px;
	height: 36px;
	border-radius: 50%;
}

.header-style-three .info-box {
	position: relative;
	float: left;
	margin-top: 6px;
}

.header-style-three .info-box li {
	position: relative;
	padding-right: 15px;
	margin-right: 12px;
	line-height: 1em;
	display: inline-block;
}

.header-style-three .info-box li a {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Quattrocento Sans', sans-serif;
}

.header-style-three .info-box li a .icon {
	position: relative;
	color: #1bbde8;
	margin-right: 5px;
}

.main-header_plumber .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #002739;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header_plumber.fixed-header {
	position: fixed;
	padding: 0px 0px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.04);
}

.main-header_plumber .main-box .logo-box {
	position: relative;
	float: left;
	left: -26px;
	z-index: 20;
	padding: 4px 0px 0px;
	padding-bottom: 10px;
}

.main-header_plumber .main-box .logo-box.error-page {
	padding-bottom: 10px;
}

.main-header_plumber .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header_plumber .nav-toggler {
	position: absolute;
	right: 110px;
	top: 50%;
	margin-top: -18px;
	display: none;
}

.main-header_plumber .nav-toggler button {
	position: relative;
	display: block;
	height: 36px;
	width: 40px;
	background: #fc721e;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border: 1px solid #fc721e;
	border-radius: 3px;
	font-weight: normal;
}

.main-header_plumber .nav-outer {
	position: relative;
	float: right;
}

.main-header_plumber.header-style-three .nav-outer {
	padding-right: 170px;
}

.main-menu {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	display: flex;
}

.main-menu .navigation>li {
	position: relative;
	padding: 41px 0px;
	margin: 0px 25px 0px 0px;
	cursor: pointer;
}


.main-menu .navigation>li {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	opacity: 1;
	font-weight: 700;
	font-size: 13px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.main-menu .navigation>li:hover,
.main-menu .navigation>li.current,
.main-menu .navigation>li.current-menu-item {
	color: #1bbde8;
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 240px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #1bbde8;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.light-version .main-box .main-menu .navigation>li>ul {
	margin-top: -20px;
}

.header-style-three .main-menu .navigation>li>ul {
	margin-top: -20px;
}

.header-style-three.fixed-header .main-menu .navigation>li>ul {
	margin-top: 0px;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation>li>ul>li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	display: block;
	padding: 12px 20px 12px 40px;
	line-height: 24px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #242424;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:before {
	font-family: 'FontAwesome';
	content: "\f10c";
	position: absolute;
	left: 20px;
	top: 12px;
	width: 10px;
	height: 24px;
	display: block;
	line-height: 24px;
	font-size: 10px;
	font-weight: normal;
	z-index: 5;
}

.main-menu .navigation>li>ul>li:after {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	left: 23px;
	top: 12px;
	width: 10px;
	height: 24px;
	display: block;
	line-height: 24px;
	font-size: 3px;
	font-weight: normal;
	z-index: 5;
}

.main-menu .navigation>li>ul>li:hover {
	color: #1bbde8;
	background: #f9f9f9;
}

/*.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}*/

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 240px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #1bbde8;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	display: block;
	padding: 12px 20px 12px 40px;
	line-height: 24px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #242424;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:before {
	font-family: 'FontAwesome';
	content: "\f10c";
	position: absolute;
	left: 20px;
	top: 12px;
	width: 10px;
	height: 24px;
	display: block;
	line-height: 24px;
	font-size: 10px;
	font-weight: normal;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li:after {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	left: 23px;
	top: 12px;
	width: 10px;
	height: 24px;
	display: block;
	line-height: 24px;
	font-size: 3px;
	font-weight: normal;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
	color: #1bbde8;
	background: #f9f9f9;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 40px;
	height: 34px;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #1bbde8;
	background: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header_plumber .nav-outer .outer-box {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 12;
	margin-top: -15px;
}

.main-header_plumber .nav-outer .outer-box .contact-number {
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	padding-left: 25px;
}

.main-header_plumber .nav-outer .outer-box .contact-number:before {
	position: absolute;
	content: '\f095';
	left: 0px;
	top: 0px;
	font-size: 20px;
	color: #1bbde8;
	font-family: 'FontAwesome';
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/


.main-slider_plumber .main-mobile {
	position: relative;
	text-align: center;
	padding: 50px 0;
	z-index: 0;
	background: #1e1e1e;
}

.main-slider_plumber .main-mobile .image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.main-slider_plumber .main-mobile .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-slider_plumber .main-mobile .image::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	left: 0;
	top: 0px;
	height: 100%;
	opacity: 0.7;
	background: #1e1e1e;
}

.main-slider_plumber .main-mobile-bts {
	margin-top: 20px;
	max-width: 92%;
	margin: 20px auto 0;
}

.main-slider_plumber .main-mobile-bts .btn-style-one {
	margin-bottom: 16px;
}

.main-slider_plumber .main-mobile-bts .theme-btn {
	width: 100%;
}

.main-slider_plumber .main-mobile h1 {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4em;
}

.main-slider_plumber .main-mobile .text {
	font-size: 16px;
	margin-top: 20px;
	font-style: normal;
}

.main-slider_plumber {
	position: relative;
	z-index: 10;
}

.main-slider_plumber .overlay-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.30);
}

.main-slider_plumber .blue-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.30);
}

.main-slider_plumber .tp-dottedoverlay {
	background: none !important;
}

.main-slider_plumber .tp-caption {
	z-index: 5;
}

.main-slider_plumber .large-text {
	font-weight: 700;
	color: #ffffff;
	font-size: 35px;
	line-height: 1.8em;
	font-family: 'Quattrocento Sans', sans-serif;
}

.main-slider_plumber .text {
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	font-style: italic;
	line-height: 1.8em;
}

.main-slider_plumber .text.light {
	color: #ffffff;
	font-size: 30px;
}

.main-slider_plumber h2,
.main-slider_plumber h1 {
	font-size: 52px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
}

.main-slider_plumber .video-btn-box {
	position: relative;
	width: 100%;
	max-width: 76px;
	max-height: 76px;
	margin: 0 auto 40px;
}

.main-slider_plumber .video-btn-box a {
	position: relative;
	display: block;
	width: 82px;
	height: 82px;
	max-width: 76px;
	max-height: 76px;
	line-height: 68px;
	padding: 0px;
	padding-left: 5px;
	font-size: 20px;
	color: #ffffff;
	border: 4px solid #ffffff;
	background: rgba(255, 255, 255, 0.30);
	border-radius: 50%;
}

.main-slider_plumber .video-btn-box a:hover {
	color: #1bbde8;
	border-color: #1bbde8;
	background: #ffffff;
}

.main-slider_plumber .btn-style-one {
	color: #ffffff !important;
}

.main-slider_plumber .btn-style-two {
	color: #333333 !important;
}

.main-slider_plumber .btn-style-two:hover {
	color: #ffffff !important;
}

.main-slider_plumber .btn-style-one,
.main-slider_plumber .btn-style-two {
	min-width: 160px;
	text-align: center;
	border-width: 2px !important;
}

.main-slider_plumber .tparrows.preview3,
.main-slider_plumber .tparrows.preview3 {
	background: none !important;
	width: 54px !important;
	overflow: hidden;
	height: 54px !important;
}

.main-slider_plumber .tparrows.preview3::after {
	top: 0px;
	color: #ffffff;
	font-size: 20px;
	height: 55px !important;
	line-height: 52px;
	width: 50px !important;
	padding: 0px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.60);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-slider_plumber .tparrows.tp-leftarrow.preview3::after {
	content: '\f104';
	font-family: 'FontAwesome';
}

.main-slider_plumber .tparrows.tp-rightarrow.preview3::after {
	content: '\f105';
	font-family: 'FontAwesome';
}

.main-slider_plumber .tparrows.preview3.tp-leftarrow {
	left: 30px !important;
}

.main-slider_plumber .tparrows.preview3.tp-rightarrow {
	right: 30px !important;
}

.main-slider_plumber .tparrows.preview3:hover::after {
	background: #ffffff;
	color: #002739;
}

.main-slider_plumber .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.main-slider_plumber .tp-bannertimer,
.main-slider_plumber .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Quote Section
====================================================================

***/

.quote-section {
	position: relative;
	z-index: 10;
}

.quote-section .quote-inner {
	position: relative;
	margin-top: -40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.quote-section .quote-inner .content-box {
	position: relative;
	padding-left: 310px;
}

.quote-section .quote-inner .content-box .inner-content {
	position: relative;
	padding: 40px 60px 40px 30px;
	background-color: rgba(246, 246, 246, 1);
}

.quote-section .quote-inner .content-box .inner-content:before {
	position: absolute;
	content: '';
	left: -35px;
	top: 0px;
	width: 80px;
	height: 100%;
	display: block;
	background-color: rgba(246, 246, 246, 1);
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
}

.quote-section .content-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 90px;
	line-height: 1.6em;
	width: 310px;
	padding-right: 40px;
	height: 100%;
	text-align: center;
	background-color: #1bbde8;
}

.quote-section .content-box h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}

.quote-section .content-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.quote-section .content-box .btn-style-three {
	margin-top: 8px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title h2 {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.sec-title .separator {
	position: relative;
	width: 120px;
	height: 20px;
	margin-bottom: 15px !important;
	background: url(../images/icons/separator.png) no-repeat;
}

.sec-title .separator.light {
	background: url(../images/icons/separator2.png) no-repeat;
}

.sec-title .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 1.6em;
	max-width: 630px;
}

.sec-title.centered {
	text-align: center;
}

.sec-title.centered .separator {
	margin: 0 auto;
	background-position: center center;
}

.sec-title.centered .text {
	margin: 0 auto;
}

/*** 

====================================================================
	Section Title Light
====================================================================

***/

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.light .text {
	color: #ffffff;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section_plumber {
	position: relative;
	padding: 100px 0px 100px;
	background: #f9f9f9;
}

.services-section_plumber.repair {
	padding-bottom: 100px;
}

.services-style-one {
	position: relative;
	margin-bottom: 30px;
}

.services-style-one .inner {
	position: relative;
	border-radius: 5px;
	padding: 40px 35px 0px;
	padding-left: 90px;
	background: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-one .inner .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.services-style-one .inner .image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 39, 57, 0.95);
}

.services-style-one .inner .icon-box {
	position: absolute;
	color: #1bbde8;
	font-size: 40px;
	left: 30px;
	line-height: 1em;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-one .inner h3 {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-one .inner h3 a {
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-one .inner h3:before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	background-color: #1bbde8;
}

.services-style-one .inner h3:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 3px;
	width: 32px;
	height: 1px;
	background-color: #1bbde8;
}

.services-style-one .inner .text {
	position: relative;
	line-height: 1.8em;
	color: #777777;
	font-size: 16px;
	padding-bottom: 25px;
}

.services-style-one .inner .arrow-box {
	position: relative;
	width: 50px;
	height: 50px;
	color: #14445a;
	text-align: center;
	top: 16px;
	line-height: 48px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -10px;
	background-color: #ffffff;
}

.services-style-one .inner:hover .icon-box,
.services-style-one .inner:hover h3 a,
.services-style-one .inner:hover .text {
	color: #ffffff;
}

.services-style-one .inner:hover .arrow-box {
	background-color: #1bbde8;
	border-color: #1bbde8;
	color: #ffffff;
}

.services-style-one .inner:hover .image-layer {
	opacity: 1;
}

/*** 

====================================================================
	Fullwidth Section One
====================================================================

***/

.fullwidth-section-one_plumber {
	position: relative;
}

.fullwidth-section-one_plumber .section-outer {
	position: relative;
	background-color: #1bbde8;
}

.fullwidth-section-one_plumber .section-outer .left-column {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 50%;
	height: 100%;
	padding: 100px 0px 75px 0px;
}

.fullwidth-section-one_plumber .section-outer .left-column .content {
	position: relative;
	max-width: 600px;
	float: right;
	width: 100%;
	padding: 0px 40px 0px 15px;
}

.fullwidth-section-one_plumber .section-outer .left-column .content .sec-title {
	margin-bottom: 20px;
}

.fullwidth-section-one_plumber .section-outer .left-column .content .text {
	position: relative;
	margin-bottom: 50px;
}

.fullwidth-section-one_plumber .section-outer .left-column .content .text p {
	position: relative;
	color: #ffffff;
	margin-bottom: 15px;
}

.fullwidth-section-one_plumber .section-outer .image-column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	float: left;
}

.fullwidth-section-one_plumber .section-outer .image-column .hidden-image {
	display: none;
}

/*list style*/

.list-style {
	position: relative;
	margin-bottom: 30px;
}

.list-style li {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding-left: 50px;
	text-transform: uppercase;
}

.list-style:after {
	position: absolute;
	content: '';
	right: 10px;
	top: 0px;
	height: 100%;
	border-right: 1px dashed #ffffff;
}

.list-style:last-child::after {
	display: none;
}

.list-style li .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 1em;
	font-size: 34px;
	color: #ffffff;
	font-weight: 400;
}

/*list style one*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: #aaa;
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.list-style-one li .c-icon {
	background: #1bbde8;
	margin-right: 15px;
}

.list-style-one li a {
	display: flex;
	align-items: center;
}

.list-style-one li:hover a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #ffffff;
}

.list-style-one li:hover .c-icon {
	background: #ffffff;
}


.services-style-two {
	position: relative;
	margin-bottom: 50px;
}

.services-style-two .inner {
	position: relative;
}

.services-style-two .inner .image-box {
	position: relative;
}

.services-style-two .inner .image-box a img {
	position: relative;
	display: block;
	width: 100%;
}

.services-style-two .inner .lower-box {
	position: relative;
	border: 1px solid #ececec;
	border-top: 0px;
	text-align: center;
	padding: 30px 30px 30px;
}

.services-style-two .inner .lower-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.services-style-two .inner .lower-box h3 a {
	position: relative;
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-two .inner .lower-box h3 a:hover {
	color: #1bbde8;
}

.services-style-two .inner .lower-box h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.services-style-two .inner .lower-box h3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 3px;
	width: 32px;
	height: 1px;
	margin-left: -16px;
	background-color: #1bbde8;
}

.services-style-two .inner .lower-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
}


.tab-section {
	position: relative;
	padding: 135px 0px 115px;
}

.tab-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 39, 57, 0.97);
}

/*** 

====================================================================
=========	Work Tabs Style
===========================================================

***/

.work-info-tabs {
	position: relative;
	margin-top: 60px;
}

.works-tabs {
	position: relative;
}

.works-tabs .tab-btns {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.works-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.works-tabs .tab-btns .tab-btn:hover,
.works-tabs .tab-btns .tab-btn.active-btn {
	color: #1bbde8;
}

.works-tabs .tabs-content {
	position: relative;
}

.works-tabs .tabs-content .tab {
	position: relative;
	padding: 50px 0px 0px;
	display: none;
}

.works-tabs .tabs-content .tab.active-tab {
	display: block;
}

/*default portfolio item*/

.default-portfolio-item {
	position: relative;
	padding-bottom: 30px;
}

.default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-portfolio-item .image-box {
	position: relative;
	display: block;
}

.default-portfolio-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.default-portfolio-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background: rgba(157, 209, 91, 0.90);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.default-portfolio-item .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.default-portfolio-item .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 30px;
}

.default-portfolio-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.default-portfolio-item .overlay-inner h3 a {
	color: #ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover {
	color: #0a3d55;
}

.default-portfolio-item .overlay-inner .image-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 46px;
	height: 46px;
	margin: 0px 5px;
	line-height: 44px;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: #0a3d55;
}

.default-portfolio-item .overlay-inner .image-link .icon {
	position: relative;
}

.default-portfolio-item .overlay-inner .image-link:hover {
	background: #ffffff;
	color: #0a3d55;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/***     

====================================================================
	testimonials Section
====================================================================

***/

.testimonials-section_plumber {
	position: relative;
	padding: 100px 0px 40px;
}


.testimonials-section_plumber .column .sec-title {
	margin-bottom: 30px;
}

.sponsors-style-one {
	position: relative;
}

.sponsors-style-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
	border: 1px solid #ffffff;
}

.sponsors-style-one .column {
	position: relative;
	padding: 20px 0px;
	border-right: 1px dashed #e3e3e3;
	border-bottom: 1px dashed #e3e3e3;
}

.sponsors-style-one .column .image-box {
	position: relative;
	z-index: 10;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sponsors-style-one .column .image-box a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.sponsors-style-one .column .image-box img {
	position: relative;
	max-width: 100%;
	opacity: 0.7;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sponsors-style-one .column .image-box:hover img {
	opacity: 1;
}

.testimonials-column .slick-dots {
	display: none !important;
}

.testimonials-column .prev-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 35px;
	color: #e5e5e5;
	background: none;
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonials-column .next-btn {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 35px;
	height: 35px;
	color: #e5e5e5;
	background: none;
	border: 1px solid #e5e5e5;
	border-top: 0px;
	text-align: center;
	cursor: pointer;
	z-index: 12;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonials-column .next-btn:hover,
.testimonials-column .prev-btn:hover {
	color: #414141;
}

/*Testimonial Block*/

.testimonial-block {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-block .inner-box {
	position: relative;
}

.testimonial-block .inner-box .author-info {
	position: relative;
	display: flex;
	margin-bottom: 12px;
}

.testimonial-block .inner-box .author-info .author-info-icon {
	height: 30px;
	width: 30px;
	background: #2f2f2f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}


.testimonial-block .inner-box .author-info h3 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding-top: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.testimonial-block .inner-box .author-info .designation {
	color: #777777;
	font-size: 14px;
}

.testimonial-block .inner-box .author-info .quote-icon {
	position: absolute;
	right: 0px;
	top: 20px;
	color: #1bbde8;
	font-size: 32px;
}

.testimonial-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section_plumber {
	position: relative;
	padding: 100px 0px 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fafafa;
	background-attachment: fixed;
	background-image: url(../images/counter.webp);
}

.counter-section_plumber:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.75);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.fact-counter .column .inner {
	position: relative;
}

.fact-counter .column .content {
	position: relative;
}

.fact-counter .count-outer {
	position: relative;
	display: flex;
	font-size: 70px;
	line-height: 42px;
	font-weight: 700;
	color: #1bbde8;
}

.fact-counter .count-outer .plus-tag {
	margin-top: 8px;
	font-size: 40px;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #1bbde8;
	margin-top: 5px;
}



.news-section_plumber {
	position: relative;
	padding: 100px 0px 40px;
}

.blog-classic .styled-pagination {
	margin-top: 90px;
}

.blog-grid .styled-pagination {
	margin-top: 40px;
}

.news-style-one {
	position: relative;
	margin-bottom: 50px;
}

.news-style-one .inner {
	position: relative;
}

.news-style-one .inner .image {
	position: relative;
}

.news-style-one .inner .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-style-one .inner .image .date-box {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px 20px;
	z-index: 1;
	color: #ffffff;
	font-size: 20px;
	min-width: 80px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	background-color: #1bbde8;
	text-transform: uppercase;
	font-family: 'Quattrocento Sans', sans-serif;
}

.news-style-one .inner .image .date-box span {
	font-size: 18px;
}

.news-style-one .inner .lower-box {
	position: relative;
	padding-top: 20px;
}

.news-style-one .inner .lower-box .upper-content {
	position: relative;
}

.news-style-one .inner .lower-box .upper-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 5px;
}

.news-style-one .inner .lower-box .upper-content h3 a {
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-style-one .inner .lower-box .upper-content h3 a:hover {
	color: #1bbde8;
}

.news-style-one .inner .lower-box .upper-content .meta-option {
	position: relative;
}

.news-style-one .inner .lower-box .upper-content .meta-option li {
	position: relative;
	margin-right: 25px;
	color: #777777;
	font-size: 14px;
	display: inline-block;
}

.news-style-one .inner .lower-box .upper-content .meta-option li:after {
	position: absolute;
	content: '';
	right: -13px;
	top: 6px;
	width: 1px;
	height: 13px;
	background-color: #898989;
}

.news-style-one .inner .lower-box .upper-content .meta-option li:last-child::after {
	display: none;
}

.news-style-one .inner .lower-box .upper-content .meta-option li a {
	position: relative;
	color: #777777;
	font-size: 14px;
	padding-left: 20px;
}

.news-style-one .inner .lower-box .upper-content .meta-option li a .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #1bbde8;
	line-height: 1em;
}

.news-style-one .inner .lower-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.news-style-one .inner .lower-box .text p {
	color: #777777;
	font-size: 16px;
	margin-bottom: 15px;
}

.news-style-one .inner .lower-box .text blockquote {
	position: relative;
	color: #777777;
	font-size: 17px;
	padding: 45px 65px;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 2px solid #1bbde8;
}

.news-style-one .inner .lower-box .text blockquote .text {
	margin: 0px;
	line-height: 1.4em;
	display: inline-block;
}

.news-style-one .inner .lower-box .text blockquote .icon-left {
	position: absolute;
	left: -35px;
	top: -20px;
	color: #eaeaea;
	font-size: 28px;
}

.news-style-one .inner .lower-box .text blockquote .icon-right {
	position: relative;
	right: -10px;
	bottom: -10px;
	color: #eaeaea;
	font-size: 28px;
}

.news-style-one .inner .lower-box .read-more {
	position: relative;
	color: #002739;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.news-style-one .inner .lower-box .read-more:hover {
	color: #1bbde8;
}


.blog-single .post-share-options {
	position: relative;
	padding: 20px 0px 10px;
	margin-top: 20px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.blog-single .post-share-options .tags a {
	position: relative;
	color: #1bbde8;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Quattrocento Sans', sans-serif;
}

.blog-single .post-share-options .tags {
	padding-top: 2px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

/*Main Footer*/

.main-footer_plumber {
	position: relative;
}

.main-footer_plumber .main-footer_plumber-bg {
	height: 100%;
	background-color: #002739;
	background-image: url(../images/footer.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.main-footer_plumber .main-footer_plumber-bg:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.75);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.main-footer_plumber .contact-info-section {
	position: relative;
	padding-top: 80px;
}

.map-canvas {
	height: 410px;
}

.info-block {
	position: relative;
	margin-bottom: 40px;
}

.info-block .inner {
	position: relative;
	padding: 25px 35px;
	padding-left: 150px;
	border: 1px solid #11465e;
}

.info-block .inner .icon-box {
	position: absolute;
	left: 35px;
	top: 38px;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 82px;
	background: #154d67;
	font-size: 34px;
	color: #1bbde8;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 6px #073449;
}

.info-block .inner h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.info-block .inner .text {
	color: #bfbfbf;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.info-block .inner .visit {
	position: relative;
	color: #1bbde8;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.main-footer_plumber .widgets-section {
	position: relative;
	padding: 30px 0px 40px;
}

.main-footer_plumber .footer-column {
	position: relative;
}

.main-footer_plumber .footer-widget {
	position: relative;
	margin-bottom: 50px;
}

.main-footer_plumber .footer-widget h2 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.main-footer_plumber .footer-widget h2:before {
	position: absolute;
	content: '';
	left: 6px;
	bottom: 3px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.main-footer_plumber .footer-widget h2:after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.main-footer_plumber .about-widget .text {
	color: #d1d1d1;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 25px;
	padding-right: 20px;
}

.main-footer_plumber .links-widget .list li {
	position: relative;
	margin-bottom: 12px;
}

.main-footer_plumber .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	color: #d1d1d1;
	font-size: 16px;
	padding: 4px 0px 4px 22px;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer_plumber .links-widget .list li a:before {
	content: '\f0a9';
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 24px;
	font-size: 12px;
	font-family: 'FontAwesome';
}

.main-footer_plumber .links-widget .list li a:hover {
	color: #1bbde8;
}

/*Tweet Widget*/

.main-footer_plumber .tweets-widget .tweet {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer_plumber .tweets-widget .tweet .text a {
	color: #4f8ba6;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer_plumber .tweets-widget .tweet p {
	margin-bottom: 5px;
	color: #d1d1d1;
	font-size: 16px;
}

.main-footer_plumber .tweets-widget .tweet a:hover {
	color: #1bbde8;
}

.main-footer_plumber .tweets-widget .tweet:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}

.main-footer_plumber .tweets-widget .tweet .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 1.4em;
	color: #1bbde8;
	font-size: 18px;
}

/*Gallery Widget*/

.main-footer_plumber .gallery-widget .images-outer {
	position: relative;
	margin: 0px -6px;
}

.main-footer_plumber .gallery-widget .image-box {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 6px;
	margin-bottom: 10px;
}

.main-footer_plumber .gallery-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer_plumber .gallery-widget .image-box img:hover {
	opacity: 0.70;
}

/*footer style two*/

.footer-style-two {
	position: relative;
	padding-top: 65px;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*Logo Widget*/

.main-footer_plumber .logo-widget .logo-box {
	position: relative;
	margin-bottom: 46px;
}

.main-footer_plumber .logo-widget .logo-box {
	left: -30px;
}

.main-footer_plumber .logo-widget .widget-content .text {
	position: relative;
	color: #aaa;
	font-size: 16px;
	margin-bottom: 35px;
}

.main-footer_plumber .logo-widget .copyright {
	position: relative;
	color: #d1d1d1;
	font-size: 15px;
	margin-top: 50px;
}

/*Posts Widget*/

.main-footer_plumber .posts-widget .post {
	position: relative;
	padding-left: 75px;
	min-height: 70px;
	margin-bottom: 20px;
}

.main-footer_plumber .posts-widget .post:last-child {
	margin-bottom: 0px;
}

.main-footer_plumber .posts-widget .post .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 56px;
	border-radius: 50%;
}

.main-footer_plumber .posts-widget .post .image img {
	position: relative;
	display: block;
	width: 70px;
	border-radius: 50%;
}

.main-footer_plumber .posts-widget .post .text {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	color: #d1d1d1;
	margin-bottom: 7px;
}

.main-footer_plumber .posts-widget .post .text a {
	position: relative;
	color: #aaa;
}

.main-footer_plumber .posts-widget .post .time {
	position: relative;
	color: #1bbde8;
	line-height: 20px;
	font-style: italic;
	font-size: 14px;
}

/*Hours Widget*/

.hours-widget ul {
	position: relative;
}

.hours-widget ul li {
	position: relative;
	margin-bottom: 12px;
	color: #aaa;
	font-size: 15px;
}

.hours-widget ul li span {
	color: #1bbde8;
	text-transform: uppercase;
}

/*Subscribe Widget*/

.main-footer_plumber .newsletter-form {
	margin-bottom: 30px;
}

.main-footer_plumber .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.main-footer_plumber .subscribe-widget .form-group input[type="text"],
.main-footer_plumber .subscribe-widget .form-group input[type="tel"],
.main-footer_plumber .subscribe-widget .form-group input[type="email"],
.main-footer_plumber .subscribe-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 20px;
	height: 42px;
	color: #ffffff;
	font-size: 13px;
	border-radius: 4px;
	background: #313131;
	border: 1px solid #555555;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer_plumber .subscribe-widget .form-group input[type="text"]:focus,
.main-footer_plumber .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer_plumber .subscribe-widget .form-group input[type="email"]:focus,
.main-footer_plumber .subscribe-widget .form-group textarea:focus {
	background: #434141;
}

.main-footer_plumber .subscribe-widget .form-group input[type="submit"],
.main-footer_plumber .subscribe-widget button {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

/*footer bottom*/

.main-footer_plumber .copyright {
	position: relative;
	color: #aaa;
	background: #1e1e1e;
	padding: 30px 0;
}

.main-footer_plumber .copyright .copyright-link:hover {
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*** 
=============================================
    Latest Blog-v2 Area style
=============================================
***/
.footer-top-area_plumber {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 27px;
	padding-top: 35px;
	position: relative;
	z-index: 1;
}

.footer-top-area_plumber::before {
	background: rgb(27, 189, 232) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer-top-area_plumber .single-item {
	padding-left: 60px;
	position: relative;
}

.footer-top-area_plumber .single-item .icon-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	border-right: 1px solid #6ee1ff;
	height: 75px;
	display: flex;
	align-items: center;
}

.footer-top-area_plumber .single-item .icon-holder span:before {
	color: #ffffff;
	font-size: 40px;
}

.footer-top-area_plumber .single-item .icon-holder .c-icon {
	width: 40px;
	height: 40px;
}

.footer-top-area_plumber .single-item .text-holder {
	padding-left: 24px;
}

.footer-top-area_plumber .single-item .text-holder h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 12px 0 0 0;
}

.footer-top-area_plumber .single-item .text-holder p {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}






/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section_plumber {
	position: relative;
	padding-top: 100px;
}

.welcome-section_plumber:after {
	position: absolute;
	content: '';
	width: 500px;
	left: 200px;
	top: 0px;
	height: 100%;
	background: url(../images/pattern.png) no-repeat;
}

.welcome-section_plumber .content-column {
	position: relative;
	z-index: 10;
}

.welcome-section_plumber .content-column .inner-box {
	position: relative;
	padding: 30px 0px 50px;
}

.welcome-section_plumber .content-column .inner-box .sec-title {
	margin-bottom: 15px;
}

.welcome-section_plumber .content-column .inner-box .text {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 44px;
	border-bottom: 1px solid #eaeaea;
}

.welcome-section_plumber .content-column .inner-box .text p {
	position: relative;
	color: #777777;
	font-size: 16px;
	margin-bottom: 20px;
}

.welcome-section_plumber .content-column .inner-box .text p:last-child {
	margin-bottom: 0px;
}

.welcome-section_plumber .image-column {
	position: relative;
	text-align: center;
	z-index: 1;
}

.welcome-section_plumber .image-column .image img {
	height: 100%;
}

/*** 

====================================================================
	Client Section
====================================================================

***/

.client-section_plumber {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.client-section_plumber .clinet-inner {
	position: relative;
	border: 0px;
	padding: 90px 0px 30px;
}

.client-section_plumber .title-column {
	position: relative;
	margin-bottom: 50px;
}

.client-section_plumber .title-column .sec-title {
	margin-bottom: 20px;
}

.client-section_plumber .title-column .text {
	position: relative;
	color: #bfbfbf;
}

.client-section_plumber .carousel-column {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.client-section_plumber .sponsors-outer .owl-nav {
	display: none !important;
}

.client-section_plumber .carousel-column .image-box img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	transition: all 0.300s ease;
	-moz-transition: all 0.300s ease;
	-webkit-transition: all 0.300s ease;
	-ms-transition: all 0.300s ease;
	-o-transition: all 0.300s ease;
}

.client-section_plumber:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 39, 57, 0.95);
}

.client-section_plumber .sec-title h2 {
	color: #ffffff;
}

.client-section_plumber .carousel-column .image-box a img {
	border: 1px solid #34515f;
	opacity: 1;
}

/*** 

====================================================================
	Repair Section
====================================================================

***/

.repair-section {
	position: relative;
	padding: 135px 0px 100px;
}

.repair-section .image-column {
	position: relative;
	margin-bottom: 20px;
}

.repair-section .image-column .column {
	margin-bottom: 25px;
}

.repair-section .image-column .column .inner .text {
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 22px;
	text-transform: uppercase;
}

.repair-section .image-column .column.before .inner:after {
	position: absolute;
	content: '';
	left: 80%;
	bottom: -20px;
	width: 142px;
	height: 40px;
	background: url(../images/icons/curve-arow.png) no-repeat;
}

.repair-section .image-column .image {
	position: relative;
	text-align: center;
	/*padding:0px 20px;
	padding-right:50px;*/
}

.repair-section .image-column .image img {
	max-width: 100%;
	display: inline-block;
}

.repair-section .content-column {
	position: relative;
}

.repair-section .content-column .inner-box {
	position: relative;
	padding-left: 30px;
}

.repair-block {
	position: relative;
	margin-bottom: 42px;
}

.repair-block .inner {
	position: relative;
	padding-left: 110px;
}

.repair-block .inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 84px;
	height: 84px;
	color: #1bbde8;
	font-size: 36px;
	text-align: center;
	line-height: 82px;
	border-radius: 50%;
	background-color: #ffffff;
	transition: all 0.300s ease;
	-moz-transition: all 0.300s ease;
	-webkit-transition: all 0.300s ease;
	-ms-transition: all 0.300s ease;
	-o-transition: all 0.300s ease;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.repair-block .inner h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.repair-block .inner h3 a {
	color: #333333;
	transition: all 0.300s ease;
	-moz-transition: all 0.300s ease;
	-webkit-transition: all 0.300s ease;
	-ms-transition: all 0.300s ease;
	-o-transition: all 0.300s ease;
}

.repair-block .inner h3 a:hover {
	color: #1bbde8;
}

.repair-block .inner h3:before {
	position: absolute;
	content: '';
	left: 6px;
	bottom: 3px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.repair-block .inner h3:after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.repair-block .inner .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
}

.repair-block .inner:hover .icon-box {
	background-color: #1bbde8;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
	-ms-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
	-o-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
	-moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
}

/*** 

====================================================================
	services Section Two
====================================================================

***/

.services-section_plumber-two {
	position: relative;
	padding: 135px 0px 100px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-section_plumber-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 39, 57, 0.95)
}

.services-style-three {
	position: relative;
	margin-bottom: 40px;
}

.services-style-three .inner-box {
	position: relative;
	margin-left: 70px;
	border: 1px solid #174e67;
	padding: 25px 30px 36px 100px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-three .inner-box .image-box {
	position: absolute;
	left: -70px;
	top: 20px;
	width: 140px;
	height: 140px;
	border: 5px solid #ffffff;
}

.services-style-three .inner-box .image-box .image img {
	width: 100%;
	display: block;
}

.services-style-three .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.services-style-three .inner-box h3:before {
	position: absolute;
	content: '';
	left: 6px;
	bottom: 3px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.services-style-three .inner-box h3:after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.services-style-three .inner-box h3 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-three .inner-box h3 a:hover {
	color: #1bbde8;
}

.services-style-three .inner-box .text {
	position: relative;
	color: #d1d1d1;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 20px;
}

.services-style-three .inner-box:hover {
	border-color: #1bbde8;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section_plumber {
	position: relative;
	padding: 135px 0px 150px;
}

.team-section_plumber .owl-nav {
	position: absolute;
	right: 0px;
	top: -100px;
	padding: 5px 0px;
	border: 1px solid #e7e7e7;
}

.team-section_plumber .owl-nav .owl-prev {
	border-right: 1px solid #e8e8e8;
}

.team-section_plumber .owl-nav .owl-prev,
.team-section_plumber .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	padding: 0px 15px;
	line-height: 1em;
	color: #c2c2c2;
	font-size: 16px;
}

.team-section_plumber .owl-nav .owl-prev:hover,
.team-section_plumber .owl-nav .owl-next:hover {
	color: #4e4e4e;
}

.team-member {
	position: relative;
	margin-bottom: 60px;
}

.team-member .inner-box {
	position: relative;
}

.team-member .inner-box .image {
	position: relative;
	text-align: center;
	background-color: #fafafa;
}

.team-member .inner-box .image img {
	position: relative;
	max-width: 100%;
	display: inline-block;
}

.team-member .inner-box .lower-box {
	position: relative;
	padding-top: 15px;
}

.team-member .inner-box .lower-box h3 {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}

.team-member .inner-box .lower-box h3 a {
	color: #1bbde8;
}

.team-member .inner-box .lower-box .designation {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-style: italic;
	font-family: 'Quattrocento Sans', sans-serif;
}

/*** 

====================================================================
	Team Style One
====================================================================

***/

.team-style-one_plumber {
	position: relative;
	padding: 100px 0 50px;
}

.team-style-one_plumber.gray-bg {
	background: #f7f7f7;
}

.team-style-one_plumber.altered {
	padding-top: 60px;
}

.member-style-one {
	position: relative;
	border: 1px solid #f4f4f4;
	margin-bottom: 50px;
}

.member-style-one .inner-box {
	position: relative;
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
	background: #ffffff;
}

.member-style-one .image-box {
	display: block;
}

.member-style-one .image-box img {
	display: block;
	width: 100%;
	height: auto;
	text-shadow: 0 0 black;
	box-shadow: 0 0 0px black;
	transform-style: inherit;
}

.member-style-one .lower-content {
	position: relative;
	padding: 25px 15px;
	background: #1bbde8;
}

.member-style-one .lower-content .info {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.member-style-one .lower-content .info h4 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 2px;
}

.member-style-one .lower-content .info .designation {
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
}

.member-style-one .lower-content .social-links {
	position: relative;
}

.member-style-one .lower-content .social-links a {
	display: inline-block;
	width: 30px;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	margin: 0px 5px;
}

.member-style-one .lower-content .social-links a:hover {
	color: #ffffff;
}

.team-area .owl-controls {
	padding: 0px !important;
	margin: 0px !important;
}

.team-area .owl-controls {
	position: relative;
	width: 100%;
	;
	margin: 50px auto 0px !important;
}

.team-area .owl-controls .owl-dots {
	display: none !important;
}

.team-area .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	top: 50%;
	margin: 0px 3px;
	width: 34px;
	height: 42px;
	padding: 0px;
	color: #222222;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 0px;
	background: none;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.team-area .owl-controls .owl-nav [class*="owl-"] span {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	transform: skewX(10deg);
}

.team-area .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #ffffff;
	background: #2799ED;
	border-color: #2799ED;
}





/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
	position: relative;
}

.call-to-action .content .image-box {
	position: absolute;
	right: 100%;
	bottom: 30px;
	width: 320px;
}

.call-to-action:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 39, 57, 0.95)
}

.call-to-action .content {
	position: relative;
	padding: 85px 0px 60px;
	margin-left: 180px;
}

.call-to-action .content h3 {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section_plumber {
	position: relative;
	padding: 120px 0px 120px;
	background-color: #fafafa;
}

.testimonial-section_plumber .owl-dots {
	position: relative;
	text-align: center;
	padding: 50px 0px 0px;
}

.testimonial-section_plumber .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.testimonial-section_plumber .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px;
	background: #eaeaea;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	transition: all 500ms ease;
}

.testimonial-section_plumber .owl-dots .owl-dot.active span,
.testimonial-section_plumber .owl-dots .owl-dot:hover span {
	border-color: #1bbde8;
	background: #1bbde8;
}

.testimonial-section_plumber .owl-nav {
	display: none;
}





/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section {
	position: relative;
	overflow: hidden;
	padding: 145px 0px 100px;
}

.why-us-section .content-column .row {
	margin: 0px -25px;
}

.why-us-section .services-style-four {
	padding: 0px 25px;
}

.why-us-section .image-column {
	position: relative;
	text-align: center;
}

.why-us-section .image-column .image {
	/*position:relative;
	padding-left:20px;*/
	position: absolute;
	padding-left: 20px;
	right: -90px;
}

.why-us-section .image-column .image img {
	display: inline-block;
	max-width: 100%;
}

.services-style-four {
	position: relative;
	margin-bottom: 50px;
}

.services-style-four .inner-box {
	position: relative;
	margin-left: 35px;
	padding: 30px 30px 25px;
	border: 1px solid #e0e0e0;
}

.services-style-four .inner-box .icon-box {
	position: absolute;
	left: -30px;
	top: 20px;
	width: 70px;
	height: 70px;
	color: #1bbde8;
	font-size: 30px;
	line-height: 66px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

.services-style-four .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-left: 35px;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.services-style-four .inner-box h3:before {
	position: absolute;
	content: '';
	left: 6px;
	bottom: 3px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.services-style-four .inner-box h3:after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -6px;
	background-color: #1bbde8;
}

.services-style-four .inner-box h3 a {
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-style-four .inner-box h3 a:hover {
	color: #1bbde8;
}

.services-style-four .inner-box .text {
	color: #777777;
	font-size: 16px;
	margin-top: 28px;
}

/*** 

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section {
	position: relative;
	padding: 90px 0px 50px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.appointment-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 39, 57, 0.95)
}

/*Donate Form*/

.default-form {
	position: relative;
}

.default-form.extended .search-outer {
	background: #242424;
}

.default-form form .form-group {
	position: relative;
	margin: 0px 0px 25px;
}

.default-form form .form-group .field-title {
	color: #707070;
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.default-form form input[type="text"],
.default-form form input[type="search"],
.default-form form input[type="tel"],
.default-form form input[type="email"],
.default-form form input[type="range"],
.default-form form select {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	line-height: 28px;
	padding: 6px 20px;
	font-size: 14px;
	color: #b7b7b7;
	font-style: normal;
	background: #002739;
	border-radius: 4px;
	transition: all 500ms ease;
	border: 1px solid #1d526a;
}

.appointment-section .default-form form input,
.appointment-section .default-form form select {
	color: #ffffff;
}

.appointment-section .default-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.70);
}

.default-form form input:focus,
.default-form form .form-group textarea:focus {
	background-color: #1d526a;
}

.default-form form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	cursor: pointer;
}

.default-form form select option {
	position: relative;
	color: #656565;
}

.default-form form .form-group textarea {
	height: 120px;
	width: 100%;
	background: #002739;
	border-radius: 4px;
	transition: all 500ms ease;
}

.default-form form .form-group button {
	display: block;
	width: 100%;
}

/*Select DropDown*/

.field-inner .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 42px;
	padding: 6px 20px;
	line-height: 28px;
	color: #b7b7b7;
	background: #002739;
	border-radius: 4px;
	transition: all 500ms ease;
	border: 1px solid #1d526a;
}

.appointment-section .field-inner .ui-selectmenu-button.ui-button {
	color: rgba(255, 255, 255, 0.80);
}

.field-inner .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
}

.field-inner .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 5px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 24px;
}

.default-form form .theme-btn .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 80px 0px 150px;
}

.gallery-section.fullwidth-gallery {
	padding-bottom: 0px;
}

.fullwidth-gallery .styled-pagination {
	margin-top: 100px;
	margin-bottom: 130px;
}

.gallery-section .gallery-blocks .default-portfolio-item {
	position: relative;
	width: 20%;
	float: left;
	padding-bottom: 0px;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 100px 0px 90px;
}

.accordion-box {
	position: relative;
	padding: 22px 35px 0px;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
}

.accordion-box .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f7f7f7;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 10px;
}

.accordion-box .block:last-child .acc-btn {
	border: 0px;
}

.accordion-box .block:last-child .acc-content .content {
	padding-top: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 16px;
	margin-bottom: 0px;
	cursor: pointer;
	background: none;
	line-height: 24px;
	font-weight: 600;
	overflow: hidden;
	color: #333333;
	text-transform: uppercase;
	padding: 14px 40px 23px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-bottom: 1px solid #ececec;
}

.accordion-box .block .acc-btn .icon-outer {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	background-color: #002739;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
	position: relative;
	left: 0px;
	top: 4px;
	line-height: 1em;
}

.accordion-box .block .acc-btn.active {
	color: #1bbde8;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #ffffff;
	background-color: #1bbde8;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 15px;
	padding: 20px 0px 0px;
}

.accordion-box .block .content p {
	margin-bottom: 15px;
	line-height: 1.8em;
	font-size: 16px;
	color: #777777;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}


/*** 

====================================================================
	Shop Products Section
====================================================================

***/

.shop-products-section {
	position: relative;
	padding: 135px 0px 100px;
}

.default-shop-item {
	position: relative;
	margin-bottom: 40px;
}

.default-shop-item .inner-box {
	position: relative;
	border: 1px solid #e0e0e0;
}

.default-shop-item .inner-box .sold-out {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	background-color: rgba(250, 250, 250, 0.90);
}

.default-shop-item .inner-box .sold-out .sold-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 13px;
	color: #ffffff;
	font-weight: 800;
	padding: 6px 32px;
	border-radius: 4px;
	margin-top: -14px;
	margin-left: -65px;
	text-transform: uppercase;
	background-color: #444444;
	font-family: 'Roboto', sans-serif;
}

.default-shop-item .overlay {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	color: #f06529;
	text-align: center;
	z-index: 10;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: rgba(27, 189, 232, 0.8);
}

.default-shop-item:hover .overlay {
	top: 0px;
}

.default-shop-item .overlay .links-box {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -27px;
	width: 100%;
	height: 54px;
}

.default-shop-item .overlay .option-btn {
	position: relative;
	display: inline-block;
	line-height: 26px;
	padding: 6px 0px;
	margin: 0px 2px;
	width: 38px;
	height: 38px;
	background: #ffffff;
	color: #777777;
	border-radius: 50%;
	font-size: 14px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.default-shop-item .overlay .option-btn:hover {
	background: #0a3d55;
	color: #ffffff;
}

.default-shop-item .inner-box .image-box {
	position: relative;
	overflow: hidden;
}

.default-shop-item .inner-box .image-box .new-item {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
	height: 44px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	line-height: 44px;
	z-index: 11;
	background-color: #444444;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.default-shop-item .inner-box .image-box img {
	width: 100%;
	display: block;
}

.default-shop-item .inner-box .lower-content {
	position: relative;
	padding: 25px 20px;
	border-top: 1px solid #e0e0e0;
}

.default-shop-item .inner-box .lower-content .category {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-style: italic;
}

.default-shop-item .inner-box .lower-content h3 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.default-shop-item .inner-box .lower-content h3 a {
	position: relative;
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.default-shop-item .inner-box .lower-content h3 a:hover {
	color: #1bbde8;
}

.default-shop-item .inner-box .lower-content .price {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	height: 24px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.default-shop-item .inner-box .lower-content .price .discount-price {
	position: relative;
	color: #d2d2d2;
	font-size: 18px;
}

.default-shop-item .inner-box .lower-content .rating li {
	display: inline-block;
}

.subscriber-section {
	position: relative;
}

.subscriber-section .subscribe-inner {
	position: relative;
	padding: 60px 15px;
	z-index: 10;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center center;
}

.subscriber-section .subscribe-inner .sec-title {
	margin-bottom: 25px;
}

/*subscriber form*/

.subscriber-form {
	margin-bottom: 30px;
	max-width: 630px;
	margin: 0 auto;
}

.subscriber-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.subscriber-form .form-group input[type="text"],
.subscriber-form .form-group input[type="tel"],
.subscriber-form .form-group input[type="email"],
.subscriber-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 8px 20px;
	height: 44px;
	font-size: 14px;
	border-radius: 4px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscriber-form .form-group input[type="text"]:focus,
.subscriber-form.form-group input[type="tel"]:focus,
.subscriber-form .form-group input[type="email"]:focus,
.subscriber-form .form-group textarea:focus {}

.subscriber-form .form-group input[type="submit"],
.subscriber-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	padding: 8px 30px;
	border-radius: 0px 4px 4px 0px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section .map-container {
	position: relative;
	z-index: 10;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title_plumber {
	position: relative;
	text-align: center;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 120px 0px 130px 0px;
	background-attachment: fixed;
}

.page-title_plumber:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(27, 189, 232, 0.8);
}

.page-title_plumber .auto-container {
	position: relative;
	z-index: 1;
}

.page-title_plumber h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.breadcrumb-outer_plumber {
	position: relative;
	text-align: center;
}

.breadcrumb-outer_plumber .bread-crumb {
	position: relative;
	padding: 20px 85px;
	margin-top: -22px;
	top: -5px;
	display: inline-block;
	background-color: #002739;
}

.breadcrumb-outer_plumber .bread-crumb:before {
	position: absolute;
	content: '';
	top: 50%;
	left: -8px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-radius: 50%;
	background-color: #ffffff;
}

.breadcrumb-outer_plumber .bread-crumb:after {
	position: absolute;
	content: '';
	top: 50%;
	right: -8px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-radius: 50%;
	background-color: #ffffff;
}

.breadcrumb-outer_plumber .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.breadcrumb-outer_plumber .bread-crumb li a {
	position: relative;
	font-size: 15px;
	color: #ffffff;
	margin: 0px 7px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.breadcrumb-outer_plumber .bread-crumb a:hover,
.breadcrumb-outer_plumber .bread-crumb a.current {
	position: relative;
	color: #1bbde8;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container_plumber {
	position: relative;
	padding: 100px 0px 50px;
}

.sidebar-page-container_plumber .news-section_plumber {
	padding: 0;
}

.sidebar-page-container_plumber .sidebar-side,
.sidebar-page-container_plumber .content-side {
	margin-bottom: 30px !important;
}

.sidebar {
	position: relative;
}

.services-single-widget {
	position: relative;
	padding: 30px 35px;
	background-color: #fafafa;
}

/*List*/

.sidebar .list {
	position: relative;
	margin-bottom: 30px;
}

.sidebar .list li {
	position: relative;
	line-height: 24px;
	margin-bottom: 5px;
}

.sidebar .list li a {
	position: relative;
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	border-radius: 4px;
	background-color: #ffffff;
	text-transform: capitalize;
	padding: 14px 20px 14px 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .list li a .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #777777;
	margin-top: -12px;
}

.sidebar .list li a:hover,
.sidebar .list li.current a {
	color: #ffffff;
	background-color: #1bbde8;
}

.sidebar .list li.current a .icon,
.sidebar .list li a:hover .icon {
	color: #ffffff;
}

/*** 

====================================================================
	Brochures
====================================================================

***/

.brochures {
	position: relative;
}

.brochures h2 {
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.brochures .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Brochures files
====================================================================

***/

.brochures .files li {
	position: relative;
	margin-bottom: 10px;
}

.brochures .files li:last-child {
	margin-bottom: 0;
}

.brochures .files li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 13px 50px;
	border-radius: 5px;
	background-color: #002739;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	font-family: 'Montserrat', sans-serif;
}

.brochures .files li a .fa {
	position: relative;
	line-height: 24px;
	padding-right: 8px;
	color: #1bbde8;
}

.services-content .lower-content {
	position: relative;
}

.services-content .lower-content .upper-box {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}

.services-content .lower-content .upper-box h3 {
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.services-content .lower-content .upper-box .title {
	position: relative;
	color: #777777;
	font-size: 18px;
	font-style: italic;
	padding-left: 26px;
	margin-top: 5px;
}

.services-content .lower-content .upper-box .title:before {
	position: absolute;
	content: '\f02c';
	left: 0px;
	top: 0px;
	color: #1bbde8;
	font-style: normal;
	font-family: 'FontAwesome';
}

.services-content .lower-content .lower-box {
	position: relative;
	margin-top: 20px;
}

.services-content .lower-content .lower-box .text {
	position: relative;
}

.services-content .lower-content .lower-box .text p {
	position: relative;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}

.services-content .lower-content .lower-box .text h4 {
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/*list style two*/

.list-style-two {
	position: relative;
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.list-style-two li {
	position: relative;
	color: #777777;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	padding-left: 22px;
}

.list-style-two li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 0px;
	color: #1bbde8;
	font-size: 14px;
	font-style: normal;
	font-family: 'FontAwesome';
}

/*** 

====================================================================
	Repair Box
====================================================================

***/

.repair-box {
	position: relative;
	background-size: cover;
}

.repair-box .inner-box {
	position: relative;
	padding: 35px 40px 35px;
}

.repair-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 39, 57, 0.95);
}

.repair-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.repair-box .text {
	position: relative;
	color: #c9c9c9;
	font-size: 16px;
	margin-bottom: 2px;
}

.repair-box .btn-style-one {
	margin-top: 12px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination ul {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 9px 5px;
	height: 40px;
	font-size: 20px;
	text-transform: capitalize;
	min-width: 40px;
	background: none;
	color: #b9b9b9;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #002739;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

/*Products Section*/

.products-section {
	position: relative;
}

.products-section .row {
	position: relative;
	margin: 0px -10px;
}

.products-section .default-shop-item {
	position: relative;
	padding: 0px 10px;
}

.products-section .styled-pagination {
	position: relative;
	margin-top: 60px;
}

.sidebar .sidebar-inner {
	position: relative;
	padding: 25px 30px 25px;
	background-color: #fafafa;
}

.shop-sidebar {
	position: relative;
	padding: 25px 30px;
	background-color: #fafafa;
}

/*Sidebar Widget*/

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 45px;
}

.sidebar .sidebar-widget:last-child {
	margin-bottom: 0px;
}

/*Sidebar Title*/

.sidebar .sidebar-widget .sidebar-title {
	position: relative;
	margin-bottom: 15px;
}

.sidebar .sidebar-widget .sidebar-title h3 {
	position: relative;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	line-height: 1.5em;
	padding-right: 20px;
	display: inline-block;
	text-transform: uppercase;
}

/*Search Box*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 24px;
	padding: 15px 50px 11px 20px;
	border: 1px solid #e8e8e8;
	background: #ffffff;
	color: #222222;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #1bbde8;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #ffffff;
	background: #1bbde8;
	font-weight: normal;
	border-radius: 0px 3px 3px 0px;
}

/*Range Slider*/

.rangeslider-widget .outer-box {
	position: relative;
	padding: 10px 0px 0px;
}

.rangeslider-widget .form-group {
	position: relative;
	color: #777777;
	font-weight: 700;
	font-size: 16px;
	margin: 30px 0px 0px;
}

.rangeslider-widget .val-box {
	position: relative;
	display: inline-block;
	margin: 7px 5px 0px 0px;
	line-height: 24px;
	font-size: 16px;
	padding: 5px 0px;
	width: 50px;
	text-align: center;
	color: #777777;
	font-weight: 700;
	background: none;
	font-family: 'Montserrat', sans-serif;
}

.rangeslider-widget .noUi-connect {
	background: #002739 !important;
	box-shadow: none;
}

.rangeslider-widget .noUi-background {
	background: #e7e7e7 !important;
}

.rangeslider-widget .noUi-handle {
	top: -12px !important;
	background-color: transparent !important;
	box-shadow: none;
	border: 1px solid #e7e7e7 !important;
	cursor: pointer;
	width: 10px !important;
	height: 30px !important;
	background: #ffffff !important;
	margin-left: 14px;
}

.rangeslider-widget .noUi-horizontal {
	height: 7px !important;
	box-shadow: none !important;
	background: #f06529;
	border: 0px;
}

.rangeslider-widget .btn-style-two {
	padding-left: 30px;
	font-size: 12px;
	color: #222222;
	padding-right: 30px;
}

/*List*/

.sidebar .cat-list {
	position: relative;
}

.sidebar .cat-list li {
	position: relative;
	line-height: 24px;
	border-bottom: 1px solid #ececec;
}

.sidebar .cat-list li a {
	position: relative;
	display: block;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 14px 0px 12px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .cat-list li:last-child {
	border: 0px;
}

.sidebar .cat-list li:last-child a {
	padding-bottom: 0px;
}

.sidebar .cat-list li a:hover,
.sidebar .cat-list li.current a {
	color: #222222;
}

/*Color List*/

.sidebar .color-list {
	position: relative;
}

.sidebar .color-list li {
	position: relative;
	line-height: 24px;
	border-bottom: 1px solid #ececec;
}

.sidebar .color-list li a {
	position: relative;
	display: block;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 14px 0px 12px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .color-list li:last-child {
	border: 0px;
}

.sidebar .color-list li:last-child a {
	padding-bottom: 0px;
}

.sidebar .color-list li a:hover,
.sidebar .color-list li.current a {
	color: #222222;
}

.sidebar .color-list li a .color {
	position: relative;
	float: right;
	width: 21px;
	height: 21px;
	border-radius: 50%;
}

/*Popular Posts*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 80px;
	min-height: 70px;
	margin-bottom: 30px;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	border-radius: 3px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .popular-posts .post h4 {
	position: relative;
	top: -5px;
	font-size: 16px;
	margin: 0px 0px 0px;
	font-weight: 400;
	color: #777777;
	line-height: 1.4em;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: #1bbde8;
}

.sidebar .popular-posts .post h4 a {
	color: #777777;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #333333;
	font-style: italic;
}

.sidebar .popular-posts .post-info .fa {
	position: relative;
	padding-right: 5px;
	color: #1bbde8;
	font-style: normal;
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 28px 6px;
	margin: 0px 7px 10px 0px;
	border: 1px solid #e8e8e8;
	color: #777777;
	text-align: center;
	font-size: 15px;
	border-radius: 2px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {

	background-color: #1bbde8;
	border-color: #1bbde8;
	color: #ffffff;
}

/*basic details*/

.product-details .basic-details {
	position: relative;
	padding-bottom: 55px;
}

.product-details .image-column,
.product-details .info-column {
	position: relative;
	margin-bottom: 30px;
}

.product-details .image-column .image {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.product-details .image-column .image .image-text {
	position: absolute;
	left: 100px;
	bottom: 20px;
	color: #777777;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	padding-left: 20px;
}

.product-details .image-column .image .image-text:before {
	position: absolute;
	content: '\f196';
	left: 0px;
	top: 0px;
	color: #777777;
	font-family: 'FontAwesome';
}

.product-details .image-column img {
	display: block;
	width: 100%;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ececec;
}

.product-details .basic-details .details-header .new-product {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	line-height: 44px;
	z-index: 11;
	background-color: #444444;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.product-details .basic-details .details-header .item-category {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 5px;
}

.product-details .basic-details .details-header h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.product-details .basic-details .details-header h4 a {
	color: #333333;
}

.product-details .basic-details .details-header .rating {
	font-size: 12px;
	color: #29af8a;
	margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating .fa {
	display: inline-block;
	margin-right: 3px;
}

.product-details .basic-details .details-header .rating .fa-star-o {
	color: #999999;
}

.product-details .basic-details .details-header .rating .txt {
	font-size: 14px;
	padding-left: 10px;
	color: #222222;
}

.product-details .basic-details .details-header .item-price {
	font-size: 22px;
	font-weight: 700;
	color: #1bbde8;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

.product-details .basic-details .text {
	margin-bottom: 30px;
	line-height: 1.8em;
	color: #777777;
	font-size: 16px;
}

.product-details .basic-details .options {
	position: relative;
	margin-top: 14px;
}

/*Item Quantity*/

.basic-details .quantity-spinner {
	position: relative;
	display: block;
	width: 100px;
	margin-left: 40px;
	padding: 0px 30px;
}

.basic-details .product-details .quantity-spinner {
	position: relative;
	display: inline-block;
}

.basic-details .product-details .item-quantity strong {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding-right: 10px;
	font-family: 'Montserrat', sans-serif;
}

.basic-details .quantity-spinner input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 4px 10px;
	margin: 0px 0px;
	font-size: 18px;
	height: 28px;
	color: #777777;
	text-align: center;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.basic-details .quantity-spinner .minus {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	line-height: 20px;
	padding: 3px 5px;
	text-align: center;
	background: #ffffff;
	font-weight: 400;
	color: #777777;
	font-size: 12px;
	border: 1px solid #e7e7e7;
	z-index: 1;
	border-radius: 5px;
}

.basic-details .quantity-spinner .plus {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	line-height: 20px;
	padding: 3px 5px;
	text-align: center;
	font-weight: 400;
	background: #ffffff;
	color: #777777;
	font-size: 12px;
	border: 1px solid #e7e7e7;
	z-index: 1;
	border-radius: 5px;
}

/*sel colors*/

.product-details .basic-details .sel-colors {
	position: relative;
	margin-bottom: 15px;
}

.product-details .basic-details .sel-colors strong {
	position: relative;
	top: -11px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-right: 10px;
}

.product-details .basic-details .sel-colors .color-box {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}

.product-details .basic-details .sel-colors .color-box input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.product-details .basic-details .sel-colors .color-box label {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	border: 4px solid transparent;
	cursor: pointer;
	border-radius: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.product-details .basic-details .sel-colors .color-box input[type="radio"]:checked+label {
	border-color: #ffffff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
	-ms-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
	-o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
}

.product-details .basic-details .options .option-btn {
	width: 50px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	color: #bdbdbd;
	margin-left: 5px;
	border-radius: 5px;
	background-color: #f6f6f6;
}

.product-details .basic-details .options .option-btn:hover {
	color: #ffffff;
	background: #1bbde8;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/


.product-info-tabs {
	position: relative;
	margin-bottom: 70px;
}

.prod-tabs {
	position: relative;
}

.prod-tabs .tab-btns {
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}

.prod-tabs .tab-btns .tab-btn {
	position: relative;
	font-size: 18px;
	color: #777777;
	top: 2px;
	cursor: pointer;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 15px;
	display: inline-block;
	margin: 0px 50px 0px 0px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	font-family: 'Montserrat', sans-serif;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
	color: #333333;
	border-color: #1bbde8;
}

.prod-tabs .tabs-container {
	position: relative;
}

.prod-tabs .tabs-container .tab {
	position: relative;
	display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
	margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab p {
	color: #777777;
	font-size: 16px;
}

.prod-tabs .reviews-container {
	position: relative;
}

.prod-tabs .reviews-container .review-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 100px;
	min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 82px;
	height: 82px;
	padding: 3px;
	background: #ffffff;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}

.prod-tabs .reviews-container .rev-thumb img {
	display: block;
	width: 100%;
}

.prod-tabs .reviews-container .rev-content {
	position: relative;
	padding: 15px 15px 5px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.prod-tabs .reviews-container .rating {
	color: #1bbde8;
	font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
	margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
	font-size: 13px;
}

.prod-tabs .add-review {
	position: relative;
	margin: 30px 0px 20px;
	font-size: 14px;
}

.prod-tabs .add-review .rating {
	position: relative;
	padding-top: 8px;
}

.prod-tabs .add-review .rating .rate-box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #555555;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
	color: #1bbde8;
}

.prod-tabs .add-review label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #303030;
}

.prod-tabs .add-review h3 {
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
	position: relative;
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	height: 150px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
	padding: 8px 35px;
}

.sidebar-page-container_plumber .content-side .default-shop-item .inner-box .lower-content {
	background-color: #fafafa;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container_plumber .group-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-page-container_plumber .group-title h2 {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
}

.comments-area .comment-box {
	position: relative;
}

.comments-area .comment {
	position: relative;
	margin-bottom: 30px;
}

.comments-area .comment .comment-content {
	position: relative;
	padding: 28px 30px 25px;
	border: 2px solid #f4f4f4;
}

.comments-area .comment .comment-content:before {
	position: absolute;
	content: '';
	left: -20px;
	top: 25px;
	width: 21px;
	height: 22px;
	background: url(../images/icons/curve.jpg) no-repeat;
}

.comments-area .comment:last-child .comment-content {
	margin-bottom: 0px;
}

.comments-area .reply-comment {
	margin-left: 115px;
}

.comments-area .comment.reply-comment .author-thumb {
	width: 77px;
}

.comments-area .comment.reply-comment .comment-inner {
	padding-left: 110px;
}

.comments-area .comment .comment-inner {
	position: relative;
	padding-left: 115px;
	min-height: 70px;
	margin-bottom: 30px;
}

.comments-area .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.comments-area .comment .author-thumb img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.comments-area .comment .comment-header {
	position: relative;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.comments-area .comment .comment-header h4 {
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
}

.comments-area .comment .comment-header .comment-info a {
	color: #fc721e;
	font-style: italic;
}

.comments-area .comment .text {
	line-height: 1.8em;
	font-size: 16px;
	color: #777777;
	margin-bottom: 0px;
	margin-top: 6px;
}

.comments-area .comment .info {
	line-height: 1em;
	font-size: 15px;
	color: #1bbde8;
	font-weight: 700;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 2px solid #1bbde8;
}

.comments-area .comment a.reply {
	position: relative;
	display: inline-block;
	color: #1bbde8;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	top: -4px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.comments-area .comment a.reply span {
	color: #1bbde8;
}

.comments-area .comment a.reply:hover {
	color: #06d666;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
	margin-top: 10px;
}

.comment-form .row {
	margin: 0px -10px;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 10px 15px;
	color: #222222;
	border: 1px solid transparent;
	height: 44px;
	background: #f6f6f6;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #1bbde8;
	background-color: #ffffff;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 15px;
	color: #222222;
	height: 150px;
	resize: none;
	background: #f6f6f6;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form button {
	position: relative;
	padding: 7px 60px;
	margin-top: 10px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form-section {
	position: relative;
	padding: 120px 0px 0px;
}

.contact-section .contact-info {
	position: relative;
}

.contact-section h4 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

.contact-section .contact-info li {
	position: relative;
	display: block;
	padding: 20px 0px 4px 50px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #888888;
	min-height: 32px;
}

.contact-section .contact-info li:hover {
	color: #333333;
}

.contact-section .contact-info li .icon-box {
	position: absolute;
	left: 0px;
	top: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border: 2px solid #48c7ec;
	background: none;
	font-size: 12px;
	color: #48c7ec;
	border-radius: 50%;
}

.contact-section .contact-info li:hover .icon-box {
	background: #48c7ec;
	color: #ffffff;
}

.contact-section .default-form .form-group {
	margin-bottom: 20px;
}

.contact-section .default-form textarea {
	height: 190px;
}

.contact-section .default-form .theme-btn {
	text-transform: capitalize;
	margin-top: 10px;
}

.contact-form-section .contact-form {
	margin-bottom: 100px;
}

.contact-form-section .contact-form .sec-title {
	margin-bottom: 30px;
}

.contact-form .row {
	margin: 0px -10px;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px;
}

.contact-form .form-group #phone-reques-recaptcha-container,
.contact-form .form-group #contact-form-recaptcha-container {
	margin-bottom: 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 10px 15px;
	color: #222222;
	border: 1px solid transparent;
	height: 44px;
	background: #f6f6f6;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #1bbde8;
	background-color: #ffffff;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 15px;
	color: #222222;
	height: 150px;
	resize: none;
	background: #f6f6f6;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form button {
	position: relative;
	padding: 7px 60px;
	margin-top: 10px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #f06529;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/*Cart Section*/

.shoping-cart_plumber {
	position: relative;
	padding: 100px 0px 150px;
}

.cart-outer-box {
	position: relative;
	padding: 30px 40px;
	border: 1px solid #e0e0e0;
}

.cart-outer {
	position: relative;
}

.checkout-page_plumber .cart-outer {
	margin-bottom: 40px;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 550px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
	border-bottom: 1px solid #ececec;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 8px 20px 32px;
	font-weight: 600;
	color: #333333;
	font-size: 18px;
}

.cart-table thead tr th .fa {
	font-size: 18px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 20px;
}

.cart-table tbody tr .qty {
	width: 200px;
	padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 65px;
	text-align: left;
	padding-left: 85px;
	padding-top: 5px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	margin-top: 17px;
	text-transform: uppercase;
}

.cart-table tbody tr .sub-total {
	font-weight: 600;
	font-size: 22px;
	color: #1bbde8;
}

.cart-table tbody tr .price {
	font-weight: 700;
	font-size: 22px;
	color: #333333;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	font-weight: 400;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #f06529;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
	color: #222222;
	font-weight: 400;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 10px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #003862;
	border-radius: 50%;
}

.product-details .basic-details .item-quantity {
	position: relative;
	/*width:100px;*/
	margin-bottom: 15px;
}

.product-details .basic-details .item-quantity strong {
	float: left;
}

.cart-table tbody tr .qty input[type="text"] {
	position: relative;
	line-height: 36px;
	height: 42px;
	padding-top: 8px;
	background: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	height: 22px;
	background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	left: 6px;
	top: 6px;
}

.cart-outer-box .cart-btns {
	position: relative;
	padding: 40px 0px 10px;
}

.cart-outer-box .apply-coupon {
	position: relative;
	margin-bottom: 25px;
	padding: 30px 25px 10px;
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
}

.cart-outer-box .apply-coupon .form-group {
	position: relative;
	margin-bottom: 20px;
}

.cart-outer-box .apply-coupon .form-group .theme-btn {
	margin-bottom: 0px;
	width: 100%;
	display: block;
}

.cart-outer-box .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 10px 10px 8px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	width: 100%;
	background: #ffffff;
}

.cart-outer .theme-btn {
	padding: 9px 34px 7px;
	line-height: 24px;
	margin-bottom: 20px;
}

.cart-outer .cart-options .pull-right .theme-btn {
	margin-left: 6px;
}

.cart-outer .discounts {
	position: relative;
}

.cart-outer .discounts li {
	position: relative;
	color: #333333;
	font-size: 15px;
	margin-right: 12px;
	display: inline-block;
}

.cart-outer .discounts li a {
	font-size: 18px;
}

.cart-outer .discounts li .facebook {
	color: #3b5998;
}

.cart-outer .discounts li .twitter {
	color: #0084b4;
}

.cart-outer .discounts li .g_plus {
	color: #d34836;
}

.cart-outer-box h3 {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 35px;
	text-transform: uppercase;
}

/*Cart Totals Table*/

.cart-totals-table {
	position: relative;
	margin-bottom: 20px;
	color: #222222;
	padding: 20px 25px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}

.cart-totals-table li {
	line-height: 24px;
	padding: 0px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.cart-totals-table li:last-child {
	border-bottom: none;
}

.cart-totals-table .col {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	font-size: 15px;
	padding: 12px 0px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.cart-totals-table .col strong {
	font-weight: 600;
	text-transform: uppercase;
}

.cart-totals-table li .col:last-child {
	text-align: right;
	font-size: 16px;
}

.cart-totals-table li .col.grand-total {
	color: #1bbde8;
}

.cart-totals-table li:nth-child(2) {
	border: 0px;
}

.cart-totals-table .btn-style-three {
	width: 100%;
	display: block;
	margin-top: 8px;
	text-align: center;
}

/*** 

====================================================================
	Checkout Style
====================================================================

***/

.default-title {
	position: relative;
	margin-bottom: 20px;
}

.default-title h2 {
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}

.checkout-page_plumber {
	position: relative;
	padding: 80px 0px;
}

.checkout-page_plumber .checkout-inner {
	position: relative;
	padding: 30px 35px;
	border: 1px solid #e0e0e0;
}

.checkout-page_plumber .default-links {
	position: relative;
	margin-bottom: 30px;
}

.checkout-page_plumber .default-links li {
	margin-bottom: 8px;
	line-height: 24px;
	color: #777777;
	font-size: 16px;
}

.checkout-page_plumber .default-links li a {
	color: #1bbde8;
}

.checkout-page_plumber .billing-details {
	position: relative;
	margin-bottom: 20px;
}

.checkout-page_plumber .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

.checkout-page_plumber .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 14px;
	cursor: pointer;
}


.checkout-page_plumber .place-order {
	position: relative;
	padding: 0px;
}

.checkout-page_plumber .payment-options {
	position: relative;
	margin-bottom: 30px;
}

.checkout-page_plumber .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page_plumber .payment-options li .radio-option {
	position: relative;
}

.checkout-page_plumber .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 700 !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #777777;
	cursor: pointer;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.checkout-page_plumber .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page_plumber .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	color: #777777;
	line-height: 1.8em;
}

.checkout-page_plumber .payment-options li .radio-option label img {
	position: relative;
	top: -6px;
	display: inline-block;
	max-width: 100%;
}

.checkout-page_plumber .place-order .theme-btn {
	padding: 9px 50px;
	display: block;
	width: 100%;
	margin-top: 50px;
}

/*Shop Form*/

.shop-form {
	position: relative;
}

.shop-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

/*.billing-details .shop-form .form-group{
	margin-bottom:15px;	
}*/

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 16px;
	text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
	color: #1bbde8;
	font-size: 14px;
}

.shop-form input.margin {
	margin-bottom: 8px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #f6f6f6;
	line-height: 20px;
	padding: 10px 15px;
	height: 42px;
	font-style: italic;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}


.shop-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #f6f6f6 url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}

.shop-form select option {
	text-indent: 15px;
}

.shop-form textarea {
	resize: none;
	height: 140px !important;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
	border-color: #1bbde8;
}

.order-box {
	position: relative;
	margin-bottom: 50px;
}

.order-box li {
	border-bottom: 1px solid #dedede;
}

.order-box li div .col {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Quattrocento Sans', sans-serif;
}

.order-box .title {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	font-size: 15px;
	padding: 12px 0px;
	font-weight: 700;
	line-height: 24px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.order-box .title:last-child {
	text-align: right !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}

.order-box .col {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	font-size: 15px;
	padding: 13px 0px;
	font-weight: 700;
	line-height: 24px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.order-box .col:last-child {
	text-align: right;
	font-size: 22px;
	font-weight: 600;
}

.order-box .col.grand-total {
	color: #1bbde8;
}


.hover-style1 {
	display: block;
	position: relative;
}

.hover-style1-img img {
	width: 100%;
}

.hover-style1>.hover-style1-img::before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 0.4s ease-in-out 0s;
}

.hover-style1:hover .hover-style1-img::before {
	opacity: 0.8;
}

.hover-style1-img {
	position: relative;
}

.hover-style1-view a {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	opacity: 0;
	position: absolute;
	text-align: center;
	transform: translateX(-50%) translateY(-50%) scale(0.6);
	transition: all 0.4s ease 0s;
	width: 60px;
}

.hover-style1-view a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.hover-style1:hover .hover-style1-view a {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.hover-style1-view {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
}

.hover-style1:hover .hover-style1-view {
	opacity: 1;
}

.hover-style1-title {
	bottom: 20px;
	left: 20px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
	z-index: 2;
}

.hover-style1:hover .hover-style1-title {
	opacity: 1;
}

.title-style-1 h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	transform: translateY(15px);
	transition: all 0.4s ease-in-out 0s;
}

.title-style-1 h3 a {
	color: #fff;
}

.hover-style1:hover .title-style-1 h3,
.hover-style1:hover .title-style-1 span {
	transform: translateX(0px);
}

.title-style-1 span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	transform: translateY(15px);
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}

.view-more>a {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.view-more>a i {
	padding-left: 5px;
}

.view-more>a:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*** 

====================================================================
	project_plumber
====================================================================

 ***/

.project_plumber {
	position: relative;
	padding: 100px 0 70px;
	background: #1bbde8;
}

.project_plumber.light-bg {
	background: #fff;
}

.project_plumber.light-bg .post-filter li {
	color: #333;
}

.post-filter {
	margin-bottom: 30px;
}

.post-filter li {
	color: #fff;
	font-size: 18px;
	margin: 0 10px 10px;
}

.post-filter li span {
	cursor: pointer;
}



/*** 

====================================================================
	Error Section
====================================================================

 ***/

.error-section {
	position: relative;
	text-align: center;
	padding: 120px 0px 120px;
}

.error-section h1 {
	position: relative;
	color: #1c1c1c;
	font-size: 32px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 800;
}

.error-section h1 span {
	font-size: 150px;
	line-height: 198px;
}

.error-section a {
	margin-top: 20px;
}


/*================== parallax =====================*/

.parallax_plumber {
	position: relative;
	padding: 100px 0px 110px;
	background-attachment: fixed;
	background-position: center;
}

.parallax_plumber h1 {
	color: #fff;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 40px;
}

.parallax_plumber a {
	margin: 0 10px;
	display: inline-block;
}

.parallax_plumber:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #1bbde8;
}