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

.portfolio_tab_cont_wrapper {
    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: 35%;
    max-width: 450px;
    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: 350px;
    height: 100%;
    position: absolute;
    content: '';
    background: #000000;
    border-radius: 19px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.portfolioImgBox .port_link {
    display: inline-block;
    background: #000000;
    border-radius: 22.5px;
    padding: 11px 20px;
    margin-top: 12px;
}
.portfolioImgBox .port_link img {
    display: inline-block;
    vertical-align: middle;
}
.portfolioImgBox .port_link > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
    color: #FFFFFF;
}
.portfolio_info {
    width: 65%;
    padding-left: 122px;
    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: 115px;
    text-align: right;
}
.portfolio_contBox:nth-child(even) .portfolioImg {
    padding: 20px 0px 24px 30px;
}
.portfolio_contBox:nth-child(even) .portfolioImg::before {
    left: 0px;
    right: unset;
}
.portfolio_contBox + .portfolio_contBox {
    margin-top: 15px;
}
/* end: portfolio_tab */

.kys::before,
.kys ~ .port_link {
    background: #FFD100 !important;
}
.sportsMarkit::before,
.sportsMarkit ~ .port_link {
    background: #FB5F06 !important;
}
.miv::before,
.miv ~ .port_link {
    background: #7071B7 !important;
}
.xplore::before,
.xplore ~ .port_link {
    background: #2CC693 !important;
}

@media screen and (max-width: 1400px) {
    .portfolio_info {
        padding-left: 85px;
    }
    .portfolio_contBox:nth-child(even) .portfolio_info {
        padding-right: 85px;
    }
    .portfolio_tab_list li a {
        font-size: 20px;
        line-height: 48px;
        padding: 8px 12px;
    }
}
@media screen and (max-width: 1150px) {
    .tabCont_heading {
        font-size: 48px;
        line-height: 60px;
    }
    .portfolio_tab_list li a {        
        font-size: 17px;
    }
    
    .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) {
    .portfolio_tab_wrap {
        padding: 20px 28px;
    }
    .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) {
}
@media screen and (max-width: 390px) {
    .portfolio_tab_list li a {
        font-size: 14px;
    }
}
/*Development Company CSS*/

