
/*** 

====================================================================
	Services Section
====================================================================

***/
.sidebar-page-container {
	padding:40px 0px;
}
.services-detail h2 {
	color: #3a3a3a;
	font-size: 32px;
	line-height: 48px;
	font-family: Bebas Neue;
	/* padding-left: 15px; */
    font-weight: 500;
}
.services-detail .text p {
	color: #383838;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0px;
	text-align: justify;/* text-align-last: center; *//* padding: 0px 70px; */
}
/*.opening {
	padding: 15px;
	border: 1px solid #ccc;
	margin-top: 15px;
	background: rgba(204, 204, 204, 0.3);
	border-radius: 5px;
}*/
.opening {
	margin: 15px 0px;
}
.opening h4 {
	font-size: 18px;
	font-weight: 600;
	background: #0071bb;
	font-family: 'Lato', sans-serif;
	padding-bottom: 4px;
	color: #fff;
	padding: 3px 10px;
}
.opening-text {
	margin-top: 10px;
}
.opening p {
	margin: 0px;
	line-height: 22px;
	color: #383838;
	font-size: 14px;
	text-align:justify;
}
.opening p strong {
	color:#000000;
}
.opening ul li {
	margin: 0;
	padding: 0 0 10px 13px;
	line-height: 16px;
	font-size: 14px;
	color: #383838;
	background: url(../images/arw.png) left 2px no-repeat;
	text-align:justify;
}
.opening-btn {
	padding: 5px 10px;
	background: #ed3237;
	color: #fff;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.6s ease 0s;
}
.opening-btn:hover {
	color:#fff;
	transform: translateY(15px);
}
.beefup__head, beefup__head:hover{    margin: 0px;
    line-height: 22px;
    color: #000000!important;
    font-size: 14px;
    font-weight: 700;}
	
@media only screen and (max-width:767px) {
.opening h4 {
    font-size: 16px;}
}