/*testimonial*/

.testimonial_4 {
	background:#fff;
	padding:15px;
}
.icon_test {
	border-top:1px solid #dddddd;
	margin:30px 0 15px 0;
}
.icon_test i {
    background:#ddd;
    border-radius:50%;
    color:#000;
    display:inline-block;
    font-size:35px;
    height:50px;
    margin-top:-50px;
    padding-top:10px;
    width:50px;
}
.avatar-4 {
	border-top:1px solid #dddddd;
	margin:80px 0 20px 0;
}
.avatar-4 img {
	height:100px;
	width:100px;
	border-radius:50%;
	box-shadow:1px 1px 10px #0196ce;
	margin-top:-50px;
}

.box-shadow-michelleprince {
	box-shadow: 1px 1px 10px rgba(1, 150, 206, 1);
	border-radius: 50%;
}

.btn-white:hover {
	background-color: #f37266;
	border-color: #f37266;
	color: #ffffff !important;
}

.owl-controls .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 0;
	right: 0;
}

.owl-controls .owl-nav [class*="owl-"] {
	position: absolute;
	margin: 0 !important;
	background-color: #0196CE !important;
}

.owl-controls .owl-nav .owl-prev {
	left: 0;
}

.owl-controls .owl-nav .owl-next {
	right: 0;
}

@media (max-width: 767px) {
	
	.navbar-collapse {
		background-color: #ffffff;
		position: relative;
	}
		
	footer.bg-dark {
		text-align: center !important;
	}
	
	footer.bg-dark .text-right {
		text-align: center !important;
		margin-top: 30px;
	}
}

/*---------- Blog Pagination --------*/
.pagination {
    clear: both;
    font-size: 11px;
    line-height: 13px;
    padding: 20px 0;
    position: relative;
}

.pagination ul, .pagination ul li {
  list-style: none;
  list-style-type:none; 
}
.pagination span, .pagination a {
    background: none repeat scroll 0 0 #555;
    color: #fff;
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px;
    text-decoration: none;
    width: auto;
}
.pagination a:hover {
    background: none repeat scroll 0 0 #3279bb;
    color: #fff;
}
.pagination .current {
    background: none repeat scroll 0 0 #3279bb;
    color: #fff;
    padding: 6px 9px 5px;
}
