@import url("global.css?v=1.5");
@import url("header.css?v=1.5");
@import url("footer.css?v=1.5");
@import url("animate.css");
@import url("rtl.css");
@import url("jquery-ui.css");
@import url("custom-animate.css?v=1.6");

/*** 

====================================================================
	Main Slider
====================================================================

***/


.container-fluid {
  padding: 10px 10%;
}

.slider-one {
  position: relative;
}

.slider-one-arrow {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 140px;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider-one:hover .slider-one-arrow {
  opacity: 1;
}

.slider-one .main-slider-prev {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 20px;
  cursor: pointer;
  line-height: 71px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "flaticon_natua-icons";
  background-color: var(--main-color);
}

.slider-one .main-slider-prev:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 0px;
  right: -7px;
  bottom: 0px;
  border-radius: 30px;
  outline: 1px solid var(--main-color);
}

.slider-one .main-slider-prev:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.slider-one .main-slider-next:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.slider-one .main-slider-next::after,
.slider-one .main-slider-prev::after {
  display: none;
}

.slider-one .main-slider-next {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 20px;
  cursor: pointer;
  line-height: 71px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "flaticon_natua-icons";
  background-color: var(--main-color);
}

.slider-one .main-slider-next:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 0px;
  right: -7px;
  bottom: 0px;
  border-radius: 30px;
  outline: 1px solid var(--main-color);
}

.slider-one .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 270px 0px 350px;
}

.slider-one_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  bottom: 100px;
  background-size: cover;
  background-position: center center;

  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);

  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.slider-one .swiper-slide-active .slider-one_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 50%;
  bottom: 100px;
  background-position: left top;
  background-repeat: no-repeat;
}

