:root {
	--swiper-navigation-size: 26px; 
}
.mjt-slider {
    width: 100%;
    height: 450px;
    position: relative;
}

.mjt-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    text-align: left;
    padding: 0px 50px;
    position: relative;
}

.mjt-slide::before {
    content: "";
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    /* background: rgba(0,0,0,0.4); */
}

.mjt-slide-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
	padding: 0px 25px;
	text-align:center; 
}

.mjt-slide h2 {
    font-size: 30px;
    margin-bottom: 15px;
	color:#fff; 
	font-weight: 300;
	text-align:center;
	text-shadow: 1px 1px 2px #000033, 2px 2px 4px #000033, 3px 3px 6px #000033;
}

.mjt-slide p {
    font-size: 18px;
    margin-bottom: 24px;
	color:#fff; 
	font-weight: 400;
}

.mjt-btn {
	font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 20px;
    background: transparent;
    color: #fff;
    text-decoration: none;
	line-height: 1.7em; 
	border:2px solid #fff;
	font-weight: 500;
	 -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; 
} 

.mjt-btn span.mjt-button-icon { 
	display: none ; 
}
.mjt-btn span.mjt-button-icon svg{
	color:#fff; 
	vertical-align: middle; 
} 
.mjt-btn:hover span.mjt-button-icon {
	display:inline-block ; 
}
.mjt-btn:hover{
	background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;    
	color:#fff; 
	
} 
.mjt-btn:visited{
	color:#fff; 
}
.swiper-button-next,
.swiper-button-prev {
   color: #00897f;
   font-size:48px; 
	font-weight:800;
}

.swiper-pagination-bullet {
    background: #a7d2de;	
    opacity: 0.5;
    border: 2px solid #fff; 
    height: 12px;   
    width: 12px;
    border-radius: 25px;
}
.swiper-pagination-bullet-active {
	background: #00897f ;
}
@media (max-width: 760px) {
	.mjt-slider {		
		height: 160px;		
	}
	
	.mjt-slide h2 {
		font-size: 24px;		
	}

	.mjt-slide p {
		display:none; 
		font-size: 16px;		
	}
	.mjt-btn {
		display:none; 
	}
}
