/*
-------------------------------------------------------------------------
* Template Name    : tomillo - Multi Purpose Html5 Template             *
* Author           : ParExcellence                                      *
* Version          : 1.0.0                                              *
* Created          : Feb 2020                                           * 
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
body {
    font-family: 'Poppins', sans-serif;
    color: #505458;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}

.page-section {
    padding: 80px 0;
}
.img-logo{
    max-width:250px;
}
.container-fluid {
    width: 85%;
}
canvas {
    display: block;
    vertical-align: bottom;
    position: absolute;
    top:0;
}

/* ---- stats.js ---- */

.count-particles {
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* ---- particles.js container ---- */

.top-bg {
    background: url(../images/demo-images/home-bg.jpg)fixed no-repeat;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
/*-- LINE ANIMATION CSS --*/

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

    .lines .line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
        z-index: 1;
    }

        .lines .line::after {
            content: "";
            display: block;
            position: absolute;
            height: 15vh;
            width: 100%;
            top: -50%;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
            -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
        }

        .lines .line:nth-child(1) {
            margin-left: -20%;
        }

            .lines .line:nth-child(1)::after {
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

        .lines .line:nth-child(2) {
            margin-left: -40%;
        }

            .lines .line:nth-child(2)::after {
                -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
            }

        .lines .line:nth-child(4) {
            margin-left: 20%;
        }

            .lines .line:nth-child(4)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

        .lines .line:nth-child(5) {
            margin-left: 40%;
        }

            .lines .line:nth-child(5)::after {
                -webkit-animation-delay: 2.5s;
                animation-delay: 2.5s;
            }

@-webkit-keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.bg-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.pages-img-box {
    padding: 20px 0 30px 0;
    text-align: center;
}

.pages-img-box a {
    border: 15px solid #f2f2f2;
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.pages-img-box img {
    width: 100%;
    height: auto;
    box-shadow: 0 -2px 40px 1px rgba(56, 48, 48, 0.16);
    position: relative;
    top: 0;
}

.pages-img-box h2 {
    margin-top: 20px;
    font-size: 20px;
}

footer {
    padding: 30px 0px;
    background-color: #f8f9fa;
}

.copyright {
    font-size: 18px;
}