.slider-one_pattern-two {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  width: 50%;
  bottom: 100px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-one_content {
  position: relative;
  z-index: 2;
}

.slider-one_content-inner {
  position: relative;
  text-align: center;
}

.slider-one_heading {
  margin-bottom: 0px;
  font-weight: 800;
  line-height: 1em;
  color: var(--white-color);
  text-transform: uppercase;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_heading span {
  color: var(--main-color);
}

.slider-one_heading i {
  position: relative;
  margin-left: -55px;
  z-index: -1;
  top: -10px;
}

.slider-one .swiper-slide-active .slider-one_heading {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_bold {
  position: relative;
  font-weight: 600;
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--white-color);
  font-family: "Outfit", sans-serif;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_bold {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_text {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  color: var(--white-color);

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_text {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one .slider-one_button {
  position: relative;
  gap: 12px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_icon {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  text-align: center;
}

.slider-one_icon:before {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 0px;
  height: 214px;
  right: 0px;
  text-align: center;
  background: url(../images/main-slider/experiance-text.png) center center no-repeat;
}


.page-title {
  color: var(--main-color);
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
}

.page-subtitle {
  color: var(--main-color);
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}


/*** 

====================================================================
	Modern One
====================================================================

***/

.modern-one {
  position: relative;
  padding: 120px 0px 80px;
}

.modern-bg-1 {
  background-size: cover;
  background-position: center;
}

.modern-one_content-column {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}


.modern-one_content {
  position: relative;
  width: 550px;
  max-width: 90%;
  padding-right: 10px;
  padding-top: 50px;
  text-align: justify;
}

.text-logo {
  font-weight: 900;
  font-size: 25px;
}

.sec-content .text-logo {
  font-size: 35px;
  line-height: 44px;
  font-weight: 900;
}


.modern-one_button {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}



.floated-bg-text {
  position: absolute;
  width: 220px;
  height: 180px;
  right: 50px;
  bottom: -135px;
  color: #FFF;
  padding: 50px 20px 30px 20px;
  background: url(../images/text-bg-1.svg) center center no-repeat;
  line-height: 35px;
  font-size: 28px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Harman Sans';
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;

}


.modern-one-top-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 30%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.our-process-layer {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0;
  background-color: var(--color-purple);
}

.our-process-layer.bg-light-green {
  background-color: var(--color-light-green);
}


.our-process {
  position: relative;
}

.our-process .container-fluid {
  position: relative;
  padding: 80px 10%;
}

.our-process.pb-20 .container-fluid {
  padding-bottom: 40px;
}

.our-process-image-column {
  position: relative;
  order: 2;
  z-index: 1;
}

.our-process-image {
  position: relative;

}

.our-process-image img {
  position: relative;
  width: 100%;
  display: block;
  transition: 1s ease;
}


.our-process-content-column {
  position: relative;
  order: 1;
}

.our-process-content {
  position: relative;
  margin-left: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.our-innovation-content {
  justify-content: space-between;
}

.our-process-heading {
  position: relative;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.our-innovation-content .our-process-heading {
  margin-bottom: 0;
}

.our-process-text {
  position: relative;
  font-size: 50px;
  line-height: 65px;
  max-width: 90%;
  margin-bottom: 30px;
  font-weight: 800;
  color: #FFF;
  font-family: 'Harman Sans';
}

.innovation-bottom-section {
  position: relative;
  overflow: hidden;
}

.innovation-bottom-section .container-fluid {
  position: relative;
  padding: 80px 7%;
}

.innovation-bottom-image-column {
  padding-right: 40px;
}


.innovation-bottom-image-column img {
  max-width: 90%;
  margin-bottom: 50px;
}

.innovation-bottom-image-column img:last-child {}

.innovation-bottom-middle {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 80px;
  font-weight: 800;
  font-family: 'Harman Sans';
  max-width: 80%;
  color: var(--main-color);
  text-align: justify;
  margin-left: 15%;
}

.float-left-right-two {

  animation-name: float_left_right_two;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_left_right_two;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_left_right_two;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_left_right_two;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right_two;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.innovation-bottom-content-column {}

.innovation-bottom-top {
  width: 70%;
  height: 400px;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  color: #FFF;
  padding: 20px 5% 0 5%;
  background: url(../images/shape-10.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  position: relative;
  margin-left: 15%;
}

.innovation-bottom-top div {
  max-width: 80%;
  font-weight: 300;

}

.innovation-button {
  position: absolute;
  right: -10px;
  bottom: 30px;
}

.innovation-button .btn-style-five {
  border: 1px solid var(--main-color);
  background-color: #FFF;
}

.innovation-button .btn-style-five:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.innovation-button .btn-style-five:hover .btn-wrap .text-one {
  color: #FFF;
}

.innovation-button .btn-style-five:hover:before {
  background-color: var(--main-color);
}



.innovation-bottom-bottom {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin-left: 15%;
}

.float-left-right-two {
  animation-name: float_left_right_two;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_left_right_two;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_left_right_two;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_left_right_two;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right_two;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;

}

.innovation-bottom-pattern-1 {
  width: 250px;
  height: 280px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--main-color);
  padding: 30px 20px;
  background: url(../images/shape-1.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.innovation-bottom-pattern-1 span {
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}


.innovation-bottom-pattern-2 {
  width: 250px;
  height: 240px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--main-color);
  padding: 30px 20px;
  background: url(../images/shape-2.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 320px;
  top: 0;
}

.innovation-bottom-pattern-2 span {
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}

.innovation-bottom-pattern-3 {
  width: 350px;
  height: 250px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--main-color);
  padding: 30px 20px;
  background: url(../images/shape-3.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 70px;
  margin-top: -10px;
  background-position: center;
}

.innovation-bottom-pattern-3 span {
  width: 180px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.innovation-bottom-pattern-4 {
  width: 250px;
  height: 240px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--main-color);
  padding: 30px 20px;
  background: url(../images/shape-2b.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -300px;
  margin-left: 400px;
}

.innovation-bottom-pattern-4 span {
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}

.innovation-pattern-two {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/process/shape-43.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 25%;
  height: 500px;
}


.rotateme {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-up-down {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.nuitree-step-section {

  position: relative;
  padding: 100px 0;
}

.nuitree-step-column {
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
}

.step-item-1 {
  width: 50%;
  position: relative;
}

.step-item-2 {
  width: 50%;
  position: relative;
}


.step-item-1 .step-image {
  width: 100%;
}

.step-item-1 .step-number {
  position: absolute;
  bottom: 10px;
  width: 150px;
  left: 33%;
}


.step-item-2 .step-image {
  width: 100%;
  margin-top: 100px;
  margin-left: 35px;
}

.step-item-2 .step-number {
  position: absolute;
  top: 10px;
  width: 150px;
  left: 20%;
}

.step-item-3 {
  width: 50%;
  position: relative;
  margin-top: 300px;
}

.step-item-4 {
  width: 40%;
  position: absolute;
  top: 120px;
  left: 220px;
}

.step-item-5 {
  width: 46%;
  position: relative;
  margin-top: 350px;
  text-align: right;
}

.step-item-3 .step-image {
  width: 100%;
  margin-left: -170px;
}

.step-item-3 .step-number {
  position: absolute;
  bottom: -10px;
  width: 170px;
  left: 0;
}


.step-item-4 .step-image {
  width: 100%;
  margin-top: 120px;
}

.step-item-4 .step-number {
  position: absolute;
  top: 60px;
  width: 140px;
  left: -50px;
}


.step-item-5 .step-image {
  width: 90%;
  margin-top: 120px;
  margin-left: 70px;
}

.step-item-5 .step-number {
  position: absolute;
  top: 50px;
  width: 150px;
  right: -20%;
}


.step-left-bottom {
  position: relative;
  width: 450px;
  height: 260px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding: 50px 80px;
  background: url(../images/shape-4.svg) no-repeat;
  background-size: contain;
  background-position: top;

}

.step-left-bottom .text-logo {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;

}

.step-button {
  position: absolute;
  right: -50px;
}

.step-button .btn-style-five {
  border: 1px solid var(--color-yellow);
  background-color: #FFF;
}

.step-top-content {
  position: absolute;
  right: 0;
  top: -68px;
  height: 400px;
  width: 65%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-yellow);
  padding: 10px 20px 0 10%;
  background: url(../images/pattern-6.svg) no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -1;
}


.step-top-content div {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  color: var(--color-yellow);
  padding-top: 50px;
}


/*** 

====================================================================
	Slider Three
====================================================================

***/

.slider-three {
  position: relative;
  padding-top: 100px;
}

.slider-three-arrow {
  position: absolute;
  left: 110px;
  z-index: 1;
  bottom: 140px;
  right: 0px;
  text-align: left;
  max-width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider-three:hover .slider-three-arrow {
  opacity: 1;
}

.slider-three .main-slider-prev {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 20px;
  cursor: pointer;
  line-height: 71px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "flaticon_natua-icons";
  background-color: var(--main-color);
}

.slider-three .main-slider-prev:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 0px;
  right: -7px;
  bottom: 0px;
  border-radius: 30px;
  outline: 1px solid var(--main-color);
}

.slider-three .main-slider-prev:hover {
  color: var(--white-color);
  background-color: var(--color-three);
}

.slider-three .main-slider-next:hover {
  color: var(--white-color);
  background-color: var(--color-three);
}

.slider-three .main-slider-next::after,
.slider-three .main-slider-prev::after {
  display: none;
}

.slider-three .main-slider-next {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin-left: 30px;
  font-size: 20px;
  cursor: pointer;
  line-height: 71px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "flaticon_natua-icons";
  background-color: var(--main-color);
}

.slider-three .main-slider-next:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 0px;
  right: -7px;
  bottom: 0px;
  border-radius: 30px;
  outline: 1px solid var(--main-color);
}

.slider-three .main-slider-next:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  width: 500%;
  height: 2px;
  background-color: var(--color-four);
}

.slider-three .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 320px 0px 280px;
}

.slider-three_image-layer {
  position: absolute;
  right: 7%;
  top: 200px;
  width: 600px;
  height: 550px;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.slider-three .swiper-slide-active .slider-three_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-three_pattern_top {
  position: absolute;
  left: 0;
  top: 0px;
  width: 60%;
  height: 250px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;

}

.slider-three_pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 40%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-three_pattern-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 40%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -10;
}



.slider-three_experiance {
  position: absolute;
  right: 20%;
  bottom: 15%;
  z-index: 10;
}

.slider-three_experiance:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 214px;
  height: 214px;
  background: url(../images/main-slider/experiance-text.png) no-repeat;
}

.slider-three_content {
  position: relative;
  z-index: 2;
}

.slider-three_content-inner {
  position: relative;
  text-align: left;
  max-width: 1000px;
  padding-top: 40px;
  padding-left: 7%;
  z-index: 10;
}



.slider-three_heading {
  font-size: 70px;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 80px;
  color: var(--main-color);
  font-family: 'Harman Sans';
  text-transform: uppercase;


}

.slider-three_heading span {
  color: var(--color-yellow);
}


.slider-three .home-hero-wrapper {
  position: relative;
  overflow: hidden;
  padding: 300px 0px 250px;
  height: 90vh;
}

.siptastic-icon {
  position: relative;
}

.siptastic-icon::before,
.siptastic-icon::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('../images/icon-5.png');
  /* Replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}


.siptastic-icon::before {
  margin-right: 10px;
  transform: scaleX(-1);
}

.siptastic-icon::after {
  margin-left: 10px;
}



.slider-three .swiper-slide-active .slider-three_heading {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
  position: relative;
  font-size: 20px;
  opacity: 0;
  line-height: 32px;
  margin-top: 35px;
  margin-bottom: 35px;
  color: var(--color-twentyfive);

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {
  opacity: 1;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three .slider-three_button {
  position: relative;
  gap: 12px;
  display: flex;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


.slider-hero-img {
  position: absolute;
  right: 50px;
  bottom: 10px;
  z-index: 10;
  width: 50%;
  max-width: 1200px;
  z-index: -1;
}

.slider-three_icon {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 10;
  max-width: 300px;
  transition: all 900ms ease;
}

.slider-three_icon-two {
  position: absolute;
  left: 40%;
  bottom: 60px;
  z-index: 10;
  max-width: 400px;
}

.reveal-slide-top {
  clip-path: inset(0 0 100% 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  width: 100%;
}

.reveal-slide-top.active {
  clip-path: inset(0 0 0 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}


.shape-bg::before {
  position: absolute;

  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 20px solid var(--main-color);
  animation: scows 2s linear infinite;
}

@keyframes scows {
  10% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.2;
  }

  40% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.5;
  }

  80% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0;
  }
}



/* Feature Block Three */

.feature-block_three {
  position: relative;
  margin-bottom: 30px;
}

.feature-block_three-inner {
  position: relative;
  font-size: 16px;
  padding-left: 80px;
  padding-bottom: 25px;
  color: var(--color-eight);
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.feature-block_three-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--main-color);
  font-family: "flaticon_natua-icons";
}

.feature-block_three-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--color-nine);
  font-family: "DM Sans", sans-serif;
}

/* Feature Block Four */

.feature-block_four {
  position: relative;
  margin-bottom: 30px;
}

.feature-block_four-inner {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 100px;
  padding-bottom: 25px;
  color: var(--main-color);
}

.feature-block_four-icon {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 150px;
  background-color: var(--white-color);
}

.modern-two_button {
  position: relative;
  margin-top: 30px;
}





/* About Us Page */
.about-hero-section {
  padding: 150px 0 0 0;
  position: relative;
}

.about-hero-content h1 {
  text-align: center;
  margin-bottom: 40px;
}

.about-hero-image {
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.about-hero-image img {
  max-width: 800px;
  width: 100%;
}

.about-hero-content {
  font-size: 18px;
  line-height: 28px;
  position: relative;

}


.about-hero-content p {
  margin-bottom: 15px;
  color: var(--main-color);
  text-align: justify;

}

.about-banner-section {
  width: 100%;
  display: block;
  padding: 40px 0 50px 0;
}

.about-full-image {
  width: 100%;
  display: block;
  position: relative;
}

.about-full-image img {
  width: 100%;
}

.about-full-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
  /* Let clicks pass through */
  z-index: 2;
  /* Make sure it's above the image but below other content if needed */
}

.blob-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Square */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.blob-box.small-blob-box {
  position: relative;
  width: 80%;
  padding-top: 80%;
  background-size: contain;
}

.blob-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  color: white;
  width: 80%;
  z-index: 2;
  font-size: 23px;
  line-height: 32px;
  padding: 10px 10px;
}

.main-primary {
  color: var(--main-color) !important;
}

.about-shape-section {
  position: relative;
  margin-top: -250px;
  padding-bottom: 80px;
}



.content-grid {
  position: relative;
  z-index: 2;
}

.our-story-section {
  padding: 4rem 2rem;
  background-color: #fff;
  font-size: 1.1rem;
  color: #343936;
  font-weight: 300;
}

.our-story-title {
  color: var(--main-color);
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: 'Harman Sans';
}

.our-story-subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 1rem;
}

.our-story-text {
  color: #343936;
}
.sip-section p{
}
.svg-bubble {
  position: relative;
  background-image: url('../images/about/shape-18.svg');
  /* Your SVG image path here */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4rem 2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-bubble span {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Harman Sans';
  text-transform: uppercase;
}

.svg-bubble .highlight-yellow {
  color: var(--color-yellow);
  font-size: 1.7rem;
}

.story-image {
  margin-right: -120px;
  margin-top: -100px;
}


.sip-section {
  position: relative;
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.7em;
  color: #343936;

}




.sip-section .container {}

.green-blob {
  background-image: url(../images/about/shape-19.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4rem 2rem 1rem 2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -15%;
  font-size: 23px;
  line-height: 30px;
  font-family: 'Harman Sans';
  font-weight: bold;
  left: 15%;
}

.juice-image-outer {
  position: relative;
  margin-bottom: 150px;
  padding: 0 50px 10px 0;
  margin-top: -70px;
}

.sip-tastic {
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 30px 0;
  font-size: 40px;
  font-family: 'Harman Sans';
}

.brand-name {
  font-weight: bold;
}

.highlight {
  color: var(--main-color);
  font-weight: bold;
  font-family: 'Harman Sans';
  font-size: 23px;
  line-height: 30px;
  margin: 40px 0;
}

.sip-section-content {
  position: relative;
  z-index: 2;
  font-size: 1.1rem;
  margin-top: 50px;
  color: #343936;
  padding-right: 10%;
}

.sip-section-content .sip-tastic {
  margin: 40px 0 30px 0;
}

.footer-right-shape {
  background-image: url(../images/process/shape-43.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: absolute;
  right: 0;
  bottom: -220px;
  width: 30%;
  height: 400px;
  z-index: -2;
}




/*  Brand Page    */


.brand-hero-section {
  position: relative;
  padding: 1rem 0;
  margin-top: 150px;
}

.brand-top {
  padding: 30px 0 60px 0;
  margin-bottom: 20px;
  align-items: center;
}


.product-title {
  font-weight: bold;
  color: var(--main-color);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.product-img {
  width: 100%;
}

.product-card {
  text-align: center;
}


.product-button {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-button .btn-style-five {
  border-radius: 10px;
}


.section-middle-title {
  background-color: #EA6C7E;
  color: white;
  padding: 60px 5%;
  margin-top: 80px;
}

.section-middle-title h2 {
  color: white;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  text-align: center;
}

.shortcut-box {
  background-image: url(../images/brands/shape-shortcut.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 3rem 2rem 1rem 2rem;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;

}

.section-brand-story {
  color: white;
  position: relative;
}

.section-brand-story img {
  max-width: 800px;
  width: 100%;
}


.brand-story-shape-2 {
  background-image: url(../images/brands/shape-30.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 80%;
  height: 700px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
  display: none;
}

.brand-story-shape-1 {
  background-image: url(../images/brands/shape-31.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 20%;
  height: 400px;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -1;
  display: none;
}

.brand-story-shape-3 {
  background-image: url(../images/brands/story-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
  bottom: 10px;
  z-index: -1;
}

.shortcut-outer {
  margin-top: -240px;
  padding-left: 80px;
}

.story-text {
  color: var(--color-yellow);
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;

}

.story-content {
  color: white;
  max-width: 450px;
  margin-top: 5px;

}

.story-content p {
  color: white;
}

.section-barista {
  color: white;
  padding: 2rem 1rem;
  background-image: url(../images/brands/barista-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 150px;
  margin-top: -200px;
}

.section-barista h4 {

  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.2rem;
  margin-bottom: 50px;
}

.barista-box {
  border-radius: 10px;
  padding: 0 30px 30px 30px;
  margin-top: 2rem;
  max-width: 400px;
  border: 2px solid #FFF;

}

@keyframes animateOutline {
  0% {
    outline-width: 3px;
    outline-offset: 0;
    outline-color: #FFF;
  }

  10% {
    outline-color: #EA6C7E;
  }

  50% {
    outline-width: 7px;
    outline-offset: 2px;
    outline-color: rgba(0, 130, 206, 0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 2px;
    outline-color: rgba(102, 102, 102, 0);
    border: 2px solid #EA6C7E;
  }


}


.fill-border {
  outline-width: 1px;
  outline-offset: 0;
  outline-color: #EA6C7E;
  outline-style: solid;
  animation: animateOutline 4s ease infinite;
}



.barista-box h5 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  color: #FFF;
  background-color: #64202d;
  margin-top: -20px;
  height: 2.8rem;

}

.barista-box p {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7rem;
}


.section-milkind-2 {
  color: white;
  padding: 50px 0 0 0;
  width: 100%;
}

.section-milkind-2 img{
  width: 100%;
}



.section-milkind {
  color: white;
  padding: 50px 0 0 0;
  background-image: url(../images/brands/shape-33.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  margin-top: 100px;
}

.section-milkind h4 {

  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.2rem;
  margin-bottom: 50px;
}

.milkind-content-outer {
  position: relative;
}

.milkind-content {
  padding: 0;
    max-width: 300px;
    width: 100%;
    color: #FFF;
    position: absolute;
    left: 25%;
    top: 350px;

}



@media only screen and (min-width: 1900px) {
  .milkind-content {
    left: 27%;
    top: 59%;
  }

}

@media only screen and (max-width: 1650px) {
  .milkind-content {
    left: 23%;
    top: 60%;
  }
}

@media only screen and (max-width: 1550px) {
  .milkind-content {
    left: 23%;
    top: 60%;
    max-width: 250px;
  }
}


.milkind-content-outer img {
  margin-bottom: -150px;
  margin-top: 100px;
}

.milkind-content p {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.milkind-content span {
  font-family: 'Harman Sans';
  text-transform: uppercase;
  font-weight: bold;
}



.section-milkind h2 {
  color: #EA6C7E;
  font-weight: bold;
  font-size: 5rem;
  line-height: 5.4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-top: 90px;
}

.milkind-image img {
  width: 100%;
  padding: 50px 10px;
}


.section-juice-time {
  padding: 30px 0;
}


.section-juice-time h2 {
  color: var(--color-yellow);
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 4.4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  padding: 50px 0 20px 0;
  text-align: center;
}

.section-juice-time img {
  width: 100%;
  margin-top: -100px;
}


.section-brand-bottom {
  padding: 30px 0;
}


.section-brand-bottom p {
  color: var(--main-color);
  font-size: 22px;
  line-height: 40px;
}

.section-brand-bottom p span {
  color: var(--main-color);
  font-weight: bold;
  font-family: 'Harman Sans';
  text-transform: uppercase;
}

.fresh-box {
  margin-top: -160px;
  margin-bottom: -70px;
  z-index: 1;
  position: relative;
}



/* Process Page */
.process-hero-section {
  position: relative;
  padding: 40px 0 0 0;
  margin-top: 150px;
}





.process-dialog-box {
  background-image: url(../images/process/shape-40.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1rem 2rem 3rem 2rem;
  text-align: center;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.4rem;
}

.process-hero-section p {
  color: var(--main-color);
  text-align: justify;
}

.process-hero-section p.caption {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}


.process-item-section {
  position: relative;
  padding: 20px 0 100px 0;
}



.process-item {
  padding: 10px 20px;
  position: relative;
}

.process-title {
  background-image: url(../images/process/shape-41.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1 / 1;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-top: -100px;
  position: relative;
  z-index: 5;

}

.process-title.shape-42 {
  background-image: url(../images/process/shape-42.svg);
}

.process-title.shape-41 {
  background-image: url(../images/process/shape-41.svg);
}

.process-title.shape-44 {
  background-image: url(../images/process/shape-44.svg);
}

.process-item ul {
  list-style: disc;
  margin: 30px 20px;
  text-align: left;
}

.process-item ul li {
  margin: 20px 0;
  color: var(--main-color);
  list-style: disc;
}

.process-item ul li span {
  font-weight: bold;
}


.process-footer-shape {
  background-image: url(../images/process/shape-43.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 25%;
  height: 500px;
}


/* innovation Page */

.innovation-hero-section {
  position: relative;
  padding: 40px 0 10px 0;
  font-size: 1.1rem;
  line-height: 1.7em;
  margin-top: 150px;
}

.innovation-hero-section .page-title {
  line-height: 4.6rem;
}



.innovation-text {
  color: var(--main-color);
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: justify;
}

.innovation-text span {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Harman Sans';
}

.innovation-highlight {
  color: var(--color-yellow);
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-top: 30px;
}




.innovation-image-box img {
  margin-top: -160px;
  width: 100%;
}

.innovation-workshop .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}


.innovation-workshop {
  padding: 40px 0;
}


.innovation-workshop .our-process-layer {
  background-color: var(--main-color);
}

.innovation-facility {
  position: relative;
}

.innovation-facilty-items {
  position: relative;
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -180px;
  gap: 10px;
  padding-right: 40px;
}


.facilty-item {
  width: 49%;
  max-width: 400px;
  height: 300px;
  text-align: center;
  color: #FFF;
  padding: 20px 40px;
  background: url(../images/innovation/fshape-1.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.facilty-shape-1 {
  background-image: url(../images/innovation/fshape-1.svg);

}

.facilty-shape-2 {
  background-image: url(../images/innovation/fshape-2.svg);
  margin-top: 110px;
  margin-right: -15px;
}

.facilty-shape-3 {
  background-image: url(../images/innovation/fshape-3.svg);
  margin-top: -110px;
  max-width: 270px;
  padding-top: 40px;
  padding-right: 45px;
}

.facilty-shape-4 {
  background-image: url(../images/innovation/fshape-4.svg);
  margin-top: 15px;
  margin-left: 10px;
  width: 48%;

}



.facilty-shape-5 {
  background-image: url(../images/innovation/fshape-5.svg);
  margin-left: 55px;
  margin-top: -115px;
  max-width: 300px;
  padding: 40px 40px 20px 40px;
}

@media only screen and (max-width: 1450px) {
  .facilty-shape-4 {
    margin-left: 0;
    width: 45%;
  }
}


.facilty-item h5 {
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  font-weight: 900;
  color: #FFF;
  margin-bottom: 10px;
  max-width: 280px;
}

.facilty-item p {
  text-align: center;
  color: #FFF;
  max-width: 220px;
}

.text-primary p,
.text-primary h5 {
  color: var(--main-color);
}

.itc-offer-section {
  position: relative;
  padding-bottom: 100px;
}

.itc-offer-section h2 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}

.itc-offer-section h5 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-bottom: 50px;
}

.itc-shape {
  width: 90%;
  max-width: 1100px;
  height: 400px;
  background: url(../images/innovation/shape-50.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  right: 0;
  top: 0;

}

.itc-shape-content {
  height: 300px;
  margin-top: 80px;
  padding-left: 10%;
}

.offer-items {}

.offer-item {
  padding: 20px 30px;
  max-width: 400px;
}

.offer-item-1 {
  margin-top: -70px;
}

.offer-item-2 {
  margin-top: 50px;
}

.offer-item-3 {
  margin-top: 100px;
}

.offer-item-4 {
  margin-top: 0;
}

.offer-item img {
  width: 100%;
  max-width: 250px;
}


.offer-item h4 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: -60px;
}


.offer-item p {
  color: var(--main-color);
  margin-bottom: 30px;
}

.innovation-footer-shape {
  background-image: url(../images/innovation/innovation-footer-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 25%;
  height: 500px;

}

/* White labeling  */

.white-hero-section{
  position: relative;
  padding: 0;
  margin-top: 150px;
}

.white-label-top {
  padding: 10px 0 0 0;
  align-items: center;
}

.white-hero-section .hero-content {
  width: 900px;
  max-width: 90%;
  position: absolute;
  left: 7%;
  top: 230px;
}

.white-hero-section .page-title {
  margin-bottom: 5px;
}


.label-hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.white-hero-section .description {
  color: var(--main-color);
  max-width: 500px;
  flex: 1;
}


.white-hero-section .highlight-box {
  width: 380px;
  max-width: 380px;
  height: 280px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: var(--main-color);
  padding: 50px 20px 30px 20px;
  background: url(../images/white-label/shape-60.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-top: -150px;
  margin-right: -140px;
}


.white-hero-section .image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 300px;
  max-height: 95vh;
}

.white-hero-section .image-side img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.white-label-footer {
  background-image: url(../images/white-label/shape-62.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 300px;
  z-index: -2;
}


.label-item-section {
  position: relative;
    padding: 10px 0 150px 0;
    text-align: left;
    margin-top: 0;
}

@media only screen and (max-width: 1600px) {
  .label-item-section {
    padding: 10px 0 150px 0;

  }
}



.label-item {
  padding: 10px 20px;
  position: relative;
}

.label-item-number {
  background-image: url(../images/white-label/shape-61.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1 / 1;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  margin-top: -75px;
  margin-left: -25px;

}

.label-item img {
  width: 100%;
}

.label-item h3 {
  margin-top: 20px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.label-item p {
  margin: 0 0 20px 0;
  color: var(--main-color);
  text-align: left;
}

.label-item p span {
  font-weight: bold;
}



/*. Contact Form  */


.contact-section {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 190px 0 10px 0;
}

.contact-form {
  z-index: 2;
}

.contact-form h1 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-bottom: 20px;
}



.contact-form p {
  color: var(--main-color);
  max-width: 700px;
  margin-bottom: 40px;
}



.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid var(--main-color);
  outline: none;
  background: transparent;
  color: var(--main-color);
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}

.contact-form textarea {
  width: 100%;
  height: 100px;
  resize: none;
}


.help-block{
  font-size: 12px;
  color: var(--main-color) !important;
 }
 

.contact-form .btn-style-five {
  background-color: var(--main-color);
  color: #FFF;
  float: inline-end;
  border-color: var(--main-color);
}

.contact-form .btn-style-five .btn-wrap .text-one {
  color: #FFF;
}

.contact-info {
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-left: 40%;

}

.contact-shape {
  background-image: url(../images/shape-61.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  z-index: -2;
  width: 40%;
  height: 90%;
  max-width: 900px;
  max-height: 900px;
  top: 50px;
  right: 0;
  position: absolute;
}

.info-wrapper {
  margin-left: auto;
  max-width: 600px;
}

.contact-info h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: 'Harman Sans';
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFF;
}

.contact-info p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #FFF;
  font-weight: normal;
}

.contact-map-section {
  padding: 10px 0 150px 0;
}

.contact-map-section iframe {
  width: 100%;
  height: 700px;
  padding: 80px 80px;
}



/* White labeling  */

.career-hero-section {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  position: relative;
  padding-bottom: 10px;
  color: #FFF;
}

.career-hero-section .career-content {
  width: 1000px;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
  padding-left: 5%;
  background: url(../images/career/shape-70.svg) no-repeat;
  background-size: contain;
  background-position: left bottom;
  padding-top: 150px;
  min-height: 600px;

}


.career-hero-bottom {
  max-width: 650px;

}

.career-hero-section .description {
  color: #FFF;
}

.career-hero-section p {
  color: #FFF;
}

.career-hero-section .page-subtitle {
  color: #FFF;
}

.career-hero-section .page-title {
  color: #FFF;
  margin-bottom: 20px;
}

.career-hero-section .highlight-box {
  font-family: 'Harman Sans';
  width: 350px;
  max-width: 350px;
  height: 280px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  padding: 40px 50px 30px 50px;
  background: url(../images/career/shape-71.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 100px;
  position: absolute;
  bottom: 250px;
  z-index: 1;
}


.career-hero-section .image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 300px;
  margin-bottom: 100px;
}

.career-hero-section .image-side img {
  max-width: 100%;
  height: auto;
  object-fit: contain;

}


.career-form-section {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  position: relative;
  padding-bottom: 100px;
  color: #FFF;
}


.contact-form label{
  color: var(--main-color);
  font-size: 15px;
  flex: 1;
}

.career-button {
  margin-top: 30px;
}

.career-button .btn-style-five {
  border: 1px solid var(--color-yellow);
  background-color: var(--color-yellow);
}

.career-button .btn-style-five .btn-wrap .text-one {
  color: #FFF;
}

.career-button .btn-style-five:before {
  background-color: var(--main-color);
}





.privacy-section {
  padding: 180px 0 200px 0;
  position: relative;
  text-align: justify;

}


.privacy-section .sidebar-nav {
  position: fixed;
  top: 200px;
  width: 250px;
}

.privacy-section .nav-link {
  color: var(--main-color);
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
}

.privacy-section .nav-link.active {
  font-weight: 800;
}

.privacy-section .section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main-color);
  margin: 0 0 40px 0;
  line-height: 1;
}

.privacy-section .section-subtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.privacy-content {
  color: var(--main-color);
  margin-bottom: 40px;
}

.privacy-content p {
  color: var(--main-color);
}

.privacy-content a{
  font-weight: 900;
}
.border-right{
  border-right: 1px solid var(--main-color);
  margin-right: 50px;
  height: 100%;
}


/* RTL Style */

.rtl .main-header.header-style-four .info-box {
  margin-left: 0px;
  margin-right: 25px;
}

.rtl .slider-four_image {
  margin-left: -280px;
}

.rtl .slider-four_image img {
  max-width: 100%;
}

.rtl .slider-four_content-inner {
  text-align: right;
}

.rtl .slider-four .slider-four_button {
  justify-content: end;
}

.rtl .off-one,
.rtl .about-one_content,
.rtl .shop-block_one-inner {
  text-align: right;
}

.rtl .off-one_image {
  margin-left: 0px;
}

.rtl .off-one_content {
  padding-top: 50px;
}

.rtl .about-one_image {
  margin-left: 0px;
}

.rtl .about-one_image-two {
  right: 25px;
}

.rtl .feature-block_seven-inner {
  text-align: right;
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .feature-block_seven-icon {
  right: 0px;
  left: auto;
}

.rtl .services-block_five-image {
  margin-left: 0px;
}

.rtl .services-block_five-image img {
  max-width: 100%;
}

.rtl .testimonial-block_four-inner,
.rtl .services-six .sec-title,
.rtl .services-block_five-inner,
.rtl .news-block_four-content,
.rtl .subscribe-two .title-box {
  text-align: right;
}

.rtl .main-header.header-style-four .header-upper .logo-box::before {
  left: -50px;
  right: -300px;
}