﻿
/*.about .container{
        box-shadow: 0 5px 25px 0 rgb(214 215 216 / 60%);
        padding:30px 20px;
    }*/
.about {
    margin-top: 30px;
}

article, time, aside {
    display: block;
}

.point-time {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 17px;
    left: 35%;
    background: #1c87bf;
    margin-left: -4px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
}

.things {
    padding-top: 10px;
}

.text-red {
    color: #f6393f;
}

.text-blue {
    color: #1c87bf;
}

.text-green {
    color: #95c91e;
}

.text-yellow {
    color: #ffb902;
}

.text-default {
    color: #3b515c;
}

.text-zise {
    color: #b200ff;
}

.text-purple {
    color: #d32d93;
}

.point-default {
    background-color: #000;
}

.point-red {
    background-color: #f6393f;
}

.point-blue {
    background-color: #1c87bf;
}

.point-green {
    background-color: #95c91e;
}

.point-yellow {
    background-color: #ffb902;
}

.point-purple {
    background-color: #d32d93;
}

.content {
    width: 100%;
    margin: 0px auto;
}

    .content article {
        position: relative;
    }

        .content article > h3 {
            width: 30%;
            height: 20px;
            line-height: 20px;
            text-align: right;
            font-size: 1.4em;
            color: #1d1d1d;
            padding: 10px 0 20px;
        }

        .content article section {
            padding: 0 0 17px;
            position: relative;
        }

            .content article section:before {
                content: "";
                width: 5px;
                top: 17px;
                bottom: -17px;
                left: 35%;
                background: #e6e6e6;
                position: absolute;
            }

            .content article section:last-child:before {
                display: none;
            }

            .content article section time {
                width: 30%;
                display: block;
                position: absolute;
            }

                .content article section time > span {
                    display: block;
                    text-align: right;
                }

            .content article section aside {
                color: #3a3a38;
                margin-left: 40%;
                padding-bottom: 15px;
            }

            .content article section .brief {
                color: #9f9f9f;
            }

.picScroll-left {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px #ddd;
    padding-bottom: 20px;
    padding: 10px 15px;
}

    .picScroll-left .bd {
        overflow: hidden;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            width: 100%;
        }

            .picScroll-left .bd ul li {
                margin: 0 10px;
                width: 200px;
                float: left;
                display: inline;
                overflow: hidden;
                text-align: center;
                padding: 10px;
            }

                .picScroll-left .bd ul li .pic {
                    text-align: center;
                }

                    .picScroll-left .bd ul li .pic img {
                        display: block;
                        width: 160px;
                        box-shadow: 3px 3px 10px #ddd;
                    }

                .picScroll-left .bd ul li .title {
                    line-height: 30px;
                }

.cm-details {
    position: relative;
    z-index: 1;
}


.about-bg {
    /*box-shadow:4px 4px 10px #ddd;*/
}

.cm-details p {
    line-height: 28px;
    font-size: 16px;
    color: #4f4f4f;
}

    .cm-details p img {
        margin-top: 20px;
        margin-right: 40px;
        margin-bottom: 10px;
    }

@media(min-width:1400px) {
    .cm-details:before {
        content: '';
        position: absolute;
        left: -14px;
        top: 60px;
        width: 500px;
        z-index: -1;
        height: 290px;
        opacity: .6;
        background: var(--thm-primary);
    }
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.counters {
    padding: 20px 0;
    margin: 20px 0 60px;
}

.counters_item {
    padding: 40px 20px;
    margin: 14px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px #ebebeb;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

    .counters_item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        top: 0;
        background: var(--thm-primary);
        transition: all .3s;
        border-radius: 10px;
        z-index: -1
    }

    .counters_item:hover {
        color: #fff;
    }

        .counters_item:hover:after {
            height: 100%;
        }

        .counters_item:hover i {
            color: #fff;
        }

    .counters_item i {
        font-size: 56px;
        transition: all .3s;
        color: var(--thm-primary)
    }

    .counters_item h2 {
        margin-top: 20px;
        font-size: 44px;
        font-weight: bold;
        position: relative;
    }

        .counters_item h2::before {
            content: '+';
            right: 0;
            position: absolute;
            top: 0;
            font-weight: bold;
            font-size: 20px;
            color: #1c87bf;
        }

    .counters_item p {
        margin: 0;
        font-size: 16px;
    }
/*
.counters {
    position: relative;
}

    .counters span {
        position: relative;
        max-width: 170px;
        margin: auto;
    }

        .counters span::before {
            content: '+';
            right: 0;
            position: absolute;
            top: 0;
            font-weight: bold;
            font-size: 20px;
            color: #1c87bf;
        }*/
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
    padding: 60px 0;
}

    .skills .progress {
        height: 35px;
        margin-bottom: 10px;
    }

        .skills .progress .skill {
            line-height: 35px;
            padding: 0;
            margin: 0 0 0 20px;
            text-transform: uppercase;
        }

            .skills .progress .skill .val {
                float: right;
                font-style: normal;
                margin: 0 20px 0 0;
            }

    .skills .progress-bar {
        width: 1px;
        text-align: left;
        transition: .9s;
    }



/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
/*.contact-details {
    position: relative;
    display: block;
}

.contact-details__inner {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-details__single {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-details__icon {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--thm-extra);
    font-size: 20px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

    .contact-details__icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--thm-primary);
        border-radius: 50%;
        transform: scale(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        z-index: -1;
    }

.contact-details__single:hover .contact-details__icon:before {
    transform: scaleX(1.0);
}

.contact-details__icon span {
    position: relative;
    font-size:30px;
    display: inline-block;
}

.contact-details__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.contact-details__sub-title {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.contact-details__content h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    line-height: 28px;
}

.contact-details__content h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    line-height: 26px;
}

    .contact-details__content h4 a {
        color: var(--thm-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .contact-details__content h4 a:hover {
            color: var(--thm-extra);
        }

.contact-details__single-2 {
    margin-left: 85px;
}

.contact-details__single-3 {
    margin-left: 160px;
}
*/

.contact {
    margin: 60px 0;
}

    .contact .info-box {
        color: #444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 0 30px 0;
        margin-bottom: 40px;
    }

        .contact .info-box i {
            font-size: 32px;
            color: var(--thm-primary);
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #a2cce3;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #666;
            font-weight: 700;
            margin: 20px 0 10px;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }


.about-history {
    background: #ebf3fb;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.center-title {
    position: absolute;
    left: calc(50% - 70px);
    top: -24px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    width: 200px;
    background: var(--thm-primary);
    color: #fff;
    text-align: center;
    font-size: 20px;
}
