.actual-title-bg{
	padding-bottom:15px;
	padding-left:18px;
	
}
.actual-heading{
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #535353;
}
@media (max-width: 540px) {
	.actual-heading {
		font-size:18px;
	}
}
.actual-text-header{
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	color: #4D4D4D;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 25px;
}
.hyphens{}
.actual-text-details{
	text-align:justify;
	color: #4D4D4D;
}
.actual-content{
	position: relative;
	height:100%;
}
.actual-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.actual-btn{
	border-color:black;
	border-style: solid;
	padding: 3px 8px;
	color:black;
	text-decoration:none;
	border-width: 1.5px;
	float:right;
	border-radius:5px;
}
.actual-btn:hover{
	background-color:#C4C4C4;
}
@media (max-width: 768px) {
	.actual-text-header{
		font-size: 20px;
	}
}
@media (max-width: 540px) {
	.actual-text-header{
		font-size: 15px;
	}
}

.actual-carousel-indicators {
	left: 70% !important;
	bottom: 0 !important;
}

.actual-carousel-indicators li {
	background: #fff !important;
	border: #00C1B0 !important;
	opacity: 100 !important;
	width: 15px !important;
	height: 15px !important;
	margin: 3px !important;
}
.actual-carousel-indicators .active {
	background-color: #00C1B0 !important;
	border: 4px solid #fff !important;
	width: 7px !important;
	height: 7px !important;
}