/*
  Project Name : Plumber Landing page
  Author Company : Ewebcraft
  Project Date: 12 june, 2015
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
  + @font-face

  + .back-to-top

  + #header
    - .logo-container
    - .top-info-container
      
  + #welcome
    - .welcome-info
    - .estimation-form
      
  + #about
    - .section-heading
    - .section-detail

  + #services
    - .services-container
      - .service-detail
  
  + #clients
    - .client-container
  
  + #cities
    - .news-letter-form      

  + #client-logos

  + #footer
    - .footer-info
    - .copy-right
    
  -------------------------------------------------------------------*/

@font-face {
  font-family:'OpenSansRegular';
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
      url('../fonts/opensans-regular.woff2') format('woff2'),
      url('../fonts/opensans-regular.woff') format('woff'),
      url('../fonts/opensans-regular.ttf') format('truetype'),
      url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Bold.woff') format('woff'), 
      url('../fonts/OpenSans-Bold.ttf') format('truetype'), 
      url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SourceSansPro-Regular.woff') format('woff'),
      url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
      url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SourceSansPro-Light.woff') format('woff'),
      url('../fonts/SourceSansPro-Light.ttf') format('truetype'),
      url('../fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SourceSansPro-Bold.woff') format('woff'),
      url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
      url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  width: 100%;
  min-width:0
}

body {
  min-width: 320px;
}

.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 15px;
	width: 52px;
	height: 52px;
	z-index: 9999;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#337ab7;
	padding:10px;
}
.back-to-top:hover, .back-to-top:focus {
  color: #ffffff;
}

hr {
  border: 0;
  height: 1px;
  width:12% !important;
  position: relative;
  margin:35px auto;
}
.section-heading + hr {
  display: none;
}
.hr{
  background: #db1c23;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:20px auto;
  display:block;
}
.center{
  background: #337ab7;
}
.center:before{
  background:inherit;
  content: "";
  display: inline-block;
  height: 14px;
  left:50%;
  margin: 0 0 0 -20px;
  position: absolute;
  top: -7px;
  width:40px;
  -moz-transform:skew(-40deg);
  -webkit-transform:skew(-40deg);
  -o-transform:skew(-40deg);
  -ms-transform:skew(-40deg);
  transform:skew(-40deg);
}
.center-white{
  background: #fff;
}
.center-white:before{
  background:inherit;
  content: "";
  display: inline-block;
  height: 14px;
  left:50%;
  margin: 0 0 0 -20px;
  position: absolute;
  top: -7px;
  width:40px;
  -moz-transform:skew(-40deg);
  -webkit-transform:skew(-40deg);
  -o-transform:skew(-40deg);
  -ms-transform:skew(-40deg);
  transform:skew(-40deg);
}

.section-heading {
  font-family: 'SourceSansPro-Light';
  color: #35383e;
}
.section-text {
  font-family: 'SourceSansPro-Regular';
  color: #35383e;
  margin-top: 40px;
  line-height: 1.6em;
  font-size: 16px;
}
.main-menu {
  min-height: 0;
  margin-top: 18px;
  font-size: 18px;
  font-family: 'SourceSansPro-Light';
}
.main-menu .nav>li>a:focus, 
.main-menu .nav>li>a:hover {
  background: none;
}
.main-menu .navbar-toggle {
  border: 1px solid #337ab7;
}
.main-menu .navbar-toggle .icon-bar {
  background-color: #337ab7;
}
.main-menu li a {
  color: #fff;
}
.main-menu li a:hover {
  color: rgba(44, 171, 226, 1);
}
.main-menu .navbar-nav {
  text-align: center;
  width: 100%;
}

