37 lines
738 B
CSS
37 lines
738 B
CSS
/* Slider */
|
|
.slider .dione .tp-bullet.selected,
|
|
.slider .dione .tp-bullet:hover {
|
|
background: #FFF;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.tp-bullets {
|
|
display: none;
|
|
}
|
|
}
|
|
/* Custom Team Carousel */
|
|
.owl-team-custom.owl-carousel.show-nav-title .owl-nav {
|
|
margin-top: 140px;
|
|
right: auto;
|
|
top: 0;
|
|
width: 100%;
|
|
left: 0;
|
|
}
|
|
.owl-team-custom.owl-carousel.show-nav-title .owl-nav button.owl-prev {
|
|
left: -41px;
|
|
right: auto;
|
|
}
|
|
.owl-team-custom.owl-carousel.show-nav-title .owl-nav button.owl-next {
|
|
right: -32px;
|
|
left: auto;
|
|
}
|
|
.owl-team-custom.owl-carousel.show-nav-title img {
|
|
transform-style: unset;
|
|
}
|
|
|
|
/* Features Box */
|
|
.feature-box.feature-box-style-2 .feature-box-icon {
|
|
height: 0;
|
|
top: 6px;
|
|
}
|