.navigation .navigation-inner .navigation-booking .booking-dropdown-form{
    display: none;
}

/*=======================================
BANNER CSS
=======================================*/
.banner{
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
}
.banner .banner-content{
    height: 500px;
    background: url('../images/PPD-27.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner-content::before{
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.banner .banner-content h4{
    color: #fff;
    font-family: 'Roboto',serif;
    opacity: 0.9;
    text-align: center;
    padding: 150px 0;
}

/*====================================
ABOUT CSS
=====================================*/
.about{
    margin-top: 25px;
}

.about .about-inner{
    width: 85%;
    margin: 0 auto;
}

.about .about-inner .about-col p{
    font-family: 'Roboto',serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #999999;
}

/*==========================
FEATHURE CSS
============================*/
.feathure{
    margin-top: 25px;
}

.feathure .feathure-inner{
    width: 85%;
    margin: 0 auto;
}

.feathure .feathure-inner .feathure-header h4{
    font-family: 'Roboto',serif;
    color: #004d99;
    text-align: center;
}

.feathure .feathure-inner .feathure-col .demo-col i{
    font-size: 25px;
    color: #004d99;
    margin-top: 15px;
}

.feathure .feathure-inner .feathure-col .demo-col h6{
    color: #004d99;
    font-family: 'Roboto',serif;
}

.feathure .feathure-inner .feathure-col .demo-col p{
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto',serif;
}