/* Header */
#header {
  background: #19171c;
  min-width: 320px;
	width: 100%;
	position: relative;
  position: fixed;
  z-index: 999;
}
.col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
  width: 18%;
}
.col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
  width: 82%;
  padding-right: 0;
  padding-left: 0;
}
#header span.header-left{
	position: absolute;
	right: 82%;
	width: 100%;
	background: #337ab7;
  height: 90px;
}
#header .logo{
	/* padding-left: 25px; */
	background: #337ab7;
  height: 90px;
  margin-top: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* padding-left: 75px; */
}
.plumbers-btn {
  background: rgba(44, 171, 226, 1);
  border: 2px solid rgba(44, 171, 226, 1);
  color: #fff;
  height: 50px;
  padding: 15px 25px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'SourceSansPro-Light';
  /* margin-left: 10px; */
  margin-right: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
  user-select: none;
}
.plumbers-btn:hover {
  text-decoration: none;
  color: #fff;
  /* border: 2px solid rgba(44, 171, 226, 1); */
  background: none;
}
.plumbers-btn:focus {
  color: #fff;
  text-decoration: none;
}
#client-testimomials .item{
  background: #3fbf79;
  padding: 30px 0;
  margin: 10px;
  color: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-page span {
  background: #337ab7;
}
#welcome {
  border-top: 3px solid #000;
}
#welcome .welcome-info .btn-wrap {
  margin-top: -80px;
  padding: 0;
}
#header .logo:before {
  border-top: 100px solid transparent;
  border-right: 50px solid #19171c;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
}
#header .logo span.for-logo {
	background-color: #212022;
  height: 152px;
  position: absolute;
  right: 31px;
  top: -25px;
  transform: rotate(27deg);
  width: 6px;
}
#header .logo a{
	display: inline-block;
}
#header:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}
#header:after {
	left: 100%;
	background:#212022;
}
#header .top-info-container .emergency-info p {
  display: inline;
  color: #fff;
}
#header .top-info-container .emergency-info p.emergency-text {
  font-family: 'SourceSansPro-Light';
  font-size: 18px;
  margin-top: 35px;
  display: inline-block;
  margin-right: 10px;
}
#header .top-info-container .emergency-info .emergency-phone {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}
#header .top-info-container .emergency-info .emergency-phone .em-phone-icon {
  font-size: 22px;
  margin-right: 10px;
}
#header .top-info-container .emergency-info .emergency-phone .em-phone-no {
  font-family: 'SourceSansPro-Regular';
  font-size: 28px;
}

/* Welcome */
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax-1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}

section.module.parallax-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 860px;
  background: #1f2d3d url('../images/banner-bg_xs.jpg') center/cover no-repeat;
  z-index: -1;
}

