._aboutus{
    background-color: #fff;
    padding: 3.75rem 0px;
}
._footercommon h1 {
    padding-bottom: 2rem;
    text-align: center;
    color: #000;
    font-size: 1.823rem;
    font-weight: 500;
    padding-top: 2.125rem;
    text-transform: uppercase;
}

    ._aboutus h2 {
        color: #2f2f2f;
        font-size: 1.967rem;
        font-weight: 500;
        padding-bottom: 0.925rem;
        text-align: center;
    }
._aboutus h2.heading2{
    padding-top: 0.938rem;
}
._aboutus h2.heading2.heading3{
    padding-bottom: 1.438rem;
}
._aboutus p{
    padding-bottom: 0.938rem;
    color:#2f2f2f;
    font-size: 0.82rem;
    font-weight: 300;
}
    ._aboutus p a {
        color: #002144;
        font-weight: 500;
    }
._aboutus p strong{
    font-weight: 500;
}
._wwo {
    background-color: #f6f6f6;
    padding:40px 0px 30px;
    margin-top:20px;
}
._wbf {
    padding: 40px 0px 30px;
}
._globaltravel {
    padding: 40px 0px 0px;
}
._offerportfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    ._offerportfolio ._portbox {
        width: 49%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        align-items: center;
    }
    ._offerportfolio ._portbox ._imgbox{
        width:40%;
    }
    ._offerportfolio ._portbox ._porttxt{
        width:56%;
    }
        ._offerportfolio ._portbox ._porttxt h3 {
            font-size: 18px;
            padding-bottom: 6px;
            font-weight: 400;
        }
   /* ._offerportfolio ._portbox ._porttxt p{
        font-size:12px;
    }*/
._wwo h2 + p, ._wbf h2 + p, ._globaltravel h2 + p, ._pillars h2 + p {
    text-align: center;
    padding-bottom: 30px;
}
._whybook{
    display:flex;
    justify-content:space-between;
}
._whytext{
    width:58%;
}
._whyimage{
    width:40%
}
._whytext h4 {
    font-size: 20px;
    padding-bottom: 6px;
    font-weight: 400;
}
._expned a {
    font-size: 0.82rem;
    font-weight: 400;
    text-decoration:underline;
}
._pillars {
    padding: 50px 0px 30px;
}
.container.container-custom {
    width: 890px;
    margin: 0 auto;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}
._pillar-car {
    background-color: #f6f6f6;
    padding:40px 40px 80px;
    min-height:100px;
}
    ._pillar-car h5 {
        color: #2f2f2f;
        font-size: 1.467rem;
        font-weight: 400;
        padding-bottom: 0.925rem;
        text-align: center;
        position: absolute;
        top: -6px;
        left: 37%;
    }
._cardetail {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 51px;
}
._pillartxt {
    background-color: #fff;
    width: 452px;
    float: right;
    padding: 30px 22px 30px 104px;
    text-align: justify;
    height: 250px;
    overflow-y: auto;
    vertical-align: bottom;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    align-content: center;
}
.pillarimage {
    position: relative;
    left: 70px;
    z-index: 2;
    height: 200px;
    margin-left: 2px;
}
.read-more {
    font-size: 14px;
    cursor: pointer;
}

._read {
    text-align: right;
    color: #002144;
    font-size: 14px;
    margin-top: 8px;
}
/*p.second-last {
    display: inline;
}
.hide-text {
    display: none;
    font-size: 0.82rem;
    color: #2f2f2f;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 21px;
    text-align: justify;
}*/
._hidetxt{
    display:none;
}

._pillartxt::-webkit-scrollbar {
    width: 5px;
}
._pillartxt::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #2f2f2f70;
}
._pillartxt::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}
.owl-carousel .owl-item img.pillarimage {
    width: auto;
}
.car-pillar.owl-carousel .owl-nav button.owl-prev, .car-pillar.owl-carousel .owl-nav button.owl-next {
    top: 49%;
}
.car-pillar.owl-carousel .owl-nav button.owl-prev, .car-pillar.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    border: solid 2px #242c37;
    color: #fff;
    border-radius: 0%;
    background-color: #242c37;
}
    .car-pillar.owl-carousel .owl-nav button.owl-prev span, .car-pillar.owl-carousel .owl-nav button.owl-next span {
        line-height: 29px;
    }
.car-pillar.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.car-pillar.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}
._expandhide{
    display:none;
}
._expandhide.active{
    display:block;
}

@media only screen and (max-width: 991px){
    ._pillartxt {
        width: 60%;
        padding:30px 22px 20px 50px;
    }
    .container.container-custom{
        width:100%;
    }
    .owl-carousel .owl-item img.pillarimage {
        width: 193px;
        object-fit: contain;
    }
    ._pillartxt{
        align-content:flex-start;
    }
}

@media only screen and (min-width: 810px) and (max-width: 1010px) {
    ._pillartxt {
        padding: 30px 22px 20px 104px;
    }
}