/*
-------------------------------------------------------------------------------------------
* Template Name    : itotek | Bootstrap 4 HTML5 Multi Purpose One/Multi Pages Template    *
* Author           : Setblue                                                              *
* Version          : 1.0.0                                                                *
* 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: 40px 0;
}
.img-logo{
    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 {
    position: relative;
    padding: 100px 0px 200px 0px;
    overflow: hidden;
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
}
.top-bg::after {
    content: '';
    background-image: url("../image/header-shape.svg")/*tpa=https://www.17sucai.com/preview/2413762/2021-11-10/bootstrap%20xiangyingshi%20guanwangmoban/bootstrap%E2%95%A7%E2%88%9E%E2%95%99%C2%AA%E2%95%A9%E2%95%9C%E2%95%A3%E2%94%98%E2%95%90%C2%B0%E2%94%80%C3%BA%E2%96%91%CF%83/static/image/header-shape.svg*/;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: 0px;
    z-index: 1;
}
/*-- 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: 5px 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;
}
