.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
}
.navbar-default {
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
}


.configurations {
	padding: 50px 0 100px 0;
	background: #F9F9F9;
}

.configurations .boxed-intro {
	padding: 50px 0 50px 15px;
	overflow: hidden;
}

.configurations .boxed-intro h4 {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #848484;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.configurations .boxed-intro h1 {
	font-family: 'Poppins';
	font-size: 36px;
	font-weight: 700;
	color: #404040;
}

.configurations .boxed-intro p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	color: #848484;
	line-height: 1.4;
	margin: 20px 0 20px 0;
}

.configurations .box-inner {
	padding: 20px;
	margin-bottom: 30px;
	background: #FFFFFF;
	min-height: 100px;
	border-radius: 2px;
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition:box-shadow .3s ease-in-out;
	-ms-transition:box-shadow .3s ease-in-out;
	-o-transition:box-shadow .3s ease-in-out;
	transition:box-shadow .3s ease-in-out;
}

.configurations .box-inner:hover {
	cursor: pointer;
	box-shadow:0 5px 10px rgba(0,0,0,.15);

}

.configurations .box-inner .box-icon {
	padding: 0 0 30px 0;
}

.configurations .box-inner .box-icon i {
	font-size: 34px;
	color: #448AFF;
}

.configurations .box-inner .box-info {
	padding: 0 0 0 0;
}

.configurations .box-inner .box-info h1 {
	font-size: 16px;
	color: #343434;
	margin: 0 0 0 0;
	line-height: 20px;
	font-weight: bold;
}

.configurations .box-inner .box-info p {
	font-size: 14px;
	line-height: 1.6;
	color: #A1A1A1;
}

.configurations .box-inner .box-arrow {
	position: absolute;
	right: 15%;
	bottom: 12%;
}

.configurations .box-inner .box-arrow i {
	font-size: 32px;
	color: #448AFF;
}


.table-custom {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #ccc;
}

.table-custom thead th{
    background: #df1e46;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.slick-slider li{
	margin-left: 20px;
}

.slick-slide:not(.slick-active){
	opacity:0.3;
}

.img-fluid{
	width:100%;
	max-width:100%;
}

.slick-slider  li p{
	background:#000;
	font-weight:800;
	color:#fff;
	text-align:center;
	height: 40px;
	line-height: 40px;
	font-size:18px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 55px;
    margin: 0;
    padding: 0;
    background: center no-repeat;
    border: 0;
    line-height: 200px;
    overflow: hidden;
    background-size: 100%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transform: scale(.9);
}
.slick-arrow.slick-prev {
    margin: 0 5px 0 0;
   left: -25px;
    right: auto;
    z-index: 1;
    background-image: url('../images/amenities/prev.png');
    background-size: 19px;
    background-position: center;
}

.slick-arrow.slick-next {
    margin: 0 0 0 5px;
    right: -25px;
    left: auto;
    z-index: 1;
    background-image: url('../images/amenities/next.png');
    background-size: 19px;
    background-position: center;
}

@media only screen and (max-width: 767px) {
	.slick-slider li{
		margin-left: 0;
	}
	.slick-arrow.slick-prev {
		left: -10px;
	}
	.slick-arrow.slick-next {
		right: 10px;
	}
	.ft-left p span {
		font-size:16px;
	}
}
.owl-theme .owl-controls .owl-buttons div {
	background:transparent;
}
.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    display: block !important;
}

.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    display: block !important;
	right: 0;
}
.owl-prev i, .owl-next i { color: #000;font-size: 40px;
line-height: 50px;}

.ion-ios-telephone{
	font-size: 24px;
	border: 1px solid #df1e46;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}

.contact-form2 {
	font-family: 'Poppins', sans-serif;
}

.contact-form2 h3{
	color: #df1e46;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
text-transform: uppercase;
}

.contact-form2 .sm-form-control {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px !important;
}

.sentm{
	text-align:center;
	margin-top:10px;
}
	