.footer_fixed {

	width: 100%;
	position: fixed;
	bottom: -20px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10000;
}



.bottom_bar{
width:100%;
height:auto;
float:left;
display:none;
}

.bottom_bar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
	}

.bottom_bar ul li {
    float: left;
	width:50%;
}

.bottom_bar ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 2px 16px;
	height:60px;
    text-decoration: none;
	 background-color: #0B4D9F;
	 border:1px solid #fff;
}
.bottom_bar ul li a:hover{
	 background-color: #0468ae;
}


@media only screen and (max-width: 767px) {
.slider_top{
top:72px;
}
.margin_top{
margin-top:70px;	
}
.logo img{
width:209px;
height:47px;
text-align:center;
}
.banner{
margin-top:70px;
}
/*.tour-des {
   height:auto;
	
}
.tour-des1 {
   height:auto;
	
}
.tour-des2 {
   height:auto;
	
}
.tour-des3 {
	height:auto;	
}*/

}

@media only screen and (max-width: 420px) {
	.logo img{
width:100%;
height:auto;
text-align:center;
}
.slider_top{
top:60px;
}
.margin_top{
margin-top:58px;	
}
.banner{
display:none;
}

.banner2{
display:block;
margin-top:65px;
}

.bottom_bar{
display:block;
}
.footer-area {
    margin-bottom:50px;
}
 
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav li {
        float: none;
        display: inline-block;
    }
    .mainmenu .navbar-nav li a {
        padding: 20px 3px;
        font-size: 14px;
    }
    .mainmenu .navbar-nav li a {
        padding: 20px 3px;
        font-size: 14px;
    }
    
    .single-blog img {
        width: 100%;
    }
    .desti-place,
    .faq-image {
        margin-bottom: 30px;
    }
    .project-idea h2,
    .project-idea p {
        font-size: 22px;
    }
    .single-project-complete {
        margin-top: 30px;
    }
    .about-text {
        margin-top: 50px;
    }
    .section-title p {
        padding: 0;
    }
    .header-text {
        margin-top: 130px;
    }
    .contact-icon {
        float: none;
    }
    .header-text p,
        {
        padding: 0px 100px;
    }
    .call-to-action-small-button {
        text-align: left;
        margin-top: 25px;
    }
    .single-footer-top {
        padding-bottom: 30px;
    }
    .header-text h2 {
        font-size: 80px;
    }
    .header-text p {
	padding: 0px 100px;
}
    .about-text p {
	margin-bottom: 0px;
}
}




.duration span {
    background-color: #B8D69B;
    padding: 1px 10px;
    font-size: 15px;
	
}

