  html {
	scroll-behavior: smooth;
}
p, span {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.mask {
    position: relative;
    overflow: hidden;
    margin: 2px 0 2px 0 !important;
    border: none;
}

    .mask:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .mask img {
        width: 100%;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.maskdown {
            position: relative;
            overflow: hidden;
            margin: 0px  !important;
            border: none;         
        }

            .maskdown:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .maskdown img {
                width: 100%;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

.staff {
    background-color: #ffff;
    padding: 20px 0px 40px 0px
}

    .staff h2 {
        margin-top: 0px;
        margin-bottom: 40px
    }

    .staff .col-md-4 {
        text-align: center
    }

    .staff a:link,
    .staff a:visited {
        color: #012a46;
        text-decoration: none;
    }

    .staff a:hover {
        color: #23a6ff !important;
        text-decoration: none;
    }

@media only screen and (max-width:767px) {
    .staff .col-md-4 {
        margin-top: 30px
    }
}

.staff .staff-txt {
    background-color: #fff;
    padding: 30px 0px;
    position: relative;
    min-height: 420px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear
}

    .staff .staff-txt:hover {
        background-color: #012a46;
    }

        .staff .staff-txt:hover:before {
            background: #012a46;
        }

        .staff .staff-txt:hover h4,
        .staff .staff-txt:hover h5 {
            color: #fff
        }

        .staff .staff-txt:hover p {
            color: #fff !important
        }

        .staff .staff-txt:hover a {
            color: #23a6ff !important;
        }

        .staff .staff-txt:hover .ul-list li .fa {
            color: #fff
        }

    .staff .staff-txt:before {
        content: "";
        height: 20px;
        width: 20px;
        background: #fff;
        position: absolute;
        top: -10px;
        left: calc(50% - 10px);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear
    }

    .staff .staff-txt h4,
    .staff .staff-txt h5 {
        margin-top: 0px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear
    }

    .staff .staff-txt .line {
        width: 100px;
        height: 1px;
        background: #eee;
        margin: 0 auto
    }

    .staff .staff-txt ul.ul-list {
        padding-left: 0px;
        padding-top: 25px;
        display: inline-block
    }

        .staff .staff-txt ul.ul-list li {
            float: left;
            list-style: none;
            margin: 0px 7px
        }

            .staff .staff-txt ul.ul-list li .fa {
                color: #000;
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                transition: all 0.5s linear
            }

.wrap {
    width: 100%;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', sans-serif;
    padding: 50px 0 60px 0 !important;
}

    .wrap a:link,
    .wrap a:visited {
        color: #0087e4;
        text-decoration: none;
    }

    .wrap a:hover {
        color: #23a6ff !important;
        text-decoration: none;
    }

.line hr {
    width: 100%;
    background-color: #ececec;
    border: none;
    height: 2px;
    margin: 5px 0 10px 0";
}

.list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

    .list li {
        padding-left: 6px;
        font-size: 16px !important;
    }

        .list li::before {
            content: "➜";
            padding-right: 8px;
            padding-top: 10px;
            color: #667fc3;
            font-size: 16px;
        }



