*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: acre;
  src: url(./../assets/acre-medium.otf);
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o_h {
  overflow: hidden;
}

.o_h span {
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header nav {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}

header nav .logo img {
  height: 25px;
  cursor: pointer;
}

header nav .menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 101;
}

header nav .menu_icon .line {
  height: 3px;
  width: 30px;
  background: #353d4a;
  -webkit-transform-origin: center;
          transform-origin: center;
}

header nav .menu_icon .line:nth-child(2) {
  margin: 5px 0;
  width: 40px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

#loader lottie-player {
  height: 95%;
  width: 100%;
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(235, 239, 234, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#menu .item {
  margin: 30px 0;
  font-weight: 300;
  font-size: 36px;
  color: #000000;
}

.circ1 {
  height: 45vh;
  width: 45vh;
  border-radius: 50%;
  background: #d8d8d8;
  position: fixed;
  bottom: -15%;
  left: -30%;
  z-index: -1;
}

.rect {
  height: 40vh;
  width: 40vh;
  background: #f5f5f5;
  position: fixed;
  bottom: -5%;
  right: -45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -2;
}

#red {
  position: fixed;
  bottom: 10%;
  left: 35%;
  height: 20vh;
  width: 20vh;
  border-radius: 50%;
  border: 6px solid #ff3c3c;
  z-index: -2;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#page1 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#page1 #mainSvg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  z-index: 9;
  width: 90%;
}

#page1 #mainSvg .know_more {
  position: absolute;
  top: 29%;
  left: 0;
  font-size: 1.2em;
  padding: 10px 30px;
  border: none;
  color: #353d4a;
  background: #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page1 #mainSvg .know_more:hover {
  background: #353d4a;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#topCirc {
  position: fixed;
  top: -5%;
  right: -15%;
  height: 45vh;
  z-index: -1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  opacity: 0.39;
}

#topEllipse {
  position: fixed;
  top: -10%;
  left: -30%;
  height: 35vh;
  z-index: -1;
}

#page {
  position: fixed;
  top: 60px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 80px;
  z-index: 9;
}

#page span {
  color: #565656;
  z-index: 2;
  letter-spacing: 0.5px;
  font-size: small;
  margin: 0 1px;
  opacity: 0;
}

#page span:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

#page .tri1 {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #d2d2d2;
}

#page .tri2 {
  position: absolute;
  bottom: 50%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #d2d2d2;
}

#navBtn,
#navBtnUp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #ebefea;
  -webkit-box-shadow: 0px 4px 6px rgba(130, 130, 130, 0.25);
          box-shadow: 0px 4px 6px rgba(130, 130, 130, 0.25);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

#navBtn .arrow,
#navBtnUp .arrow {
  margin-bottom: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #353d4a;
}

#navBtnUp {
  right: 80px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#navBtnUp .arrow {
  margin-top: -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.client_section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section .svg_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.client_section .svg_name svg {
  width: 90%;
  will-change: transform;
}

.client_section .illustrations {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  pointer-events: none;
}

.client_section .illustrations .img {
  height: 20vh;
}

.client_section .illustrations .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  will-change: transform;
}

.client_section .illustrations .filler {
  display: none;
}

.client_section .illustrations.three .img.first {
  z-index: 3;
}

.client_section .illustrations.three .img.first img {
  -o-object-position: bottom left;
     object-position: bottom left;
}

.client_section .illustrations.three .img.second {
  height: 21vh;
  z-index: 2;
  width: 35%;
  position: absolute;
  left: 45%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section .illustrations.three .img.third {
  z-index: -1;
}

.client_section .illustrations.two {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .illustrations.two .img {
  height: 27vh;
}

.client_section .illustrations.two .img.first {
  z-index: -1;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.client_section .illustrations.two .img.second {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.client_section .illustrations.one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .illustrations.one .img {
  height: 27vh;
}

.client_section .illustrations.four {
  margin: 0 -30px;
}

.client_section .illustrations.four .img.first {
  z-index: -1;
}

.client_section .illustrations.four .img.first img {
  -o-object-position: bottom left;
     object-position: bottom left;
}

.client_section .illustrations.four .img.second {
  height: 21vh;
  z-index: 2;
  width: 35%;
  position: absolute;
  left: 35%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section .illustrations.four .img.third {
  z-index: -2;
  height: 21vh;
  z-index: 2;
  width: 35%;
  position: absolute;
  right: 5%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section .bottom_container {
  position: relative;
  background: #fff;
  z-index: 3;
}

.client_section .bottom_container .tint {
  position: absolute;
  bottom: 100%;
  z-index: 3;
  height: 25vh;
  background: rgba(235, 239, 234, 0.87);
  width: 100%;
  opacity: 0;
  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;
  padding-top: 59px;
}

.client_section .bottom_container .tint .close {
  z-index: 2;
}

.client_section .bottom_container .tint .close svg {
  fill: #353d4a;
}

.client_section .bottom {
  height: 48vh;
  padding: 20px 0 0;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  will-change: transform;
}

.client_section .bottom h1 {
  font-size: 3em;
  margin: 0;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 600;
  line-height: 78px;
  color: #353d4a;
}

.client_section .bottom .scroll {
  overflow-y: auto;
  height: 100%;
}

.client_section .bottom p {
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.client_section .bottom .overview {
  padding: 0 20px;
  margin: 5px 0;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.client_section .bottom .view_more {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

.client_section .bottom .view_more span {
  font-size: 14px;
  color: #4a5e7d;
  font-style: italic;
}

.client_section .bottom .more_container {
  position: relative;
  display: none;
  padding: 0 30px;
  padding-bottom: 100px;
  overflow: hidden;
}

.client_section .bottom .more_container .people_container .desig,
.client_section .bottom .more_container .people_container .tag {
  text-align: left;
}

.client_section .bottom .more_container .people_container svg {
  display: block;
  fill: #4a5e7d;
  margin-bottom: 20px;
  margin-right: auto;
}

.client_section .bottom .more_container h2 {
  text-align: left;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.02em;
  color: #353d4a;
}

.client_section .bottom .more_container p {
  color: #797979;
  line-height: 130%;
}

.client_section .bottom .more_container i {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #494949;
}

.client_section .bottom .more_container p,
.client_section .bottom .more_container i {
  text-align: left;
}

.client_section .bottom .more_container i {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #494949;
}

.client_section .bottom .more_container h3 {
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #494949;
  margin: 0;
}

.client_section .bottom .more_container .bg_svg {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

.client_section .bottom .more_container .bg_svg svg {
  height: auto;
  width: 60vw;
}

.client_section .bottom .more_container .bg_name {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

.client_section .bottom .more_container .bg_name span {
  white-space: nowrap;
  display: block;
  color: #f5f5f5;
  font-weight: 800;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 13em;
  -webkit-transform: rotate(-90deg) translate(22%, 117%);
          transform: rotate(-90deg) translate(22%, 117%);
}

#page4 .bottom h1 {
  font-size: 2.5em;
}

#page4 .bottom .bg_name span {
  -webkit-transform: rotate(-90deg) translate(32%, 214%);
          transform: rotate(-90deg) translate(32%, 214%);
}

#page7 .bottom .bg_name span {
  -webkit-transform: rotate(-90deg) translate(32%, 214%);
          transform: rotate(-90deg) translate(32%, 214%);
}

.page_heading {
  color: #353d4a;
  font-size: 3em;
  padding: 0 10px;
}

.page_heading span {
  display: block;
}

.seperator {
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  width: 60%;
  margin: auto;
  margin-top: 10px;
}

.seperator.center {
  margin: auto !important;
}

#people {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  padding: 50px 20px 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
}

#people h1 {
  margin-top: 15px;
  margin-bottom: 10px;
}

#people .container {
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 16px 16px 0 0;
  padding: 20px 22px 90px;
}

#people .container .carousel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[5];
      grid-template-columns: repeat(5, 100%);
  gap: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#people .container .carousel .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#people .container .carousel .item .body {
  width: 100%;
  position: relative;
}

#people .container .carousel .item.testimonial .quote {
  position: relative;
}

#people .container .carousel .item.testimonial .quote img {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
}

#people .container .carousel p {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #727272;
}

#people .container .carousel .img {
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
}

