/*=====================
	Team Slider 1
=======================*/

.xgenious-team-slider-1 .team {
    padding: 75px 0;
}

.xgenious-team-slider-1 h6.description {
    font-weight: bold;
    letter-spacing: 2px;
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
}

.xgenious-team-slider-1 .profile {
    margin-top: 25px;
}

.xgenious-team-slider-1 .profile h1 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 0 0;
}

.xgenious-team-slider-1 .profile h2 {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
    padding-top: 0;
}

.xgenious-team-slider-1 .profile .img-box {
    opacity: 1;
    display: block;
    position: relative;
}

.xgenious-team-slider-1 .profile .img-box:after {
    content: "";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xgenious-team-slider-1 .img-box ul {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}

.xgenious-team-slider-1 .profile .img-box:after,
.xgenious-team-slider-1 .img-box ul,
.xgenious-team-slider-1 .img-box ul li {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.xgenious-team-slider-1 .img-box ul i {
    font-size: 14px;
    text-align: center;
    line-height: 0;
}

.xgenious-team-slider-1 .img-box ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}

.xgenious-team-slider-1 .img-box a {
    color: #fff;
}

.xgenious-team-slider-1 .img-box:hover:after {
    opacity: 1;
}

.xgenious-team-slider-1 .img-box:hover ul {
    opacity: 1;
}

.xgenious-team-slider-1 .img-box ul a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.xgenious-team-slider-1 .img-box a:hover li {
    border-color: #fff;
    color: #88C425;
}

.xgenious-team-slider-1 a {
    color: #88C425;
}

.xgenious-team-slider-1 a:hover {
    text-decoration: none;
    color: #519548;
}

.xgenious-team-slider-1 i.red {
    color: #BC0213;
}


/*=====================
	Team Slider 2
=======================*/

.xgenious-team-slider-2 .team-member {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0 15px;
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-2 .team-member img {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 2px solid #ebebeb;
    border-bottom-width: 0;
    width: 100%;
    height: auto;
}

.xgenious-team-slider-2 .team-member:hover .member-bio {
    bottom: 0;
}

.xgenious-team-slider-2 .team-member:hover .member-info {
    bottom: 50px;
    background-color: #e16831;
}

.xgenious-team-slider-2 .team-member:hover .member-info h5 {
    color: #ffffff;
}

.xgenious-team-slider-2 .team-member:hover .member-info span {
    color: #ffffff;
}

.xgenious-team-slider-2 .team-member:hover .social-icons {
    bottom: 15px;
}

.xgenious-team-slider-2 .member-bio,
.xgenious-team-slider-2 .member-info,
.xgenious-team-slider-2 .social-icons {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
}

.xgenious-team-slider-2 .member-bio {
    color: #ffffff;
    line-height: 2;
    height: 100%;
    padding: 80px 35px 130px 35px;
    bottom: -100%;
    background-color: rgba(26, 26, 26, 0.9);
    z-index: 8;
}

.xgenious-team-slider-2 .member-bio p {
    display: table-cell;
    vertical-align: middle;
}

.xgenious-team-slider-2 .member-info {
    color: #ffffff;
    width: 100%;
    height: 80px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: #1A1A1A;
    z-index: 10;
}

.xgenious-team-slider-2 .member-info h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    margin-bottom: 3px;
}

.xgenious-team-slider-2 .member-info span {
    color: #e16831;
    font-style: italic;
    font-size: 13px;
}

.xgenious-team-slider-2 .social-icons {
    list-style-type: none;
    line-height: 35px;
    height: 35px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -50px;
    background-color: #1A1A1A;
    z-index: 9;
}

.xgenious-team-slider-2 .social-icons li {
    display: inline-block;
    width: 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.xgenious-team-slider-2 .social-icons li:first-child {
    border-left: 1px solid rgba(25, 255, 255, 0.05);
}

.xgenious-team-slider-2 .social-icons a {
    color: #ffffff;
    display: block;
}


/*=====================
	Team Slider 3
=======================*/

.xgenious-team-slider-3 .single_team {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

.xgenious-team-slider-3 .single_team img {
    width: 100%;
    height: auto;
}

.xgenious-team-slider-3 .single_team .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
}

.xgenious-team-slider-3 .single_team:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}

.xgenious-team-slider-3 .single_team .team_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 900ms ease 0s;
    color: #fff;
    width: 100%;
    background: #16A2E8;
    border-radius: 2px;
    padding: 5px 9px;
}

