
/*** 

====================================================================
	Locations Section
====================================================================

***/

.locations-section{
	position:relative;
	padding:100px 0px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.locations-section .sec-title h2,
.locations-section .sec-title h3{
	color:#ffffff;	
}

.locations-section {
    background-position: center center;
    background-size: cover;
}

.locations-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);	
}

.locations-section .column{
	position:relative;
	margin-bottom:30px;
	z-index:1;
	color:#ffffff;
}

.locations-section li{
	position:relative;
	margin-bottom:5px;
}

.locations-section .inner-box{
	position:relative;
	max-width:800px;
	margin:0 auto;	
}

.locations-section .inner-box ul li{
	padding-left:15px;	
	padding-bottom: 8px;
}

.locations-section .inner-box ul li:before {
	content:'\f0da';
	font-family:'FontAwesome';
    color: #cccccc;
    font-size: 12px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
	opacity:1;
}

.locations-section .inner-box ul li:hover:before{
	opacity:1;	
}

.locations-section li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	text-transform:capitalize;	
}

.locations-section li a:hover{
	color:#cccccc;	
}



/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
}

.desc-box{
	position:relative;
	padding:70px 0px 30px;	
}

.sec-title.no-underline h2{
	margin-bottom:10px;	
}

.about-section .lower-content{
	position:relative;
	padding:80px 0px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;	
}

.about-section .lower-content .content-box{
	position:relative;
	padding:40px 60px;
	background:#ffffff;	
}

.about-section .lower-content .content-box .main-title{
	position:relative;
	font-size:24px;
	text-transform:capitalize;
	color:#3a4145;
	font-weight:800;
	margin-bottom:25px;
	padding-bottom:20px;	
}

.about-section .lower-content .content-box .main-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	height:6px;
	width:40px;
	background:#cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;	
}

.about-section .lower-content .content-box h2{
	position:relative;
	font-size:24px;
	text-transform:capitalize;
	color:#3a4145;
	font-weight:800;
	margin-bottom:10px;	
}

.about-section .lower-content .content-box h3{
	position:relative;
	font-size:16px;
	font-weight:800;
	color:#5f6467;
	margin-bottom:15px;	
}

.about-section .lower-content .content-box p{
	position:relative;
	margin-bottom:20px;	
}

.styled-list{
	position:relative;
	margin-bottom:20px;	
}

.styled-list li{
    line-height: 24px;
    margin-bottom: 7px;
    position: relative;
	padding-left:25px;
}

.styled-list li:before {
	content:'\e0a6';
	font-family:'Flaticon';
    color: #ff2e3d;
    font-size: 12px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
}

.styled-list li:hover:before{
	color:#555555;	
}

.about-section .lower-content .featured-box{
	position:relative;
	margin-bottom:30px;	
}

.about-section .lower-content .featured-box .image{
	position:relative;
	margin-bottom:15px;	
}

.about-section .lower-content .featured-box .image img{
	position:relative;
	display:block;
	width:100%;	
}

.about-section .lower-content .featured-box .read-more{
	font-weight:800;
	color:#ff2e3d;
	text-transform:uppercase;
	font-size:14px;	
}

.about-section .lower-content .featured-box .read-more .fa{
	padding-right:5px;	
}
