/**

 * Owl Carousel v2.2.1

 * Copyright 2013-2017 David Deutsch

 * Licensed under  ()

 */

.owl-theme .owl-dots
	{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    top: 6px;
    display: flex;
	    background: #d3dce7;
	    border-radius: 6px;
	    margin-top: 15px;
	    margin-bottom: 10px;
	}
	.owl-theme .owl-nav
	{
		position: absolute;
		bottom:0;
		z-index: 999;
	}

	.owl-prev
	{
    background: #fff;
    font-size: 22px;
    color: #232629;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: -60px;
    right: 0;
    margin: auto;
    border-radius: 6px;
    cursor: pointer;
	}
	.owl-prev:after
	{
    	font-family: 'Material Symbols Outlined';
    	content: "\e5c8";
		transform: rotate(180deg);
		font-size: 26px;
		font-weight: 400;
	}
	.owl-next
	{
    background: #fff;
    font-size: 22px;
    color: #232629;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: -60px;
    margin: auto;
    border-radius: 6px;
    cursor: pointer;
	}
	.owl-next:after
	{
    	font-family: 'Material Symbols Outlined';
    	content: "\e5c8";
		font-size: 26px;
		font-weight: 400;
	}
	.owl-prev:hover, .owl-next:hover
	{
		background: #003b80;
		color: #fff;
	}
	.owl-theme .owl-nav [class*=owl-]{
    color: #fff;
    font-size: 54px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
    .owl-theme .owl-nav [class*=owl-]:hover{}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
    .owl-theme .owl-nav.disabled+.owl-dots{margin-top:0}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;
    width: 100%;}
    .owl-theme .owl-dots .owl-dot span
    {
	    width: auto;
	    height: 5px;
	    border-radius: 6px;
	    display: block;
	    -webkit-backface-visibility: visible;
	    transition: opacity .2s ease;
	}
    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #003b80;}
	/*.owl-item img
	{
		  opacity: 0.6;
	}
	.owl-item.center img
	{
		  opacity: 1;
	}*/