#welcome .welcome-info h1,
#welcome .welcome-info p {
  color: #fff;
}
#welcome .welcome-info h1 {
  font-family: 'SourceSansPro-Bold';
  text-transform: uppercase;
  font-size: 47px;
  font-weight: bold;
}
#welcome .welcome-info h1 span.heading-border { 
  border-bottom: 4px solid rgb(44, 171, 226);
  width: 95%;
  display:block;
  margin-top: 10px;
}
#welcome .welcome-info p {
  font-family:'SourceSansPro-Bold';
  font-size: 18px;
}
#welcome .welcome-info .tic-marks {
  margin: 20px 0 20px 0;
  display: inline-block;
}
#welcome .welcome-info .tic-marks .tic-mark-container {
  min-width: 210px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0;
}
#welcome .welcome-info .tic-marks .tic-icon {
  width: 55px;
  color: #fff;
  font-size: 20px;
}
#welcome .welcome-info .tic-marks .tic-text-container {
  padding: 2px 0 0;
}
#welcome .welcome-info .tic-marks .tic-text {
  color: #fff;
  font-family: 'OpenSansRegular';
  font-size: 15px;
}
.discount-wrap {
  position: absolute;
  bottom: 110px; right: 40px;
  width: 60%;
  min-width: 390px;
  vertical-align: top;
  border: 2px solid #337ab7;
  padding: 15px;
  background: rgba(44, 171, 226, 0.2);
  border-radius: 5px;
}
.discount-mail {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #337ab7;
  height: 50px; 
  width: 75%;
  padding-left: 10px;
  color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
input[type="email"]::-moz-placeholder {
  color: #fff;
}
input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
.discount-btn {
  display: inline-block;
  background-color: transparent;
  margin: 0 20px 0 0;
  border: none;
  border-bottom: 2px solid #337ab7;
  padding: 20px 10px;
  line-height: 2.2px;
  border-color: #337ab7;
  color: #fff;
}
.discount-btn:hover {
  background: rgba(44, 171, 226, 1);
}
.discount-mail::-moz-placeholder          {color:#282828;}
.discount-mail:-moz-placeholder           {color:#282828;}
.discount-mail:-ms-input-placeholder      {color:#282828;}
.discount-mail::-webkit-input-placeholder {color:#fff;}
.discount-mail:-ms-input-placeholder      {color:#282828;}

/* About */
#about {
  padding: 60px 0 25px;
}
.section-detail i {
  color: #337ab7;
  display: inline-block;
}
#about .section-detail {
  margin-top: 40px;
}
#about .section-detail .detail {
  margin-bottom: 50px;
  display: inline-block;
}
#about .section-detail h3 {
  margin-top: 0;
  margin-left: 10px;
  font-family: 'SourceSansPro-Light';
  color: #35383e;
  margin-bottom: 25px;
  display: inline-block;
}
#about .section-detail p {
  font-family: 'OpenSansRegular';
  line-height: 1.9em;
  color: #35383e;
}

/* Services */
section.module.parallax-2 {
  background-image: url('../images/slide-5.jpg');
  padding: 60px 0 75px;
}
.service-detail img {
  opacity: 0.4;
}
#services h2 {
  color: #fff;
}
#services .services-container {
  margin-top: 50px;
}
#services .services-container .service-detail {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#services .services-container .service-detail .service-hover {
  background: rgba(255,255,255,1);
  display: inline-block;
  width: 100%;
  padding: 20px;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease;
}
#services .services-container .service-detail .service-hover h3 {
  font-family: 'SourceSansPro-Regular';
  color: #19171c;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}
#services .services-container .service-detail .service-hover p {
  display: none;
  font-family: 'OpenSansRegular';
  color: #fff;
  line-height: 1.8em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition:all 0.30s ease-in-out;
}

#services .services-container .service-detail:hover .service-hover {
  background: rgba(255,255,255,0.8);
  height: 100%;
}
#services .services-container .service-detail:hover .service-hover h3 {
  text-transform: uppercase;
}
#services .services-container .service-detail:hover .service-hover p {
  display: block;
  color: #262626;
  margin-top: 20px;
}  
.number {
  font-size: 36px;
  color: #337ab7;
  border: 3px solid #337ab7;
}
 
/* Clients */
#clients {
  padding: 60px 0 75px;
}

#clients .client-container {
  margin-top: 0;
}
#clients .client-box {
  padding: 60px 20px 20px 60px;
  position: relative;
  border: 1px solid #d7d7d7;
  width: 90%;
  min-height: 250px;
  margin: 0 auto;
}
#clients .client-box .client-image {
  position: absolute;
  width: 100px;
  height: auto;
  top: 0;
  right: 10%;
  border: 1px solid #d7d7d7;
}

#clients .client-box .client-text h4 span {
  font-family: 'SourceSansPro-Regular';
  color: #337ab7;
  padding-right: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #337ab7;
}
#clients .client-box .client-text p {
  font-family: 'OpenSansRegular';
  color: #35383e;
  line-height:1.9em;
  margin-top: 25px;
}

/* News-Letter */
#cities-serve {  
  background-color: #f0f0f0;
  background-size: cover;
  padding: 60px 0;
}
#cities-serve h1 {
  color: #35383e;
}
#cities-serve .cities {
  margin-top: 40px;
}
#cities-serve .cities p {
  color: #19171c;
  font-family: 'OpenSansRegular';
}
#cities-serve .cities p i.fa {
  color: #337ab7;
  margin-right: 15px;
}

