.item-content h4 {
    font-size: 16px !important;
    font-weight: bolder;
}

.social-icons > li {
    padding-right: 18px !important;
}
.item-content > p {
    margin-top: -20px !important;
    text-transform: capitalize;
}
.social-icons > li {
    margin-left: -25px;
}
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.section {
    padding: 80px 0;
    position: relative;
}
.section.paddinf-off {
    padding-top: 0;
}
.section.padding-bottom {
    padding-bottom: 120px;
}
.tmm-team .tmm-container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}
.tmm-team .tmm-container::before, .tmm-team .tmm-container::after {
    content: " ";
    display: table;
}
.tmm-team .tmm-container::after {
    clear: both;
}
.tmm-team .tmm-row {
    margin: 0 auto;
}
.tmm-team .tmm-row::before, .tmm-team .tmm-row::after {
    content: " ";
    display: table;
}
.tmm-team .tmm-row::after {
    clear: both;
}
.tmm-team .item-circled-2 .social-icons li:nth-child(2):hover a::before, .tmm-team .item-circled-2 .social-icons li:nth-child(2):focus a::before {
    background-color: #47c0d8;
    border-color: #47c0d8;
    color: #fff;
}
.tmm-team .item-circled-2 .social-icons li:nth-child(3):hover a::before, .tmm-team .item-circled-2 .social-icons li:nth-child(3):focus a::before {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff;
}
.tmm-team .hgroup .title-3 {
    color: #c4c4c4;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.tmm-team .item-circled-3 {
    background-color: transparent;
    display: inline-block;
    margin: 30px;
    position: relative;
    text-align: center;
    width: 232px;
}
.tmm-team .item-circled-3 .face-container {
    padding: 0;
}
.tmm-team .item-circled-3 .face {
    border: medium none;
    border-radius: 50%;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    width: 190px;
}
.not-ie .tmm-team .spiner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ccc #ccc transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    height: 235px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: -15px;
    transform: rotate(45deg);
    transition: transform 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, border-color 0.35s ease 0s;
    width: 235px;
}
.tmm-team .item-circled-3 .face-container:hover .spiner {
    border-color: transparent #009ae1 #009ae1 transparent;
    transform: rotate(1800deg);
    transition: transform 10000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, border-color 0.35s ease 0s;
}
@-moz-document url-prefix("") {
.not-ie .tmm-team .spiner {
    transition: transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s, border-color 0.35s ease 0s;
}
}
.tmm-team .item-circled-3 .social-icons {
    background-color: transparent;
    left: 106px;
    padding: 0;
    position: absolute;
    top: 229px;
}
.tmm-team .item-circled-3 .social-icons li {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    transition: all 0.35s ease 0s;
}
.tmm-team .item-circled-3 .social-icons li a {
    color: #444;
    cursor: pointer;
    font-size: 24px;
}
.tmm-team .item-circled-3 .social-icons li:hover {
    transform: scale(1.3);
}
.tmm-team .item-circled-3 .item-content {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    text-align: center;
}
.tmm-team .item-circled-3 .item-content h4 {
    font-size: 17px;
    padding-top: 71px;
    text-transform: uppercase;
}
.tmm-team .item-circled-3 .item-content p {
    color: #444;
    font-size: 13px;
    text-align: center;
}
