* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* cursor: none; */
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #000;
}
.light .white-lgo {
  display: block;
}
.light .black-logo {
  display: none;
}
.dark .white-lgo {
  display: none;
}
.dark .black-logo {
  display: block;
}
.the-dps_logo {
  max-width: 148px;
}
.vh100 {
  height: 100vh;
}
.black-breadcrumb-bg .white-lgo {
  opacity: 1;
}
.black-breadcrumb-bg .white-lgo:hover {
  opacity: 1;
}
.sticky-nav .the-dps_logo.white-lgo {
  opacity: 1;
}

/* .bg-logo-vh header .black-logo {
  z-index: 2;
} */
.bg-logo-vh header .white-lgo {
  opacity: 0 !important;
}
.bg-logo-vh header.clicked .white-lgo {
  opacity: 1 !important;
}
.bg-logo-vh header.clicked .logo-hdr:hover .white-lgo {
  opacity: 0 !important;
}
.black-breadcrumb-bg.bg-logo-vh header .navbar-icon-line {
  background-color: #000;
}
/* ===menu-icon=== */

/* 
green: #3FAF82

*/

.about-content-sect .pera {
  display: inline-block;
}
.lemme-content .pera p {
  display: inline-block;
}

/* .loader {
  display: none !important;
} */

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid black;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 999;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: black;
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  display: none;
}
.main-title span {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
}

#scroll-container {
  background-color: #fff;
}

/* ===menu-icon-end=== */

/* sticky-nav css   */

header {
  transition: all 0.4s ease-in-out;
}

.sticky-nav {
  position: fixed;
  height: 65px;
}

.sticky-nav .logo-svg svg {
  width: auto;
  height: 65px;
  top: 0px;
  z-index: 2;
}
.sticky-nav .white-lgo {
  opacity: 1;
  z-index: 2;
}
/* .sticky-nav .navbar-icon-line {
  background-color: #fff;
} */

.sticky-nav .btnMenu {
  width: 45px;
}
.sticky-nav svg .cls-1 {
  fill: #fff;
}
.clicked svg .cls-1 {
  fill: #fff;
}

/* sticky-nav css end  */

/* header.clicked .black-logo {
  position: fixed;
  z-index: 2;
  filter: brightness(74) contrast(95.5);
} */
header.my-header.clicked span.navbar-icon-line {
  background-color: #fff;
}

header.dark.clicked .logo-hdr .white-lgo,
header.clicked .logo-hdr .white-lgo {
  display: block;
  z-index: 3;
}

header.clicked .logo-hdr:hover .white-lgo,
header.dark.clicked .logo-hdr:hover .white-lgo {
  display: block;
  opacity: 1;
}
header.clicked .logo-hdr:hover .black-logo,
header.dark.clicked .logo-hdr:hover .black-logo {
  opacity: 0;
}

