/*
HTML 5 Template Name: 
File: About Us - 13 CSS
Author: OS Templates
Author URI: https://www.os-templates.com/
Licence: <a href="https://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#about-us {
    display: block;
    width: 100%;
    line-height: 1.6em;
}

    #about-us #statements {
        margin-bottom: 50px;
    }

        #about-us #statements div.one_half {
            margin-bottom: 50px;
        }

        #about-us #statements h2 {
            margin: 0 0 20px 0;
            padding: 0 0 20px 0;
            border-bottom: 1px solid #CCCCCC;
        }

        #about-us #statements ul {
        }

            #about-us #statements ul li {
            }

        #about-us #statements p {
        }

        #about-us #statements blockquote {
            font-style: italic;
            font-size: 15px;
            text-align: justify;
        }

        #about-us #statements div #skillset {
            line-height: normal;
        }

            #about-us #statements div #skillset ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #about-us #statements div #skillset ul li {
                    margin: 5px 0 0 0;
                    padding: 3px;
                    color: #207de9;
                    background-color: #E2E2E2;
                }

                    #about-us #statements div #skillset ul li:first-child {
                        margin-top: 0;
                    }

                    #about-us #statements div #skillset ul li strong {
                        display: block;
                        padding: 5px 8px;
                        color: #FFFFFF;
                        background-color: #73AD21;
                        font-weight: normal;
                    }

                    #about-us #statements div #skillset ul li.size_20 strong {
                        width: 16.5%;
                    }

                    #about-us #statements div #skillset ul li.size_25 strong {
                        width: 21.5%;
                    }

                    #about-us #statements div #skillset ul li.size_30 strong {
                        width: 26.5%;
                    }

                    #about-us #statements div #skillset ul li.size_35 strong {
                        width: 31.5%;
                    }

                    #about-us #statements div #skillset ul li.size_40 strong {
                        width: 36.5%;
                    }

                    #about-us #statements div #skillset ul li.size_45 strong {
                        width: 41.5%;
                    }

                    #about-us #statements div #skillset ul li.size_50 strong {
                        width: 46.5%;
                    }

                    #about-us #statements div #skillset ul li.size_55 strong {
                        width: 51.5%;
                    }

                    #about-us #statements div #skillset ul li.size_60 strong {
                        width: 56.5%;
                    }

                    #about-us #statements div #skillset ul li.size_65 strong {
                        width: 61.5%;
                    }

                    #about-us #statements div #skillset ul li.size_70 strong {
                        width: 66.5%;
                    }

                    #about-us #statements div #skillset ul li.size_75 strong {
                        width: 71.5%;
                    }

                    #about-us #statements div #skillset ul li.size_80 strong {
                        width: 76.5%;
                    }

                    #about-us #statements div #skillset ul li.size_85 strong {
                        width: 81.5%;
                    }

                    #about-us #statements div #skillset ul li.size_90 strong {
                        width: 86.5%;
                    }

                    #about-us #statements div #skillset ul li.size_95 strong {
                        width: 91.5%;
                    }

                    #about-us #statements div #skillset ul li.size_100 strong {
                        width: 96.5%;
                    }

                    #about-us #statements div #skillset ul li.size_105 strong {
                        width: 99.5%;
                    }
        /* CSS3 Elements Only Work In Latest Browsers */

        #about-us #skillset li, #about-us #statements strong {
            /* Rounded Corners */
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -khtml-border-radius: 8px;
            border-radius: 8px;
        }

        #about-us #statements .panorama {
            display: block;
            width: 100%;
            clear: both;
            margin: 0;
            padding-top: 50px;
            border-top: 1px solid #CCCCCC;
        }

            #about-us #statements .panorama img {
            }

    #about-us #team {
        margin-bottom: 0;
    }

        #about-us #team h2 {
            margin: 0 0 50px 0;
            padding: 0 0 20px 0;
            border-bottom: 1px solid #CCCCCC;
        }

        #about-us #team ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

            #about-us #team ul li {
            }

                #about-us #team ul li figure {
                    position: relative;
                }

                    #about-us #team ul li figure img {
                    }

                    #about-us #team ul li figure figcaption {
                        display: none;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                        color: #FFFFFF;
                        background-color: black;
                        background: hsla(0, 0%, 0%, 0.8);
                    }

                #about-us #team ul li:hover figure figcaption {
                    display: block;
                }

                #about-us #team ul li figure figcaption p {
                    margin: 50px 0 0 0;
                    padding: 0;
                }

                #about-us #team ul li figure figcaption .team_name {
                    font-weight: bold;
                }

                #about-us #team ul li figure figcaption .team_title {
                    margin: 0;
                    font-size: 15px;
                    line-height: normal;
                }

            #about-us #team ul ul {
                margin-top: 20px;
            }

                #about-us #team ul ul li {
                    display: inline;
                    margin: 0 0 0 6px;
                }

                    #about-us #team ul ul li:first-child {
                        margin-left: 0;
                    }

                    #about-us #team ul ul li a {
                    }

                        #about-us #team ul ul li a img {
                        }
