﻿.logo {
    width: 100px;
}


.about-us-img-wrap:after {
    position: absolute;
    content: "";
    width: 48%;
    height: 100%;
    top: 77px;
    right: 0;
    background-image: url(/img/patten_bg.png);
    z-index: -1;
}


.acaira {
    text-align: right;
}


.ttlcolor {
    color: #ff5a3c;
}

.ltn__header-middle-area {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
}

.brandlogo {
    width: 200px;
    text-align: right;
    float: right;
    margin-top: 2rem;
}


.portfolio_area .portfolio_box {
    position: relative;
}


    .portfolio_area .portfolio_box .short_info {
        position: absolute;
        background-color: #fff;
        bottom: 0;
        padding: 17px 40px;
    }


        .portfolio_area .portfolio_box .short_info h4 {
            font-size: 24px;
            font-weight: 700;
            margin-top: 9px;
            line-height: 30px;
        }


        .portfolio_area .portfolio_box .short_info p {
            color: #ec7346;
            text-transform: capitalize;
            letter-spacing: 1.5px;
        }


.vmc img{
    width: 75px;
}