.features-boxes{
	text-align: center;
    padding: 32px 30px;
}

.features-boxes img{
	max-width: 100px;
    border: 2px solid #993531;
    border-radius: 50%;
    margin-bottom: 20px;
    margin: 0 auto;
}  
.features-boxes h4{
	margin-top: 20px;
}
#owl-demo .item{
    background: #ffffff00;
    padding: 5px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.customNavigation{
	width:100%; 
	margin:0 auto; 
	text-align:center; 
	cursor:pointer;
}
.customNavigation .btn{
	padding: 12px 16px;
    margin-left: 5px;
    margin-right: 5px;
}
.customNavigation .btn i{
	color: #993531 !important;
	font-weight: bold;
}

.available-space-box{
	text-align: center;
    padding: 32px 30px;
}

.available-space-box img{
	max-width: 100px;
    border: 2px solid #993531;
    border-radius: 50%;
    margin-bottom: 20px;
    margin: 0 auto;
}  
.available-space-box h4{
	margin-top: 20px;
}

.experiences-box img{
	width: 100%;
	text-align: center;
}

.ideal-section img{
	border-radius: 50%;
	background: #fff;
	padding:5px;
}

.ideal-section h2{
	color: #fff;
}

.ideal-section p{
	color: #fff;
}


.experiences-box-bg-img{
	background: no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px;
}
.text-parallax-content {
    padding: 50px;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: 700;
    font-size: 400px;
    line-height: 400px;
    overflow: visible;
    margin-bottom: 0;
    background: #fff;
    color: #363636;
    mix-blend-mode: lighten;
}

.experiences-box-bg-img img{
    width: 100%;
    text-align: center;
}


.experiences-box{
	padding-top: 190px;
}
.experiences-box h1{
    font-size: 100px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    color: #cd3737;
}
.experiences-box h2{
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 6px;
    color: #010101;
}
.hero-headers{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.main-banner-color{
    padding: 150px 0;
}
.location-img-box img{
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 990px) {
.experiences-box{
    padding-top: 50px;
}
.experiences-box h1{
    margin-bottom: 20px;
    font-size: 70px;
    text-align: center;
}
.experiences-box h2{
    font-size: 20px;
    text-align: center;
}
.main-banner-color{
    padding: 50px 0;
}
.hero-content h3 {
    color: #ffff;
}
.ideal-section img{
    width: 100%;
}
}

@media only screen and (max-width: 425px){
.nav-brand img{
    width: 280px;
    top: 0 !important;
}
}
@media only screen and (max-width: 320px){
.nav-brand img{
    width: 230px;
}
}