#people .container .carousel .img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#people .container .carousel .ele1 {
  position: absolute;
  top: 2px;
  right: 3px;
  height: 50px;
  width: 50px;
  z-index: 2;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(216, 216, 216, 0.4);
}

#people .container .carousel .name {
  color: #494949;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  margin-top: 10px;
  text-align: center;
}

#people .container .carousel .desig {
  margin-top: 5px;
  font-weight: 300;
  color: #494949;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

#people .container .carousel .seperator {
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  width: 60%;
  margin: auto;
  margin-top: 10px;
}

#people .nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

#people .nav button {
  margin: 0 10px;
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #ebefea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#people .nav button svg {
  height: 25px;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}

#people .nav button svg path {
  fill: #353d4a;
}

#people .nav button.left {
  opacity: 0;
}

#people .nav button.right svg {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

#people .nav button:focus {
  outline: none;
}

#people .nav button:hover {
  background: #353d4a;
}

#people .nav button:hover svg path {
  fill: #ebefea;
}

#philosophy {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  padding: 50px 20px 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
}

#philosophy .container {
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 0 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 34px;
}

#philosophy .container h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #494949;
}

#philosophy .container h2 {
  color: #494949;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #494949;
  line-height: 1.2;
}

#philosophy .container .text {
  display: none;
}

#philosophy .container p {
  color: #797979;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.5px;
}

#philosophy .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#philosophy .container .row:first-child .col_2 {
  display: none;
}

#philosophy .container .row.bottom {
  margin-bottom: 50px;
}

#philosophy .container .row.bottom p {
  font-size: 14px;
}

#philosophy .container .bottom_seperator {
  padding-bottom: 70px;
  position: relative;
}

#philosophy .container .bottom_seperator:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 4px;
  width: 50%;
  background: #353d4a;
}

#philosophy .container .inner_heading {
  text-align: center;
}

#philosophy .container .endorsement_carosuel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#philosophy .container .endorsement_carosuel .col_1 .img_container {
  width: 70%;
  margin: auto;
  overflow: hidden;
  height: 30vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[2];
      grid-template-columns: repeat(2, 100%);
}

#philosophy .container .endorsement_carosuel .col_1 .img_container .img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#philosophy .container .endorsement_carosuel .col_1 .img_container .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#philosophy .container .endorsement_carosuel .col_1 .dots {
  margin-top: 15px;
  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;
}

#philosophy .container .endorsement_carosuel .col_1 .dots .dot {
  margin: 0 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #efefef;
}

#philosophy .container .endorsement_carosuel .col_1 .dots .dot.active {
  background: #c4c4c4;
}

#philosophy .container .endorsement_carosuel .col_2 {
  margin: 0 0 0 20px;
  padding: 0;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[2];
      grid-template-columns: repeat(2, 100%);
  grid-gap: 20px;
  gap: 20px;
}

#philosophy .container .endorsement_carosuel .col_2 .carousel_text {
  width: 100%;
  position: relative;
  padding: 30px 0;
  font-size: 16px;
  line-height: 130%;
  color: #797979;
}

#philosophy .container .endorsement_carosuel .col_2 .quote {
  margin-top: 18px;
  padding-top: 16px;
  position: relative;
}

#philosophy .container .endorsement_carosuel .col_2 .quote img {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;
  height: 18px;
}

#philosophy .container .carousel_nav {
  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;
  margin-bottom: 50px;
}

#philosophy .container .carousel_nav button {
  margin: 0 10px;
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #ebefea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#philosophy .container .carousel_nav button svg {
  height: 15px;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}

#philosophy .container .carousel_nav button svg path {
  fill: #353d4a;
}

#philosophy .container .carousel_nav button.right svg {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

#philosophy .container .carousel_nav button:focus {
  outline: none;
}

#philosophy .container .carousel_nav button:hover {
  background: #353d4a;
}

#philosophy .container .carousel_nav button:hover svg path {
  fill: #ebefea;
}

#philosophy .container footer {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: 0;
  margin: 0 -40px;
}

#porfolio {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  padding: 50px 20px 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#porfolio > h1 {
  margin-bottom: 0;
  min-height: 50px;
}

#porfolio .seperator {
  margin-left: 0;
}

#porfolio .inner_heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #757575;
  letter-spacing: 0.2px;
}

#porfolio .circle {
  position: absolute;
  right: -15%;
  top: 14%;
  height: 50vh;
  width: 50vh;
  border-radius: 50%;
  background: rgba(216, 216, 216, 0.3);
  opacity: 0.2;
  z-index: 99;
  pointer-events: none;
}

#porfolio .red_circle {
  position: absolute;
  right: 5%;
  top: 28%;
  height: 10vh;
  width: 10vh;
  border-radius: 50%;
  border: 6px solid #ff3c3c;
  opacity: 0.8;
  z-index: 99;
  pointer-events: none;
}

#porfolio .box {
  position: absolute;
  left: -10%;
  top: 60%;
  height: 30vh;
  width: 30vh;
  background: rgba(216, 216, 216, 0.53);
  opacity: 0.3;
  pointer-events: none;
  z-index: 99;
}

#porfolio .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 35px 25px 0;
}

#porfolio .container .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#porfolio .container .group .head {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: #757575;
  opacity: 0.6;
  margin-bottom: 10px;
}

#porfolio .container .group .flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#porfolio .container .group .flex_row span {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #757575;
  margin: 0 50px 10px 0;
}

#porfolio .container .group .flex_row span:hover {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#porfolio .container .media_carousel {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
      grid-template-columns: repeat(1, 100%);
  grid-gap: 50px;
  gap: 50px;
  margin-top: 50px;
}

#porfolio .container .media_carousel h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #797979;
  margin: 0;
}

#porfolio .container .media_carousel p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #797979;
}

#porfolio .container .media_carousel a {
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}

#porfolio .container .media_carousel a:hover {
  text-decoration: underline;
}

#porfolio .container .nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 60px 0;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

#porfolio .container .nav button {
  margin: 0 10px;
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #ebefea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#porfolio .container .nav button svg {
  height: 15px;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}

#porfolio .container .nav button svg path {
  fill: #353d4a;
}

#porfolio .container .nav button.left {
  opacity: 0;
}

#porfolio .container .nav button.right svg {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

#porfolio .container .nav button:focus {
  outline: none;
}

#porfolio .container .nav button:hover {
  background: #353d4a;
}

