/*Owl theme 1*/
.owl-theme-partners .owl-stage
{display: flex;}

.owl-theme-partners .owl-item
{display: flex;
height: fit-content;}

.owl-theme-partners .owl-nav
{margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
bottom: 0px;
top: 0px;
width: 100%;
display: flex;
justify-content: space-between;
color: rgba(191,122,212,1);
font-size: 60px;
line-height: 0px;}

.owl-theme-partners .owl-nav [class*='owl-']
{color: rgba(191,122,212,1);
font-size: 60px;
padding: 25px;
margin: -20px -10px;
background: rgba(191,122,212,0.5);
display: inline-block;
cursor: pointer;
border-radius: 3px;
outline: none;
transition: 0.5s;
width: 15px;}

.owl-theme-partners .owl-nav [class*='owl-'] img
{width: 100%;}

.owl-theme-partners .owl-nav [class*='owl-']:hover
{opacity: 0.5;
transition: 0.25s;}

.owl-theme-partners .owl-nav .disabled
{opacity: 0.25;
cursor: default;}

.owl-theme-partners .owl-nav.disabled + .owl-dots
{margin-top: 15px;}

.owl-theme-partners .owl-dots
{text-align: center;
-webkit-tap-highlight-color: transparent;
margin-top: 30px;}

.owl-theme-partners .owl-dots .owl-dot
{display: inline-block;
zoom: 1;
display: inline;
outline: none;}

.owl-theme-partners .owl-dots .owl-dot span
{width: 15px;
height: 15px;
margin: 5px 7px;
background: rgba(191,122,212,0.5);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;}

.owl-theme-partners .owl-dots .owl-dot.active span, .owl-theme-partners .owl-dots .owl-dot:hover span
{background: rgba(191,122,212,1);}

.owl-theme-partners .owl-nav button.owl-prev, .owl-theme-partners .owl-nav button.owl-next
{height: 35px;}
