/** team-section **/
.team-section {
    position: relative;
    padding: 163px 0px 103px 0px;
    border-bottom: 1px solid #dddddd;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    background: #f1f7fb;
    border-bottom: 3px solid #2d4f64;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}
.team-block-one .inner-box:hover {
    margin-bottom: -44px;
}
.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 28px 30px 28px 30px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content {
    padding-bottom: 66px;
}
.team-block-one .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #2d4f64;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content:before {
    height: 100%;
}
.team-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}
.team-block-one .inner-box:hover .lower-content h3 {
    color: #fff;
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .designation {
    color: #fff;
}
.team-block-one .inner-box .lower-content .social-links {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .social-links {
    opacity: 1;
}
.team-block-one .inner-box .lower-content .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}
.team-block-one .inner-box .lower-content .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}
.team-block-one .inner-box .lower-content .social-links li a:hover {}
.team-block-one .inner-box .lower-content .link {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    bottom: -22px;
}
.team-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.team-block-one .inner-box .lower-content .link a:hover {
    color: #fff;
}
.team-block-one .inner-box .lower-content .link a:before {
    position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    left: -7px;
    top: -6px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .link a:before {
    transform: scale(1, 1);
    opacity: 1;
}
.team-section .sec-title {
    margin-bottom: 60px;
}
.team-section .sec-title h2 {
    margin-bottom: 13px;
}
.team-section .sec-title p {
    font-size: 18px;
}
.team-block-one {
    margin-bottom: 85px;
}
.team-section .owl-dots {
    position: relative;
    display: block;
}