#porfolio .container .nav button:hover svg path {
  fill: #ebefea;
}

#porfolio footer {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  margin: 30px -40px 0;
}

#porfolio footer .grid {
  padding: 20px 30px;
}

#contact {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  padding: 50px 20px 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

#contact > h1 {
  margin-bottom: 0;
}

#contact .container {
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 20px 25px 80px;
}

#contact .container form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .container form h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #494949;
}

#contact .container form h4 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #494949;
}

#contact .container form p {
  margin: 3px 0;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #494949;
  font-weight: 300;
  width: 100%;
}

#contact .container form textarea {
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  font-style: italic;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}

#contact .container form a {
  text-decoration: none;
  color: #494949;
}

#contact .container form a:hover {
  text-decoration: underline;
}

#contact .container form input[type="submit"] {
  font-size: 1.2em;
  padding: 10px 30px;
  border: none;
  color: #fff;
  background: #353d4a;
  border-radius: 8px;
  cursor: pointer;
}

#contact .container .msg {
  display: none;
}

#contact .container h1 {
  margin: 150px 0 50px;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

#contact .container button {
  font-size: 1.2em;
  padding: 10px 30px;
  border: none;
  color: #fff;
  background: #353d4a;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  margin: auto;
}

#contact .container button:focus {
  outline: none;
}

#contact .container button:hover {
  background: #353d4a;
}

#contact footer .grid {
  padding-bottom: 50px;
  margin: 0 -20px;
}

#contact footer .grid .col_4 {
  display: none;
}

footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: 40px;
}

footer .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 20px;
  padding: 60px 20px 50px;
  background: #353d4a;
  color: #fff;
}

footer .grid .col_1 .duane {
  padding-bottom: 30px;
  border-bottom: 3.5px solid rgba(255, 255, 255, 0.2);
}

footer .grid .col_1 .duane img {
  height: 20px;
}

footer .grid .col_1 p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}

footer .grid .col_1 .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}

footer .grid .col_1 .phone svg {
  margin-right: 15px;
}

footer .grid .col_1 .phone a {
  color: #ffffff !important;
  text-decoration: none;
}

footer .grid .col_1 .phone a:hover {
  text-decoration: underline;
}

footer .grid ul {
  list-style: none;
  padding: 0;
}

footer .grid ul li {
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  padding: 5px 0;
}

footer .grid ul li:hover {
  color: rgba(235, 239, 234, 0.87);
}

footer .grid ul li:first-child {
  font-weight: bold;
  padding-bottom: 20px;
  cursor: default;
}

footer .grid ul li:first-child:hover {
  color: #fff;
}

footer .grid .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .grid .logos img {
  margin-right: 15px;
  cursor: pointer;
}

footer .grid .col_4 {
  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;
}

footer .grid .col_4 .elements {
  position: relative;
}

footer .grid .col_4 .circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 1050%;
  left: 80%;
}

footer .alpha {
  width: 100%;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.get_c_name {
  white-space: nowrap;
}

.desk_nav,
#deskBackToTop,
.deskElem1,
.deskElem2,
.deskElem3,
.deskElem4,
.deskElem5,
.deskElem6,
.deskElem7,
.deskElem8,
.circ3,
.circ4,
.circ5,
.circ6,
.circ7 {
  display: none;
}

#page2 .invertors_heading {
  display: block !important;
}

.p_0 {
  padding: 0 !important;
}

.pb_2 {
  padding-bottom: 50px;
}

.link a {
  color: #333;
}

@media screen and (max-width: 375px) {
  .client_section .bottom {
    padding: 12px 0 0;
  }
  .client_section .bottom h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
  #menu {
    padding-bottom: 100px;
  }
  #philosophy > h1,
  #porfolio > h1 {
    margin-top: 0;
    font-size: 2rem;
  }
  #porfolio .container .grid span {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
  #contact > h1 {
    font-size: 2rem;
    min-height: 3rem;
  }
  #contact .container {
    padding: 0;
  }
  #contact .container form h2 {
    font-size: 22px;
  }
  #contact .container form h4 {
    font-size: 18px;
  }
  #contact .container form p {
    font-size: 12px;
  }
  #contact .container form textarea {
    font-size: 10px;
  }
  #contact .container form input[type="submit"] {
    font-size: 12px;
    padding: 6px 20px;
  }
  
    
}

@media screen and (max-width: 700px) {
.codex-img {
  margin-top: 0 !important;
  margin-left: 0!important;
}
.rooster-1{
  margin-left: 0px !important;
  margin: 0px !important;
} 
#page10 .third{
margin-right: 49px;
}

}


@media screen and (max-width: 320px) {
  header nav {
    padding: 10px 20px;
  }
  header nav .logo img {
    height: 20px;
  }
  header nav .menu_icon .line {
    height: 2px;
    width: 25px;
  }
  header nav .menu_icon .line:nth-child(2) {
    margin: 3.5px 0;
    width: 30px;
  }
  #menu .item {
    font-size: 26px;
  }
  #page {
    width: 70px;
    height: 60px;
  }
  #page span {
    font-size: 10px;
  }
  #page span:first-child {
    font-size: 11px;
  }
  #page .tri1 {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #d2d2d2;
  }
  #page .tri2 {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #d2d2d2;
  }
  #page1 #mainSvg .know_more {
    font-size: 14px;
    padding: 8px 20px;
  }
  .client_section .bottom h1 {
    font-size: 2em;
  }
  .client_section .bottom p {
    font-size: 12px;
    line-height: 1.2;
  }
  .client_section .bottom .view_more span {
    font-size: 12px;
  }
  .client_section .bottom .more_container h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  .client_section .bottom .more_container h3 {
    font-size: 18px;
  }
  .page_heading {
    font-size: 1.7em;
  }
  #philosophy .container h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  #philosophy .container h2 {
    font-size: 18px;
  }
  #philosophy .container p {
    font-size: 12px !important;
  }
  #philosophy .container .endorsement_carosuel .col_2 .carousel_text {
    font-size: 12px;
  }
  #people .container {
    padding: 15px 12px;
  }
  #people .container .carousel p {
    font-size: 12px;
  }
  #people .container .carousel .img {
    width: 50%;
  }
  #people .container .carousel .name {
    font-size: 17px;
    line-height: 19px;
  }
  #people .container .carousel .desig {
    font-size: 13px;
  }
  #people .nav button {
    height: 30px;
    width: 30px;
  }
  #people .nav button svg {
    height: 15px;
  }
  #porfolio .inner_heading {
    font-size: 16px;
  }
  #porfolio .container {
    padding: 15px 10px 0;
  }
  #porfolio .container .group .head {
    font-size: 12px;
  }
  #porfolio .container .group .flex_row span {
    font-size: 16px;
    line-height: 18px;
  }
  #porfolio .container .media_carousel {
    margin-top: 0;
  }
  #porfolio .container .media_carousel h3 {
    font-size: 14px;
  }
  #porfolio .container .media_carousel p {
    font-size: 12px;
  }
  #contact > h1 {
    min-height: 2rem;
    font-size: 2rem;
  }
  #contact .container {
    padding: 0 15px 20px;
  }
  footer .grid {
    padding: 20px 20px 50px;
  }
  footer .grid .col_1 .duane {
    padding-bottom: 10px;
  }
  footer .grid .col_1 .duane img {
    height: 15px;
  }
  footer .grid .col_1 p {
    font-size: 12px;
  }
  footer .grid .col_1 .phone {
    font-size: 12px;
  }
  footer .grid ul {
    margin: 0;
  }
  footer .grid ul li {
    font-size: 13px;
  }
  footer .grid .col_4 .circle {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 428px) and (min-width: 376px) {
  .client_section .bottom {
    padding: 2vh 0 0;
    height: 48vh;
  }
  .client_section .bottom .more_container {
    padding-bottom: 200px;
  }
  .client_section .bottom h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
  #menu {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 575px) {
  #page3 .svg_name {
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
  #page4 .svg_name {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  #page4 .illustrations .img {
    height: 27vh;
  }
  #page4 .illustrations .img.first {
    z-index: -1;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  #page4 .illustrations .img.second {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #page5 .svg_name {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
  #page7 .svg_name {
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
  #page7 .illustrations {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page7 .illustrations .img {
    height: 28vh;
  }
  #page7 .illustrations .img.first {
    z-index: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #page7 .illustrations .img.second {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #page8 .svg_name {
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
  #page9 .svg_name {
    -webkit-transform: translateY(58%);
            transform: translateY(58%);
  }

  .rotters::after{
    content: '';
    width: 90%;
    height: 100px;
    bottom: 0px;
    left: 20px;
    } 
    .coldex::after{
      content: '';
      width: 90%;
      height: 10px;
      top: 0px;
      left: 20px;
       } 


}

