.team-two-shape .shape1 {
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
}

.team-two-shape .shape2 {
    position: absolute;
    top: 40%;
    left: 2%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear;
}

.team-two-shape .shape3 {
    position: absolute;
    top: 60%;
    left: 1%;
    -webkit-animation: running-in 15s linear infinite;
    animation: running-in 15s linear infinite;
}

.team-two-shape .shape4 {
    position: absolute;
    top: 5%;
    right: 10%;
    -webkit-animation: movebounce-up 4s linear infinite;
    animation: movebounce-up 4s linear infinite;
}

.team-two-shape .shape5 {
    position: absolute;
    top: 35%;
    right: 3%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear;
}

.team-two-shape .shape6 {
    position: absolute;
    top: 65%;
    right: 5%;
    -webkit-animation: running-in 15s linear infinite;
    animation: running-in 15s linear infinite;
}

.team-two-shape .shape7 {
    position: absolute;
    bottom: 0;
    right: 35%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
}

.team-area-two {
    position: relative;
}

.team-area-two .section-title h2 {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}

.team-area-two .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    color: #ff3900 !important;
    background-color: transparent !important;
    -webkit-transition: .7s;
    transition: .7s;
}

.team-area-two .owl-nav .owl-prev i {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    border: 1px dashed #ff3900;
}

.team-area-two .owl-nav .owl-prev:hover {
    color: #2a284f !important;
    background-color: transparent !important;
}

.team-area-two .owl-nav .owl-prev:hover i {
    border-color: #2a284f;
}

.team-area-two .owl-nav .owl-prev::before {
    content: 'Prev';
    position: absolute;
    top: 0;
    left: 35px;
    font-size: 16px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-area-two .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    color: #ff3900 !important;
    background-color: transparent !important;
    -webkit-transition: .7s;
    transition: .7s;
}

.team-area-two .owl-nav .owl-next i {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    border: 1px dashed #ff3900;
}

.team-area-two .owl-nav .owl-next:hover {
    color: #2a284f !important;
    background-color: transparent !important;
}

.team-area-two .owl-nav .owl-next:hover i {
    border-color: #2a284f;
}

.team-area-two .owl-nav .owl-next::before {
    content: 'Next';
    position: absolute;
    top: 0;
    right: 35px;
    font-size: 16px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-card {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 30px;
}

.team-card.active .content {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-card:hover .content {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-card a {
    display: block;
}

.team-card a img {
    max-width: 100%;
    border-radius: 5px;
}

.team-card .content {
    margin-top: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .7s;
    transition: .7s;
}

.team-card .content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.team-card .content h3 a {
    color: #65ab6a;
}

.team-card .content span {
    color: #1a1b1e;
    margin-bottom: 15px;
}

.team-card .content .social-link {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.team-card .content .social-link li {
    display: inline-block;
    margin-right: 5px;
}

.team-card .content .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.team-card .content .social-link li:nth-child(1) a {
    color: #3b5998;
}

.team-card .content .social-link li:nth-child(1) a:hover {
    color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}

.team-card .content .social-link li:nth-child(2) a {
    color: #55acee;
}

.team-card .content .social-link li:nth-child(2) a:hover {
    color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}

.team-card .content .social-link li:nth-child(3) a {
    color: red;
}

.team-card .content .social-link li:nth-child(3) a:hover {
    color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}

.team-card .content .social-link li:nth-child(4) a {
    color: #c80000;
}

.team-card .content .social-link li:nth-child(4) a:hover {
    color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}

.team-rotated {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-top: 100px;
}

.team-rotated-2 {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin-top: 90px;
}

/*! CSS Used from: http://localhost:8012/template/zinka/default/assets/css/responsive.css */
@media only screen and (max-width: 767px) {
    .pb-70 {
        padding-bottom: 20px;
    }

    .section-title span {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .team-two-shape {
        display: none;
    }

    .team-card {
        margin-top: 30px;
    }

    .team-card .content {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .team-rotated {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 30px;
    }

    .team-rotated-2 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 30px;
    }

    .team-area-two {
        position: relative;
    }

    .team-area-two .section-title h2 {
        max-width: 590px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-area-two .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: 0;
    }

    .team-area-two .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-70 {
        padding-bottom: 20px;
    }

    .section-title span {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .team-two-shape {
        display: none;
    }

    .team-card {
        margin-top: 30px;
    }

    .team-card .content {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .team-rotated {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 30px;
    }

    .team-rotated-2 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 30px;
    }

    .team-area-two {
        position: relative;
    }

    .team-area-two .section-title h2 {
        max-width: 590px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-area-two .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: 0;
    }

    .team-area-two .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area-two .owl-nav .owl-prev {
        left: 0;
    }

    .team-area-two .owl-nav .owl-next {
        right: 0;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes running-in {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes running-in {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}


.team-area .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #fff !important;
    background-color: #384259 !important;
    font-size: 30px !important;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.team-area .owl-prev i {
    line-height: 40px
}

.team-area .owl-prev:hover {
    background: #011a41 !important
}

.team-area .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #fff !important;
    background-color: #384259 !important;
    font-size: 30px !important;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.team-area .owl-next i {
    line-height: 40px
}

.team-area .owl-next:hover {
    background: #011a41 !important
}
