

.team_section {
    text-align: center;
    background-color: #333333;
    color: #333333;
  }
  .team_section .heading_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .team_section .team_container {
    padding: 0 15px;
  }
  .team_section .team_container .box {
    padding: 35px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin-top: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eff1f3), to(#eff1f3));
    background: linear-gradient(to bottom, #eff1f3, #eff1f3);
  }
  .team_section .team_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .team_section .team_container .box .img-box img {
    width: 120px;
    border-radius: 100%;
    border: 5px solid #ff8a1e;
  }
  
  .team_section .team_container .box .detail-box {
    margin: 25px 0;
  }
  
  .team_section .team_container .box .detail-box h5 {
    color: #ff8a1e;
    font-weight: 600;
    position: relative;
  }
  
  .team_section .team_container .box .social_box {
    padding: 10px 45px 20px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .team_section .team_container .box .social_box a {
    color: #ff8a1e;
    font-size: 22px;
  }
  
  .team_section .team_container .box .social_box a:hover {
    color: #ff8a1e;
  }
  .layout_padding {
    padding: 90px 0;
  }
  
  .layout_padding2 {
    padding: 75px 0;
  }
  
  .layout_padding2-top {
    padding-top: 75px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  .heading_container h2 span {
    color: #ff8a1e;
  }
  
  .heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  } 

  /*team section*/
  
  .team_sections {
    text-align: center;
    background-color: #eff1f3;
    color: #eff1f3;
  }
  .team_sections .heading_containers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .team_sections .team_containers {
    padding: 0 15px;
  }
  .team_sections .team_containers .boxs {
    padding: 35px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin-top: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background: linear-gradient(to bottom, #333333, #333333);
  }
  .team_sections .team_containers .boxs .img-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .team_sections .team_containers .boxs .img-boxs img {
    width: 120px;
    border-radius: 100%;
    border: 5px solid #ff8a1e;
  }
  
  .team_sections .team_containers .boxs .detail-boxs {
    margin: 25px 0;
  }
  
  .team_sections .team_containers .boxs .detail-boxs h5 {
    color: #ff8a1e;
    font-weight: 600;
    position: relative;
  }
  
  .team_sections .team_containers .boxs .social_boxs {
    padding: 10px 45px 20px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .team_sections .team_containers .boxs .social_boxs a {
    color: #ff8a1e;
    font-size: 22px;
  }
  
  .team_sections .team_containers .boxs .social_boxs a:hover {
    color: #ff8a1e;
  }
  .layout_paddings {
    padding: 90px 0;
  }
  
  .layout_paddings2 {
    padding: 75px 0;
  }
  
  .layout_paddings2-top {
    padding-top: 75px;
  }
  
  .layout_paddings2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_paddings-top {
    padding-top: 90px;
  }
  
  .layout_paddings-bottom {
    padding-bottom: 90px;
  }
  .heading_containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_containers h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  .heading_containers h2 span {
    color: #ff8a1e;
  }
  
  .heading_containers p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .heading_containers.heading_centers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  } 

  /*team section end*/

  
  .supplier-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }