video[poster] { object-fit: fill; }
.vidPoster { width: 100%; }
.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.z-index5 {
  z-index: 5;
}

.z-index6 {
  z-index: 6;
}

.z-index7 {
  z-index: 7;
}

.z-index8 {
  z-index: 8;
}

.z-index9 {
  z-index: 9;
}

.z-index10 {
  z-index: 10;
}

:root {
  scroll-behavior: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
  scroll-behavior: smooth;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, .title-80, h3, h4, h5, h6, ol, p, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  font-size: 1rem;
  background: #fff;
  font-family: "Sailec";
  font-weight: normal;
  color: #000;
  margin-top: 164px;
}

.ft-normal {
  font-style: normal;
}

input {
  outline: none;
}

a, button {
  outline: none !important;
  text-decoration: none;
}

a:active, a:visited, a:focus, a:hover, button:active, button:visited, button:focus, button:hover {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wide {
  display: block;
  width: 100%;
}

.ov-h {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, .title-80, h3, h4, h5, h6 {
  font-family: "Antique Olive Std";
  text-transform: uppercase;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  html, body {
    scrollbar-width: none;
  }
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

p {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
  color: #000;
  margin-bottom: 1.875rem;
}

p strong {
  font-weight: bold;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 185px;
  line-height: 167px;
  margin-bottom: 30px;
}

.h1 {
  font-size: 129px;
  line-height: 116px;
}

h2, .title-80 {
  font-size: 80px;
  line-height: 76px;
}

.title-100 {
  font-size: 100px;
  line-height: 100px;
  font-family: "Antique Olive Std";
}

.title-93 {
  font-size: 93px;
  line-height: 97px;
  font-family: "Antique Olive Std";
}

.h2 {
  font-size: 64px;
  line-height: 61px;
}

.title-76 {
  font-size: 76px;
  line-height: 76px;
}

h3 {
  font-size: 48px;
  line-height: 50px;
}

.h3 {
  font-size: 60px;
  line-height: 60px;
}

.sm-title-5 {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-family: "Sailec";
  text-transform: inherit;
}

.sm-title-22 {
  font-size: 22px;
  line-height: 36px;
  display: block;
  margin-bottom: 3px;
}

.small-title {
  font-family: "basis_grotesque_mono_proMd";
  color: #000;
}

.border-bottom-1 {
  position: relative;
}

.border-bottom-1::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 24px);
  margin: 0 auto;
}

.btn.btn-light-blue {
  background-color: #76C9E8;
  color: #fff;
  border-radius: 35px;
  font-family: "Basis Grotesque Mono Pro";
  font-weight: bold;
  border: 0;
  width: 320px;
  padding: 23px 15px;
}

.btn.btn-light-blue:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn-light-pink {
  background-color: #DB6D5B;
  color: #fff;
  border-radius: 35px;
  font-family: "Basis Grotesque Mono Pro";
  font-weight: bold;
  border: 0;
  width: 320px;
  padding: 23px 15px;
}

.btn.btn-light-pink:hover {
  background-color: #fff;
  color: #000;
}

.btn.shotBTN-with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
}

.btn.shotBTN-with-arrow span {
  color: #0D57A6;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.shotBTN-with-arrow:hover span {
  border-color: #0D57A6;
}

.btn.shotBTN-with-arrow img {
  margin-left: 18px;
}

.btn.shotBTN-with-arrow.dark-ft span {
  color: #000;
}

.btn.shotBTN-with-arrow.dark-ft:hover span {
  border-color: #000;
}

.btn.btn-border-simple {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  line-height: 16px;
}

.btn.btn-border-simple:hover {
  color: #000;
  border-color: transparent;
}

.btn.btn-black-full {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 18px 15px;
  font-size: 18px;
  font-family: "Sailec";
  font-weight: bold;
}

.btn.btn-black-full:hover {
  background-color: #76C9E8;
  color: #fff;
}

.btn.btn-triger {
  background-color: transparent;
  font-family: "Basis Grotesque Mono Pro";
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 28px;
  padding: 14px 35px;
}

.text-l-blue {
  color: #76C9E8;
}

.text-d-blue {
  color: #0D57A6;
}

.blue-bg {
  background-color: #0D57A6;
}

.text-d-yello {
  color: #D8A456;
}

.yellow-bg {
  background-color: #FCE087;
}

.pink-bg {
  background-color: #F58A71;
}

.green-bg {
  background-color: #73BFA3;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-b-pink {
  background-color: #C7618F;
}

.clean-btn {
  background-color: transparent;
  border: 0;
}

.loader-main-onload {
  display: none;
  background-color: #0D57A6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.loader-main-onload .demi-header {
  padding: 71px 0 0;
}

.loader-main-onload .demi-header img {
  max-width: 38px;
}

.loader-main-onload .loader-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.loader-main-onload .loader-cont .touch-getin {
  background-color: #76C9E8;
  color: #fff;
  text-align: center;
  min-width: 188px;
  padding: 16px 15px !important;
  border-radius: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  font-family: "Sailec";
  font-weight: 500;
  text-transform: inherit;
  border-bottom: 0;
  text-decoration: none;
}

.loader-main-onload .loader-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0D57A6;
}

.loader-main-onload #loaderVideo, .loader-main-onload #loader-title {
  position: absolute;
}
.loader-main-onload #loaderVideo {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}

.loader-main-onload #loader-title {
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader-main-onload #loader-title svg {
  width: 100%;
  max-width: 100%;
}

