/* custom css start */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}
h3 {
    font-weight: inherit !important;
}

.portfolio_tab_cont_wrapper {
    overflow: hidden;
    padding: 94px 0px 80px;
    background-color: #EBF2FF;
    background-image: url(../images/portfolio-image/recent-work-texture.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
.tabCont_heading {
    font-weight: 300;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    color: #000000;
    margin-bottom: 28px;
}
.tabCont_heading strong {
    font-weight: 700;
}
.tabCont_heading .sm_border {
    background-color: #000000;
    margin-top: 29px !important;
}

.portfolio_contBox {
    display: flex;
    flex-wrap: wrap;
}
.portfolioImgBox {
    width: 40%;
    max-width: 560px;
    text-align: center;
}
.portfolioImg {
    position: relative;
    padding: 20px 30px 24px 0px;
    z-index: 1;
}
.portfolioImg figure {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
.portfolioImg::before {
    width: 100%;
    max-width: 75%;
    height: 100%;
    position: absolute;
    content: '';
    background: #000000;
    border-radius: 19px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.portfolioImgBox .port_link {
    display: inline-flex;
    background: #000000;
    border-radius: 22.5px;
    padding: 11px 10px;
    margin-top: 12px;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
}
.portfolioImgBox .port_link > span {
    display: inline-block;
    padding-left: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-decoration: underline;
    color: #FFFFFF;
    word-break: break-all;
    text-align: left;
}
.portfolio_info {
    width: 60%;
    padding-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portfolio_info h3 {
    font-weight: 300 !important;
    font-size: 44px;
    line-height: 54px;
    color: #2B2A2A;
    margin-bottom: 60px;
}
.portfolio_info h3 strong {
    font-weight: 700 !important;
}
.portfolio_info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #236888;
}
.portfolio_info p + p {
    margin-top: 30px;
}

.portfolio_contBox:nth-child(odd) {
    flex-direction: row;
}
.portfolio_contBox:nth-child(even) {
    flex-direction: row-reverse;
}
.portfolio_contBox:nth-child(even) .portfolio_info {
    padding-left: 0px;
    padding-right: 70px;
    text-align: right;
}
.portfolio_contBox + .portfolio_contBox {
    margin-top: 60px;
}
/* end: portfolio_tab */

.fw::before,
.fw ~ .port_link {
    background: #454545 !important;
}
.escalenature::before,
.escalenature ~ .port_link {
    background: #E0B3A7 !important;
}

.portfolioImg::before {
    display: none;
}
.bahmancar ~ .port_link span {
    color: #000;
}
.bahmancar ~ .port_link img {
    filter: invert(1);
}


@media screen and (max-width: 1400px) {
    .portfolio_info {
        padding-left: 55px;
    }
    .portfolio_contBox:nth-child(even) .portfolio_info {
        padding-right: 55px;
    }
    .portfolioImgBox .port_link > span {
        font-size: 12px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1150px) {
    .tabCont_heading {
        font-size: 48px;
        line-height: 60px;
    }
    
    .portfolio_info {
        padding-left: 55px;
    }
    .portfolio_contBox:nth-child(even) .portfolio_info {
        padding-right: 55px;
    }

    .portfolio_info h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 48px;
    }
    .portfolioImgBox .port_link > span,
    .portfolio_info p {
        font-size: 16px;
        line-height: 28px;
    }
    .portfolio_info p + p {
        margin-top: 24px;
    }

}
@media screen and (max-width: 1024px) {
    .portfolio_tab_cont_wrapper {
        padding: 60px 0px 40px;
    }
    .portfolioImg::before {
        width: 85%;
        max-width: none;
    }
    .portfolio_info h3 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    .portfolio_contBox,
    .portfolio_contBox:nth-child(odd),
    .portfolio_contBox:nth-child(even) {
        flex-direction: column;
    }
    .portfolioImgBox {
        width: 100%;
        margin: 0px auto 20px;
    }
    
    .portfolio_contBox + .portfolio_contBox {
        margin-top: 60px;
    }
    .portfolio_info {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .portfolio_contBox:nth-child(even) .portfolio_info {
        text-align: center;
        padding-right: 0px;
    }
    .portfolio_info h3 {
        margin-bottom: 20px;
    }
    .portfolio_info p + p {
        margin-top: 18px;
    }

    .tabCont_heading {
        font-size: 40px;
        line-height: 48px;
    }
    .portfolio_info h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .tabCont_heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .portfolio_info h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .portfolioImgBox .port_link > span,
    .portfolio_info p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
}
/*Development Company CSS*/