.hero {
   
}

body{
	background:#f1f1f1;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    background: #fff;
}


.navbar-brand img{
	width:160px;
}


a.nav-link {
    color: #000;
    font-weight: 500;
    padding: 0 0px 0 0;
    margin: 0 15px 0 15px;
}
.nav-link:focus, .nav-link:hover {color:#000;}
.topcities {
    padding: 50px 0 0px 0;
}
.topcities h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.topcities p {
    font-size: 16px;
    color: #707070;
    line-height: 20px;
    padding: 6px 0 15px 0;
    margin: 0px;
    font-weight: 400;
}




.citiesbox a{
	position: relative;
    width: 100%;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    overflow: hidden;
}

.citiesbox a::before{
	    content: "";
    display: flex;
    background: linear-gradient(to bottom, transparent, #000) no-repeat bottom;
    background-size: 100% 50%;
    height: 60%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.citiesbox h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px 10px 15px;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.citiesbox a:hover h3{
	bottom:15px;
	font-size:20px;
}





.destisec {
    padding: 40px 0 0px 0;
}


.destisec h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.destisec p {
    font-size: 16px;
    color: #707070;
    line-height: 20px;
    padding: 6px 0 15px 0;
    margin: 0px;
    font-weight: 400;
}

.destisec .tour-card h5 {
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}


.Pricesec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Pricesec .star {
    color: #707070;
    font-weight: 400;
    font-size: 11px;
}

.Pricesec .star span {
    
    display: block;
}

.Pricesec .star span i{

	color: #f36911;
}


.Pricesec .price{
	 color: #707070;
    font-weight: 400;
    font-size: 11px;
}

.Pricesec .price span {
    font-size: 17px;
    font-weight: 700;
    display: block;
    column-gap: 5px;
    color: #000;
}







.overlay {
      background: rgba(0, 0, 0, 0.6);
      padding: 60px 30px;
      border-radius: 10px;
}
    .tour-card img {
      height: 200px;
      object-fit: cover;
 }
 .footer img{
 	width:150px;
 }
 
.footer .ftrmenu {
    padding: 0px;
    margin: 10px 0 10px 0;
}

.footer .ftrmenu li {
    color: #000;
    list-style: none;
    display: inline-block;
}
.footer .ftrmenu li a {
    color: #000;
    display: inline-block;
    padding: 0 10px 0 10px;
    text-decoration: none;
}

.copyright {
    color: #000;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.FrtSocial a {
    margin: 0 10px 0 10px;
    color: #fd7d12;
    font-size: 27px;
}
 
.footer {
      background: #fef7f5;
      color: white;
      padding: 40px 0;
	  margin:40px 0 0 0;
    }
	
	
	
	
	
	
	
@media (max-width: 767px) {


.topcities .col-xs-6 {
    width: 50%;
    margin-bottom: 24px;
}

.destisec h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.destisec p {
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    padding: 6px 0 15px 0;
    margin: 0px;
    font-weight: 400;
}


.destisec .col-xs-6 {
    width: 50%;
    margin-bottom: -10px;
    padding-left: 7px;
    padding-right: 7px;
}

.card-body {
    padding: 10px 8px 10px 8px;
}

.destisec .tour-card h5 {
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}

.Pricesec .price span {
    font-size: 13px;
    font-weight: 700;
    display: block;
    column-gap: 5px;
    color: #000;
}

.destisec .tour-card h5 {
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}

.card.tour-card {
    min-height: 310px;
}

button.navbar-toggler {
    border: #ccc solid 1px;
}


}
	
.breadcrumb-bar {
    background: #06357a;
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.breadcrumb-bar .breadcrumb-title {
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 15px;
}
.contact-section .contact-info-area .single-contact-info {
    text-align: center;
    background: #ffffff;
    border: 2px solid #F4F4F4;
    box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact-btn {
    background-color: #ff8700;
    border: 1px solid #ff8700;
    box-shadow: inset 0 0 0 #ffffff;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 15px;
    text-align: center;
}