/*
Theme Name: Raw Industry
Theme URI: https://www.buywpthemes.net/products/free-industry-wordpress-theme
Author: Peccular
Author URI: https://www.buywpthemes.net/
Description: The Industry WordPress Theme is crafted as a modern, sleek, and professional design that captivates attention of your audience from the moment they land on your theme, as the layout is  aesthetically designed that accommodates textual and visual content in a very effective manner. It is sure to impress your potential clients and customers and ensures a positive user experience. The Industry WordPress Theme offers everything you need to build a compelling online presence for your business. With its modern design, easy customizable and robust features, you can create a website that helps you create a unique identify for yourself and stand out from the competition, thus driving your business closer to the goals you’ve set for it. Was done an in-depth study to understand which layout will work best for the industry; and be assured that your website will stay up-to-date with the latest WordPress features and security patches. We regularly release updates to enhance performance and add new functionalities to help industry theme appear professional and dynamic.  Explore the features of Industry WordPress Theme NOW to start the process of elevating your business to new heights! Demo - https://www.wpthemesdemo.com/raw-industry/
Version: 0.1.6
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: raw-industry
Slug: raw-industry
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;
}
.m-rl{margin-right: 0;
margin-left: 0}
.footer-area {
    background: #042264;
    position: relative;
    display: block;
    overflow: initial;
    z-index: 1;
    padding:2em 0 0em 0;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 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);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}
.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%;
}

}