.white-lgo {
  opacity: 1;
}
.header .logo-hdr:hover .black-logo,
.header .logo-hdr:hover .white-lgo {
  opacity: 1;
}
header.clicked .logo-hdr:hover .anoth-page-logo {
  opacity: 1;
}
.white-bg-body .logo-hdr:hover .blue-lgo {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  filter: unset;
}
.white-bg-body header.clicked .logo-hdr:hover .blue-lgo {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  filter: unset;
}
.white-bg-body header.clicked .blue-lgo {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.blue-lgo {
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.my-header .logo-hdr:hover .blue-lgo {
  opacity: 1;
}
header.clicked .logo-hdr:hover .blue-lgo {
  opacity: 1;
}
.logo-hdr:hover .black-logo {
  opacity: 0;
}


/* .sticky-nav .blue-lgo:hover {
  opacity: 0;
} */

.meat {
  height: 40px;
  width: 40px;
  position: relative;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
header.clicked .headNav-icon .burger .meat {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.meat .line {
  height: 4px;
  width: 40px;
  background-color: #0b253e;
  border-radius: 3px;
  position: absolute;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.meat .line.one {
  top: 5px;
  left: 0px;
}
.meat .line.two {
  top: 18px;
  left: 0px;
}
.meat .line.three {
  top: 31px;
  left: 0px;
}
.overflow-hidden-wrapper {
  overflow: hidden;
}

.banner-content span {
  display: inline-block;
}
/* ====home-page-section==== */
.home-sect {
  height: calc(100vh - -70px);
  position: relative;
}
.homeVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.abt-vid {
  width: 100%;
  height: auto;
}

/*CSS R*/
/* .banner-content{
   position: absolute;
  top: 47%;
  width: 100%;
   left: 69px;
} */
.banner-content h2 {
  font-size: 90px;
  font-weight: 600;
  color: #000;

  z-index: 0;
  transform: translateY(-50%);

  line-height: 1;
  overflow: hidden;
}

/*.banner-content h2 span {
    display: inline-block;
    min-width: 15px;
    min-height: 20px;
}
.banner-content h3 span {
    display: inline-block;
    min-width: 15px;
    min-height: 20px;
}*/

/*
.dps-lemme-product img, .dps-haus-lab-product img, .dps-genexa-product img {
    transition: 0.5s ease-in-out;
}
.dps-lemme-product:hover img, .dps-haus-lab-product:hover img, .dps-genexa-product:hover img, .dr-sq-twoBlock-product:hover img {
    transform: scale(1.1);
}
.dps-lemme-product, .dps-haus-lab-product, .dps-genexa-product, .dr-sq-twoBlock-product  {
    overflow: hidden;
}*/
.section-padding {
  padding: 75px 0;
}
section.logo-slide.section-padding {
  padding: 80px 0 90px;
}
.simple-img:hover .normal-img {
  display: none;
}
.hover-img {
  display: none;
}
.simple-img:hover .hover-img {
  display: block;
}
.simple-img a img:hover {
  cursor: none;
}

/*Logo slider*/

/*@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6));
  }
}*/
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
/*  animation: scroll 60s linear infinite;*/
  display: flex;
  align-items: center;
/*  width: calc(350px * 14);*/
}
.slick-track {
    display: flex !important;
    align-items: center;
}
.slider .slide {
  width: 350px;
  margin-right: 40px;
  text-align: center;
}
.slider .slide img {
  max-width: 100%;
}
.logo-slide h3 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 35px;
  padding-left: 69px;
}
/*Logo*/
.footer-content h3 {
  font-size: 35px;
  line-height: 104px;
  font-weight: 600;
  margin-bottom: 31px;
}
.footer-content h1 {
  font-size: 90px;
  line-height: 104px;
  font-weight: 600;
}
.contact-link a {
  background-color: #000;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 46px;
  border-width: 0 0 2px 0;
  border-color: #000;
  padding: 7px 45px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  border-bottom: 0;
}

.contact-link a:hover {
  color: #fff !important;
  border-color: transparent !important;
  background-image: url("../img/btn-bg-gradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.socialicon {
  padding: 80px 0;
}
.socialicon ul {
  margin: 0;
  padding: 0;
}
.socialicon ul li {
  display: inline-block;
  margin-right: 18px;
}

.socialicon ul li i:hover {
  color: #95b2ff;
}
.contact-link {
  margin-top: 40px;
}
.contact-form-ftr-p0 {
  padding: 0 69px !important;
}

/* baner-section */

.dps-lemme-breadcrumb-box,
.dps-haus-lab-breadcrumb-box,
.dps-snif-breadcrumb-box,
.dps-ranavat-breadcrumb-box,
.dps-genexa-breadcrumb-box,
.dr-squatch-breadcrumb-box,
.sol-de-box{
  position: relative;
  left: -1px;
}

/**/

/* about-page-css */

#homeVideo {
  position: absolute;
  top: 0;
  background-color: #000;
}

.about-breadcrumb-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  /* padding-bottom: 116px; */
}
section.home-sect.home-section.abt-sect {
  height: 100% !important;
}
.about-breadcrumb-box .breadcrumb-text h2 {
  font-size: 104px;
  line-height: 104px;
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro";
  padding-left: 57px;
  font-weight: 600;
}
.about-content-sect {
  padding: 60px 65px 20px;
}
.about-content-sect .heading h2 {
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 46px;
  font-weight: 600;
}
.about-content-sect .content-box {
  margin-bottom: 76px;
}
.about-content-sect .content-box:last-child {
  margin-bottom: 0;
}
.about-content-sect .content-box .content-head {
   font-size: 28px;
  line-height: 60px;
  font-weight: 600;
}
.about-content-sect .content-box .pera {
  font-size:28px;
  line-height: 56px;
  margin: 0;
  font-weight: 300;
}
.about-content-sect .content-box .accordian-head {
    font-size: 90px;
    line-height: 90px;
    margin-top: 46px;
    margin-bottom: 0;
    font-weight: 600;
}
.about-content-sect .content-box .acc-tp {
  margin-top: 62px;
}
.about-content-sect .content-box .accordion-header .accordion-button {
  font-size: 28px;
  line-height: 74px;
  padding: 38px 0 0;
  position: relative;
  font-weight: 600;
}
.about-content-sect .accordion-flush .accordion-item {
  border-bottom: 2px solid #efefef;
}
.about-content-sect .accordion-flush .accordion-item:last-child {
  border-bottom: 2px solid #efefef;
}
.about-content-sect .accordion-item .accordion-body {
  padding: 10px 0 38px;
}
.about-content-sect .accordion-item .accordion-body ul {
  list-style-type: none;
}
.about-content-sect .accordion-item .accordion-body ul li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.about-content-sect .accordion-header .accordion-button[aria-expanded="true"] {
  border-bottom: 0;
  background-color: transparent;
  color: #000;
}
.about-content-sect .accordion-button:focus {
  box-shadow: none;
}
.about-content-sect .accordion-button::after {
  background-image: inherit;
  content: "+";
  position: absolute;
  top: 40px;
  right: 0;
  width: auto;
  height: auto;
  font-weight: bold;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}
.about-content-sect .accordion-button:not(.collapsed)::after {
  background-image: inherit;
  transform: rotate(45deg);
}

/*  */

/* ====contact-page===== */
.contact-block{
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  padding: 25px 0 75px;
}
.contact-block #text1{
  font-weight: bolder;
  font-size: 4rem;
  
} 
.contact-block #text2{
  font-weight: 500;
  font-size: 3rem;
}
.contact-block img{
  width: 400px;
  height: 300px;
  float:right
}
.contact-form-box {
  padding: 100px 57px 60px 118px;
}
.contact-form-box .heading h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 104px;
  margin-bottom: 31px;
}
.contact-form-box .pera p {
  font-size: 104px;
  margin: 0;
  line-height: 104px;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 600;
  margin-bottom: 134px;
}
.trms-cnd {
  font-weight: 300;
  font-size: 18px;
}

