.portfolio_main_row{
   display: grid;
   grid-template-columns: 240px auto;
   column-gap: 50px;
}
.service_page_left{
    background: #e4f0e3;
    height: fit-content;
    padding: 30px 20px 30px 0px;
    border-radius: 1rem;
}
.service_page_left ul{
    margin-left: -15px;
}
.service_page_left ul li{
    list-style: none;
    margin: 15px 0px;
}
.service_page_left ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #555;
}
.service_page_left ul li.active a{
    color: #3a9948;
}

.ptr_head{
    padding-left: 8px;
}
.portfolio_item{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 40px;
 }
 .bg-type-1{
   background: url('../img/portfolio/bg/bg-type1.png');
 }
 .bg-type-2{
   background: url('../img/portfolio/bg/bg-type-2.png');
 }
 .bg-type-3{
   background: url('../img/portfolio/bg/bg-type-3.png');
 }
.bg-type-1:hover .portfolio_title h3{
   color: #ff9900;
}
.bg-type-1:hover a{
   background: #ff9900;
   color: #fff;
   border: 1px solid #ff9900;
}
.bg-type-2:hover .portfolio_title h3{
   color: #006aff;
}
.bg-type-2:hover a{
   background: #006aff;
   color: #fff;
   border: 1px solid #006aff;
}
.bg-type-3:hover .portfolio_title h3{
   color: #1fa741;
}
.bg-type-3:hover a{
   background: #1fa741;
   color: #fff;
   border: 1px solid #1fa741;
}
 .portfolio_item:hover a{
    color: #fff;
    font-weight: 700;
 }
 .portfolio_item:hover a svg g path{
    fill: #fff;
 }
 
 .portfolio_image .image{
   height: 280px;
   padding: 20px;
 }
 .portfolio_image img{
   height: 100%;
   width: 100%;
   object-fit: contain;
 }
 .portfolio_details{
   margin-left: 20px;
 }
 .portfolio_header{
    display: flex;
    align-items: center;
 }
 .portfolio_title h3{
    color: #000;
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
 }
 .portfolio_title h3 span{
    margin: 0px 14px;
 }
 .portfolio_details ul li{
    color: #444;
 }
 .portfolio_details p{
    margin: 18px 0;
    color: #000;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
 }
 .portfolio_details h4{
    color: #000;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
 }
 .feature_list{
    display: grid;
    grid-template-columns: auto auto;
 }
 .region_technology_wrapper{
    margin: 18px 0;
    display: grid;
    grid-template-columns: auto auto;
 }
 .portfolio_details a{
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #000;
 }
 .portfolio_details button a svg{
    margin-left: 10px;
 }
 .portfolio_details a{
    color: #000;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
 }

 .filter-list{
    padding: 0!important;
 }


/* making fixed css starts*/
 .service_page_left {
   position: relative;
   background: none;
}
.wrap_fix{
   position: relative;
   width: 280px;
   top: 0px;
   z-index: 1;
   background: #ceead5;
   border-radius: 12px;
   padding: 15px;
   transition: ease-in-out .5s;
}
.wrap_fix.fixed{
   position: fixed;
   top: 120px;
}
/* making fixed css ends*/

.portfolio_image iframe{
   border-radius: 6px;
}

.portfolio_video_outer{
   padding: 15px;
   background: rgba(255, 255, 255, 0.4);
   backdrop-filter: blur(10px);
   border-radius: 8px;
}

.ui-ux-item-main{
   padding-top: 0px;
   padding-bottom: 0px;
}
.ui-ux-itemn-image{
   height: 360px;
}
.ui-ux-itemn-image img{
   height: 100%;
   width: auto;
   object-fit: cover;
}
.ui-ux-text-para{
   padding-right: 40px;
}

.portfolio_img_gallery .image_wrap{
   padding: 15px;
   display: grid;
   grid-template-columns: auto auto auto;
   background: rgba(255, 255, 255, 0.35);
   backdrop-filter: blur(10px);
   border-radius: 6px;
}
.portfolio_img_gallery .image{
    height: 120px;
    width: 120px;
    padding: 5px;
    cursor: pointer;
}
.portfolio_img_gallery .image img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   border-radius: 4px;
   box-shadow: 1px 1px 6px 1px #ddd;
}

.Product_item_wrapper{
   display: flex;
   flex-direction: column;
   align-items: center;
}

@media screen and (min-width: 1400px){
.Product_item_wrapper .portfolio_item{
   width: 85%;
}
.Product_item_wrapper .portfolio_details p{
   padding-right: 80px;
}
}


@media screen and (max-width: 1400px){
   .portfolio_img_gallery .image{
      height: 100px;
      width: 100px;
  }
}

@media screen and (max-width: 1200px){
   .portfolio_video_text{
      padding-right: 20px;
   }
   .portfolio_main_row{
      column-gap: 20px;
   }
   .portfolio_item{
      padding: 20px;
   }
   .graphics_portfolio_itembox .portfolio_header{
      flex-direction: column;
      align-items: flex-start;
   }
   .ui-ux-itemn-image{
      height: 300px!important;
   }
}

