:root {
  --base-bodyfont: 'DM Sans', sans-serif;
  --base-bodyfont-color: #4c4c4c;
  --base-skin: #f6b876;
  --base-dark: #000000;
  --base-grey: #f7f7f7;
  --base-white: #ffffff;
  --base-headingfont: 'EB Garamond', sans-serif;
  --base-headingfont-color: #000000;
}

.prt-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: var(--base-bodyfont-color);
  font-family: var(--base-bodyfont);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.page {
  position: relative;
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.zero-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.zero-padding.temperory-hidden {
  display: none;
}

.section-title {
  margin-bottom: 46px;
}

.section-title.text-center {
  text-align: center;
}

.section-title.text-right {
  text-align: right;
}

.section-title.display-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.section-title.zero-margin {
  margin-bottom: 0;
}

.section-title-description {
  margin-bottom: 0;
}

.section-title-description.text-center {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.home2-services-section-title-content .section-title-description,
.home2-blog-section-title-content .section-title-description {
  margin-bottom: 17px;
}

.row-title {
  position: relative;
}

.row-title h3 {
  font-size: 98px;
  line-height: 106px;
  font-weight: 500;
  color: var(--base-dark);
}

.row-title.text-white h3 {
  color: var(--base-white);
}

.row-title .title-header h3:nth-child(2) {
  padding-left: 120px;
}

.home2-cta-section-title-wrapper {
  position: relative;
}

.row-title-icon {
  position: absolute;
  top: 18px;
  right: 164px;
}

.services-section {
  background-color: var(--base-grey);
  background-image: url('../images/bg-image-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.service-tab-wrapper {
  background-color: var(--base-white);
  border: 1px solid #d9d9d9;
  margin-top: 50px;
  padding: 50px;
  position: relative;
}

.service-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.service-tab-menu {
  width: 365px;
  margin-right: 30px;
  flex-shrink: 0;
}

.service-tab-nav-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 20px 27px;
  font-family: var(--base-headingfont);
  font-size: 23px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.service-tab-nav-link .service-tab-nav-title {
  text-decoration: none;
  color: var(--base-headingfont-color);
}

.service-tab-nav-link.active {
  background-color: var(--base-dark);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.service-tab-nav-link.active a {
  color: var(--base-white);
}

.service-tab-nav-link.last-child {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.service-tab-content {
  position: relative;
  overflow: hidden;
}

.service-tab-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.service-tab-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.service-tab-image-block {
  width: 100%;
  height: 100%;
  text-align: right;
  object-fit: cover;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.service-tab-description-block {
  padding-left: 20px;
}

.service-tab-description-title {
  margin-bottom: 17px;
}

.service-tab-description-text {
  margin-bottom: 19px;
}

.service-tab-list {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.service-tab-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.service-tab-list-icon {
  color: var(--base-dark);
  margin-right: 10px;
  font-family: Fontello, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

.service-tab-list-text {
  color: var(--base-dark);
}

.inline-button {
  color: var(--base-dark);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: var(--base-headingfont);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.inline-button.hero-link {
  text-decoration: underline;
  color: var(--base-skin);
}

.inline-button.hero-link:hover {
  text-decoration: none;
  color: var(--base-white);
}

.inline-button:hover {
  color: var(--base-skin);
}

.inline-button.style2 {
  color: var(--base-white);
}

.inline-button.style2:hover {
  color: var(--base-skin);
}

.inline-button.style3 {
  color: var(--base-dark);
}

.inline-button.style3:hover {
  color: var(--base-skin);
}

.prt-tab-grid-container {
  align-items: center;
}

.tab-grid-item {
  height: 530px;
  display: flex;
  align-self: center;
  justify-content: center;
}

.round-button {
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: var(--base-headingfont);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.round-button:hover {
  color: #FECC52;
    border-color: var(--base-grey);
    box-shadow: 0 0 8px 8px #fecc5226;
}

.about-info-section-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about-info-section-content-text {
  color: var(--base-dark);
  font-family: var(--base-bodyfont);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.about-info-section-fid-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: -80px;
}

.about-info-section-fid-block-wrapper {
  margin-top: 30px;
  position: relative;
}

.about-history-section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-history-section {
  position: relative;
  overflow: hidden;
}

.about-history-section-content-wrapper {
  position: relative;
  overflow: hidden;
}

.scroll-changing-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.scroll-changing-image-item {
  position: relative;
}

.scroll-changing-image-content {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 40px;
}

.changing-image-icon {
  position: relative;
}

.changing-image-heading {
      color: #FECC52;
  margin-top: 30px;
  margin-bottom: 19px;
  position: relative;
}

.changing-image-description {
  position: relative;
}

.changing-image-link {
  color: var(--base-white);
  font-family: Fontello, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: none;
  position: relative;
  transform: rotate(45deg);
}

.scroll-changing-images-block {
  position: sticky;
  height: 100vh;
  top: 0vh;
}

.about-history-section-content-wrapper .scroll-changing-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-history-section-content-wrapper .scroll-changing-split-item-image {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  height: 100%;
  display: flex;
  padding-top: 120px;
}

.about-history-section-content-wrapper .scroll-changing-split-item-image.first,
.about-history-section-content-wrapper .scroll-changing-split-item-image.last,
.about-history-section-content-wrapper .scroll-changing-split-item-image.active {
  opacity: 1;
}

.scroll-changing-responsive-image {
  position: relative;
  display: none;
  z-index: 3;
}

.scroll-changing-image {
  width: 100%;
  height: 64vh !important;
  object-fit: cover;
}

.service-solution-section-title-wrapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 15px;
  right: auto;
}

.service-solution-section-wrapper {
  position: relative;
}

.service-button-block {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.solution-item {
  border-left: 1px dashed #ffffff8f;
  padding: 24px 40px 20px;
  position: relative;
}

.solution-item-title {
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 36px;
  color: #FECC52;
}

.solution-item-description {
  margin-bottom: 20px;
}

.solution-item-number {
  font-family: var(--base-headingfont);
  font-size: 85px;
  font-weight: 500;
  line-height: 90px;
  -webkit-text-stroke: 1px #FECC52;
  -webkit-text-fill-color: transparent;
}

.solution-item-square {
  width: 9px;
  height: 9px;
  background-image: linear-gradient(#f6b876, #FECC52);
  border-radius: 50%;
  margin-left: -5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.solution-item-verticle {
  width: 1px;
  height: 60px;
  background-color: #ffffff8f;
  margin-left: -1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.solution-item-wrapper.bottom {
  padding-top: 264px;
}

.solution-item-wrapper.center {
  padding-top: 132px;
  padding-bottom: 132px;
}

.solution-item-wrapper.top {
  padding-bottom: 264px;
}

.service-types-section {
  background-color: var(--base-grey);
  position: relative;
}

.service-item-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-item {
  text-decoration: none;
  overflow: hidden;
}

.service-item-thumbnail {
  overflow: hidden;
}

.service-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.service-item-content {
  padding-top: 12px;
  padding-left: 50px;
  padding-bottom: 30px;
  position: relative;
}

.service-item-icon {
  color: var(--base-dark);
  font-family: Fontello, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.service-item-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.service-item-title a {
  color: var(--base-dark);
}

.service-item-title:hover a {
  color: var(--base-skin);
}

.service-item-description {
  color: var(--base-bodyfont-color);
  text-decoration: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

.service-item:hover .service-item-image {
  transform: translate3d(30px, 0px, 0px) scale3d(1.2, 1.2, 1.2) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.service-item:hover .service-item-icon i {
  display: none;
}

.service-item:hover .service-item-title,
.service-item:hover .service-item-description {
  transform: translate3d(-20px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.button {
  color: var(--base-dark);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--base-dark);
  padding: 15px 34px;
  font-family: var(--base-headingfont);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  color: var(--base-white);
  background-color: var(--base-dark);
}

.button.button-white {
  color: var(--base-white);
  border-color: var(--base-white);
}

.button.button-white:hover {
  color: var(--base-dark);
  background-color: var(--base-white);
}

.button.bg-base-dark {
  color: var(--base-white);
  background-color: var(--base-dark);
}

.button.bg-base-dark:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}

.button.bg-skin {
  color: var(--base-white);
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}

.button.bg-skin:hover {
  background-color: var(--base-dark);
  border-color: var(--base-dark);
}

.button.submit-button {
  color: var(--base-white);
  background-color: var(--base-skin);
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 16px;
  padding-bottom: 16px;
  transition: background-color .3s;
}

.button.submit-button:hover {
  background-image: linear-gradient(to right, var(--base-dark), var(--base-dark));
}

.button.hero-button {
  color: var(--base-white);
  background-color: var(--base-skin);
  border: 0 rgba(0, 0, 0, 0);
}

.button.hero-button:hover {
  background-color: var(--base-dark);
}

.button.hero-button.style2 {
  color: var(--base-dark);
  background-color: var(--base-white);
  border: 0 rgba(0, 0, 0, 0);
}

.button.hero-button.style2:hover {
  background-color: var(--base-skin);
  color: var(--base-white);
}


.contact-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
}

.contact-info-block {
  padding-right: 120px;
}

.contact-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 38px;
}

.contact-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.contact-list-item {
  border-top: 1px solid rgba(102, 102, 102, .1);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 23px;
  /* padding-bottom: 23px; */
  display: flex;
  position: relative;
}

.contact-list-item.last-child {
  padding-bottom: 0;
}

.contact-llst-icon {
  flex: none;
  margin-right: 20px;
  font-family: Fontello, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 25px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.contact-list-text {
  padding-left: 35px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.contact-list-link {
  padding-left: 35px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.contact-list-item:hover .contact-llst-icon,
.contact-list-item:hover .contact-list-link {
  color: #FECC52;
  transition: all 0.3s ease;
}

.contact-page-social-icons {
  margin-top: 55px;
}

.contact-social-items {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contact-social-item {
  margin: 15px 15px 10px;
  transition: all 0.5s ease;
}

.contact-social-item-icon {
  width: 60px;
  height: 60px;
  color: #000000;
  background-color: var(--base-dark);
  justify-content: center;
  align-items: center;
  font-family: Fontello, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  background-color:#ffffff;
  transition: all 0.5s ease;
}

.contact-social-item-icon:hover {
  color: var(--base-white);
}

.contact-social-item-link {
  color: #ffffff;
  font-family: var(--base-headingfont);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.contact-social-item-inner {
  width: 224px;
  height: 224px;
  border: 1px solid #ffffff8f;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.contact-social-item-title {
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  display: block;
  font-family: 'EB Garamond', sans-serif;
}

.contact-social-item:hover .contact-social-item-link {
  display: none;
  opacity: 0;
}

.contact-social-item:hover .contact-social-item-icon {
  transform: translate3d(0px, 27px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  background-color: #FECC52;
}

.contact-form-section {
  background-color: var(--base-grey);
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-form-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.contact-button-block {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.contact-query-text {
  margin-left: 30px;
}

.query-link {
  color: var(--base-dark);
  font-weight: 500;
  transition: color .3s;
}

.query-link:hover {
  color: var(--base-skin);
}

.contact-input {
  height: 54px;
  color: var(--base-bodyfont-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #d9d9d9;
  margin-bottom: 0;
  transition: border .2s, border-color .3s;
}

.contact-input:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: var(--base-skin);
}

.contact-input::-ms-input-placeholder {
  color: rgba(102, 102, 102, .5);
}

.contact-input::placeholder {
  color: rgba(102, 102, 102, .5);
}

.contact-textarea {
  min-height: 150px;
  color: var(--base-bodyfont-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #d9d9d9;
  margin-bottom: 0;
  transition: border .3s;
}

.contact-textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: var(--base-skin);
}

.contact-textarea::-ms-input-placeholder {
  color: rgba(102, 102, 102, .5);
}

.contact-textarea::placeholder {
  color: rgba(102, 102, 102, .5);
}

.portfolio-section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-gif-block {
  margin-top: 80px;
  position: relative;
}

.world-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gif {
  width: 60%;
  display: block;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.about-page-gif-block {
  position: relative;
}

.portfolio-item-title-link {
  color: var(--base-dark);
  text-decoration: none;
  display: inline;
}

.changing-image-bg-icon-image {
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.detail-page-section-title {
  margin-bottom: 46px;
}

.site-navigation {
  height: 80px;
  position: relative;
  z-index: 999;
  background-color: var(--base-white);
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .07);
}

.site-branding {
  margin-left: 40px;
}

.site-branding,
.site-branding h1,
.site-branding .home-link {
  display: inline-block;
  height: 60px;
  line-height: 52px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: var(--base-dark);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.map-dot-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: opacity 300ms ease;
}

.map-dot-box.dot-1 {
  position: absolute;
  top: 6%;
  left: 29.5%;
}

.map-dot-box.dot-2 {
  position: absolute;
  top: 6%;
  left: 54.5%;
}

.map-dot-box.dot-3 {
  position: absolute;
  top: 15%;
  left: 69%;
}

.map-dot-box.dot-4 {
  position: absolute;
  top: 80%;
  left: 77%;
}

.map-dot-box.dot-5 {
  position: absolute;
  top: 57%;
  left: 24.5%;
}

.map-text-block {
  flex: none;
  margin-top: 10px;
  opacity: 0;
}

.map-dot-box.active .map-text-block {
  opacity: 1;
}

.map-dot-box:hover .map-text-block {
  opacity: 1;
}

.map-text {
  color: var(--base-white);
  text-align: center;
  text-transform: capitalize;
  background-color: var(--base-dark);
  padding: 12px 20px;
  font-family: var(--base-headingfont);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.map-dot {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-dot-box:hover .map-dot {
  background-color: rgba(246, 184, 118, .2);
  transition: all 0.3s ease;
}

.map-dot-box:hover .dot {
  background-color: var(--base-skin);
  transition: all 0.3s ease;
}

.map-dot-box.active .map-dot {
  background-color: rgba(246, 184, 118, .2);
  transition: all 0.3s ease;
}

.map-dot-box.active .dot {
  background-color: var(--base-skin);
  transition: all 0.3s ease;
}

.about-arrow-image-block .about-single-image {
  animation: arrowmoves 8s linear infinite;
}

@keyframes arrowmoves {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  25% {
    transform: translate3d(12px, -12px, 0px);
  }

  50% {
    transform: translate3d(0px, 0px, 0px);
  }

  75% {
    transform: translate3d(-12px, 12px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.home2-about-content-desc {
  margin-bottom: 47px;
}

.home2-about-content-desc .bold-text {
  font-weight: 500;
  color: var(--base-dark);
  margin-bottom: 17px;
}

.home2-client-section .client-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.home2-services-section {
  background-color: var(--base-dark);
  background-image: url(../images/bg-image-01.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home2-services-content-wrapper {
  margin-top: 50px;
}

.home2-cta-section {
  position: relative;
}

.home2-cta-section>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.video-overlay {
  content: '';
  background-color: rgba(0, 0, 0, 0.50);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@keyframes imagemove {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  20% {
    transform: translate3d(-10px, -10px, 0px);
  }

  40% {
    transform: translate3d(-10px, 0px, 0px);
  }

  60% {
    transform: translate3d(-10px, 10px, 0px);
  }

  80% {
    transform: translate3d(10px, 10px, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.home2-stepbox-section-content {
  overflow: hidden;
}

.home2-stepbox-section-content-wrapper .stepbox-images-block {
  position: sticky;
  height: 100vh;
  top: 0vh;
}

.home2-stepbox-section-content-wrapper .stepbox-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.scroll-changing-stepbox-item-image .stepbox-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home2-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}

.home2-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image.first,
.home2-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image.last,
.home2-stepbox-section-content-wrapper .scroll-changing-stepbox-item-image.active {
  opacity: 1;
}

.stepbox-responsive-image-block {
  display: none;
}

.stepbox-item {
  position: relative;
}

.stepbox-item-inner {
  height: 70vh;
  padding: 100px 50px 100px 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stepbox-item .step-label {
  margin-bottom: 20px;
}

.stepbox-item .step-label span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
      padding: 20px;
    color: #000000;
    background-color: #FECC52;
}

.stepbox-item .stepbox-title {
  margin-bottom: 33px;
}

.stepbox-item .stepbox-desc {
  width: 64%;
}

.stepbox-item .stepbox-desc p>a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--base-dark);
}

.stepbox-bottom {
  margin-top: 20px;
}

.stepbox-item .stepbox-link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--base-headingfont);
  color: var(--base-dark);
}

.stepbox-item .stepbox-link:hover {
  color: var(--base-skin);
}

