@charset "utf-8";
#gtco-our-team h2 {
    font-size: 50px;
    font-weight: bold;
}

#gtco-our-team p.t1 {
    font-size: 22px;
    color: #000;
}

section h1.t1 {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 50px;
    font-weight: bold;
}

section h1.t1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

#gtco-about .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

table.box1 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    color: #000;
    width: 100%;
    border-top: 4px solid #2ac771;
    border-bottom: 4px solid #2ac771;
}

table.box1 tr {
    background-color: #fff;
    padding: 0.35em;
    border-bottom: 1px solid #bbb;
}

table.box1 tr:last-child {
    border-bottom: none;
}

table.box1 th,
table.box1 td {
    padding: 1em 10px 1em 1em;
    font-size: 14px;
    border-right: 1px solid #bbb;
}

table.box1 td:nth-child(1) {
    width: 40%;
}

table.box1 td:nth-child(2) {
    width: 60%;
}

table.box1 th {
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #09b5a5;
}

table.box1 th:last-child,
table.box1 td:last-child {
    border: none;
}

table.box1 tbody th {
    color: #ff9901;
}

table.box1 .txt>span.t01 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

table.box1 .txt>span.t02 {
    color: #fff;
    background: #12b41d;
    padding: 3px 10px;
    font-size: 12px;
    margin-right: 5px;
}

table.box1 .txt {
    background: #f3f3f3;
    text-align: left;
    font-weight: bold;
}

.pull-left {
    float: none !important;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #gtco-our-team .team-item {
        display: block;
    }
    #gtco-our-team h2 {
        font-size: 30px;
    }
    #gtco-our-team p.t1 {
        font-size: 18px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    figure {
        margin: 0 0 15px 0;
    }
    #gtco-offcanvas {
        padding: 60px 15px 15px 15px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    #gtco-offcanvas ul li {
        margin-bottom: 7px;
    }
    #gtco-offcanvas a {
        color: #065236;
        display: block;
        background: #ffffff;
        padding: 5px 10px;
    }
}