:root {
  --sjkbs-font: "Manrope", sans-serif;
  --sjkbs-heading-font: "Barlow", sans-serif;
  --sjkbs-special-font: "Alex Brush", cursive;
  --sjkbs-text: #000;
  --sjkbs-text-rgb: 121, 117, 119;
  --sjkbs-text-gray: #958F91;
  --sjkbs-text-gray-rgb: 149, 143, 145;
  --sjkbs-base:  #29a89e;
  --sjkbs-base-rgb: 174, 143, 98;
  --sjkbs-secondary: #241F21;
  --sjkbs-secondary-rgb:36, 31, 33 ;
  --sjkbs-gray: #E6E0D8;
  --sjkbs-gray-rgb: 230, 224, 216;
  --sjkbs-white: #fff;
  --sjkbs-white-rgb: 255, 255, 255;
  --sjkbs-black: #120F10;
  --sjkbs-black-rgb: 18, 15, 16;
  --sjkbs-black2: #1B1216;
  --sjkbs-black2-rgb: 27, 18, 22;
  --sjkbs-black3: #221C1E;
  --sjkbs-black3-rgb: 34, 28, 30;
  --sjkbs-black4: #000;
  --sjkbs-black4-rgb: 0, 0, 0;
  --sjkbs-border-color: #F4F2EE;
  --sjkbs-border-color-rgb: 244, 242, 238;
  --sjkbs-letter-space: 0.1em;
  --sjkbs-letter-space-xl: 0.2em;
}