@media screen and (min-width: 576px) {
  .link a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
  }
  .link a:hover {
    text-decoration: underline;
  }
  body {
    background: #e5e5e5;
    padding-bottom: 50vh;
  }
  header nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
  }
  header nav .logo img {
    height: 45px;
  }
  header nav .menu_icon {
    display: none;
  }
  #navBtn,
  #navBtnUp {
    display: none;
  }
  .desk_nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: #fff;
    z-index: 999;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: block;
  }
  .desk_nav nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .desk_nav nav .logo {
    cursor: pointer;
  }
  .desk_nav nav > img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotate(90deg) translate(75%, -50%);
            transform: rotate(90deg) translate(75%, -50%);
    width: 20vh;
  }
  .desk_nav nav .center {
    width: 2px;
    height: 20vh;
    background: rgba(49, 58, 52, 0.26);
    margin-top: 26vh;
    position: relative;
  }
  .desk_nav nav .center .indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #313a34;
  }
  .desk_nav nav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(90deg) translateX(55%);
            transform: rotate(90deg) translateX(55%);
  }
  .desk_nav nav .links a {
    white-space: nowrap;
    margin: 0 10px;
    color: initial;
    text-decoration: none;
    cursor: pointer;
    font-size: 2vh;
  }
  #deskInnerNav nav .center {
    overflow-y: hidden;
  }
  #deskInnerNav nav .center .indicator {
    height: 0;
  }
  #deskBackToTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
    position: fixed;
    bottom: 50px;
    right: 150px;
    height: 50px;
    width: 50px;
    z-index: 99;
    background: rgba(235, 239, 234, 0.6);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #deskBackToTop svg {
    fill: #4a5e7d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: -5px;
  }
  #deskBackToTop:hover {
    background: rgba(74, 94, 125, 0.9);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #deskBackToTop:hover svg {
    fill: #ebefea;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #page {
    top: auto;
    bottom: 150px;
    right: 50px;
    width: 130px;
    height: 120px;
    mix-blend-mode: multiply;
  }
  #page .tri1 {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #d2d2d2;
  }
  #page .tri2 {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 80px solid #d2d2d2;
  }
  #red {
    bottom: 5%;
    left: 5%;
  }
  .rect {
    display: none;
  }
  .circ1 {
    height: 35vh;
    width: 35vh;
    bottom: -15%;
    left: 10%;
  }
  .circ2 {
    position: fixed;
    height: 45vh;
    width: 45vh;
    top: 180%;
    left: 10%;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
  }
  .circ2:after {
    content: "";
    height: 70%;
    width: 70%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #e5e5e5;
  }
  .circ3,
  .circ4,
  .circ5,
  .circ6,
  .circ7 {
    display: block;
    position: fixed;
    height: 45vh;
    width: 45vh;
    top: 170%;
    left: 70%;
    border-radius: 50%;
    background: #ddd;
  }
  .circ4 {
    top: 200%;
    left: 50%;
    background: #ddd;
  }
  .circ5 {
    top: 410%;
    left: 15%;
    background: whitesmoke;
  }
  .circ6 {
    top: 260%;
    left: 66%;
    background: #d2d2d2;
  }
  .circ7 {
    top: 780%;
    left: 5%;
    background: #ddd;
  }
  #page1 {
    overflow: unset;
  }
  #page1 #mainSvg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-65%, -15%);
            transform: translate(-65%, -15%);
    width: 50%;
  }
  #page1 #mainSvg .know_more {
    left: 62%;
  }
  .deskElem1 {
    display: block;
    position: absolute;
    top: 3%;
    left: 40%;
  }
  .deskElem1 svg {
    height: 150vh;
    width: 50vw;
  }
  .deskElem2 {
    display: block;
    position: fixed;
    bottom: 21%;
    left: 0;
    width: 66%;
    height: 120px;
    background: #fff;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .deskElem3 {
    display: block;
    position: fixed;
    top: -10px;
    right: 0;
    z-index: -1;
  }
  .deskElem3 .deskElem3__rect {
    width: 20vw;
    height: 20vw;
    background: #fff;
  }
  .deskElem4,
  .deskElem5,
  .deskElem6,
  .deskElem7,
  .deskElem8 {
    display: block;
    position: absolute;
    top: 30%;
    left: 30%;
  }
  .deskElem4 svg,
  .deskElem5 svg,
  .deskElem6 svg,
  .deskElem7 svg,
  .deskElem8 svg {
    height: 150vh;
    width: 50vw;
  }
  .deskElem5 {
    top: 50%;
    left: 50%;
  }
  .deskElem6 {
    top: 70%;
    left: 30%;
  }
  .deskElem7 {
    top: 90%;
    left: 20%;
  }
  .deskElem8 {
    top: 110%;
    left: 30%;
  }
  #topEllipse {
    position: absolute;
    top: 0;
    left: -3%;
    height: 45vh;
    z-index: -1;
  }
  #topEllipse circle {
    stroke: #ebebeb;
  }
  #topCirc {
    position: fixed;
    top: -5%;
    right: -15%;
    height: 45vh;
    z-index: -1;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0.39;
  }
  .client_section {
    height: auto;
    padding: 40vh 5em 0;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    z-index: 2;
  }
  .client_section .svg_name {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -15%;
    left: 0;
    z-index: 2;
  }
  .client_section .svg_name svg {
    height: 20vh;
    width: 60%;
    opacity: 0.6;
  }
  .client_section .svg_name svg path {
    stroke: rgba(111, 111, 111, 0.38);
  }
  .client_section .illustrations {
    margin-top: 0;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: -15%;
  }
  .client_section .illustrations .img {
    height: 40vh;
  }
  .client_section .illustrations.three .filler {
    display: block;
    position: absolute;
    bottom: -5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .client_section .illustrations.three .filler svg {
    height: 30vh;
  }
  .client_section .illustrations.three .img {
    width: 45%;
  }
  .client_section .illustrations.three .img.first {
    height: 45vh;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
            transform: translate(-50%, -50%) scaleX(-1);
    z-index: -1;
  }
  .client_section .illustrations.three .img.first img {
    -o-object-position: center;
       object-position: center;
  }
  .client_section .illustrations.three .img.second {
    height: 40vh;
    left: 0;
    bottom: -15%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .client_section .illustrations.three .img.third {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -15%;
  }
  .client_section .illustrations.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
  }
  .client_section .illustrations.two .img {
    height: 50vh;
    width: 100%;
  }
  .client_section .illustrations.two .img.first {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #page13.client_section .illustrations.two .img.first {
      -webkit-transform: translate(5%, -146%);
      transform: translate(5%, -146%);
  }
  #page13.client_section .svg_name {
      bottom: -20%;
  }
  .client_section .illustrations.two .img.first img {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .client_section .illustrations.two .img.second {
    -webkit-transform: translate(0%, 55%);
            transform: translate(0%, 55%);
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .client_section .illustrations.two .img.second img {
    -o-object-position: right bottom;
       object-position: right bottom;
    width: 100%;
    height: 55vh;
  }
  .client_section .illustrations.one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .client_section .illustrations.one .img {
    width: 100%;
    height: 60vh;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .client_section .illustrations.one .img img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  .client_section .illustrations.four {
    margin: 0;
  }
  .client_section .illustrations.four .img.first {
    position: absolute;
    left: 0;
    bottom: 70%;
    height: 38vh;
    z-index: 2;
  }
  .client_section .illustrations.four .img.first img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  .client_section .illustrations.four .img.second {
    height: 37vh;
    z-index: -1;
    width: 35%;
    position: absolute;
    left: 38%;
    bottom: -39%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .client_section .illustrations.four .img.third {
    z-index: 3;
    height: 35vh;
    z-index: 2;
    width: 35%;
    position: absolute;
    right: -20%;
    bottom: 74%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .client_section .illustrations.four .img.fourth {
    position: absolute;
    right: 18%;
    bottom: -40%;
    z-index: 2;
    height: 35vh;
  }
  .client_section .bottom_container {
    position: relative;
    background: #fff;
    z-index: 1;
    width: 50vw;
  }
  .client_section .bottom_container .tint {
    position: absolute;
    bottom: 100%;
    z-index: 3;
    height: 25vh;
    background: rgba(235, 239, 234, 0.87);
    width: 100%;
    opacity: 0;
    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;
    padding-top: 59px;
  }
  .client_section .bottom_container .tint .close {
    z-index: 2;
  }
  .client_section .bottom_container .tint .close svg {
    fill: #353d4a;
  }
  .client_section .bottom {
    height: 70vh;
    padding: 5em 4em 0;
    text-align: left;
  }
  .client_section .bottom .scroll {
    padding: 0;
    overflow-y: auto;
    height: 100%;
  }
  .client_section .bottom .overview {
    text-align: justify;
    padding: 0;
    margin: 20px 0;
  }
  .client_section .bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
  }
  .client_section .bottom .view_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .client_section .bottom .view_more span {
    color: #4a5e7d;
    font-size: 16px;
  }
  .client_section .bottom .more_container {
    position: relative;
    display: none;
    padding-bottom: 100px;
  }
  .client_section .bottom .more_container h2 {
    text-align: left;
    color: #353d4a;
  }
  .client_section .bottom .more_container p,
  .client_section .bottom .more_container i {
    text-align: left;
  }
  .client_section .bottom .more_container i {
    display: block;
    margin-top: -10px;
  }
  .client_section .bottom .more_container h3 {
    text-align: left;
    color: #494949;
  }
  .client_section .bottom .more_container .bg_svg {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
  }
  .client_section .bottom .more_container .bg_svg svg {
    height: auto;
    width: 60vw;
  }
  .client_section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .client_section:nth-child(even) .illustrations {
    margin-left: -5em;
    margin-right: -15%;
  }
  #page2 .illustrations {
    margin-left: -5%;
  }
  #page2 .illustrations.three .filler {
    bottom: -3%;
  }
  #page2 .illustrations.three .img {
    width: 55%;
  }
  #page2 .illustrations.three .img.first {
    height: 45vh;
    top: 30%;
    left: 43%;
  }
  #page2 .illustrations.three .img.second {
    height: 45vh;
    bottom: -12%;
    -webkit-transform: translateX(-15%) scaleX(-1);
            transform: translateX(-15%) scaleX(-1);
  }
  #page2 .illustrations.three .img.third {
    height: 45vh;
    right: 0;
    bottom: -10%;
  }
  #page2 .illustrations.three .img.third img {
    display: block;
    margin-left: auto;
  }
  #page2 .illustrations.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
  }
  #page2 .illustrations.two .img {
    height: 50vh;
    width: 100%;
  }
  #page2 .illustrations.two .img.first {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #page2 .illustrations.two .img.first img {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  #page2 .illustrations.two .img.second {
    -webkit-transform: translate(0%, 55%);
            transform: translate(0%, 55%);
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #page2 .illustrations.two .img.second img {
    -o-object-position: right bottom;
       object-position: right bottom;
    width: 100%;
    height: 55vh;
  }
  #page2 .illustrations.one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #page2 .illustrations.one .img {
    width: 100%;
    height: 60vh;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  #page2 .illustrations.one .img img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  #page3 .svg_name {
    bottom: 31%;
    z-index: 1;
  }
  #page3 .illustrations {
    z-index: 2;
  }
  #page3 .illustrations.three .filler {
    display: block;
    position: absolute;
    bottom: 18%;
    left: 40%;
    z-index: 3;
    -webkit-transform: translateX(-65%);
            transform: translateX(-65%);
  }
  #page3 .illustrations.three .filler svg {
    height: 25vh;
  }
  #page3 .illustrations.three .filler svg path {
    fill: rgba(9, 9, 9, 0.2);
  }
  #page3 .illustrations.three .img.first {
    z-index: 2;
    height: 39vh;
  }
  #page3 .illustrations.three .img.second {
    z-index: 3;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  #page3 .illustrations.three .img.third {
    z-index: -1;
  }
  #page4 .svg_name {
    bottom: -50%;
  }
  #page4 .svg_name svg {
    height: auto;
    width: 45%;
  }
  #page4 .illustrations {
    margin-left: -3%;
  }
  #page4 .illustrations.two .filler {
    display: block;
    position: absolute;
    bottom: -18%;
    left: 50%;
    -webkit-transform: translateX(-65%) scale(1.8);
            transform: translateX(-65%) scale(1.8);
  }
  #page4 .illustrations.two .filler svg {
    height: 45vh;
  }
  #page4 .illustrations.two .filler svg path {
    fill: rgba(9, 9, 9, 0.2);
  }
  #page4 .illustrations.two .img.first {
    z-index: 2;
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
  #page4 .illustrations.two .img.first img {
    height: 45vh;
  }
  #page4 .illustrations.two .img.second {
    z-index: -1;
    -webkit-transform: translateY(50%);
     transform: translateY(50%);
  }
  #page4 .illustrations.two .img.second img {
    height: 60vh;
  }
  #page4 .bottom h1 {
    font-size: 3em;
  }
  #page5 .svg_name {
    bottom: 1%;
    z-index: 1;
  }
  #page5 .svg_name svg {
    height: auto;
    width: 95%;
  }
  #page5 .illustrations {
    overflow: unset;
    margin-right: -5%;
  }
  #page5 .illustrations .filler {
    display: block;
    position: absolute;
    bottom: 30%;
    right: 32%;
    z-index: 1;
    -webkit-transform: translateY(-190%);
            transform: translateY(-190%);
  }
  #page5 .illustrations .filler svg {
    height: 30vh;
  }
  #page5 .illustrations .filler svg path {
    stroke: #ddd;
  }
  #page5 .illustrations .img.first {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
    z-index: 2;
  }
  #page5 .illustrations .img.second {
    z-index: -1;
    -webkit-transform: translate(48%, 37%) scaleX(-1);
            transform: translate(48%, 37%) scaleX(-1);
  }
  #page6 .svg_name {
    bottom: -90%;
  }
  #page6 .illustrations {
    margin-left: -13%;
  }
  #page7 .svg_name {
    bottom: -81%;
    left: 8%;
    z-index: 1;
  }
  #page7 .svg_name svg {
    height: auto;
    width: 30%;
  }
  #page7 .illustrations .filler {
    display: block;
    position: absolute;
    bottom: 145%;
    right: 15%;
    z-index: -1;
  }
  #page7 .illustrations .filler svg {
    height: 40vh;
  }
  #page7 .illustrations .filler svg path {
    stroke: #ddd;
  }
  #page8 .svg_name {
    bottom: -124%;
  }
  #page8 .illustrations {
    margin-left: -10%;
  }
  #page8 .illustrations.three .filler {
    bottom: 45%;
    z-index: 2;
  }
  #page8 .illustrations.three .filler path {
    stroke: rgba(255, 255, 255, 0.8);
  }
  #page8 .illustrations.three .img.first {
    -webkit-transform: translate(-36%, -223%) scaleX(1);
    transform: translate(-36%, -223%) scaleX(1);
    z-index: 3;
  }
  #page8 .illustrations.three .img.second {
    height: 40vh;
    left: 0;
    bottom: -65%;
  }
  #page8 .illustrations.three .img.third {
    height: 45vh;
    z-index: 1;
    position: absolute;
    right: 3%;
    bottom: -67%;
  }
  #page9 .svg_name {
    bottom: -157%;
    z-index: -1;
  }
  #page9 .svg_name svg {
    width: 90%;
  }
  #page9 .illustrations {
    margin-right: -9%;
  }
  #page9 .illustrations.two .img img {
    height: 50vh;
  }
  #page9 .illustrations.two .img.first {
    -webkit-transform: translate(-14%, -215%) scaleX(-1);
            transform: translate(-14%, -215%) scaleX(-1);
    z-index: -1;
  }
  #page9 .illustrations.two .img.second {
    z-index: 2;
    -webkit-transform: translateY(91%) scaleX(-1);
            transform: translateY(91%) scaleX(-1);
  }




  #people {
    padding: 4.5em calc(5em + 80px) 0 5em;
  }
  #people > h1 {
    margin-bottom: 0;
  }
  #people .container {
    padding: 70px 5em 5em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #people .container .carousel .body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (100%)[5];
        grid-template-columns: repeat(5, 100%);
    gap: 5em;
  }
  #people .container .carousel p {
    font-size: 21px;
  }
  #people .container .carousel .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 1fr 1fr;
        grid-template-columns: 25% 1fr 1fr;
    -ms-grid-rows: min-content;
        grid-template-rows: -webkit-min-content;
        grid-template-rows: min-content;
    gap: 50px;
  }
  #people .container .carousel .item .body {
    padding-bottom: 100px;
    min-height: calc(100vh - 200px);
  }
  #people .container .carousel .item .seperator {
    margin-left: 0;
  }
  #people .container .carousel .item.testimonial {
    -ms-grid-columns: 25% 36;
        grid-template-columns: 25% 36;
  }
  #people .container .carousel .item.testimonial .quote {
    margin-top: 18px;
    padding-top: 40px;
    position: relative;
  }
  #people .container .carousel .item.testimonial .quote img {
    position: absolute;
    top: 0;
    left: -5%;
    z-index: -1;
  }
  #people .container .carousel .ele1 {
    top: 2px;
    right: auto;
    left: 20%;
    height: 100px;
    width: 100px;
  }
  #people .container .carousel .img {
    height: auto;
    width: 100%;
    margin-right: 0;
  }
  #people .container .carousel .img img {
    height: 60vh;
    display: block;
  }
  #people .container .carousel .name {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    letter-spacing: -0.02em;
  }
  #people .container .carousel .desig {
    font-size: 20px;
    text-align: left;
  }
  #people .container .carousel .linkedin {
    margin-top: 30px;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #people .nav {
    margin: 2em 0 0;
  }
  #people .nav button {
    height: 50px;
    width: 50px;
  }
  #people footer {
    position: relative;
  }
  #philosophy {
    padding: 5em calc(5em + 80px) 0 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #philosophy > h1 {
    margin-bottom: 0;
    min-height: 80px;
  }
  #philosophy .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 80px 5em 5em;
    overflow: hidden;
  }
  #philosophy .container .endorsement_carosuel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #philosophy .container .endorsement_carosuel .col_1 .img_container {
    width: 28vh;
    height: 40vh;
  }
  #philosophy .container .endorsement_carosuel .col_1 .dots {
    margin-top: 15px;
  }
  #philosophy .container .endorsement_carosuel .col_2 {
    width: 40vw;
    margin: 0;
    padding: 0;
  }
  #philosophy .container .endorsement_carosuel .col_2 .carousel_text {
    padding: 30px 50px;
    font-size: 21px;
  }
  #philosophy .container .carousel_nav {
    margin-bottom: 80px;
  }
  #philosophy .container .carousel_nav button {
    height: 50px;
    width: 50px;
  }
  #philosophy .container .carousel_nav button svg {
    height: 25px;
  }
  #philosophy .container footer {
    margin: 0;
  }
  #philosophy .container .text {
    display: block;
    position: absolute;
    top: 55vh;
    right: 50px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-90deg) translateY(1200%);
            transform: rotate(-90deg) translateY(1200%);
    font-size: 12vw;
    font-weight: 800;
    color: #f2f2f2;
    z-index: -1;
  }
  #philosophy .container p {
    padding-left: 30px;
    font-size: 21px;
  }
  #philosophy .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #philosophy .container .row:first-child .col_1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #philosophy .container .row:first-child .col_2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50vw;
    display: block;
    position: relative;
  }
  #philosophy .container .row:first-child .col_2 .circle {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 6px solid #ff3c3c;
  }
  #philosophy .container .row:first-child .col_2 svg {
    height: 50vh;
  }
  #philosophy .container .row.bottom {
    margin-top: 50px;
  }
  #philosophy .container .row.bottom p {
    font-size: 21px;
  }
  #philosophy .container .row.bottom .col_1 {
    padding: 2em 5em 2em 2em;
    position: relative;
    display: block;
  }
  #philosophy .container .row.bottom .col_1 .box {
    height: 30vh;
    width: 30vh;
    margin: 0 100px;
    background: #f3f3f3;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #philosophy .container .row.bottom .col_1 .circle {
    z-index: -1;
    position: absolute;
    bottom: -23vh;
    right: 15vh;
    height: 70vh;
    width: 70vh;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 30px #f3f3f3;
            box-shadow: 0px 0px 0px 30px #f3f3f3;
  }
  #philosophy .container .row.bottom .col_2 {
    padding-right: 9em;
  }
  #philosophy .container h3,
  #philosophy .container h3 {
    font-weight: 800;
  }
  #philosophy .bottom_seperator {
    padding-bottom: 0;
  }
  #philosophy .bottom_seperator:after {
    display: none;
  }
  #porfolio {
    padding: 5em calc(5em + 80px) 0 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #porfolio > h1 {
    min-height: 65px;
  }
  #porfolio .seperator {
    width: 10vw;
    margin-top: 50px;
  }
  #porfolio .seperator.center {
    margin-top: 50px !important;
  }
  #porfolio .inner_heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #porfolio .inner_heading.center {
    text-align: center;
  }
  #porfolio .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 80px 5em 0;
  }
  #porfolio .container .group .head {
    margin-bottom: 20px;
  }
  #porfolio .container .group .flex_row {
    margin-bottom: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (20%)[5];
        grid-template-columns: repeat(5, 20%);
  }
  #porfolio .container .group .flex_row.two {
    -ms-grid-columns: 20% 1fr;
        grid-template-columns: 20% 1fr;
  }
  #porfolio .container .media_carousel {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (calc(50% - 25px))[4];
        grid-template-columns: repeat(4, calc(50% - 25px));
    grid-gap: 50px;
    gap: 50px;
    margin-top: 50px;
  }
  #porfolio .container .media_carousel h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #797979;
    margin: 0;
    margin-bottom: 5px;
  }
  #porfolio .container .media_carousel p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #797979;
  }
  #porfolio .container .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 100px 0;
  }
  #porfolio footer {
    margin: 30px 0 0;
  }
  #contact {
    padding: 5em calc(5em + 80px) 0 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 80px 5em 5em;
  }
  #contact .container span {
    text-align: left !important;
  }
  #contact .container form {
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact footer {
    position: relative;
  }
  #contact footer .grid {
    margin: 0 -50px;
  }
  footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  footer .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto 1fr !important;
        grid-template-columns: auto auto auto 1fr !important;
    gap: 150px;
    padding: 30px 50px 50px;
    background: #353d4a;
    color: #fff;
  }
  footer .grid .col_1 .duane {
    padding-bottom: 30px;
    border-bottom: 3.5px solid rgba(255, 255, 255, 0.2);
  }
  footer .grid .col_1 .duane img {
    height: 30px;
  }
  footer .grid .col_1 p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #ffffff;
  }
  footer .grid .col_1 .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #ffffff;
  }
  footer .grid .col_1 .phone svg {
    margin-right: 15px;
  }
  footer .grid .col_1 .phone a {
    color: #fff;
    text-decoration: none;
  }
  footer .grid .col_1 .phone a:hover {
    text-decoration: underline;
  }
  footer .grid ul {
    list-style: none;
  }
  footer .grid ul li {
    cursor: pointer;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    padding: 5px 0;
  }
  footer .grid ul li:hover {
    color: rgba(235, 239, 234, 0.87);
  }
  footer .grid ul li:first-child {
    font-weight: bold;
    padding-bottom: 20px;
    cursor: default;
  }
  footer .grid ul li:first-child:hover {
    color: #fff;
  }
  footer .grid .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .grid .logos img {
    margin-right: 15px;
    cursor: pointer;
  }
  footer .grid .col_4 {
    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;
  }
  footer .grid .col_4 .elements {
    position: relative;
  }
  footer .grid .col_4 .circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 1050%;
    left: 80%;
  }
  footer .grid > a {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
  }
  #page10.client_section .illustrations.two .img.second {
      -webkit-transform: translate(0%, 55%);
      transform: translate(-26%, 69%);
  }
  #page10.client_section .svg_name {
      bottom: -50%;
  }
  #page12.client_section .svg_name {
      bottom: -60%;
  }
  #page6.client_section .illustrations.four .img.first {
        bottom: 130%;
  }
  #page6.client_section .illustrations.four .img.fourth {
      right: 30%;
  }
  #page6.client_section .illustrations.four .img.third {
      bottom: 104%;
  }
  #page7.client_section .illustrations.one .img {
    -webkit-transform: translate(18%, -124%);
    transform: translate(18%, -124%);
  }

}

