/*
-------------------------------------------------------------------------------------------
* Template Name    : itotek  | sharadsavaliya    *
* Author           : Setblue                                                              *
* Version          : 1.0.0                                                                *
* File Description : Main Css file of the template                                        *
*------------------------------------------------------------------------------------------
*/
body {
    font-family: 'Roboto', 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: 160px 0px 260px 0px;
    overflow: hidden;
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
}

    .top-bg::after {
        content: '';
        background-image: url(../images/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;
}


/* ---- Features ---- */

.features-item {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    display: table;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0 10px 40px -10px rgb(0 64 128 / 20%);
    border-radius: 6px;
}

.image-container {
    padding: 5px;
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto 30px;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
}

.features-title {
    width: 100%;
    display: table;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
}