.sjkbs-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  background-color: var(--sjkbs-secondary, #241F21);
  color: var(--sjkbs-white, #fff);
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  padding: 19px 40px;
  transition: 500ms;
  text-transform: uppercase;
  background-color: var(--sjkbs-base, #241F21);
  color: var(--sjkbs-white, #fff);
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.sjkbs-btn:hover {
  color: var(--sjkbs-secondary, #241F21);
  background-color: var(--sjkbs-white, #fff);
}
.sjkbs-btn::after {
  background: var(--sjkbs-base, #29a89e);
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sjkbs-btn:hover {
  color: var(--sjkbs-black, #120F10);
}
.sjkbs-btn:hover::after {
  height: 380%;
}
.sjkbs-btn--base {
  color: var(--sjkbs-white, #fff);
  background: var(--sjkbs-base, #29a89e);
}
.sjkbs-btn--base::after {
  background: var(--sjkbs-secondary, #241F21);
}
.sjkbs-btn--base:hover {
  color: var(--sjkbs-white, #fff);
}
.sjkbs-btn--white {
  color: var(--sjkbs-secondary, #241F21);
  background: var(--sjkbs-white, #fff);
}
.sjkbs-btn--white::after {
  background: var(--sjkbs-secondary, #241F21);
}
.sjkbs-btn--white:hover {
  color: var(--sjkbs-white, #fff);
}
.sjkbs-btn--secondary {
  background-color: var(--sjkbs-secondary, #241F21);
}
.sjkbs-btn--secondary::after {
  background-color: var(--sjkbs-base, #29a89e);
}
.sjkbs-btn--secondary:hover {
  color: var(--sjkbs-white, #fff);
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  color: var(--sjkbs-text, #797577);
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
  counter-reset: courseNumber;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--sjkbs-base, #29a89e);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  color: var(--sjkbs-black, #120F10);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  color: var(--sjkbs-text, #797577);
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-x-0 {
  --bs-gutter-x: 0px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-x-20 {
  --bs-gutter-x: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--sjkbs-base, #29a89e);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sjkbs-text, #797577);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.html);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--sjkbs-text, #797577);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--sjkbs-black, #120F10);
  font-family: var(--sjkbs-special-font, "Alex Brush", cursive);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--sjkbs-black, #120F10);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--sjkbs-base, #29a89e);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--sjkbs-black, #120F10);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--sjkbs-base, #29a89e);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sjkbs-black, #120F10);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}



.sjkbs-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.sjkbs-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.sjkbs-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--sjkbs-border-color, #F4F2EE);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sjkbs-text, #797577);
  border-radius: 50%;
  font-size: 14px;
   color: #29a89e;
  transition: all 500ms ease;
}

.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--sjkbs-black, #120F10);
  color: var(--sjkbs-white, #fff);
}
.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: var(--sjkbs-black, #120F10);
  border: 2px solid var(--sjkbs-white, #fff);
  box-shadow: 0 0 1px rgba(var(--sjkbs-black-rgb, 18, 15, 16), 1);
  margin: 0;
}
.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .sjkbs-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--sjkbs-black, #120F10);
  border: 2px solid var(--sjkbs-black, #120F10);
  box-shadow: 0 0 1px rgba(var(--sjkbs-black-rgb, 18, 15, 16), 1);
}
.sjkbs-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}

.sec-title {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 50px;
  }
}
.sec-title__img {
  display: inline-flex;
  margin-top: -3px;
  margin-right: 7px;
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--sjkbs-text, #797577);
}
.sec-title__title {
  margin: 0;
  text-transform: uppercase;
  margin-top: 7px;
  color: #1f948a;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  font-size: 30px;
  text-shadow: 0 0 0.1px currentColor;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 45px;
  }
}


.logo-sjkbs img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-header {
  background-color: var(--sjkbs-white, #fff);
  position: relative;
}
.main-header .container-fluid {
  max-width: 1760px;
}
.main-header__inner {
  display: flex;
  align-items: center;
  background-color: var(--sjkbs-white, #fff);
  position: relative;
}
@media (max-width: 767px) {
  .main-header__inner {
    padding: 10px 0px;
  }
}
.main-header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main-header__logo {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-header__logo .mobile-nav__btn {
    margin-left: 30px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__right__info__item {
  font-size: 20px;
  color: var(--sjkbs-secondary, #241F21);
}
.main-header__right__info__item:hover {
  color: var(--sjkbs-base, #29a89e);
}
@media (max-width: 767px) {
  .main-header__right__info__item {
    display: none;
  }
}
.main-header__right__info__item + .main-header__right__info__item {
  margin-left: 20px;
}
.main-header__right__btn {
  padding: 22px 0px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  background: var(--sjkbs-base, #29a89e);
}
@media (max-width: 767px) {
  .main-header__right__btn {
    display: none;
  }
}
.main-header__right__btn::after {
  content: "";
  background: var(--sjkbs-base, #29a89e);
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .main-header__right__btn::after {
    display: none;
  }
}
.main-header__right__call {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 35px;
  border-right: 1px solid rgba(var(--sjkbs-white-rgb, 255, 255, 255), 0.2);
  margin-right: 30px;
}
@media (max-width: 767px) {
  .main-header__right__call {
    display: none;
  }
}
.main-header__right__call:hover .main-header__right__icon {
  background: var(--sjkbs-white, #fff);
  color: var(--sjkbs-secondary, #241F21);
}
.main-header__right__icon {
  width: 40px;
  height: 40px;
  background: var(--sjkbs-secondary, #241F21);
  color: var(--sjkbs-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.main-header__right__text {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: var(--sjkbs-border-color, #F4F2EE);
  text-transform: uppercase;
}
.main-header__right__number {
  color: var(--sjkbs-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 166.667%;
  padding-bottom: 0;
  margin-bottom: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__right__number:hover {
  background-size: 100% 1px;
}
.main-header__right__number:hover {
  color: var(--sjkbs-secondary, #241F21);
}
.main-header__btn {
  padding: 8px 16px;
  font-size: 14px;
  color: var(--sjkbs-border-color, #F4F2EE);
  background: var(--sjkbs-base, #29a89e);
  border: 1px solid var(--sjkbs-white, #fff);
}
.main-header__btn:hover {
  color: var(--sjkbs-white, #fff);
  border: 1px solid var(--sjkbs-secondary, #241F21);
}
.main-header__nav {
  margin-left: 113px;
  margin-right: auto;
}
.main-header--two {
  background: transparent;
/*  border-bottom: 1px solid rgba(var(--sjkbs-text-rgb, 121, 117, 119), 0.3);*/
/*  position: absolute;*/
  width: 100%;
  z-index: 11;
}
.main-header--two .main-header__inner {
  background: transparent;
}
.main-header--two .main-header__right {
  background: var(--sjkbs-base, #29a89e);
  padding: 22px 0px 22px 23px;
  margin-bottom: 0px;
  margin-right: -1px;
      border-radius: 0 0 0% 36% / 100%;
}
@media (max-width: 767px) {
  .main-header--two .main-header__right {
    padding: 20px;
  }
}
.main-header--two .main-header__right::after {
  content: "";
  background: var(--sjkbs-base, #29a89e);
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .main-header--two .main-header__right::after {
    display: none;
  }
}
.main-header--two .main-header__nav {
  margin-left: auto;
    margin-right: 50px;
 /* margin-left: 115px;
  margin-right: auto;*/
}
.main-header--two .main-header__right__info__item {
  color: var(--sjkbs-white, #fff);
}
.main-header--two .main-header__right__info__item:hover {
  color: var(--sjkbs-secondary, #241F21);
}
.main-header--two .main-menu .main-menu__list > li > a {
  color: #000;
}
@media (max-width: 767px) {
  .main-header--two .mobile-nav__btn {
    margin-left: 0;
    margin-right: 0;
  }
}


.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--sjkbs-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--sjkbs-black-rgb, 18, 15, 16), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.main-header--two.active {
  /*border-bottom: 1px solid var(--sjkbs-secondary, #241F21);
  background: var(--sjkbs-secondary, #241F21);*/
}


.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-left: 30px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--sjkbs-white, #fff);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .mobile-nav__btn span {
    background: var(--sjkbs-secondary, #241F21);
  }
}
.mobile-nav__btn:hover span {
  background: var(--sjkbs-secondary, #241F21);
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 28px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 25px;
  }
}
.main-menu .main-menu__list > li > a {
  display: flex;
  align-items: center;
  /*text-transform: uppercase;*/
  position: relative;
  transition: all 500ms ease;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.87;
  color: #686A6F;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--sjkbs-base, #29a89e);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 285px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  padding: 10px 10px 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
/*  margin-bottom: 8px;*/
}
.main-menu .main-menu__list li ul li > a {
  color: var(--sjkbs-text, #797577);
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  display: flex;
  /*text-transform: uppercase;*/
  padding: 7px 10px;
  transition: 400ms;
/*  margin-bottom: 0;*/
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2142;
   background-color: #ececec;
       margin-bottom: 5px;
  /*text-transform: uppercase;*/
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: #29a89e;
  color: #fff;
  padding-left: 15px;
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 10px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.sub-menu .dropdown::before {
  position: absolute;
  right: 20px;
  top: 15px;
  transform: translate(10px 10px);
  font-weight: 500;
  color: var(--sjkbs-base, #29a89e);
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  transition: all 500ms ease;
  transform: scaleX(0);
      font-family: 'FontAwesome';
  content: "\f105";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.sub-menu .dropdown:hover::before {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}



.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}



.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--sjkbs-border-color, #F4F2EE);
  box-shadow: 0px 10px 60px 0px rgba(var(--sjkbs-black3-rgb, 34, 28, 30), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--sjkbs-secondary, #241F21);
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  font-size: 13px;
  padding: 12px 29px;
  background: var(--sjkbs-base, #29a89e);
  color: var(--sjkbs-white, #fff);
}
@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__btn:hover {
  color: var(--sjkbs-white, #fff);
}
.demo-one__btn:hover::after {
  background: var(--sjkbs-secondary, #241F21);
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-top: 0px;
  margin-bottom: -20px;
  margin-left: 82px;
}
@media (max-width: 1299px) {
  .home-showcase {
    margin-left: 0;
  }
}
.home-showcase .container {
  max-width: 1360px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--sjkbs-border-color, #F4F2EE);
  box-shadow: 0px 10px 60px 0px rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 135px;
  text-align: center;
  justify-content: center;
}
.home-showcase .demo-one__title {
  padding: 0;
  margin-top: 15px;
  padding-bottom: 15px;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes bounceIn2 {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes leftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes topBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes playVideo5 {
  0% {
    box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
  40% {
    box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
  }
  80% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--sjkbs-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--sjkbs-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sjkbs-black, #120F10);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--sjkbs-black2, #1B1216);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--sjkbs-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--sjkbs-base, #29a89e);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--sjkbs-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--sjkbs-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--sjkbs-white, #fff);
  font-size: 16px;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--sjkbs-base, #29a89e);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--sjkbs-base, #29a89e);
  border: none;
  outline: none;
  color: var(--sjkbs-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--sjkbs-white, #fff);
  color: var(--sjkbs-black, #120F10);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--sjkbs-secondary, #241F21);
  transition: 500ms;
  width: 35px;
  height: 35px;
  background: var(--sjkbs-gray, #E6E0D8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--sjkbs-base, #29a89e);
  background: var(--sjkbs-white, #fff);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--sjkbs-white, #fff);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--sjkbs-base, #29a89e);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--sjkbs-base, #29a89e);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--sjkbs-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}



.hero-two__carousel {
  position: relative;
  width: 100%;
}
.hero-two__carousel .owl-dots {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  text-align: left;
  bottom: 70px;
  transform: translateX(-35%);
  width: 140px;
  left: 50%;
}
@media (max-width: 1400px) {
  .hero-two__carousel .owl-dots {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-two__carousel .owl-dots {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .hero-two__carousel .owl-dots {
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    left: 47%;
        top: 90%;
  }
  .hero-two__text {
   
           line-height: 30px ! IMPORTANT;
        margin-bottom: 5px !important;
   
}
}
.hero-two__carousel .owl-dots .owl-dot {
  display: block;
  margin: 6px 0;
}
@media (max-width: 767px) {
  .hero-two__carousel .owl-dots .owl-dot {
    margin: 0 6px;
  }
}
.hero-two__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--sjkbs-white, #fff);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.hero-two__carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid var(--sjkbs-white, #fff);
  transform: scale(2.3);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.hero-two__carousel .owl-dots .owl-dot:hover span,
.hero-two__carousel .owl-dots .owl-dot.active span {
  background-color: var(--sjkbs-base, #29a89e);
}
.hero-two__carousel .owl-dots .owl-dot:hover span::after,
.hero-two__carousel .owl-dots .owl-dot.active span::after {
  visibility: visible;
  opacity: 1;
}
.hero-two .container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.hero-two__item {
  position: relative;
  padding: 150px 200px 205px;
  height: 655px;
}
@media (max-width: 1199px) {
  .hero-two__item {
    padding: 250px 0px 180px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hero-two__item {
           padding: 0 0px 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero-two__item {
                padding: 58px 0px 35px;
            height: 380px;
  }
}
.hero-two__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transition: all 1500ms ease-in-out;
}
.hero-two__item__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(107.77deg, #241F21 22.16%, rgba(0, 0, 0, 0.83) 90.09%);
  opacity: 0.8;
}
.hero-two__item__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100%);
  opacity: 0;
}
@media (max-width: 991px) {
  .hero-two__item__shape {
    display: none;
  }
}
.hero-two__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}
.hero-two__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 800;
  font-size: 100px;
  font-size: 60px;
  line-height: 70px;
/*  line-height: 100%;*/
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: transform 1500ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
.hero-two__title__overlay {
  background-color: var(--sjkbs-white, #fff);
  width: 25%;
  transform: scaleX(1);
  height: calc(100% - 2px);
  display: block;
  position: absolute;
  transition: 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2s;
  z-index: 1;
}
.hero-two__title__overlay:nth-child(2), .hero-two__title__overlay:nth-child(4) {
  top: 1px;
}
.hero-two__title__overlay:nth-child(1), .hero-two__title__overlay:nth-child(3) {
  bottom: 1px;
}
.hero-two__title__overlay:nth-child(2) {
  left: 25%;
}
.hero-two__title__overlay:nth-child(4) {
  left: 75%;
}
.hero-two__title__overlay:nth-child(1) {
  left: 0;
}
.hero-two__title__overlay:nth-child(3) {
  left: 50%;
}
@media (max-width: 1300px) {
  .hero-two__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .hero-two__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-two__title {
           font-size: 29px;
        line-height: 47px;
  }
}
@media (max-width: 575px) {
  .hero-two__title {
      font-size: 29px;
        line-height: 47px;

  }
}
.hero-two__text {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  color: var(--sjkbs-white, #fff);
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  transition: transform 1500ms ease, opacity 1300ms ease;
  transform: translateY(500px);
  opacity: 0;
}
.hero-two__btn {
  transition: transform 1500ms ease, opacity 1300ms ease;
  transform: translateY(200px);
  text-align: center;
}
.hero-two__btn a::after {
  background: var(--sjkbs-white, #fff);
}
.hero-two__btn a:hover {
  color: var(--sjkbs-secondary, #241F21);
}
.hero-two .active .hero-two__item__bg {
  animation: heroScale 12s linear;
  animation-delay: 1100ms;
}
@keyframes heroScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
}
.hero-two .active .hero-two__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.hero-two .active .hero-two__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.hero-two .active .hero-two__title__overlay {
  transform: scaleX(0);
}
.hero-two .active .hero-two__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}
.hero-two .active .hero-two__item__shape {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 1700ms;
}

.about-two {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .about-two {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-two {
    padding: 80px 0px;
  }
}
.about-two__left {
  margin-left: -125px;
}
@media (max-width: 991px) {
  .about-two__left {
    margin-left: auto;
  }
  .mbnn{
    display: none;
  }
  .about-two__thumb__call__item {
    display: block !important;
    
    gap: 15px;
   
    padding: 0px 5px;
}
}
.about-two__thumb {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .about-two__thumb {
/*    display: block;*/
  }
}
.about-two__thumb__item {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-two__thumb__item img {
    width: 100%;
    object-fit: cover;
  }
}
.about-two__thumb__call {
  position: relative;
  margin-left: 45px;
  margin-right: 45px;
  margin-top: -55px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-two__thumb__call {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .about-two__thumb__call {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.about-two__thumb__call__item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--sjkbs-base, #29a89e);
  padding: 20px 25px;

}
.about-two__thumb__call__item:hover .about-two__thumb__icon {
  background: rgba(var(--sjkbs-white-rgb, 255, 255, 255), 0.07);
}
.about-two__thumb__call__item:hover .about-two__thumb__icon i {
  transform: rotateY(180deg);
}
.about-two__thumb__icon {
  max-width: 60px;
  width: 100%;
  height: 58px;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--sjkbs-white, #fff);
  transition: all 0.4s ease-in-out;
}
.about-two__thumb__icon i {
  color: inherit;
  transition: all 0.4s ease-in-out;
}
.about-two__thumb__subtitle {
  display: block;
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 189%;
  text-transform: capitalize;
  color: var(--sjkbs-gray, #E6E0D8);
  margin-top: -7px;
  margin-bottom: -7px;
}
.about-two__thumb__number {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 163%;
  color: var(--sjkbs-white, #fff);
  text-transform: uppercase;
  margin-top: -7px;
  margin-bottom: -7px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-two__thumb__number:hover {
  background-size: 100% 1px;
}
.about-two__right {
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .about-two__right {
    margin-left: 0px;
  }
}
.about-two__top {
  margin-bottom: 30px;
}
.about-two__top .sec-title {
  padding-bottom: 20px;
}
.about-two__top__text {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--sjkbs-text, #797577);
}
.about-two__highlight {
  background: var(--sjkbs-border-color, #F4F2EE);
  padding: 30px 70px 30px 40px;
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .about-two__highlight {
    padding: 30px;
  }
}
.about-two__highlight__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
/*  font-weight: 700;*/
  font-size: 20px;
  line-height: 150%;
/*  text-transform: uppercase;*/
  color: var(--sjkbs-secondary, #241F21);
  margin-top: -8px;
  margin-bottom: -7px;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .about-two__highlight__text {
    font-size: 15px;
  }
}
.about-two__highlight::after {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  width: 5px;
  height: 70%;
  background: var(--sjkbs-base, #29a89e);
  animation: topBottom 3s ease-in-out infinite;
}
.about-two__highlight:hover {
  background: var(--sjkbs-secondary, #241F21);
}
.about-two__highlight:hover .about-two__highlight__text {
  color: var(--sjkbs-white, #fff);
}
.about-two__feature {
  margin-bottom: 50px;
}
.about-two__feature__left {
  margin-right: -20px;
}
.about-two__feature__funfact {
  padding: 15px;
  border: 1px solid var(--sjkbs-gray, #E6E0D8);
}
.about-two__funfact__item {
  background: var(--sjkbs-border-color, #F4F2EE);
  padding: 13px 10px 14px 25px;
  transition: all 0.4s ease-in-out;
}
.about-two__funfact__item__count {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 113%;
  text-transform: uppercase;
  color: var(--sjkbs-base, #29a89e);
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: -3px;
  padding-bottom: 0;
}
.about-two__funfact__item__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--sjkbs-secondary, #241F21);
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-two__funfact__item:hover {
  background: var(--sjkbs-gray, #E6E0D8);
}
.about-two__feature__right {
  margin-left: 10px;
}
.about-two__feature__list {
  margin-bottom: 0;
}
.about-two__feature__list__item {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--sjkbs-text, #797577);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.about-two__feature__list__item i {
  color: var(--sjkbs-base, #29a89e);
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.about-two__feature__list__item:hover i {
  color: var(--sjkbs-secondary, #241F21);
}
.about-two__feature__list__item + .about-two__feature__list__item {
  margin-top: 13px;
}
.service-two {
  position: relative;
  z-index: 1;
  padding: 120px 0px;
  background: var(--sjkbs-secondary, #241F21);
}
@media (max-width: 991px) {
  .service-two {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .service-two {
    padding: 80px 0px;
  }
}
.service-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.service-two .sec-title .sec-title__title {
  color: var(--sjkbs-white, #fff);
}
.service-two__item {
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
      clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
}
.service-two__item__top {
  padding: 35px 25px 1px 30px;
  position: relative;
}
.service-two__item__top__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /*text-transform: uppercase;*/
  color: var(--sjkbs-secondary, #241F21);
  margin-top: -10px;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
}
.service-two__item__top__title a {
  color: #36a89e;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-two__item__top__title a:hover {
  background-size: 100% 1px;

}
.service-two__item:hover .service-two__item__top__title a{
  color: #fff !important;
}
.service-two__item__top__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 33px;
  transition: all 0.4s ease-in-out;
}
.service-two__item__top__icon {
  width: 90px;
  height: 85px;
  background: var(--sjkbs-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  color: var(--sjkbs-secondary, #241F21);
  margin-bottom: -86px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-two__item__top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
/*  background-image: url(../images/shapes/service-2-2.png);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
}
.service-two__item__thumb {
  position: relative;
  border-top: 1px solid #ececec;
}
.service-two__item__thumb img {
  object-fit: cover;
  width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
}
.service-two__item__thumb__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.service-two__item__thumb::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  transition: all 0.4s ease-in-out;
}
.service-two__item:hover {
  background: var(--sjkbs-base, #29a89e);
}
.service-two__item:hover .service-two__item__top__title {
  color: var(--sjkbs-white, #fff);
}
.service-two__item:hover .service-two__item__top__text {
  color: var(--sjkbs-gray, #E6E0D8);
}
.service-two__item:hover .service-two__item__top__icon {
  background: var(--sjkbs-base, #29a89e);
  color: var(--sjkbs-white, #fff);
}
.service-two__item:hover .service-two__item__top__icon i {
  animation: bounceIn 1s linear;
}
.service-two__item:hover .service-two__item__thumb__shape {
  visibility: visible;
  opacity: 0.6;
}
.service-two__item:hover .service-two__item__thumb::after {
  height: 100%;
}
.service-two__carousel .owl-nav {
  display: none !important;
}
.service-two__carousel .owl-dots {
  gap: 32px !important;
}
.service-two__carousel .owl-dots .owl-dot span {
  border: none !important;
  background: var(--sjkbs-text, #797577) !important;
  border-radius: 50% !important;
}
.service-two__carousel .owl-dots .owl-dot span:hover {
  box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1) !important;
  background: var(--sjkbs-base, #29a89e) !important;
}
.service-two__carousel .owl-dots .active span {
  box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1) !important;
  background: var(--sjkbs-base, #29a89e) !important;
}
.why-choose-one {
  background: var(--sjkbs-border-color, #F4F2EE);
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .why-choose-one {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .why-choose-one {
    padding-top: 80px;
  }
}
.why-choose-one__top {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
}
.why-choose-one__top .sec-title {
  padding-bottom: 20px;
}
.why-choose-one__top__text {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.why-choose-one__feature {
  margin-bottom: 30px;
}
.why-choose-one__feature__item {
    background: var(--sjkbs-white, #fff);
    display: flex
;
    /* align-items: center; */
    gap: 20px;
    padding: 30px 30px;
   /* height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
   
    line-height: 20px;*/
}
@media (max-width: 575px) {
  .why-choose-one__feature__item {
    padding: 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.why-choose-one__feature__item__icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 50%;
  background: var(--sjkbs-border-color, #F4F2EE);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: var(--sjkbs-base, #29a89e);
  transition: all 0.4s ease-in-out;
}
.why-choose-one__feature__item__title {
      margin-top: -7px;
    font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #36a89e;
}
.why-choose-one__feature__item__text {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  margin-bottom: -9px;
  padding-bottom: 0;
}
.why-choose-one__feature__item:hover .why-choose-one__feature__item__icon {
  background: #000;
  color: var(--sjkbs-white, #fff);
}
.why-choose-one__feature__item:hover .why-choose-one__feature__item__icon svg{
   fill:#fff !important;
}
.why-choose-one__feature__item:hover .why-choose-one__feature__item__icon i {
  animation: bounceIn 1s linear;
}
.why-choose-one__cta {
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
}
@media (max-width: 1199px) {
  .why-choose-one__cta {
    margin-bottom: 0;
  }
}
.why-choose-one__cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.why-choose-one__cta__bg::after {
position: absolute;
    content: "";
    right: 145px;
    top: 0;
    left: 0;
    bottom: 0px;
    background: #29a89ead;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}
@media (max-width: 575px) {
  .why-choose-one__cta__bg::after {
    width: 100%;
    right: 0;
    bottom: 0;
    clip-path: none;
    background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  }
}
.why-choose-one__cta__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 50px 50px 70px;
}
@media (max-width: 575px) {
  .why-choose-one__cta__content {
    display: block;
    padding: 30px;
  }
}
.why-choose-one__cta__title {
  margin-top: -15px;
  max-width: 311px;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 167%;
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .why-choose-one__cta__title {
    max-width: 100%;
    font-size: 25px;
  }
}
.why-choose-one__cta__btn {
  background: var(--sjkbs-white, #fff);
  color: var(--sjkbs-secondary, #241F21);
}
.why-choose-one__cta__btn:hover {
  color: var(--sjkbs-white, #fff);
}
@media (max-width: 575px) {
  .why-choose-one__cta__video {
    margin-top: 50px;
  }
}
.why-choose-one__cta__video .video_play {
  background: rgba(var(--sjkbs-white-rgb, 255, 255, 255), 0.9);
  width: 103px;
  height: 103px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color:#29a89e;
  line-height: 1;
  animation: playVideo5 3s ease-in-out infinite;
}
.why-choose-one__cta__video .video_play:hover {
  background: #29a89e;
  color: #000;
}
.why-choose-one__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1199px) {
  .why-choose-one__thumb {
    margin-top: 40px;
    position: relative;
    width: 100%;
  }
  .why-choose-one__thumb img {
    object-fit: cover;
    width: 100%;
  }
}

.funfact-one {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #dedede;
}
@media (max-width: 991px) {
  .about-one__thumb::after {
    display:none; }
  .funfact-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .funfact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.funfact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  mix-blend-mode: overlay;
}
.funfact-one__funfact__item {
  background: var(--sjkbs-white, #fff);
  padding: 0px 20px 50px;
}
.funfact-one__funfact__item__icon {
  width: 124px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: var(--sjkbs-base, #29a89e);
  background: var(--sjkbs-border-color, #F4F2EE);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.funfact-one__funfact__item__count {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #29a89e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.funfact-one__funfact__item__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  text-transform: uppercase;
  color: var(--sjkbs-text, #797577);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.funfact-one__funfact__item:hover .funfact-one__funfact__item__icon {
  background: var(--sjkbs-secondary, #241F21);
  color: var(--sjkbs-white, #fff);
}
.funfact-one__funfact__item:hover .funfact-one__funfact__item__icon i {
  animation: bounceIn 1s linear;
}
.text-white{
  color: #fff;
}
.client-carousel {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .client-carousel {
    padding: 60px 0 25px;
  }
}
.client-carousel--one {
  background: var(--sjkbs-base, #29a89e);
}
.client-carousel__one__item img {
/*  opacity: 0.2;*/
  transition: all 500ms ease;
  max-width: 100%;
  width: auto !important;
  height: 105px;
     object-fit: contain;
    background: #fff;
}
.client-carousel__one__item{
     border: 1px dashed #ececec;
    padding: 4px;
}
.client-carousel__one__item:hover img {
  opacity: 1;
}
.client-carousel__top {
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}
.client-carousel__top::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #E6E0D8;
  z-index: -1;
}
.client-carousel__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--sjkbs-secondary, #241F21);
  position: relative;
  display: inline-block;
  background: var(--sjkbs-white, #fff);
  padding: 0px 20px;
}

.client-carousel-one {
  position: relative;
  background: var(--sjkbs-white, #fff);
  padding: 0 0 60px;
}
.client-carousel-one .client-carousel__one {
  padding: 74px 0 0;
}
.client-carousel-one .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  line-height: 0.8;
}
.client-carousel-one .owl-theme .owl-nav button {
  width: 26px;
  height: 27px;
  background-color: var(--sjkbs-gray, #E6E0D8);
  margin: 0 2.5px;
  padding: 0;
  transition: all 500ms ease;
  font-size: 12px;
  color: var(--sjkbs-black, #120F10);
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  border-radius: 0;
}
.client-carousel-one .owl-theme .owl-nav button:hover {
  background-color: var(--sjkbs-base, #29a89e);
  color: var(--sjkbs-white, #fff);
}
.client-carousel-one .owl-theme .owl-nav::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  content: "";
  height: 1px;
  background-color: var(--sjkbs-border-color, #F4F2EE);
  z-index: -1;
}
.client-carousel-one .owl-theme .owl-nav::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 110px;
  content: "";
  height: 1px;
  background-color: var(--sjkbs-white, #fff);
}
.client-carousel-one .client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 103px;
  transition: all 500ms ease;
}
.client-carousel-one .client-carousel__one__item img {
  transition: all 500ms ease;
  opacity: 0.2;
  max-width: 100%;
  width: auto;
}
.client-carousel-one .client-carousel__one__item:hover img {
  opacity: 0.6;
}
.project-page--home {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .project-page--home {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .project-page--home {
    padding-bottom: 0;
  }
}
.project-page__carousel {
  position: relative;
  z-index: 1;
}
.project-page__carousel .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -25%;
  right: 19.5%;
}
@media (max-width: 991px) {
  .project-page__carousel .owl-nav {
    right: 20px;
    top: -20%;
  }
}
@media (max-width: 767px) {
  .project-page__carousel .owl-nav {
    display: none !important;
  }
}
.project-page__carousel .owl-nav button span {
  width: 60px !important;
  height: 60px !important;
  font-size: 19px !important;
  font-weight: 600 !important;
}
.project-page__carousel .owl-nav button span:hover {
  color: var(--sjkbs-white, #fff) !important;
  background: var(--sjkbs-base, #29a89e) !important;
}
.project-page__carousel .owl-dots {
  display: none !important;
}
.project-page {
    padding: 80px 0px;
}.project-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-card.project-card-two .project-card__content {
  padding-left: 10px;
  padding-right: 10px;
}
.project-card__image {
  position: relative;
}
.project-card__image img {
  object-fit: cover;
  width: 100%;
  height: 447px;
/*  border-radius: 52px 0;*/
}
.project-card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.8);
  transition: all 0.4s ease-in-out;
}
.project-card__content {
  background: var(--sjkbs-secondary, #241F21);
  padding: 1px 30px 10px;
  position: absolute;
  bottom: -100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.project-card__icon {
  width: 67px;
  height: 67px;
  background: var(--sjkbs-base, #29a89e);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--sjkbs-white, #fff);
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  margin-top: -35px;
  z-index: 1;
  margin-bottom: 45px;
  transition: all 0.4s ease-in-out;
}
.project-card__icon i {
  transform: rotate(-45deg);
}
.project-card__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid rgba(var(--sjkbs-gray-rgb, 230, 224, 216), 0.13);
  animation: scale 3s ease-in-out infinite;
}
.project-card__icon:hover {
  background: var(--sjkbs-white, #fff);
  color: var(--sjkbs-secondary, #241F21);
}
.project-card__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 196%;
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
  text-align: center;
}
.project-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card__title a:hover {
  background-size: 100% 1px;
}
.project-card__dec {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 294%;
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
  text-align: center;
  margin-top: -20px;
  margin-bottom: -15px;
}
.project-card:hover .project-card__content {
  bottom: 0px;
}
.project-card:hover .project-card__image::after {
  bottom: 0;
  height: 100%;
}

.cta-one {
  position: relative;
  z-index: 1;
  padding: 100px 0px 80px;
}
@media (max-width: 767px) {
  .cta-one {
    padding: 70px 0px;
  }
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
  filter: grayscale(100%);
}
.cta-one::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000bd;
  z-index: -1;
}
.cta-one__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
}
@media (max-width: 991px) {
  .cta-one__title {
    font-size: 30px;
  }
}
.cta-one__btn {
  text-align: end;
}
@media (max-width: 767px) {
  .cta-one__btn {
    text-align: left;
  }
}
.cta-one__btn a::after {
  background: var(--sjkbs-white, #fff);
}
.main-footer {
/*  background: var(--sjkbs-border-color, #F4F2EE);*/
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-footer {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 70px;
  }
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  animation: scale 10s infinite;
}
.main-footer__middle {
  margin-top: -3px;
  position: relative;
  z-index: 1;
    padding-bottom: 38px;
}
@media (max-width: 991px) {
  .main-footer__middle {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .main-footer__middle {
    padding-bottom: 20px;
  }
}
.main-footer__bottom {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  background: var(--sjkbs-secondary, #241F21);
}
.main-footer__bottom__inner {
  text-align: center;
  padding: 15px 0px;
}
.main-footer__copyright {
  color: var(--sjkbs-text-gray, #958F91);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
}
.main-footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-footer__social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  background: rgba(121, 117, 119, 0.2);
  color: var(--sjkbs-white, #fff);
}
.main-footer__social a {
  background: var(--sjkbs-base, #29a89e);
  color: var(--sjkbs-white, #fff);
}
.main-footer__logo {
  margin-bottom: 20px;
}
.main-footer__logo a {
  display: block;
}

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 40px;
  }
}
.footer-widget__title {
  color: #29a89e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.footer-widget__text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 214.286%;
  margin-bottom: 22px;
}
.footer-widget__links {
  margin-top: -9px;
}
.footer-widget__links__item {
  color: var(--sjkbs-text-gray, #958F91);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
}
.footer-widget__links__item a {
  color: #000;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
}
.footer-widget__links__item::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--sjkbs-base, #29a89e);
  transition: all 0.4s ease-in-out;
}
.footer-widget__links__item:hover {
  color: var(--sjkbs-base, #29a89e);
  padding-left: 18px;
}
.footer-widget__links__item:hover::after {
  width: 10px;
}
.footer-widget__links__item + .footer-widget__links__item {
  margin-top: 5px;
}
.footer-widget__instagram {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}
.footer-widget__instagram a {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
.footer-widget__instagram a img {
  object-fit: cover;
  width: 100%;
  position: relative;
}
.footer-widget__instagram a::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "+";
  margin: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  color: var(--sjkbs-white, #fff);
  transform: scale(0);
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0s;
  z-index: 2;
}
.footer-widget__instagram a::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  transition: all 0.4s ease-in-out;
}
.footer-widget__instagram a:hover::after {
  height: 100%;
}
.footer-widget__instagram a:hover::before {
  transform: scale(1);
  transition-delay: 400ms;
  opacity: 1;
}
.footer-widget__contact {
  margin-top: -4px;
}
.footer-widget__contact__item {
  display: flex;
/*  align-items: center;*/
  gap: 10px;
}
.footer-widget__contact__item:hover .footer-widget__contact__icon {
  background: var(--sjkbs-base, #29a89e);
  color: var(--sjkbs-white, #fff);
}
.footer-widget__contact__item a:hover {
  color: var(--sjkbs-base, #29a89e);
}
.footer-widget__contact__item + .footer-widget__contact__item {
  margin-top: 10px;
}
.footer-widget__contact__icon {
  max-width: 40px;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  background: rgba(121, 117, 119, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sjkbs-base, #29a89e);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.footer-widget__contact__text {
  color: #000;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 214.286%;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
}
.footer-widget__contact p {
  line-height: 150.286%;
}
.footer-widget__contact__text + .footer-widget__contact__text {
  margin-top: -9px;
}
.footer-widget--about {
  margin-right: 27px;
  position: relative;
}
.footer-widget--about .footer-widget__text {
  margin-top: -9px;
/*  max-width: 290px;*/
  width: 100%;
}
@media (max-width: 991px) {
  .footer-widget--about {
    margin-right: 0;
  }
}
.footer-widget--about::after {
 /* content: "";
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 237%;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -72%;
  right: 0;*/
}
@media (max-width: 1199px) {
  .footer-widget--about::after {
    display: none;
  }
}
.footer-widget--links {
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .footer-widget--links {
    margin-left: 0;
  }
}
.footer-widget--instagram {
  max-width: 248px;
  margin-left: -10px;
}
@media (max-width: 1199px) {
  .footer-widget--instagram {
    margin-left: 0;
  }
}
.footer-widget--contact {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .footer-widget--contact {
    margin-left: 0;
  }
}
.page-header {
  position: relative;
  z-index: 1;
     padding-top: 83px;
    padding-bottom: 53px;
        border-radius: 0 0 85% 85% / 30%;
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
         border-radius: 0 0 21% 21% / 100%;
             background-position: bottom;
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.6);
         border-radius: 0 0 21% 21% / 100%;
}
.page-header .container {
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-header__title {
  margin: 0;
  color: var(--sjkbs-white, #fff);
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-bottom: 0;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 94%;
}
@media (max-width: 767px) {
  .page-header__title {
font-size: 20px;
        line-height: 35px;
  }
  .ostech-breadcrumb li span, .ostech-breadcrumb li a {
    
    font-size: 11px !important;
   
}
}

.ostech-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 768px) {
  .ostech-breadcrumb {
    margin-bottom: 7px;
  }
}
.ostech-breadcrumb li {
  display: flex;
  align-items: center;
}
.ostech-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: 0px;
  margin-left: 7px;
  margin-right: 7px;
  color: var(--sjkbs-white, #fff);
  font-size: 16px;
  font-weight: 600;
}
.ostech-breadcrumb li span,
.ostech-breadcrumb li a {
  display: inline-flex;
  color: var(--sjkbs-white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 293.75%;
  text-transform: uppercase;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
}
.ostech-breadcrumb li a:hover {
  color: var(--sjkbs-base, #29a89e);
}
.about-one {
  padding: 120px 0px 0px;
  background: var(--sjkbs-white, #fff);
}
.about-one--page {
  padding-top: 160px;
}
@media (max-width: 991px) {
  .about-one--page {
    padding-top: 130px 0px;
  }
}
@media (max-width: 767px) {
  .about-one--page {
    padding-top: 110px 0px;
  }
}
@media (max-width: 991px) {
  .about-one {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0px;
  }
}
.about-one__left {
  position: relative;
  margin-left: -30px;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .about-one__left {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.about-one__thumb1 {
    position: relative;
        height: 100%;
}
.about-one__thumb1::after {
    content: "";
    position: absolute;
    top: -41px;
    right: 21px;
    width: 226px;
    height: 325px;
    background: transparent;
    border: 95px solid var(--sjkbs-base, #29a89e);
    z-index: -1;
    animation: topBottom 3sease-in-out infinite;
    border-radius: 50px 0;
}
.about-one__thumb2 {
       height: 100%;
    position: relative;
}
.about-one__thumb2::after {
    content: "";
    position: absolute;
    top: -41px;
    right: 21px;
    width: 226px;
    height: 325px;
    background: transparent;
    border: 95px solid var(--sjkbs-base, #29a89e);
    z-index: -1;
    animation: topBottom 3sease-in-out infinite;
    border-radius: 50px 0;
}
.about-one__thumb {
  position: relative;
}
@media (max-width: 1199px) {
  .about-one__thumb {
    margin-bottom: 30px;
  }
}
.about-one__thumb__item {
  position: relative;
      z-index: 2;
}
.about-one__thumb__item img {
  object-fit: cover;
  width: auto;
}
@media (max-width: 1199px) {
  .about-one__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
}
.about-one__thumb__item--two {
  position: relative;
  margin-top: -175px;
  margin-left: -100px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .about-one__thumb__item--two {
    margin-top: -100px;
  }
  .about-one__thumb__item--two img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .about-one__thumb__item--two {
    margin-top: -100px;
    margin-left: -50px;
  }
  .about-one__thumb__item--two img {
    object-fit: cover;
    width: 70%;
  }
}
.about-one__thumb__item--two {
    position: relative;
    margin-top: -175px;
    margin-left: -100px;
}
.about-one__thumb::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -45px;
  width: 226px;
  height: 325px;
  background: transparent;
  border: 15px solid var(--sjkbs-base, #29a89e);
  z-index: 1;
  animation: topBottom 3s ease-in-out infinite;
}
.about-one__funfact__item {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: var(--sjkbs-base, #29a89e);
  text-align: center;
  display: inline-block;
  padding: 40px;
  z-index: 3;
}
.about-one__funfact__item__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
  margin-bottom: -5px;
  padding-bottom: 0;
}
.about-one__funfact__item__count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 52.1212px;
  line-height: 65%;
  padding-bottom: 0;
  color: var(--sjkbs-white, #fff);
  text-shadow: 0 0 0.1px currentColor;
  margin-bottom: 18px;
}
.about-one__right {
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .about-one__right {
    margin-left: 0;
  }
}
.about-one__top {
  margin-bottom: 25px;
}
.about-one__top .sec-title {
  padding-bottom: 20px;
}
.about-one__top__text {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
}
.about-one__progress {
  margin-bottom: 40px;
}
.about-one__progress + .team-skills__progress {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .about-one__progress + .team-skills__progress {
    margin-top: 34px;
  }
}
.about-one__progress__title {
  margin-bottom: 16px;
  text-shadow: 0 0 0 0.1px currentColor;
  color: var(--sjkbs-secondary, #241F21);
  text-transform: uppercase;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.about-one__progress__bar {
  width: 100%;
  height: 8px;
  position: relative;
  border-radius: 4px;
  background-color: var(--sjkbs-border-color, #F4F2EE);
}
.about-one__progress__inner {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  background-color: var(--sjkbs-secondary, #241F21);
  transition: all 700ms linear;
  width: 0px;
}
.about-one__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  margin-bottom: 8px;
  color: var(--sjkbs-text, #797577);
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.about-one__feature {
  display: flex;
  align-items: center;
  gap: 35px;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .about-one__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.about-one__feature__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about-one__feature__item:hover .about-one__feature__icon {
  background: var(--sjkbs-secondary, #241F21);
}
.about-one__feature__item:hover .about-one__feature__icon i {
  animation: bounceIn 1s linear;
}
.about-one__feature__icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  border-radius: 50%;
  background: var(--sjkbs-border-color, #F4F2EE);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: var(--sjkbs-base, #29a89e);
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.about-one__feature__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--sjkbs-secondary, #241F21);
  max-width: 160px;
  width: 100%;
}
.about-one__list {
  margin-bottom: 48px;
}
.about-one__list__item {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: var(--sjkbs-text, #797577);
    text-transform: capitalize;
  /*  border-bottom: 1px dashed #ececec;
    padding-bottom: 6px;*/
}
.about-one__list__item i {
  color: var(--sjkbs-base, #29a89e);
  margin-right: 15px;
  font-size: 19px;
  transition: all 0.4s ease-in-out;
}
.about-one__list__item:hover i {
  color: var(--sjkbs-secondary, #241F21);
}
.about-one__list__item + .about-one__list__item {
  margin-top: 15px;
}
.service-page {
  background: var(--sjkbs-white, #fff);
  padding: 80px 0px;
}
@media (max-width: 991px) {
  .service-page {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .service-page {
    padding: 80px 0px;
  }
}
.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 635px;
  mix-blend-mode: overlay;
}.service-card {
  /*padding-top: 56px;*/
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .service-card {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-card__inner {
  background: var(--sjkbs-white, #fff);
  box-shadow: 0px 6px 30px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}
.service-card__inner::after {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--sjkbs-gray, #E6E0D8);
    width: 41px;
    height: 56px;
    clip-path: polygon(99% 0, 0% 96%, 0 0);
}
.service-card__icon {
  position: relative;
  /*margin-top: -57px;*/
  margin-left: 41px;
  width: 120px;
  /*height: 95px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: var(--sjkbs-secondary, #241F21);*/
  font-size: 65px;
  color: var(--sjkbs-white, #fff);
  transition: all 0.4s ease-in-out;
}
.service-card__content {
  margin: 25px 20px 20px 40px;
}
.service-card__content__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
      height: 60px;
    overflow: hidden;
  color: var(--sjkbs-secondary, #241F21);
  /*text-transform: uppercase;*/
}
.service-card__content__title a {
  color: #29a89e;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__content__title a:hover {
  background-size: 100% 1px;
}
.service-card__content__title a:hover {
  color: var(--sjkbs-base, #AE8F62);
}
.service-card__content__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--sjkbs-text, #797577);
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-card__thumb {
  position: relative;
    /* margin-left: 40px; */
    /* margin-bottom: -45px; */
    overflow: hidden;
    border: 1px solid #ececec;
}
.service-card__thumb__item {
  position: relative;
}
.service-card__thumb__item img {
  object-fit: cover;
  width: 100%;
  height: 270px;
}
.service-card__thumb a {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--sjkbs-white, #fff);
  padding: 4px 20px;
  transform: translateX(-100%);
}
.service-card__thumb::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  transition: all 0.4s ease-in-out;
}
.service-card:hover .service-card__thumb::after {
  bottom: 0%;
  height: 100%;
}
.service-card:hover .service-card__thumb a {
  transform: translateX(0%);
  transition-duration: 1000ms;
}
/*.service-card:hover .service-card__icon {
  background: var(--sjkbs-base, #AE8F62);
}*/
.service-card:hover .service-card__icon i {
  animation: bounceIn 1s linear;
}
.gallery-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}
.gallery-one--page {
  padding-top: 20px;
}
.gallery-one .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.gallery-one__carousel .owl-nav {
  display: none !important;
}
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span {
  display: block;
  font-size: 14px;
  transition: all 500ms ease;
  font-weight: 600;
  padding: 12px 25px;
  line-height: normal;
}
.gallery-one__filter__list li.active .sjkbs-btn, .gallery-one__filter__list li:hover .sjkbs-btn {
  background-color: var(--sjkbs-base, #AE8F62);
  color: var(--sjkbs-white, #fff);
}
.gallery-one__card {
position: relative;
    overflow: hidden;
/*    background-color: var(--sjkbs-black, #120F10);*/
    border: 1px solid #ddd1d1;
    box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 17%);
    border-top: 9px solid #36a89e;
    border-radius: 50px 0 0;
}
.gallery-one__card img {
       transform: scale(1);
    max-width: 100%;
    transition: transform 500msease, opacity 500msease;
    opacity: 1;
       height: 300px;
    width: 100%;
    object-fit: contain;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    background: #fff;
    image-rendering: -webkit-optimize-contrast;
    /*image-rendering: crisp-edges;
    image-rendering: pixelated;*/

}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #58585a5c;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
/*  mix-blend-mode: screen;*/
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one__card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--sjkbs-secondary, #241F21);
  transition: all 0.5s ease-in-out;
}
.gallery-one__card__icon__item {
     width: 10px;
    height: 20px;
  display: block;
  position: relative;
}
.gallery-one__card__icon__item::after, .gallery-one__card__icon__item::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--sjkbs-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-one__card__icon__item::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.contact-one {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  .contact-one {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0px;
  }
}
.contact-one__form {
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}

.contact-bottom__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin-bottom: -70px;
}
@media (max-width: 991px) {
  .contact-bottom__inner {
    flex-direction: column;
  }
}
.contact-bottom__inner__left {
  max-width: 226px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .contact-bottom__inner__left {
    width: 100%;
  }
}
.contact-bottom__inner__right {
  width: 100%;
}
.contact-bottom__inner__right__bottom {
  padding: 58.5px 40px;
  background: var(--sjkbs-secondary, #241F21);
}
.contact-bottom__thumb {
  width: 100%;
}
.contact-bottom__thumb img {
  object-fit: cover;
  width: 100%;
}
.contact-bottom__social {
  background: var(--sjkbs-base, #AE8F62);
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 12px;
}
.contact-bottom__social a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: var(--sjkbs-white, #fff);
  background: rgba(230, 224, 216, 0.17);
}
.contact-bottom__social a:hover {
  background: var(--sjkbs-secondary, #241F21);
  color: var(--sjkbs-base, #AE8F62);
}
.contact-bottom__list {
  margin-bottom: 0;
  /*display: flex;
  align-items: center;
  gap: 20px;*/
  flex-wrap: wrap;
}
.contact-bottom__list__item {
  flex: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .contact-bottom__list__item {
    flex: 50%;
    width: 50%;
  }
}
.contact-bottom__list__item__icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background: var(--sjkbs-base, #AE8F62);
  color: var(--sjkbs-white, #fff);
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  margin:0 0px 30px;
}
.contact-bottom__list__item__subtitle {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--sjkbs-text, #797577);
  text-transform: uppercase;
  margin-bottom: 5px
}
.contact-bottom__list__item__text {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal; 
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.contact-bottom__list__item__content{
  margin:0 50px 30px;
      margin-left: 0px;
}
.contact-bottom__list__item__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-bottom__list__item__text a:hover {
  background-size: 100% 1px;
}
.contact-bottom__list__item__text a:hover {
  color: var(--sjkbs-base, #AE8F62);
}
.contact-bottom__list__item:hover .contact-bottom__list__item__icon i {
  animation: bounceIn 1s linear;
}
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 16px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--sjkbs-text, #797577);
  font-size: 16px;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--sjkbs-border-color, #F4F2EE);
  color: var(--sjkbs-text, #797577);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one textarea {
  height: 195px;
  padding-top: 20px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 450px;
  width: 100%;
  mix-blend-mode: luminosity;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--sjkbs-border-color, #F4F2EE);
}

.contact-map {
  position: relative;
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1920px;
}
.feature-one {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--sjkbs-white, #fff);
}

@media (max-width: 991px) {
  .feature-one {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .feature-one {
    padding-top: 0px;
  }
}
.feature-one__item {
  position: relative;
  z-index: 1;
  background: var(--sjkbs-gray, #E6E0D8);
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-one__item__top {
  background: var(--sjkbs-text, #797577);
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-one__item__top__icon {
  max-width: 94px;
  width: 100%;
  height: 94px;
  background: var(--sjkbs-secondary, #241F21);
  color: var(--sjkbs-base, #AE8F62);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  transition: all 0.4s ease-in-out;
}

.feature-one__item__top__title {
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 146%;
  text-transform: uppercase;
  color: var(--sjkbs-white, #fff);
}

.feature-one__item__top__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.feature-one__item__top__title a:hover {
  background-size: 100% 1px;
}

.feature-one__item__content {
  margin-left: 20px;
  background: var(--sjkbs-white, #fff);
  padding: 20px 30px 20px 25px;
  position: relative;
  margin-top: -20px;
}

.feature-one__item__content::after {
  content: "";
  width: 40px;
  height: 60px;
  background: var(--sjkbs-gray, #E6E0D8);
  position: absolute;
  bottom: 0;
  right: 0px;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.feature-one__item__text {
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--sjkbs-secondary, #241F21);
  margin-bottom: 0;
  padding-bottom: 0;
}

.feature-one__item:hover {
  background: var(--sjkbs-border-color, #F4F2EE);
}

.feature-one__item:hover .feature-one__item__top {
  background: var(--sjkbs-secondary, #241F21);
}

.feature-one__item:hover .feature-one__item__top__icon {
  background: var(--sjkbs-base, #AE8F62);
  color: var(--sjkbs-white, #fff);
}

.feature-one__item:hover .feature-one__item__top__icon i {
  animation: bounceIn 1s linear;
}

.feature-one__item:hover .feature-one__item__content::after {
  background: var(--sjkbs-border-color, #F4F2EE);
}

.team-card__inner {
  position: relative;
  z-index: 1;
}

.team-card__image {
  position: relative;
  z-index: 1;
}

.team-card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  bottom: auto;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1080px) {
  .team-card__image img {
    object-fit: cover;
    width: 100%;
  }
}
.team-card__content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: var(--sjkbs-white, #fff);
  padding: 26px 10px;
}

@media (max-width: 575px) {
  .team-card__content {
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}
.team-card__content__inner {
  display: flex;
  gap: 38px;
  align-items: center;
}

.team-card__content__title {
  margin-top: -5px;
  color: var(--sjkbs-secondary, #241F21);
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .team-card__content__title {
    font-size: 19px;
  }
}
.team-card__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__content__title a:hover {
  background-size: 100% 1px;
}

.team-card__content__designation {
  margin-bottom: -3px;
  padding-bottom: 0;
  color: var(--sjkbs-text, #797577);
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.37;
}

.team-card__content__hover__icon {
  position: relative;
  width: 44px;
  height: 44px;
  background: var(--sjkbs-text, #797577);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sjkbs-white, #fff);
  font-size: 17px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.team-card__content__hover__icon:hover {
  background: var(--sjkbs-base, #AE8F62);
}

.team-card__content__hover__social {
  display: flex;
  flex-direction: column;
  background: var(--sjkbs-base, #AE8F62);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  position: absolute;
  bottom: 80px;
  left: 12px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 1000ms ease;
  transform-origin: bottom top;
}

.team-card__content__hover__social a {
  color: var(--sjkbs-white, #fff);
  line-height: 1;
  font-size: 12px;
}

.team-card__content__hover__social a:hover {
  color: var(--sjkbs-secondary, #241F21);
}

.team-card__content__hover__social a + a {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(244, 242, 238, 0.2);
}

.team-card__content__hover:hover .team-card__content__hover__social {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.team-card__content__svg {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
}

.team-card__content__svg svg {
  transition: all 0.4s ease-in-out;
  fill: var(--sjkbs-border-color, #F4F2EE);
}

.team-card:hover .team-card__image::after {
  height: 100%;
}

.team-card:hover .team-card__content__svg svg {
  fill: var(--sjkbs-base, #AE8F62);
}

.team-one {
  position: relative;
  z-index: 1;
}

.team-one--page {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .team-one--page {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .team-one--page {
    padding: 80px 0px;
  }
}
.team-one--home {
/*  background-color: var(--sjkbs-border-color, #F4F2EE);*/
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .team-one--home {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .team-one--home {
    padding: 80px 0px;
  }
}
.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.team-card__inner {
  position: relative;
  z-index: 1;
}

.team-card__image {
  position: relative;
  z-index: 1;
  clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
}

/*.team-card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--sjkbs-secondary-rgb, 36, 31, 33), 0.7);
  bottom: auto;
  transition: all 0.4s ease-in-out;
}*/
.team-card__image img::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 210px; /* Slightly larger to simulate border */
    height: 210px;
    background: transparent;
    border: 5px solid red; /* Border color */
    clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    z-index: -1;
}
@media (max-width: 1080px) {
  .team-card__image img {
    object-fit: cover;
    width: 100%;
  }
}
.team-card__content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: var(--sjkbs-white, #fff);
  padding: 26px 10px;
}

@media (max-width: 575px) {
  .team-card__content {
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}
.team-card__content__inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.team-card__content__title {
  margin-top: -5px;
  color: var(--sjkbs-secondary, #241F21);
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: var(--sjkbs-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .team-card__content__title {
    font-size: 19px;
  }
}
.team-card__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__content__title a:hover {
  background-size: 100% 1px;
}

.team-card__content__designation {
  margin-bottom: -3px;
  padding-bottom: 0;
  color: #58585a;
  font-family: var(--sjkbs-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.37;
}

.team-card__content__hover__icon {
  position: relative;
  width: 44px;
  height: 44px;
  background: #29a89e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sjkbs-white, #fff);
  font-size: 17px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.team-card__content__hover__icon:hover {
  background: var(--sjkbs-base, #AE8F62);
}

.team-card__content__hover__social {
  display: flex;
  flex-direction: column;
  background: var(--sjkbs-base, #AE8F62);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  position: absolute;
  bottom: 80px;
  left: 12px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 1000ms ease;
  transform-origin: bottom top;
}

.team-card__content__hover__social a {
  color: var(--sjkbs-white, #fff);
  line-height: 1;
  font-size: 12px;
}

.team-card__content__hover__social a:hover {
  color: var(--sjkbs-secondary, #241F21);
}

.team-card__content__hover__social a + a {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(244, 242, 238, 0.2);
}

.team-card__content__hover:hover .team-card__content__hover__social {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.team-card__content__svg {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
}

.team-card__content__svg svg {
  transition: all 0.4s ease-in-out;
  fill: var(--sjkbs-border-color, #F4F2EE);
}

.team-card:hover .team-card__image::after {
  height: 100%;
}

.team-card:hover .team-card__content__svg svg {
  fill: var(--sjkbs-base, #AE8F62);
}

.team-one {
  position: relative;
  z-index: 1;
}

.team-one--page {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .team-one--page {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .team-one--page {
    padding: 80px 0px;
  }
}
/*.team-one--home {
  background-color: var(--sjkbs-border-color, #F4F2EE);
  padding: 120px 0px;
}*/

@media (max-width: 991px) {
  .team-one--home {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .team-one--home {
    padding: 80px 0px;
  }
}
.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.team-card__image img{
  height: 329px;
  object-fit: cover;
      width: 100%;
}
.prd-main img{
/* box-shadow: 0px 3px 18px rgba(var(--voldor-black-rgb, 18, 15, 16), 0.07);*/
    /* padding: 10px; */
    
   border: 10px solid #ececec;
    border-radius: 150px 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    height: 100%;
    object-fit: contain;
    background: #fff;
}
@media (min-width: 1200px) {
   .main-header  .container-fluid {
        max-width: 1340px !important;
    }
}
.prod-d-bg{
  background-image: url(../images/bb1.jpg);
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #d3cccc;
    /* border-top: 10px solid #dfdddd; */
    /* border-radius: 250px 0px 0; */
    margin: 50px 0;
/*    clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);*/
    box-shadow: 0 0 10px #00000021;
    /* padding: 100px 30px 20px 40px; */
    border-top: 8px solid #ececec;
        border-bottom: 8px solid #ececec;
/*    border-radius: 50px;*/
}
.prod-name{
  text-align: center !important;
  background-image: linear-gradient(#58585a, #000);
    padding: 10px;
    color: #fff;
    font-size: 18px;
/*        border-radius: 0 0 50px 0;*/
}

.product-details{
     padding: 150px 0 80px;}

.about-one__thumb2 {
    position: relative;
    margin: 0px 0;
}
.about-one__thumb1 {
    position: relative;
    margin: 0px 0;
}

@media(max-width:991px){
  .prod-d-bg {
   
           margin: 50px 0px !important;
        border: 1px solid #ececec;
        border-radius: 0;
    
}
  .product-details {
  padding: 50px 0 ;
}
    .about-one__left {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
    }
    .about-one__thumb2::after {
    width: auto;
    height: auto;
}
.about-one__thumb1::after {
    width: auto;
    height: auto;
}
.about-one__thumb2 {
   position: relative;
        margin: 50px 0;
        height: auto;
}
.about-one__thumb1 {
    position: relative;
          margin: 50px 0;
          position: relative;
        margin: 50px 0;
        height: auto;
}
.p-list ul li {
   
    line-height: 27px !important;
}
/*.prd-main {
  padding: 50px !important;
}*/
}

.p-list ul li {
   
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    z-index: 0;
    line-height: normal;
}
.p-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.p-list ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #29a89e;
}
.p-list ul li:hover:before {
    color: #D80100;
}.navbar_fixed {
    width: 100%;
    left: 0;
    top: -70px;
    position: fixed;
    border-bottom: 0px;
    z-index: 400;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition: background 100mslinear, -webkit-transform 500msease;
    -webkit-transition: background 100mslinear, -webkit-transform 500msease;
    -o-transition: transform 500ms ease, background 100ms linear;
    transition: transform 500msease, background 100mslinear;
    transition: transform 500msease, background 100mslinear, -webkit-transform 500msease;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    background: #fff;
}
.pc_whatsapp img {
    max-width: 120px;
}.pc_whatsapp {
    display: block;
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    left: 10px;
}