/* Client-Logos */
#client-logos {
  padding: 30px 0 20px;
  background: #fff;
}
#client-logo-slider .item{
  margin: 10px;
}
#client-logo-slider .item img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}
/*about us*/
#about-us-section {
  padding: 60px 0;
}
#about-us-section p {
    font-family: 'OpenSansRegular';
    line-height: 1.9em;
    color: #35383e;
}
/* Footer */
#footer {
  padding-top: 50px;
  background: #19171c;
  border-top: 5px solid #337ab7;
}
#footer .footer-info h3 {
  font-family: 'SourceSansPro-Light';
  color: #fff;
}
#footer .footer-info p {
  font-family: 'OpenSansRegular';
  color: #8b8b8b;
  line-height: 1.4em;
  padding: 20px 40px 40px 0; 
}
#footer .footer-info .social a {
  color: #8b8b8b;
  margin-right: 10px;
}
#footer .footer-info .social a .fa {
  color: #8b8b8b;
}
#footer .footer-info .social a .fa:hover {
  color: #337ab7;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#footer .footer-info .bottom-services {
  padding-top: 20px;
}
#footer .footer-info .bottom-services p {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 'OpenSansRegular';
  color: #8b8b8b;
}
#footer .footer-info .bottom-services p a {
  color: #8b8b8b;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#footer .footer-info .bottom-services p a:hover {
  color: #fff;
}
#footer .footer-info .inTouch {
  padding:20px 0 0 15px;
}
#footer .footer-info .inTouch .inTouch-row {
  margin-bottom: 35px;
}
#footer .footer-info .inTouch .inTouch-icon {
  padding: 0;
}
#footer .footer-info .inTouch .inTouch-icon .fa {
  color: #8b8b8b;
}
#footer .footer-info .inTouch .inTouch-text {
  padding: 0;
}
#footer .footer-info .inTouch p {
  margin: 0;
  padding: 0;
}
#footer .copy-right {
  border-top: 1px solid #337ab7;
  margin-top: 50px;
}
#footer .copy-right p {
  margin: 0;
  padding: 0 0 20px;
  color: #8b8b8b;
  font-family: 'OpenSansRegular';
  font-size: 16px;
}
#footer .copy-right p a {
  color: #fff;
  text-decoration: none;
}
.terms {
  padding: 20px 0 0;
}
.terms li {
  display: inline-block;
  margin-right: 10px;
}
.terms a {
  font-size: 16px;
  color: #ffffff;
}
.auth_mode #header {
  width: 100%;
  top: 34px;
}

.page-blog{ 
  margin-top:100px;
  margin-bottom: 15px;
}
.continue-reading {
  cursor: pointer;
}

#blog_detail img {
  max-width: 100%;
  height: auto!important;
}

#blog_list .item h2, #blog_detail h1{
  font-size: 26px;
  text-align: left;
}
.page-blog .heading-block h3{
  font-size: 22px;
  font-family: 'SourceSansPro-Light';
  color: #35383e;
  text-transform: uppercase;
  text-align: center;
}
.widget {
  margin-bottom: 15px;
}
.widget ul {
  padding-left: 10px;
  list-style: none;
}
.widget li {
  padding-bottom: 5px;
}
.page-blog .widget-categories ul li:before {
  font-family: FontAwesome;
  line-height: 52px;
  content: "\f0da";
  color: #337ab7;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-blog .widget-categories ul li a {
  padding-left: 10px;
  color:#444444;
  font-size: 16px;
}
.page-blog .widget-categories ul .current a,
.page-blog .widget-categories ul li a:hover {
  color:#337ab7;
}
.page-blog .heading-block.center:after, .page-blog .heading-block.title-center:after {
  margin: 20px auto 0;
}
.page-blog .heading-block {
  margin-bottom: 55px;
}
.heading-block h2{
  font-size: 30px;
  font-family: 'SourceSansPro-Light';
  color: #35383e;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
#blog_list .item, #blog_detail .item{text-align:justify;}
#blog_list .item {
  padding:10px;
}
#pager li {
  margin: 0 0 5px;
}
hr.blog-page {
  border: 0;
  height: 1px;
  width: 80% !important;
  position: relative;
  margin: 30px auto;
}
.bn-block a{
  display: block;
  width: 280px;
  height: 310px;
  margin: 10px auto;
  background: url('../images/edit-it.jpg') no-repeat;
  background-size: 100% 100%;
}