.contact-form .form-field {
  position: relative;
  margin: 16px 0 112px;
}
.contact-form .input-text {
  display: block;
  width: 90%;
  padding-bottom: 0px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-size: 28px;
  line-height: 46px;
  font-weight: 300;
  border-radius: 0px;
}
.contact-form .form-select:focus {
  border-color: #000;
}
.contact-form .form-select {
  background-size: 26px;
}
.contact-form .input-mesg {
    width: 95%;
    color: #828482;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .form-check.terms-condition input{
  top: 4px;
}

.contact-form .submit-btn {
  background-color: #000;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 46px;
  border-width: 0 0 2px 0;
  border-color: #000;
  padding: 7px 45px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 0;
}
.contact-form .submit-btn:hover {
  color: #fff !important;
  border-color: transparent !important;
  background-image: url("../img/btn-bg-gradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form input[type="checkbox"] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
}

/*.contact-form input[type="checkbox"]:hover {
  opacity: 1;
}*/

.contact-form input[type="checkbox"]:checked {
  background: #1a43ad;
  background: linear-gradient(90deg, #90afff 0%, #1a43ad 100%);
  border: 0;
  border-radius: 0;
  opacity: 1;
}
.contact-form input[type="checkbox"]:focus {
  box-shadow: none;
}

.contact-form input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.contact-form-box .contact-form select option {
  color: gray;
  font-weight: 300;
}
.contact-form-box .contact-form .form-field h4 {
    color: #828482;
    font-size: 28px;
    font-weight: 300;
}
/* .contact-form .btn-inputchk {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1px;
  vertical-align: sub;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.contact-form .btn-inputchk:checked {
   background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 59%, rgba(0,212,255,1) 100%);
}
.contact-form .btn-inputchk:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-form .btn-inputchk:focus, .contact-form .btn-inputchk:hover {
  box-shadow: 0 0 0 3px #ebebeb;
  border-color: #8c8c8c;
} */
/*  */

/* ======dr-squatch====== */
.dr-squatch-breadcrumb-box {
  display: flex;
  align-items: center;
  background-image: url("../img/dr-squatch-hover.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dr-squatch-content-sect {
  padding: 85px 69px 146px;
}
.dr-squatch-content-sect .heading h2 {
  font-size: 28px;
  line-height: 104px;
  color: #000;
  font-weight: 600;
  margin-bottom: 61px;
}
.dr-squatch-content-sect .content-box h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
.dr-squatch-content-sect .content-box .pera {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  font-weight: 300;
}
.dr-squatch-content-sect .content-box {
  margin-bottom: 61px;
}

.dr-sq-twoBlock {
  padding: 108px 69px 177px;
  background-color: #efefef;
}

.dr-sq-twoBlock .heading {
  margin-bottom: 139px;
}

.dr-sq-twoBlock .heading h2 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.dr-sq-img {
  padding: 70px 57px 65px;
}
.dr-sq-twoBlock-product img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
/*  */
/* /* sol de jenario  */
.sol-de-box {
  display: flex;
  align-items: center;
  background-image: url("../img/Sol-De-Janiero-Rio-Body-Trio-Tin.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.sol-de-content-sect {
  padding: 85px 69px 10px;
}
.sol-de-content-sect .heading h2 {
  font-size: 45px;
  line-height: 104px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.sol-de-content-sect .content-box h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
.sol-de-content-sect .content-box .pera {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  font-weight: 300;
}

.sol-de-content-sect .content-box .sol-head {
  font-size: 18px;
  line-height: 38px;
  margin: 0;
  font-weight: 300;
}

.sol-head p {
  font-size: 28px;
  line-height: 38px;
  
  margin-bottom: 0px;
}
.sol-de-content-sect .content-box {
  margin-bottom: 61px;
}

.sol-twoBlock {
  padding: 30px 69px 50px;
  background-color: #fff;
}

.sol-twoBlock .heading h2 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
.sol-img {
  padding: 70px 57px 65px;
}
.sol-twoBlock-product img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
/*  */
/* Revitalash */
/* /* sol de jenario  */
.revitsh-box {
  display: flex;
  align-items: center;
  background-image: url("../img/revitalash.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.revitsh-content-sect {
  padding: 15px 69px 10px;
}
.revitsh-content-sect .heading h2 {
  font-size: 28px;
  line-height: 104px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.revitsh-content-sect .content-box h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
.revitsh-content-sect .content-box .pera {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  font-weight: 300;
}
.revitsh-content-sect .content-box {
  margin-bottom: 61px;
}

.revitsh-twoBlock {
  padding: 30px 69px 50px;
  background-color: #fff;
}

.revitsh-twoBlock .heading h2 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
.revitsh-img {
  padding: 0px 55px 65px;
}
.revitsh-twoBlock-product img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}

/* dps-genexa-page */

.dps-genexa-breadcrumb-box {
  display: flex;
  align-items: center;
  background-image: url("../img/genexa-hover.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dps-genexa-product img {
  width: 100%;
}
.dps-genexa-content-sect {
  padding: 70px 57px 65px;
}

/*  */

/* dps-ranavat-page */

.dps-ranavat-breadcrumb-box {
  display: flex;
  align-items: center;
  background-image: url("../img/ranavat-bg-hover.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dps-ranavat-product img {
  width: 100%;
}
.dps-ranavat-content-sect {
  padding: 70px 57px 65px;
}
.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start,
.gsap-marker-scroller-end {
  display: none !important;
}
/*  */

/* dps-snif-page */

.dps-snif-breadcrumb-box {
  display: flex;
  align-items: center;
  background-image: url("../img/5-Snif-hover.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dps-snif-product {
  padding: 0 69px;
}
.dps-snif-product img {
  width: 100%;
}
.dps-snif-content-sect {
  padding: 70px 0 65px;
}

/*  */

/* dps-haus-lab-page */

.dps-haus-lab-breadcrumb-box {
  display: flex;
  align-items: center;
  background-image: url("../img/haus-lab-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dps-haus-lab-product {
  padding: 0 69px;
}
.dps-haus-lab-product img {
  width: 100%;
}
.dps-haus-lab-content-sect {
  padding: 70px 0 65px;
}

/*  */

/* dps-haus-lab-page */

.dps-lemme-breadcrumb-box {
  display: flex;
  align-items: center;
  background-image: url("../img/lemme-hover.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dps-lemme-product img {
  width: 100%;
}
.dps-lemme-content-sect {
  padding: 0px 69px 73px;
}
.dps-lemme-content-sect-1 {
  padding: 85px 69px 0px;
}
.dps-lemme-content-sect .heading h2 {
  font-size: 28px;
  line-height: 104px;
  color: #000;
  font-weight: 600;
  margin-bottom: 61px;
}
.dps-lemme-content-sect .lemme-content h4 {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  font-weight: 600;
}
.dps-lemme-content-sect .lemme-content .head-text {
  margin-bottom: 30px;
}
.dps-lemme-content-sect .lemme-content .pera {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 70px;
  font-weight: 300;
}
.pera p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin: 0;
}
.link-btn {
  font-size: 58px;
  line-height: 104px;
  text-decoration: underline;
  margin-bottom: 125px;
  display: block;
  color: #000;
}
.dps-lemme-content-sect .link-btn {
  font-size: 36px;
  line-height: 56px;
  text-decoration: underline;
  margin-bottom: 125px;
  display: block;
  color: #000;
}
.dps-lemme-content-sect .link-btn:hover {
  color: #1a43ad;
}
/* .work-page-css */

  

.work-box .pera p {
  font-size: 90px;
  margin: 0;
  line-height: 104px;
  font-family: "Neue Haas Grotesk Display Pro";
  margin-bottom: 10px;
  padding-left: 57px;
  font-weight: 600;
  line-height: 1;
}
.work-box .mb-50 {
  margin-bottom: 80px;
}
.color-white {
  color: #fff !important;
}
.work-box .link-btn-box {
  margin-top: 60px;
}
.work-box .link-btn {
  margin-bottom: 0;
}
.color-white h2 {
  color: #fff;
}

/*23-02-2023*/

.portfolio-sec,
.hover-img,
.simple-img,
.normal-img {
  cursor: url(../img/cursor-border-black.png), pointer !important;
}
.contact-page h1 {
  font-size: 90px;
  line-height: 104px;
  font-weight: 600;
}
.contact-page {
  margin-bottom: 100px;
}

.contact-form .form-check input {
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 12px;
  left: 0;
  z-index: 1;
}

.contact-form .form-check label {
  position: relative;
  cursor: pointer;
}
.contact-form .form-check {
  padding-left: 0px;
  position: relative;
  z-index: 0;
}
.contact-form .form-check:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #828482;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.contact-form .form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.terms-condition {
  display: flex !important;
  align-items: flex-start;
}
.contact-form .form-check.terms-condition input:checked + label:after {
  top: 6px;
  left: -17px;
}

.contact-form .form-check.terms-condition:before {
  margin-top: 4px;
}
.contact-checkbox label.form-check-label {
    font-size: 24px;
    font-weight: 300;
    top: 4px;
    color: #828482;
}
.select-option{
  position: relative;
}
.select-option p.order-label {
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    top: 9px;
    background-color: #fff;
    color: #858585;
    pointer-events: none;
}
.loader{
  display: none !important;
}

/*  */

/*Media Query*/
.portfolio-sec { 
  overflow: hidden;
}
.portfolio-sec img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.simple-img:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.05);
}
.work-box .simple-img:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.05);
}

/* ========================================responsive================================ 
===========================================**********=================================*/

@media only screen and (min-width: 1600px) {
}

@media only screen and (max-width: 1600px) {

  .banner-content h2,
  .footer-content h1 {
    font-size: 74px;
    
  }
  .portfolio-sec img {
    width: 100%;
  }
  .logo-slide h3,
  .footer-content h3 {
    font-size: 48px;
  }
  .brdcrmb-font-104 {
    font-size: 74px !important;
    
  }
  .about-content-sect .content-box .accordian-head,
  .about-content-sect .heading h2 {
    font-size: 68px;
    
  }
  .about-content-sect .content-box .accordion-header .accordion-button,
  .about-content-sect .content-box .content-head {
    font-size: 50px;
    
  }

  .about-content-sect .content-box .pera,
  .about-content-sect .accordion-item .accordion-body ul li {
    font-size: 30px;
    
    margin: 0;
  }
  /* contact-page */
  .contact-form-box {
    padding: 100px 57px 60px 118px;
  }
  .contact-form-box .heading h2 {
    font-size: 48px;
    
  }
  .link-btn {
    font-size: 48px;
    
  }

  .pera p {
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    margin : 0;
  }
  /* .home-sect {
    height: auto;
  } */

  /* dr-squatch  */
  .dr-squatch-content-sect .heading h2 {
    font-size: 48px;
    
  }
}
/* @media only screen and (max-width: 1399px) {

} */
@media only screen and (max-width: 1366px) {
  
  .banner-content h2,
  .footer-content h1 {
    font-size: 50px !important;
    line-height: 70px !important;
  }

  nav li a::before {
    top: -5px;
  }
  .nav_socila-icons a {
    margin-right: 18px;
  }
  .socialmedia svg {
    width: auto;
    height: 42px;
  }
  .brdcrmb-font-104 {
    font-size: 50px !important;
    line-height: 70px !important;
  }
  .about-content-sect .content-box .accordian-head,
  .about-content-sect .heading h2 {
    font-size: 50px;
    line-height: 66px;
  }
  .about-content-sect .content-box .accordion-header .accordion-button,
  .about-content-sect .content-box .content-head {
    font-size: 36px;
    line-height: 54px;
  }
  .about-content-sect .content-box .pera,
  .about-content-sect .accordion-item .accordion-body ul li {
    font-size: 24px;

    margin: 0;
  }
  .logo-slide h3,
  .footer-content h3 {
    font-size: 36px;
    line-height: 85px;
  }
  .socialicon ul li i {
    font-size: 40px;
    color: #fff;
  }
  .contact-form-box .heading h2 {
    font-size: 36px;
    line-height: 54px;
  }
  .contact-form .input-text {
    font-size: 30px;
  }
  .contact-form-box .pera p {
    margin-bottom: 88px;
  }
  .dps-lemme-content-sect .heading h2 {
    font-size: 50px;
    line-height: 88px;
  }
  .dr-squatch-content-sect .content-box .pera,
  .dps-lemme-content-sect .lemme-content .pera {
    font-size: 30px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1600px) {
  header.clicked .nav-modal .blob {
    top: -40%;
  }
  #homeVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .nav_socila-icons a{
    margin-right:2rem;
  }
}

@media only screen and (max-width: 992px) {

  .banner-content h2,
  .footer-content h1 {
    font-size: 50px;
    line-height: 70px;
  }
  nav a:hover {
    color: #dfdfdfd6;
  }
  nav li a::before {
    display: none;
  }
  .brdcrmb-font-104 {
    font-size: 50px !important;
    line-height: 70px !important;
  }
  .the-dps_logo {
    height: 74px;
  }
  .nav_socila-icons a {
    margin-right: 20px;
    font-size: 32px;
  }
  .logo-slide h3,
  .footer-content h3 {
    font-size: 32px;
  }
  .abt-bnr {
    position: relative;
    top: -55%;
  }
  .about-content-sect .content-box .accordian-head,
  .about-content-sect .heading h2 {
    font-size: 46px;
    line-height: 60px;
  }
  .about-content-sect .content-box .accordion-header .accordion-button,
  .about-content-sect .content-box .content-head {
    font-size: 36px;
    line-height: 54px;
  }
  .about-content-sect .content-box .pera,
  .about-content-sect .accordion-item .accordion-body ul li {
    font-size: 24px;
    line-height: 46px;
    margin: 0;
  }
  /* contact-page */
  .contact-form .input-text {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 30px;
  }
  .contact-form .submit-btn {
    font-size: 28px;
    line-height: 38px;
  }
  .contact-form-box .heading h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .contact-form .form-field {
    position: relative;
    margin: 16px 0 70px;
  }

  .dr-squatch-content-sect .content-box .pera,
  .dr-squatch-content-sect .content-box h4 {
    font-size: 34px;
    line-height: 56px;
  }
  .dps-lemme-content-sect .heading h2,
  .dr-squatch-content-sect .heading h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 38px;
  }
  .socialicon ul li i {
    font-size: 32px;
    color: #fff;
  }
  .socialicon ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .link-btn {
    font-size: 34px;
    line-height: 56px;
  }
}

/* mobile-view */

@media screen and (max-width: 767px) {
  .add-container .add-box{height: 300px !important;}
  .portfolio-section {height:35vh !important}
  .portfolio-section h2{padding: 10px 52px;}
  .select-option p.order-label{
    font-size: 18px;
  }
  .dps-lemme-content-sect .heading h2, .dr-squatch-content-sect .heading h2{
    font-size: 24px;
  }
  .cursor {
    display: none;
  }
  .about-breadcrumb-box.vh100 {
    height: auto;
  }
  .sticky-nav .the-dps_logo {
    height: 50px;
  }
  .the-dps_logo {
	top: 25px;
    height: 50px;
  }
  .sticky-nav .headNav-icon {
    top: 10px;
    transition: all 0.3s ease-in-out;
  }
  /* .abts-section {
    height: auto !important;
    position: relative;
} */

  .contact-form-ftr-p0 {
    padding: 0 24px !important;
  }
  /* h1 br {
    display: none;
  }
  h2 br {
    display: none;
  } */
  .pera p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    display: inline !important;
  }
  .sol-head p {
    font-size: 20px;
    line-height: 36px;
    /* margin-bottom: 0px; */
    display: inline !important;
    font-weight: 300;
  }
  .diff-container h2 {
    padding: 3rem 0 0 0 !important; 
    font-size: 2.0rem !important;
  }
  .grid-content p {
    font-size: 1.2rem !important;
    display: inline !important;
  }
  .service-container p {
    font-size: 2.0rem !important;
    line-height: 1.2 !important;
  }


  .sticky-nav .headNav-icon {
    top: 10px;
    transition: all 0.3s ease-in-out;
  }

  header {
    padding: 0 24px;
  }

  nav ul li ul {
    top: -9px;
  }

  nav a:hover {
    color: #fff;
    opacity: 0.8;
  }
  nav li a:hover::before {
    width: 100%;
    display: none;
  }
  .banner-content h2 {
    left: -30px;
    width: 90%;
    position: relative;
    margin: 0;
  }

  .footer-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }
  body .brdcrmb-font-104 {
    font-size: 46px !important;
    line-height: 52px !important;
  }
  .pl-69 {
    padding-left: 0px !important;
  }
  .px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .nav_socila-icons a {
    margin-right: 12px;
  }

  .socialmedia svg {
    width: auto;
    height: 34px;
  }
  .section-padding {
    padding: 4% 0;
  }
  .footer-content h3 {
    font-size: 24px !important;
    line-height: 46px !important;
  }

  .logo-slide h3 {
    padding-left: 18px;
    font-size: 35px !important;
    line-height: 46px !important;
  }
  section.logo-slide.section-padding {
    padding: 40px 0 70px !important;
}
.logistic-container {
  padding-top: 0rem !important;
}
  .slider .slide-track {
/*    animation: scroll 40s linear infinite;*/
    display: flex;
    align-items: center;
/*    width: calc(160px * 14);*/
  }
  .contact-link a {
    color: #fff;
    padding-bottom: 4px;
    font-size: 24px !important;
    font-weight: bold;
  }
  .socialicon ul li i {
    font-size: 36px !important;
    color: #fff;
  }
  .socialicon {
    padding: 50px 0 32px;
  }
  .socialicon ul li {
    display: inline-block;
    margin-right: 16px;
  }

  .footer-content div h1 {
    display: inline;
  }

  .home-sect {
    height: calc(100vh - 0px);
    position: relative;
  }

  .hero-section {
    height: calc(100vh - 0px);
    position: relative;
  }

  .hero-section__title {
	top: 50%;
	transform: translateY(-50%)!important;
    left: 0;
	padding: 0 20px;
  }

  /* workpage */
  .work-box .pera {
    display: inline;
  }
  .work-an-lft {
    padding-left: 10px;
    margin-bottom: 34px;
  }
  /* workpage-end */

  /* about-page */
  .about-content-sect {
    padding: 70px 69px 179px;
  }
  .about-content-sect .heading h2 {
    display: inline;
  }
  .about-content-sect .content-box .accordian-head,
  .about-content-sect .heading h2 {
    font-size: 46px !important;
    line-height: 50px !important;
  }
  .about-content-sect .content-box .accordion-header .accordion-button,
  .about-content-sect .content-box .content-head {
    font-size: 24px;
    line-height: 42px;
  }
  .about-content-sect .content-box .pera,
  .about-content-sect .accordion-item .accordion-body ul li {
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 0;
  }
  .about-breadcrumb-box .banner-content h2 {
    left: -30px;
    width: 80%;
    position: relative;
    margin: 0;
  }
  .about-content-sect .content-box {
    margin-top: 32px;
    margin-bottom: 70px;
  }
  .about-content-sect .content-box .pera {
    display: inline;
  }
  .about-content-sect .content-box .acc-tp {
    margin-top: 0;
  }

  /* contact-page */
  .contact-form-box .heading h2 {
    font-size: 24px !important;
    line-height: 44px !important;
  }
  .contact-form-box {
    padding: 174px 57px 60px;
  }
  .contact-form .form-field {
    position: relative;
    margin: 16px 0 45px;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    font-size: 18px !important;
    line-height: 36px !important;
  }
  .contact-form .form-field h4 {
    font-size: 18px;
  }
  .contact-form .form-field .form-check label {
    font-size: 18px;
  }
  .contact-form .form-select {
    background-size: 20px;
  }

  .contact-form-box .pera p {
    margin-bottom: 55px;
  }
  .contact-form .submit-btn {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .contact-page h1 {
    display: inline;
  }
  .trms-cnd {
    font-weight: 300;
    font-size: 12px;
  }

  /* dr-squtach  */
  .dr-squatch-content-sect .content-box .pera,
  .dr-squatch-content-sect .content-box h4 {
    font-size: 24px !important;
    line-height: 42px !important;
  }
  .dps-lemme-content-sect .heading h2,
  .dr-sq-twoBlock .heading h2 {
    font-size: 24px !important;
    line-height: 53px !important;
  }
  .dr-sq-twoBlock {
    padding: 70px 69px;
    background-color: #efefef;
  }
  .dr-sq-twoBlock .heading {
    margin-bottom: 30px;
  }
  .dps-lemme-content-sect .lemme-content h4 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .dps-lemme-content-sect .lemme-content .pera {
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 42px;
  }
  .dps-ranavat-content-sect {
    padding: 70px 0px 65px;
  }
  .dps-genexa-content-sect {
    padding: 70px 0px 65px;
  }
  .dps-lemme-content-sect .link-btn {
    font-size: 24px;
    line-height: 34px;
  }

  .link-btn {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 80px;
  }
  /* .dps-lemme-content-sect {
    padding: 38px 69px 65px;
  } */
  .dr-sq-img {
    padding: 40px 0px 40px;
  }
  .dr-squatch-content-sect {
    padding: 85px 69px 48px;
  }
}

/*home page css*/
@media screen and (min-width: 768px) and (max-width: 8000px) {
  
  *,
  :after,
  :before {
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .scroll-container {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  .last-pera {
    display: block !important;
}
}
.color-1 {
  stop-color: rgb(255, 255, 255);
  stop-opacity: 1;
  animation: animOne 2s infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.color-2 {
  stop-color: rgb(65, 196, 187);
  stop-opacity: 1;
  animation: animTwo 2s infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.color-3 {
  stop-color: rgb(236, 141, 220);
  stop-opacity: 1;
  animation: animThree 2s infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes animOne {
  0% {
    stop-color: rgb(236, 141, 220);
  }

  100% {
    stop-color: rgb(255, 255, 255);
  }
}

@keyframes animTwo {
  0% {
    stop-color: rgb(255, 255, 255);
  }

  100% {
    stop-color: rgb(65, 196, 187);
  }
}

@keyframes animThree {
  0% {
    stop-color: rgb(65, 196, 187);
  }

  100% {
    stop-color: rgb(236, 141, 220);
  }
}
.logo-svg svg {
  width: auto;
  height: 74px;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.packaging{
  background: #F1F2F2;
}
/* .packaging h4{
  line-height: 48px;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.3;
} */
.common-btn{
    height: 3.5rem;
    width: 12rem;
    border: 0.1rem solid black;
    border-radius: 2rem;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.common-btn:hover{
  background: #0820f2;
  color: #fff;
}
.h2-heading{
    font-size: 74px;
    line-height: 78px;
}
.below-head-text{
    font-size: 24px;
    font-weight: 500;
}
.mt-40{
  margin-top: 40px;
}
.git-text{
  margin-top: 40px;
    font-size: 74px;
    line-height: 1.4;
    /* text-align: center; */
    white-space: nowrap;
        display: flex;
    /*overflow-y: auto;*/
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  /* /justify-content: center;/ */

}
.git-text::-webkit-scrollbar {
    display: none;
}
.git-text .color-blue{
  color: #0820f2;
  margin: 0 15px;
}
.add-images{
  background: #FFFFFF;
}
.add-container{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background:#fff;
}
.add-container .add-box{
width: 100%;
height: 580px;
overflow-y:auto; 
}
.scroolbar-hide{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.scroolbar-hide::-webkit-scrollbar{
  display: none;
}
.col-two{
  display: flex;
  /* justify-content: space-between; */
  padding-right: 52px;
}
.col-two .chakrimg img{
  width: 400px;
  margin-top: 20px;
  margin-left:21rem;
}
.col-two .chakrimg img:hover{
  animation: mymove 2s infinite;
}
@keyframes mymove {
  0% {
    transform: scale(1,1);

  }
  50% {transform: scale(.7,.7);}
  100%{
    transform: scale(1,1);

  }
}
.portfolio-section{
  height: 100vh;
  overflow-x: auto;
}
.portfolio-section h2{
  padding: 20px 52px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
}
.portfolio-section img{
  width: 100%;

}
/*menu*/
.menu-overlay{
      /*display: block;*/
    /* width: 10px; */
    /* height: 10px; */
    /* border-radius: 100%; */
    /*margin-left: auto;
    margin-right: 0px;
    background-color: #1a43ad;
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.6s ease-in;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transform-origin: left;
    clip-path: circle(50% at 50% 50%);
    opacity: 0;*/
    background:#1a43ad; 
    transition: 2s;
    top:0;
    right: 0;
    position: absolute;
}
.menu-overlay-open{
    width: 200%;
    height: 200%;


    
}
.mob-menu{
  display: none;
}
.mob-fixed{
  display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hamb{
  cursor: pointer;
}
.menu-container{
      position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
        padding: 9.5%;
}
.menu-container ul li a{
 font-size: 3rem;
    color: #fff;
    line-height: 1.5;
}
@media (max-width: 767px) {
  .col-two{
    flex-direction: column;
  }
  .logo-svg svg {
    top: 16px;
    height: 64px;
  }
  .dps-snif-product img{
    height: auto;
  }
  .contact-form .form-check input{
    top: 5px;
  }
  .contact-form-box {
    padding: 100px 57px 60px;
  }
  .contact-block #text1{
    font-size: 1.2rem;
  }
  .contact-block #text2{
    font-size: 1.2rem;
  }
  .contact-block{
    padding : 25px 0 60px;
  }
  .contact-block img{
    float:right;
    width:225px !important;
    height: 125px !important;
  }
  .contact-block .text-container{
    margin-top: 2rem !important;
    text-align: left;
  }
  .contact-block .logo-container{
    /* margin-top: 50px !important; */
    text-align: center;
  } 
  .footer-sub-container4{
    flex-direction: column-reverse;

  }
   .footer-sub-container4 .text-container {
    width:100%
  } 
  .footer-sub-container4 .logo-container {
    width:100%;
    margin-right: 0px;
  } 
  .logo-container img {
    width: 100% !important;
}
  .footer-sub-container5{
	flex-direction: column;
	text-align: start;
	padding: 30px 25px;
  }
  
  .footer-sub-container4 #text1{
    font-size: 1rem;
    text-align: center;
  }
  .footer-sub-container4 #text2{
    font-size: 1rem;
    text-align: center;
  }
  .footer-sub-container4 .text-container  #contact-us-btn{
    margin: 0 auto;
  }
  .git-text{
    font-size: 20px;
  }
  .git-text span{
    opacity: 1;
  }
  .strategic-img{
    max-width: 100% !important;
  }
  .strategic-img img{
    width: 100% !important;
    height: 400px !important;
  }
  .logistic-img img {
    width: 100% !important;
    height: 400px !important;
  }

.logistic-text-container img {
    max-width: 25% !important;
    /* margin-bottom: 10px; */
    margin-left: -15px !important;
}
  /*
  .footer-sub-container4 img{
    float:right;
    width:225px;
    height: 125px;
  } */
}

.contact-block .text-container{
  margin-top: 3.5rem;
}

@media only screen and (max-width:420px){
  body .brdcrmb-font-104, .footer-content h1{
    font-size: 42px !important;
  }
}

/* New About Us Page */

.diff-container h2 {
    padding: 1rem 0 2rem 0;
    font-size: 3rem;
    font-weight: bold;
}
h2 {
  font-size: 2rem;

}
.grid-text {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto;
  gap: .01rem;
}
.grid-content {
  /* border: none; */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.service-container {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.service-container h2{
    font-size: 3rem;
    font-weight: bold;
}


.service-container p {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.product-manufacturing-container h3 {
  margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 1px;
} 
.product-manufacturing-container .grid-content h3{
  font-size: 1.3rem;
}
.product-manufacturing-container p {
  margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    letter-spacing: 1px;
}

.product-manufacturing-container .ml55{
  margin-left: left;
}

.strategic-design-container,.logistic-container {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.strategic-text-container,.logistic-text-container h2 {
  padding-bottom: 1rem;
}


.grid-content img {
  height: 5rem;
  width: 5rem;
}

.grid-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

.product-manufacturing-container .grid-content p {
  width: 100%;
}

.grid-content p {
  width: 68%;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
.logistic-container {
  position: relative;
  display: flex; /* Use flexbox to create a flexible container */
  align-items: center; /* Align items vertically in the center */
  justify-content: space-between;
  margin-top: 1rem;
}

.strategic-img{
  flex: 1; /* Let the image container take all the available space */
  max-width: 50%;
}
.animation-zoom{
  animation: zoom-in-zoom-out 3s ease-in-out forwards;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(1.1,1.1);
  }
  100% {
    transform: scale(1,1);
  }
}

.logistic-img {
  flex: 1; /* Let the image container take all the available space */
  max-width: 50%;
  padding-top: 50px;
  
}

.logistic-text-container, .strategic-text-container {
  flex: 1; /* Let the text container take all the available space */
  padding: 1rem; /* Optional: Add some padding to the text container */

}

.strategic-text-container img {
  max-width: 15%;
  padding: 15px 0;
}

.strategic-text-container h2{
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.strategic-text-container p{
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  width: 86%;
}
.logistic-text-container{
  max-width: 50%;
  margin-bottom: 20px;
}

.logistic-text-container h2{
  font-size: 2.5rem;
    font-weight: bold;
}

.logistic-text-container img{
  max-width: 15%;
  margin-bottom: 10px;
  margin-left:-25px;  
}
.logistic-text-container p{
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}

.client-container {
margin-left: 0;
margin-right: 0;
}
.clients-container {
  display:  flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

.clients-container img {
width: 12%;
height: 10%;
}

/* .what-wedo-text{width:40%} */
.diff-container{
  
    padding-bottom: 3rem;
}
.right-arrow{margin-bottom: 10px;}

.add-images .swiper-container-vertical{
    height: 100%;
    overflow: hidden;
}
.port-images .swiper-container-vertical{
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-container-vertical .item img{
  height: 100vh;
  object-fit: cover;
}
.swiper-slide .product-name{
  position: relative;
  left: -100px !important;
  opacity: 0 !important;
  transition: 1s !important;
  font-size: 60px;
    font-weight: bold;
}
.swiper-slide-active .product-name {
    left: 0 !important;
  opacity: 1 !important;
}
.add-images .card img{
  width: 100%;
}
.swiper-slide .content-center{
  position: absolute;
  transform: scale(1.5) !important;
  opacity: 0 !important;
  transition: 2s !important;
}
.swiper-slide-active .content-center{
  transform: scale(1.1) !important;
  opacity: 1 !important;
}
.first-lemme{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.port-images{
  background: #F1F2F2;
  padding: 40px 0 40px 0;
}

.course-areas_phrase-container {
  width: 1050vw;
  color: #000;
  letter-spacing: -2px;
  font-size: 8rem;
  font-weight: 600;
  line-height:1;
  position: relative;
}
.course-areas_phrase-container.to-right {
  left: -90rem;
}
.course-areas_phrase-container.to-left {
  left: -20rem;
}
html.w-mod-touch * {
    background-attachment: scroll!important;
}
.port-swiper{height: 100vh !important;}
.wd-large{display: block;}
.wd-small{display: none;}
@media only screen and (max-width:768px){
  .git-text{
    overflow-x: hidden;
  }
  .course-areas_phrase-container.to-right {
    width: 2000vw;
    margin-bottom: 0.5rem;
    font-size: 3.25rem;
    left: -80rem;
  }
  .course-areas_phrase-container.to-left {
    width: 2000vw;
    margin-bottom: 0.5rem;
    font-size: 3.25rem;
    left: 30rem;
  }
  .swiper-slide .product-name{
    font-size: 40px !important;
  }
  /* .packaging h4 {

    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;

  } */
  .h2-heading {
    font-size: 36px;
    line-height: normal;
  }
  .product-name {
    padding: 15px;
    padding-left: 25px;
    background-color: white;
    margin-bottom: 0px;
  }
  .product-name {
    padding: 10px 10px 10px 20px;
  }
  .wd-large{display: none;}
.wd-small{display: block;}

}
.btn-section.squatch.home-section{text-align:center;}