.xgenious-team-slider-3 .single_team .title {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
}

.xgenious-team-slider-3 .single_team:hover .team_content {
    bottom: -100px;
}

.xgenious-team-slider-3 .single_team .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
}

.xgenious-team-slider-3 .single_team .icon li {
    display: inline-block;
}

.xgenious-team-slider-3 .single_team .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #16A2E8;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 7px;
    transition: all 0.35s ease 0s;
}

.xgenious-team-slider-3 .single_team .icon li a:hover {
    background: #fff;
    color: #000;
}

.xgenious-team-slider-3 .single_team .team_content p {
    margin-bottom: 5px;
}


/*=====================
	Team Slider 4
=======================*/

.xgenious-team-slider-4 .single-team-member {
    border: 1px solid #e8e8e8;
    padding: 25px 15px 30px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.33s all ease-in;
    text-align: center;
}

.xgenious-team-slider-4 .single-team-member:hover {
    background: #5798ef;
}

.xgenious-team-slider-4 .single-team-member:hover .thumbnail-body>* {
    color: #fff;
}

.xgenious-team-slider-4 .single-team-member:hover .thumbnail-body a.icon-gray-darker {
    color: #fff;
}

.xgenious-team-slider-4 .single-team-member:hover .thumbnail-body:before {
    background: #5798ef;
}

.xgenious-team-slider-4 .single-team-member .thumbnail-image {
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    transform: translateX(30%);
}

.xgenious-team-slider-4 .single-team-member .thumbnail-body {
    padding-top: 26px;
}

.xgenious-team-slider-4 .single-team-member .thumbnail-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.xgenious-team-slider-4 .single-team-member .thumbnail-title {
    color: #373737;
}

.xgenious-team-slider-4 .single-team-member .thumbnail-list li a {
    color: #373737;
}

.xgenious-team-slider-4 .single-team-member .thumbnail-subtitle {
    color: #666;
    font-size: 14px;
}

.xgenious-team-slider-4 .single-team-member .thumbnail-list li {
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px) {
    .xgenious-team-slider-4 .single-team-member {
        padding: 35px 15px 45px;
    }
}


/*=====================
	Team Slider 5
=======================*/