#loader {
  background: #1c9cd1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.loader {
  margin: auto;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;  
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 8px solid;
  border-color: transparent #fff;  
  transform-origin: 50% 50%; 
  -webkit-transform-origin: 50% 50%;  
  animation: loading 1.5s linear infinite;
  -webkit-animation: loading 1.5s linear infinite;
}

.loader:after {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.loader:before {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.loader:before{
  content:'';
  position:absolute;
  border-radius:50px;
  border:6px solid transparent;
  border-top-color:#fff;
  border-bottom-color:#fff;
  
  animation: loading 2s linear infinite;
  -webkit-animation: loading 2s linear infinite;
}

.loader:after {
  content:'';
  position:absolute;
  border-radius:50px;
  border:6px solid transparent;
  border-top-color:#fff;
  border-bottom-color:#fff;
  
  animation: loading 1.5s linear infinite;
  -webkit-animation: loading 1.5s linear infinite;
}

.top-nav .container {
  padding: 0 15px;
}

.top-nav nav {
  right: 15px;
}

@keyframes loading {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@-webkit-keyframes loading {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}

/* Media Queries */
@media (min-width: 1600px) {
  #header span.header-left {
    right: 75%;
  }
}
@media (min-width: 2048px) {
  #header span.header-left {
    right: 72%;
  }
}
@media (min-width: 2280px) {
  #header span.header-left {
    right: 72%;
  }
}
@media (min-width: 2560px) {
  #header span.header-left {
    right: 68%;
  }
}
@media (min-width: 1200px) {
  section.module.parallax-1 {
    background-image: url('../images/banner-bg_xl.jpg');
  }
}
@media (max-width: 1199px) {
  .main-menu .navbar-right {
    margin-right: 50px!important;       
  }
  #bs-example-navbar-collapse-1{width:725px;}
  #clients .client-box {
    min-height: 277px;
  }
  .bn-block a {
    width: 220px;
    height: 250px;
  }
}