#deskDetail {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 100px);
  z-index: 999;
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#deskDetail .top_container {
  padding: 2em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}

#deskDetail .top_container h1 {
  margin-bottom: 0;
  color: #353d4a;
  font-size: 2.8em;
}

#deskDetail .top_container .close {
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
}

#deskDetail .top_container .close:hover path {
  fill: #353d4a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#deskDetail .top_container .close:hover circle {
  fill: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#deskDetail .top_container svg {
  height: 50px;
}

#deskDetail .top_container svg circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#deskDetail .top_container svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#deskDetail .scroll {
  overflow-y: auto;
  height: 75vh;
}

#deskDetail .container {
  background: #f9f9f9;
  padding: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#deskDetail .container p {
  font-size: 21px;
  line-height: 130%;
  color: #797979;
}

#deskDetail .container .col_1 {
  padding: 0 50px 100px 0;
  width: 60%;
}

#deskDetail .container .col_1 h2 {
  color: #353d4a;
}

#deskDetail .container .col_1 .people_container {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  gap: 50px;
}

#deskDetail .container .col_1 .people_container .people_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 10px;
  margin-bottom: 30px;
}

#deskDetail .container .col_1 .people_container .people_row .p_name {
  color: #494949;
  font-weight: 500;
  font-size: 1.3em;
}