.home .loader-main-onload {
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.scrolled {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

header nav.bg-dark {
  background-color: transparent !important;
  padding: 65px 0 20px;
}

header .navbar-nav {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar-nav li a {
  color: #000;
  padding: 0 !important;
  font-family: "basis_grotesque_mono_proMd";
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

header .navbar-nav li a:focus {
  color: #000;
}

header .navbar-nav li a:hover {
  color: #000;
  border-color: #76C9E8;
}

header .navbar-nav li .megamenu {
  border: 0;
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
}

header .navbar-nav li.active a {
  border-color: #76C9E8;
}

header .navbar-nav > li + li {
  margin-left: 80px;
}

header .navbar-nav > li:first-child {
  margin-left: auto;
}

header .navbar-nav > li:last-child {
  margin-left: auto;
  position: relative;
}

header .navbar-nav > li:last-child a {
  display: block;
  font-family: "Sailec";
  font-weight: 500;
  text-transform: inherit;
}

header .navbar-nav > li:last-child a:first-child {
  background-color: #0D57A6;
  color: #fff;
  text-align: center;
  min-width: 188px;
  padding: 16px 15px !important;
  border-radius: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar-nav > li:last-child a:first-child:hover {
  background-color: #76C9E8;
  color: #fff;
}

header .navbar-nav > li:last-child a.nav-tel {
  font-weight: 400;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 0;
  -webkit-transition: none !important;
  transition: none !important;
}

header .navbar-nav > li:last-child a.nav-tel:hover {
  color: #000;
}

.homeNavigation header.scrolled, .careerPage header.scrolled {
  background-color: #0D57A6 !important;
}

.homeNavigation .navbar-brand svg, .careerPage .navbar-brand svg {
  width: 50px;
}

.homeNavigation .navbar-brand .cleanslate2, .careerPage .navbar-brand .cleanslate2 {
  display: none;
}

.homeNavigation .navbar-brand .cleanslate1 g path, .careerPage .navbar-brand .cleanslate1 g path {
  fill: #76C9E8;
}

.homeNavigation .navbar-nav, .careerPage .navbar-nav {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeNavigation .navbar-nav li a, .careerPage .navbar-nav li a {
  color: #fff;
}

.homeNavigation .navbar-nav li a:hover, .careerPage .navbar-nav li a:hover {
  color: #fff;
  border-color: #76C9E8;
}

.homeNavigation .navbar-nav li a:focus, .careerPage .navbar-nav li a:focus {
  color: #fff;
}

.homeNavigation .navbar-nav li:last-child a:first-child, .careerPage .navbar-nav li:last-child a:first-child {
  background-color: #76C9E8;
  color: #fff;
}

.homeNavigation .navbar-nav li:last-child a:first-child:hover, .careerPage .navbar-nav li:last-child a:first-child:hover {
  background-color: #fff;
  color: #000;
}

.homeNavigation .navbar-nav li:last-child a.nav-tel, .careerPage .navbar-nav li:last-child a.nav-tel {
  font-weight: 400;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 0;
}

.homeNavigation .navbar-nav li:last-child a.nav-tel:hover, .careerPage .navbar-nav li:last-child a.nav-tel:hover {
  color: #fff;
}

.homeNavigation .navbar-nav li .megamenu, .careerPage .navbar-nav li .megamenu {
  background-color: #0D57A6;
}

.homeNavigation .navbar-nav li .megamenu .card-simple p, .careerPage .navbar-nav li .megamenu .card-simple p {
  color: #fff;
}

.careerPage {
  margin-top: 0;
}

.careerPage header.scrolled {
  background-color: #0D57A6 !important;
}

.careerPage .navbar-brand svg {
  width: auto;
}

.careerPage .navbar-brand .cleanslate2 {
  display: block;
}

.careerPage .navbar-brand .cleanslate2 g path {
  fill: #fff;
}

.careerPage .navbar-brand .cleanslate1 g path {
  fill: #76C9E8;
}

.bar1, .bar2, .bar3 {
  width: 27px;
  height: 3px;
  background-color: #000;
  margin: 0 0 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bar1 {
  width: 44px;
}

.bar3 {
  margin: 0 0 0 auto;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 5px);
          transform: rotate(-45deg) translate(-2px, 5px);
  width: 27px;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -9px);
          transform: rotate(45deg) translate(-5px, -9px);
}

.bar2 {
  display: none;
}

.megamenu .mobile-row::-webkit-scrollbar, .responsive-sub::-webkit-scrollbar {
  display: none;
}

.megamenu .mobile-row, .responsive-sub {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.logo-flower path {
  fill: #0D57A6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-text path {
  fill: #000;
}

.icon-brand {
  font-size: 65px;
  color: #76C9E8;
  display: none;
}

.home .logo-flower path {
  fill: #76C9E8;
}

.home .logo-text path {
  fill: #fff;
}

.home .bar1, .home .bar2, .home .bar3 {
  background-color: #fff;
}

.home .svg-viewport {
  display: none;
}

.home .icon-brand {
  display: inline-block;
}

.container-space-toggle .logo-text {
  opacity: 0;
  pointer-events: none;
}

.container-space-toggle .logo-flower path {
  fill: #76C9E8;
}

.container-space-toggle .bar1, .container-space-toggle .bar2, .container-space-toggle .bar3 {
  background-color: #fff;
}

.scrolled nav .navbar-nav li:last-child a.nav-tel {
  left: -85%;
  right: auto;
  top: 10px;
  -webkit-transition: none;
  transition: none;
}

.careerPage header nav.sliderMove {
  background-color: #0D57A6 !important;
}

.ladningPage header {
  background-color: #0D57A6;
}

.banner-bg-half {
  background-color: #0D57A6;
  padding-top: 112px;
  position: relative;
}

.cleanslate-br {
  margin-top: -35px;
}
.banner-bg-half .cleanslate-moreinfo {
  max-width: 400px;
  margin-left: auto;
  margin-top: 15px;
}

.banner-bg-half .cleanslate-moreinfo span {
  font-size: 20px;
  line-height: 28px;
  color: #76C9E8;
  font-weight: 500;
  margin-bottom: 22px;
  display: block;
}

.banner-bg-half .cleanslate-moreinfo p {
  color: #fff;
  line-height: 26px;margin-bottom: 0;
}

.banner-bg-half .video-container {
  margin-top: 75px;
}

.banner-bg-half .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-bg-half .video-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.banner-bg-half::after {
  content: '';
  height: 235px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.facilities {
  margin: 65px 0 0;
}

.facilities .border-bottom-1 {
  padding-bottom: 70px;
}

.facilities .sm-title-5 {
  margin-bottom: 45px;
}

.perfect-partnership {
  text-align: center;
  padding: 140px 0 219px;background-color: rgb(13, 87, 166);
}

.perfect-partnership h2, .perfect-partnership .title-80 {
  margin-bottom: 55px;
}

.perfect-partnership p {
  margin-bottom: 50px;
  line-height: 32px;
}

.perfect-partnership a {
  margin-bottom: 35px;
  color: #fff;
}

.perfect-partnership a:hover {
  text-decoration: underline;
}

.allSector {
  margin: 70px 0 130px;
}

.allSector .card-simple p {
  line-height: 32px;
  font-weight: 500;
}

.allSector .main-card a {
  position: relative;
}

.allSector .main-card a .card-bild {
  position: relative;
}

.allSector .main-card a .card-bild::after {
  content: '';
  background-color: rgba(13, 87, 166, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.allSector .main-card a .card-bild img {
  -o-object-fit: cover;
     object-fit: cover;
}

.allSector .main-card a:hover .card-bild::after {
  opacity: 1;
}

.allSector .main-card .card-data {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  padding: 45px;
}

.allSector .allSector-row .allSector-column:nth-child(2) {
  margin-left: auto;
}

.mini-logo-slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-update {
  margin-bottom: 150px;
}

.map-update .small-title {
  margin-bottom: 62px;
}

.map-update h2, .map-update .title-80 {
  margin-bottom: 55px;
}

.map-update .center-content {
  padding-left: 24%;
}

.alternate-sections {
  background-color: #F4F4F4;
  margin-bottom: 145px;
}

.alternate-sections .center-content {
  padding: 30px 25px;
  display: table;
  margin: 0 auto;
  width: auto;
  max-width: 593px;
}

.alternate-sections .center-content .small-title {
  margin-bottom: 80px;
}

.alternate-sections .center-content h2, .alternate-sections .center-content .title-80 {
  margin-bottom: 70px;
}

.alternate-sections .center-content p {
  line-height: 32px;
  margin-bottom: 80px;
}

.alternate-sections .alternate-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.expectation {
  background-color: #76C9E8;
  padding: 150px 0;
}

.expectation .small-title {
  margin-bottom: 85px;
}

.expectation h1 {
  margin-bottom: 45px;
}

.expectation .more--info {
  max-width: 750px;
  margin: 0 auto 60px;
}

.expectation .few-card {
  max-width: 1500px;
  margin: 0 auto 78px;justify-content: center;
}

.expectation .few-card .few-card-container .card-child {
  padding: 47px 43px;
}

.expectation .few-card .few-card-container .card-child .shape-bild {
  margin-bottom: 75px;
  min-height: 107px;
}

.expectation .few-card .few-card-container .card-child p {
  max-width: 265px;
  margin: 0;
}

.card-container-care .card-extra-detail .card-ex-content p {
  font-size: 15px;
}

.client-word {
  padding: 113px 0 135px 0;
}

.client-word h2, .client-word .title-80 {
  margin-left: 170px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client-word .title-container {
  margin-bottom: 40px;
}

.client-word .client-word-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}

.client-word .client-word-wrapper .vslider-contros {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}

.client-word .client-word-wrapper .vslider-contros .swiper-button-next::after, .client-word .client-word-wrapper .vslider-contros .swiper-button-prev::after {
  content: none;
}

.client-word .client-word-wrapper .vslider-contros .swiper-pagination-1 {
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
}

.client-word .client-word-wrapper .vslider-contros .swiper-pagination-11 {
  opacity: 0.3;
}

.client-word .client-word-wrapper .vslider-contros .swiper-button-prev {
  top: 0;
  left: 0;
}

.client-word .client-word-wrapper .vslider-contros .swiper-button-next {
  left: 0;
  top: 95px;
}

.client-word .client-word-wrapper .vslider-contros .center-content {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  top: 35%;
}

.client-word .client-word-wrapper .sliderV, .client-word .client-word-wrapper .subV {
  max-width: 100%;
  margin-left: 270px;
}

.client-word .client-word-wrapper .sliderV .swiper-slide .slider-detail-cont p, .client-word .client-word-wrapper .subV .swiper-slide .slider-detail-cont p {
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 75px;
}

.client-word .client-word-wrapper .sliderV .swiper-slide .slider-detail-cont .member-info .mmb-name, .client-word .client-word-wrapper .subV .swiper-slide .slider-detail-cont .member-info .mmb-name {
  font-size: 23px;
  line-height: 36px;
  font-weight: 500;
}

.client-word .client-word-wrapper .sliderV .swiper-slide .slider-detail-cont .member-info .mmb-name span, .client-word .client-word-wrapper .subV .swiper-slide .slider-detail-cont .member-info .mmb-name span {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}

.driven-humans {
  padding: 152px 0;
}

.driven-humans .sq-container {
  max-width: calc(100% - 330px);
  margin: 0 auto 120px;
}

.driven-humans .sq-container .main-title-6 {
  margin-top: 55px;
}

.driven-humans .sq-container .main-title-6 p {
  max-width: 500px;
  margin: 0 auto;
}

.driven-humans .number-sequence .sequence-clo {
  border-bottom: 1px solid #000;
}

.driven-humans .number-sequence .sequence-clo:first-child {
  border-top: 1px solid #000;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 42px 0 60px;
  position: relative;
  max-width: calc(100% - 330px);
  margin: 0 auto;
  cursor: pointer;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .number-box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .number-box-name .numb-box {
  font-size: 100px;
  line-height: 98px;
  color: #D8A456;
  font-family: "Antique Olive Std";
  display: block;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .number-box-name .box-name {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  display: block;
  color: #D8A456;
  width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .sequence-information {
  max-width: 530px;
  margin-left: 60px;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .sequence-information p {
  color: #D8A456;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .hidden-bilds {
  position: absolute;
  right: 0;
  top: -80px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner .hidden-bilds img {
  width: 100%;
  height: 348px;
  max-width: 318px;
  -o-object-fit: cover;
     object-fit: cover;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner:hover * {
  color: #000 !important;
}

.driven-humans .number-sequence .sequence-clo .sequence-inner:hover .hidden-bilds {
  opacity: 1;
}

.serve-industries {
  padding: 80px 0;
}

.serve-industries .small-title {
  margin-bottom: 50px;
}

.serve-industries .grop-slider-new {
  margin-left: auto;
}

.serve-industries .grop-slider-new .industriSlider {
  padding-left: 105px;
}

.serve-industries .grop-slider-new figure {
  margin: 0 105px 0;
}

.serve-industries .grop-slider-new figure .figure-container {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.serve-industries .grop-slider-new figure figcaption {
  margin-top: 30px;
}

.serve-industries .grop-slider-new figure figcaption span {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  max-width: 205px;
}

.about-perfect-partnership {
  padding: 150px 0;
}

.about-perfect-partnership .small-title {
  margin-bottom: 50px;
}

.about-perfect-partnership h2, .about-perfect-partnership .title-80 {
  max-width: 980px;
  margin: 0 auto;
}

.ppl-result-titl {
  padding: 30px 0;
  max-width: 560px;
  margin: 0 auto;
}

.ppl-result-titl h2, .ppl-result-titl .title-80 {
  margin-bottom: 42px;
}

.ppl-result-titl .para-bg {
  margin-bottom: 65px;
}

.ppl-result-titl .btn {
  margin-bottom: 30px;
}

.ppl-result-titl .contact-default p a {
  color: #fff;
}

.ppl-result-titl .contact-default p a:hover {
  text-decoration: underline;
}

.leadership-content {
  margin: 130px 0;
}

.leadership-content .title-space {
  margin-bottom: 105px;
}

.leadership-content .team-bilds figure {
  margin-bottom: 0;
}

.leadership-content .team-bilds .team-bild-container img {
  height: 455px;
}

.leadership-content .team-bilds figcaption {
  margin-top: 17px;
}

.leadership-content .team-bilds figcaption strong span {
  font-weight: 400;
  margin-left: 5px;
}

.ppl-header {
  padding: 50px 0 207px;
}

.ppl-header .video-trigger .play-video {
  background-color: #76C9E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 37px;
  min-width: 345px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ppl-header .video-trigger .play-video .playerCircle {
  background-color: #0D57A6;
  height: 78px;
  width: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ppl-header .video-trigger .play-video .playName {
  margin-left: 45px;
  font-family: "Basis Grotesque Mono Pro";
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ppl-header .video-trigger .play-video:hover {
  background-color: #0D57A6;
}

.ppl-header .video-trigger .play-video:hover .playerCircle {
  background-color: #76C9E8;
}

.ppl-header .video-trigger .play-video:hover .playName {
  color: #fff;
}

#aboutVideo .modal-body {
  padding: 0;
}

#aboutVideo .modal-body .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #76C9E8;
  z-index: 2;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#aboutVideo .modal-body .btn-close img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#aboutVideo .modal-body .btn-close:hover {
  background-color: #0D57A6;
}

#aboutVideo .modal-body .btn-close:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ppl-customer {
  margin-bottom: 195px;
}

.ppl-customer .small-title {
  margin-bottom: 70px;
}

.ppl-customer h2, .ppl-customer .title-80 {
  color: #C7618F;
}

.ppl-customer p strong {
  color: #76C9E8;
}

.ppl-customer .pink-review {
  padding: 50px 60px 50px 100px;
  position: absolute;
  bottom: -85px;
  max-width: 590px;
}

.ppl-customer .pink-review .icon {
  font-size: 78px;
  position: absolute;
  top: -55px;
  color: #732E4F;
}

.ppl-customer .pink-review .review-card p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.ppl-customer .pink-review .review-card .review-media > span {
  margin-right: 35px;
}

.ppl-customer .pink-review .review-card .review-media > span img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ppl-customer .pink-review .review-card .review-media .review-details .review-name {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.ppl-customer .pink-review .review-card .review-media .review-details .review-psotion {
  color: #fff;
  font-size: 12px;
}

.global-slider .bg-comon {
  padding: 140px 0;
}

.global-slider .small-title {
  margin-bottom: 85px;
}

.global-slider .pills-canvas {
  max-width: calc(100% - 220px);
  margin: 0 auto;
}

.global-slider .pills-canvas .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.global-slider .pills-canvas .nav li a {
  font-size: 23px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border: 0;
  padding: 0 85px 48px;
  position: relative;
}

.global-slider .pills-canvas .nav li a::after {
  content: '';
  height: 8px;
  background-color: #76C9E8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-slider .pills-canvas .nav li a.active {
  color: #fff;
}

.global-slider .pills-canvas .nav li a.active::after {
  opacity: 1;
}

.global-slider .pills-canvas .nav li a:hover {
  color: #fff;
}

.global-slider .pills-canvas .tab-content {
  padding: 129px 0 0;
}

.global-slider .pills-canvas .tab-content .tab-title-info {
  max-width: 470px;
  margin-left: 75px;
}

.global-slider .pills-canvas .tab-content .tab-title-info h3 {
  color: #fff;
  max-width: 420px;
  margin-bottom: 45px;
}

.global-slider .pills-canvas .tab-content .tab-title-info p {
  color: #fff;
}

.global-slider .pills-canvas .tab-content .tab-inner-bild img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 512px;
  width: 100%;
  height: 514px;
}

.ultra-clean {
  padding: 60px 0 150px;
}

.ultra-clean .small-title {
  margin-bottom: 45px;
}

.ultra-clean .ppl-result-titl {
  max-width: 585px;
}

.ultra-clean .para-bg {
  max-width: 543px;
  margin-bottom: 100px;
}

.ultra-clean .button-holder {
  position: absolute;
  bottom: 38px;
  right: 140px;
}

.ultra-clean .button-holder .shotBTN-with-arrow span {
  color: #fff;
  font-family: "Basis Grotesque Mono Pro";
}

.ultra-clean .button-holder .shotBTN-with-arrow img {
  width: 38px;
}

.ultra-clean .button-holder .shotBTN-with-arrow:hover span {
  border-color: #fff;
}

.center-card {
  margin-bottom: 150px;
}

.center-card .card-container-mid {
  max-width: 1275px;
  margin: 0 auto;
}

.center-card .card-sm-title {
  margin-bottom: 60px;
}

.center-card .card-sm-title .bg-default {
  background-color: #F4F4F4;
  padding: 47px 50px 80px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.center-card .card-sm-title .bg-default .numb {
  font-family: "Antique Olive Std";
  font-size: 111px;
  line-height: 100px;
  display: block;
  margin-bottom: 140px;
  color: #000;
}

.center-card .card-sm-title .bg-default .card-extra-detail .card-ex-title {
  font-size: 26px;
  line-height: 43px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
}

.center-card .card-sm-title .bg-default .card-extra-detail .card-ex-content p {
  max-width: 320px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.center-card .card-sm-title .bg-default:hover {
  background-color: #FCE087;
}

@media (min-width: 1200px) {
  .on-titl-bold img {
    height: 100vh !important;
  }
}

.on-titl-bold .support-content {
  padding: 40px 85px;
  height: 100%;
}

.on-titl-bold .support-content .small-title {
  margin-bottom: 70px;
}

.on-titl-bold .support-content .support-bundle {
  max-width: 500px;
}

.on-titl-bold .support-content .support-bundle .support-bunch {
  margin-bottom: 40px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.on-titl-bold .support-content .support-bundle .support-bunch:last-child {
  margin-bottom: 0;
}

.on-titl-bold .support-content .support-bundle .support-bunch .support-title {
  font-family: "Sailec";
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 5px;
}

.on-titl-bold .support-content .support-bundle .support-bunch.active {
  margin-bottom: 60px;
  opacity: 1;
}

.on-titl-bold .support-content .support-bundle .support-bunch.active .support-title {
  font-size: 61px;
  line-height: 64px;
  font-family: "Antique Olive Std";
}

.result-menu {
  padding: 131px 0 150px;
}

.result-menu .small-title {
  margin-bottom: 55px;
}

.result-menu h2, .result-menu .title-80 {
  margin-bottom: 60px;
}

.result-menu .listing-column {
  text-align: left;
  -webkit-column-count: 2;
          column-count: 2;
  max-width: 937px;
  margin: 0 auto 60px;
}

.result-menu .listing-column li {
  margin-right: 18px;
}

.result-menu .listing-column p {
  color: #fff;
}

.result-menu .sm-branding {
  max-width: 32px;
}

.result-menu.result-blue .listing-column {
  max-width: 978px;
}

.result-menu.result-blue .listing-column li {
  margin-right: 5px;
}

.full-listing-area ul {
  -webkit-column-count: 2;
          column-count: 2;
}

.full-listing-area ul li + li {
  margin-left: 35px;
}

.full-listing-area ul li span {
  display: block;
  width: 100%;
  line-height: 32px;
}

.formula-result .small-title {
  margin-bottom: 40px;
  font-family: "Sailec";
  font-weight: 500;
}

.formula-result h2, .formula-result .title-80 {
  margin-bottom: 80px;
}

.formula-result .btn {
  margin-bottom: 40px;
}

.food-product {
  padding: 155px 0 125px;
}

.food-product .food-product-title {
  margin-bottom: 80px;
}

.food-product .title-76 {
  margin-bottom: 25px;
}

.food-product .food-product-canvas .card {
  border: 0;
  border-radius: 0;
}

.food-product .food-product-canvas .card .card-bild {
  margin-bottom: 22px;
}

.food-product .food-product-canvas .card .card-bild img {
  width: 100%;
  height: 470px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.food-product .food-product-canvas .card .card-content .card-title .sm-detail {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.8px;
  font-family: "Basis Grotesque Mono Pro";
  margin-bottom: 8px;
  display: block;
}

.food-product .food-product-canvas .card .card-content .card-title .sm-detail span {
  color: #000;
}

.food-product .food-product-canvas .card .card-content .card-title .normal-text {
  font-family: "Sailec";
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.food-product .food-product-canvas .card .card-content .card-detail p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.food-product .food-product-canvas .card .card-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food-product .food-product-canvas .card .card-content ul li {
  font-size: 14px;
  line-height: 20px;
  margin-right: 0 !important;
  color: #000;
}

.food-product .food-product-canvas .card .card-content ul li span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.food-product .food-product-canvas .card .card-content ul li + li {
  margin-left: 16%;
}

.food-product .food-product-canvas a:hover .normal-text {
  text-decoration: underline;
}

.career-single-title {
  background-color: #F4F4F4;
  padding: 138px 0 178px;
}

.career-single-title .career-title {
  max-width: 560px;
  margin: 0 auto;
}

.career-single-title .career-title .h3 {
  margin-bottom: 35px;
}

.career-perfect {
  padding: 175px 0 300px;
}

.career-perfect .small-title {
  margin-bottom: 250px;
}

.career-perfect p {
  font-size: 35px;
  line-height: 60px;
  max-width: 800px;
  margin: 0 auto;
}

.career-perk .side-listing {
  -webkit-column-count: 2;
          column-count: 2;
}

.career-perk .side-listing li {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.personal-contact {
  padding: 125px 0;
}

.contactPage {
  background-color: #F4F4F4;
}

.contactPage .contact-banner {
  display: table;
  margin: 0 auto;
}

.contactPage .contact-banner h1 {
  margin-bottom: 50px;
}

.contactPage .contact-banner p {
  max-width: 465px;
}

.product-canvas {
  padding-top: 90px;
}

.product-canvas .product-title .title-93 {
  margin-bottom: 90px;
}

.available-items:last-child {
  padding-bottom: 95px;
}

.available-items .item-name-container {
  position: relative;
  height: 32px;
  margin-bottom: 60px;
}

.available-items .item-name-container .item-name-title {
  font-size: 36px;
  font-weight: 500;
  padding: 10px 15px 10px 135px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.available-items .food-product-row .food-product-column {
  margin-bottom: 80px;
}

.pagination-contatainer {
  margin-top: 0px;
}

.pagination-contatainer .pagination a, .pagination-contatainer .pagination .page-numbers {
  border: 0;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.pagination-contatainer .pagination a.active, .pagination-contatainer .pagination .page-numbers.active {
  color: #000;
}

.pagination-contatainer .pagination a:hover, .pagination-contatainer .pagination .page-numbers:hover {
  background-color: transparent;
  color: #000;
}

.product-partnership p {
  font-size: 22px;
  line-height: 28px;
}

.porduct-container .product-filter {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.porduct-container .product-filter .filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.porduct-container .product-filter .filter-left .filter-dropdown .dropdown-toggle:hover {
  border-color: #000;
}

.porduct-container .product-filter .filter-left .filter-dropdown .dropdown-toggle::after {
  content: '';
  background: url(../images/down-tri.svg) no-repeat;
  border: 0;
  background-size: contain;
  width: 13px;
  height: 8px;
  vertical-align: 1px;
  margin-left: 20px;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column {
  padding: 25px 0 10px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 600px;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .overflow-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .overflow-area .overflow-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .dropdown-menu-row .dropdown-header {
  font-weight: bold;
  font-size: 18px;
  font-family: "Sailec";
  text-transform: inherit;
  color: #000;
  padding: 5px 26px;
  margin-bottom: 5px;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .dropdown-menu-row .dropdown-item {
  padding: 5px 26px;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .dropdown-menu-row li {
  padding: 5px 29px;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .dropdown-menu-row li:first-child {
  padding: 0;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .action-btn {
  padding: 0 25px;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .action-btn li {
  margin-bottom: 20px;
}

.porduct-container .product-filter .filter-right {
  margin-left: auto;
}

.porduct-container .product-filter .filter-right input {
  min-width: 295px;
  border: 0;
  padding: 0 15px 0 0;
  font-family: "Basis Grotesque Mono Pro";
  font-weight: bold;
  margin-left: 29px;
  letter-spacing: 0.9px;
  border-radius: 0;
}

.porduct-container .product-filter .filter-right input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.porduct-container .product-filter .filter-right input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.31;
}

.porduct-container .product-filter .filter-right input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.31;
}

.porduct-container .product-filter .filter-right input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.31;
}

.porduct-container .product-filter .filter-right input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.31;
}

.porduct-container .product-filter .filter-right input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.31;
}

.porduct-container .product-filter .filter-right input::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.31;
}

.porduct-container .product-filter .filter-right .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  border-radius: 28px;
  padding: 10px 30px;
}

.porduct-container .product-filter .filter-right .form-container .search-last {
  position: relative;
  top: -4px;
}

.porduct-container .filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 90px;
  margin-top: 10px;
}

.porduct-container .filter-tag > span {
  margin-right: 19px;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 10px;
}

.porduct-container .filter-tag .tag-items li {
  margin-bottom: 8px;
}

.porduct-container .filter-tag .tag-items span {
  background-color: #F0F0F0;
  border-radius: 23px;
  display: block;
  min-width: 85px;
  padding: 6px 15px;
  text-align: center;
  font-size: 14px;
}

.porduct-container .filter-tag .btn-remove {
  background-color: #F0F0F0;
  margin-left: 11px;
  border-radius: 23px;
  padding: 0px 12px;
  font-size: 22px;
}

@media (min-width: 1400px) {
  .allSector .allSector-row .allSector-column:first-child {
    width: 20%;
  }
  .allSector .allSector-row .allSector-column.col-xxl-custom {
    width: 26.5%;
  }
}

.expectation .swiper-button-next:after, .expectation .swiper-button-prev:after {
  content: none;
}

.expectation .swiper-button-next, .expectation .swiper-button-prev {
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  top: auto;
  z-index: 3;
}

.expectation .swiper-pagination {
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.expectation .swiper-button-next {
  right: 0;
}

.expectation .swiper-button-prev {
  left: 0;
}

.global-slider .blue-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-slider .blue-bg.Performance {
  background-color: #0D57A6;
}

.global-slider .blue-bg.Integrity, .global-slider .blue-bg.Pride {
  background-color: #FCE087;
}

.global-slider .blue-bg.Integrity *, .global-slider .blue-bg.Pride * {
  color: #000 !important;
}

.global-slider .blue-bg.Integrity .pills-canvas .nav li a, .global-slider .blue-bg.Pride .pills-canvas .nav li a {
  color: rgba(0, 0, 0, 0.3) !important;
}

.global-slider .blue-bg.Integrity .pills-canvas .nav li a.active, .global-slider .blue-bg.Pride .pills-canvas .nav li a.active {
  color: #000 !important;
}

.global-slider .blue-bg.Integrity .pills-canvas .nav li a:hover, .global-slider .blue-bg.Pride .pills-canvas .nav li a:hover {
  color: #000 !important;
}

.global-slider .blue-bg.Integrity .pills-canvas .nav, .global-slider .blue-bg.Pride .pills-canvas .nav {
  border-color: #000;
}

.global-slider .blue-bg.Integrity .pills-canvas .nav li a::after, .global-slider .blue-bg.Pride .pills-canvas .nav li a::after {
  background-color: #D8A456;
}

.global-slider .blue-bg.Passion, .global-slider .blue-bg.Customer.Experience {
  background-color: #732E4F;
}

.global-slider .blue-bg.Passion .pills-canvas .nav li a::after, .global-slider .blue-bg.Customer.Experience .pills-canvas .nav li a::after {
  background-color: #C7618F;
}

.global-slider .blue-bg.Vision, .global-slider .blue-bg.Entrepreneurial.Spirit {
  background-color: #F58A71;
}

.global-slider .blue-bg.Vision *, .global-slider .blue-bg.Entrepreneurial.Spirit * {
  color: #000 !important;
}

.global-slider .blue-bg.Vision .pills-canvas .nav li a, .global-slider .blue-bg.Entrepreneurial.Spirit .pills-canvas .nav li a {
  color: rgba(0, 0, 0, 0.3) !important;
}

.global-slider .blue-bg.Vision .pills-canvas .nav li a.active, .global-slider .blue-bg.Entrepreneurial.Spirit .pills-canvas .nav li a.active {
  color: #000 !important;
}

.global-slider .blue-bg.Vision .pills-canvas .nav li a:hover, .global-slider .blue-bg.Entrepreneurial.Spirit .pills-canvas .nav li a:hover {
  color: #000 !important;
}

.global-slider .blue-bg.Vision .pills-canvas .nav, .global-slider .blue-bg.Entrepreneurial.Spirit .pills-canvas .nav {
  border-color: #000;
}

.global-slider .blue-bg.Vision .pills-canvas .nav li a::after, .global-slider .blue-bg.Entrepreneurial.Spirit .pills-canvas .nav li a::after {
  background-color: #D15C48;
}

.bg-comon.blue-bg.Positivity {
  background: #c7618f;
}
.global-slider .blue-bg.Positivity .pills-canvas .nav li a::after {
  background-color: #a5577a;
}


.min-600 {
  min-height: 600px;
}

.bg-mob-new {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.food-service .ppl-result .ppl-result-titl .btn:hover {
  background-color: #0D57A6;
  color: #fff;
}

.careerPage .pink-bg.ppl-result .bg-white {
  padding: 130px 26px;
}

.form-container {
  max-width: 530px;
  margin: 0 auto;
}

.form-container .gfield_required {
  display: none !important;
}

.form-container .cityState-mix legend {
  opacity: 0;
  pointer-events: none;
}

.form-container .cityState-mix .address_city, .form-container .cityState-mix .address_state {
  position: relative;
}

.form-container .cityState-mix .address_city label, .form-container .cityState-mix .address_state label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  padding: 0 !important;
  font-size: 16px;
  font-family: "Sailec";
  font-weight: 500;
}

.form-container .cvAttachment .gfield_label, .form-container .jobApply .gfield_label {
  display: none !important;
}

.form-container .jobApply .ginput_container {
  position: relative;
}

.form-container .jobApply .ginput_container select {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding-left: 0;
  font-size: 16px;
  font-family: "Sailec";
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
}

.form-container .jobApply .ginput_container select:focus {
  outline: 0;
}

.form-container .jobApply .ginput_container.ginput_container_select::after {
  content: '';
  background: #fff url(../images/form-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  width: 25px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-container .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

.form-container .gform_wrapper.gravity-theme .gfield_label {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-family: "Sailec";
  font-weight: 500;
}

.form-container .ginput_container input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding-left: 50px !important;
}

.form-container .fullName .ginput_container input {
  padding-left: 90px !important;
}

.form-container .fullEmailadd .ginput_container input, .form-container .fullPhoneNum .ginput_container input {
  padding-left: 130px !important;
}

.form-container .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}

.form-container .gform_footer {
  margin-top: 30px;
}

.form-container .gform_footer .button {
  border: 0;
  background-color: #F58A71;
  border-radius: 35px;
  min-width: 320px;
  padding: 23px 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Basis Grotesque Mono Pro";
  font-weight: bold;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-container .gform_footer .button:hover {
  background-color: #D15C48;
}

.form-container .gform_drop_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-container .gform_drop_area .gform_drop_instructions {
  margin: 0 15px 0 0;
  background-color: #F58A71;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.form-container .gform_drop_area .gform_button_select_files {
  background-color: transparent;
  border: 0;
}

.form-container .dashicons.dashicons-trash {
  background: #F58A71;
  height: 30px;
  width: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 15px;
}

.form-container .ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-container .ginput_preview .gform_delete_file {
  padding-left: 0;
}

.form-container .ginput_preview strong {
  font-weight: 400;
  color: #F58A71;
  font-size: 16px;
  text-decoration: underline;
}

.form-container .cvAttachment {
  margin-top: 60px;
}

.form-container .gform_fileupload_rules {
  display: none;
}

.form-container .gform_wrapper .gfield_validation_message, .form-container .gform_wrapper .validation_message {
  display: none;
}

.contactPage .form-container .ginput_container input, .contactPage .form-container .jobApply .ginput_container select {
  background-color: #F4F4F4;
}

.contactPage .form-container .jobApply .ginput_container.ginput_container_select::after {
  background: #F4F4F4 url(../images/form-arrow.png) no-repeat;
}

.contactPage .companyFull .ginput_container input {
  padding-left: 90px !important;
}

.contactPage .form-container .gform_footer {
  margin-top: 50px !important;
}

.contactPage .form-container .gform_footer .button {
  background-color: #76C9E8;
}

.contactPage .form-container .gform_footer .button:hover {
  background-color: #0D57A6;
}

.contactPage .gform_wrapper.gravity-theme .ginput_container_address span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.pagination-contatainer {
  padding-right: 20px;
  margin-bottom: 90px;
}

.pagination-contatainer .pagination a {
  padding: 6px 12px;
  display: inline-block;
  font-size: 22px;
}

.form-container .button.gform_button:disabled {
  cursor: not-allowed;
}

.ajax-html {
  position: relative;
}

.loader-none {
  display: none;
}

.container-loader {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.loader-set {
  width: 120px;
  height: 120px;
  border-top: 4px solid #0D57A6;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

footer {
  background-color: #231F20;
  padding: 90px 0 0;
}

footer .footer-branding {
  margin-bottom: 100px;
  display: block;
}

footer .p-info p {
  color: #fff;
  max-width: 480px;
}

footer .footer-first {
  margin-bottom: 100px;
}

footer .footer-first .nav-footer .ft-titl {
  color: #76C9E8;
  margin-bottom: 35px;
  font-family: "Sailec";
}

footer .footer-first .nav-footer ul li {
  color: #fff;
}

footer .footer-first .nav-footer ul li a {
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer-first .nav-footer ul li a:hover {
  color: #76C9E8;
}

footer .footer-first .nav-footer .telNumber {
  margin-bottom: 35px;
}

footer .footer-first .mb-update {
  margin-bottom: 140px;
}

footer .footer-first .follow-social > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-first .follow-social > ul > li {
  line-height: 15px;
}

footer .footer-first .follow-social > ul > li ul li {
  margin-right: 20px;
}

footer .footer-first .follow-social > ul > li ul li:last-child {
  margin-right: 0;
}

footer .footer-first .follow-social > ul .ft-titl {
  margin-right: 27px;
}

footer .footer-first .follow-social .icon {
  font-size: 23px;
  display: block;
}

footer .sitemap ul {
  -webkit-column-count: 2;
          column-count: 2;
}

footer .sitemap ul li {
  margin-bottom: 30px;
}

footer .footer-last .footer-border {
  position: relative;
  padding: 33px 0;
}

footer .footer-last .footer-border::before {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.39);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% - 24px);
  margin: 0 auto;
}

footer .footer-last p {
  color: rgba(255, 255, 255, 0.39);
}

footer .pull-in-container {
  width: calc(100% - 100px);
  margin: 0 auto;
}

footer .ft-center-nav {
  margin-left: 15%;
}
/*# sourceMappingURL=app.css.map */




.alternate-sections .alternate-row:last-child p {
  max-width: 550px;
}
.alternate-sections .alternate-row:first-child p {
  max-width: 510px;
}
.expectation .few-card .few-card-container.swiper-slide {
  height: auto;
}
.expectation .few-card .few-card-container.swiper-slide .card-child {
    height: calc(100% - 94px);
}
.homeNavigation header.scrolled nav {
  padding-top: 22px;
}
.careerPage header.scrolled nav.bg-dark {
  padding-top: 22px;
}
.porduct-container .product-filter .filter-left .filter-dropdown .multi-column .overflow-area .overflow-container {
  max-height: calc(100vh - 660px);
}
.on-titl-bold .support-content .support-bundle .support-bunch.active .support-title {text-transform: uppercase;}
.food-product .food-product-canvas .card .card-content ul {
  border-bottom: 1px solid #dddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.downloads b {
  color: #000;
  font-size: 14px;
  display: block;
  margin-right: 15px;
}
.downloads {
  display: flex;
  align-items: center;border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.downloads li {list-style: none;}
.downloads li + li {margin-left: 15px !important;}
.downloads li a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}
.coreCares  .swiper-button-next {
  right: 150px;
}
.coreCares  .swiper-button-prev {
  left: 150px;
}
.coreCares .swiper-button-next, .coreCares .swiper-button-prev {
  color: #fff;
  width: 60px;
  border: 1px solid #fff;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.coreCares .swiper-button-next:after, .coreCares .swiper-button-prev:after {
  font-size: 22px;
  position: relative;
}
.coreCares .swiper-button-next:after {
  right: -2px;
}
.coreCares .swiper-button-prev:after {
  left: -2px;
}
.btn.btn-light-blue, .btn.btn-light-pink {
  text-transform: uppercase;
}
.leadership-content .team-bilds figcaption strong span {
  display: block;
  margin-left: 0;
}

/* .image-container {
  position:relative;
    width:100%; display:inline-block;overflow:hidden;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;

} */

.support-bunch img {position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: 50%;}
  .on-titl-bold .support-content .support-bundle .support-bunch.active img {
    opacity: 1;
}
.on-titl-bold .support-content .support-bundle .support-bunch img {
    opacity: 0;
}


.cleanslate-br {
  margin-top: 0;
}

@media (max-width: 991px) {
  body { margin-top: 97px; }
}



.alternate-sections.textile-alternate-sections {background-color: transparent;}
.sm-title-22 {font-weight: 500;}
.expectation .few-card .few-card-container .card-child {padding: 47px 38px;}
body.aboutPage .ppl-header p.para-bg {
  max-width: 468px;
}
.ppl-header .video-trigger .play-video {
  padding: 17px 37px;
}
.ppl-result.ppl-customer p.para-bg {
  max-width: 485px;margin-bottom: 0;
}
.food-service p.para-bg {
  max-width: 550px;
}
/* .result-menu .listing-column li:last-child {
  padding-left: 25px;
} */
.food-service-alternate-sections .alternate-row:first-child p {
  max-width: 550px;
}
.food-service-alternate-sections .alternate-row:last-child p {
  max-width: 475px;
}
.food-service.texttileCare-service .gsap-listing-global ul li:first-child {
  max-width: 450px;
  margin-left: auto;
}
.food-service.texttileCare-service .gsap-listing-global ul li:last-child {
  max-width: 460px;
}
.textile-alternate-sections.alternate-sections .alternate-row:first-child p {
  max-width: 517px;
}
.textile-alternate-sections.alternate-sections .alternate-row:last-child p {
  max-width: 555px;
}


.about-perfect-partnership .sm-branding {
  max-width: 32px;
  margin-top: 80px;
}
.food-service.hospitality-service p.para-bg {
  max-width: 530px;
}


.food-product .food-product-canvas .card {
  padding-bottom: 70px;
  position: relative;
  height: 100%;
}
.food-product .food-product-canvas .card ul.list-inline {
  position: absolute;
  bottom: 0;
  width: 100%; flex-wrap: wrap;
}
.food-product .food-product-canvas .card ul.list-inline li {
  width: 50%;
  margin: 0 0 0 0 !important;
}
.downloads li a {
  text-transform: capitalize;
}
footer .footer-first {
  margin-bottom: 20px;
}

.on-titl-bold .support-content .support-bundle .support-bunch img {
  height: 805px!important;
  max-height: 100%;
  object-fit: cover;
}
.on-titl-bold .image-container img {
  visibility: hidden;
}

.banner-bg-half .cleanslate-moreinfo {
  max-width: 434px;
}
.expectation .more--info {
  max-width: 780px;
}
.global-slider .pills-canvas .tab-content .tab-title-info {max-width: 535px;}
.ppl-result-titl {max-width: 570px;}
.on-titl-bold .support-content .support-bundle {max-width: 516px;}
.center-card .card-sm-title .bg-default {padding: 47px 35px 80px;}
.texttileCare-service .on-titl-bold .support-content .support-bundle {max-width: 536px;}
.textile-alternate-sections.alternate-sections .alternate-row:last-child .center-content {
  max-width: 605px;
}

.food-service.careerPage p.para-bg {
  max-width: 470px;
}
.career-single-title ~ .alternate-sections .alternate-row:first-child p {
  max-width: 522px;
}
.career-single-title ~ .alternate-sections .alternate-row:last-child .center-content {
  max-width: 750px;
}
.career-single-title ~ .alternate-sections .alternate-row:last-child .center-content p {
  max-width: 590px;
}

footer .footer-branding {margin-bottom: 50px;}



@media (max-width: 1399px) {
  .on-titl-bold .support-content .support-bundle .support-bunch img {
      height: 700px !important;
  }
}




/* main.aboutPage .video-trigger button {
  display: none !important;
} */
main.aboutPage .client-word, main.aboutPage .leadership-content {
  display: none;
}

.team-box-wrap {
  position: absolute;
}
.team-box-wrap .team-bild-container img {
  height: 188px;
}
section.our-team {
  height: 1071px;
  position: relative;display: flex;
  align-items: center;
  justify-content: center;margin: 110px 0;display: none;
}
.team-box-wrap .team-bild-container {
  width: 157px;margin-bottom: 4px;
}
.team-box-wrap figcaption strong span {
  display: block;
}
.our-team h2 {
  margin-bottom: 45px;
}
.team-box-wrap figcaption {
  font-size: 9px;
  line-height: 13px;
}
.team-box-wrap.image-01 {
  left: 0;
  top: 12%;
}
.team-box-wrap.image-02 {
  left: 16.2%;
  top: 4%;
}
.team-box-wrap.image-03 {
  left: 11%;
  top: 26.5%;
}
.team-box-wrap.image-04 {
  left: 17%;
  top: 35.5%;
}
.team-box-wrap.image-05 {
  left: 30.8%;
  top: 23%;
}
.team-box-wrap.image-06 {
  top: 0;
  left: 39%;
}
.team-box-wrap.image-07 {
  top: 5%;
  right: 41.4%;
}
.team-box-wrap.image-08 {
  right: 27.7%;
  top: 2%;
}
.team-box-wrap.image-09 {
  top: 8.2%;
  right: 20.2%;
}
.team-box-wrap.image-10 {
  right: 7%;
  top: 5.2%;
}
.team-box-wrap.image-11 {
  right: 26.3%;
  top: 32.4%;
}
.team-box-wrap.image-12 {
  right: 12.3%;
  top: 39%;
}
.team-box-wrap.image-13 {
  right: 0;
  top: 27.5%;
}
.team-box-wrap.image-14 {
  left: 0;
  bottom: 24.5%;
}
.team-box-wrap.image-15 {
  bottom: 2%;
  left: 7.5%;
}
.team-box-wrap.image-16 {
  left: 15.7%;
}
.team-box-wrap.image-17 {
  left: 24.5%;
  bottom: -1%;
}
.team-box-wrap.image-18 {
  left: 34.8%;
  bottom: 9.5%;
}
.team-box-wrap.image-19 {
  left: 47.2%;
  bottom: 1%;
}
.team-box-wrap.image-20 {
  right: 33.1%;
  bottom: 13%;
  z-index: 1;
}
.team-box-wrap.image-21 {
  right: 26.5%;
  bottom: 4%;
  z-index: 0;
}
.team-box-wrap.image-22 {
  right: 11%;
  bottom: 4.5%;
}
.team-box-wrap.image-23 {
  right: 3.2%;
  bottom: 14.5%;
}

body.home {
  background: #0d57a6;
}
.home .allSector {
  background: #fff;
  margin: 0 !important;
  padding: 70px 0 130px;
}
.home .client-word, .home .serve-industries {
  background: #fff;
}
.home .map-update {
  background: #fff;
  margin: 0;
  padding: 80px 0;
}
.home .alternate-sections {
  margin: 0;
}
.home .facilities {
  margin: 0;
  padding: 65px 0 0;
  background: #fff;
}
.client-word {
  display: none;
}


.form-container .select {
  padding-left: 130px !important;
}
.form-container .jobApply .gfield_label {
  display: block !important;
  z-index: 9;
  left: 0;
  position: relative;
}
.form-container .jobApply {
  padding-left: 130px;
}
.form-container .jobApply .gfield_label:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -9px;
  background: #000;
  width: 130px;
}
.page-template-career .form-container .jobApply {
  padding-left: 180px;
}
.page-template-career .form-container .jobApply label.gfield_label:after {
  width: 180px;
  bottom: -9px;
}
body.overflow-hidden.solution-menu {
  height: 100vh;
  margin-top: 0;
}
body.overflow-hidden.solution-menu header {background: #fff;}
body.overflow-hidden.solution-menu .scrolled nav .navbar-nav li:last-child a.nav-tel {
  left: 0;
  right: 0;
  top: auto;
}
header .navbar-nav li .megamenu {
  height: calc(100vh - 165px);
}
body.home.overflow-hidden.solution-menu header {
  background: #0D57A6;
}
body.home.overflow-hidden.solution-menu .navbar-nav li .megamenu {
  background: #0D57A6 !important;
  padding: 30px 0;
}
body.home.overflow-hidden.solution-menu .navbar-nav li .megamenu .allSector{
  background: #0D57A6 !important;
}
.page-template-about header, .page-template-food-service header, .page-template-textile-care header, .page-template-hospitality header, .page-template-products header, .page-template-contact header {
  background: #fff;
}

.loader-main-onload #loader-title path {
  fill: #fff;
}
form#gform_1 div#field_1_6 {
  display: none;
}
ul.location-list li {width: 33.33%;list-style: none;line-height: 30px;}
ul.location-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
}
.location-list-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid #000000;
    margin-bottom: 45px;
}
ul.location-list li.more.less {
  width: 100%;
}
ul.location-list li.more {
  width: 100%;
  color: rgb(0 0 0 / 40%);
  line-height: 39px;
  cursor: pointer;
}
ul.location-list li.more img {
  width: 15px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  opacity: 0.4;
  transition: 0.3s all;
}
ul.location-list li.more.less img {
  transform: rotate(-180deg);
}
.home .map-update {
  padding: 140px 0;
}
.career-single-title.career-perk {
  padding: 0;
}
.career-single-title .career-title {
  padding: 30px 25px !important;
  max-width: 750px !important;
  width: auto !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.career-perk .side-listing li {
  font-size: 22px;
}
.career-single-title .career-title .title-100 {
  margin-bottom: 80px;
}
.career-perk .side-listing li:nth-child(5), .career-perk .side-listing li:nth-child(6), .career-perk .side-listing li:nth-child(7), .career-perk .side-listing li:nth-child(8) {
  margin-left: 50px;
}
.careerPage .ultra-clean .ppl-result-titl {
  margin-top: 100px;
}

header .navbar-nav>li:last-child {
  margin-left: 200px;
}
/* header .navbar-nav>li+li {
  margin-left: 60px;
} */
.logo-wrap {
  display: flex;
  align-items: center;
}
.employee-form-link {
  color: gray;
  font-size: 14px;
  margin-left: 30px;
}
.employee-form-link:hover {
  color: #000;
}

body.home a.employee-form-link, .page-template-career a.employee-form-link {
  color: #fff;
}
body.home a.employee-form-link:hover, .page-template-career a.employee-form-link:hover {
  color: #76c9e8;
}

.aboutPage.modal-open header {
  z-index: 99;
}

header .navbar-nav>li:last-child a.nav-tel {
  top: -28px;
  margin-top: 0;
  font-size: 12px;
}
.scrolled nav .navbar-nav li:last-child a.nav-tel {
  left: 0 !important;
  right: 0;
  top: -28px;
}
header.scrolled nav {
  padding-top: 40px;
}
header .navbar-nav li a.employee-form-link {
  margin-left: 0;
  text-align: center;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 8px;
}
.employee-form-link:hover {
  border: none;
}


.perfect-partnership.company-bottom-section {
  padding-top: 175px;
}
.company-news-banner {
  padding: 95px 0 85px;
}
.company-news-banner p {
  max-width: 700px;
  margin: 25px auto;
}
.company-news-banner .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.company-news-banner .btn-group .nav-pills {
  justify-content: center;
}
.company-news-banner .btn-group a, .company-news-banner .btn-group .nav-link {
  border: 1px solid #0D57A6;
  color: #0D57A6;
  border-radius: 21px;
  padding: 8px;
  min-width: 180px;
  margin: 0 12px;
  transition: 0.3s all;font-weight: 500;
}
.company-news-banner .btn-group a:hover, .company-news-banner .btn-group .nav-link:hover, .company-news-banner .btn-group .nav-link.active {
  background: #0D57A6;
  color: #fff;
}
.latest-story-section .container-xl {
  border-top: 8px solid #76C9E8;
  max-width: 1580px;
}
.latest-story-section .latest-story-info {
  padding: 20px 65px 100px;
  background: #F8F8F8;
  height: 100%;
}
.latest-story-section .latest-story-img img {
  width: 100%;
}
.latest-story-info a {
  font-size: 48px;
  line-height: 54px;
  color: #0D57A6;
  position: relative;
  display: inline-block;
  padding: 0 10px 45px;
  font-weight: 500;
  margin-bottom: 40px;
}
.latest-story-info a:after {
  content: "";
  background: #707070;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.latest-story-info p {
  padding: 0 10px;
  max-width: 460px;
}
.latest-story-section .latest-story-info h5 {
  font-family: "Basis Grotesque Mono Pro";
  font-size: 18px;
  line-height: 84px;
  margin-bottom: 22px;
  /* font-weight: 500; */font-weight: bold;
}
.latest-story-section .story-left {width: 37.5%;}
.latest-story-section .story-right {width: 62.5%;}
.latest-story-info span.story-date {
  color: rgb(0 0 0 / 40%);
  font-family: "Basis Grotesque Mono Pro";
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  bottom: 64px;
  width: calc(100% - 130px);
  left: 65px;
}
.blog-box-wrap .img-wrap img {
  width: 100%;
}
.blog-inner-info {
  background: #F8F8F8;
  padding: 42px 53px 60px;
}
.blog-inner-info span.date {
  display: block;
  color: rgb(0 0 0 / 40%);
  font-family: "Basis Grotesque Mono Pro";
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 27px;
}
.blog-inner-info a {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; color: #0D57A6;
}
.blog-inner-info a:after {
  content: "";
  background: #707070;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-inner-info p, .blog-inner-info span.date {
  padding: 0 15px;
}
.blog-inner-info p {
  margin-bottom: 15px;
}
.blog-inner-info p:last-child {
  margin-bottom: 0;
}
.blog-box-wrap {
  margin-top: 75px;
}
.blog-listing-section {
  padding-top: 15px;
}
.blog-pagination a.page-link {
  font-size: 24px;
  border: none;
  color: rgb(0 0 0 / 30%);
}
.blog-pagination .page-item:first-child .page-link, .blog-pagination .page-item:last-child .page-link {
  border: 2px solid #B2B2B2;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  margin: 0;
  display: flex;
  align-items: center;
}
.blog-pagination .page-item:first-child, .blog-pagination .page-item:last-child {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.blog-pagination .page-item:last-child {
  margin-right: 0;
  margin-left: 50px;
}
.blog-pagination .page-item:last-child .page-link {
  border-color: #0D57A6;
}
.blog-pagination .page-item:first-child .page-link svg {
  transform: rotate(180deg);
  position: relative;
  left: -1px;
}
.blog-pagination .page-item:last-child .page-link svg {
  position: relative;
  right: -1px;
}
.blog-pagination a.page-link:hover, .blog-pagination a.page-link.active {
  background: transparent;
  color: #0D57A6;
}
nav.blog-pagination {
  padding: 120px 0;text-align: center;
}
.blog-pagination a.page-link:focus {background: transparent;}
.blog-listing-section .container-xl {
  max-width: 1600px;
}


.blog-pagination .page-numbers {
  font-size: 24px !important;
  border: none;
  color: rgb(0 0 0 / 30%) !important;
  padding: 6px 12px !important;
}
.blog-pagination .page-numbers.current {
  color: #0D57A6 !important;
}
.blog-pagination .prev.page-numbers, .blog-pagination .next.page-numbers {
  border: 2px solid #B2B2B2;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  margin: 0 40px 0 0;
  display: inline-flex;
  align-items: center; color: #B2B2B2 !important;
}
.blog-pagination .next.page-numbers {border-color: #0D57A6;
  margin-right: 0;
  margin-left: 40px;
  color: #0D57A6 !important;}
  .blog-pagination .next.page-numbers svg {
    position: relative;
    right: -1px;
}
.blog-pagination .prev.page-numbers svg {
  transform: rotate(180deg);
  position: relative;
  left: -1px;
}



.grop-slider-new .demo {
  display: flex;
  flex-wrap: wrap;max-width: 1470px;
  margin: 0 auto;
}
.grop-slider-new .demo li {
  list-style: none;
  width: 20%;
  margin-bottom: 75px;
}
.serve-industries {
  padding: 120px 0 80px;
}
.grop-slider-new .demo li figure {
  margin: 0 30px 0;
}
.map-update h2, .map-update .title-80 {
  margin-bottom: 25px;
}
.map-update .small-title {
  margin-bottom: 40px;
}
ul.location-list li {
  font-size: 14px;
}
.location-list-wrap {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}



.resource-banner {
  background: #F8F8F8;
  padding: 242px 0 80px;
}
body.page-template-page-templatesresource-php.page, body.resource-template-default.single {
  margin-top: 0;
}
.resource-banner h1 {
  font-size: 100px;
}
.resource-banner h1 ~ p {
  max-width: 430px;
  margin: 35px auto 75px;
  line-height: 28px;
}
h3.blog-head {
  text-align: center;
  color: rgb(0 0 0 / 30%);
  font-size: 16px;
  font-family: "basis_grotesque_mono_proMd";
}
.blog-featured.gx-5, .all-article-section .row.gx-5, .another-article-section .row.gx-5 {--bs-gutter-x: 4rem;padding: 0 50px;}
.blog-box h3.small, .blog-box h3.big {
  font-size: 26px;
  line-height: 34px;
  font-family: "Sailec";
  font-weight: 500;
  text-transform: inherit;
}
.blog-box h3.big {
  font-size: 48px;
  line-height: 54px;
  max-width: 750px;
  margin: 40px 0 20px;
}
.blog-featured.gx-5 .left-col .blog-box h3 {
  margin-top: 23px;
  margin-bottom: 12px;
}
.blog-box a {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.blog-box a span {
  color: #0D57A6;
  margin-right: 18px;
  font-family: "Sailec";
  font-weight: 500;
}
.blog-box a:hover {
  opacity: 0.75;
}
.blog-box a, .blog-box a img {
  transition: 0.3s all;
}
.blog-box a:hover img {
  margin-left: 5px;
}
.blog-box {
  margin-top: 30px;
  margin-bottom: 65px;
}
.blog-box p {
  color: #808080;
  font-weight: 500;
  max-width: 750px;
}
.all-article-section {
  padding: 75px 0 140px;
}
.all-article-section h3.blog-head {
  margin-bottom: 8px;
}
.all-article-section .blog-box, .another-article-section .blog-box {
  background: #F8F8F8;margin-bottom: 32px;height: calc(100% - 62px);
}
.all-article-section .blog-box .inner-info, .another-article-section .blog-box .inner-info {
  padding: 29px 25px 40px;
}
.all-article-section .blog-box .inner-info h3, .another-article-section .blog-box .inner-info h3 {
  margin-bottom: 26px;
}
.blog-box a h3 {
  color: #000;
  transition: 0.3s all;
}
.blog-box a:hover h3 {
  color: #0d57a6;
}


.detail-resource-wrap {
  padding: 242px 0 170px;
  background: #F8F8F8;
}
.detail-resource-wrap .resource-detail-img {
  height: 1131px;
}
.detail-resource-wrap .resource-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-detail-info .inner-detail-info {
  max-width: 935px;
  background: #fff;
  padding: 100px;
  margin-top: -945px;
  margin-left: auto;
  margin-right: auto;
}
.resource-detail-info .inner-detail-info h1 {
  font-size: 51px;
  line-height: 60px;
  text-transform: inherit;
  font-family: "Sailec";
  font-weight: 500;
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 65px;
}
.resource-detail-info .inner-detail-info h2 {
  color: #0D57A6;
  font-size: 25px;
  line-height: 34px;
  font-family: "Sailec";
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 20px;
  margin-top: 55px;
}
.resource-detail-info .inner-detail-info ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.another-article-section {
  padding: 180px 0 150px;
}
.another-article-section .col-12 h3 {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-family: "Sailec";
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 50px;
}
.resource-detail-info .inner-detail-info ul li {
  margin-bottom: 18px;
}
.another-article-section .gx-5 {
  margin: 0 40px;
}
.resource-detail-info .inner-detail-info h1:after {
  content: "";
  width: calc(100% + 60px);
  height: 2px;
  background: rgb(112 112 112 / 50%);
  position: absolute;
  left: -30px;
  bottom: 0;
}
.view-all {
  background: transparent;
  border: 1px solid #000000;
  color: #000;
  display: inline-block;
  min-width: 274px;
  padding: 17px 20px;
  border-radius: 30px;
  margin-top: 90px;
  transition: 0.3s all;
}
.view-all:hover {
  background: #000;
  color: #fff;
}
.back-arrow {
  margin-bottom: 25px;
}
.back-arrow a {
  opacity: 0.4;
  display: flex;
  align-items: center;
}
.back-arrow a span {
  margin-left: 15px;
  color: #000000;
}
.all-article-section nav.blog-pagination {
  padding-bottom: 0;
}
.all-article-section .resource-pagination {
  background: #F5F5F5;
  border-radius: 41px;
  display: inline-flex;
  padding: 6px 25px;
}
.all-article-section .resource-pagination .next.page-numbers {
  top: 5px;
  position: relative;
  margin-left: 20px;
}
.all-article-section .resource-pagination .page-numbers {
  filter: brightness(0.4);
}
.all-article-section .resource-pagination .prev.page-numbers {
  top: 5px;
  position: relative;
  margin-right: 20px;
}
.share-it-wrap {
  display: flex;
  position: relative;
  top: 50px;
}
.share-it-wrap span {
  margin-right: 20px;
  color: rgb(0 0 0 / 40%);
}
.share-it-wrap .addtoany_list a {
  margin: 0 5px !important;
}
.share-it-wrap .addtoany_list {
  position: relative;
  top: -3px;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1610px;
  margin: 0 auto;
  border-bottom: 1px solid rgb(0 0 0 / 50%);
  padding: 15px 0;
}
.top-header a {
  padding: 0;
  margin: 0;
  color: rgb(0 0 0 / 60%) !important;
  font-size: 13px;transition: 0.3s all;
}
.top-header a:hover {color: #000 !important;}
header nav.bg-dark {
  padding-top: 20px;
}
body.home .top-header, .page-template-career .top-header { border-bottom: 1px solid rgb(255 255 255 / 50%);}
body.home .top-header a, .page-template-career .top-header a {color: rgb(255 255 255 / 60%) !important;}
body.home .top-header a:hover, .page-template-career .top-header a:hover {color: #fff !important;}
header .navbar-nav>li:last-child {
  margin-left: auto !important;
}
header .navbar-nav>li+li {
  margin-left: 75px !important;
}
.blog-box .img-wrap {
  height: 315px;
}
.blog-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-box h3.small {
  margin-top: 15px;
}
.blog-featured .right-col .blog-box .img-wrap {
  height: 683px;
}
.resource-banner.legal-banner {
  padding: 100px 0;
}
.resource-banner.legal-banner p {
  margin: 0 auto 25px;
  max-width: 850px;
}
.resource-banner.legal-banner h4 {
  margin: 25px 0 40px;
}
.resource-banner.legal-banner p span {
  display: block;
}




@media (max-width: 1800px) {
  header .navbar-nav>li:last-child {
    margin-left: 90px !important;
  }
  header .navbar-nav>li+li {
    margin-left: 50px !important;
  }

  
}


@media (max-width: 1700px) {
  .team-box-wrap .team-bild-container img {
    height: auto;
}
.team-box-wrap.image-06 {
    left: 37%;
}
.team-box-wrap.image-16 {
    left: 18%;
}
.team-box-wrap.image-21 {
    right: 24%;
}
.team-box-wrap.image-20 {
    right: 32%;
}
.team-box-wrap.image-23 {
    right: 0.5%;
}
.map-update .center-content {
  padding-left: 3%;
}
.map-update .ma-holder {
  padding-right: 50px;
  margin-left: -50px;
}
.home .map-update {
  padding: 100px 0;
}
.location-list-wrap {
  padding-bottom: 70px;
}
.careerPage .ultra-clean .ppl-result-titl h1 {
  margin-bottom: 25px;
}
.careerPage .ultra-clean .ppl-result-titl span {
  margin-bottom: 30px;
}
.careerPage .ultra-clean .ppl-result-titl .mt-5 {
  margin-top: 30px !important;
}
.blog-listing-section .container-xl, .latest-story-section .container-xl {
  max-width: calc(100% - 150px);
}
.blog-featured.gx-5, .all-article-section .row.gx-5, .another-article-section .row.gx-5 {
  --bs-gutter-x: 3rem;
  padding: 0 10px;
}
.blog-box h3.big {
  font-size: 42px;
  line-height: 50px;
  max-width: 600px;
  margin-top: 30px;
}
.blog-box h3.small {
  font-size: 24px;
  line-height: 32px;
}
.another-article-section .gx-5 {
  margin: 0 10px;
}



}


@media (max-width: 1650px) {
  .top-header {
      max-width: calc(100% - 180px);
  }
}

@media (max-width: 1500px) {
  .team-box-wrap .team-bild-container {width: 140px;}
    header .container-xl.remove-container-space {
      max-width: 100%;
      padding: 0 40px;
  }
  .latest-story-info a {
      font-size: 38px;
      line-height: 44px;
  }
  .latest-story-img {
      height: 100%;
  }
  .latest-story-img img {
      height: 100%;
      object-fit: cover;
  }
  .blog-inner-info {
      padding: 42px 35px 60px;
  }
  .blog-inner-info a {
      font-size: 23px;
      line-height: 32px;
  }
  .serve-industries .grop-slider-new figure figcaption span {
    font-size: 20px;
      line-height: 30px;
  }
  .resource-banner h1 {
      font-size: 90px;
  }
  .blog-featured.gx-5, .all-article-section .row.gx-5, .another-article-section .row.gx-5 {
      padding: 0;
  }
  .resource-banner {
      padding-bottom: 50px;
  }
  .all-article-section {
      padding-bottom: 110px;
  }
  .another-article-section .gx-5 {
      margin: 0 -15px;
  }
  .another-article-section {
      padding: 130px 0;
  }
  .detail-resource-wrap {
      padding-bottom: 120px;
  }
  .share-it-wrap {
      display: block;
  }
  .detail-resource-wrap .container-xl {
      max-width: 100%;
  }
  .share-it-wrap .addtoany_shortcode {position: relative;top: 10px;left: -8px;}
  .top-header {
    max-width: calc(100% - 80px);
  }


}

@media (max-width: 1400px) {
  .career-single-title.career-perk .career-perk-container {
      max-width: 100% !important;
  }
  .career-single-title .career-title {max-width: 630px !important;}
  .employee-form-link {font-size: 12px;}
  header .navbar-nav>li:last-child {
      margin-left: 130px!important;
  }
  .perfect-partnership.company-bottom-section {
    padding-top: 100px;
}
nav.blog-pagination {
  padding: 100px 0;
}
.blog-listing-section .container-xl, .latest-story-section .container-xl {
  max-width: calc(100% - 100px);
}


}

@media (max-width: 1350px) {
  .team-box-wrap .team-bild-container {width: 120px;}
  header .navbar-nav>li:last-child {
    margin-left: 90px!important;
  }
  .blog-box h3.small {
      font-size: 22px;
      line-height: 30px;
  }
}

@media (max-width: 1199px) {
  section.our-team {
      display: none;
  }
  main.aboutPage .leadership-content {
      display: none;
  }
  .map-update .center-content {
      padding-left: 0;margin-left: -50px;
  }
  .map-update .ma-holder {
      padding-right: 70px;
      margin-left: -40px;
  }
  .downloads {
      flex-wrap: wrap;
      justify-content: start;
      width: 100%;
  }
  .downloads li + li {
      margin-left: 0 !important;
      margin-right: 15px !important;
  }
  .food-product .food-product-canvas .card .card-content ul li {
      margin-right: 15px !important;
  }
  .career-perk .side-listing {column-count: 1 !important;margin-left: 0 !important;}
  .career-perk .side-listing li:nth-child(5), .career-perk .side-listing li:nth-child(6), .career-perk .side-listing li:nth-child(7), .career-perk .side-listing li:nth-child(8) {
      margin-left: 0;
  }
  .career-single-title .career-title .title-100 {
      margin-bottom: 20px;
      font-size: 60px !important;
  }
  .career-single-title .career-title {
      max-width: 400px !important;
  }
  .career-perk .side-listing li {
      font-size: 18px;
      line-height: 24px;
  }
  header .container-xl.remove-container-space {
    padding: 0 20px;
}
header .navbar-nav>li:last-child {margin-left: 40px;}
.scrolled nav .navbar-nav li:last-child a.nav-tel {
    display: none;
}
header nav.bg-dark {
    padding: 40px 0 20px;
}
header .navbar-nav>li+li {
  margin-left: 30px !important;
}
header .navbar-nav>li:last-child {
  margin-left: 50px!important;
}
.latest-story-section .story-left, .latest-story-section .story-right {
  width: 100%;
  padding: 0 12px !important;
}
.latest-story-section .story-left {
  order: 2;
}
.latest-story-section .container-xl {
  border-top: none;
}
.latest-story-section .latest-story-img {
  border-top: 8px solid #76C9E8;
}
.blog-listing-section .container-xl, .latest-story-section .container-xl {
  max-width: calc(100% - 40px);
}
.serve-industries .grop-slider-new figure figcaption span {
  font-size: 20px;
  line-height: 30px;
}
.grop-slider-new .demo li {
  width: 33.33%;
}
.grop-slider-new .demo li figure {
  max-width: 170px;
  margin: 0 auto;
}
.serve-industries {
  padding: 120px 0 50px;
}
.blog-featured.gx-5, .all-article-section .row.gx-5, .another-article-section .row.gx-5 {--bs-gutter-x: 2.5rem;}
.blog-box h3.big {
    font-size: 36px;
    line-height: 40px;
}
.blog-box h3.small {
    font-size: 20px;
    line-height: 29px;
}
.blog-box p {
    line-height: 28px;
}
.all-article-section .blog-box .inner-info, .another-article-section .blog-box .inner-info {
    padding: 25px 15px 35px;
}
.all-article-section .blog-box, .another-article-section .blog-box {
    margin-bottom: 10px;
}
.resource-banner h1 {
  font-size: 80px;
}
.resource-banner {
  padding-top: 220px;
}
.resource-detail-info .inner-detail-info {
  margin-top: 0;
  padding: 35px 0 0;
}
.resource-detail-info .inner-detail-info h1:after {
  left: 0;
  width: 100%;
}
.resource-detail-info .inner-detail-info h1 {
  font-size: 45px;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.detail-resource-wrap {background-color: #fff;}
.detail-resource-wrap .resource-detail-img {
  height: auto;
}
.detail-resource-wrap {
  padding-top: 170px;
}
.another-article-section {
  padding-top: 80px;
}
.all-article-section .blog-box, .another-article-section .blog-box {height: calc(100% - 40px);}
.share-it-wrap {
  display: flex;
  top: 0;
  max-width: 935px;
  margin: 40px auto 0;
}
.share-it-wrap .addtoany_shortcode {
  top: 0;
  left: 0;
}
.top-header {
  max-width: calc(100% - 40px);
}
.blog-box .img-wrap {
  height: 230px;
}
.blog-featured .right-col .blog-box .img-wrap {
  height: 500px;
}


}

@media screen and (max-width: 991px) {
	.form-container .jobApply .gfield_label {
		position: relative !important;
		left: 0;
		transform: translateY(0px) !important;
		top: 0 !important;
	}

	.page-template-career .form-container .jobApply, .form-container .jobApply {
		padding-left: 0;
	}

	.form-container .jobApply .gfield_label:after {
		display: none;
	}
	header .navbar-nav li .megamenu {
		height: auto;
	}
	.home .allSector {
		padding: 0;background: transparent;
	}
  ul.location-list {
    margin-right: -19px;
  }
  .map-update .ma-holder {
      padding-right: 0;
      margin-left: 0;
  }
  .map-update .center-content {
      margin-left: 0;
      margin-top: 50px;
  }
  .careerPage {
      margin-top: 0 !important;padding-top: 30px !important;
  }
  a.employee-form-link {margin-left: 5px;}
  header .container-xl.remove-container-space {
      padding: 0;
  }
  header .navbar-nav>li:last-child {
    margin-left: 35px!important;
  }
  .latest-story-section .latest-story-info {
    padding: 20px 45px 100px;
}
.latest-story-info span.story-date {
    left: 45px;
}
.latest-story-section .latest-story-info h5 {
    padding: 0 10px;
}
.blog-inner-info {
    padding: 42px 20px 60px;
}
.blog-box-wrap {
    margin-top: 50px;
}
header .navbar-nav>li:first-child {
  margin-left: 30px !important;
}
.blog-featured .left-col .blog-box {
  width: calc(50% - 20px);
}
.blog-featured .left-col {
  display: flex;
  justify-content: space-between;
}
.blog-box {
  margin-bottom: 30px;
}
.resource-banner h1 {
  font-size: 70px;
}
.resource-banner {
  padding-top: 200px;
}
.resource-banner h1~p {
  margin-bottom: 50px;
}
.blog-box h3.big {
  font-size: 32px;
  line-height: 38px;
  max-width: 500px;
}
.resource-banner h1~p {
  margin-bottom: 35px;
}
.resource-detail-info .inner-detail-info {
  padding-left: 15px;
  padding-right: 15px;
}
.resource-detail-info .inner-detail-info h1 {
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.resource-detail-info .inner-detail-info h2 {
  margin-top: 42px;
}
.detail-resource-wrap {
  padding-top: 150px;
}
.detail-resource-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
.top-header {
  display: none;
}


}



@media (max-width: 767px) {
  .home .facilities {
    padding: 0 !important;
  }
  .home .allSector {
      padding: 0 0 63px;
  }
  .company-news-banner .btn-group a, .company-news-banner .btn-group .nav-link {
    text-align: center;
    margin: 5px;
    min-width: 150px;
}
.company-news-banner .btn-group {
    flex-wrap: wrap;
    margin-top: 30px;
}
.company-news-banner {
    padding: 80px 0;
}
.blog-listing-section .container-xl, .latest-story-section .container-xl {
    max-width: calc(100% - 20px);
}
.latest-story-info a {
    font-size: 28px;
    line-height: 34px;
}
.latest-story-section .latest-story-info {
    padding: 20px 20px 100px;
}
.latest-story-section .latest-story-info h5 {
    line-height: 60px;
}
.latest-story-info span.story-date {
    left: 20px;
}
.blog-inner-info {
    padding: 42px 10px 60px;
}
nav.blog-pagination {
    padding: 60px 0;
}
.serve-industries {
  padding: 80px 0;
}
.grop-slider-new .demo li {
  width: 50%;margin-bottom: 30px;
}
.serve-industries .grop-slider-new figure figcaption span {
  font-size: 16px;
  line-height: 24px;
}
.grop-slider-new .demo {
  padding: 0 20px;
}
.serve-industries .small-title {
  margin-left: 0 !important;
}
.blog-featured .left-col .blog-box {
  width: 100%;
}
.blog-featured .left-col {
  flex-wrap: wrap;
}
.blog-box {
  margin-bottom: 20px;
}
.resource-banner h1 {
  font-size: 60px;
}
.resource-banner h1~p {
  margin: 28px auto;
}
.resource-banner {
  padding-top: 150px;
}
.blog-box h3.big {
  font-size: 40px;
    line-height: 40px;
    color: #0D57A6;
    font-family: "Antique Olive Std";
}
.all-article-section .blog-box .inner-info h3, .another-article-section .blog-box .inner-info h3 {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 28px;
}

.detail-resource-wrap {
  padding-top: 120px;
}
.resource-detail-info .inner-detail-info h1 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 35px;
  margin-bottom: 20px;color: #0D57A6;
}
.resource-detail-info .inner-detail-info h2 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.another-article-section .col-12 h3 {
  text-align: left;
}
.another-article-section .col-12 h3.blog-head {
  font-size: 16px;
  font-family: "basis_grotesque_mono_proMd";
  text-align: center;
  margin-bottom: 10px;
}
.another-article-section {
  padding-bottom: 100px;
}
.view-all {
  margin-top: 50px;
  min-width: auto;
  padding: 15px 30px;
  font-size: 14px;
}
.articlesSwiper .swiper-slide {
  height: auto !important;
  }
.articlesSwiper .swiper-content {
  height: 100% !important
  }
  .all-article-section .resource-pagination {
    display: none;
}
.all-article-section nav.blog-pagination {
    padding: 0;
}


}

@media (max-width: 575px) {
  ul.location-list li {
    width: 50%;
  }
  .downloads {
      margin-bottom: 20px !important;
  }
  .blog-pagination .prev.page-numbers {
    margin-right: 20px;
}
.blog-pagination .next.page-numbers {
    margin-left: 20px;
}
.grop-slider-new .demo li figure img {
  width: 60px;
}
.blog-box p {
  color: rgb(0 0 0 / 40%);
  max-width: 329px;
}
.blog-featured .right-col .blog-box .img-wrap {
  height: 310px;
}
}

@media (max-width: 350px) {
  a.employee-form-link {
    margin-left: 0;
    font-size: 9px;
}
}


.food-product .food-product-canvas a:hover .normal-text {text-decoration: none;}
/* .food-product .food-product-canvas a {
  cursor: auto;
  pointer-events: none;
} */
span.page-numbers.current {
  font-size: 22px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 22px;
  color: #0d57a6 !important;
}

header .navbar-nav li {
  opacity: 1 !important;
}
.homeNavigation .navbar-nav li a, .careerPage .navbar-nav li a {
  color: #fff !important;
}

.exisiing-customer {
  padding-left: 270px !important;
}
.form-container .jobApply.exisiing-customer .gfield_label:after {
  width: 270px;
}
@media (max-width: 1600px) {
  .form-container .jobApply .gfield_label {
		position: relative !important;
		left: 0;
		transform: translateY(0px) !important;
		top: 0 !important;
	}

	.page-template-career .form-container .jobApply, .form-container .jobApply, .page-template-career .form-container .jobApply.exisiing-customer {
		padding-left: 0 !important;
	}

	.form-container .jobApply .gfield_label:after {
		display: none;
	}

.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1 / -1;
}
}
@media (max-width: 1199px) {
  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1 / -1 !important; 
}
}
@media (max-width: 991px) {
  .exisiing-customer {
      padding-left: 0 !important;
  }
}



.global-slider .pills-canvas .nav li a {
  padding: 0 40px 48px;
}
@media (max-width: 767px) {
  .global-slider .pills-canvas .nav li+li {
      margin-left: 0;
  }
  .global-slider .pills-canvas .nav li a {
      font-size: 16px;
      min-width: 155px;
      padding: 0 0px 24px;
  }
}

.careerPage .coreCares  .swiper {
  height: 100% !important;
}
.careerPage .coreCares  .swiper-slide {
height: auto !important;
}