/*
Theme Name: Plumber Man
Theme URI: https://www.buywpthemes.net/products/free-plumber-wordpress-theme/
Author: Peccular
Author URI: https://www.buywpthemes.net/
Description: A professional online presence is a fundamental requirement in the modern business landscape. Plumbing services are very important part of any construction project and is a primary requirement of every residential, commercial and industrial site.  Whether you offer household plumbing services, industrial plumbing services, or you are into planning and executing commercial plumbing layout, creating an online presence for your expertise will multiply your chances of growth & demand.  You can also use Plumber Man WordPress Theme for services like pipe fitting, drainage solutions, sewer maintenance, and plumbing installation services. Plumber Man WordPress Theme is designed to cater to all kinds of plumbing solution providers irrespective of type and size of projects they undertake. The thoughtfully designed layout will enable you to flow the information in a proper logical sequence whether you’re a one man show or have a proper team and office set up. The template is divided into sections where you can place information related to your services.  We’ve used relevant images which are light weight so the theme will load fast.  You can create about us, services, contact info, testimonial and blog sections. This is a ready to use template but we bring it to you with an option to customize the look and vibe. You can use your own images, change headers, and update content anytime you want. You needn’t have any technical knowledge or coding skills. We offer you access to dashboard which has clear and easy to understand instructions to execute every change or action. The ease with which you can manage your own website will make you happy and confident. Use Plumber Man WordPress Theme to get noticed. Your job is important and if you’re a competent and experienced plumber, an online presence can do wonders for you as improved visibility and better impression will get more work your way.  
Version: 0.1.1
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: plumber-man
Slug: plumber-man
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.waves {
    position: absolute;
    width: 100%;
    height: 31vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
}
/*.sliderinn-img{
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    background-image: url(assets/images/slideroly.jpg) !important;
}*/
.hero-style .slide-text{position: relative;}
/*.hero-style .slide-text p:after{
    content: "";
    position: absolute;
    left: 0%;
   
    right: 0;
    bottom: 0;
    top: 40px;
    background-repeat: no-repeat;
}*/
#ourservice-section:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-image: url(assets/images/serbg.jpg) ;
    background-size:100%;
    background-repeat: no-repeat;
}
#ourservice-section .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0%;
    background: #0C244A ;
    opacity: 0.9;
}
#ourservice-section .overlay2{
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0%;
    background: #fff ;
    opacity: 1;
}
.footer-area {
     background-image: url(assets/images/serbg.jpg) !important;
    background: #2E2E2D;
    position: relative;
    display: block;
    overflow: initial;
    z-index: 1;
    padding:3em 0 0em 0;
    background-repeat: no-repeat;
    background-size:cover ;
}
.footer-area .f-oly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    background: #0C244A ;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.recentcomments a {
    display: inline-block !important;
    padding-left: 18px !important;
    margin: 0 !important;
}

.slider-img-overlay {
    position: absolute;
    left: 0;
    right: 52.5%;
    top: 0;
    bottom: 0;
    background: #161415;
    opacity: 1;
    clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
}
.slider-img-overlay-outer {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
.slider-img-overlay-outer {
    right: 35%;
}
.slider-img-overlay {
    right: 38.5%;
}

}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}