#service{
    background:url('/wp-content/uploads/2019/09/bg.png') center;
    background-size: cover;
    padding: 0;
}

#service .overlay{
    background: #00000005;
    padding: 80px 0;
}

#booking .overlay{
    background: #00000075;
}

.ah1{
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 20px;
    line-height: 40px;
}
.title-page{
    font-weight: 800;
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
    color: #2b2c3e;
    text-align: center;
    text-indent: 0;
}
.transportex-headwidget .navbar-wp{
    display: flex;
    justify-content: center;
}
.ta-service{
    z-index: 3;
}

.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.d-flex .ta-service{
    height: 100%;
    position: relative;
}

.d-flex .ta-service .btn.btn-theme-three{
    position: absolute;
    right: 25px;
    bottom: 25px;
}
#info{
    background: #fafafa;
    padding: 40px 0;
}
#main,
.info-content{
    padding: 80px;
    font-size: 17px;
    color: #999;
    text-align: justify;

    background: #fff;
    border: 1px solid #eee;
}
#main p,
.info-content p{
    text-indent: 40px;
}
#main{
    margin: 80px 0;
}
.container-main{
    background:url('/wp-content/uploads/2019/09/bg.png') center repeat-y;
    width: 100%;
    background-size: contain;
}
#main img.size-large{
    margin: 20px 0;
    border-radius: 4px;
}
.gallery1 img{
    max-width: 100%;
    height: 100%;
}
.gallery1 .b-link-stroke.b-animate-go,
.gallery1 .img-box-shadow{
    height: 100%;
}
.gallery1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media screen and (max-width: 990px){
    .header-widget .hidden-xs{
        display: block !important;
        width: auto;
    }
    .header-widget{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 0 !important;
        margin-top: 0;
    }
    .hidden-lg{display: none}
}

@media screen and (max-width: 800px){
    .header-widget .hidden-xs:nth-child(2),
    .header-widget .hidden-xs:first-child{
        display: none !important;
        width: auto;
    }
    .navbar {
        top: -40px !important;
    }
}


@media screen and (max-width: 768px){
    .header-widget .hidden-xs {
        display: none !important;
    }
    .navbar-brand{
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }

    .d-flex{
        display: block;
    }
    .d-flex .ta-service .btn.btn-theme-three{
        position: unset;
        right: unset;
        bottom: unset;
        margin: 0px auto;
        display: block;
        max-width: 300px;
        margin-bottom: 10px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px){
    #main,
    .info-content {
        padding: 40px 20px;
    }
}