﻿#header {
    background: transparent;
    border-bottom-color: rgba(23, 24, 45, 0.38);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding-bottom: 40px;
    /*background: #216498;
    margin-bottom: 30px;*/
}

    .about .section-title {
        padding-bottom: 10px;
    }

    .about .content h3 {
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-left: 28px;
            position: relative;
        }

            .about .content ul li + li {
                margin-top: 10px;
            }

        .about .content ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            color: #212529;
            line-height: 1;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    /*padding-top: 20px;*/
}

    .features .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 5px 0 10px 20px;
    }

    .features .icon-box i {
        font-size: 48px;
        float: left;
        color: #216498;
    }

    .features .icon-box p {
        color: #212529;
        margin-left: 21px;
        margin-right: 30px;
    }

    .features .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #191A38;
    background: linear-gradient(135deg, #2C2D5B, #17182D);
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #191A38;
}

.services .section-title p {
    color: #212529;
}

.services .icon-box .icon {
    width: 64px;
    height: 64px;
    background: #F7F7F7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

    .services .icon-box .icon i {
        font-size: 28px;
        color: #000;
    }

.services .icon-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
    color: #fff;
}

    .services .icon-box h4 a {
        color: #fff;
        transition: ease-in-out 0.3s;
    }

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.services .icon-box:hover {
    transform: translateY(-10px);
    border-color: #F7F7F7;
}

    .services .icon-box:hover h4 a {
        color: #F7F7F7;
    }


/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
    overflow: hidden;
    padding-top: 40px;
    background: #216498;
    color: #fff;
}

    .specials .icon-box {
        margin-left: 20px;
    }

    .specials .specials-item {
        position: relative;
        padding-top: 40px;
    }

        .specials .specials-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: #17182d;
        }

        .specials .specials-item::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 2px;
            background: #787bbf;
            border-right: 5px solid #787bbf;
        }

        .specials .specials-item .icon {
            width: 48px;
            height: 48px;
            position: relative;
            margin-right: 50px;
            line-height: 0;
        }

            .specials .specials-item .icon i {
                color: #787bbf;
                font-size: 56px;
                transition: ease-in-out 0.3s;
                z-index: 2;
                position: relative;
            }

            .specials .specials-item .icon:before {
                position: absolute;
                content: "";
                height: 30px;
                width: 30px;
                background: #216498;
                border-radius: 50px;
                z-index: -1;
                bottom: -15px;
                right: -15px;
                transition: 0.3s;
            }

        .specials .specials-item .title {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .specials .specials-item .title a {
                color: #fff;
            }

                .specials .specials-item .title a:hover {
                    color: #fff;
                }

        .specials .specials-item .description {
            line-height: 24px;
            font-size: 14px;
            color: #fff;
        }

    .specials .btn-learn-more {
        color: #fff;
        border: 2px solid #fff;
    }

        .specials .btn-learn-more:hover {
            color: #216498;
        }

    .specials .section-title h5 {
        color: #fff;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact .section-title {
        padding-bottom: 10px;
    }

    .contact .info {
        width: 100%;
        padding: 0;
        min-height: auto;
    }

        .contact .info i {
            font-size: 32px;
            color: #216498;
            float: left;
            line-height: 1;
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #212529;
        }

        .contact .info p {
            padding: 0 0 0 60px;
            margin-bottom: 0;
            font-size: 14px;
            color: #212529;
        }

            .contact .info p a {
                color: #212529;
            }

@media(max-width: 767px) {
    .services .icon-box {
        margin-bottom: 20px;
    }

    .contact {
        padding-top: 25px;
    }

        .contact .info {
            min-height: auto;
        }

        .contact .section-title {
            padding-bottom: 0;
        }

    .about {
        padding-top: 40px;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio {
    background: #216498;
}

    .portfolio .section-title {
        color: #fff;
    }

    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 8px 16px 10px 16px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f4f4f4;
            border-radius: 50px;
        }

            .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
                color: #fff;
                background: #232323;
            }

            .portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .portfolio .portfolio-item img {
            position: relative;
            top: 0;
            transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #F7F7F7;
            padding: 15px 20px;
        }

            .portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
            }

            .portfolio .portfolio-item .portfolio-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0;
            }

            .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: white;
                transition: ease-in-out 0.3s;
            }

                .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #33ffb4;
                }

            .portfolio .portfolio-item .portfolio-info .details-link {
                right: 15px;
            }

        /*.portfolio .portfolio-item:hover img {
        top: -30px;
    }*/

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 0;
        }

    .portfolio.portfolio-home .btn-learn-more {
        color: #fff;
        border: 2px solid #fff;
    }

        .portfolio.portfolio-home .btn-learn-more:hover {
            color: #216498;
        }

    .portfolio.portfolio-home .section-title h5 {
        color: #fff;
    }

.gallery-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

    .gallery-flters li {
        display: inline-block;
    }

    .gallery-flters .gallery-tabs {
        cursor: pointer;
        padding: 8px 16px 10px 16px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #444444;
        margin: 0 3px 10px 3px;
        transition: all ease-in-out 0.3s;
        background: #f4f4f4;
        border-radius: 50px;
        border: 0;
        text-transform: capitalize;
    }

        .gallery-flters .gallery-tabs:hover, .gallery-flters li.filter-active .gallery-tabs {
            color: #fff;
            background: #232323;
        }

.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

    .gallery-item img {
        position: relative;
        top: 0;
        transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .gallery-item gallery-info {
        opacity: 0;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: -50px;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: #F7F7F7;
        padding: 15px 20px;
    }

        .gallery-item gallery-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
        }

        .gallery-item gallery-info p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0;
        }

.gallery-flters li:last-child {
    margin-right: 0;
}