@import '_content/DevSmart.PrivateMessaging.Blazor/DevSmart.PrivateMessaging.Blazor.ggfm4t8ptl.bundle.scp.css';
@import '_content/TaxPayer.Blazor/TaxPayer.Blazor.52hnpzr6p7.bundle.scp.css';
@import '_content/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.p33ll9g8os.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero[b-j7e3rnxhrk] {
    width: 100%;
    height: 80vh;
    background: #37517e;
}

    #hero .container[b-j7e3rnxhrk] {
        padding-top: 72px;
    }

    #hero h3[b-j7e3rnxhrk] {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h5[b-j7e3rnxhrk] {
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .btn-get-started[b-j7e3rnxhrk] {
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background: #47b2e4;
    }

        #hero .btn-get-started:hover[b-j7e3rnxhrk] {
            background: #209dd8;
        }

    #hero .btn-watch-video[b-j7e3rnxhrk] {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 25px 0 0;
        color: #fff;
        line-height: 1;
    }

        #hero .btn-watch-video i[b-j7e3rnxhrk] {
            line-height: 0;
            color: #fff;
            font-size: 32px;
            transition: 0.3s;
            margin-left: 8px;
        }

        #hero .btn-watch-video:hover i[b-j7e3rnxhrk] {
            color: #47b2e4;
        }

    #hero .animated[b-j7e3rnxhrk] {
        animation: up-down-b-j7e3rnxhrk 2s ease-in-out infinite alternate-reverse both;
    }

@media (max-width: 991px) {
    #hero[b-j7e3rnxhrk] {
        height: 100vh;
        text-align: center;
    }

        #hero .animated[b-j7e3rnxhrk] {
            animation: none;
        }

        #hero .hero-img[b-j7e3rnxhrk] {
            text-align: center;
        }

            #hero .hero-img img[b-j7e3rnxhrk] {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero h1[b-j7e3rnxhrk] {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2[b-j7e3rnxhrk] {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img[b-j7e3rnxhrk] {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img[b-j7e3rnxhrk] {
        width: 80%;
    }

    #hero .btn-get-started[b-j7e3rnxhrk] {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@keyframes up-down-b-j7e3rnxhrk {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section[b-j7e3rnxhrk] {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg[b-j7e3rnxhrk] {
    background-color: #f3f5fa;
}