@media screen and (max-width: 992px){
   /* making fixed css starts*/
 .service_page_left {
   position: relative;
   background: none;
}
.wrap_fix{
   position: relative;
   width: 100%;
   z-index: 0;
   background: transparent;
   border-radius: 12px;
   padding:0;
}
.wrap_fix.fixed{
   position: relative;
}
/* making fixed css ends*/

.Product_item_wrapper .portfolio_image{
   height: 220px;
}
.Product_item_wrapper .portfolio_image .image{
   padding-top: 0px;
   margin-top: 0px;
   height: 240px;
}
.Product_item_wrapper .portfolio_image .image img{
   padding-top: 20px;
   margin-top: 0px;
}
.portfolio_video_text{
   padding-right: 0px;
}
.ui-ux-text-para{
   padding-right: 0px;
}
.portfolio_video_outer{
   margin-top: 30px;
   height: auto!important;
}
.portfolio_video_outer iframe{
   height: 200px;
}
.portfolio_img_gallery .image{
   height: 120px;
   width: 120px;
}
.portfolio_img_gallery .image img{
   padding: 0;
}
.ui-ux-itemn-image{
   height: 260px!important;
   margin-bottom: -20px;
}
    .ptr_head{
        padding-left: 10px;
        padding-top: 20px;
    }
    .portfolio_main_row{
        grid-template-columns: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
     }
     .service_page_left{
        padding: 0px;
        background: transparent;
     }
     .service_page_left ul{
        height: auto;
        width: 640px;
        padding: 0px;
        overflow: scroll;
     }
     .service_page_left ul{
        margin-left: 0px;
        display: inline-flex;
     }
     .service_page_left ul li{
        width: fit-content;
        white-space: nowrap;
        display: block;
        background: #e4f0e3;
        border-radius: 6px;
        margin: 0 10px;
        padding: 6px 12px;
     }
     .portfolio_item{
        display: flex;
        flex-direction: column;
        justify-content: center;
     }
     .portfolio_details{
        padding: 0 60px;
     }
     .portfolio_image{
      height: 280px;
     }
     .portfolio_image img{
        padding-top: 30px;
        height: 100%;
        object-fit: contain;
     }
     .section_title h1{
        font-size: 2.5rem;
     }
     .service_page_left ul{
      width: 680px;
      overflow: scroll;
      flex-wrap: nowrap;
   }
   .filter-list{
       padding: 6px 12px!important;
   }
   .filter-list{
     margin-left: 0px!important;
   }
}

@media screen and (max-width:768px){
   .Product_item_wrapper .portfolio_image{
      height: 190px;
   }
   .portfolio_header{
      flex-direction: column;
   }
   .graphics_portfolio_itembox{
      padding-bottom: 0px;
   }
   .portfolio_img_gallery{
      height: auto!important;
   }
   .portfolio_img_gallery .image{
      height: 100px;
      width: 120px;
   }
   .portfolio_video_outer iframe{
      height: 170px;
   }
     .service_page_left ul{
        width: 460px;
        overflow: scroll;
        flex-wrap: nowrap;
     }
     .filter-list{
         padding: 6px 12px!important;
     }
     .filter-list{
       margin-left: 0px!important;
     }
     .portfolio_image{
      height: 220px;
     }
     .portfolio_image img{
      height: 200px;
     }
}

@media screen and (max-width: 550px){
   .Product_item_wrapper .portfolio_image{
      height: 160px;
   }
   .Product_item_wrapper .portfolio_image .image img{
      height: 160px;
   }
   .graphics_portfolio_itembox .portfolio_header{
      align-items: center;
   }
   .portfolio_img_gallery{
      width: 100%;
      margin-top: -30px!important;
   }
   .portfolio_img_gallery .image{
      height: auto;
      width:auto;
   }
   .portfolio_video_outer{
      padding: 0px 8px!important;
   }
   .portfolio_video_outer iframe{
      margin-top: 8px!important;
      height: 160px!important;
   }
   .ui-ux-itemn-image{
      height: 200px!important;
      margin-top: 20px;
      margin-bottom: -20px;
      display: flex;
      justify-content: center;
   }
    .region_technology_wrapper {
       display: flex;
       justify-content: center;
    }
    .portfolio_details{
      justify-content: center;
      text-align: center;
    }
    .portfolio_image{
      height: 200px;
      width: 85%;
     }
     .portfolio_image img{
      height: 200px;
      padding-top: 0px;
     }
     .portfolio_image iframe{
      margin-top: 10px;
       height: 160px;
      }
}
@media screen and (max-width: 600px){
   .portfolio_img_gallery .image{
      height: 80px;
      width:auto;
   }
}
@media screen and (max-width: 480px){
    .ptr_head{
        padding-left: 40px;
    }
    .service_page_left ul{
       width: 400px;
    }
    .portfolio_details{
        padding: 0 10px;
     }
     .portfolio_item{
        width: 85%;
        margin-left: 50%;
        transform: translate(-50%);
     }
    .Product_item_wrapper .portfolio_item{
      width: 100%;
      margin-left: 0%;
      transform: translate(-0%);
     }
     .portfolio_image{
      height: 200px;
      width: 95%;
     }
     .portfolio_image img{
      height: 200px;
      padding-top: 0px;
   }
}
@media screen and (max-width: 420px){
   .Product_item_wrapper .portfolio_image{
      height: 200px;
   }
   .Product_item_wrapper .portfolio_image .image img{
      height: 180px;
   }
   .portfolio_video_outer iframe{
      height: 140px!important;
   }
   .ui-ux-item-main{
        padding: 20px 0!important;
   }
    .ptr_head{
        padding-left: 0px;
    }
    .service_page_left ul{
       width: 380px;
    }
    .portfolio_details{
        padding: 0 10px;
     }
     .portfolio_item{
        width: 98%;
        padding: 0px;
     }
     .portfolio_details{
      margin-left: 0px;
     }
     .mobile-app-item-image .image{
         height: 200px!important;
     }
     .mobile-app-item-image .image img{
      height: 100%!important;
    }
    .mobile-app-item-main{
     padding-top: 20px;
    }
}

@media screen and (max-width: 380px){
    .service_page_left ul{
       width: 350px;
    }
    .service_page_left ul li{
        margin: 0 4px;
     }
     .service_page_left ul li:first-child{
        margin-left: 0px;
     }
}