.sidebar-container .search-widget .form-group button {
    position: absolute;
    /* right: 10px; */
    top: 0px;
    height: 54px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: white;
    cursor: pointer;
    line-height: 30px;
    font-weight: normal;
    background: #e47716;
}

.sidebar-container .links-widget li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    background: #e3e1e1;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-container .sb-widget .s-title h4 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    color: #e47716;
}

.j11 {
    text-align: justify;
}

.blog-single-banner .image-layer {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.title-box .subtitle {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    font-family: 'Reey_Regular', cursive;
    font-weight: 400;
    color: #e47716;
    margin: 0 0 10px;
}

.title-box .travilo-text {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-top: 25px;
    text-align: justify;
}

.about-section .image-col .exp {
    position: absolute;
    left: 50px;
    top: 90px;
    width: 180px;
    height: 180px;
    padding: 32px 10px 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gilroy_Bold', sans-serif;
    background: #0b1352;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.main-footer .social-links {
    position: relative;
    padding-top: 0px;
}

@media only screen and (max-width: 991px) {
    .banner-two .slide-item .travilo-text {
        font-size: 16px;
        padding: 0px 63px;
    }
    .main-header .main-box .logo-box {
        position: relative;
        display: block;
        float: left;
        padding: 11px 0px;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        z-index: 5;
    }
    .main-header .main-box .logo-box .logo img {
        position: relative;
        display: block;
        height: 80px;
        z-index: 1;
    }
    .why-us {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .about-two {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-footer.style-two {
        color: var(--light-purple-color);
        background: #0b1352;
        text-align: left;
    }
    .main-footer .f-bottom .copyright {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        margin-top: 15px;
    }
}

.hidden-bar .nav-logo-box img {
    max-height: 100px;
}

.j111 {
    text-align: center;
    padding: 0px 0px 100px 0px;
}

p.j11 {
    text-align: justify;
}