* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
}

.portfolio_head {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: #000000;
}

.portfolio-main-section {
    background-image: url('../images/portfolio-images/portfolio-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
     font-family: Poppins, sans-serif !important;
}

.portfolio-para {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000CC;
}

.portfolio-main-section .nav-tabs .nav-link {
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
    margin-bottom: 15px;
    background: #fff;
   border: 1px solid #00000000;
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
      font-family: Poppins, sans-serif;
}

.portfolio-main-section .nav-tabs .nav-link.active {
    background: #0B74E8;
    border: 1px solid #0B74E8;
    border-radius: 30px;
    color: #fff;

}

.portfolio-main-section .card-port-main{
    box-shadow: none;
}

.portfolio-main-section .banner-casestudys .card-image{
    border-radius: 11px;
}

.portfolio-main-section .info-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #00142A;
}

.info-area{
    display: flex;
    align-items: center;
        margin-top: 16px;
}
.info-area img{
    width: 30px;
    height: 30px;
}