#deskDetail .container .col_1 .people_container .people_row .desig {
  color: #494949;
  font-size: 1em;
  font-style: italic;
}

#deskDetail .container .col_1 .people_container .people_row .tag {
  font-weight: bold;
  margin-top: 8px;
  color: #494949;
}

#deskDetail .container .col_1 .people_container .people_row p {
  margin-top: 3px;
  margin-bottom: 10px;
}

#deskDetail .container .col_1 .people_container .people_row svg {
  fill: #4a5e7d;
  cursor: pointer;
}

#deskDetail .container .col_1 .col_1__heading {
  color: #353d4a;
  font-size: 1.5em;
  font-weight: 500;
}

#deskDetail .container .col_1 .investors_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#deskDetail .container .col_1 .investor {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin: 10px 0 0;
}

#deskDetail .container .col_1 .investor p {
  margin-bottom: 3px;
  color: #494949;
  font-style: 1.2em;
}

#deskDetail .container .col_1 .investor span {
  color: #494949;
  font-style: italic;
  font-weight: 300;
}

#deskDetail .container .col_2 {
  padding-left: 50px;
  width: 40%;
  height: auto;
}

#deskDetail .container .col_2 .fixed {
  position: absolute;
  top: 80px;
  right: 80px;
  width: calc(40% - 65px);
}

