﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.basecolor {
    color: #ffc451;
}
.section-bg {
    background-color: #f0f4f8;
}

.validation-message {
    color: red;
    font-style: italic;
}

.validation-div {
    background-color: #fb0404b0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: white;
}

#header .logo img {
    max-height: 50px;
}
/*#about {
    background: url(../img/testimonials-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}*/




/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/
.about .service-item {
    padding: 30px;
    transition: all ease-in-out 0.4s;
    background: var(--color-white);
    height: 100%;
}

    .about .service-item .icon {
        margin-bottom: 10px;
    }

        .about .service-item .icon i {
            color: #ffc451;
            font-size: 36px;
            transition: 0.3s;
        }

    .about .service-item h4 {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .about .service-item h4 a {
            color: #000;
            transition: ease-in-out 0.3s;
        }

    .about .service-item p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .about .service-item:hover {
        transform: translateY(-10px);
        box-shadow: rgba(72, 86, 100, 0.1) 0px 0px 60px 0px;
    }

        .about .service-item:hover h4 a {
            color: var(--color-primary);
        }



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
    opacity: unset !important;
}

    .clients .swiper-slide img:hover {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# principles
--------------------------------------------------------------*/
.principles .section-title p {
    font-size: 24px;
}
.principles .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

    .principles .icon-box i {
        float: left;
        color: #5c8eb0;
        font-size: 40px;
       /* line-height: 0;*/
    }

    .principles .icon-box h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .principles .icon-box h4 a {
            color: #365870;
            transition: 0.3s;
        }

    .principles .icon-box .icon-box:hover h4 a {
        color: #ff4a17;
    }

    .principles .icon-box p {
        margin-left: 70px;
        line-height: 24px;
        font-size: 14px;
    }

    .principles .icon-box:hover h4 a {
        color: #ff4a17;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding: 40px;
}

    .services .section-title p {
        font-size: 28px;
    }
    .services .row {
        overflow: hidden;
    }

    .services .content-item {
        padding: 40px;
        border-left: 1px solid #d9e8f4;
        border-bottom: 1px solid #d9e8f4;
        margin: -1px;
    }

        .services .content-item span {
            display: block;
            font-size: 24px;
            font-weight: 400;
            color: #9eccf4;
        }

        .services .content-item h4 {
            font-size: 28px;
            font-weight: 400;
            padding: 0;
            margin: 20px 0;
        }

        .services .content-item p {
            color: #aaaaaa;
            font-size: 15px;
            margin: 0;
            padding: 0;
        }

@media (max-width: 768px) {
    .services .content-item {
        padding: 40px 0;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 60px 0;
}

    .counts .count-box {
        width: 100%;
        text-align: center;
    }

        .counts .count-box span {
            font-size: 48px;
            line-height: 48px;
            display: block;
            font-weight: 700;
            color: #124265;
            margin-left: 80px;
            margin: auto;
        }

        .counts .count-box p {
            padding: 8px 0 0 0;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            font-size: 14px;
            color: #1e6ca6;
        }

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
    padding-bottom: 75px;
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #222222;
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal;
        }

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 20px;
    border-radius: 20px;
}

.skills .progress-bar {
    width: 1px;
    height: 20px;
    transition: 2s;
    background-color: #d78c4c;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

    .gallery .swiper-slide {
        transition: 0.8s;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .gallery .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #5777ba;
        }

        .gallery .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #5777ba;
        }

    .gallery .swiper-slide-active {
        text-align: center;
    }

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
       /* border: 1px solid #5777ba;
        padding: 10px;
        background: #fff;*/
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        border-radius: 25px;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
    padding: 20px 0 30px 0;
    background-color: #fff;
    border-radius:5px;
}

    .contact .info-box i {
        font-size: 32px;
        color: #ffc107;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #ffeeba;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .email-form {
    box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
}

    .contact .email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .email-form input,
    .contact .email-form textarea {
        border-radius: 4px;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .email-form input:focus,
        .contact .email-form textarea:focus {
            border-color: #ffc107;
        }

    .contact .email-form input {
        padding: 10px 15px;
    }

    .contact .email-form textarea {
        padding: 12px 15px;
    }

    .contact .email-form button[type=submit] {
        background: #ffc107;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .email-form button[type=submit]:hover {
            background: #ffce3a;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #151515;
            background: #ffc451;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.6);
    border-radius: 10px;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(21, 21, 21, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            /*text-transform: uppercase;*/
            padding: 0;
            margin: 0;
            font-style: italic;
            padding-bottom: 20px;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            margin: 0 5px 0 0;
            font-size: 20px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #ffc451;
            }


    .portfolio .portfolio-wrap:hover::before {
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.2);
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }
