.az_portfolio_area {
    background: #F3F3F3;
    padding: 115px 0 90px 0;
}
.az_portfolio_area .witr_section_title {
    margin-bottom: 45px;
}

.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.witr_section_title_inner h2 {
    font-size: 16px;
    display: inline-block;
    color: var(--color-primary);
}

.portfolio_nav {
    text-align: center;
    padding: 0 0 28px;
}
.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}
.portfolio_nav ul li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 10px 20px;
    position: relative;
    transition: .5s;
    border: 1px solid #f3eaea;
}

.pstyle_1 .single_protfolio {
    transition: .5s;
    margin-bottom: 30px;
}
.prot_thumb {

} 
.prot_thumb img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.portfolio_style2 .prot_content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    background: var(--color-primary)80;
}
.port_3colmn .pstyle2 .prot_content_inner {
    top: 60%;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}
.prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}

.pstyle_1 .picon a {
    background: var(--color-primary);
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
    color: #fff;
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}
.portfolio_style2 .prot_content h3 a {
    margin-bottom: 0;
}
.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    color: #eb242b;
    margin-bottom: 0;
    display: inline-block;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}

@media screen and (max-width:992px){
.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 34px;
}
  .bt_about_area {
    padding: 30px 0;
}
  
.ab_cont_inner .witr_section_title {
    margin-bottom: 0;
}
.witr_section_title_inner p {
    padding: 0;
    margin-top: 0;
      padding-top: 0;
}.icon-list-item p {
    text-align: left;
    font-size: 16px;
  margin-bottom: 0;
}
  .ab_cont_inner .witr_btn {
    margin-top: 10px;
}
  .witr_btn {
    font-size: 10px;
    padding: 10px 30px;
}
  .az_portfolio_area {
    padding: 30px 0;
}
  .az_portfolio_area .witr_section_title {
    margin-bottom: 10px;
}
  .portfolio_nav ul li {
    margin: 0;
}
  .portfolio_nav {
    padding: 0;
}
  
  .prot_content h3 a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .prot_content p span {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
}

@media screen and (max-width:768px){
.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 24px;
}
  .witr_section_title_inner p {
    margin-bottom: 0;
}
  
  .icon-list-item p {
    font-size: 14px;
}
}
