.owl-controls{
	text-align:center;
	}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    display: inline-block;
    padding: 5px;
	font-size:25px;
	}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
	}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
	}

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
	}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
	}

.student-testimonilas .owl-controls, .mgshss-news .owl-controls {
    position: absolute;
    right: 0;
    text-align: right;
    top: -75px;
	}

#mgshss-main .owl-controls {
    bottom: 5px;
    position: absolute;
    right: 10px;
	}