
body {
  font-family: "sofia-pro";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo img {
  height: auto;
  width: 85px;
}

.hamburger-menu {
  margin-left: 65px;
}
.hamburger-menu .hamburger-menu-lines {
  margin-bottom: 0px;
  display: inherit;
  cursor: pointer;
}
.hamburger-menu .hamburger-menu-lines .lines {
  border-top: 3px solid #000000;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hamburger-menu .hamburger-menu-lines .line1 {
  width: 30px;
  text-align: right;
  margin-right: 0px;
}
.hamburger-menu .hamburger-menu-lines .line2 {
  width: 25px;
  text-align: right;
  margin-right: 0px;
}
.hamburger-menu .hamburger-menu-lines .line3 {
  width: 20px;
  text-align: right;
  margin-right: 0px;
}
.hamburger-menu .hamburger-menu-lines .line1,
.hamburger-menu .hamburger-menu-lines .line2 {
  margin-bottom: -3px;
}

.header-talk-to-us a {
  font-family: "sofia-pro";
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.header-talk-to-us a:hover {
  color: #ffce31 !important;
}

header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
header .header-div {
  padding: 30px 0;
  margin-top: 60px;
}
header .header-div .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-div .container .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header .header-div.fixed-top {
  background-color: #fff;
  margin-top: 0;
  animation: smoothScroll 1s forwards;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
header .header-div.fixed-top .lines {
  border-top: 3px solid #4ca9aa !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*Carousel Code*/
.site-banner {
  height: 100vh;
}
.site-banner .carousel {
  height: 85vh;
}
.site-banner .carousel .fa {
  font-size: 26px;
}
.site-banner .carousel .banner-image {
  background-size: cover;
  background-position: center center;
  height: 85vh;
}

.site-banner.main .carousel {
  height: 100vh;
}

.site-banner.main .banner-image {
  height: 100vh;
}

.site-banner.main .carousel-caption {
  right: 0;
  top: 35%;
  left: auto;
  width: 50%;
  height: 100%;
}
.site-banner.main .carousel-caption .banner-logo {
  margin-bottom: 25px;
}
.site-banner.main .carousel-caption .banner_link {
  margin-bottom: 60px;
}
.site-banner.main .carousel-caption .banner_link a,
.site-banner.main .carousel-caption .banner_link p {
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.site-banner.main .carousel-caption .banner_link a {
  text-decoration: underline;
}

footer .footer-div {
  background-color: #000000;
  position: relative;
  width: 100%;
}
footer .footer-div .mobile-footer {
  display: none;
}
footer .footer-div .footer-top {
  padding: 90px 0px 40px 0px;
}
footer .footer-div .footer-top h3 {
  font-family: "sofia-pro";
  font-size: 46px;
  color: #ffff;
  margin-bottom: 20px;
  margin-top: -10px;
  font-weight: 100;
}
footer .footer-div .footer-top h5 {
  color: #ffff;
  font-family: "sofia-pro";
  font-size: 18px;
  margin-bottom: 1.5rem;
}
footer .footer-div .footer-top p {
  color: #ffff;
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 1px;
}
footer .footer-div .footer-top .lucid_design {
  padding-left: 0;
  padding-right: 18px;
}
footer .footer-div .footer-top ul {
  list-style: none;
  padding-left: 0px;
}
footer .footer-div .footer-top ul li,
footer .footer-div .footer-top ul a {
  color: #ffff;
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  margin-bottom: 0.3rem;
  font-size: 15px;
  letter-spacing: 1px;
}
footer .footer-div .footer-top a {
  text-decoration: none;
  border-bottom: 2px solid #4ca9aa;
}
footer .footer-div .footer-top button {
  background-color: transparent;
  color: #ffff;
  text-transform: uppercase;
  padding: 0px 20px;
  border: 1px solid #4ca9aa;
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
}
footer .footer-div .footer-top button:focus {
  outline: 0;
}
footer .footer-div .footer-top button:hover {
  background-color: #4ca9aa;
  color: #ffff;
  text-transform: uppercase;
  padding: 0px 20px;
  border: 1px solid #4ca9aa;
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .footer-div .footer-top button:hover:focus {
  outline: 0;
}
footer .footer-div .footer-top .contact p {
  margin-bottom: 5px;
}
footer .footer-div .footer-top .icon {
  border-radius: 30px;
  height: 34px;
  width: 34px;
  margin: auto 3px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  background-color: #ffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .footer-div .footer-top .icon:hover {
  background-color: #ffce31;
}
footer .footer-div .footer-top .icon a {
  color: #000;
  border: none;
  text-decoration: none;
}
footer .footer-div .footer-bottom {
  padding-bottom: 1rem;
  padding-top: 1rem;
  height: 97px;
  display: flex;
  border-top: 0.5px solid rgba(216, 216, 216, 0.8);
}
footer .footer-div .footer-bottom ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: -2px;
}
footer .footer-div .footer-bottom ul li {
  list-style: none;
  margin-right: 50px;
}
footer .footer-div .footer-bottom .logo img {
  height: auto;
  width: 77px;
}
footer .footer-div .footer-bottom .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
footer .footer-div .footer-bottom a {
  font-family: "sofia-pro";
  color: #ffff;
  font-size: 14px;
  letter-spacing: 0.8px;
}
footer .footer-div .footer-bottom a:hover {
  text-decoration: none;
}
footer .footer-div .footer-bottom p {
  font-family: "sofia-pro";
  color: #ffff;
  font-size: 12px;
  margin: 0px;
  text-align: right;
  letter-spacing: 0.4px;
}
footer .footer-div .footer-bottom p:hover {
  text-decoration: none;
}
footer .footer-div hr {
  border-top: 0.05rem solid #979797;
  margin-top: 0;
  margin-bottom: 1rem;
}

.menu-modal {
  position: relative;
  max-width: 100%;
  margin: 0;
  height: 100%;
}
.menu-modal .close {
  opacity: 1 !important;
  margin-left: 65px;
}
.menu-modal .close:focus {
  outline: 0;
}
.menu-modal .close img {
  height: 15px;
  width: auto;
}
.menu-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  position: relative;
  z-index: 1;
  padding: 61px 0 0 0;
}
.menu-modal .modal-content {
  padding: 30px 50px;
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  height: 100%;
}
.menu-modal .modal-content-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu-modal .modal-content-right .hamburger-menu {
  margin-left: -12px;
}
.menu-modal .modal-content-right .hamburger-menu .hamburger-menu-lines .line1 {
  position: absolute;
  top: 73%;
  transform: rotate(-45deg);
  width: 25px;
}
.menu-modal .modal-content-right .hamburger-menu .hamburger-menu-lines .line2 {
  display: none;
}
.menu-modal .modal-content-right .hamburger-menu .hamburger-menu-lines .line3 {
  transform: rotate(45deg);
  width: 25px;
}
.menu-modal .modal-body {
  position: relative;
  z-index: 1;
  padding: 50px 0 0 0;
}
.menu-modal .modal-body .menu-bottom .work {
  padding-right: 20px;
}
.menu-modal .modal-body .menu-top {
  padding-bottom: 35px;
}
.menu-modal .modal-body .menu-top .menu-options ul {
  list-style: none;
  padding-left: 0px;
}
.menu-modal .modal-body .menu-top .menu-options ul li a {
  font-family: "sofia-pro";
  font-size: 35px;
  color: #4a4a4a;
  font-weight: 100;
  text-decoration: none;
  line-height: 70px;
}
.menu-modal .modal-body .menu-top .menu-options ul li a:active {
  border-bottom: 2px solid #4ca9aa;
}
.menu-modal .modal-body .menu-top .menu-options ul li a:hover {
  border-bottom: 2px solid #4ca9aa;
  font-weight: 400;
  color: #010101;
}
.menu-modal .modal-body .menu-bottom .follow_us h5 {
  color: #fff;
}
.menu-modal .modal-body .menu-bottom .follow_us .last-icon {
  margin-right: 0;
}
.menu-modal .modal-body .menu-bottom h5 {
  color: #010101;
  font-family: "sofia-pro";
  font-size: 18px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.8px;
}
.menu-modal .modal-body .menu-bottom p {
  color: #4a4a4a;
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #939393;
  max-width: 155px;
}
.menu-modal .modal-body .menu-bottom ul {
  list-style: none;
  padding-left: 0px;
}
.menu-modal .modal-body .menu-bottom ul li,
.menu-modal .modal-body .menu-bottom ul a {
  color: #4a4a4a;
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #939393;
}
.menu-modal .modal-body .menu-bottom a {
  text-decoration: none;
  border-bottom: 2px solid #4ca9aa;
}
.menu-modal .modal-body .menu-bottom .icon {
  border-radius: 30px;
  height: 34px;
  width: 34px;
  margin: auto 3px;
  text-align: center;
  cursor: pointer;
  color: #717171;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-modal .modal-body .menu-bottom .icon:hover {
  background-color: #ffce31;
}
.menu-modal .modal-body .menu-bottom .icon a {
  color: #000000;
  text-decoration: none;
  border: none;
}
.menu-modal .parallelogram {
  background: url(../images/logo-shape-yellow.svg);
  min-width: 550px;
  min-height: 775px;
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 0;
}

.select2 {
  width: 100% !important;
}

/*grid-section Code*/
.grid-section {
  overflow: hidden;
  width: 100%;
}
.grid-section .select2 {
  display: none;
}
.grid-section .button-group {
  margin-top: 20px;
}
.grid-section .button-group button {
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "sofia-pro";
  letter-spacing: 0.5px;
  margin-right: 85px;
  color: #616161;
}
.grid-section .button-group button:hover {
  text-shadow: 0px 0px 1px #616161;
  transition: 0.1s font-weight;
  font-weight: 400;
}
.grid-section .button-group button:focus {
  outline: 0;
  box-shadow: 0;
}
.grid-section .button-group .is-checked {
  border-bottom: 2px solid #ffce31;
  text-shadow: 0px 0px 1px #616161;
  transition: 0.3s font-weight;
  font-weight: 400;
}
.grid-section .row {
  margin-bottom: 20px;
}
.grid-section .col-md-6,
.grid-section .col-md-4 {
  margin-top: 55px;
}
.grid-section .col-md-6 .grid-title,
.grid-section .col-md-6 .grid-subtitle,
.grid-section .col-md-4 .grid-title,
.grid-section .col-md-4 .grid-subtitle {
  text-align: left;
  padding-left: 58px;
  margin-bottom: 0px !important;
  padding-top: 30px;
}
.grid-section .col-md-6 .grid-title,
.grid-section .col-md-4 .grid-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "sofia-pro";
  font-size: 25px;
  color: #100e0b;
  font-weight: 500;
}
.grid-section .col-md-6 .grid-subtitle,
.grid-section .col-md-4 .grid-subtitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "sofia-pro";
  font-size: 15px;
  color: #616161;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grid-div {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 155px;
}
.grid-div .container {
  padding-bottom: 60px;
}
.grid-div .container .grid-heading1 {
  font-family: "sofia-pro";
  font-size: 53px;
  color: #000000;
  font-weight: 100;
  margin-bottom: 0;
}
.grid-div .container .work-link {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.grid-div .container .work-link .grid-heading2 {
  font-family: "sofia-pro";
  font-size: 16px;
  color: #7e7e7e;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.grid-div .container .work-link .grid-heading2 img {
  padding-left: 10px;
  height: auto;
  width: 27px;
  position: relative;
  top: 0px;
  margin-bottom: 2px;
}

/*Grid Thumbnail Animation*/
.grid-item-img {
  overflow: hidden;
}
.grid-item-img img {
  transition: transform 0.3s ease, filter 0.3s;
  display: block;
}
.grid-item-img:hover img {
  -webkit-transform: scale(1.1);
}

/*Logo Section*/
.logo-section {
  padding: 155px 0 100px 0;
}
.logo-section .logo-heading h4 {
  font-family: "sofia-pro";
  font-size: 19px;
  color: #c3c3c3;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
}
.logo-section .logo-images ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.logo-section .logo-images ul li {
  min-width: 186px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-section .logo-images ul li:nth-child(5n + 5) {
  margin-right: 0px;
}
.logo-section .logo-images img {
  height: auto;
}

#contactmodal .button:hover {
  color: #fff;
  background: #4ca9aa;
}

/*Site Description Section*/
.site-description {
  background-color: #000000;
  padding: 95px 0px 117px 0;
  position: relative;
  overflow: hidden;
}
.site-description .container {
  position: relative;
  justify-content: center;
}
.site-description .site-description-div {
  z-index: 2;
  padding: 0 100px;
}
.site-description .site-description-div h1 {
  font-family: "sofia-pro";
  font-size: 53px;
  color: #ffff;
  font-weight: 300;
  line-height: 60px;
  font-size: 42px;
}
.site-description .site-description-div h5 {
  font-family: "sofia-pro";
  font-size: 19px;
  color: #4ca9aa;
  letter-spacing: 0.22px;
  margin: 35px 0;
}
.site-description .site-description-div p {
  font-family: "sofia-pro";
  font-size: 18px;
  color: #e8e8e6;
  line-height: 32px;
  letter-spacing: 0.22px;
  font-weight: 400;
  margin-bottom: 45px;
  max-width: 818px;
}
.site-description .site-description-div a {
  background-color: transparent;
  color: #ffff;
  text-transform: uppercase;
  padding: 0px 20px;
  border: 1px solid #4ca9aa;
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.site-description .site-description-div a:focus {
  outline: 0;
}
.site-description .site-description-div a:hover {
  background-color: #4ca9aa;
  color: #ffff;
  text-transform: uppercase;
  padding: 0px 20px;
  border: 1px solid #4ca9aa;
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-description .site-description-div a:hover:focus {
  outline: 0;
}
.site-description .bg-shape {
  background: url(../images/logo-shape-black.svg);
  height: 607px;
  width: 298px;
  position: absolute;
  left: 1%;
  top: -90px;
}

/*Client Section*/
.client-talk {
  background-color: #ffce31;
  padding: 85px 0px 85px 0;
}
.client-talk h2 {
  font-family: "sofia-pro";
  font-size: 53px;
  color: #000000;
  font-weight: 100;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.client-talk h3 {
  font-family: "sofia-pro";
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.22px;
}
.client-talk p {
  font-family: "sofia-pro";
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.35px;
  margin-bottom: 0px;
}
.client-talk p span {
  text-transform: uppercase;
}
.client-talk .shape {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.client-talk .shape img {
  height: 87px;
  width: auto;
  margin-top: -32px;
}

.instagram-section .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.instagram-section .image {
  background-size: cover;
  background-position: center center;
  height: 360px;
}

/*single-banner code*/
#bannerimage {
  background-image: url("../images/contact-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 85vh;
}

.header-white .header-div {
  color: #fff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.header-white .header-div .header-talk-to-us a {
  color: #fff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.header-white .header-div .header-talk-to-us a:hover {
  color: #ffce31 !important;
}

.header-white .header-div.fixed-top {
  color: #000;
  -webkit-filter: invert(0%);
  filter: invert(0%);
}
.header-white .header-div.fixed-top .header-talk-to-us a:hover {
  color: #ffce31 !important;
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

/*black-grid Section*/
.black-grid {
  padding: 43px 0px;
  background-color: #000000;
}
.black-grid .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.black-grid h3 {
  font-family: "sofia-pro";
  font-size: 32px;
  color: #ffff;
  line-height: 39px;
  letter-spacing: 0.22px;
  font-weight: 100;
}
.black-grid p {
  margin: 0px;
  font-family: "sofia-pro";
  font-size: 14px;
  color: #ffff;
  line-height: 18px;
  letter-spacing: 0.22px;
  font-weight: 400;
}
.black-grid .button-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.black-grid .button-div button {
  background-color: #4ca9aa;
  color: #e8e8e6;
  text-transform: uppercase;
  padding: 0px 20px;
  border: 1px solid #4ca9aa;
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  margin-right: 5px;
}
.black-grid .button-div button:focus {
  outline: 0;
}
.black-grid .button-div span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.38px;
  font-family: "sofia-pro";
  margin-right: 30px;
}

/*contact Section*/
.image-grid {
  padding: 100px 0px;
}
.image-grid #contact-section {
  width: 100%;
  background-image: url("../images/contact-section2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -20px;
}
.image-grid .menu-bottom .lucid_design,
.image-grid .menu-bottom .contact {
  margin-bottom: 30px;
}
.image-grid .menu-bottom h5 {
  margin-bottom: 10px !important;
  color: #010101;
  font-family: "sofia-pro";
  font-size: 18px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.image-grid .menu-bottom p {
  color: #4a4a4a;
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.image-grid .menu-bottom ul {
  list-style: none;
  padding-left: 0px;
}
.image-grid .menu-bottom ul li,
.image-grid .menu-bottom ul a {
  color: #4a4a4a;
  font-family: "sofia-pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.image-grid .menu-bottom a {
  text-decoration: none;
  border-bottom: 2px solid #4ca9aa;
}
.image-grid .menu-bottom .follow_us .icon {
  border-radius: 30px;
  height: 34px;
  width: 34px;
  margin: auto 3px;
  text-align: center;
  cursor: pointer;
  color: #717171;
  background-color: #e8e8e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.image-grid .menu-bottom .follow_us .icon:hover {
  background-color: #ffce31;
}
.image-grid .menu-bottom .follow_us .icon a {
  text-decoration: none;
  color: #717171;
  border-bottom: none;
}
.image-grid .lucid_design p {
  margin-bottom: 13px !important;
}
.image-grid .lucid_design a {
  font-family: "sofia-pro";
  font-size: 16px;
  color: #4ca9aa;
  margin-top: 20px !important;
  text-decoration: none !important;
  border-bottom: none !important;
  font-weight: 500;
  letter-spacing: 0.62px;
  display: flex;
  align-items: center;
}
.image-grid .lucid_design img {
  margin-left: 5px;
  margin-top: 1px;
}
.image-grid .lucid_design i {
  margin-left: 10px;
}
.image-grid .contact {
  padding-top: 15px;
}
.image-grid .follow_us {
  padding-top: 15px;
}

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

/*join-team Section*/
.job-grid {
  padding: 70px 0px 130px 0;
  background-color: #f5f5f5;
}
.job-grid h2 {
  font-family: "sofia-pro";
  font-size: 53px;
  color: #000000;
  font-weight: 100;
  line-height: 60px;
  font-weight: 100;
  margin-left: 5px;
}
.job-grid p {
  font-family: "sofia-pro";
  font-size: 16px;
  color: #000000;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 28px;
  max-width: 940px;
  margin-top: 15px;
  letter-spacing: 0.4px;
}
.job-grid p strong {
  font-weight: 500;
  border-bottom: 2px solid #4ca9aa;
}
.job-grid p a {
  text-decoration: none;
  color: #4a4a4a;
}
.job-grid .accordion {
  background-color: #f5f5f5 !important;
}
.job-grid .accordion .card {
  background-color: transparent !important;
  border: none !important;
  padding-bottom: 10px;
}
.job-grid .accordion .card .card-header {
  padding-left: 0px;
  border-bottom: 3px solid #707070;
  padding-top: 50px;
  padding-bottom: 25px;
  padding-right: 0;
  background-color: #f5f5f5;
}
.job-grid .accordion .card .card-header .btn {
  padding: 0px;
  font-family: "sofia-pro";
  font-size: 20px;
  color: #333333;
  font-weight: bold !important;
  text-decoration: none !important;
  width: 100%;
  text-align: left;
  letter-spacing: 1.6px;
}
.job-grid .accordion .card .card-header .btn .fa {
  float: right;
  margin-top: 10px;
}
.job-grid .accordion .card .card-header .btn .join-us-plus {
  float: right;
  margin-top: 10px;
  background-image: url("../images/plus-btn.svg");
  height: 17px;
  width: 17px;
}
.job-grid .accordion .card .card-header .btn .join-us-minus {
  float: right;
  margin-top: 15px;
  background-image: url("../images/Icon-open-minus.svg");
  height: 4px;
  width: 17px;
}
.job-grid .accordion .card .card-body {
  padding: 15px 15px 15px 0;
}
.job-grid .accordion .card .card-body .team-description {
  padding: 0 8px;
  list-style-type: none;
  margin-bottom: 45px;
}
.job-grid .accordion .card .card-body .team-description li {
  font-family: "sofia-pro";
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 100;
  line-height: 28px;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 10px;
}
.job-grid .accordion .card .card-body .team-description li::before {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  left: -1em;
  top: 0;
  font-size: 6px;
}
.job-grid .accordion .card .card-body p {
  font-family: "sofia-pro";
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 100;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 500;
  max-width: 100%;
}
.job-grid .accordion .card .card-body p a {
  text-decoration: none;
  color: #4a4a4a;
  border-bottom: 2px solid #4ca9aa;
}

/*work-page code*/
#bannerimage-workpage {
  background-image: url("../images/banner-image-1.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 85vh;
}

.work-grid-div {
  padding-top: 100px;
  padding-bottom: 100px;
}
.work-grid-div .container {
  padding-bottom: 20px;
}
.work-grid-div .container .grid-heading1 {
  font-family: "sofia-pro";
  font-size: 53px;
  color: #000000;
  font-weight: 100;
  font-weight: 100;
}
.work-grid-div .container .grid-heading2 {
  font-family: "sofia-pro";
  font-size: 18px;
  color: #939393;
  font-weight: 400 !important;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.work-grid-div .container img {
  padding-left: 10px;
  height: 10px;
  margin-bottom: 5px;
}

.black-grid span {
  color: #ffce31;
  font-weight: 500;
}

.work-logo-section {
  background-color: #f5f5f5;
  padding: 70px 0px 70px 0;
}
.work-logo-section .logo-heading h4 {
  display: none;
}
.work-logo-section .logo-images ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.work-logo-section .logo-images ul li {
  min-width: 186px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-logo-section .logo-images ul li:nth-child(5n + 5) {
  margin-right: 0px;
}
.work-logo-section .logo-images img {
  height: auto;
}

/*contact modal code*/
.modal-body {
  padding-top: 85px;
}
.modal-body .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body .container h3 {
  font-family: "sofia-pro";
  font-size: 44px;
  color: #010101 !important;
  font-weight: 300;
}
.modal-body .container h3 span {
  color: #4ca9aa !important;
  font-weight: 600;
}
.modal-body .container p {
  font-family: "sofia-pro";
  font-size: 15px;
  color: #4a4a4a;
  line-height: 25px;
  letter-spacing: 0.22px;
  font-weight: 400;
}
.modal-body .container p a {
  text-decoration: none;
  border-bottom: 2px solid #4ca9aa;
  color: #4a4a4a;
}
.modal-body .container .button {
  background-color: transparent;
  color: #0d0d0d;
  text-transform: uppercase;
  padding: 0px 20px;
  border: 1px solid #4ca9aa;
  font-family: "sofia-pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-body .container .button:focus {
  outline: 0;
}
.modal-body .container .input-text {
  font-family: "sofia-pro";
  font-size: 20px;
  color: #a7a7a7;
  line-height: 43px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
}
.modal-body .container input:focus {
  outline: none;
}
.modal-body .container .file-button {
  position: relative;
  top: -51px;
  padding: 5px;
  left: 560px;
  background-color: #e8e8e6;
  border: none;
  border-radius: 50px;
}
.modal-body .container .file-button:focus {
  outline: none;
}
.modal-body .container #my-file {
  visibility: hidden;
}

/*Capabilites Page*/
#bannerimage-capabilities {
  background-image: url("../images/capabilities-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 85vh;
}

.capabilities-site-description {
  padding: 138px 0;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
}
.capabilities-site-description .container .bg-shape {
  background: url(../images/logo-shape-white.svg);
  width: 180px;
  height: 366px;
  position: absolute;
  top: auto;
  left: auto;
}
.capabilities-site-description .capabilities-site-description-div {
  z-index: 2;
}
.capabilities-site-description .capabilities-site-description-div h4 {
  font-family: "sofia-pro";
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 40px;
}
.capabilities-site-description .capabilities-site-description-div h1 {
  font-family: "sofia-pro";
  font-size: 30px;
  color: #000000;
  font-weight: 100;
  line-height: 40px;
  max-width: 1070px;
  font-size: 53px;
  line-height: 54px;
  margin-bottom: 50px;
}
.capabilities-site-description .capabilities-site-description-div p {
  font-family: "sofia-pro";
  color: #939393;
  font-size: 16px;
  letter-spacing: 0.2197px;
  line-height: 27px;
  font-weight: 400;
}
.capabilities-site-description
  .capabilities-site-description-div
  .description-logo-image
  img {
  width: 105px;
  height: auto;
}

.capabilities-section-two {
  padding-top: 140px;
}
.capabilities-section-two .container .row {
  padding-bottom: 130px;
  align-items: center;
}
.capabilities-section-two .container .row h2 {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.capabilities-section-two .container .row p {
  font-family: "sofia-pro";
  color: #939393;
  font-size: 16px;
  letter-spacing: 0.2197px;
  line-height: 27px;
  font-weight: 400;
  padding: 25px 0 30px 0;
  margin-bottom: 0;
  max-width: 415px;
}
.capabilities-section-two .container .more-projects-link {
  margin-bottom: 0;
  padding: 0 !important;
}
.capabilities-section-two .container .more-projects-link a {
  color: #7e7e7e;
  font-weight: 500;
  font-family: "sofia-pro";
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 16px;
  display: inline-flex;
}
.capabilities-section-two .container .more-projects-link a img {
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.capabilities-section-two .container .more-projects-link a:hover {
  text-decoration: none;
}
.capabilities-section-two .container .row.even {
  flex-direction: row-reverse;
}
.capabilities-section-two .container .row.even h2 {
  color: #100e0b;
}

.capabilities-section-three {
  padding: 60px 0;
  background: url(../images/crafting-change.jpg) bottom center no-repeat;
  background-size: cover;
  height: 110vh;
}
.capabilities-section-three h2 {
  font-size: 53px;
  font-weight: 100;
  font-family: "sofia-pro";
  text-align: center;
  margin-top: 0;
}

.capabilities-section-4 {
  background: #f5f5f5;
  padding: 55px 0 100px 0;
}
.capabilities-section-4 .read-more-link {
  margin-top: 60px;
}
.capabilities-section-4 .read-more-link a {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 600;
  font-family: "sofia-pro";
}
.capabilities-section-4 .read-more-link a span.content::before {
  content: "Read Less";
  letter-spacing: 1.5px;
}
.capabilities-section-4 .read-more-link a .arrow-bg {
  margin-left: 5px;
}
.capabilities-section-4 .read-more-link a .arrow-bg::before {
  content: "";
  background: url(../images/chevron-right-green.svg);
  background-repeat: no-repeat;
  width: 19.05px;
  height: 15.05px;
  display: inline-block;
  transform: rotate(270deg);
}
.capabilities-section-4 .read-more-link a:hover {
  text-decoration: none;
}
.capabilities-section-4 .read-more-link .collapsed span.content::before {
  content: "Read More";
  letter-spacing: 1.5px;
}
.capabilities-section-4 .read-more-link .collapsed .arrow-bg::before {
  content: "";
  background: url(../images/chevron-right-green.svg);
  background-repeat: no-repeat;
  width: 17.05px;
  height: 11.05px;
  display: inline-block;
  transform: rotate(90deg);
}
.capabilities-section-4 .container h2 {
  font-family: "sofia-pro";
  font-size: 30px;
  color: #000000;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
}
.capabilities-section-4 .container .row {
  padding: 60px 0 0 0;
  align-items: center;
}
.capabilities-section-4 .container .row h3 {
  font-family: "sofia-pro";
  font-size: 25px;
  color: #100e0b;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 6px;
}
.capabilities-section-4 .container .row h4 {
  font-family: "sofia-pro";
  font-size: 15px;
  color: #4ca9aa;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 28px;
  text-transform: uppercase;
}
.capabilities-section-4 .container .row p {
  font-family: "sofia-pro";
  color: #939393;
  font-size: 16px;
  letter-spacing: 0.2197px;
  line-height: 27px;
  font-weight: 400;
  max-width: 480px;
  letter-spacing: 0.4px;
}
.capabilities-section-4 .container .row a {
  font-family: "sofia-pro";
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 700;
  letter-spacing: 0.625px;
  text-transform: uppercase;
}
.capabilities-section-4 .container .row a:hover {
  text-decoration: none;
}
.capabilities-section-4 .container .row a img {
  padding-left: 10px;
  height: 10px;
  margin-bottom: 5px;
}
.capabilities-section-4 .container .row.odd .col-lg-9 {
  padding-left: 100px;
}
.capabilities-section-4 .container .row.even {
  flex-direction: row-reverse;
}
.capabilities-section-4 .container .row.even .col-lg-9 {
  padding-right: 100px;
}

.capabilites-bottom-banner {
  width: 100%;
  background-image: url("../images/capabilities-bottom-banner.png");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.press-carousel {
  padding: 0px 0 170px 0;
}
.press-carousel .container {
  position: relative;
}
.press-carousel .container h3 {
  font-family: "sofia-pro";
  font-size: 19px;
  color: #ffce31;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.press-carousel .container .press-carousel-content #carouselExampleIndicators {
  padding: 0 75px;
}
.press-carousel
  .container
  .press-carousel-content
  #carouselExampleIndicators
  .fa-long-arrow-right,
.press-carousel
  .container
  .press-carousel-content
  #carouselExampleIndicators
  .fa-long-arrow-left {
  color: #939393;
  font-size: 1.5rem;
}
.press-carousel
  .container
  .press-carousel-content
  #carouselExampleIndicators
  .carousel-control-prev {
  left: -15px;
  opacity: 1;
  width: 5%;
}
.press-carousel
  .container
  .press-carousel-content
  #carouselExampleIndicators
  .carousel-control-next {
  right: -15px;
  opacity: 1;
  width: 5%;
}
.press-carousel
  .container
  .press-carousel-content
  #carouselExampleIndicators
  .article-title {
  margin-top: 20px;
}
.press-carousel
  .container
  .press-carousel-content
  #carouselExampleIndicators
  .article-title
  h6 {
  font-family: "sofia-pro";
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  letter-spacing: 0.02px;
}

/*WorkPage Single*/
#bannerimage-kit-bike {
  background-image: url("../images/work/kit-bike/KitBike_banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: right center;
}

#bannerimage-liebherr {
  background-image: url("../images/work/liebherr/liebherr-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
#bannerimage-liebherr .container {
  height: 100vh;
}
#bannerimage-liebherr .container img {
  margin-bottom: 95px;
}

#bannerimage-organa {
  background-image: url("../images/work/organa/organa-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-pratham {
  background-image: url("../images/work/pratham/pratham_banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-swissnex {
  background-image: url("../images/work/swissnex/swissnex_banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-wool-magazine {
  background-image: url("../images/work/wool/wool_banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-trabliss {
  background-image: url("../images/work/trabliss/trabliss-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

#bannerimage-enchanted {
  background-image: url("../images/work/enchanted/enchanted-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-stash {
  background-image: url("../images/work/stashwealth/stash-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

#bannerimage-fortunapix {
  background-image: url("../images/work/fortunapix/fortunapix-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

#bannerimage-yak {
  background-image: url("../images/work/yak/yak-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-yogabar {
  background-image: url("../images/work/yogabar/yogabar_banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-electric_scooter {
  background-image: url("../images/work/switch-electric-scooter/switch_scooter_banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-born-good {
  background-image: url("../images/work/born-good/born-good-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-orinko {
  background-image: url("../images/work/orinko/orinko.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#bannerimage-joyful {
  background-image: url("../images/work/joyful/Joyful-Inside-01.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-nourish {
  background-image: url("../images/work/nourish-you/banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-skinq {
  background-image: url("../images/work/skinq/banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-nimble {
  background-image: url("../images/work/nimble/banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-vantage {
  background-image: url("../images/work/vantage/banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage-peoplestrong {
  background-image: url("../images/work/peoplestrong/banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.orinko-section-4 p {
  padding-left: 30px;
}

#bannerimage-dermaco {
  background-image: url("../images/work/dermaco/dermaco1.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#bannerimage_fourth_frontier {
  background-image: url("../images/work/fourth-frontier/fourth-frontier1.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mouse {
  /* background: linear-gradient(transparent 0%, transparent 50%, #fedd32 50%, #fedd32 100%); */
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(254,221,50,1) 50%); */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0) 0%
  );

  position: absolute;
  bottom: 75px;
  width: 32px;
  height: 58px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  border: 2px solid #fff;
  animation: nudgeMouse 5s ease-out infinite;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.mouse:before {
  width: 46px;
  height: 82px;
  background-color: transparent;
  border-radius: 100px;
}
.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:after {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

.sub-heading {
  font-size: 19px;
  letter-spacing: 1px;
  font-family: "sofia-pro";
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

.work-description-div .container {
  padding: 90px 15px;
}
.work-description-div .container p {
  font-family: "sofia-pro";
  font-size: 17px;
  color: #939393;
  line-height: 29px;
  margin-bottom: 0;
}
.work-description-div .container h4 {
  font-size: 30px;
  letter-spacing: 0.4px;
  font-weight: 500;
  margin-bottom: 35px;
}
.work-description-div .container .row label {
  font-family: "sofia-pro";
  font-size: 15px;
  color: #b2b2b2;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 29px;
}
.work-description-div .container .row h3 {
  font-family: "sofia-pro";
  font-size: 24px;
  color: #010101;
  font-weight: 100;
  letter-spacing: 0.2197px;
  line-height: 29px;
}
.work-description-div .container .row hr {
  border-top: 2px solid #4ca9aa;
  width: 72%;
  margin-left: 0;
}
.work-description-div .container .row .col-md-8 {
  padding-left: 100px;
}
.work-description-div .container .row .col-md-8 p {
  margin-bottom: 25px;
}

.more-projects-div h3 {
  font-family: "sofia-pro";
  font-size: 19px;
  color: #c3c3c3;
  font-weight: 300;
  letter-spacing: 0.05px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.more-projects-div .grid-section {
  padding-bottom: 70px;
}
.more-projects-div .grid-section .row {
  margin-bottom: 0;
}

.more-projects-div .col-md-6,
.more-projects-div .col-md-6 {
  cursor: pointer;
}

.workpage-images-div {
  padding-bottom: 100px;
}
.workpage-images-div .content-center {
  justify-content: center;
  padding: 60px 0;
}
.workpage-images-div .content-center p {
  font-family: "sofia-pro";
  font-size: 17px;
  color: #939393;
  line-height: 29px;
  text-align: center;
  max-width: 720px;
}
.workpage-images-div .workpage-images {
  overflow: hidden;
  width: 100%;
}
.workpage-images-div .workpage-images .row {
  margin: 0 !important;
  padding: 0 15px 40px 15px !important;
}
.workpage-images-div .workpage-images .row .carousel-control-prev {
  left: -50px;
}
.workpage-images-div .workpage-images .row .carousel-control-next {
  right: -50px;
}
.workpage-images-div .workpage-images .row .column1 {
  padding-right: 20px;
}
.workpage-images-div .workpage-images .row .column2 {
  padding-left: 20px;
}
.workpage-images-div .workpage-images .image1-row {
  position: relative;
}
.workpage-images-div .workpage-images .image1-row .play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workpage-images-div .workpage-images .image1-row .play-button img {
  height: 200px;
  width: auto;
}
.workpage-images-div .workpage-images .image2 {
  position: relative;
}
.workpage-images-div .workpage-images .image2 .play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workpage-images-div .workpage-images .image2 .play-button img {
  height: 200px;
  width: auto;
}
.workpage-images-div .wrapper {
  position: relative;
}
.workpage-images-div .wrapper video {
  width: 100%;
  height: auto;
}
.workpage-images-div .wrapper .playpause {
  background-image: url("../images/video-playbutton.png");
  background-repeat: no-repeat;
  height: 200px;
  width: auto;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.grid-two .carousel-control-next,
.grid-two .carousel-control-prev {
  color: #000 !important;
}
.grid-two .carousel-control-next:hover,
.grid-two .carousel-control-prev:hover {
  color: #000 !important;
}

#bannerimage-culture {
  background-image: url("../images/culture-banner.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 85vh;
}

.culture-site-description {
  background: #ffffff;
  height: 455px;
}
.culture-site-description .container .bg-shape {
  background: url(../images/logo-shape-grey.svg) !important;
  width: 180px;
  height: 366px;
  position: absolute;
}
.culture-site-description .bg-shape {
  top: auto;
}

.culture-section-2 {
  position: relative;
  margin-bottom: 45px;
}
.culture-section-2 p {
  font-family: "sofia-pro";
  color: #939393;
  font-size: 16px;
  letter-spacing: 0.2197px;
  line-height: 27px;
  font-weight: 400;
  max-width: 350px;
}
.culture-section-2 .right-column {
  position: static;
  height: 534px;
}
.culture-section-2 .right-column::after {
  content: "";
  background: url(../images/culture-section-2.jpg) center center no-repeat;
  background-size: cover;
  height: 534px;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
}

.culture-section-4 {
  position: relative;
  margin: 45px 0;
}
.culture-section-4 p {
  font-family: "sofia-pro";
  color: #939393;
  font-size: 16px;
  letter-spacing: 0.2197px;
  line-height: 27px;
  font-weight: 400;
  max-width: 552px;
  margin-left: 200px;
}
.culture-section-4 .left-column {
  height: 464px;
  position: static;
}
.culture-section-4 .left-column::before {
  content: "";
  background: url(../images/culture-section-4.jpg) center center no-repeat;
  background-size: cover;
  height: 464px;
  position: absolute;
  left: 0;
  top: 0;
  width: 43%;
}

.culture-section-5 {
  margin-bottom: 45px;
}
.culture-section-5 .column-1 {
  width: 43%;
  background: url(../images/culture-section-5-image-1.jpg) center center
    no-repeat;
  background-size: cover;
  height: 743px;
}
.culture-section-5 .column-2 {
  width: 57%;
}
.culture-section-5 .column-2 .section-2,
.culture-section-5 .column-2 .section-3 {
  width: 47%;
  height: 353px;
  margin-left: 3%;
}
.culture-section-5 .column-2 .section-2 {
  background: url(../images/culture-section-5-image-2.jpg) center center
    no-repeat;
  background-size: cover;
  margin-bottom: 26px;
}
.culture-section-5 .column-2 .section-3 {
  background: url(../images/culture-section-5-image-3.jpg) center center
    no-repeat;
  background-size: cover;
}
.culture-section-5 .column-2 .section-4 {
  background: url(../images/culture-section-5-image-4.jpg) center center
    no-repeat;
  background-size: cover;
  height: 364px;
  width: 97%;
  margin-left: 3%;
}

.culture-section-6 {
  padding-bottom: 80px;
}
.culture-section-6 .container {
  padding-left: 0;
}
.culture-section-6 ul {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.culture-section-6 ul li {
  list-style: none;
  margin-left: 62.5px;
  margin-right: 62.5px;
}
.culture-section-6 ul li:first-child {
  margin-left: 0;
}
.culture-section-6 ul li:last-child {
  margin-right: 0;
}

.client-sub {
  margin-top: -25px;
  min-height: 215px;
}
.client-sub h3 {
  margin-bottom: 25px;
}
.client-sub .slick-dots {
  bottom: 30px;
  margin-left: -20px;
  top: 3%;
}
.client-sub .slick-dots li {
  display: flex;
  margin-left: auto;
  margin-bottom: 3px;
}
.client-sub .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 24px;
}
.client-sub .slick-dots .slick-active button::before {
  color: #4ca9aa !important;
  opacity: 1;
  font-size: 24px;
}

.grid-item {
  cursor: pointer;
}

.instagram-section {
  margin-bottom: -10px;
  position: relative;
  z-index: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lift-off {
  max-width: 356px;
}

/* .peoplestrong .hamburger-menu .hamburger-menu-lines .lines,
.joyful-inside .hamburger-menu .hamburger-menu-lines .lines,
.vantage-nutrition .hamburger-menu .hamburger-menu-lines .lines {
  border-top: 3px solid #fff;
} */

.peoplestrong .header-talk-to-us a,
.joyful-inside .header-talk-to-us a,
.vantage-nutrition .header-talk-to-us a,
.home .header-talk-to-us a {
  color: #fff;
}

.modal-content-right .header-talk-to-us a {
  color: #000000;
}

.peoplestrong header .header-div.fixed-top .header-talk-to-us a,
.joyful-inside header .header-div.fixed-top .header-talk-to-us a,
.vantage-nutrition header .header-div.fixed-top .header-talk-to-us a,
.home header .header-div.fixed-top .header-talk-to-us a {
  color: #000;
}

.modal-content-right .hamburger-menu .hamburger-menu-lines .lines {
  border-top: 3px solid #000;
}

.workpage-images-div .workpage-images .row.fullwidth-image {
  margin-top: -5px !important;
  margin-left: 30px !important;
  margin-right: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 30px !important;
}
