/*
Theme Name: Cctv Security Camera
Theme URI: https://www.buywpthemes.net/products/free-cctv-security-camera-wordpress-theme/
Author: Peccular
Author URI: https://www.buywpthemes.net/
Description: The Cctv Security Camera WordPress Theme is a ready to use template that has been meticulously crafted by our top design experts. The theme is highly functional besides giving professional appearance. It incorporates valuable features based in inputs from professionals and customers alike. This template meets the real-world needs of businesses involved in the CCTV industry and caters to a wide range of start-up and established entrepreneurs. Whether you're providing residential surveillance systems, commercial or industrial CCTV solutions, or specialize in installation and maintenance of Cctv Security Camera services, this versatile theme is built to elevate online presence of all those engaged in CCTV security camera related solutions, equipment, or consultancy. It allows entrepreneurs to effectively showcase their products, expertise, solutions, and services in a professional and organized way. In today's digitally driven and competitive market, no product or service can succeed without proper marketing. This responsive Cctv Camera WordPress theme helps to present your business as credible and trustworthy, which is the key to attracting and retaining customers. It is lightweight, easy to explore for customer, offering a good shopping experience to them and easy to make changes by the user. Its clean layout, well divided sections, user-friendly navigation, and professional design instantly communicate reliability. What truly sets this theme apart is its ease of use. Even without technical expertise like coding skill or experience you can manage, update, and maintain your site with minimal effort. This means more time focusing on your core business, and less time worrying about website management. With the Cctv Security Camera WordPress Theme, you can establish a strong online presence in less than one business day. It’s the ideal solution for CCTV businesses aiming to look professional and grow at a faster pace with minimal hassle. Download and install it today.  
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: cctv-security-camera
Slug: cctv-security-camera
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;
}

/*****************/
.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: #081d2e ;
}

/* 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;
  }
}

@media (max-width: 767px) {
    header .bttnbx {  margin-top: 30px;}
    header .logobx { padding-top: 0;}
    header .logobxout{width: 50%; order: 1;}
    header .m-box { width: 50%; order: 2; right: 10px; position: relative;}
    header .iconbx {width: 60%; order: 3; margin-top: 1em;}
    header .bttnbx{width: 40%; order: 4;}
}