
/** ADD YOUR AWESOME CODES HERE **/
.usefulsubtitle
{
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 17px;
	font-weight:600;
}

.manage-photos
{
 border-radius: 50%;	
 width:65px;
}

.pt-5
{
	padding-top:50px;
}
.pt-4
{
	padding-top:40px;
}
.pt-3
{
	padding-top:30px;
}
.pt-2
{
	padding-top:20px;
}
.pt-1
{
	padding-top:10px;
}



.pb-5
{
	padding-bottom:50px;
}
.pb-4
{
	padding-bottom:40px;
}
.pb-3
{
	padding-bottom:30px;
}
.pb-2
{
	padding-bottom:20px;
}
.pb-1
{
	padding-bottom:10px;
}



.bottom-link{
			color:#fff;
			text-align:center;
			padding:0px 10px;
		}
		
.tabel th, .tabel td
{
	padding:10px;
}
.tabel th
{
	background-color:#000;
	color:#fff;
}
		
	
.tabel td
{

color:#000!important;
}

.tabel 
{
margin:AUTO;
width:100%;
}
		
#services .subtitle
{
	font-size: 22px;
	font-weight: bold;
}


.owl-carousel .owl-item img
{
	border-radius: 4px;
}

@media(max-width: 767px)
{
.tabel
{
	overflow-x: scroll;
	display: block;
	width: 100%;
}
}

