      body { margin: 0; padding: 0;}
        h1,h2,h3,h4,h5,h6,p { margin: 0; color: #fff; font-family: 'Philosopher', sans-serif;word-wrap: break-word; font-weight: 300; }
        .content {
    display: table;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background-position: center !important;
    background-size: cover !important;
}
        .content .box { display: table-cell; vertical-align: middle; height: 100vh; width: 100%; text-align: center; background: rgba(0,0,0,0.4); }
        h1 { font-size: 5vh; padding: 28vh 0 0; font-weight: 400; }
        h2 { font-size: 5vh; padding: 5vh 0; }
        h2 span {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
    border-radius: 100px;
    font-weight: 400;
    color: #000;
}
        h4 { font-size: 5vh; font-weight: 700; text-transform: uppercase; }
        .container { width: 78%; margin: 25px auto; display: inline-block; }
        .details { background: rgba(255,255,255,0.5); padding: 5px 10px; font-weight: 400; width: 100%; float: left; margin: 0 1.5%; padding: 2vh 0; letter-spacing: 1px; }
        .details h5{ color: #000; font-size: 4vh; padding: 0.5vh 0; }
        .details h6{ color: #000; font-size: 2vh; font-weight: 700; padding: 1vh 0; }
        .details p { font-weight: 600; color: #000; font-size: 20px; padding: 0.5vh 0; }
        .details p i { color: #fff; text-shadow: 0 0 5px #000; margin-right: 5px; font-size: 25px; }
        .Address { margin-top: 10px; }
        .Address p { margin: 10px 0; font-size: 20px; font-weight: 400; }

      .travelbg {
    background: url(https://9whospitality.in/image.jpg);
}
.box h1 a {
    color: #fff;
    text-decoration: none;
}
        .foodbg{
        	background: url(https://9whospitality.in/rest.jpg);
        }
        .content img {
    background: rgba(255, 255, 255, 0.8);
    height: 100px;
    border: 3px double #fff;
    padding: 5px;
}
h2 a:hover {
    text-decoration: none;
}
h2 a:hover span{
	background: #000;
    color: #fff;
}
.wel {
    position: absolute;
    width: 100%;
}
.wel img {
    display: block;
    width: 12%;
    margin: 35px auto;
}
.wel p {
    text-align: center;
    font-size: 35px;
    top: 10%;
    text-shadow: 0 2px 4px #000;
    background: rgba(0, 0, 0, 0.4);
    padding: 0px 15px;
    border-radius: 5px;
    border-bottom: 2px solid #fff;
    width: 55%;
    margin: 0 auto;
    font-weight: 600;
}

.content.col-md-6.foodbg {
    width: 50%;
}
.content.col-md-6.travelbg {
    width: 50%;
    float: left;
}

@media screen and (max-width:1024px) {
  .wel p {
    font-size: 18px;
    padding: 0px 17px;
    width: 64px;
    margin: 0 auto;
    font-weight: 900;
}
}
@media (max-width:600px)
{
.wel p {
    font-size: 18px !important;
    padding: 0px 17px;
    width: 64px;
    margin: 0 auto;
    font-weight: 900;
}
.content.col-md-6.travelbg {
    width: 100%;
}
.content.col-md-6.foodbg{
width: 100%;
    
}
.wel img {
    width: 35%;
 }
 h1 {
    padding: 18vh 0 0;
 }
.content .box {
    height: 50vh;
 }
}
