:root {
  --black    : #000000;
  --white    : #ffffff;
  --blueDark : #102e46;
  --blueLight: #008bd2;
  --orange   : #e74d16;
  --gray     : #4c4c4b;
  --grayLight: #dedede;

  --bs-font-robot: 'Roboto', sans-serif;
}
@media (min-width: 100px) and (max-width: 767px) {
  .member-founding-box::before {
    width          : 100px;
    display        : flex;
    justify-content: center;
    left           : inherit;
    right          : inherit;
  }

  .member-founding-box {
    display        : flex;
    justify-content: center;
  }

  .member-founding-box img {
    width          : 100px;
    display        : flex;
    justify-content: center;
  }


}
@media (min-width: 100px) and (max-width: 999px) {

  .headerInner {
    display       : block;
    padding-bottom: 0;
  }

  .headerRight {
    grid-template-columns: 1fr 1fr 1fr;
    display              : grid;
  }

  .logo {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
  }

  .phone-header a span:nth-child(2),
  .email-header a span:nth-child(2) {
    display: none;
  }

  /* .switcher { position: relative; top: 0;} */
  .headerRight a,
  .headerRight {
    justify-content: center;
  }

  .orrange-btn {
    width      : 100%;
    grid-column: 1 / 4;
    margin     : auto;
  }

  .nav-toggle {
    position: relative;
  }


  button.toggle:focus,
  button.toggle:hover {
    outline   : none;
    box-shadow: none;
  }

  .nav-toggle {
    width : 30px;
    height: 30px;
  }

  .nav-toggle span {
    font-size: 35px;
  }

  .logoImg img {
    width: 180px;
  }

  .headerOuter .container {
    padding: 0px;
  }

  .logo {
    border-bottom: solid 1px #dfdfdf;
    padding      : 0 20px 15px 20px;
    margin-bottom: 15px;
  }

  .menu-modal.active {
    z-index: 15000;
  }

  .modal-menu a {
    color    : var(--blueDark);
    font-size: 16px !important;
  }

  .headerMenu {
    background: none;
    padding   : 0;
  }

  .homepageBanner {
    background: url(../images/mobilehomebanner.jpg) no-repeat center center !important;
  }

  .headerOuter {
    position: relative;
  }

  .wpb-content-wrapper {
    padding-top: 0 !important;
  }

  h1.bannerTitle {
    font-size: 30px;
  }

  .welcomeTtile {
    display: block;
  }

  .homepageBanner {
    display: block;
  }

  h3.comapnyname {
    background: none;
    font-size : 18px;
    padding   : 0;
  }

  .product01 {
    flex-direction: column-reverse;
  }

  .aboutSection {
    display: block;
    height : auto;
  }

  .teamOuter {
    grid-template-columns: 1fr;
    padding              : 0 20px;
  }

  .teamListing {
    padding: 0;
  }

 

  .footerOuter .vc_row {
    display: block;
    padding: 40px;
  }

  .footerTitle {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .footerColom-01,
  .footerColom-03 {
    padding-bottom: 40px;
  }

  .footerbtn {
    padding: 10px 0 0 0;
  }

  .footerOuter {
    padding: 0;
  }

  .footerTitle {
    margin-bottom: 15px;
  }

  .copyrRightOuter .vc_row {
    padding-top   : 0;
    padding-bottom: 0;
  }

  .copyrRightOuter {
    margin: 0;
  }

  .counter-count-new {
    font-size: 35px;
  }

  h2.vc_custom_heading {
    font-size: 20px;
  }

  .innerPageHeader h1.vc_custom_heading {
    font-size: 30px;
  }

  .innerPageHeader {
    height : auto;
    padding: 50px 0;
  }

  .aboutBox .vc_column-inner>.wpb_wrapper {
    position: relative;
    left    : 0;
    top     : 0;
    right   : 0;
  }

  .aboutseSection {
    padding: 0;
  }

  .aboutseSection .vc_column-inner {
    padding: 0 !important;
  }

  .sectionpadding {
    padding: 0;
  }

  .group-companies {
    padding: 0 0 40px 0;
  }

  .companyList .vc_column-inner {
    padding: 0;
  }

  .companyList .wpb_column .vc_column-inner>.wpb_wrapper {
    margin-top: 15px;
  }

  ::-webkit-scrollbar {
    width : 15px;
    height: 10px;
  }

  .evoluationsOuter ::-webkit-scrollbar {
    width : 15px;
    height: 10px;
  }

  .evoluationsOuter::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }

  /* Track */

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }


  /* Handle */

  ::-webkit-scrollbar-thumb {
    background: #1c427d;
  }


  /* Handle on hover */

  ::-webkit-scrollbar-thumb:hover {
    background: #1c427d;
  }

  .evoluationsOuter {
    padding: 0;
    width  : 90%;
    margin : 0 auto 50px auto;
  }

  .teamOuter {
    display: block;
  }

  .teamInnerPage .member-outer-box:last-child {
    width      : 100%;
    grid-column: 2 / 4;
    margin     : auto;
  }

  .member-info {
    padding-bottom: 20px;
  }

  .teamOuter {
    padding: 20px;
  }

  .vc_custom_1665830418455 {
    padding: 0px !important;
  }

  .contactuspage {
    padding: 0;
  }

  .food_colours_table_full_wraper {
    width   : 100%;
    overflow: auto;
  }

  table {
    max-width: 100%;
    width    : 1000px;
    max-width: 1000px;
    display  : table;
  }

  table.smallTable {
    max-width: 100%;
    width    : 400px;
    max-width: 400px;
    display  : table;
  }

  .productBtn {
    display: block;
  }

  .productBtn a {
    display      : block;
    margin-bottom: 20px;
  }

  .colom-2 {
    padding: 0;
  }

  .modal-menu ul li ul li {
    border-left : none;
    padding-left: 15px;
  }

  .modal-menu a {
    padding: 1.5rem 2.5rem;
  }

  .modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
    text-decoration: none;
    color          : var(--orange);
  }

  .homepageBanner {
    height: 454px;
  }
  .headerOuter .container { width: 100%; max-width: 100%;}

}

@media (min-width: 768px) and (max-width: 1000px) {
  .headerRight {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    padding: 0 20px 20px 20px;


}
a.orrange-btn { font-size: 14px;}
.orrange-btn {
  width: 100%;
  grid-column: inherit;
  margin: auto;
}

.phone-header a span:nth-child(2) { display: block;}

.homepageBanner {
  background: url(../images/banner01.jpg) no-repeat center top !important;
  background-size: 100% !important;
  padding-top: 30px;
  height: auto;
}
.vc_row.vc_row-flex { flex-direction: inherit;}
.product01 .vc_col-sm-4 { width: 55%;}
.product01 .vc_col-sm-8  { width: 45%;}
.teamOuter {
  grid-template-columns: 1fr  1fr;
  padding: 0 20px;
  display: grid;
}

.funfact-project { font-size: 15px;}
.coutnerOuter {
  padding: 30px 2% 65px 2%;
}
.footerOuter .vc_row {
  
  grid-template-columns:  1fr 1fr;
  display: grid;
}
.footerbtn {
  padding: 0px 0 0 0;
}
.aboutseSection { margin-bottom: 30px;}
.companyList .wpb_column .vc_column-inner > .wpb_wrapper { margin: 10% 2% 0 2%;}
.homepageLogo {
  padding: 0 10%;
}
.productBtn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.productBtn a {

  padding: 15px 15px;
  text-align: center;
}
}

@media (min-width: 1000px) and (max-width: 1199px) {

.phone-header a span:nth-child(2),
.email-header a span:nth-child(2) {
  display: none;
}

.primary-menu > li { margin: 0px 20px;}
.contactuspage { padding: 20px;}

}
@media (min-width: 1000px) and (max-width: 1399px) {
  .footerOuter { padding: 50px 50px 0 50px;}
}