﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');*/

body {
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}

ul, li, ol {
    list-style: none;
    margin: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}

#header-container {
    background: #f0f0f0;
    padding: 5px 0;
}

    #header-container ul > li > a {
        padding: .5rem 1rem;
        font-weight: 500;
    }

    #header-container.fixedMenu {
        -webkit-box-shadow: 0 4px 50px 0 #96aabb;
        -webkit-box-shadow: 0 4px 50px 0 rgba(150,170,187,0.2);
        box-shadow: 0 4px 50px 0 #96aabb;
        box-shadow: 0 4px 50px 0 rgba(150, 170, 187, 0.2);
        background: #ffffff;
    }

.slider-section {
    position: relative;
    padding: 70px 0;
    /*background: -webkit-linear-gradient(to right, #07338e 5%, #1d012f 50%);
    background: -moz-linear-gradient(to right, #07338e 5%, #1d012f 50%);
    background: -o-linear-gradient(to right, #07338e 5%, #1d012f 50%);
    background: -ms-linear-gradient(to right, #07338e 5%, #1d012f 50%);
    background: linear-gradient(to right, #07338e 5%, #1d012f 50%);*/
    background: #f0f0f0;
}

    .slider-section h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 15px;
        letter-spacing: .5px;
        color: #de4d48;
    }

    .slider-section p {
        color: #939393;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 20px;
    }

.about-section {
    background: #ffffff;
    padding: 50px 0;
}

    .about-section .feature-list p {
        line-height: 26px;
    }

    .about-section .feature-list h4 {
        color: #0a0d2f;
    }

    .about-section .feature-list a {
        font-size: 17px;
        letter-spacing: .5px;
    }

    .about-section h2 {
        margin-bottom: 15px;
    }

    .about-section p {
        color: #808080;
        font-weight: 300;
        line-height: 30px;
    }

.btn-theme, .btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background: #de4d48;
    color: #ffffff;
}

.btn-theme2, .btn-theme2:hover, .btn-theme2:focus, .btn-theme2:active {
    background: #0b1264;
    color: #ffffff;
}

.bg-theme {
    background: #0b1264;
}

.bg-theme2 {
    background: #de4d48;
}

.text-theme {
    color: #de4d48 !important;
}

.text-theme2 {
    color: #0b1264 !important;
}

.work-section {
    /*background: url('../images/video-bg.jpg') no-repeat;
    position: relative;
    background-size: cover;*/
    padding: 80px 0;
    /*z-index: 1;*/
    background: #0a0d2f !important;
}

    .work-section::after {
        /*position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background-image: -moz-linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
        background-image: -webkit-linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
        background-image: -ms-linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
        background-image: linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
        opacity: 0.8;*/
    }

    .work-section h2 {
        color: #ffffff;
    }

    .work-section .overly-video {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        z-index: 999;
        top: 0;
        width: 100%;
        background: rgba(15, 16, 21, 0.2);
    }

        .work-section .overly-video a {
            display: block;
        }

    .work-section h3 {
        color: #ffffff;
        margin: 0;
    }

.features-section {
    padding: 80px 0;
}

    .features-section .btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .features-section h4 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .features-section p {
        color: #565656;
        text-align: justify;
    }

    .features-section .features-list {
        margin-bottom: 30px;
    }

.btn-gradient, .btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
    background: -webkit-linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
    background: -moz-linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
    background: -ms-linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
    background: linear-gradient(left, rgb(222, 77, 72) 0%, rgb(34, 36, 59) 100%);
    border: none;
    color: #ffffff;
    font-size: 17px;
}

.tagline {
    padding: 50px 0;
    background: #0a0d2f;
}

    .tagline a {
        letter-spacing: .5px;
        font-size: 17px;
    }

.features {
    padding: 80px 0;
}

.img-shadow {
    -webkit-box-shadow: 2px 0px 5px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 0px 5px 2px rgba(0,0,0,.2);
    box-shadow: 2px 0px 5px 2px rgba(0,0,0,.2);
}

.features h3 {
    color: #0b1264;
    margin-bottom: 15px;
}

.features ul > li {
    color: #898989;
    font-weight: 400;
    line-height: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

.bg-gray {
    background: #efefef;
}

.customer-section {
    padding: 80px 0;
    background: #0b0e30;
}

    .customer-section .desc {
        font-weight: 300;
        line-height: 30px;
        letter-spacing: .5px;
    }

    .customer-section .owl-carousel .owl-item img {
        width: 80px;
        margin: 10px auto;
        -webkit-box-shadow: 2px 0px 5px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 2px 0px 5px 2px rgba(0,0,0,.2);
        box-shadow: 2px 0px 5px 2px rgba(0,0,0,.2);
        border-radius: 50%;
    }

    .customer-section p strong {
        /*color: rgb(34, 36, 59);*/
    }

.client {
    padding: 40px 0;
}



.clientSlider {
    position: relative;
    overflow: hidden;
}

    .clientSlider::before, .clientSlider::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 100px;
        z-index: 2;
    }

    .clientSlider::after {
        right: 0;
        top: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .clientSlider::before {
        left: 0;
        top: 0;
    }

    .clientSlider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(200px * 14);
    }

    .clientSlider .slides {
        height: 120px;
        width: 180px;
        margin: 0 15px;
    }

        .clientSlider .slides img {
            width: 100%;
            height: 100%;
        }

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}

.footer {
    background: #212529;
    padding: 20px;
}

    .footer .footer-menu {
        margin: 0;
        text-align: right;
    }

        .footer .footer-menu > li {
            display: inline-block;
        }

            .footer .footer-menu > li > a {
                color: #ffffff;
                padding: 0 10px;
            }

.btn-register {
    background: #de4d48;
    color: #ffffff;
}

#registerForm {
    padding: 60px 0;
}

.terms-coontainer {
    padding: 60px 0;
}

.list-numbaric, .list-numbaric > li {
    list-style: decimal;
}

.list-numbaric, .terms-coontainer ul {
    padding-left: 30px;
}

    .terms-coontainer ol > li, .terms-coontainer ul > li {
        margin-bottom: 10px;
        color: #212529;
        text-align: justify;
    }

.terms-coontainer p {
    color: #212529;
    text-align: justify;
}

.terms-coontainer strong {
    font-weight: 600;
    color: #0b1264;
}

.main-footer {
    background: #333333;
    padding: 30px 0;
}

    .main-footer h4 {
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 15px;
    }

    .main-footer ul > li {
        margin-bottom: 10px;
        line-height: 30px;
    }

        .main-footer ul > li > a {
            color: #ffffff;
        }

            .main-footer ul > li > a > i {
                margin-right: 5px;
            }

.border-bottomp {
    background: #e4eaee;
}

ul, ol {
    padding: 0;
}

.list-alpha, .list-alpha li {
    list-style: lower-alpha !important;
}

.list-roman, .list-roman li {
    list-style: lower-roman;
}

.feature-container {
    padding: 80px 0;
}

    .feature-container .list-group-item.active {
        background: #de4d48;
        border-color: #de4d48;
    }

    .feature-container h2 {
        color: #0b1264;
    }

.about-container {
    padding: 60px 0;
}

    .about-container p {
        color: #5d5d5d;
    }

.work-container {
    padding: 60px 0;
}

    .work-container .img-icon {
        width: 85px;
        height: 85px;
        line-height: 85px;
        background: #de4d48;
        border-radius: 50%;
        margin: 0 auto 10px;
    }

    .work-container p {
        color: #5d5d5d;
    }

.workstep-2 {
    padding: 50px 0;
}

    .workstep-2 ul > li, .workstep-2 p, .manage-section ul > li {
        line-height: 30px;
        color: #5d5d5d;
    }

.app-section {
    padding: 60px 0;
    background: #001f4c;
}

.app-section {
}

    .app-section .work-icon {
        background: #ffffff;
        width: 85px;
        height: 85px;
        line-height: 85px;
        border-radius: 50%;
        margin: 0 0 15px;
        text-align: center;
    }

.app-section {
}

    .app-section h4 {
        font-size: 20px;
    }

.manage-section {
    padding: 80px 0;
}

    .manage-section h3 {
        font-weight: 600;
        margin-bottom: 15px;
    }

.securiy-section {
    padding: 50px 0;
    background: #de4d48;
}

    .securiy-section h5 {
        font-size: 17px;
    }

@media(max-width:767px) {
    .slider-section {
        padding: 50px 0;
        background: #0a0d2f;
    }

    .features-section, .work-container, .features, .feature-container {
        padding: 50px 0;
    }

    .work-section h2 {
        font-size: 1.8rem;
    }

    .tagline {
        text-align: center;
    }

        .tagline h3 {
            margin-bottom: 15px;
            font-size: 1.5rem;
        }

    .app-section .work-icon {
        margin: 0 auto 15px;
    }

    .advantage-title h1 {
        font-size: 26px;
    }

    #header-container ul > li > a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:480px) {
    .navbar-brand img {
        width: 186px;
    }

    .slider-section h1 {
        font-size: 28px;
    }

    .work-container h4 {
        font-size: 1.3rem;
    }
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

    .set > a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #555;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .set > a i {
            float: right;
            margin-top: 2px;
        }

        .set > a.active {
            background-color: #de4d48;
            color: #fff;
        }

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

    .content p {
        padding: 10px 15px;
        margin: 0;
        color: #333;
    }

.price-container {
    padding: 80px 0;
}

    .price-container sup {
        font-family: 'Roboto', sans-serif;
    }

    .price-container .card {
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

        .price-container .card:hover {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            z-index: 2;
            -moz-transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
            -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
            -o-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
            -ms-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        }

        .price-container .card small {
            font-size: 12px;
        }

.bg-border2 {
    border-color: #0b1264;
}

.price-container .card h1 {
    font-size: 32px;
}

.mb-50 {
    margin-bottom: 94px;
}

.contact-container {
    padding: 60px 0;
}

    .contact-container label {
        font-weight: bold;
    }

    .contact-container input, .contact-container select {
        height: 48px;
        background: #fafafa;
    }

    .contact-container textarea {
        background: #fafafa;
        resize:none;
    }
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