#deskDetail .container .col_2 .col_2__heading {
  color: #353d4a;
  font-size: 1.5em;
  font-weight: 500;
}

#deskDetail .container .col_2 .investors_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 576px) and (max-width: 1600px) {
  #people {
    padding: 1em calc(3em + 80px) 0 3em;
  }
  #people .container {
    padding: 40px 3em 3em;
  }
  #people .container .nav {
    margin: 25px 0 0;
  }
  #people .container .nav button {
    height: 60px;
    width: 60px;
  }
  #philosophy {
    padding: 1em calc(3em + 80px) 0 3em;
  }
  #philosophy .container {
    padding: 40px 3em 3em;
  }
  #porfolio {
    padding: 1em calc(3em + 80px) 0 3em;
  }
  #porfolio .container {
    padding: 40px 3em 3em;
  }
  #contact {
    padding: 1em calc(3em + 80px) 0 3em;
  }
  #contact .container {
    padding: 40px 3em 3em;
  }
  #contact .container form {
    padding: 0 10%;
  }
  #contact .container form h2 {
    font-weight: 400;
  }
}

@media screen and (min-width: 576px) and (max-width: 1400px) {
  #page2 .svg_name {
    bottom: -29%;
  }
  #page2 .illustrations.three .filler {
    bottom: 0;
    left: 40%;
  }
  #page2 .illustrations.three .img.first {
    top: 28%;
    left: 31%;
  }
  #page2 .illustrations.three .img.third {
    right: 22%;
    bottom: -8%;
  }
  #page3 .illustrations {
    margin-right: -10%;
  }
  #page3 .illustrations.two .img.first {
    -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
  }
  #page4 .svg_name {
    bottom: -78%;
  }
  #page4 .illustrations {
    margin-left: -10%;
  }
  #page4 .illustrations.two .img.first {
    -webkit-transform: translateY(-119%);
            transform: translateY(-119%);
  }
  #page4 .illustrations.two .img.second {
    right: 0;
    bottom: -14%;
  }
  #page5 .svg_name {
    bottom: -55%;
  }
  #page5 .illustrations .filler {
    -webkit-transform: translateY(-252%);
            transform: translateY(-252%);
  }
  #page5 .illustrations .img.first {
    -webkit-transform: translateY(-84%);
            transform: translateY(-84%);
  }
  #page5 .illustrations .img.second {
    -webkit-transform: translate(48%, 45%) scaleX(-1);
            transform: translate(48%, 45%) scaleX(-1);
  }
  #page6 .svg_name {
    bottom: -130%;
  }
  #page6 .illustrations.four .img.first {
    bottom: 65%;
  }
  #page6 .illustrations.four .img.second {
    bottom: -40%;
  }
  #page6 .illustrations.four .img.third {
    bottom: 68%;
  }
  #page6 .illustrations.four .img.fourth {
    bottom: -40%;
  }
  #page7 .svg_name {
    bottom: -95%;
  }
  #page7 .illustrations.two .filler {
    bottom: 55%;
  }
  #page7 .illustrations.two .img.first {
    -webkit-transform: translateY(-143%);
            transform: translateY(-143%);
  }
  #page7 .illustrations.two .img.second {
    -webkit-transform: translate(40%, 93%) scaleX(-1);
            transform: translate(40%, 93%) scaleX(-1);
  }
  #page8 .svg_name {
    bottom: -193%;
  }
  #page8 .illustrations.three .filler {
    bottom: 59%;
  }
  #page8 .illustrations.three .img.first {
    -webkit-transform: translate(-36%, -221%) scaleX(1);
            transform: translate(-36%, -221%) scaleX(1);
  }
  #page8 .illustrations.three .img.second {
    bottom: -91%;
  }
  #page8 .illustrations.three .img.third {
    bottom: -63%;
    right: 6%;
  }
  #page9 .svg_name {
    bottom: -157%;
  }
  #page9 .illustrations.two .img.first {
    -webkit-transform: translate(-13%, -163%) scaleX(-1);
            transform: translate(-13%, -163%) scaleX(-1);
  }
  .client_section .illustrations {
    margin-left: -12%;
  }
  .client_section .illustrations.four .img.first {
    bottom: 137%;
  }
  .client_section .illustrations.four .img.second {
    bottom: -95%;
  }
  .client_section .illustrations.four .img.third {
    bottom: 140%;
  }
  .client_section .illustrations.four .img.fourth {
    bottom: -86%;
    right: 13%;
  }
}

