 .logo1 {
     width: 200px;
    height: 50px;
    float: left;
     background: url('Images/logo1.png') left center no-repeat;
    background-size: 175px 50px;
    display: inline-block;
}
.tag-register{
    margin-left:520px;
}
 .top-st {
    display: inline-block;
    float: left;
    line-height:20px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    position: relative;
    padding: 0 15px;
}
 .masthead {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
 .contain{
     position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -90px;
    text-align: center;
 }
 .title-h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 120px;
    font-weight: bold;
    color: #f1f1f1;
    text-shadow: 0 0 10px #333;
}

  .title-h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
    color: #f1f1f1;
    text-shadow: 0 0 10px #333;
}

.title-h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    color: #f1f1f1;
    text-shadow: 0 0 10px #333;
}




 .title-small {
    margin: 10px 0;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fefefe;
    text-shadow: 0 0 10px #333;
}

  .title-small-2 {
    margin: 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fefefe;
    text-shadow: 0 0 10px #333;
}

 .bs-docs-social {
    clear: both;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
    background-color: #ddd;
}
.content-html{
  margin-top: 20px;
  font-size: 15px;
    text-align: justify;
    line-height: 1.6;
    color: #555;
}
.section-title {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #afafc9;
    font-size: 24px;
    color: #555;
    line-height: 36px;
    margin: 0 0 10px;
    text-align: left;
    padding-top:20px;
}
.tourslist {
    display: block;
    padding: 0;
    list-style: none;
}
.tour-title {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px;
    display: block;
    text-align: left;
    padding-left: 10px;
    color:#666;
}
.price {
    position: absolute;
    display: block;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.price div {
    display: inline-block;
    padding: 0 15px;
    border-radius: 12px;
    background-color: #ddd;
    color: #fff;
}
.price div span {
    font-size: 18px;
    color: #777;
}
.price div small {
    font-size: 12px;
    padding-left: 3px;
    color: #777;
}