.xgenious-team-slider-5 .team_item {
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-5 .team_item img {
    max-width: 100%;
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.xgenious-team-slider-5 .team_item .hover_content {
    position: absolute;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px 30px 20px 30px;
    z-index: 1;
    max-width: 90%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.xgenious-team-slider-5 .team_item .hover_content:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #37ab75;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    z-index: -1;
}

.xgenious-team-slider-5 .team_item .hover_content .text h3 {
    font: 500 22px/30px "Poppins", sans-serif;
    color: #fff;
}

.xgenious-team-slider-5 .team_item .hover_content .text h6 {
    font: 400 14px/24px "Lato", sans-serif;
    color: #797979;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.xgenious-team-slider-5 .team_item .hover_content .icon {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 20px;
    visibility: visible;
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.xgenious-team-slider-5 .team_item .hover_content .icon a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #ededed;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.xgenious-team-slider-5 .team_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.xgenious-team-slider-5 .team_item:hover .hover_content {
    width: 100%;
    right: 0;
    left: 0;
    max-width: 100%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.xgenious-team-slider-5 .team_item:hover .hover_content:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.xgenious-team-slider-5 .team_item:hover .hover_content .text h6 {
    color: #fff;
}

.xgenious-team-slider-5 .team_item:hover .hover_content .icon {
    position: absolute;
    right: 30px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.xgenious-team-slider-5 .team_item:hover .hover_content .icon a:hover {
    background: #fff;
    color: #37ab75;
}


/*=====================
	Team Slider 6
=======================*/

.xgenious-team-slider-6 .expert_team_item {
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
    margin-bottom: 30px;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image:before {
    content: "";
    background: rgba(0, 126, 250, 0.74);
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.xgenious-team-slider-6 .expert_team_item .e_team_image img {
    max-width: 100%;
    width: 100%;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul {
    padding-left: 0;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 0;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul li {
    display: inline-block;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul li a {
    font-size: 18px;
    height: 31px;
    width: 31px;
    background: transparent;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: relative;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    line-height: 35px;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul li:nth-child(2) a {
    -webkit-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul li:nth-child(3) a {
    -webkit-transition: all 450ms linear;
    -o-transition: all 450ms linear;
    transition: all 450ms linear;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul li:last-child a {
    -webkit-transition: all 550ms linear;
    -o-transition: all 550ms linear;
    transition: all 550ms linear;
}

.xgenious-team-slider-6 .expert_team_item .e_team_image ul li:hover a {
    background: #fff;
    color: #0081ff;
}

.xgenious-team-slider-6 .expert_team_item h4 {
    font: 700 17px/30px "Raleway", sans-serif;
    color: #292929;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 24px 0px 0px;
    margin-bottom: 0px;
    -webkit-transition: all 450ms linear;
    -o-transition: all 450ms linear;
    transition: all 450ms linear;
}

.xgenious-team-slider-6 .expert_team_item p {
    font-size: 14px;
    color: #6f6f6f;
    padding-bottom: 26px;
    margin-bottom: 0px;
}

.xgenious-team-slider-6 .expert_team_item:hover {
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.75);
}

.xgenious-team-slider-6 .expert_team_item:hover h4 {
    color: #0081ff;
}

.xgenious-team-slider-6 .expert_team_item:hover .e_team_image:before {
    width: 100%;
    right: auto;
    left: 0px;
}

.xgenious-team-slider-6 .expert_team_item:hover .e_team_image ul li a {
    bottom: 0px;
    opacity: 1;
}


/*=====================
	Team Slider 7
=======================*/

.xgenious-team-slider-7 .experts .item {
    margin: 5px auto;
    float: left;
    width: 100%;
    float: left;
}

.xgenious-team-slider-7 .expert {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 10px 2px rgba(000, 000, 000, 0.1);
    box-shadow: 0 0 10px 2px rgba(000, 000, 000, 0.1);
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    transition: .5s ease-in;
}

.xgenious-team-slider-7 .expert .img-holder {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-7 .expert .img-holder .overlay {
    z-index: 2;
}

.xgenious-team-slider-7 .expert .img-holder .overlay:before {
    z-index: 1;
    background: #000;
    opacity: 0;
}

.xgenious-team-slider-7 .expert:hover .img-holder .overlay:before {
    opacity: 0.5;
}

.xgenious-team-slider-7 .social-m {
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 85%;
    padding: 15px 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100px;
    left: 50%;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s ease-in;
}

.xgenious-team-slider-7 .expert:hover .img-holder .overlay .social-m {
    bottom: 10px;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul {
    margin: 0 auto;
    display: inline-block;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul li {
    display: inline-block;
    border-right: 1px solid #d0d3d6;
    backface-visibility: hidden;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul li:nth-last-child(1) {
    border-right: none;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul li a {
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul li a.fb {
    color: #004a97;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul li a.tw {
    color: #3695d9;
}

.xgenious-team-slider-7 .expert .img-holder .overlay ul li a.ig {
    color: #f43c51;
}

.xgenious-team-slider-7 .expert .block {
    padding: 40px 0 35px;
}

.xgenious-team-slider-7 .expert .block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.xgenious-team-slider-7 .expert .block p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}


/*=====================
	Team Slider 8
=======================*/

.xgenious-team-slider-8 .team-box {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.xgenious-team-slider-8 .team-title {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
}

.xgenious-team-slider-8 .team-caption>* {
    display: inline-block;
}

.xgenious-team-slider-8 .team-box:hover .team-image-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.xgenious-team-slider-8 .team-box:hover .team-image-caption .icon {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.xgenious-team-slider-8 .team-box.box-outline:hover>*:nth-child(1):before {
    -webkit-transform: translate(-12px, -10px);
    transform: translate(-12px, -10px);
}

.xgenious-team-slider-8 .team-image-box {
    position: relative;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
}

.xgenious-team-slider-8 .team-image-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(41, 41, 41, 0.38);
    pointer-events: none;
}

.xgenious-team-slider-8 .team-image-caption>* {
    pointer-events: auto;
}

@media (min-width: 1200px) {
    .xgenious-team-slider-8 .team-image-caption {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        transition: all 250ms ease-in;
    }
    .xgenious-team-slider-8 .team-image-caption .icon {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        transition-delay: 250ms;
    }
}

.xgenious-team-slider-8 .team-caption>* {
    display: inline-block;
}

.xgenious-team-slider-8 *+.team-caption {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .xgenious-team-slider-8 .team-caption {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .xgenious-team-slider-8 .team-caption {
        padding-left: 27px;
    }
}

.xgenious-team-slider-8 .team-title {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
}

.xgenious-team-slider-8 .team-member-position {
    color: #9b9b9b;
}

.xgenious-team-slider-8 h3+.team-member-position {
    margin-top: 10px;
}

.xgenious-team-slider-8 .team-member-position:before {
    width: 50px;
    height: 3px;
    background-color: #ff8820;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.xgenious-team-slider-8 .team-image-caption .icon {
    color: #fff;
}

@media (min-width: 768px) {
    .xgenious-team-slider-8 .box-outline {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding-top: 20px;
    }
    .xgenious-team-slider-8 .box-outline>*:nth-child(1):before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        border: 5px solid #ff8820;
        content: "";
        -webkit-transform: translate(-22px, -20px);
        transform: translate(-22px, -20px);
        transition: 550ms ease-in-out;
    }
    .xgenious-team-slider-8 .box-outline-fullwidth {
        width: 100%;
    }
    .xgenious-team-slider-8 .box-outline__mod-1>*:nth-child(1):before {
        left: 6px;
    }
}

@media (min-width: 1200px) {
    .xgenious-team-slider-8 .box-outline>*:nth-child(1) {
        margin-left: 27px;
    }
}

.xgenious-team-slider-8 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgenious-team-slider-8 li {
    display: inline-block;
    padding: 5px;
}


/*=====================
	Team Slider 9
=======================*/

.xgenious-team-slider-9 .thumbnail-variant-1 {
    background-color: transparent;
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    pointer-events: none;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image,
.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image>img {
    border-radius: 600px;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image>img {
    width: auto;
    pointer-events: auto;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image-inner {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 5px;
    background: rgba(21, 21, 21, 0.4);
    border-radius: 600px;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image-inner * {
    pointer-events: auto;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-image-inner>*+* {
    margin-top: 0;
    margin-left: 20px;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .header {
    line-height: 1.2;
}

.xgenious-team-slider-9 .thumbnail-variant-1 .sub-header {
    margin-bottom: 30px;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    color: #39C44B;
}

.xgenious-team-slider-9 .thumbnail-variant-1 *+.list-inline {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .xgenious-team-slider-9 .thumbnail-variant-1 *+.list-inline {
        margin-top: 30px;
    }
}

.xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-divider {
    display: none;
    max-width: 130px;
    border-color: #e8e8e8;
}

@media (min-width: 992px) {
    .xgenious-team-slider-9 .thumbnail-variant-1 .thumbnail-divider {
        display: block;
    }
}

.xgenious-team-slider-9 .thumbnail-variant-1 *+p {
    margin-top: 0;
}

.xgenious-team-slider-9 .thumbnail-variant-1 *+.thumbnail-caption {
    margin-top: 18px;
}

@media (min-width: 992px) {
    .xgenious-team-slider-9 .desktop .thumbnail-variant-1 .thumbnail-image-inner {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate3d(0, 1, 0, 60deg);
        transform: rotate3d(0, 1, 0, 60deg);
        -webkit-transition: .55s all ease;
        -o-transition: .55s all ease;
        transition: .55s all ease;
        background: rgba(21, 21, 21, 0.6);
    }
    .xgenious-team-slider-9 .desktop .thumbnail-variant-1 .thumbnail-image:hover .thumbnail-image-inner {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@media (min-width: 1200px) {
    .xgenious-team-slider-9 .thumbnail-variant-1 *+.thumbnail-caption {
        margin-top: 30px;
    }
}

.xgenious-team-slider-9 .thumbnail-variant-1 *+.list-inline {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.xgenious-team-slider-9 .thumbnail-variant-1 *+.list-inline li {
    display: inline-block;
    padding: 5px;
    transition: .5 ease-in;
}


/*=====================
	Team Slider 10
=======================*/

.xgenious-team-slider-10 .niche-box-team {
    position: relative;
    padding-bottom: 143px;
    overflow: hidden;
}

.xgenious-team-slider-10 .niche-box-team .img-box:before {
    display: none;
}

.xgenious-team-slider-10 .niche-box-team:hover .content-box {
    height: auto;
    margin-top: -96px;
    transition: margin-top .3s;
    margin-bottom: 0;
}

.xgenious-team-slider-10 .niche-box-team .img-box {
    display: block;
    background-color: transparent;
    opacity: 1 !important;
}

.xgenious-team-slider-10 .niche-box-team .img-box img {
    opacity: 1 !important;
}

.xgenious-team-slider-10 .niche-box-team .content-box {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #E6E6E6;
    height: 143px;
    overflow: hidden;
    background-color: #FFF;
    position: absolute;
    transition: margin-top .3s;
    margin-top: 0;
    z-index: 9;
    right: 0;
    left: 0;
}

.xgenious-team-slider-10 .section-bg-color .niche-box-team .content-box {
    background-color: #f7f7f7;
}

.xgenious-team-slider-10 .white .niche-box-team .content-box {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.43) 50%, rgba(0, 0, 0, 0) 80%);
}

.xgenious-team-slider-10 .niche-box-team .content-box .social-group {
    margin: 0;
}

.xgenious-team-slider-10 .niche-box-team .content-box .social-group i {
    padding: 15px;
    font-size: 17px;
    width: 47px;
    color: #333333;
}

.xgenious-team-slider-10 .niche-box-team .content-box h2 {
    font-size: 17px;
    line-height: 18px;
    margin-top: 0;
}

.xgenious-team-slider-10 .niche-box-team .content-box h4 {
    font-size: 11px;
    color: #A0A0A0;
}

.xgenious-team-slider-10 .niche-box-team .content-box hr {
    border-color: #EFEFEF;
}

.xgenious-team-slider-10 .niche-box-team p {
    margin: 15px;
    max-height: 54px;
}


/*=====================
	Team Slider 11
=======================*/

.xgenious-team-slider-11 .team-pro h3 {
    text-align: center;
    color: #00B6EE;
    margin: 0;
}

.xgenious-team-slider-11 .team-info {
    background: #fff;
    color: #00B6EE;
    border-bottom: 3px solid #00B6EE;
    padding: 2rem 0;
}

.xgenious-team-slider-11 .team-pro p {
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    margin: .4rem 0 1.8rem;
}

.xgenious-team-slider-11 .team-all img {
    width: 100%;
}

.xgenious-team-slider-11 .team-all {
    padding: 0;
    margin: 0;
}

.xgenious-team-slider-11 .team-pro ul {
    padding: 0;
    margin: 0;
}

.xgenious-team-slider-11 .team-pro ul li {
    list-style: none;
    display: flex;
    justify-content: center;
}

.xgenious-team-slider-11 .team-pro .fa {
    font-size: 1.2rem;
    background: #00B6EE;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin: 0 .5rem;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
}

@media screen and (max-width: 767px) {
    .xgenious-team-slider-11 .team-pro {
        padding-bottom: 2.5rem;
    }
    .xgenious-team-slider-11 .team-pro:last-child {
        padding-bottom: 0px;
    }
}

.xgenious-team-slider-11 .team-pro .fa.fa-facebook:hover {
    background: #3b5998;
}

.xgenious-team-slider-11 .team-pro .fa.fa-twitter:hover {
    background: #1da1f2;
}

.xgenious-team-slider-11 .team-pro .fa.fa-google-plus:hover {
    background: #e1306c;
}

.xgenious-team-slider-11 .team-pro .fa.fa-linkedin:hover {
    background: #0075B2;
}

.xgenious-team-slider-11 .team-all:last-child {
    margin-top: 3rem;
}

.xgenious-team-slider-11 .hover-effect figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.xgenious-team-slider-11 .hover-effect figure::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

.xgenious-team-slider-11 .hover-effect:hover figure::before {
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.xgenious-team-slider-11 .hover-effect figure img {
    transform: scale(1);
    transition: .5s ease;
}

.xgenious-team-slider-11 .hover-effect:hover figure img {
    transform: scale(1.3);
}


/*=====================
	Team Slider 12
=======================*/

.xgenious-team-slider-12 .single-team-item {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.xgenious-team-slider-12 .single-team-item:hover .image .overley {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xgenious-team-slider-12 .single-team-item .image {
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-12 .single-team-item .image img {
    width: 100%;
}

.xgenious-team-slider-12 .single-team-item .image .overley {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleY(0);
}

.xgenious-team-slider-12 .single-team-item .image .overley .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media {
    margin-bottom: 30px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li {
    display: inline-block;
    margin-right: 10px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a {
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 40px;
    height: 40px;
    border: 1px solid #cc0821;
    line-height: 40px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a:hover {
    background: #cc0821;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a:hover i {
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a i {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .team-details h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .team-details span {
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .designation {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0821;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 15px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .designation h4 {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .designation span {
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item {
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #f5f5f5;
}

.xgenious-team-slider-12 .single-team-item:hover .image .overley {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xgenious-team-slider-12 .single-team-item .image {
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-12 .single-team-item .image img {
    width: 100%;
}

.xgenious-team-slider-12 .single-team-item .image .overley {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleY(0);
}

.xgenious-team-slider-12 .single-team-item .image .overley .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media {
    margin-bottom: 30px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li {
    display: inline-block;
    margin-right: 10px;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a {
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 40px;
    height: 40px;
    border: 1px solid #cc0821;
    line-height: 40px;
    transition: .5s ease-in;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a:hover i {
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .social-media ul li a i {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .team-details h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ffffff;
}

.xgenious-team-slider-12 .single-team-item .image .overley .content .team-details span {
    color: #ffffff;
}


/*=====================
	Team Slider 13
=======================*/

.xgenious-team-slider-13 .single-team3 {
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.xgenious-team-slider-13 .single-team3:hover .image .inner-image .overley {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    width: 250px;
    height: 250px;
}

.xgenious-team-slider-13 .single-team3 .image {
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image {
    position: relative;
    overflow: hidden;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    max-width: 250px;
    max-height: 250px;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content p {
    position: relative;
    color: #ffffff;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content p:before {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    content: "\f10d";
    font-family: fontawesome;
    color: #dddddd;
    font-size: 24px;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content .social-media ul li {
    display: inline-block;
    margin-right: 10px;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content .social-media ul li a {
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 40px;
    height: 40px;
    border: 1px solid #cc0821;
    line-height: 40px;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content .social-media ul li a:hover {
    background: #cc0821;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content .social-media ul li a:hover i {
    color: #ffffff;
}

.xgenious-team-slider-13 .single-team3 .image .inner-image .overley .content .social-media ul li a i {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.xgenious-team-slider-13 .single-team3 .team-details {
    padding: 30px 30px 0;
    text-align: center;
}

.xgenious-team-slider-13 .single-team3 .team-details h3 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}


/*=====================
	Team Slider 14
=======================*/

.xgenious-team-slider-14 .single-team {
    padding-top: 90px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.xgenious-team-slider-14 .single-team .inner {
    text-align: center;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    border-radius: 10px;
    position: relative;
    padding-top: 110px;
}

.xgenious-team-slider-14 .single-team .inner .team-img {
    position: absolute;
    bottom: 100%;
    transform: translateY(50%);
    width: 100%;
    left: 0;
}

.xgenious-team-slider-14 .single-team .inner .team-img img {
    border-radius: 10px;
}

.xgenious-team-slider-14 .single-team .inner:hover .team-content .team-social {
    opacity: 1;
    transform: translateY(0);
}

.xgenious-team-slider-14 .single-team .inner:hover .team-content .team-desc {
    opacity: 0;
}

.xgenious-team-slider-14 .single-team .inner .team-content {
    position: relative;
    transition: .5s ease-in;
}

.xgenious-team-slider-14 .single-team .inner .team-content .team-desc h4 {
    font-size: 17px;
    margin: 0 0 5px;
}

.xgenious-team-slider-14 .single-team .inner .team-content .team-social {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: white;
    transform: translateY(100%);
    opacity: 0;
    transition: .5s ease-in;
}

.xgenious-team-slider-14 .single-team .inner .team-content .team-social a {
    height: 35px;
    width: 35px;
    text-align: left;
    line-height: 35px;
    border: 1px solid #e2e2e2;
    text-align: center;
    border-radius: 50%;
    margin: 3px 2px 0;
    color: #333;
    transition: .5s ease-in;
}

.xgenious-team-slider-14 .single-team .inner .team-content .team-social a:hover {
    color: #fff;
    background-color: #333;
}


/*=====================
	Team Slider 15
=======================*/

.xgenious-team-slider-15 .our-team2__img {
    position: relative;
}

.xgenious-team-slider-15 .our-team2__detail {
    background-color: #222;
    text-align: center;
    padding: 15px 0;
}

.xgenious-team-slider-15 .our-team2__detail>h4 {
    font-weight: 600;
    color: #ebcd1e;
}

.xgenious-team-slider-15 .our-team2__detail>p>em {
    color: #dcdcdc;
    font-size: 11px;
}

.xgenious-team-slider-15 .our-team2__contact {
    width: 100%;
    color: #ffffff;
    position: absolute;
    top: 82%;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: center;
}

.xgenious-team-slider-15 .our-team2__contact>a.social__item {
    color: #fff;
    height: 30px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 30px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.xgenious-team-slider-15 .our-team2__contact>a.social__item:hover {
    color: #333;
    border-color: #333;
}

.xgenious-team-slider-15 .our-team2__link {
    cursor: pointer;
}

.xgenious-team-slider-15 .our-team2__link:hover .our-team2__info {
    opacity: 1;
}

.xgenious-team-slider-15 .our-team2__link:hover .our-team2__contact {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.xgenious-team-slider-15 .pro-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    top: 0;
    left: 0;
    background: rgba(235, 205, 30, 0.66);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    text-align: center;
    overflow: hidden;
}

.xgenious-team-slider-15 .pro-link:hover>.pro-info {
    opacity: 1;
}


/*---------------
all dots 
--------------*/

.xgenious-team-slider-1 .owl-dots, 
.xgenious-team-slider-2 .owl-dots,
.xgenious-team-slider-3 .owl-dots, 
.xgenious-team-slider-4 .owl-dots, 
.xgenious-team-slider-5 .owl-dots, 
.xgenious-team-slider-6 .owl-dots, 
.xgenious-team-slider-7 .owl-dots, 
.xgenious-team-slider-8 .owl-dots, 
.xgenious-team-slider-9 .owl-dots, 
.xgenious-team-slider-10 .owl-dots, 
.xgenious-team-slider-11 .owl-dots, 
.xgenious-team-slider-12 .owl-dots, 
.xgenious-team-slider-13 .owl-dots, 
.xgenious-team-slider-14 .owl-dots, 
.xgenious-team-slider-15 .owl-dots 
{
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateY(-50%, 0);
}

.xgenious-team-slider-1 .owl-dots div, 
.xgenious-team-slider-2 .owl-dots div,
.xgenious-team-slider-3 .owl-dots div, 
.xgenious-team-slider-4 .owl-dots div, 
.xgenious-team-slider-5 .owl-dots div, 
.xgenious-team-slider-6 .owl-dots div, 
.xgenious-team-slider-7 .owl-dots div, 
.xgenious-team-slider-8 .owl-dots div, 
.xgenious-team-slider-9 .owl-dots div, 
.xgenious-team-slider-10 .owl-dots div, 
.xgenious-team-slider-11 .owl-dots div, 
.xgenious-team-slider-12 .owl-dots div, 
.xgenious-team-slider-13 .owl-dots div, 
.xgenious-team-slider-14 .owl-dots div, 
.xgenious-team-slider-15 .owl-dots div 
{
    height: 10px;
    width: 10px;
    background: #ddd;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
}

.xgenious-team-slider-1 .owl-dots div.active, 
.xgenious-team-slider-2 .owl-dots div.active, 
.xgenious-team-slider-3 .owl-dots div.active, 
.xgenious-team-slider-4 .owl-dots div.active, 
.xgenious-team-slider-5 .owl-dots div.active, 
.xgenious-team-slider-6 .owl-dots div.active, 
.xgenious-team-slider-7 .owl-dots div.active, 
.xgenious-team-slider-8 .owl-dots div.active, 
.xgenious-team-slider-9 .owl-dots div.active, 
.xgenious-team-slider-10 .owl-dots div.active, 
.xgenious-team-slider-11 .owl-dots div.active, 
.xgenious-team-slider-12 .owl-dots div.active, 
.xgenious-team-slider-13 .owl-dots div.active, 
.xgenious-team-slider-14 .owl-dots div.active, 
.xgenious-team-slider-15 .owl-dots div.active 
{
    background: #2F313A;
}