@media screen and (min-width: 576px) and (max-width: 1366px) {
  #page5 .svg_name {
    bottom: -32%;
  }
  #page5 .illustrations .filler {
    -webkit-transform: translateY(-222%);
            transform: translateY(-222%);
  }
  #page6 .svg_name {
    bottom: -109%;
  }
  #page6 .illustrations.three .filler {
    bottom: 37%;
    z-index: 3;
    left: 41%;
  }
  #page6 .illustrations.three .img.second {
    bottom: -61%;
  }
  #page6 .illustrations.three .img.third {
    bottom: -38%;
  }
  #page7 .svg_name {
    bottom: -74%;
  }
  #page7 .illustrations.two .filler {
    bottom: 33%;
  }
  #page7 .illustrations.two .img.first {
    -webkit-transform: translateY(-113%);
            transform: translateY(-113%);
  }
  #page7 .illustrations.two .img.second {
    -webkit-transform: translate(40%, 73%) scaleX(-1);
            transform: translate(40%, 73%) scaleX(-1);
  }
  #page8 .svg_name {
    bottom: -155%;
  }
  #page8 .illustrations.three .filler {
    bottom: 59%;
  }
  #page8 .illustrations.three .img.first {
    -webkit-transform: translate(-36%, -200%) scaleX(1);
            transform: translate(-36%, -200%) scaleX(1);
  }
  #page8 .illustrations.three .img.second {
    bottom: -73%;
  }
  #page8 .illustrations.three .img.third {
    bottom: -51%;
    right: 9%;
  }
  #page9 .svg_name {
    bottom: -122%;
  }
  #page10 .illustrations.three .img.second img {
  transform: translate3d(60px, -353px, 0px);
  }


  
  .client_section .illustrations {
    margin-right: -12%;
  }
  .client_section .illustrations.four .img.first {
    bottom: 78%;
  }
  .client_section .illustrations.four .img.second {
    bottom: -49%;
  }
  .client_section .illustrations.four .img.third {
    bottom: 80%;
    right: -15%;
  }
  .client_section .illustrations.four .img.fourth {
    bottom: -50%;
  }
}
/*# sourceMappingURL=style1.6.css.map */


.rooster-1{
  margin-left: 380px;
  margin: 150px;
} 

.codex-img {
margin-top: -350px;
margin-left: 150px;
  }

.rotters{
position: relative;
}

 .rotters::after{
  content: '';
  width: 100%;
  height: 170px;
  bottom: -5px;
  left: 20px;
  position: absolute;
  background-image: url(../assets/rooters.svg);
  background-repeat: no-repeat;
  background-size:contain;
  z-index: -1;
  }
.rotters.foodstrong::after {
    background-image: url(../assets/Foodstrong.svg);
    width: calc(100% - 40px);
}
.rotters.foodstrong.forbidden::after {
  background-image: url(../assets/ForbiddenFoods.svg);
  width: calc(100% - 40px);
}


  .coldex{
    position: relative;
    }
    
 .coldex::after {
    content: '';
    width: 100%;
    height: 129px;
    top: -15%;
    left: 0;
    position: absolute;
    background-image: url(../assets/coldex.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
    
    