.bar-line {
    height: 1px;
    width: 100%;
    background: #BCBCBC;
    display: block;
}
.img-full img {width: 100%}
.travel .single-blog {height:  100%}

.form-box {
    background: rgba(0, 0, 0, 0.81);
    color: #fff;
    padding: 0;
    height: auto;
    z-index: 2;
}

.form-box .input-group {width: 100%; color: #fff}
.form-box input {background: transparent; color: #fff}
.form-box label {color: #fff}
.nivoSlider {height: 430px}

.alert {
    padding: 20px;
    background-color: seagreen;
    color: white;
    position: fixed;
    top: 200px;
    z-index: 99999;
    right: 150px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}