@media (min-width: 992px) {
  section.module.parallax-1 {
    background: #1f2d3d url('../images/banner-bg_lg.jpg') center/cover no-repeat;
    padding-bottom: 70px;
  }

  section.module.parallax-1::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-info .col-sm-6 {
    padding: 0;
  }
  .top-info .col-sm-3 {
    padding: 0;
  }
  #header .top-info {
    margin-top: 30px;
  } 
  #header .top-info span {
    font-size:12px; 
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 22%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 78%;
  }
  .logo-container {
    padding: 0 0 0 7px;
  }
  #header .top-info {
    margin-top: 42px;
  }
  #header .logo a {
    width: 70%;
  }
  .main-menu li a {
    padding: 15px 10px;
  }
  #welcome .welcome-info h1 {
    font-size: 50px;
  }
  #welcome .welcome-info h1 span.heading-border {
    width: 92%;
  }
  #welcome .welcome-info p {
    font-size: 16px;
  }
  #welcome .welcome-info .tic-marks .tic-text {
    font-size: 13px;
  }
  #about .section-detail h3 {
    font-size: 22px;
  }
  #clients .client-box {
    margin-bottom: 30px;
    min-height: 329px;
  }
  #cities-serve .cities .col-sm-6 {
    margin-bottom: 20px;
  }
  #footer .footer-info .inTouch p {
    margin-left: 5px;
  }
  #clients .client-box .client-image,
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
  .main-menu .navbar-right{
    margin-right: 50px!important;       
  }
  .widget {
    max-width: 580px;
    margin: 10px auto 30px;
  }
  .widget .heading-block {
    margin: 0;
  }
  .widget ul {
    width: 80%;
    margin: 0 auto;
  }
  .bn-block a {
    width: 290px;
    height: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  #footer .footer-info .inTouch p {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  .section.module.parallax-1::before {
    background-image: url('../images/banner-bg_sm.jpg');
  }
  #welcome .welcome-info .btn-wrap {
    margin: 0;
  }
  #welcome .welcome-info .tic-marks .tic-mark-container {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 25px 10px 0;
    padding: 0 0 0 23px;
  }
  #welcome .welcome-info .tic-marks .tic-icon {
    width: 18px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    padding: 0;
  }
  #welcome .welcome-info .tic-marks .tic-text-container {
    padding: 3px 0 0;
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  section.module.parallax-1::before {
    background-image: url('../images/banner-bg_md.jpg');
  }
}
@media (max-width: 767px) {
  .top-nav .container {
    padding: 0;
  }
  .top-nav nav {
    right: 0;
  }
  #header {
    position: absolute;
  }
  .top-info-container,
  .main-menu {
    position: static;
    height: 0;
    margin: -1px;
  }
  .main-menu .navbar-toggle {
    position: absolute;
    top: 25px;
    right: 15px;
    margin: 0;
  }
  .main-menu .navbar-collapse {
    position: absolute;
    right: 0px;
    top: 90px;
    background: #19171c;
  }
  #bs-example-navbar-collapse-1 {
    width: 400px;
  }
  #bs-example-navbar-collapse-1 ul li:nth-child(2),
  #bs-example-navbar-collapse-1 ul li:nth-child(4) {
    display: inline-block;
  }
  #welcome .welcome-info .btn-wrap {
    margin: 30px auto 0;
    text-align: center;
  }
  #welcome .welcome-info .tic-marks .tic-mark-container {
    min-width: auto;
  }
  .discount-wrap {
    position: static;
  }
  #clients .client-box {
    min-height: auto;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
  }
  #cities-serve .cities .col-sm-6 {
    margin: 0 0 0 20%;
  }
  #services .services-container .service-detail {
    max-width: 360px;
    margin: 0 auto 20px;
  }
  #footer .footer-info .inTouch .inTouch-icon {
    width: 15px;
  }
}