.section-title[b-j7e3rnxhrk] {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2[b-j7e3rnxhrk] {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #37517e;
    }

        .section-title h2[b-j7e3rnxhrk]::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            right: calc(50% - 60px);
        }

        .section-title h2[b-j7e3rnxhrk]::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #47b2e4;
            bottom: 0;
            right: calc(50% - 20px);
        }

    .section-title p[b-j7e3rnxhrk] {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients[b-j7e3rnxhrk] {
    padding: 12px 0;
    text-align: center;
}

    .clients img[b-j7e3rnxhrk] {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover[b-j7e3rnxhrk] {
            filter: none;
            transform: scale(1.1);
        }

@media (max-width: 768px) {
    .clients img[b-j7e3rnxhrk] {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3[b-j7e3rnxhrk] {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul[b-j7e3rnxhrk] {
    list-style: none;
    padding: 0;
}

    .about .content ul li[b-j7e3rnxhrk] {
        padding-right: 28px;
        position: relative;
    }

        .about .content ul li + li[b-j7e3rnxhrk] {
            margin-top: 10px;
        }

    .about .content ul i[b-j7e3rnxhrk] {
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 20px;
        color: #47b2e4;
        line-height: 1;
    }

.about .content p:last-child[b-j7e3rnxhrk] {
    margin-bottom: 0;
}

.about .content .btn-learn-more[b-j7e3rnxhrk] {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

    .about .content .btn-learn-more:hover[b-j7e3rnxhrk] {
        background: #47b2e4;
        color: #fff;
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content[b-j7e3rnxhrk] {
    padding: 60px 100px 0 100px;
}

    .why-us .content h3[b-j7e3rnxhrk] {
        font-weight: 400;
        font-size: 34px;
        color: #37517e;
    }

    .why-us .content h4[b-j7e3rnxhrk] {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }

    .why-us .content p[b-j7e3rnxhrk] {
        font-size: 15px;
        color: #848484;
    }

.why-us .img[b-j7e3rnxhrk] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list[b-j7e3rnxhrk] {
    padding: 0 100px 60px 100px;
}

    .why-us .accordion-list ul[b-j7e3rnxhrk] {
        padding: 0;
        list-style: none;
    }

    .why-us .accordion-list li + li[b-j7e3rnxhrk] {
        margin-top: 15px;
    }

    .why-us .accordion-list li[b-j7e3rnxhrk] {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
    }

    .why-us .accordion-list a[b-j7e3rnxhrk] {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-left: 30px;
        outline: none;
        cursor: pointer;
    }

    .why-us .accordion-list span[b-j7e3rnxhrk] {
        color: #47b2e4;
        font-weight: 600;
        font-size: 18px;
        padding-left: 10px;
    }

    .why-us .accordion-list i[b-j7e3rnxhrk] {
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .why-us .accordion-list p[b-j7e3rnxhrk] {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .why-us .accordion-list .icon-show[b-j7e3rnxhrk] {
        display: none;
    }

    .why-us .accordion-list a.collapsed[b-j7e3rnxhrk] {
        color: #343a40;
    }

        .why-us .accordion-list a.collapsed:hover[b-j7e3rnxhrk] {
            color: #47b2e4;
        }

        .why-us .accordion-list a.collapsed .icon-show[b-j7e3rnxhrk] {
            display: inline-block;
        }

        .why-us .accordion-list a.collapsed .icon-close[b-j7e3rnxhrk] {
            display: none;
        }

@media (max-width: 1024px) {

    .why-us .content[b-j7e3rnxhrk],
    .why-us .accordion-list[b-j7e3rnxhrk] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img[b-j7e3rnxhrk] {
        min-height: 400px;
    }

    .why-us .content[b-j7e3rnxhrk] {
        padding-top: 30px;
    }

    .why-us .accordion-list[b-j7e3rnxhrk] {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img[b-j7e3rnxhrk] {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3[b-j7e3rnxhrk] {
    font-weight: 700;
    font-size: 32px;
    color: #37517e;
    font-family: "Poppins", sans-serif;
}

.skills .content ul[b-j7e3rnxhrk] {
    list-style: none;
    padding: 0;
}

    .skills .content ul li[b-j7e3rnxhrk] {
        padding-bottom: 10px;
    }

    .skills .content ul i[b-j7e3rnxhrk] {
        font-size: 20px;
        padding-left: 4px;
        color: #47b2e4;
    }

.skills .content p:last-child[b-j7e3rnxhrk] {
    margin-bottom: 0;
}

.skills .progress[b-j7e3rnxhrk] {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

    .skills .progress .skill[b-j7e3rnxhrk] {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #37517e;
    }

        .skills .progress .skill .val[b-j7e3rnxhrk] {
            float: left;
            font-style: normal;
        }

.skills .progress-bar-wrap[b-j7e3rnxhrk] {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar[b-j7e3rnxhrk] {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box[b-j7e3rnxhrk] {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

    .services .icon-box .icon[b-j7e3rnxhrk] {
        margin-bottom: 10px;
    }

        .services .icon-box .icon i[b-j7e3rnxhrk] {
            color: #47b2e4;
            font-size: 36px;
            transition: 0.3s;
        }

    .services .icon-box h4[b-j7e3rnxhrk] {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a[b-j7e3rnxhrk] {
            color: #37517e;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p[b-j7e3rnxhrk] {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover[b-j7e3rnxhrk] {
        transform: translateY(-10px);
    }

        .services .icon-box:hover h4 a[b-j7e3rnxhrk] {
            color: #47b2e4;
        }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta[b-j7e3rnxhrk] {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

    .cta h3[b-j7e3rnxhrk] {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p[b-j7e3rnxhrk] {
        color: #fff;
    }

    .cta .cta-btn[b-j7e3rnxhrk] {
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover[b-j7e3rnxhrk] {
            background: #47b2e4;
            border: 2px solid #47b2e4;
        }

@media (max-width: 1024px) {
    .cta[b-j7e3rnxhrk] {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container[b-j7e3rnxhrk] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters[b-j7e3rnxhrk] {
    list-style: none;
    margin-bottom: 20px;
}

    .portfolio #portfolio-flters li[b-j7e3rnxhrk] {
        cursor: pointer;
        display: inline-block;
        margin: 10px 5px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        transition: all 0.3s;
        padding: 8px 20px;
        border-radius: 50px;
        font-family: "Poppins", sans-serif;
    }

        .portfolio #portfolio-flters li:hover[b-j7e3rnxhrk],
        .portfolio #portfolio-flters li.filter-active[b-j7e3rnxhrk] {
            background: #47b2e4;
            color: #fff;
        }

.portfolio .portfolio-item[b-j7e3rnxhrk] {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-img[b-j7e3rnxhrk] {
        overflow: hidden;
    }

        .portfolio .portfolio-item .portfolio-img img[b-j7e3rnxhrk] {
            transition: all 0.6s;
        }

    .portfolio .portfolio-item .portfolio-info[b-j7e3rnxhrk] {
        opacity: 0;
        position: absolute;
        right: 15px;
        bottom: 0;
        z-index: 3;
        left: 15px;
        transition: all 0.3s;
        background: rgba(55, 81, 126, 0.8);
        padding: 10px 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4[b-j7e3rnxhrk] {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

        .portfolio .portfolio-item .portfolio-info p[b-j7e3rnxhrk] {
            color: #f9fcfe;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link[b-j7e3rnxhrk],
        .portfolio .portfolio-item .portfolio-info .details-link[b-j7e3rnxhrk] {
            position: absolute;
            left: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #fff;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover[b-j7e3rnxhrk],
            .portfolio .portfolio-item .portfolio-info .details-link:hover[b-j7e3rnxhrk] {
                color: #47b2e4;
            }

        .portfolio .portfolio-item .portfolio-info .details-link[b-j7e3rnxhrk] {
            left: 10px;
        }

    .portfolio .portfolio-item:hover .portfolio-img img[b-j7e3rnxhrk] {
        transform: scale(1.15);
    }

    .portfolio .portfolio-item:hover .portfolio-info[b-j7e3rnxhrk] {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details[b-j7e3rnxhrk] {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img[b-j7e3rnxhrk] {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination[b-j7e3rnxhrk] {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet[b-j7e3rnxhrk] {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #47b2e4;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active[b-j7e3rnxhrk] {
            background-color: #47b2e4;
        }

    .portfolio-details .portfolio-info[b-j7e3rnxhrk] {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
    }

        .portfolio-details .portfolio-info h3[b-j7e3rnxhrk] {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul[b-j7e3rnxhrk] {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li[b-j7e3rnxhrk] {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description[b-j7e3rnxhrk] {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2[b-j7e3rnxhrk] {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p[b-j7e3rnxhrk] {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member[b-j7e3rnxhrk] {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    height: 100%;
}

    .team .member .pic[b-j7e3rnxhrk] {
        overflow: hidden;
        width: 180px;
        border-radius: 50%;
    }

        .team .member .pic img[b-j7e3rnxhrk] {
            transition: ease-in-out 0.3s;
        }

    .team .member:hover[b-j7e3rnxhrk] {
        transform: translateY(-10px);
    }

    .team .member .member-info[b-j7e3rnxhrk] {
        padding-right: 30px;
    }

    .team .member h4[b-j7e3rnxhrk] {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #37517e;
    }

    .team .member span[b-j7e3rnxhrk] {
        display: block;
        font-size: 15px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
    }

        .team .member span[b-j7e3rnxhrk]::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #cbd6e9;
            bottom: 0;
            right: 0;
        }

    .team .member p[b-j7e3rnxhrk] {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .team .member .social[b-j7e3rnxhrk] {
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .team .member .social a[b-j7e3rnxhrk] {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #eff2f8;
        }

            .team .member .social a i[b-j7e3rnxhrk] {
                color: #37517e;
                font-size: 16px;
                margin: 0 2px;
            }

            .team .member .social a:hover[b-j7e3rnxhrk] {
                background: #47b2e4;
            }

                .team .member .social a:hover i[b-j7e3rnxhrk] {
                    color: #fff;
                }

            .team .member .social a + a[b-j7e3rnxhrk] {
                margin-right: 8px;
            }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row[b-j7e3rnxhrk] {
    padding-top: 40px;
}

.pricing .box[b-j7e3rnxhrk] {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3[b-j7e3rnxhrk] {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
}

.pricing h4[b-j7e3rnxhrk] {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    /*font-family: "Jost", sans-serif;*/
    margin-bottom: 25px;
}

    .pricing h4 sup[b-j7e3rnxhrk] {
        font-size: 28px;
    }

    .pricing h4 span[b-j7e3rnxhrk] {
        color: #47b2e4;
        font-size: 18px;
        display: block;
    }

.pricing ul[b-j7e3rnxhrk] {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: right;
    line-height: 20px;
}

    .pricing ul li[b-j7e3rnxhrk] {
        padding: 10px 30px 10px 0;
        position: relative;
    }

    .pricing ul i[b-j7e3rnxhrk] {
        color: #28a745;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 6px;
    }

    .pricing ul .na[b-j7e3rnxhrk] {
        color: #f22;
    }

        .pricing ul .na i[b-j7e3rnxhrk] {
            color: #f22;
        }

/*        .pricing ul .na span {
            text-decoration: line-through;
        }
*/
.pricing .buy-btn[b-j7e3rnxhrk] {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    /*font-family: "Jost", sans-serif;*/
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

    .pricing .buy-btn:hover[b-j7e3rnxhrk] {
        background: #47b2e4;
        color: #fff;
    }

.pricing .featured[b-j7e3rnxhrk] {
    border-top-color: #47b2e4;
}

    .pricing .featured .buy-btn[b-j7e3rnxhrk] {
        background: #47b2e4;
        color: #fff;
    }

        .pricing .featured .buy-btn:hover[b-j7e3rnxhrk] {
            background: #23a3df;
        }

@media (max-width: 992px) {
    .pricing .box[b-j7e3rnxhrk] {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box[b-j7e3rnxhrk] {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box[b-j7e3rnxhrk] {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list[b-j7e3rnxhrk] {
    padding: 0 100px;
}

    .faq .faq-list ul[b-j7e3rnxhrk] {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li[b-j7e3rnxhrk] {
        margin-top: 15px;
    }

    .faq .faq-list li[b-j7e3rnxhrk] {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a[b-j7e3rnxhrk] {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help[b-j7e3rnxhrk] {
        font-size: 24px;
        position: absolute;
        left: 0;
        right: 20px;
        color: #47b2e4;
    }

    .faq .faq-list .icon-show[b-j7e3rnxhrk],
    .faq .faq-list .icon-close[b-j7e3rnxhrk] {
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .faq .faq-list p[b-j7e3rnxhrk] {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show[b-j7e3rnxhrk] {
        display: none;
    }

    .faq .faq-list a.collapsed[b-j7e3rnxhrk] {
        color: #37517e;
        transition: 0.3s;
    }

        .faq .faq-list a.collapsed:hover[b-j7e3rnxhrk] {
            color: #47b2e4;
        }

        .faq .faq-list a.collapsed .icon-show[b-j7e3rnxhrk] {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close[b-j7e3rnxhrk] {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list[b-j7e3rnxhrk] {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info[b-j7e3rnxhrk] {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

    .contact .info i[b-j7e3rnxhrk] {
        font-size: 20px;
        color: #47b2e4;
        float: right;
        width: 44px;
        height: 44px;
        background: #e7f5fb;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4[b-j7e3rnxhrk] {
        padding: 0 60px 0 0;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #37517e;
    }

    .contact .info p[b-j7e3rnxhrk] {
        padding: 0 60px 10px 0;
        margin-bottom: 20px;
        font-size: 14px;
        color: #6182ba;
    }

    .contact .info .email p[b-j7e3rnxhrk] {
        padding-top: 5px;
    }

    .contact .info .social-links[b-j7e3rnxhrk] {
        padding-right: 60px;
    }

        .contact .info .social-links a[b-j7e3rnxhrk] {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-left: 10px;
        }

            .contact .info .social-links a:hover[b-j7e3rnxhrk] {
                background: #47b2e4;
                color: #fff;
            }

    .contact .info .email:hover i[b-j7e3rnxhrk],
    .contact .info .address:hover i[b-j7e3rnxhrk],
    .contact .info .phone:hover i[b-j7e3rnxhrk] {
        background: #47b2e4;
        color: #fff;
    }

.contact .php-email-form[b-j7e3rnxhrk] {
    width: 100%;
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .php-email-form .form-group[b-j7e3rnxhrk] {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate[b-j7e3rnxhrk] {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message[b-j7e3rnxhrk] {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: right;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br[b-j7e3rnxhrk] {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message[b-j7e3rnxhrk] {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading[b-j7e3rnxhrk] {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading[b-j7e3rnxhrk]:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 0 -6px 10px;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading-b-j7e3rnxhrk 1s linear infinite;
        }

    .contact .php-email-form .form-group[b-j7e3rnxhrk] {
        margin-bottom: 20px;
    }

    .contact .php-email-form label[b-j7e3rnxhrk] {
        padding-bottom: 8px;
    }

    .contact .php-email-form input[b-j7e3rnxhrk],
    .contact .php-email-form textarea[b-j7e3rnxhrk] {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus[b-j7e3rnxhrk],
        .contact .php-email-form textarea:focus[b-j7e3rnxhrk] {
            border-color: #47b2e4;
        }

    .contact .php-email-form input[b-j7e3rnxhrk] {
        height: 44px;
    }

    .contact .php-email-form textarea[b-j7e3rnxhrk] {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit][b-j7e3rnxhrk] {
        background: #47b2e4;
        border: 0;
        padding: 12px 34px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type=submit]:hover[b-j7e3rnxhrk] {
            background: #209dd8;
        }

@keyframes animate-loading-b-j7e3rnxhrk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs[b-j7e3rnxhrk] {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs[b-j7e3rnxhrk] {
        margin-top: 68px;
    }
}

.breadcrumbs h2[b-j7e3rnxhrk] {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}

.breadcrumbs ol[b-j7e3rnxhrk] {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li[b-j7e3rnxhrk] {
        padding-right: 10px;
    }

        .breadcrumbs ol li + li[b-j7e3rnxhrk]::before {
            display: inline-block;
            padding-left: 10px;
            color: #4668a2;
            content: "/";
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer[b-j7e3rnxhrk] {
    font-size: 14px;
    background: #37517e;
}

    #footer .footer-newsletter[b-j7e3rnxhrk] {
        padding: 50px 0;
        background: #f3f5fa;
        text-align: center;
        font-size: 15px;
        color: #444444;
    }

        #footer .footer-newsletter h4[b-j7e3rnxhrk] {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
            color: #37517e;
        }

        #footer .footer-newsletter form[b-j7e3rnxhrk] {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: right;
        }

            #footer .footer-newsletter form input[type=email][b-j7e3rnxhrk] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit][b-j7e3rnxhrk] {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #47b2e4;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type=submit]:hover[b-j7e3rnxhrk] {
                    background: #209dd8;
                }

    #footer .footer-top[b-j7e3rnxhrk] {
        padding: 60px 0 30px 0;
        background: #fff;
    }

        #footer .footer-top .footer-contact[b-j7e3rnxhrk] {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3[b-j7e3rnxhrk] {
                font-size: 28px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                text-transform: uppercase;
                font-weight: 600;
                color: #37517e;
            }

            #footer .footer-top .footer-contact p[b-j7e3rnxhrk] {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Jost", sans-serif;
                color: #5e5e5e;
            }

        #footer .footer-top h4[b-j7e3rnxhrk] {
            font-size: 16px;
            font-weight: bold;
            color: #37517e;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links[b-j7e3rnxhrk] {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul[b-j7e3rnxhrk] {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i[b-j7e3rnxhrk] {
                    padding-left: 2px;
                    color: #47b2e4;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li[b-j7e3rnxhrk] {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child[b-j7e3rnxhrk] {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a[b-j7e3rnxhrk] {
                    color: #777777;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover[b-j7e3rnxhrk] {
                        text-decoration: none;
                        color: #47b2e4;
                    }

        #footer .footer-top .social-links a[b-j7e3rnxhrk] {
            font-size: 18px;
            display: inline-block;
            background: #47b2e4;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-left: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover[b-j7e3rnxhrk] {
                background: #209dd8;
                color: #fff;
                text-decoration: none;
            }

    #footer .footer-bottom[b-j7e3rnxhrk] {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }

    #footer .copyright[b-j7e3rnxhrk] {
        float: right;
    }

    #footer .credits[b-j7e3rnxhrk] {
        float: left;
        font-size: 13px;
    }

        #footer .credits a[b-j7e3rnxhrk] {
            transition: 0.3s;
        }

@media (max-width: 768px) {
    #footer .footer-bottom[b-j7e3rnxhrk] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright[b-j7e3rnxhrk],
    #footer .credits[b-j7e3rnxhrk] {
        text-align: center;
        float: none;
    }

    #footer .credits[b-j7e3rnxhrk] {
        padding-top: 4px;
    }
}
