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

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

.owl-theme-blocks2 .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;
font-size: 60px;
line-height: 0px;}

.owl-theme-blocks2 .owl-nav [class*='owl-']
{font-size: 60px;
padding: 25px;
margin: 0px 20px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
outline: none;
transition: 0.6s;
width: 15px;}

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

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

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

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

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

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

.owl-theme-blocks2 .owl-dots .owl-dot span
{width: 10px;
height: 10px;
margin: 5px 6px;
background: rgb(255,255,255);
border: solid 1px rgb(5,43,75);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;}

.owl-theme-blocks2 .owl-dots .owl-dot.active span, .owl-theme-blocks2 .owl-dots .owl-dot:hover span
{background: rgba(51,178,253,1);
border: solid 1px rgb(51,178,253);}

.owl-theme-blocks2 .owl-nav button.owl-prev, .owl-theme-blocks2 .owl-nav button.owl-next
{height: 48px;
width: 48px;
top: 34%;
font-size: 0px;}

.owl-theme-blocks2 .owl-nav button.owl-prev 
{background-image: url('../../../template/css/css_images/owlcarousel/arrow_left.svg?1');}

.owl-theme-blocks2 .owl-nav button.owl-next  
{background-image: url('../../../template/css/css_images/owlcarousel/arrow_right.svg?1');}

.owl-theme-blocks2 .owl-nav button.owl-prev:hover 
{background-image: url('../../../template/css/css_images/owlcarousel/arrow_left_hover.svg?1');}

.owl-theme-blocks2 .owl-nav button.owl-next:hover 
{background-image: url('../../../template/css/css_images/owlcarousel/arrow_right_hover.svg?1');}