@media (max-width: 640px) {
  #header .pull-right {
    margin-right: 108px;
    margin-bottom: 20px;
  }
  #header .top-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 100%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 100%;
  }
  #welcome .welcome-info {
    padding: 0 0 10px 0;
  }
  hr {
    width: 40% !important;
  }
  #news-letter h1 {
    font-size: 24px;
  }
  #news-letter p {
    font-size: 14px;
  }
  .news-letter-form {
    margin-left: 0;
  }
  .news-letter-form .form-inline .form-group {
    width: 70%;
  }
  .news-letter-form .submit-button {
    font-size: 20px;
    padding: 10px 25px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
  }
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
  .discount-wrap {
    left: 10px;
  }
}
@media (max-width: 575px) {
  .heading-block hr {
    margin: 0 auto 35px;
  }
  #bs-example-navbar-collapse-1 {
    width: 100%;
  }
  .auth_mode #header {
    top: 46px;
  }
  #header .logo a {
    width: 78%;
  }
  .discount-wrap {
    max-width: 100%;
    min-width: 100%;
    padding: 10px 5px;
  }
  #welcome .welcome-info .tic-marks .tic-icon {
    width: 45px;
  }
  #welcome .welcome-info .btn-wrap {
    padding: 0;
  }
  .plumbers-btn {
    margin: 0;
  }
  .btn-wrap .plumbers-btn:nth-of-type(1n+2) {
    margin-left: 10px;
  }
  #clients hr,
  #about-us-section hr {
    margin: 0 auto 35px;
  }
  #cities-serve .cities .col-sm-6 {
    margin: 0 0 0 12px;
  }
  #services .services-container .service-detail .service-hover {
    padding: 10px;
  }
  #services .services-container .service-detail:hover .service-hover h3 {
    line-height: 1;
  }
  #services .services-container .service-detail:hover .service-hover p {
    margin-top: 5px;
    line-height: 1.5;
  }
  .section-detail i {
    font-size: 2em;
  }
  #about,
  section.module.parallax-2,
  #clients,
  #cities-serve,
  #about-us-section {
    padding: 20px 0;
  }
  #footer {
    padding-top: 20px;
  }
  #blog_list .item {
    padding: 10px 0;
  }
  #blog_detail h1,
  #blog_list .item h2 {
    margin: 0 0 10px;
  }
  #blog_list .item h2 {
    font-size: 20px;
  }
  #blog_detail .item ul,
  #blog_detail .item ol {
    padding-left: 20px;
  }
  .widget ul {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #header .pull-right {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .news-letter-form .submit-button {
    font-size: 18px;
    padding: 10px 15px;
  }
  #welcome .welcome-info h1 {
    font-size: 36px;
  }
  #welcome .welcome-info p {
    font-size: 12px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
    right: 0;
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  #header .top-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .top-info .emergency-info {
    text-align: center;
  }
  #header .top-info-container .emergency-info p.emergency-text {
    margin-top: 10px;
    text-align: center;
    margin-left: 75px;
    margin-bottom: 0;
  }
  #header .top-info-container .emergency-info .emergency-phone {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 78px;  
  }
  #welcome .welcome-info h1 {
    font-size: 26px;
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 100%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 100%;
  }
  #header .pull-right {
    margin-bottom: 0;
  }
  #welcome .welcome-info {
    padding: 0 0 10px 0;
  }
  #welcome .estimation-form h3 {
    font-size: 22px;
  }
  .section-heading {
    font-size: 18px;
  }
  #about .section-detail h3 {
    font-size: 18px;
  }
  #services h1 {
    font-size: 32px;
  }
  #services .services-container .service-detail .service-hover h3 {
    font-size: 20px;
  }
  hr {
    width: 40% !important;
  }
  #news-letter h1 {
    font-size: 24px;
  }
  #news-letter p {
    font-size: 14px;
  }
  .news-letter-form {
    margin-left: 0;
  }
  .news-letter-form .form-inline .form-group {
    width: 70%;
  }
  .news-letter-form .submit-button {
    font-size: 14px;
    padding: 10px 5px;
  }
  #clients h1 {
    font-size: 28px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
    right: 0;
    margin-top: 0;
  }
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 992px) {
  #welcome .container {
    display: flex;
  }

  #welcome .row {
    order: 2;
    width: 55%;
  }

  #welcome .pull-right {
    float: left!important;
  }

  #welcome .col-md-10 {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #welcome .row {
    width: 61%;
  }

  #welcome .col-lg-8 {
    width: 100%;
  }
}

/* New style */

#faq_list .accordion-container {
  width: auto !important;
}

