.up{
    margin: 15px 0;
}

.ttm_single_image-wrapper.imagestyle-two-2:before {
    content: '';
    position: absolute;
    height: calc(100% + 130px);
    width: 83%;
    right: 40%;
    top: -60px;
    z-index: -1;
    background-color: #f8f8f8;
}

* .featured-imagebox-portfolio.style2 {
    margin: 15px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all .5s;
}

#sustainability  i{
    color: rgb(28, 194, 28) !important; 
}

#policy .featured-icon-box.style6:hover,
.featured-icon-box.style6:hover .ttm-icon {
    color: rgb(28, 194, 28) !important; 
}

#target .ttm-pf-single-content-area h2, .ttm-pf-single-related-wrapper h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}

/* <div class="padding_bottom90 res-991-padding_bottom0"></div> */

#factories .ttm-pf-single-detail-box ul li {
    position: relative;
    display: flex;
    margin: 0 -25px;
    padding: 0 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #eee; */
}

.ttm-pf-single-title h3 {
  position: relative;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
}

 #factories .ttm-pf-single-detail-box ul {
    background-color: #fff;
    padding: 0;
    padding-top: 20px;
    padding-left: 25px;
    overflow: hidden;
    /* margin-top: 25px; */
}

#factories .ttm-pf-single-detail-box {
    display: block;
    height: 100%;
    padding: 44px 30px 1px 30px;
    overflow: hidden;
    
}

#linkage .featured-imagebox-portfolio.style2 .featured-content {
    padding: 0px 0px 15px;
    background-color: #fff;
}

#linkage .featured-imagebox-portfolio.style2 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
}


/*************/


  
.widget_area .widget_area ul li {
    background: #313142;
    margin-bottom: 25px;
    border-radius: 3px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    width: 200px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  
.widget_area .widget_area ul li p {
    color: #abaacd;
    position: relative;
  }
  
.widget_area .widget_area ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #5437b7;
    background: linear-gradient(
      126deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(123, 90, 231, 1) 0%,
      rgba(88, 54, 206, 1) 100%
    );
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s ease;
  }
  
.widget_area .widget_area ul li.active {
    width: 250px;
  }
.widget_area .widget_area ul li.active p {
    color: #fff;
  }
.widget_area .widget_area ul li.active:before {
    width: 100%;
    transition: all 0.2s ease;
  }
  
.widget_area .widget_area ul li:last-child {
    margin-bottom: 0;
  }
  

/****    MANAGEMENT   **/

  #management .row{
    margin-bottom: 25px;
  }

  .md{
    margin: auto;
    width: 50%;
  }

  .sakeef {
    margin: auto;
    width: 50%;
  }
  
  .wasif {
    margin: auto;
    width: 50%;
  }

  @media(max-width: 576px){
    #management .row{
      margin-bottom: 10px;
    }
  }


  .uniform-box {
    width: 220px; /* Set desired width */
    height: 250px; /* Set desired height */
  }
  
  @media (max-width: 1200px) {
    .uniform-box {
      width: 180px; /* Adjust width for responsiveness */
      height: 130px; /* Adjust height for responsiveness */
    }
  }
  
  @media (max-width: 1024px) {
    .uniform-box {
      width: 160px;
      height: 120px;
    }
  }
  
  @media (max-width: 777px) {
    .uniform-box {
      width: 140px;
      height: 110px;
    }
  }
  
  @media (max-width: 575px) {
    .uniform-box {
      width: 120px;
      height: 100px;
    }
  }
  
  @media (max-width: 400px) {
    .uniform-box {
      width: 100px;
      height: 90px;
    }
  }
  