����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translateZ(0); }
.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
display: none; }
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel+.owl-carousel-thumbnail {
margin-top: 10px; }
.owl-carousel+.owl-carousel-thumbnail .owl-item .item {
opacity: .2;
transition: opacity .4s;
cursor: pointer; }
.owl-carousel+.owl-carousel-thumbnail .owl-item .item.selected,.owl-carousel+.owl-carousel-thumbnail .owl-item .item:hover {
opacity: 1; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: f; }
@keyframes f {
0% {
opacity: 1; }
to {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height .5s ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity .4s ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(../images/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease; }
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
transition: opacity .4s ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
/*
* Default theme - Owl Carousel CSS File
*/
.owl-theme.owl-carousel .owl-nav,.owl-theme .products .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme.owl-carousel .owl-nav [class*=owl-],.owl-theme .products .owl-nav [class*=owl-] {
width: auto;
line-height: normal;
height: auto;
color: #222;
margin: 0;
padding: 0;
background: transparent;
display: inline-block;
cursor: pointer;
border-radius: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
font-size: 0;
transition: all .3s ease; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:before,.owl-theme .products .owl-nav [class*=owl-]:before {
font-size: 15px;
display: block;
text-align: center;
color: #222;
background: transparent;
border: 0 solid #222;
border-radius: 0;
width: 40px;
height: 40px;
line-height: 40px;
box-sizing: content-box;
transition: all .3s ease; }
.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,.owl-theme .products .owl-nav [class*=owl-].owl-next {
left: -30px; }
.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,.owl-theme .products .owl-nav [class*=owl-].owl-prev {
right: -30px; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme .products .owl-nav [class*=owl-]:hover {
text-decoration: none; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover:before,.owl-theme .products .owl-nav [class*=owl-]:hover:before {
border-color: #222; }
.owl-theme.owl-carousel .owl-nav .disabled,.owl-theme .products .owl-nav .disabled {
opacity: .5;
cursor: no-drop; }
.owl-theme.owl-carousel .owl-dots,.owl-theme .products .owl-dots {
margin-top: 0;
margin-bottom: 0;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme.owl-carousel .owl-dots .owl-dot,.owl-theme .products .owl-dots .owl-dot {
padding: 5px;
margin-left: 0;
display: inline-block;
line-height: 0; }
.owl-theme.owl-carousel .owl-dots .owl-dot.active span,.owl-theme.owl-carousel .owl-dots .owl-dot:hover span,.owl-theme .products .owl-dots .owl-dot.active span,.owl-theme .products .owl-dots .owl-dot:hover span {
background: #ff8f26; }
.owl-theme.owl-carousel .owl-dots .owl-dot:last-child,.owl-theme .products .owl-dots .owl-dot:last-child {
margin: 0; }
.owl-theme.owl-carousel .owl-dots .owl-dot span,.owl-theme .products .owl-dots .owl-dot span {
display: inline-block;
zoom: 1;
border: 0;
width: 5px;
height: 5px;
text-align: center;
border-radius: 50%;
background: #dedede;
position: relative;
transition: all .3s ease;
vertical-align: middle; }
.slider-visible .owl-carousel .owl-stage-outer {
overflow: visible; }| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| carousel-rtl.css | File | 6.75 KB | 0644 |
|
| carousel.css | File | 6.79 KB | 0644 |
|
| color-rtl.css | File | 34.74 KB | 0644 |
|
| color.css | File | 34.74 KB | 0644 |
|
| editor-style-rtl.css | File | 9.48 KB | 0644 |
|
| editor-style.css | File | 9.48 KB | 0644 |
|
| opal-boostrap-rtl.css | File | 107.69 KB | 0644 |
|
| opal-boostrap.css | File | 107.61 KB | 0644 |
|
| opal-icons-rtl.css | File | 39.05 KB | 0644 |
|
| opal-icons.css | File | 39.05 KB | 0644 |
|