/* price-calc */
.price-calc {
  color: #FFFFFF;
  padding: 40px 20px 45px;
  text-align: center;
  background: #2A3645;
  border-radius: 5px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 70px auto 0;
  max-width: 546px;
  float: none;
}
.price-calc__title {
  font-weight: 700;
  font-size: 24px;
  color:  #FFFFFF;
  margin: 0 auto 35px;
}
.price-calc__form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-calc__alert {
  padding: 10px;
  border: 1px solid #ffa500;
  border-radius: 10px;
  margin-bottom: 20px;
}
.price-calc__label {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 0;
}
.price-calc__label:nth-of-type(n+2) {
  margin-top: 15px;
}
.price-calc__label:last-of-type {
  margin-bottom: 30px;
}
.price-calc__label:nth-of-type(3),
.price-calc__label:nth-of-type(4) {
  display: none;
}
.price-calc__field {
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 11px 20px;
  color: #FFFFFF;
  background-color: #45586E;
  border: 2px solid #45586E;
  border-radius: 5px;
  outline: none;
  -webkit-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.price-calc__field:focus,
.price-calc__field:hover {
  border: 2px solid #FFFFFF;
}
.price-calc__field--select {
  padding-right: 45px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #45586E url("data:image/svg+xml,%3Csvg width='11' height='5' viewBox='0 0 11 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5L10.2631 0.5H0.73686L5.5 5Z' fill='%232CAAE1'/%3E%3C/svg%3E") right 21px top 50% no-repeat;
}
.price-calc__field--select::-ms-expand {
  display: none;
}
.price-calc__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-calc__count > .price-calc__field {
  width: 55%;
}
.price-calc__count span {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
  width: 45%;
  padding: 0 0 0 15px;
  line-height: 1.2;
}
.price-calc__sum {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 115px;
}
.price-calc__sum > span {
  color: #2CAAE1;
  padding: 0 0 0 5px;
}

.price-calc__sum,
.price-calc__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.price-calc__button,
a.price-calc__button {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2CAAE1;
  border-radius: 5px;
  border: 2px solid #2CAAE1;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  line-height: 45px;
  padding: 0 5px;
  margin: 0 0 0 auto;
  display: inline-block !important;
  -webkit-transition: background 0.15s, color 0.15s;
  -o-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
  visibility: visible !important;
}
.price-calc__button:hover,
a.price-calc__button:hover {
  color: #2CAAE1;
  background-color: #FFFFFF;
  text-decoration: none;
}
/* !price-calc */

/* blog price-calc */

.aside .price-calc {
  margin: 0 auto 50px;
}
/* !blog price-calc */

/* blog action-block */
.action-block {
  border: 4px solid #2CABE2;
  padding: 55px 20px 45px;
  color: #000000;
  text-align: center;
  margin: 0 0 50px;
}

.action-block__text {
  font-weight: 400;
  font-size: 23px;
  color: #000000;
  margin: 0 0 5px;
  padding: 0;
}

.action-block__text:nth-last-child(2) {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  padding: 0;
}

.action-block__text span  {
  color: #F9C833;
}

.action-block__button,
a.action-block__button {
  display: block;
  font-weight: 700;
  font-size: 23px;
  color: #ffffff;
  width: 100%;
  max-width: 263px;
  height: 66px;
  line-height: 66px;
  border: 2px solid #2CABE2;
  background-color: #2CABE2;
  margin: 25px auto 0;
  -webkit-transition: background 0.15s, color 0.15s;
  -o-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}

.action-block__button:hover,
a.action-block__button:hover {
  color: #F9C833;
  background-color: #ffffff;
  text-decoration: none;
}
/* !blog action-block */

/* media */
@media screen and (min-width: 992px) {
  .price-calc {
    width: 36%;
    padding: 50px 15px 55px;
    margin: 20px auto 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .price-calc__title {
    font-size: 30px;
  }

  .aside .price-calc {
    width: 100%;
    margin: 0 0 70px;
  }

  .aside .price-calc__title {
    font-size: 24px;
  }

  .aside .price-calc__count > .price-calc__field {
    width: 50%;
  }
  .aside .price-calc__count span {
    width: 50%;
  }

  .aside .price-calc__sum {
    text-align: left;
    display: block;
    max-width: 110px;
  }

  .action-block {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .price-calc {
    width: 31%;
  }

  .aside .price-calc__sum {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .action-block {
    padding: 55px 25px 45px;
  }

  .action-block__text:nth-last-child(2) {
    font-size: 36px;
  }
}
/* !media */

/* end New style */