@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@700&family=Lobster&family=Noto+Naskh+Arabic:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

:root {
  --ostech-font: "Barlow", sans-serif;
  --ostech-heading-font: "Barlow", sans-serif;
  --ostech-text: #686A6F;
  --ostech-text-rgb: 104, 106, 111;
  --ostech-text-dark: #c8b07a;
  --ostech-text-dark-rgb: 34, 36, 41;
  --ostech-text-gray: #999B9F;
  --ostech-text-gray-rgb: 153, 155, 159;
  --ostech-text-gray2: #6A6A6A;
  --ostech-text-gray2-rgb: 106, 106, 106;
  --ostech-base: #c8b07a;
  --ostech-base-rgb: 255, 170, 23;
  --ostech-secondary: #232429;
  --ostech-secondary-rgb: 35, 36, 41;
  --ostech-gray: #F4F5F8;
  --ostech-gray-rgb: 244, 245, 248;
  --ostech-gray2: #F3F3F3;
  --ostech-gray2-rgb: 243, 243, 243;
  --ostech-white: #fff;
  --ostech-white-rgb: 255, 255, 255;
  --ostech-black: #171717;
  --ostech-black-rgb: 23, 23, 23;
  --ostech-black2: #000;
  --ostech-black2-rgb: 0, 0, 0;
  --ostech-border-color: #DBDBDB;
  --ostech-border-color-rgb: 219, 219, 219;
  --ostech-letter-space: 0.1em;
  --ostech-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.ostech-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;

  /* color: var(--ostech-text-dark, #222429); */
  font-family: var(--ostech-font, "Barlow", sans-serif);
  padding: 19px 40px;
  transition: 500ms;
  background-color: #d3bc86;
  color: #222429;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.ostech-btn:hover {
  color: var(--ostech-base, #FFAA17);
  background-color: var(--ostech-text-dark, #222429);
}

.ostech-btn:before {
  content: "";
  background-color: var(--ostech-secondary, #232429);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.ostech-btn:after {
  content: "";
  background-color: var(--ostech-secondary, #232429);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.ostech-btn:hover {
  color: var(--ostech-white, #fff);
}

.ostech-btn:hover:before,
.ostech-btn:hover:after {
  width: 100%;
}

.ostech-btn--secondary {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
}

.ostech-btn--secondary:before {
  background-color: var(--ostech-base, #FFAA17);
}

.ostech-btn--secondary:after {
  background-color: var(--ostech-base, #FFAA17);
}

.ostech-btn--secondary:hover {
  color: var(--ostech-text-dark, #222429);
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--ostech-font, "Barlow", sans-serif);
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--ostech-base, #FFAA17);
  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(--ostech-heading-font, "Barlow", sans-serif);
  color: var(--ostech-text-dark, #222429);
}

@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@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: 1200px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.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(--ostech-base, #FFAA17);
}

.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(--ostech-text, #686A6F);
  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(--ostech-text, #686A6F);
  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(--ostech-black, #171717);
}

@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(--ostech-black, #171717);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--ostech-base, #FFAA17);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--ostech-black, #171717);
  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: 240px 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(--ostech-base, #FFAA17);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ostech-black, #171717);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}

.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #eff2f6;
  align-items: center;
  justify-content: center;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
}

@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.post-pagination a:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: #fff;
}

.post-pagination li:first-child a {
  background-color: var(--ostech-base, #FFAA17);
  color: #fff;
}

.post-pagination li:last-child a {
  background-color: var(--ostech-black, #171717);
  color: #fff;
}

.post-pagination li+li {
  margin-left: 10px;
}

.ostech-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.ostech-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.ostech-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--ostech-gray, #F4F5F8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ostech-text, #686A6F);
  border-radius: 50%;
  font-size: 14px;
  color: var(--ostech-text, #686A6F);
  transition: all 500ms ease;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--ostech-black, #171717);
  color: var(--ostech-white, #fff);
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: var(--ostech-black, #171717);
  border: 2px solid var(--ostech-white, #fff);
  box-shadow: 0 0 1px rgba(var(--ostech-black-rgb, 23, 23, 23), 1);
  margin: 0;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.ostech-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--ostech-black, #171717);
  border: 2px solid var(--ostech-black, #171717);
  box-shadow: 0 0 1px rgba(var(--ostech-black-rgb, 23, 23, 23), 1);
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
}

.ostech-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.sec-title {
  margin-top: -3px;
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 52px;
  }
}

.sec-title__img {
  margin-right: 6px;
}

.sec-title__tagline {
  margin: 0;
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.sec-title__tagline2 {
  margin: 0;
  color: var(--ostech-text, #000000);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.sec-title__title {
  margin-top: 7px;
  margin: 0;
  font-size: 25px;
  margin-top: 5px;
  color: var(--ostech-text-dark, #222429);
  font-weight: 700;
  line-height: 117.5%;
}

@media (min-width: 768px) {
  .sec-title__title {
    font-size: 24px;
  }
}

.sec-title--two .sec-title__title {
  color: var(--ostech-white, #fff);
}

.sec-title--two .sec-title__tagline {
  color: var(--ostech-text-gray, #999B9F);
}

.sec-title--dark .sec-title__tagline {
  color: var(--ostech-text-gray, #999B9F);
}

.sec-title--three .sec-title__tagline {
  color: var(--ostech-secondary, #232429);
}

.sec-title--three .sec-title__img {
  transform: rotate(180deg);
  margin-bottom: 6px;
  margin-left: 5px;
  margin-right: 0;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--ostech-black, #171717);
  color: var(--ostech-white, #fff);
  font-family: var(--ostech-font, "Barlow", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--ostech-font, "Barlow", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--ostech-gray, #F4F5F8);
  background-image: none;
  font-family: var(--ostech-font, "Barlow", sans-serif);
  color: var(--ostech-text, #686A6F);
}

.ui-datepicker-calendar td a {
  border-color: var(--ostech-border-color, #DBDBDB);
  background-color: var(--ostech-gray, #F4F5F8);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--ostech-border-color, #DBDBDB);
  background-color: var(--ostech-gray, #F4F5F8);
  background-image: none;
  color: var(--ostech-text, #686A6F);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--ostech-white, #fff);
  background-color: var(--ostech-base, #FFAA17);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--ostech-white, #fff);
  background-color: var(--ostech-base, #FFAA17);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--ostech-white, #fff);
  color: var(--ostech-black, #171717);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

.logo-ostech 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);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: var(--ostech-black, #171717);
  padding: 100px 0;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ostech-black, #171717);
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
}

.video-one .container {
  position: relative;
  text-align: center;
}

.video-one__btn {
  width: 145px;
  height: 145px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.video-one__btn .video-popup {
  font-size: 24px;
  color: var(--ostech-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}

.video-one__btn .video-popup:hover {
  color: var(--ostech-base, #FFAA17);
}

.video-one__btn .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.video-one__btn .curved-circle--item {
  width: 145px;
}

.video-one__btn .curved-circle--item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--ostech-white, #fff);
  letter-spacing: 0.4em;
}

.video-one__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--ostech-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .video-one__title {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .video-one__title {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

.video-one__link::before {
  background-color: var(--ostech-base, #FFAA17);
}

.video-two {
  position: relative;
  background-color: var(--ostech-black, #171717);
  padding: 143px 0 320px;
}

@media (max-width: 767px) {
  .video-two {
    padding: 100px 0 270px;
  }

  .video-two .text-end {
    text-align: left !important;
  }
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ostech-black, #171717);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.video-two__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 1199px) {
  .video-two__shape {
    display: none;
  }
}

.video-two .container {
  position: relative;
}

.video-two__btn {
  width: 145px;
  height: 145px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-top: 42px;
}

.video-two__btn .video-popup {
  font-size: 24px;
  color: var(--ostech-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}

.video-two__btn .video-popup:hover {
  color: var(--ostech-base, #FFAA17);
}

.video-two__btn .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.video-two__btn .curved-circle--item {
  width: 145px !important;
  height: 145px !important;
}

.video-two__btn .curved-circle--item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--ostech-white, #fff);
  letter-spacing: 0.4em;
}

.video-two__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--ostech-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .video-two__title {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .video-two__title {
    font-size: 60px;
    margin-bottom: 35px;
  }
}

.video-two__link::before {
  background-color: var(--ostech-base, #FFAA17);
}

.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(--ostech-secondary-rgb, 35, 36, 41), 0.7);
  bottom: auto;
  transition: all 0.4s ease-in-out;
}

.team-card__content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  right: 40px;
  background: var(--ostech-white, #fff);
  padding: 30px;
}

.team-card__content::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/team-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.team-card__content__inner {
  display: block;
}

.team-card__content__title {
  margin-top: -5px;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.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 {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: -3px;
  padding-bottom: 0;
}

.team-card__content__hover__icon {
  position: absolute;
  top: -13px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ostech-secondary, #232429);
  font-size: 17px;
  cursor: pointer;
}

.team-card__content__hover__social {
  display: flex;
  flex-direction: column;
  background: var(--ostech-base, #FFAA17);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  position: absolute;
  bottom: 70px;
  right: 35px;
  transform: translateY(0%);
  opacity: 0;
  visibility: hidden;
  transition: 1000ms ease;
  transform-origin: bottom top;
}

.team-card__content__hover__social a {
  color: var(--ostech-text-dark, #222429);
  line-height: 1;
  font-size: 12px;
}

.team-card__content__hover__social a:hover {
  color: var(--ostech-secondary, #232429);
}

.team-card__content__hover__social a+a {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(35, 36, 41, 0.2);
}

.team-card__content__hover:hover .team-card__content__hover__social {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.team-card:hover .team-card__image::after {
  height: 100%;
}

.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-details {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

@media (min-width: 992px) {
  .team-details {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.team-details__image {
  display: inline-block;
  position: relative;
  margin-right: -30px;
}

.team-details__image img {
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .team-details__image {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .team-details__content {
    margin-top: 30px;
  }
}

@media (min-width: 1199px) {
  .team-details__content {
    padding-left: 50px;
  }
}

.team-details__content__subtitle {
  margin-top: -6px;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.team-details__content__title {
  margin-top: -5px;
  font-size: 30px;
  margin-bottom: 22px;
  color: var(--ostech-secondary, #232429);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.2px;
}

@media (min-width: 992px) {
  .team-details__content__title {
    font-size: 40px;
  }
}

.team-details__content__text {
  color: var(--ostech-text, #686A6F);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
}

@media (min-width: 992px) {
  .team-details__content__text {
    margin-bottom: 30px;
  }
}

.team-details__content__highlight {
  background-color: var(--ostech-secondary, #232429);
  position: relative;
  padding: 10px 20px;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  border-left: 6px solid var(--ostech-base, #FFAA17);
}

.team-details__content__highlight svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 315px;
  z-index: -1;
  height: 38px;
  fill: var(--ostech-black, #171717);
  transition: all 0.4s ease-in-out;
}

.team-details__content__highlight__text {
  max-width: 508px;
  display: block;
  width: 100%;
  color: var(--ostech-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 992px) {
  .team-details__content__highlight {
    padding: 22px 40px;
    margin-bottom: 38px;
  }

  .team-details__content__highlight__text {
    font-size: 20px;
  }
}

.team-details__content__highlight:hover {
  background: var(--ostech-base, #FFAA17);
  border-left: 6px solid var(--ostech-secondary, #232429);
}

.team-details__content__highlight:hover .team-details__content__highlight__text {
  color: var(--ostech-text-dark, #222429);
}

.team-details__content__highlight:hover svg {
  fill: var(--ostech-base, #FFAA17);
}

.team-details__list {
  margin-bottom: 32px;
}

.team-details__list>li {
  margin-bottom: 13px;
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.team-details__list>li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: var(--ostech-text-dark, #222429);
}

.team-details__list>li a:hover {
  background-size: 100% 1px;
}

.team-details__list>li span {
  display: inline-block;
  color: #6D7076;
}

.team-details__list>li:last-child {
  margin-bottom: 0;
}

.team-details__list>li i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 10px;
}

.team-details .team-skills {
  margin-bottom: 40px;
}

.team-details .team-skills__progress+.team-skills__progress {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .team-details .team-skills__progress+.team-skills__progress {
    margin-top: 34px;
  }
}

.team-details .team-skills__progress__title {
  margin-bottom: 12px;
  text-shadow: 0 0 0 0.1px currentColor;
  color: var(--ostech-text-dark, #222429);
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
}

.team-details .team-skills__progress__bar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: var(--ostech-gray, #F4F5F8);
}

.team-details .team-skills__progress__inner {
  position: absolute;
  height: 10px;
  background-color: var(--ostech-base, #FFAA17);
  transition: all 700ms linear;
  width: 0px;
}

.team-details .team-skills__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  margin-bottom: 8px;
  color: var(--ostech-text, #686A6F);
  font-size: 18px;
  font-weight: 500;
  line-height: 144.444%;
}

.team-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.team-details__social a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ostech-border-color, #DBDBDB);
  font-size: 12px;
  color: var(--ostech-secondary, #232429);
  line-height: 1;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.team-skills-one {
  padding: 120px 0 110px 0px;
}

@media (max-width: 767px) {
  .team-skills-one {
    padding: 60px 0;
  }
}

.team-skills-one__title {
  margin-bottom: 10px;
  color: var(--ostech-text-dark, #222429);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .team-skills-one__title {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .team-skills-one__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.team-skills-one__text {
  max-width: 542PX;
  width: 100%;
  color: #6D7076;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
}

.team-skills-one__certificates {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 21px;
}

.team-skills-one__certificates__item {
  max-width: 176px;
  width: 100%;
  cursor: pointer;
}

.team-skills-one__certificates__item img {
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}

.team-skills-one__certificates__item:hover img {
  object-fit: cover;
  filter: grayscale(0%);
}

.team-skills-one__bottom {
  margin-top: 70px;
}

.team-skills-one__skill {
  padding-top: 45px;
  position: relative;
}

.team-skills-one__skill::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  clear: both;
  width: 110%;
  height: 1px;
  background-color: var(--ostech-border-color, #DBDBDB);
}

@media (max-width: 767px) {
  .team-skills-one__skill::before {
    display: none;
  }
}

.team-skills-one__skill::after {
  position: absolute;
  top: 0%;
  left: 0;
  content: "";
  clear: both;
  width: 15px;
  height: 15px;
  border-radius: 500px;
  background-color: var(--ostech-secondary, #232429);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .team-skills-one__skill::after {
    display: none;
  }
}

.team-skills-one__skill__start {
  display: block;
  margin-bottom: 10px;
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.team-skills-one__skill__title {
  margin-bottom: 10px;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.team-skills-one__skill__text {
  margin-bottom: 0;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.team-skills-one__skill:hover::after {
  background-color: var(--ostech-base, #FFAA17);
}

.team-skills-one__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.team-skills-one__text {
  letter-spacing: 0;
  max-width: 550px;
  width: 100%;
}

.team-form-one {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .team-form-one {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .team-form-one {
    padding: 80px 0;
  }
}

.team-form-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.team-form-one .container {
  position: relative;
  max-width: 898px;
}

.team-form-one .sec-title {
  text-align: center;
}

.team-form-one .form-one .bootstrap-select>.dropdown-toggle,
.team-form-one .form-one input[type=text],
.team-form-one .form-one input[type=email],
.team-form-one .form-one textarea {
  background-color: var(--ostech-white, #fff);
}

.team-form-one .form-one textarea {
  height: 176px;
}

.team-form-one .form-one .ostech-btn {
  padding: 19px 40.5px;
}

.team-form-one__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: topBottom 4s ease-in-out infinite;
}

.blog-card {
  position: relative;
  background-color: var(--ostech-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
}

.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--ostech-black-rgb, 23, 23, 23), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--ostech-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__date {
  width: 74px;
  height: auto;
  background-color: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 14px 20px 16px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  flex-direction: column;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.blog-card__date span {
  margin-top: -2px;
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.blog-card__content {
  background-color: var(--ostech-white, #fff);
  position: relative;
  transition: all 500ms ease;
}

.blog-card__content__inner {
  padding: 16px 20px 16px;
}

@media (max-width: 400px) {
  .blog-card__content__inner {
    padding: 20px 30px;
  }
}

.blog-card__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 145.833%;
  margin-bottom: 12px;
}

.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__title a:hover {
  background-size: 100% 1px;

}

.blog-card__title a:hover {
  color: #c8b07a;
}

.blog-card__link {
  color: var(--ostech-text-dark, #222429);
  font-size: 14px;
  font-weight: 600;
  line-height: 178.571%;
  position: relative;
  display: block;
  padding: 5px 0px;
  z-index: 1;
}

.blog-card__link:hover {
  color: var(--ostech-base, #FFAA17);
}

.blog-card__link:hover::after {
  background: var(--ostech-base, #FFAA17);
}

.blog-card__link i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 35%;
}

.blog-card__link::after {
  content: "";
  right: 40px;
  height: 1px;
  background: var(--ostech-border-color, #DBDBDB);
  position: absolute;
  top: 55%;
  left: 95px;
  transition: all 0.4s ease-in-out;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ostech-gray, #F4F5F8);
  margin: 0;
  padding: 15px 40px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 400px) {
  .blog-card__meta {
    padding: 15px 25px;
  }
}

.blog-card__meta li {
  color: var(--ostech-text, #686A6F);
  display: flex;
  align-items: center;
}

.blog-card__meta li i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 5px;
  font-size: 19px;
}

.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

.blog-card__meta li a:hover {
  color: var(--ostech-base, #FFAA17);
  text-shadow: 0 0 1px currentColor;
}

.blog-card__meta li+li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 214.286%;
  text-transform: capitalize;
}

.blog-card__meta img {
  border-radius: 100%;
  margin-right: 10px;
  width: 35px !important;
}

.blog-card-two {
  position: relative;
  background-color: var(--ostech-white, #fff);
}

.blog-card-two__image {
  position: relative;
  overflow: hidden;
}

.blog-card-two__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card-two__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-two__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card-two__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--ostech-black-rgb, 23, 23, 23), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-two__image__link::before,
.blog-card-two__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--ostech-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-two__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-two:hover .blog-card-two__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-two:hover .blog-card-two__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-two:hover .blog-card-two__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-two__date {
  width: 74px;
  height: auto;
  background-color: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 14px 20px 16px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  flex-direction: column;
  color: var(--ostech-text-dark, #222429);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.blog-card-two__date span {
  margin-top: -2px;
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.blog-card-two__title {
  margin-bottom: 12px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-card-two__title a:hover {
  color: var(--ostech-base, #FFAA17);
}

.blog-card-two__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: 20px;
}

.blog-card-two__link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--ostech-secondary, #232429);
}

.blog-card-two__link:hover {
  background-color: var(--ostech-base, #FFAA17);
}

.blog-card-two__link:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.blog-card-two__content {
  padding-top: 20px;
}

.blog-card-two__meta {
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.blog-card-two__meta li:not(:first-child)::before {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
  color: #6D7076;
  opacity: 0.5;
}

.blog-card-two__meta li a {
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 600;
  line-height: 214.286%;
  text-transform: capitalize;
}

.blog-card-two__meta li a i {
  font-size: 15px;
  color: var(--ostech-base, #FFAA17);
  margin-right: 5px;
}

.blog-card-three {
  position: relative;
  background-color: transparent;
}

.blog-card-three__image {
  position: relative;
  overflow: hidden;
}

.blog-card-three__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card-three__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-three__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card-three__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--ostech-black-rgb, 23, 23, 23), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-three__image__link::before,
.blog-card-three__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--ostech-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card-three__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-three:hover .blog-card-three__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-three:hover .blog-card-three__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card-three:hover .blog-card-three__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card-three__date {
  width: 74px;
  height: auto;
  background-color: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 14px 20px 16px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  flex-direction: column;
  color: var(--ostech-text-dark, #222429);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.blog-card-three__date span {
  margin-top: -2px;
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.blog-card-three__content {
  margin-top: -130px;
  background-color: var(--ostech-white, #fff);
  position: relative;
  transition: all 500ms ease;
  z-index: 1;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.blog-card-three__content__inner {
  padding: 30px;
}

.blog-card-three__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 24px;
  font-weight: 700;
  line-height: 145.833%;
  margin-bottom: 2px;
}

.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-three__title a:hover {
  background-size: 100% 1px;
}

.blog-card-three__title a:hover {
  color: var(--ostech-base, #FFAA17);
}

.blog-card-three__link {
  color: var(--ostech-text-dark, #222429);
  font-size: 14px;
  font-weight: 600;
  line-height: 178.571%;
  position: relative;
  display: block;
  padding: 5px 0px 0px;
  margin-bottom: -2px;
  z-index: 1;
}

.blog-card-three__link:hover {
  color: var(--ostech-base, #FFAA17);
}

.blog-card-three__link:hover::after {
  background: var(--ostech-base, #FFAA17);
}

.blog-card-three__link i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 35%;
}

.blog-card-three__link::after {
  content: "";
  right: 40px;
  height: 1px;
  background: var(--ostech-border-color, #DBDBDB);
  position: absolute;
  top: 55%;
  left: 95px;
  transition: all 0.4s ease-in-out;
}

.blog-card-three__meta {
  margin-bottom: 6px;
  margin-top: -5px;
  transition: all 0.4s ease-in-out;
}

.blog-card-three__meta li {
  color: var(--ostech-text, #686A6F);
  display: flex;
  align-items: center;
}

.blog-card-three__meta li i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 5px;
  font-size: 19px;
}

.blog-card-three__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

.blog-card-three__meta li a:hover {
  color: var(--ostech-base, #FFAA17);
  text-shadow: 0 0 1px currentColor;
}

.blog-card-three:hover .blog-card-three__content {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.blog-one {
  position: relative;
  background: var(--ostech-white, #fff);
}

.blog-one--page {
  padding: 120px 0px;
  position: relative;
  background-color: #e8e8e8;
}

@media (max-width: 991px) {
  .blog-one--page {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .blog-one--page {
    padding: 80px 0px;
  }
}

.blog-one--home {
  position: relative;
  z-index: 1;
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .blog-one--home {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .blog-one--home {
    padding: 80px 0px;
  }
}

.blog-one--home::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--ostech-gray, #F4F5F8);
  z-index: -1;
}

.blog-three {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .blog-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .blog-three {
    padding: 80px 0px;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.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: 14px;
}

.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(--ostech-text, #686A6F);
  font-size: 14px;
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--ostech-gray, #F4F5F8);
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}

.form-one .bootstrap-select>.dropdown-toggle::placeholder,
.form-one input[type=text]::placeholder,
.form-one input[type=email]::placeholder,
.form-one input[type=tel]::placeholder,
.form-one textarea::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.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;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--ostech-base, #FFAA17);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--ostech-base, #FFAA17);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--ostech-base, #FFAA17);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  background: #000;
  position: relative;
  overflow: hidden;
}

.main-footer__top {
  position: relative;
  z-index: 1;
}

.main-footer__top__inner {
  padding: 15px 40px;
  background: var(--ostech-black, #171717);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .main-footer__top__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}

.main-footer__top__inner::after {
  position: absolute;
  top: 0;
  left: 430px;
  right: 325px;
  content: "";
  height: 1px;
  top: 49%;
  background: var(--ostech-secondary, #232429);
}

.main-footer__top__social {
  display: flex;
  align-items: center;
  gap: 19.05px;
}

.main-footer__top__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35.5px;
  height: 35.5px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
  font-size: 14px;
  color: var(--ostech-white, #fff);
  transition: all 0.4s ease-in-out;
}

.main-footer__top__social a:hover {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

@media (max-width: 575px) {
  .main-footer__top__social {
    gap: 15px;
  }
}

.main-footer__middle {
  margin-top: 0px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .main-footer__middle {
    padding-top: 70px;
  }
}

.main-footer__shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  animation: scaleFooter 4s ease-in-out infinite;
}

.main-footer__earth {
  position: absolute;
  top: 0;
  left: -10%;
  mix-blend-mode: hard-light;
  animation: leftRight 4s ease-in-out infinite;
}

.main-footer__bottom {
  background: var(--ostech-black, #171717);
}

.main-footer__bottom__inner {
  text-align: center;
  padding: 30.5px 0px;
}

.main-footer__copyright {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

.footer-widget__title {
  color: var(--ostech-white, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.footer-widget__text {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 14px;
  font-weight: 500;
  line-height: 214.286%;
  margin-bottom: 20px;
}

.footer-widget__newsletter {
  position: relative;
  width: 100%;
  gap: 10px;
  align-items: center;
  display: flex;
  z-index: 1;
}

.footer-widget__newsletter input[type=email] {
  max-width: 265px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 56px;
  background-color: var(--ostech-black, #171717);
  color: var(--ostech-text-gray, #999B9F);
  padding-left: 30px;
  padding-right: 20px;
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.footer-widget__newsletter input[type=email]::placeholder {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.footer-widget__newsletter button[type=submit] {
  background-color: var(--ostech-base, #FFAA17);
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--ostech-secondary, #232429);
  font-size: 22px;
  transition: all 500ms ease;
  padding: 17px 17.5px;
  font-weight: 600;
}

.footer-widget__newsletter button[type=submit]:hover {
  background-color: var(--ostech-black, #171717);
  color: var(--ostech-base, #FFAA17);
}

.footer-widget__links {
  margin-top: -9px;
}

.footer-widget__links__item {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.footer-widget__links__item a {
  color: inherit;
}

.footer-widget__links__item::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--ostech-base, #FFAA17);
  transition: all 0.4s ease-in-out;
}

.footer-widget__links__item:hover {
  color: var(--ostech-base, #FFAA17);
  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(--ostech-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(--ostech-secondary-rgb, 35, 36, 41), 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(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.footer-widget__contact__item a:hover {
  color: var(--ostech-base, #FFAA17);
}

.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: var(--ostech-secondary, #232429);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ostech-base, #FFAA17);
  font-size: 15px;
  transition: all 0.4s ease-in-out;
}

.footer-widget__contact__text {
  color: var(--ostech-text-gray, #999B9F);
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 214.286%;
}

.footer-widget__contact p {
  line-height: 150.286%;
}

.footer-widget__contact__text+.footer-widget__contact__text {
  margin-top: -9px;
}

.footer-widget--about {
  margin-right: 35px;
}

.footer-widget--about .footer-widget__text {
  margin-top: -9px;
  max-width: 100%;
  width: 100%;
  text-align: justify;
}

@media (max-width: 991px) {
  .footer-widget--about {
    margin-right: 0;
  }
}

.footer-widget--links {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .footer-widget--links {
    margin-left: 0;
  }
}

.footer-widget--instagram {
  max-width: 248px;
  margin-left: -20px;
}

@media (max-width: 1199px) {
  .footer-widget--instagram {
    margin-left: 0;
  }
}

.footer-widget--contact {
  margin-top: 4px;
  background: var(--ostech-black, #171717);
  padding: 30px;
  margin-bottom: 0;
  max-width: 370px;
  width: 100%;
}

.footer-widget--contact .footer-widget__title {
  margin-top: -6px;
}

.footer-widget--contact .footer-widget__thumb {
  margin-top: 23px;
  margin-left: -30px;
  margin-bottom: -30px;
  margin-right: -20px;
}

.footer-widget--contact .footer-widget__thumb img {
  object-fit: cover;
  width: 100%;
  height: 57px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-one {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .contact-one {
    padding-top: 80px;
  }
}

.contact-one__left {
  margin-right: -30px;
}

@media (max-width: 991px) {
  .contact-one__left {
    margin-right: 0px;
  }
}

.contact-one__list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-one__list__item {
  display: flex;
  gap: 20px;
  align-items: center;
  background: var(--ostech-base, #FFAA17);
  padding: 30px 40px;
}

.contact-one__list__item:hover .contact-one__list__icon {
  color: var(--ostech-secondary, #232429);
  background: var(--ostech-white, #fff);
}

.contact-one__list__item:hover .contact-one__list__icon i {
  animation: bounceIn 1s linear;
}

.contact-one__list__item+.contact-one__list__item {
  margin-top: 20px;
}

.contact-one__list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
  font-size: 20px;
  color: var(--ostech-white, #fff);
  transition: all 0.4s ease-in-out;
}

.contact-one__list__subtitle {
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.contact-one__list__action {
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-one__list__action a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__list__action a:hover {
  background-size: 100% 1px;
}

.contact-one__thumb {
  width: 100%;
}

.contact-one__thumb img {
  object-fit: cover;
  width: 100%;
}

.contact-one__right {
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  background: var(--ostech-white, #fff);
  box-shadow: 6px 7px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 50px;
}

@media (max-width: 767px) {
  .contact-one__right {
    padding: 30px;
  }
}

.contact-one__right .sec-title {
  padding-bottom: 53px;
}

.contact-one__right .sec-title .sec-title__title {
  padding-top: 6px;
  font-size: 40px;
}

.contact-one__right .form-one input,
.contact-one__right .form-one textarea {
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  background: var(--ostech-white, #fff);
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-one__right .form-one input::placeholder,
.contact-one__right .form-one textarea::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-one__right .form-one textarea {
  height: 317px;
}

.contact-map {
  position: relative;
  margin-top: -100px;
}

.contact-map .google-map iframe {
  height: 530px;
}

@media (max-width: 991px) {
  .contact-map .google-map iframe {
    height: 400px;
  }
}

.contact-two {
  background: var(--ostech-secondary, #232429);
  position: relative;
  overflow: hidden;
}

.contact-two__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 1;
  overflow: hidden;
}

.contact-two__thumb img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .contact-two__thumb {
    width: 100%;
    position: relative;
  }

  .contact-two__thumb img {
    width: 100%;
  }
}

.contact-two__right {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .contact-two__right {
    padding: 100px 0px 0px;
  }
}

@media (max-width: 991px) {
  .contact-two__right {
    padding: 30px 0px 0px;
  }
}

.contact-two__top {
  background: var(--ostech-base, #FFAA17);
  position: absolute;
  top: 0;
  left: 5%;
  height: 100%;
  width: 240px;
}

@media (max-width: 1199px) {
  .contact-two__top {
    background: transparent;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}

.contact-two__top__content {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translate(-100%, -60%);
}

@media (max-width: 1199px) {
  .contact-two__top__content {
    transform: rotate(0deg) translate(0%, 0%);
    writing-mode: horizontal-tb;
  }
}

.contact-two__top__content .sec-title {
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .contact-two__top__content .sec-title {
    padding-bottom: 40px;
  }

  .contact-two__top__content .sec-title .sec-title__title,
  .contact-two__top__content .sec-title .sec-title__tagline {
    color: var(--ostech-white, #fff);
  }

  .contact-two__top__content .sec-title .sec-title__img {
    transform: rotate(90deg);
    margin: 0 12px 0px 0px;
  }
}

.contact-two__content {
  position: relative;
  padding: 120px 0px;
}

@media (max-width: 1199px) {
  .contact-two__content {
    padding: 0px 0px 0px;
  }
}

.contact-two__form__inner {
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
  background: var(--ostech-black, #171717);
  padding: 60px 40px;
}

@media (max-width: 991px) {
  .contact-two__form__inner {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .contact-two__form__inner {
    padding: 40px 20px;
  }
}

.contact-two__form input,
.contact-two__form textarea {
  background: var(--ostech-white, #fff);
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: var(--ostech-text, #686A6F);
}

.contact-two__form input::placeholder,
.contact-two__form textarea::placeholder {
  font-size: 14px;
  color: var(--ostech-text, #686A6F);
}

.contact-two__form textarea {
  height: 151px;
}

.contact-two__shape {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: overlay;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .contact-two__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  background-color: var(--ostech-secondary, #232429);
}

@media (min-width: 992px) {
  .topbar-one {
    display: block;
  }
}

.topbar-one .container-fluid {
  max-width: 1680px;
}

.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}

.topbar-one__info__item {
  display: flex;
  align-items: center;
  color: var(--ostech-text-gray, #999B9F);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.571%;
}

.topbar-one__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}

.topbar-one__info__item a:hover {
  color: var(--ostech-white, #fff);
}

.topbar-one__info__item+.topbar-one__info__item {
  margin-left: 50px;
}

.topbar-one__info__icon {
  font-size: 12px;
  color: var(--ostech-base, #FFAA17);
  position: relative;
  top: 2px;
  margin-right: 9px;
}

.topbar-one__right {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .topbar-one__right {
    margin-top: 0;
    margin-left: auto;
  }
}

.topbar-one__right__call {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.4);
}

.topbar-one__right__call__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ostech-gray, #F4F5F8);
  color: var(--ostech-secondary, #232429);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.topbar-one__right__call__text {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one__right__call__text:hover {
  background-size: 100% 1px;
}

.topbar-one__right__call:hover .topbar-one__right__call__icon {
  background: var(--ostech-white, #fff);
  color: var(--ostech-base, #FFAA17);
}

.topbar-one__right::before {
  content: "";
  background: var(--ostech-base, #FFAA17);
  z-index: -1;
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 99%;
}

.topbar-one__right::after {
  content: "";
  background: var(--ostech-base, #FFAA17);
  z-index: -1;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.topbar-one__social {
  display: flex;
  align-items: center;
  line-height: 1em;
}

.topbar-one__social a {
  font-size: 14px;
  color: var(--ostech-black, #171717);
  transition: all 500ms ease;
}

.topbar-one__social a:hover {
  color: var(--ostech-white, #fff);
}

.topbar-one__social a+a {
  margin-left: 18px;
}

.topbar-two {
  background: var(--ostech-secondary, #232429);
  position: relative;
  display: none;
}

.topbar-two .container-fluid {
  max-width: 1745px;
}

@media (min-width: 992px) {
  .topbar-two {
    display: block;
  }
}

.topbar-two__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-two__info {
  display: flex;
  align-items: center;
  gap: 27px;
  background: var(--ostech-black, #171717);
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 18px 30px 18px 0px;
}

.topbar-two__info__item {
  display: flex;
  align-items: center;
}

.topbar-two__info__item a,
.topbar-two__info__item span,
.topbar-two__info__item__time {
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  color: var(--ostech-text-gray, #999B9F);
  margin-bottom: 0;
  padding-bottom: 0;
}

.topbar-two__info__item i {
  font-size: 14px;
  color: var(--ostech-base, #FFAA17);
  margin-right: 5px;
}

.topbar-two__info::before {
  content: "";
  width: 999999px;
  top: 0;
  height: 100%;
  background: var(--ostech-black, #171717);
  position: absolute;
  right: 99%;
  z-index: -1;
}

.topbar-two__right {
  display: flex;
  align-items: center;
}

.topbar-two__social {
  background: var(--ostech-black, #171717);
  padding-left: 40px;
  margin-left: 40px;
  padding: 10px 35px 10px 40px;
  position: relative;
  z-index: 1;
}

.topbar-two__social a {
  color: var(--ostech-white, #fff);
  font-size: 13px;
}

.topbar-two__social a+a {
  margin-left: 23px;
}

.topbar-two__social::before {
  content: "";
  width: 999999px;
  top: 0;
  height: 100%;
  background: var(--ostech-black, #171717);
  position: absolute;
  left: 99%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .container-fluid {
  max-width: 1815px;
}

.main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1320px) {
  .main-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1200px) {
  .main-header__inner {
    padding: 20px 0px;
  }
}

@media (max-width: 767px) {
  .main-header__inner {
    padding: 20px 0;
    padding-left: 0;
    padding-right: 0;
    text-transform: capitalize;
  }
}

.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__call {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 75px;
  border-right: 1px solid rgba(var(--ostech-white-rgb, 255, 255, 255), 0.2);
  margin-right: 30px;
}

@media (max-width: 767px) {
  .main-header__right__call {
    display: none;
  }
}

.main-header__right__icon {
  width: 40px;
  height: 40px;
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 50%;
}

.main-header__right__text {
  display: block;
  color: var(--ostech-text-gray, #999B9F);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-header__right__number {
  color: var(--ostech-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(--ostech-base, #FFAA17);
}

@media (max-width: 575px) {
  .main-header__right__info {
    display: none;
  }
}

.main-header__right__info__item {
  font-size: 20px;
  color: var(--ostech-white, #fff);
  transition: all 500ms ease;
  line-height: 1em;
}

.main-header__right__info__item:hover {
  color: var(--ostech-base, #FFAA17);
}

.main-header__right__info a+a {
  margin-left: 20px;
}

.main-header__nav {
  margin-left: 79px;
  margin-right: auto;
}

@media (max-width: 1350px) {
  .main-header__nav {
    margin-left: 40px;
  }
}

.main-header--one {
  z-index: 111;
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-header--two {
  border-bottom: 0px solid rgba(var(--ostech-white-rgb, 255, 255, 255), 0.2);
  background: #000000;
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 11;
  background-image: url(../images/pattern-9.7f023746.png);
  background-size: contain;
  background-repeat: repeat;
}

.main-header--two .container-fluid {
  max-width: 1680px;
}

@media (max-width: 991px) {
  .main-header--two {
    position: relative;
    top: 0;
  }
}

.main-header--two .main-header__inner {
  align-items: start;
}

@media (max-width: 767px) {
  .main-header--two .main-header__inner {
    align-items: center;
    justify-content: space-between;
  }
}

.main-header--two .main-header__inner__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .main-header--two .main-header__inner__item {
    width: auto;
    display: block;
  }
}

.main-header--two .main-header__inner__item::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 46px;
  position: absolute;
  width: 53px;
  height: 24px;
  background: #0000008c;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

/* .main-header--two .main-header__inner__item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 80px;
  position: absolute;
  width: 22px;
  height: 12px;
  background: var(--ostech-secondary, #232429);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */
@media (max-width: 1199px) {

  .main-header--two .main-header__inner__item::before,
  .main-header--two .main-header__inner__item::after {
    display: none;
  }
}

.main-header--two .main-header__logo {
  background: #000;
  position: relative;
  padding: 19px 0px 6px;
  z-index: 1;
}

.main-header--two .main-header__logo::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: -48px;
  bottom: -24px;
  z-index: -1;
}

.main-header--two .main-header__logo::before {
  content: "";
  width: 999999px;
  top: 0;
  background: #000;
  position: absolute;
  right: 99%;
  z-index: -1;
  bottom: -24px;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__logo {
    background: transparent;
    padding: 0;
  }

  .main-header--two .main-header__logo::before,
  .main-header--two .main-header__logo::after {
    display: none;
  }
}

@media (max-width: 1350px) {
  .main-header--two .main-header__nav {
    margin-left: 130px;
  }
}

.main-header--two .main-menu .main-menu__list>li>a {
  color: #c8b07a;
}

.main-header--two .main-menu .main-menu__list>li {
  padding-top: 38.5px;
  padding-bottom: 21.5px;
}

.main-header--two .main-header__btn {
  background: #c8b07a;
  color: #f5f8ff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 128.571%;
  letter-spacing: normal;
}

.main-header--two .main-header__btn:hover {
  color: var(--ostech-white, #fff);
}

@media (max-width: 767px) {
  .main-header--two .main-header__right {
    justify-content: end;
    align-items: center;
  }
}

.main-header--two .main-header__right__btn {
  border-right: 1px solid var(--ostech-border-color, #DBDBDB);
  padding-right: 26px;
  margin-right: 26px;
}

@media (max-width: 767px) {
  .main-header--two .main-header__right__btn {
    display: none;
  }
}

.main-header--two .main-header__right__info__item {
  font-size: 20px;
  color: var(--ostech-secondary, #232429);
}

.main-header--two .main-header__right__info__item:hover {
  color: var(--ostech-base, #FFAA17);
}

@media (max-width: 575px) {
  .main-header--two .main-header__right__info__item {
    display: none;
  }
}

.main-header--two .main-header__right__info__item+.main-header__right__info__item {
  margin-left: 20px;
}

.main-header--two .mobile-nav__btn span {
  background-color: #fff;
}

.main-header--three {
  background: var(--ostech-white, #fff);
  border-bottom: 0px solid rgba(var(--ostech-white-rgb, 255, 255, 255), 0.2);
}

.main-header--three .container-fluid {
  max-width: 1745px;
  margin-left: auto;
  margin-right: auto;
}

.main-header--three .main-menu .main-menu__list>li>a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.78;
  color: var(--ostech-text, #686A6F);
}

.main-header--three .main-menu .main-menu__list>li {
  padding-top: 25.7px;
  padding-bottom: 25.7px;
}

.main-header--three .main-header__right__btn {
  padding-right: 30px;
  border-right: 1px solid var(--ostech-border-color, #DBDBDB);
  margin-right: 28px;
}

@media (max-width: 767px) {
  .main-header--three .main-header__right__btn {
    display: none;
  }
}

.main-header--three .main-header__right__info__item {
  font-size: 20px;
  color: var(--ostech-secondary, #232429);
}

.main-header--three .main-header__right__info__item:hover {
  color: var(--ostech-base, #FFAA17);
}

@media (max-width: 767px) {
  .main-header--three .main-header__right__info__item {
    display: none;
  }
}

.main-header--three .main-header__right__info__item+.main-header__right__info__item {
  margin-left: 20px;
}

.main-header--three .main-header__btn {
  background: var(--ostech-gray, #F4F5F8);
  padding: 11.5px 29px;
}

@media (max-width: 1230px) {
  .main-header--three .main-header__inner {
    padding: 0 0;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .main-header--three .main-header__inner {
    padding: 20px 0;
  }
}

@media (max-width: 1499px) {
  .main-header--three .main-header__nav {
    margin-left: 60px;
  }
}

@media (max-width: 1230px) {
  .main-header--three .main-header__nav {
    display: none;
  }
}

@media (max-width: 1350px) {
  .main-header--three .main-menu .main-menu__list>li+li {
    margin-left: 25px;
  }
}

.main-header--three .topbar-one__right__call {
  display: flex;
  align-items: center;
  gap: 10.5px;
  padding: 11.8px 0px;
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.4);
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
  background: var(--ostech-base, #FFAA17);
}

.main-header--three .topbar-one__right__call::before {
  content: "";
  width: 999999px;
  top: 0;
  height: 100%;
  background: var(--ostech-base, #FFAA17);
  position: absolute;
  left: 99%;
  z-index: -1;
}

@media (max-width: 767px) {
  .main-header--three .topbar-one__right__call {
    display: none;
  }
}

.main-header--three .topbar-one__right__call__icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ostech-gray, #F4F5F8);
  border-radius: 50%;
  font-size: 20px;
  color: var(--ostech-secondary, #232429);
}

.main-header--three .main-header__right__call__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 0px;
  color: var(--ostech-text-dark, #222429);
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-header--three .main-header__right__call__text {
  margin-top: -7px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: var(--ostech-text-dark, #222429);
  margin-bottom: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header--three .main-header__right__call__text:hover {
  background-size: 100% 1px;
}

.main-header--three .mobile-nav__btn span {
  background-color: var(--ostech-secondary, #232429);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--ostech-secondary, #232429);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--ostech-secondary-rgb, 35, 36, 41), 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 {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-header--three.active {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
  margin-left: 25px;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--ostech-white, #fff);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.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: 40.5px;
  padding-bottom: 40.5px;
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 18px;
}

@media (max-width: 1199px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 18px;
  }
}

.main-menu .main-menu__list>li>a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 500ms ease;
  color: var(--ostech-white, #fff);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: #fff;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 300px;
  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: var(--ostech-white, #fff);
  padding: 30px 20px;
}

.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: 10px;
}

.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0;
}

.main-menu .main-menu__list li ul li>a {
  display: flex;
  padding: 10px 20px;
  transition: 400ms;
  color: var(--ostech-text-gray2, #6A6A6A);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main-menu .sub-menu .dropdown::before {
  position: absolute;
  right: 20px;
  top: 14px;
  transform: translate(10px 10px);
  font-size: 13px;
  font-weight: 500;
  color: var(--ostech-secondary, #232429);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scaleX(0);
  font-family: "icomoon" !important;
  content: "\e924";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.main-menu .sub-menu .dropdown:hover::before {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--ostech-base, #FFAA17);
  color: #000;
  text-shadow: 0 0 0.1px currentColor;
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.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;
}

@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);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--ostech-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--ostech-black, #171717);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--ostech-base, #FFAA17);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--ostech-gray2, #F3F3F3);
  box-shadow: 0px 10px 60px 0px rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.2);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--ostech-secondary, #232429);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-shadow: 0 0 0.1px currentColor;
}

.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(--ostech-secondary-rgb, 35, 36, 41), 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: 15px 30px;
}

@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}

.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-top: 0px;
  margin-bottom: -20px;
}

.home-showcase .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--ostech-gray2, #F3F3F3);
  box-shadow: 0px 10px 60px 0px rgba(var(--ostech-gray2-rgb, 243, 243, 243), 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;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  z-index: 1;
  background: var(--ostech-white, #fff);
}

.why-choose-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 82.5%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -2;
}

.why-choose-two__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.96);
  z-index: -3;
}

.why-choose-two__funfact__item {
  position: relative;
  z-index: 1;
  background: var(--ostech-black, #171717);
  padding-bottom: 30px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

.why-choose-two__funfact__item__icon {
  margin-left: auto;
  margin-right: auto;
  width: 137px;
  height: 118px;
  background: var(--ostech-secondary, #232429);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: var(--ostech-base, #FFAA17);
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__funfact__item__count {
  color: var(--ostech-white, #fff);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__funfact__item__text {
  color: var(--ostech-white, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 145.833%;
  text-transform: capitalize;
  margin-bottom: -1px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__funfact__item__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__funfact__item__shape img {
  object-fit: cover;
  text-align: center;
  width: 100%;
}

.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__shape {
  opacity: 1;
  visibility: visible;
}

.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__icon {
  background: rgba(var(--ostech-white-rgb, 255, 255, 255), 0.1);
  color: var(--ostech-secondary, #232429);
}

.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__icon i {
  animation: bounceIn 1s linear;
}

.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__count {
  color: var(--ostech-black, #171717);
}

.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__text {
  color: var(--ostech-black, #171717);
}

.why-choose-two__funfact__item:hover {
  background: var(--ostech-base, #FFAA17);
}

.why-choose-two__inner {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .why-choose-two__inner {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .why-choose-two__inner {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .why-choose-two__top__left .sec-title {
    padding-bottom: 18px;
  }
}

.why-choose-two__top__right {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
}

@media (max-width: 991px) {
  .why-choose-two__top__right {
    margin-bottom: 35px;
  }
}

.why-choose-two__inner {
  position: relative;
  z-index: 1;
}

.why-choose-two__inner__left {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .why-choose-two__inner__left {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .why-choose-two__inner__left {
    margin-bottom: 30px;
  }
}

.why-choose-two__inner__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .why-choose-two__inner__item {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }
}

.why-choose-two__inner__item__content {
  display: flex;
  gap: 30px;
  width: 100%;
}

.why-choose-two__inner__item__icon {
  max-width: 100px;
  width: 100%;
  background: var(--ostech-black, #171717);
  height: 130px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 50px;
  color: var(--ostech-base, #FFAA17);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.why-choose-two__inner__item__icon i {
  line-height: 45px;
}

.why-choose-two__inner__item__text {
  color: var(--ostech-white, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  max-width: 270px;
  width: 100%;
}

@media (max-width: 575px) {
  .why-choose-two__inner__item__link {
    margin-left: 120px;
    margin-bottom: 20px;
  }
}

.why-choose-two__inner__item__link__btn {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--ostech-secondary, #232429);
}

.why-choose-two__inner__item__link__btn:hover {
  background: var(--ostech-white, #fff);
}

.why-choose-two__inner__item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 1px;
  content: "";
  background: rgba(var(--ostech-white-rgb, 255, 255, 255), 0.1);
}

.why-choose-two__inner__item:hover .why-choose-two__inner__item__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-black, #171717);
}

.why-choose-two__inner__item:hover .why-choose-two__inner__item__icon i {
  animation: bounceIn 1s linear;
}

.why-choose-two__inner__item+.why-choose-two__inner__item {
  margin-top: 57px;
}

.why-choose-two__inner__thumb {
  position: relative;
  z-index: 1;
}

.why-choose-two__inner__thumb img {
  object-fit: cover;
}

.why-choose-two__inner__thumb::after {
  content: "";
  width: 131px;
  height: 100%;
  background: linear-gradient(180deg, #FFAA17 0%, rgba(255, 170, 23, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .why-choose-two__inner__thumb img {
    max-height: 70%;
  }
}

.why-choose-two__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -235px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 70px;
  background: var(--ostech-base, #FFAA17);
}

@media (max-width: 1600px) {
  .why-choose-two__cta {
    width: 100%;
    right: 0px;
  }
}

@media (max-width: 991px) {
  .why-choose-two__cta {
    position: relative;
    padding: 30px 50px;
  }
}

@media (max-width: 767px) {
  .why-choose-two__cta {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px;
  }
}

.why-choose-two__cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.why-choose-two__cta__title {
  margin-top: -1px;
  color: var(--ostech-black, #171717);
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  max-width: 670px;
  width: 100%;
  margin-bottom: -1px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .why-choose-two__cta__title {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .why-choose-two__cta__title {
    font-size: 30px;
    max-width: 390px;
  }
}

.why-choose-two__cta__link {
  margin-left: 30px;
}

.why-choose-two__cta__link__btn::before,
.why-choose-two__cta__link__btn::after {
  background: var(--ostech-gray, #F4F5F8);
}

.why-choose-two__cta__link__btn:hover {
  color: var(--ostech-secondary, #232429);
}

@media (max-width: 767px) {
  .why-choose-two__cta__link {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.why-choose-one {
  position: relative;
  background: var(--ostech-gray, #F4F5F8);
  overflow: hidden;
  z-index: 1;
}

.why-choose-one__left {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .why-choose-one__left {
    padding: 100px 0px 30px;
  }
}

@media (max-width: 767px) {
  .why-choose-one__left {
    padding: 80px 0px 30px;
  }
}

.why-choose-one__feature {
  margin-bottom: 55px;
}

.why-choose-one__feature__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .why-choose-one__feature__item {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
  }
}

.why-choose-one__feature__item__content {
  display: flex;
  gap: 30px;
  width: 100%;
  align-items: center;
}

.why-choose-one__feature__item__icon {
  max-width: 100px;
  width: 100%;
  background: var(--ostech-black, #171717);
  height: 102px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ostech-base, #FFAA17);
  transition: all 0.4s ease-in-out;
}

.why-choose-one__feature__item__icon i {
  line-height: 45px;
}

.why-choose-one__feature__item__text {
  color: var(--ostech-secondary, #232429);
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  max-width: 176px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .why-choose-one__feature__item__link {
    margin-left: 120px;
    margin-bottom: 20px;
  }
}

.why-choose-one__feature__item__link__btn {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--ostech-secondary, #232429);
}

.why-choose-one__feature__item__link__btn:hover {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
}

.why-choose-one__feature__item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 1px;
  content: "";
  background: rgba(23, 23, 23, 0.12);
}

.why-choose-one__feature__item:hover .why-choose-one__feature__item__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.why-choose-one__feature__item:hover .why-choose-one__feature__item__icon i {
  animation: bounceIn 1s linear;
}

.why-choose-one__feature__item+.why-choose-one__feature__item {
  margin-top: 57px;
}

.why-choose-one__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 71%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .why-choose-one__thumb {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .why-choose-one__thumb {
    margin-top: 30px;
    position: relative;
  }

  .why-choose-one__thumb img {
    width: 100%;
  }
}

.why-choose-one__thumb img {
  object-fit: cover;
}

.why-choose-one__shape {
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 0;
  width: 60%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .why-choose-one__shape {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .why-choose-one__shape {
    top: auto;
    bottom: 0;
    width: 70%;
    left: 0;
    right: auto;
  }

  .why-choose-one__shape img {
    width: 100%;
  }
}

.why-choose-three {
  background: var(--ostech-secondary, #232429);
  position: relative;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .why-choose-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .why-choose-three {
    padding: 80px 0px;
  }
}

.why-choose-three__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 51.5%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .why-choose-three__thumb {
    width: 49%;
  }
}

.why-choose-three__thumb img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .why-choose-three__thumb {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }

  .why-choose-three__thumb img {
    width: 100%;
  }
}

.why-choose-three__top {
  margin-bottom: 35px;
}

.why-choose-three__top .sec-title {
  padding-bottom: 20px;
}

.why-choose-three__top__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.87;
  color: var(--ostech-text-gray, #999B9F);
  margin-bottom: 0;
  padding-bottom: 0;
}

.why-choose-three__feature {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .why-choose-three__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}

.why-choose-three__feature__item:not(:first-of-type) {
  padding-left: 44px;
  border-left: 1px solid rgba(var(--ostech-white-rgb, 255, 255, 255), 0.2);
  margin-left: 44px;
}

@media (max-width: 575px) {
  .why-choose-three__feature__item:not(:first-of-type) {
    padding-left: 0px;
    border-left: 0px solid var(--ostech-border-color, #DBDBDB);
    margin-left: 0px;
  }
}

.why-choose-three__feature__item__text {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 202px;
  width: 100%;
}

.why-choose-three__feature__top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 5px;
}

.why-choose-three__feature__top__icon {
  max-width: 50px;
  height: 50px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ostech-black, #171717);
  color: var(--ostech-base, #FFAA17);
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

.why-choose-three__feature__top__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  color: var(--ostech-white, #fff);
}

.why-choose-three__feature__top:hover .why-choose-three__feature__top__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.why-choose-three__right {
  margin-right: -35px;
  margin-left: -20px;
  padding: 120px 0px 230px 0px;
}

@media (max-width: 1199px) {
  .why-choose-three__right {
    margin-left: 0px;
    padding: 100px 0px 200px 0px;
  }
}

@media (max-width: 991px) {
  .why-choose-three__right {
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
  }
}

.why-choose-three__shape {
  position: absolute;
  bottom: 0;
  right: 0px;
  max-width: 69%;
}

@media (max-width: 991px) {
  .why-choose-three__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-two__inner {
  display: flex;
  justify-content: end;
  margin-top: -185px;
  z-index: 1;
  position: relative;
}

@media (max-width: 575px) {
  .funfact-two__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.funfact-two__item {
  max-width: 231px;
  height: auto;
  width: 100%;
  background: var(--ostech-base, #FFAA17);
  padding: 0 40px 40px;
  transition: all 0.4s ease-in-out;
}

.funfact-two__item__funfact__item__icon {
  width: 88px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(var(--ostech-black-rgb, 23, 23, 23), 0.1);
  font-size: 44px;
  color: var(--ostech-secondary, #232429);
  transition: all 0.4s ease-in-out;
  margin-bottom: 16px;
}

.funfact-two__item__funfact__item__count {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: var(--ostech-text-dark, #222429);
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  padding-bottom: 0;
}

.funfact-two__item__funfact__item__text {
  color: var(--ostech-text-dark, #222429);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: -5px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.funfact-two__item:hover {
  background: var(--ostech-secondary, #232429);
}

.funfact-two__item:hover .funfact-two__item__funfact__item__icon {
  background: rgba(var(--ostech-white-rgb, 255, 255, 255), 0.1);
  color: var(--ostech-base, #FFAA17);
}

.funfact-two__item:hover .funfact-two__item__funfact__item__icon i {
  animation: bounceIn 1s linear;
}

.funfact-two__item:hover .funfact-two__item__funfact__item__count {
  color: var(--ostech-base, #FFAA17);
}

.funfact-two__item:hover .funfact-two__item__funfact__item__text {
  color: var(--ostech-text-gray, #999B9F);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  background: var(--ostech-white, #fff);
}

@media (max-width: 991px) {
  .testimonials-one {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0px;
  }
}

.testimonials-one__item {
  position: relative;
  z-index: 1;
  margin-top: 62px;
  margin-bottom: 82px;
  padding: 10px 50px 200px;
  background-color: var(--ostech-gray, #F4F5F8);
}

@media (max-width: 1199px) {
  .testimonials-one__item {
    padding: 10px 50px 150px;
  }
}

@media (max-width: 991px) {
  .testimonials-one__item {
    padding: 10px 30px 150px;
  }
}

.testimonials-one__item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  mix-blend-mode: overlay;
}

.testimonials-one__item__quite {
  margin-top: -61px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--ostech-secondary, #232429);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}

.testimonials-one__item__star {
  text-align: center;
  font-size: 30px;
  color: var(--ostech-base, #FFAA17);
  letter-spacing: 0px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .testimonials-one__item__star {
    font-size: 20px;
  }
}

.testimonials-one__item__text {
  color: var(--ostech-text-gray, #999B9F);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 208.333%;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .testimonials-one__item__text {
    font-size: 18px;
    line-height: 150%;
  }
}

.testimonials-one__item__author {
  text-align: center;
}

.testimonials-one__item__name {
  color: var(--ostech-text, #686A6F);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonials-one__item__deg {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 14px;
  font-weight: 500;
  line-height: 178.529%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonials-one__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 105px;
  background: var(--ostech-base, #FFAA17);
}

@media (max-width: 991px) {
  .testimonials-one__item::after {
    height: 80px;
  }
}

.testimonials-one__item::before {
  position: absolute;
  bottom: -80px;
  left: 100px;
  content: "";
  width: 140px;
  height: 81px;
  background: var(--ostech-base, #FFAA17);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}

@media (max-width: 991px) {
  .testimonials-one__item::before {
    bottom: -60px;
    width: 100px;
    height: 61px;
  }
}

.testimonials-one__carousel {
  position: relative;
  z-index: 1;
}

.testimonials-one__carousel::after {
  content: "";
  top: 0%;
  left: 70px;
  right: 70px;
  bottom: 20px;
  background: transparent;
  border: 1px solid var(--ostech-base, #FFAA17);
  position: absolute;
  z-index: -1;
  animation: scaleFooter 4s ease-in-out infinite;
}

.testimonials-one__carousel::before {
  content: "";
  top: 30px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: transparent;
  border: 1px solid var(--ostech-text-gray, #999B9F);
  position: absolute;
  z-index: -1;
  animation: scaleFooter 4s 1s ease-in-out infinite;
}

.testimonials-one .carousel-thumb__two {
  margin-top: -245px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .testimonials-one .carousel-thumb__two {
    margin-top: -200px;
    width: 300px;
  }
}

.testimonials-one .carousel-thumb__two .center .testimonials-one__meta-thumb {
  border: 6px solid var(--ostech-base, #FFAA17);
}

.testimonials-one__meta-thumb {
  width: 116.92px;
  height: 116.92px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.testimonials-one__meta-thumb img {
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonials-one__meta-thumb {
    width: 80px;
    height: 80px;
  }
}

.testimonials-one .owl-nav .owl-prev,
.testimonials-one .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-one .owl-nav .owl-prev span,
.testimonials-one .owl-nav .owl-next span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ostech-text-gray, #999B9F);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ostech-white, #fff);
  transition: all 0.4s ease-in-out;
}

.testimonials-one .owl-nav .owl-prev span:hover,
.testimonials-one .owl-nav .owl-next span:hover {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.testimonials-one .owl-nav .owl-prev {
  top: 45%;
  right: -20px;
  left: auto;
}

.testimonial-two {
  padding: 120px 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimonial-two {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .testimonial-two {
    padding: 80px 0px;
  }
}

.testimonial-two .container {
  position: relative;
  z-index: 1;
}

.testimonial-two__item {
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  background: var(--ostech-white, #fff);
  padding: 50px 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}

.testimonial-two__item__star {
  color: var(--ostech-base, #FFAA17);
  font-size: 30px;
  margin-top: -15px;
  letter-spacing: -1px;
}

.testimonial-two__item__text {
  color: var(--ostech-text, #686A6F);
  font-size: 24px;
  font-weight: 500;
  line-height: 175%;
  padding-bottom: 0;
  margin-bottom: 28px;
}

.testimonial-two__item__author {
  display: flex;
  gap: 16px;
  align-items: center;
}

.testimonial-two__item__author__thumb {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__item__author__thumb img {
  object-fit: cover;
  width: 100%;
}

.testimonial-two__item__author__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonial-two__item__author__deg {
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 500;
  line-height: 178.529%;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonial-two__item__quite {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: var(--ostech-gray, #F4F5F8);
  font-size: 23px;
  color: var(--ostech-text-gray, #999B9F);
  transition: all 0.4s ease-in-out;
}

.testimonial-two__item svg {
  width: 61px;
  height: 38px;
  fill: var(--ostech-border-color, #DBDBDB);
  position: absolute;
  left: 40px;
  bottom: -38px;
}

.testimonial-two__item:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
}

.testimonial-two__item:hover .testimonial-two__item__quite {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.testimonial-two__author__image {
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-two__author__image img {
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}

.testimonial-two__author__image--one {
  width: 119px;
  height: 119px;
  position: absolute;
  bottom: 3%;
  left: -12%;
  animation: scaleFooter 5s 0s ease-in-out infinite;
}

.testimonial-two__author__image--fore {
  width: 165px;
  height: 165px;
  position: absolute;
  top: 3%;
  right: -12%;
  animation: scaleFooter 5s 1s ease-in-out infinite;
}

.testimonial-two__author__image--three {
  width: 165px;
  height: 165px;
  position: absolute;
  top: 3%;
  left: -12%;
  animation: scaleFooter 5s 2s ease-in-out infinite;
}

.testimonial-two__author__image--two {
  width: 119px;
  height: 119px;
  position: absolute;
  bottom: 3%;
  right: -8%;
  animation: scaleFooter 5s 1.5s ease-in-out infinite;
}

.testimonial-three {
  position: relative;
  background: var(--ostech-gray, #F4F5F8);
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .testimonial-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .testimonial-three {
    padding: 80px 0px;
  }
}

.testimonial-three .sec-title {
  padding-bottom: 20px;
}

.testimonial-three__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--ostech-text, #686A6F);
  margin-bottom: 32px;
  padding-bottom: 0;
  max-width: 409px;
  width: 100%;
}

.testimonial-three__ostech__thumb {
  margin-top: 30px;
  margin-right: 50px;
  text-align: end;
  position: relative;
  z-index: 1;
}

.testimonial-three__ostech__thumb__item {
  animation: leftRight 4s ease-in-out infinite;
}

.testimonial-three__ostech__thumb__item img {
  object-fit: cover;
}

.testimonial-three__ostech__thumb__shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation: scaleFooter 4s ease-in-out infinite;
}

.testimonial-three__right {
  margin-left: -30px;
}

.testimonial-three__item {
  background: var(--ostech-white, #fff);
  position: relative;
  padding: auto;
  padding: 40px 40px 44px;
}

.testimonial-three__item__star {
  font-size: 25px;
  color: var(--ostech-base, #FFAA17);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.testimonial-three__item__text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 210%;
  color: var(--ostech-text-gray, #999B9F);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .testimonial-three__item__text {
    font-size: 18px;
    line-height: 150%;
  }
}

.testimonial-three__item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-three__item__author__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--ostech-secondary, #232429);
  margin-bottom: 0;
}

.testimonial-three__item__author__deg {
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  display: block;
  margin-bottom: 0;
  color: var(--ostech-text, #686A6F);
}

.testimonial-three__item__quite {
  max-width: 54px;
  width: 100%;
  height: 54px;
  border-radius: 50%;
  background: var(--ostech-gray, #F4F5F8);
  font-size: 18px;
  color: var(--ostech-base, #FFAA17);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__carousel-thumb {
  margin-top: 25px;
  max-width: 345px;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-three__carousel-thumb .active.center .item {
  transform: translateY(30px);
  display: block;
}

.testimonial-three__carousel-thumb .active.center .item .testimonial-three__meta-thumb {
  border: 4px solid var(--ostech-base, #FFAA17);
  transform: scale(1.5);
}

.testimonial-three__meta-thumb {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.testimonial-three__meta-thumb img {
  object-fit: cover;
  width: 100%;
}

.testimonial-three__two {
  position: relative;
  z-index: 1;
}

.testimonial-three__two__shape {
  position: absolute;
  top: -25px;
  left: 15%;
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonial-three__two__shape {
    left: 0%;
  }

  .testimonial-three__two__shape img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  z-index: 1;
  background: var(--ostech-white, #fff);
}

.cta-two__item {
  padding: 40px;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .cta-two__item {
    padding: 30px;
    flex-direction: column;
  }
}

.cta-two__item__content {
  margin-top: -10px;
}

.cta-two__item__icon {
  max-width: 109px;
  width: 100%;
  height: 109px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ostech-white, #fff);
  font-size: 50px;
  background: var(--ostech-secondary, #232429);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .cta-two__item__icon {
    max-width: 80px;
    height: 80px;
    font-size: 40px;
  }
}

.cta-two__item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: uppercase;
  margin-bottom: 23px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .cta-two__item__title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .cta-two__item__title {
    font-size: 20px;
  }
}

.cta-two__item__btn {
  background: var(--ostech-gray, #F4F5F8);
}

.cta-two__item__shape {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: -1;
}

.cta-two__item:hover .cta-two__item__icon {
  background: var(--ostech-white, #fff);
  color: var(--ostech-secondary, #232429);
}

.cta-two__item:hover .cta-two__item__icon i {
  animation: bounceIn 1s linear;
}

.cta-three {
  position: relative;
  background: var(--ostech-white, #fff);
}

.cta-three__content {
  margin-top: -80px;
  background: var(--ostech-base, #FFAA17);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .cta-three__content {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cta-three__content {
    padding: 20px;
    margin-top: -20px;
    gap: 20px;
  }
}

.cta-three__content__left {
  display: flex;
  align-items: center;
  gap: 37px;
  width: 70%;
}

@media (max-width: 575px) {
  .cta-three__content__left {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
}

.cta-three__content__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--ostech-white, #fff);
}

.cta-three__content__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 133%;
  color: var(--ostech-text-dark, #222429);
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}

@media (max-width: 575px) {
  .cta-three__content__title {
    font-size: 25px;
  }
}

.cta-three__content__btn a::before,
.cta-three__content__btn a::after {
  background-color: var(--ostech-white, #fff);
}

.cta-three__content__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*--------------------------------------------------------------
# Benefit
--------------------------------------------------------------*/
.benefit-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.benefit-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ostech-secondary, #232429);
  z-index: -1;
}

.benefit-one__right {
  padding: 120px 0px 100px;
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .benefit-one__right {
    padding: 100px 0px 50px;
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .benefit-one__right {
    padding: 80px 0px 40px;
    margin-left: 0px;
  }
}

.benefit-one__thumb {
  position: absolute;
  width: 49%;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 1;
}

.benefit-one__thumb img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .benefit-one__thumb {
    position: relative;
    width: 100%;
  }

  .benefit-one__thumb img {
    width: 100%;
    object-fit: cover;
  }
}

.benefit-one__feature {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 37px;
}

@media (max-width: 575px) {
  .benefit-one__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.benefit-one__feature__item {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.benefit-one__feature__item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
}

.benefit-one__feature__item__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--ostech-black-rgb, 23, 23, 23), 0.9);
  z-index: 0;
}

.benefit-one__feature__item__content {
  position: relative;
  z-index: 1;
}

.benefit-one__feature__item__title {
  color: var(--ostech-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.benefit-one__feature__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.benefit-one__feature__item__title a:hover {
  background-size: 100% 1px;
}

.benefit-one__feature__item__text {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  padding-bottom: 0;
  margin-bottom: -3px;
}

.benefit-one__feature__item:hover .benefit-one__feature__icon {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-base, #FFAA17);
}

.benefit-one__feature__icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ostech-base, #FFAA17);
  font-size: 32px;
  color: var(--ostech-secondary, #232429);
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}

.benefit-one__list__item {
  color: var(--ostech-white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.benefit-one__list__item i {
  font-size: 16px;
  color: var(--ostech-base, #FFAA17);
  margin-right: 15px;
}

.benefit-one__list__item+.benefit-one__list__item {
  margin-top: 17px;
}

.benefit-one__bottom {
  padding: 57px 0px 55px 95px;
  position: relative;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .benefit-one__bottom {
    padding: 30px 0px 35px 35px;
  }
}

@media (max-width: 767px) {
  .benefit-one__bottom {
    padding: 30px 0px 35px 35px;
  }
}

.benefit-one__bottom__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .benefit-one__bottom__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .benefit-one__bottom__content {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.benefit-one__bottom__content .ostech-btn {
  padding: 15px 40px;
}

.benefit-one__bottom__content__text {
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 240%;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .benefit-one__bottom__content__text {
    margin-bottom: 20px;
  }
}

.benefit-one__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 200%;
  height: 100%;
  background: var(--ostech-white, #fff);
  z-index: -1;
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

.benefit-one__shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
  animation: scaleFooter 4s ease-in-out infinite;
}

@media (max-width: 990px) {
  .benefit-one__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}

.gallery-one--page {
  padding-top: 120px;
}

.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 span,
.gallery-one__filter__list li:hover span {
  background-color: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
}

.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--ostech-black, #171717);
}

.gallery-one__card img {
  transform: scale(1);
  max-width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.5);
  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: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ostech-base, #FFAA17);
  transition: all 0.5s ease-in-out;
}

.gallery-one__card__icon__item {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}

.gallery-one__card__icon__item::after,
.gallery-one__card__icon__item::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--ostech-secondary, #232429);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-one__card__icon__item::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-one__card__icon:hover {
  background: var(--ostech-base, #FFAA17);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  background-color: var(--ostech-white, #fff);
  padding: 30px 20px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sidebar__single--search {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.07);
}

@media (min-width: 1200px) {
  .sidebar__single {
    padding: 40px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  margin-top: -5px;
  margin-bottom: 29px;
  padding-bottom: 24px;
  color: var(--ostech-secondary, #232429);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
  border-bottom: 1px solid var(--ostech-base, #FFAA17);
}

.sidebar__search {
  position: relative;
  background-color: var(--ostech-gray, #F4F5F8);
  padding: 30px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--ostech-white, #fff);
  padding-left: 55px;
  padding-right: 20px;
  transition: all 500ms ease;
  border: none;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.sidebar__search input[type=search]::placeholder,
.sidebar__search input[type=text]::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  text-shadow: 0 0 0.1px currentColor;
}

.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: auto;
  font-size: 22px;
  color: var(--ostech-text, #686A6F);
  transition: all 0.4s ease-in-out;
}

.sidebar__search button[type=submit]:hover {
  color: var(--ostech-base, #FFAA17);
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts__item {
  display: flex;
  align-items: center;
}

.sidebar__posts__item:not(:last-of-type) {
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
  margin-bottom: 16px;
  padding-bottom: 17px;
}

.sidebar__posts__item:hover .sidebar__posts__image::after {
  width: 100%;
  right: auto;
  left: 0;
}

.sidebar__posts__item:hover .sidebar__posts__image img {
  transform: scale(1.3) rotate(-15deg);
}

.sidebar__posts__image {
  margin-right: 20px;
  overflow: hidden;
  max-width: 70px;
  width: 100%;
  height: 70px;
  position: relative;
}

.sidebar__posts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.sidebar__posts__image::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0%;
  left: auto;
  right: 0;
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.5);
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.sidebar__posts__title {
  margin-bottom: 0;
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.sidebar__posts__title a {
  text-shadow: 0 0 0 0.2 currentColor;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar__posts__title a:hover {
  color: var(--ostech-base, #FFAA17);
}

.sidebar__posts__meta {
  margin: 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sidebar__posts__meta a {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  transition: all 500ms ease;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.sidebar__posts__meta a:hover {
  color: var(--ostech-base, #FFAA17);
}

.sidebar__posts__meta a i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 10px;
}

.sidebar__categories {
  margin-bottom: -4px;
}

.sidebar__categories li:not(:last-of-type) {
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

.sidebar__categories li:first-child a {
  padding-top: 0;
}

.sidebar__categories li:last-child a {
  padding-bottom: 0 !important;
}

.sidebar__categories li a {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 0px;
  transition: all 500ms ease;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-shadow: 0 0 0 0.1 currentColor;
}

.sidebar__categories li a i {
  margin-right: 8px;
  color: var(--ostech-base, #FFAA17);
}

.sidebar__categories li a:hover {
  padding-left: 20px;
  color: var(--ostech-base, #FFAA17);
}

.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar__tags a {
  background: var(--ostech-gray, #F4F5F8);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 11px 15px;
  color: var(--ostech-text, #686A6F);
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
}

.sidebar__tags a:hover {
  color: var(--ostech-secondary, #232429);
  background-color: var(--ostech-base, #FFAA17);
}

.sidebar__comments {
  margin-bottom: -4px;
}

.sidebar__comments__item {
  display: flex;
  align-items: center;
}

.sidebar__comments__item:not(:last-of-type) {
  margin-bottom: 21px;
}

.sidebar__comments__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ostech-border-color, #DBDBDB);
  font-size: 20px;
  color: var(--ostech-text, #686A6F);
  margin-right: 14px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar__comments__item:hover .sidebar__comments__icon {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.sidebar__comments__title {
  color: var(--ostech-text, #686A6F);
  line-height: 185.714%;
  margin-bottom: 0px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.sidebar__comments__title a {
  color: inherit;
  transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
  color: var(--ostech-secondary, #232429);
}

@media (max-width: 991px) {
  .service-sidebar__single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-sidebar__single+.service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__title {
  position: relative;
  margin: 0;
  padding: 25px 30px;
  background-color: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 108.333%;
}

.service-sidebar__title::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -20px;
  left: 8%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--ostech-secondary, #232429);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .service-sidebar__title {
    font-size: 24px;
  }
}

.service-sidebar__nav {
  border-top: 0;
  margin-bottom: 0;
  padding: 40px 30px;
  background: var(--ostech-base, #FFAA17);
}

@media (max-width: 1200px) and (min-width: 992px) {
  .service-sidebar__nav {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .service-sidebar__nav {
    padding: 30px 20px;
  }
}

.service-sidebar__nav li a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: var(--ostech-white, #fff);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 14px 30px;
  margin-bottom: 10px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .service-sidebar__nav li a {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .service-sidebar__nav li a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .service-sidebar__nav li a i {
    font-size: 12px;
  }
}

.service-sidebar__nav li a::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: var(--ostech-secondary, #232429);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: all 500ms ease-in-out;
}

.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
  color: var(--ostech-white, #fff);
}

.service-sidebar__nav li.current a::after,
.service-sidebar__nav li:hover a::after {
  color: var(--ostech-secondary, #232429);
}

.service-sidebar__nav li.current a::before,
.service-sidebar__nav li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.service-sidebar__nav li:last-child a {
  margin-bottom: 0;
}

.service-sidebar__contact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 33px 30px 193px 30px;
  background-color: var(--ostech-secondary, #232429);
}

.service-sidebar__contact-title {
  margin-top: -5px;
  max-width: 202px;
  margin-bottom: 40px;
  color: var(--ostech-white, #fff);
  font-size: 25px;
  font-weight: 700;
  line-height: 133.333%;
}

@media (min-width: 992px) {
  .service-sidebar__contact-title {
    font-size: 30px;
  }
}

.service-sidebar__contact-btn .ostech-btn {
  padding: 7.5px 30px;
  color: var(--ostech-text-dark, #222429);
  background: var(--ostech-base, #FFAA17);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

.service-sidebar__contact-btn .ostech-btn::after,
.service-sidebar__contact-btn .ostech-btn::before {
  background: var(--ostech-white, #fff);
}

.service-sidebar__contact-btn .ostech-btn:hover {
  color: var(--ostech-text-dark, #222429);
}

.service-sidebar__contact-image,
.service-sidebar__contact-angle {
  bottom: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  z-index: -2;
}

.service-sidebar__contact-image {
  right: 0;
  left: auto;
  z-index: -1;
}

.service-sidebar__contact-image img {
  max-height: 320px;
  width: auto;
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__tags__title {
  margin: 0;
  margin-top: -4px;
  margin-bottom: -2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--ostech-text-dark, #222429);
}

@media (min-width: 768px) {
  .blog-details__tags__title {
    font-size: 20px;
  }
}

.blog-details__tags .sidebar__tags button {
  padding: 11px 16px;
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.blog-details__tags .sidebar__tags button:hover {
  color: var(--ostech-white, #fff);
}

.blog-details__tags .sidebar__tags2 a {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-details__tags .sidebar__tags2 a:hover {
  color: var(--ostech-base, #FFAA17);
}

.blog-card__two {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.blog-card__two__content {
  padding-top: 30px;
}

.blog-card__two__date {
  width: 74px;
  height: auto;
  background-color: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 14px 20px 16px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  flex-direction: column;
  color: var(--ostech-text-dark, #222429);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.blog-card__two__date span {
  margin-top: -2px;
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.blog-card__two__meta {
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.blog-card__two__meta li:not(:first-child)::before {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
  color: #6D7076;
  opacity: 0.5;
}

.blog-card__two__meta li a {
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 600;
  line-height: 214.286%;
  text-transform: capitalize;
}

.blog-card__two__meta li a i {
  font-size: 15px;
  color: var(--ostech-base, #FFAA17);
  margin-right: 5px;
}

.blog-card__two__meta li a:hover {
  color: var(--ostech-base, #FFAA17);
}

.blog-card__two__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.blog-card__two__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.blog-card__two__text+.blog-card__two__text {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .comments-one {
    margin-top: 50px;
  }
}

.comments-one__title {
  margin: 0;
  font-size: 25px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: var(--ostech-text-dark, #222429);
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 992px) {
  .comments-one__title {
    font-size: 30px;
  }
}

.comments-one__list {
  margin: 0;
  margin-top: 35px;
}

.comments-one__card {
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .comments-one__card {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .comments-one__card:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .comments-one__card__image {
    margin-right: 30px;
  }
}

.comments-one__card__image img {
  border-radius: 50%;
}

.comments-one__card__title {
  margin: 0;
  color: var(--ostech-text-dark, #222429);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .comments-one__card__title {
    font-size: 18px;
  }
}

.comments-one__card__text {
  margin: 0;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  max-width: 560px;
}

@media (min-width: 768px) {
  .comments-one__card__text {
    margin-bottom: 0;
  }
}

.comments-one__card__btn {
  margin-top: 22px;
}

.comments-one__card__reply {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 21.5px;
  background: var(--ostech-gray, #F4F5F8);
}

.comments-one__card__content {
  position: relative;
}

.comments-form {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .comments-form {
    margin-top: 55px;
  }
}

.comments-form__title {
  margin: 0;
  font-size: 25px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: var(--ostech-text-dark, #222429);
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 992px) {
  .comments-form__title {
    font-size: 30px;
  }
}

.comments-form__form {
  margin-top: 45px;
}

.comments-form input::placeholder,
.comments-form textarea::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}

.product__sidebar {
  position: relative;
}

.product__sidebar--title {
  position: relative;
  margin-top: -5px;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 23px;
}

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

.product__sidebar__search input[type=search],
.product__sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  padding-left: 60px;
  padding-right: 30px;
  transition: all 500ms ease;
  border: none;
}

.product__sidebar__search input[type=search]:focus,
.product__sidebar__search input[type=text]:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.product__sidebar__search input[type=search]::placeholder,
.product__sidebar__search input[type=text]::placeholder {
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

.product__sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 22px;
  color: var(--ostech-text-dark, #222429);
}

.product__price-ranger {
  background-color: var(--ostech-white, #fff);
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  padding: 30px;
  margin-bottom: 30px;
}

.product__price-ranger #slider-range {
  margin: 15px 0 23px 0px;
  background: var(--ostech-gray, #F4F5F8);
  border: none;
  height: 7px;
  border-radius: 20px;
  position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--ostech-base, #FFAA17);
}

.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--ostech-base, #FFAA17);
  border: 0;
  height: 16px;
  width: 16px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 0px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--ostech-text, #686A6F);
  width: 45px;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 700;
  left: -2px;
}

.product__price-ranger .ranger-min-max-block button[type=submit] {
  position: relative;
  display: block;
  float: right;
  text-align: center;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 0px 16px;
  height: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 185.714%;
  text-transform: capitalize;
  z-index: 1;
  color: var(--ostech-text, #686A6F);
  background: var(--ostech-gray, #F4F5F8);
}

.product__price-ranger .ranger-min-max-block button[type=submit]:hover {
  color: var(--ostech-white, #fff);
}

.product__categories {
  margin-bottom: -4px;
  background-color: var(--ostech-white, #fff);
  padding: 30px 30px 23px 30px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.product__categories__title {
  margin: 0;
  margin-top: -5px;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--ostech-base, #FFAA17);
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.product__categories ul {
  margin-bottom: 0;
}

.product__categories ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

.product__categories ul li:first-child a {
  padding-top: 0;
}

.product__categories ul li:last-child a {
  padding-bottom: 0 !important;
}

.product__categories ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 14.44px 0px;
  transition: all 500ms ease;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.product__categories ul li a i {
  font-size: 12px;
  margin-right: 8px;
  color: var(--ostech-base, #FFAA17);
}

.product__categories ul li a:hover {
  padding-left: 20px;
  background-color: var(--ostech-white, #fff);
  color: var(--ostech-base, #FFAA17);
}

.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product__info-top {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-top: 40px;
  }
}

.product__showing-text {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: var(--ostech-text-dark, #222429);
}

.product__showing-sort {
  margin: 0;
  font-size: 18px;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 270px !important;
}

@media (max-width: 360px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 270px !important;
  }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 64px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--ostech-gray, #F4F5F8) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--ostech-text, #686A6F) !important;
  line-height: 64px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  font-size: 16px;
  font-weight: 600;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--ostech-base, #FFAA17);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--ostech-text, #686A6F);
  background-color: var(--ostech-gray, #F4F5F8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
  border-color: var(--ostech-secondary, #232429);
}

.product__item {
  position: relative;
  background-color: var(--ostech-white, #fff);
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  transition: all 500ms ease;
}

.product__item:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--ostech-base, #FFAA17);
}

.product__item__img {
  background-color: var(--ostech-white, #fff);
  position: relative;
  overflow: hidden;
}

.product__item__img__item {
  max-width: 228px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product__item__img__item img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}

.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--ostech-gray, #F4F5F8);
  border-radius: 50%;
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

.product__item__btn a:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.product__item__btn a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn a+a {
  margin-top: 12px;
}

.product__item:hover .product__item__img img {
  transform: scale(1.05);
}

.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.product__item__content {
  position: relative;
  text-align: center;
  padding: 20px 20px 40px 20px;
}

.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--ostech-base, #FFAA17);
  letter-spacing: 4px;
  margin-bottom: 25px;
}

.product__item__title {
  margin: 0;
  margin-bottom: 10px;
  color: var(--ostech-secondary, #232429);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  text-shadow: 0 0 0.1px currentColor;
}

.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.product__item__title a:hover {
  background-size: 100% 1px;
}

.product__item__title a:hover {
  color: var(--ostech-base, #FFAA17);
}

.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--ostech-text, #686A6F);
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}

.product__item__price del {
  margin-left: 7px;
}

.product__item__link {
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 185.714%;
  padding: 7px 32px;
  text-transform: none;
  background: var(--ostech-gray, #F4F5F8);
}

.product__item__link::before,
.product__item__link::after {
  background: var(--ostech-base, #FFAA17);
}

.product__item__link:hover {
  color: var(--ostech-text-dark, #222429);
}

.product-one {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .product-one {
    padding: 80px 0;
  }
}

.product-one--page {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .product-one--page {
    padding-top: 60px;
  }
}

.product-one--home {
  position: relative;
  padding: 0 0 90px;
}

@media (max-width: 767px) {
  .product-one--home {
    padding-bottom: 50px;
  }
}

.product-one--home .sec-title {
  text-align: center;
}

.product-one--home .product__item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .product-one__carousel .owl-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .product-details {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .product-details {
    padding: 80px 0;
  }
}

.product-details__img {
  background-color: var(--ostech-white, #fff);
  position: relative;
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  max-width: 570px;
  height: auto;
}

.product-details__img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.product-details__content {
  position: relative;
  margin-top: -10px;
}

@media (max-width: 991px) {
  .product-details__content {
    margin-top: 50px;
  }
}

.product-details__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.product-details__title {
  margin-top: 5px;
  font-size: 25px;
  line-height: normal;
  color: var(--ostech-text-dark, #222429);
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .product-details__title {
    font-size: 30px;
  }
}

.product-details__price {
  margin: 0 0 0 17px;
  color: var(--ostech-base, #FFAA17);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 17px;
  color: var(--ostech-base, #FFAA17);
}

.product-details__review a {
  display: inline-block;
  margin-left: 20px;
  transition: all 500ms ease;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.product-details__review a:hover {
  color: var(--ostech-base, #FFAA17);
}

.product-details__divider {
  width: 100%;
  height: 1px;
  background-color: var(--ostech-border-color, #DBDBDB);
  margin: 32px 0 20px 0;
}

.product-details__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}

.product-details__excerpt-text1 {
  margin: 0 0 17px;
  max-width: 514px;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
}

.product-details__excerpt-text2 {
  color: var(--ostech-text, #686A6F);
  margin-bottom: 37px;
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 767px) {
  .product-details__excerpt-text2 br {
    display: block;
  }
}

.product-details__excerpt-text2 span {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  color: var(--ostech-base, #FFAA17);
  text-transform: capitalize;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__quantity-title {
  margin: 0;
  margin-right: 35px;
  color: var(--ostech-text-dark, #222429);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: auto;
  height: 46px;
  display: flex;
}

.product-details__quantity .quantity-box input {
  width: 45px;
  height: 46px;
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  appearance: textfield;
  color: var(--ostech-text-dark, #222429);
  padding-left: 15px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}

.product-details__quantity .quantity-box button {
  width: 45px;
  height: auto;
  color: var(--ostech-text, #686A6F);
  font-size: 13px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box button:hover,
.product-details__quantity .quantity-box button:focus,
.product-details__quantity .quantity-box button:active {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  border-left: 1px solid var(--ostech-border-color, #DBDBDB);
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

.product-details__quantity .quantity-box button.add {
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  border-right: 1px solid var(--ostech-border-color, #DBDBDB);
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

.product-details__quantity .quantity-box button:hover {
  color: var(--ostech-white, #fff);
}

.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0px 0;
}

.product-details__buttons a {
  color: var(--ostech-white, #fff);
}

@media (max-width: 768px) {
  .product-details__buttons a {
    padding: 16.55px 35px;
  }
}

.product-details__buttons a:hover {
  color: var(--ostech-secondary, #232429);
}

.product-details__buttons a:last-child {
  color: var(--ostech-secondary, #232429);
}

.product-details__buttons a:last-child:hover {
  color: var(--ostech-white, #fff);
}

.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 40px;
}

.product-details__socials__title {
  display: flex;
  margin-bottom: 0;
  color: var(--ostech-text-dark, #222429);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}

.product-details__socials__item {
  display: flex;
  gap: 20px;
}

.product-details__socials__item a {
  display: inline;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ostech-gray, #F4F5F8);
  font-size: 12px;
  color: var(--ostech-secondary, #232429);
  transition: all 500ms ease;
  border-radius: 50%;
}

.product-details__socials__item a:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.product-details__description {
  position: relative;
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .product-details__description {
    margin: 50px 0 0;
  }
}

.product-details__description__title {
  margin-bottom: 22px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.product-details__description__text {
  color: var(--ostech-text, #686A6F);
  line-height: 187.5%;
  font-size: 16px;
  font-weight: 600;
}

.product-details__description__lists {
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 0;
}

.product-details__description__lists li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: var(--ostech-text-dark, #222429);
}

.product-details__description__lists li i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 5px;
}

.product-details__description__lists li+li {
  margin-top: 13px;
}

.product-details__comment {
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  margin: 30px 0 0;
  padding: 30px 0 0;
  position: relative;
}

@media (min-width: 768px) {
  .product-details__comment {
    margin: 44px 0 0;
    padding: 43px 0 0;
  }
}

.product-details__review-title {
  margin-bottom: 35px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.product-details__comment-box {
  position: relative;
  padding: 11px 0 52px 200px;
  margin-bottom: 45px;
  min-height: 166px;
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
}

@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.product-details__comment-box__thumb {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}

@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}

.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-details__comment-box__meta {
  margin: 0 0 20px;
  color: var(--ostech-text-dark, #222429);
  font-size: 24px;
  font-weight: 700;
  line-height: 108.333%;
}

.product-details__comment-box__date {
  margin-left: 20px;
  display: inline-block;
  text-transform: inherit;
  letter-spacing: 0;
  color: var(--ostech-base, #FFAA17);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
}

.product-details__comment-box__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 17px;
  color: var(--ostech-base, #FFAA17);
}

@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}

.product-details__form {
  position: relative;
}

.product-details__form .row {
  --bs-gutter-x: 20px;
}

.product-details__form-title {
  margin-bottom: 18px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 25px;
  color: var(--ostech-secondary, #232429);
  margin: 0 0 40px;
}

.product-details__form-ratings i {
  color: var(--ostech-base, #FFAA17);
  font-size: 500;
}

.product-details__form-ratings__label {
  display: inline-block;
  letter-spacing: 0;
  color: var(--ostech-text, #686A6F);
  margin: 0 17px 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.product-details__form__form {
  margin-top: 0;
}

.product-details__form__form .form-one__control input,
.product-details__form__form .form-one__control textarea {
  background: var(--ostech-gray, #F4F5F8);
}

.product-details__form__form .form-one__control input::placeholder,
.product-details__form__form .form-one__control textarea::placeholder {
  color: var(--ostech-text, #686A6F);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .cart-page {
    padding: 80px 0;
  }
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}

.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}

@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}

.cart-page__table thead tr th {
  padding: 0 0 24px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB) !important;
  box-shadow: none;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.cart-page__table thead tr th:last-child {
  text-align: right;
}

.cart-page__table tbody tr td {
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
  padding: 30px 0;
  letter-spacing: 0;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 500;
  line-height: 235%;
}

.cart-page__table tbody tr td:last-child {
  text-align: right;
}

.cart-page__table__meta {
  display: flex;
  align-items: center;
}

.cart-page__table__meta-img {
  width: 109px;
  height: 107px;
  background-color: var(--ostech-white, #fff);
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  margin-right: 40px;
}

.cart-page__table__meta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.cart-page__table__meta-title {
  margin: 0;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 235%;
}

.cart-page__table__meta-title a {
  color: inherit;
}

.cart-page__table__meta-title a:hover {
  color: var(--ostech-base, #FFAA17);
}

.cart-page__table__remove {
  display: block;
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
}

.cart-page__table__remove:hover {
  color: var(--ostech-base, #FFAA17);
}

.cart-page__coupone-form {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .cart-page__coupone-form {
    display: block;
  }
}

.cart-page__coupone-form input[type=text] {
  height: 56px;
  width: 303px;
  border: none;
  background-color: var(--ostech-gray, #F4F5F8);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--ostech-text, #686A6F);
  display: block;
  font-weight: 600;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .cart-page__coupone-form input[type=text] {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .cart-page__coupone-form input[type=text] {
    width: 100%;
    margin: 0 0 10px;
  }
}

.cart-page__cart-total {
  position: relative;
  text-align: right;
  margin: -8px 0 24px;
  padding: 0;
}

@media (max-width: 991px) {
  .cart-page__cart-total {
    text-align: left;
    margin-top: 45px;
  }
}

.cart-page__cart-total li {
  display: block;
  font-size: 20px;
  color: var(--ostech-black, #171717);
  font-weight: 700;
  margin: 0 0 0px;
}

@media (max-width: 991px) {
  .cart-page__cart-total li span {
    display: inline-block;
    min-width: 172px;
  }
}

.cart-page__cart-total li:last-child {
  margin-top: 10px;
  padding-top: 15px;
  position: relative;
}

.cart-page__cart-total li:last-child::after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  right: 0;
  background: var(--ostech-border-color, #DBDBDB);
}

.cart-page__cart-total-amount {
  color: var(--ostech-text, #686A6F);
  text-transform: inherit;
  display: inline-block;
  min-width: 220px;
  font-size: 20px;
  font-weight: 600;
  line-height: 235%;
}

.cart-page__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 991px) {
  .cart-page__buttons {
    justify-content: flex-start;
  }
}

.cart-page__buttons .ostech-btn--secondary {
  color: var(--ostech-white, #fff);
}

.cart-page__buttons .ostech-btn--secondary:hover {
  color: var(--ostech-secondary, #232429);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding: 120px 0;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .checkout-page {
    padding: 100px 0;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .checkout-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}

.checkout-page__notice {
  max-width: 570px;
  margin: 0 0 35px;
  padding: 34px 50px;
  background: var(--ostech-gray, #F4F5F8);
  color: var(--ostech-text-dark, #222429);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.checkout-page__notice a {
  color: var(--ostech-base, #FFAA17);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.checkout-page__notice a:hover {
  background-size: 100% 1px;
}

.checkout-page__billing-address {
  position: relative;
}

.checkout-page__billing-address__title {
  margin: 0 0 34px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .checkout-page__billing-address__title {
    font-size: 28px;
  }
}

.checkout-page__shipping-address {
  position: relative;
}

@media (max-width: 991px) {
  .checkout-page__shipping-address {
    margin: 50px 0 0;
  }
}

.checkout-page__shipping-address__title {
  margin: 0 0 34px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .checkout-page__shipping-address__title {
    font-size: 28px;
  }
}

.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}

.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--ostech-gray, #F4F5F8);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  display: block;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.checkout-page__input-box input[type=text]::placeholder,
.checkout-page__input-box input[type=email]::placeholder,
.checkout-page__input-box input[type=tel]::placeholder,
.checkout-page__input-box textarea::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--ostech-font, "Barlow", sans-serif);
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 58px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--ostech-border-color, #DBDBDB) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--ostech-text, #686A6F) !important;
  font-size: 14px;
  line-height: 58px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 12px;
  color: var(--ostech-text, #686A6F);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  color: var(--ostech-text, #686A6F);
  background-color: var(--ostech-border-color, #DBDBDB);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-white, #fff);
  border-color: var(--ostech-base, #FFAA17);
}

.checkout-page__input-box textarea {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 176px;
  width: 100%;
  background-color: var(--ostech-gray, #F4F5F8);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}

.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--ostech-text, #686A6F);
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}

.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 20px;
  display: inline-block;
  color: var(--ostech-white, #fff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__check-box input[type=checkbox]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--ostech-base, #FFAA17);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__details {
  margin-top: 25px;
  margin-bottom: 60px;
}

.checkout-page__details__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-shadow: 0 0 0.1px currentColor;
}

.checkout-page__details__check-box input[type=checkbox] {
  display: none;
}

.checkout-page__details__check-box label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--ostech-text, #686A6F);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.checkout-page__details__check-box label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: var(--ostech-base, #FFAA17);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 300ms ease;
}

.checkout-page__details__check-box label span::before {
  content: "\f00c";
  color: var(--ostech-secondary, #232429);
  position: absolute;
  top: 4px;
  left: 6px;
  line-height: 15px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checkout-page__details__check-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.checkout-page__your-order {
  position: relative;
}

.checkout-page__your-order__title {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .checkout-page__your-order__title {
    font-size: 28px;
  }
}

.checkout-page__your-order .nionx-btn {
  padding: 19px 38px;
}

.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
  color: var(--ostech-base, #FFAA17);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 235%;
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
  font-weight: bold;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 235%;
}

.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}

.checkout-page__order-table tbody tr td {
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 0 0 24px;
  border: none;
}

.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}

.checkout-page__order-table .pro__price {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 20px;
  font-weight: 600;
}

.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}

.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
}

.checkout-page__order-table tbody tr:last-child td.pro__price {
  color: var(--ostech-text-dark, #222429);
  font-weight: 700;
}

.checkout-page__payment {
  background-color: var(--ostech-gray, #F4F5F8);
  padding: 40px 45px 17px;
  min-height: 295px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .checkout-page__payment {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  display: flex;
  font-size: 20px;
  margin: 0;
  align-items: center;
  margin-bottom: 28px;
  cursor: pointer;
  font-weight: 700;
}

.checkout-page__payment__title::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--ostech-white, #fff);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.checkout-page__payment__title img {
  margin-left: 15px;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  background-color: var(--ostech-base, #FFAA17);
  border-color: var(--ostech-base, #FFAA17);
  content: "\f00c";
  color: var(--ostech-secondary, #232429);
}

.checkout-page__payment__content {
  margin-left: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .login-page {
    padding: 80px 0;
  }
}

.login-page__inner {
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  background: var(--ostech-white, #fff);
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .login-page__inner {
    padding: 57px 40px 57px;
  }
}

.login-page__info {
  background-color: var(--ostech-secondary, #232429);
  padding: 35.5px 50px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .login-page__info {
    margin-bottom: 30px;
    padding: 15px 30px;
  }

  .login-page__info p {
    font-size: 16px;
  }
}

.login-page__info p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  color: var(--ostech-white, #fff);
}

.login-page__info p span {
  font-weight: 700;
}

.login-page__info p a {
  line-height: normal;
  font-weight: 700;
  display: inline-block;
  color: var(--ostech-base, #FFAA17);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.login-page__info p a:hover {
  background-size: 100% 1px;
}

.login-page__wrap {
  position: relative;
}

.login-page__wrap__title {
  margin-top: -5px;
  margin-bottom: 30px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login-page__wrap .form__border {
  display: none;
}

@media (min-width: 992px) {
  .login-page__wrap .form__border {
    display: block;
  }
}

.login-page__wrap .form__border::after {
  display: none;
  position: absolute;
  top: 0;
  right: -47px;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--ostech-border-color, #DBDBDB);
}

@media (min-width: 992px) {
  .login-page__wrap .form__border::after {
    display: block;
  }
}

@media (max-width: 992px) {
  .login-page .register-page__wrap {
    margin-top: 50px;
  }
}

.login-page__form {
  position: relative;
  display: block;
}

.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--ostech-gray, #F4F5F8);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.login-page__form-input-box input[type=email]::placeholder,
.login-page__form-input-box input[type=password]::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.login-page__checked-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .login-page__checked-box {
    display: block;
  }
}

.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  text-transform: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.login-page__checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  border-bottom: 2px solid var(--ostech-text, #686A6F);
  border-right: 2px solid var(--ostech-text, #686A6F);
  content: "";
  width: 7px;
  height: 10px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.login-page__checked-box input[type=checkbox] {
  display: none;
}

.login-page__checked-box input[type=checkbox]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid var(--ostech-border-color, #DBDBDB);
}

.login-page__checked-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.login-page__form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login-page__form-btn-box .nionx-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 19px 40px;
}

.login-page__form-forgot-password {
  position: relative;
  display: block;
  margin-left: 0px;
  flex: 0 0 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .login-page__form-forgot-password {
    margin-left: 20px;
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.login-page__form-forgot-password a {
  color: var(--ostech-text, #686A6F);
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}

.login-page__form-forgot-password a:hover {
  color: var(--ostech-text, #686A6F);
}

.gutter-x-94 {
  --bs-gutter-x: 94px;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0px;
}

@media (min-width: 768px) {
  .error-404 {
    padding: 100px 0px;
  }
}

@media (min-width: 992px) {
  .error-404 {
    padding: 120px 0px;
  }
}

.error-404__img {
  margin-bottom: 90px;
}

.error-404__img__item {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.error-404__img__item img {
  object-fit: cover;
  width: 100%;
  animation: moveHorizontal 2.5s linear infinite;
}

.error-404__sub-title {
  position: relative;
  display: inline-block;
  color: var(--ostech-text-dark, #222429);
  font-size: 40px;
  font-weight: 700;
  line-height: 65%;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .error-404__sub-title {
    line-height: normal;
  }
}

.error-404__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
}

.error-404__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 38px;
  width: 100%;
  max-width: 550px;
}

.error-404__search input[type=text] {
  border: none;
  outline: none;
  display: block;
  background-color: var(--ostech-gray, #F4F5F8);
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  max-width: 496px;
  padding-left: 69px;
  height: 60px;
}

.error-404__search input[type=text]::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

.error-404__search__btn {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--ostech-text, #686A6F);
  position: absolute;
  top: 50%;
  font-weight: 700;
  left: 60px;
  transform: translateY(-50%);
  font-size: 20px;
}

@media (max-width: 575px) {
  .error-404__search__btn {
    left: 30px;
  }
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-page__accordion .accrodion {
  border: 1px solid var(--ostech-border-color, #DBDBDB);
}

.faq-page__accordion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-page__accordion .accrodion-title {
  padding: 25px 30px 18px 30px;
  padding-right: 65px;
  cursor: pointer;
}

.faq-page__accordion .accrodion-title__text {
  position: relative;
  color: var(--ostech-text-dark, #222429);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq-page__accordion .accrodion-title__icon {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: -35px;
  border-radius: 50%;
  background: var(--ostech-gray, #F4F5F8);
  transform: translateY(-50%);
}

.faq-page__accordion .accrodion-title__icon::after,
.faq-page__accordion .accrodion-title__icon::before {
  width: 2.555555px;
  height: 12px;
  position: absolute;
  background-color: var(--ostech-secondary, #232429);
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-page__accordion .accrodion-title__icon::after {
  width: 12px;
  height: 2px;
}

.faq-page__accordion .active .accrodion-title__icon {
  background-color: var(--ostech-base, #FFAA17);
}

.faq-page__accordion .active .accrodion-title__icon::after,
.faq-page__accordion .active .accrodion-title__icon::before {
  opacity: 0;
}

.faq-page__accordion .active .accrodion-title__icon::after {
  opacity: 1;
}

.faq-page__accordion .accrodion-content .inner {
  padding: 3px 54px 22px 30px;
  margin-top: -3px;
}

.faq-page__accordion .accrodion-content p {
  color: var(--ostech-text, #686A6F);
  padding-bottom: 0;
  margin-bottom: -2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  max-width: 678px;
  width: 100%;
}

.faq-page {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .faq-page {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .faq-page {
    padding: 80px 0px;
  }
}

.faq-page__thumb img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .faq-page .sec-title {
    padding-bottom: 20px;
  }
}

.faq-page__search {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 991px) {
  .faq-page__search {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.faq-page__search__item {
  position: relative;
  background-color: var(--ostech-gray, #F4F5F8);
}

.faq-page__search__item input[type=search],
.faq-page__search__item input[type=text] {
  outline: none;
  width: 100%;
  height: 60px;
  background-color: var(--ostech-gray, #F4F5F8);
  padding-left: 55px;
  padding-right: 20px;
  transition: all 500ms ease;
  border: none;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.faq-page__search__item input[type=search]:focus,
.faq-page__search__item input[type=text]:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.faq-page__search__item input[type=search]::placeholder,
.faq-page__search__item input[type=text]::placeholder {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.faq-page__search__item button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: auto;
  font-size: 18px;
  line-height: 1;
  color: var(--ostech-text, #686A6F);
  transition: all 0.4s ease-in-out;
}

.faq-page__search__item button[type=submit]:hover {
  color: var(--ostech-base, #FFAA17);
}

.faq-contact__inner {
  display: flex;
  align-items: center;
  background: var(--ostech-secondary, #232429);
}

@media (max-width: 991px) {
  .faq-contact__inner {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

.faq-contact__inner__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 40px;
  width: 100%;
}

@media (max-width: 575px) {
  .faq-contact__inner__item {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .faq-contact__inner__item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.faq-contact__inner__item__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--ostech-text-dark, #222429);
  transition: all 0.4s ease-in-out;
}

.faq-contact__inner__item:not(:first-of-type) {
  border-left: 1px solid rgba(var(--ostech-border-color-rgb, 219, 219, 219), 0.2);
}

@media (max-width: 991px) {
  .faq-contact__inner__item:not(:first-of-type) {
    border-left: 0px solid rgba(var(--ostech-border-color-rgb, 219, 219, 219), 0.2);
    border-top: 1px solid rgba(var(--ostech-border-color-rgb, 219, 219, 219), 0.2);
  }
}

.faq-contact__inner__item__subtitle {
  color: var(--ostech-white, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 147.917%;
  text-transform: capitalize;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .faq-contact__inner__item__subtitle {
    font-size: 20px;
  }
}

.faq-contact__inner__item__contact {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 197.222%;
}

.faq-contact__inner__item__contact a {
  color: var(--ostech-white, #fff);
  font-weight: 600;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.faq-contact__inner__item__contact a:hover {
  background-size: 100% 1px;
}

.faq-contact__inner__item__contact a:hover {
  color: var(--ostech-base, #FFAA17);
}

.faq-contact__inner__item:hover .faq-contact__inner__item__icon {
  background: var(--ostech-white, #fff);
  color: var(--ostech-base, #FFAA17);
}

.faq-contact__inner__item:hover .faq-contact__inner__item__icon i {
  animation: bounceIn 1s linear;
}

.faqs-two {
  padding: 150px 0px 0px;
}

@media (max-width: 1199px) {
  .faqs-two {
    padding: 120px 0px 0px;
  }
}

@media (max-width: 991px) {
  .faqs-two {
    padding: 100px 0px 0px;
  }
}

@media (max-width: 767px) {
  .faqs-two {
    padding: 80px 0px 0px;
  }
}

.faqs-two__left {
  margin-top: 30px;
}

.faqs-two__left .faq-page__accordion .accrodion-content .inner {
  padding-right: 40px;
}

.faqs-two__right {
  position: relative;
  z-index: 1;
}

.faqs-two__item__funfact__item {
  position: absolute;
  top: -35px;
  right: 0;
  background: var(--ostech-base, #FFAA17);
  padding: 30px 50px;
  display: inline-block;
}

.faqs-two__item__funfact__item__count {
  margin-top: -30px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 263%;
  color: var(--ostech-text-dark, #222429);
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  padding-bottom: 0;
}

.faqs-two__item__funfact__item__text {
  margin-top: -20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 235%;
  color: var(--ostech-text-dark, #222429);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faqs-two__item__funfact__item::after {
  content: "";
  width: 62px;
  height: 37px;
  position: absolute;
  top: 0;
  left: -61.5px;
  background: var(--ostech-secondary, #232429);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.faqs-two__thumb {
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .faqs-two__thumb {
    margin-top: 50px;
  }

  .faqs-two__thumb img {
    object-fit: cover;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  background: var(--ostech-gray, #F4F5F8);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .package-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.package-card:hover {
  background: var(--ostech-white, #fff);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}

.package-card__head {
  position: relative;
  z-index: 1;
  background: var(--ostech-secondary, #232429);
  padding: 30px 40px;
  transition: all 0.4s ease-in-out;
}

.package-card__head::after {
  position: absolute;
  content: "";
  width: 106px;
  height: 150px;
  top: 0;
  right: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106 149"> <path d="M6.513e-06 -4.63341e-06C80.9133 6.80528 101.76 99.6915 106 149L106 0L6.513e-06 -4.63341e-06Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106 149"> <path d="M6.513e-06 -4.63341e-06C80.9133 6.80528 101.76 99.6915 106 149L106 0L6.513e-06 -4.63341e-06Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background: var(--ostech-base, #FFAA17);
  transition: all 0.4s ease-in-out;
}

.package-card__head__top {
  top: -18px;
  left: 40px 1px;
  position: absolute;
  color: var(--ostech-secondary, #232429);
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  text-transform: capitalize;
  background: var(--ostech-base, #FFAA17);
  display: inline-block;
  padding: 0px 20px;
  transition: all 0.4s ease-in-out;
}

.package-card__head__top::after {
  content: "";
  left: -16.5px;
  position: absolute;
  top: 0px;
  width: 18px;
  height: 19px;
  background: var(--ostech-base, #FFAA17);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}

.package-card__head__box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.package-card__head__title {
  margin-top: -4px;
  color: var(--ostech-white, #fff);
  font-size: 30px;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.package-card__head__price {
  color: var(--ostech-white, #fff);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.package-card__head .sup {
  font-size: 20px;
  letter-spacing: -0.4px;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.package-card__head .sub {
  color: var(--ostech-white, #fff);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.package-card__head__month {
  margin-top: -10px;
  color: var(--ostech-white, #fff);
  font-size: 20px;
  font-weight: 400;
  line-height: 235%;
  letter-spacing: -0.4px;
  margin-bottom: -4px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
  text-shadow: 0 0 0.1px currentColor;
}

.package-card__content {
  padding: 35px 40px 40px;
}

.package-card__content__list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.package-card__content__list__item {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  text-shadow: 0 0 0.1px currentColor;
}

.package-card__content__list__item i {
  font-size: 16px;
  color: var(--ostech-base, #FFAA17);
  margin-right: 10px;
}

.package-card__content__list__item+.package-card__content__list__item {
  margin-top: 18px;
}

.package-card__content__link {
  margin-top: 35px;
  color: var(--ostech-white, #fff);
}

.package-card__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.package-card:hover .package-card__head {
  background: var(--ostech-base, #FFAA17);
}

.package-card:hover .package-card__head::after {
  background: var(--ostech-secondary, #232429);
}

.package-card:hover .package-card__head__top {
  color: var(--ostech-base, #FFAA17);
  background: var(--ostech-secondary, #232429);
}

.package-card:hover .package-card__head__title {
  color: var(--ostech-text-dark, #222429);
}

.package-card:hover .package-card__head__price {
  color: var(--ostech-text-dark, #222429);
}

.package-card:hover .package-card__head .sup {
  color: var(--ostech-text-dark, #222429);
}

.package-card:hover .package-card__head .sub {
  color: var(--ostech-text-dark, #222429);
}

.package-card:hover .package-card__head__month {
  color: var(--ostech-text-dark, #222429);
}

.price-page__inner__btn {
  background-color: var(--ostech-gray, #F4F5F8);
  color: var(--ostech-text-dark, #222429);
}

.price-page__inner__btn.active-btn,
.price-page__inner__btn:hover {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.price-page__inner__btn.active-btn::before,
.price-page__inner__btn.active-btn::after,
.price-page__inner__btn:hover::before,
.price-page__inner__btn:hover::after {
  background: var(--ostech-base, #FFAA17);
}

.price-page__inner__filter {
  margin-top: 5px;
  margin-bottom: 78px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 767px) {
  .price-page__inner__filter {
    margin-bottom: 40px;
  }
}

.package-page {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .package-page {
    padding: 80px 0;
  }
}

.package-page--carousel {
  padding-top: 140px;
}

.package-page--two .sec-title {
  padding-bottom: 70px;
}

/*--------------------------------------------------------------
# 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 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 change-background {
  0% {
    fill: var(--ostech-base, #FFAA17);
  }

  50% {
    fill: var(--ostech-gray, #F4F5F8);
  }

  100% {
    fill: var(--ostech-base, #FFAA17);
  }
}

@keyframes bounceIn {

  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 iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes scaleFooter {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@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);
  }
}

/*--------------------------------------------------------------
# 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(--ostech-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(--ostech-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(--ostech-black, #171717);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--ostech-secondary, #232429);
  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(--ostech-white, #fff);
  cursor: pointer;
}

.mobile-nav__close:hover {
  color: var(--ostech-base, #FFAA17);
}

.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(--ostech-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(--ostech-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(--ostech-white, #fff);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--ostech-base, #FFAA17);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--ostech-base, #FFAA17);
  border: none;
  outline: none;
  color: var(--ostech-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(--ostech-white, #fff);
  color: var(--ostech-black, #171717);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--ostech-white, #fff);
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--ostech-base, #FFAA17);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--ostech-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(--ostech-base, #FFAA17);
}

.mobile-nav__contact li>i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  color: var(--ostech-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--ostech-white, #fff);
  font-size: 15px;
  color: var(--ostech-text, #686A6F);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__form .ostech-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  color: var(--ostech-secondary, #232429);
}

.search-popup__form .ostech-btn i {
  margin: 0;
  font-size: 20px;
}

.search-popup__form .ostech-btn:hover {
  color: var(--ostech-white, #fff);
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding-top: 268px;
  padding-bottom: 143px;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-header {
    padding-top: 250px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.page-header .container {
  position: relative;
  z-index: 10;
  text-align: center;
}

.page-header__title {
  margin: 0;
  color: var(--ostech-white, #fff);
  font-size: 50px;
  font-weight: 700;
  line-height: 94%;
  text-transform: capitalize;
  margin-bottom: -2px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}

.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: rgba(var(--ostech-black-rgb, 23, 23, 23), 0.5);
}

.ostech-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 13px;
}

@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(--ostech-white, #fff);
  font-size: 16px;
  font-weight: 600;
}

.ostech-breadcrumb li span,
.ostech-breadcrumb li a {
  display: inline-flex;
  color: var(--ostech-white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 293.75%;
  text-transform: uppercase;
}

.ostech-breadcrumb li a:hover {
  color: var(--ostech-base, #FFAA17);
}

.pronation_widget {
  margin-top: 50px;
}

.pronation_widget ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.pronation_widget ul a {
  display: inline-block;
  padding: 0.5px 20px;
  border: 1px solid var(--ostech-border-color, #DBDBDB);
  color: var(--ostech-secondary, #232429);
  transition: all 500ms ease-in-out;
  font-size: 20px;
  line-height: 235%;
  font-size: 20px;
  font-weight: 600;
}

.pronation_widget ul a.active,
.pronation_widget ul a:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-text-dark, #222429);
  border: 1px solid var(--ostech-base, #FFAA17);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.google-map__contact {
  overflow: hidden;
  background-color: var(--ostech-gray, #F4F5F8);
}

.contact-map {
  position: relative;
}

.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1654px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  padding: 80px 0 80px 0;
}

@media (min-width: 992px) {
  .client-carousel {
    padding: 102px 0 120px 0px;
  }
}

.client-carousel--one {
  background: var(--ostech-base, #FFAA17);
  padding: 120px 0 120px;
}

.client-carousel--dark::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  content: "";
  height: 1px;
  background-color: var(--ostech-border-color, #DBDBDB);
  z-index: -1;
}

.client-carousel--dark::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 60px;
  content: "";
  height: 1px;
  background-color: var(--ostech-white, #fff);
}

.client-carousel__one__item img {
  opacity: 0.2;
  transition: all 500ms ease;
  max-width: 100%;
  width: auto !important;
}

.client-carousel__one__item:hover img {
  opacity: 1;
}

.client-carousel__top {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .client-carousel__top {
    margin-bottom: 40px;
  }
}

.client-carousel__top::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--ostech-border-color, #DBDBDB);
}

.client-carousel-one {
  position: relative;
  background: var(--ostech-white, #fff);
  padding: 0 0 60px;
}

.client-carousel-one .client-carousel__one {
  padding: 50px 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 span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ostech-secondary, #232429);
  padding: 0;
  transition: all 500ms ease;
  color: var(--ostech-white, #fff);
  text-align: center;
  font-size: 9px;
}

.client-carousel-one .owl-theme .owl-nav button span:hover {
  background-color: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.client-carousel-one .owl-theme .owl-nav button:hover {
  background-color: transparent;
}

.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(--ostech-border-color, #DBDBDB);
  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: 60px;
  content: "";
  height: 1px;
  background-color: var(--ostech-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: 1;
}

.text-slider {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background: var(--ostech-white, #fff);
}

@media (max-width: 991px) {
  .text-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .text-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.text-slider__carousel {
  transform: rotateZ(-2.9deg);
  background: var(--ostech-base, #FFAA17);
  width: 100%;
}

.text-slider__carousel__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}

.text-slider__carousel__item:hover {
  animation-play-state: paused;
}

.text-slider__item {
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: capitalize;
  padding: 25px 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .text-slider__item {
    font-size: 24px;
  }
}

.text-slider__item img {
  width: auto !important;
  display: inline-block;
  margin-right: 15px;
  animation: rotate 3s ease-in-out infinite;
}

.text-slider__inner {
  position: relative;
}

.text-slider__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--ostech-gray, #F4F5F8);
  transform: rotateZ(0deg);
  z-index: -1;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  background: var(--ostech-white, #fff);
}

.main-slider-one__carousel {
  position: relative;
  width: 100%;
}

.main-slider-one__carousel .owl-dots {
  top: 75%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .main-slider-one__carousel .owl-dots {
    top: auto;
    bottom: 70px;
  }
}

.main-slider-one__carousel .owl-dots .owl-dot {
  display: block;
  margin: 6px 0;
}

@media (max-width: 767px) {
  .main-slider-one__carousel .owl-dots .owl-dot {
    margin: 0 6px;
  }
}

.main-slider-one__carousel .owl-dots .owl-dot span {
  display: block;
  margin: 0;
  transition: all 300ms ease;
  width: 29.945px;
  height: 29.945px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slider-one__carousel .owl-dots .owl-dot span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--ostech-gray, #F4F5F8);
}

.main-slider-one__carousel .owl-dots .owl-dot:hover span,
.main-slider-one__carousel .owl-dots .owl-dot.active span {
  background: rgba(104, 106, 111, 0.23);
}

.main-slider-one__carousel .owl-dots .owl-dot:hover span::before,
.main-slider-one__carousel .owl-dots .owl-dot.active span::before {
  background: var(--ostech-base, #FFAA17);
}

.main-slider-one__item {
  position: relative;
  z-index: 3;
  padding-top: 300px;
  padding-bottom: 370px;
}

@media (max-width: 1300px) {
  .main-slider-one__item {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .main-slider-one__item {
    padding-top: 150px;
  }
}

.main-slider-one__item .container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.main-slider-one__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.6);
}

@media (max-width: 767px) {
  .main-slider-one__bg {
    bottom: 0;
  }
}

.main-slider-one__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}

.main-slider-one__sub-title {
  color: var(--ostech-base, #FFAA17);
  margin: 0 0 -7px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-500px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .main-slider-one__sub-title {
    margin: 0 0 10px;
  }
}

.main-slider-one__sub-title span {
  background: var(--ostech-black, #171717);
  padding: 12px 30px;
  display: inline-block;
}

.main-slider-one__title {
  color: var(--ostech-white, #fff);
  display: inline-block;
  overflow: hidden;
  margin: 0 0px 30px;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}

.main-slider-one__title__overlay {
  background-color: var(--ostech-white, #fff);
  width: 16.66%;
  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;
}

.main-slider-one__title__overlay:nth-child(2),
.main-slider-one__title__overlay:nth-child(4),
.main-slider-one__title__overlay:nth-child(6) {
  top: 1px;
}

.main-slider-one__title__overlay:nth-child(1),
.main-slider-one__title__overlay:nth-child(3),
.main-slider-one__title__overlay:nth-child(5) {
  bottom: 1px;
}

.main-slider-one__title__overlay:nth-child(2) {
  left: 16.66%;
}

.main-slider-one__title__overlay:nth-child(4) {
  left: 49.98%;
}

.main-slider-one__title__overlay:nth-child(6) {
  left: 83.3%;
}

.main-slider-one__title__overlay:nth-child(1) {
  left: 0;
}

.main-slider-one__title__overlay:nth-child(3) {
  left: 33.34%;
}

.main-slider-one__title__overlay:nth-child(5) {
  left: 66.64%;
}

@media (max-width: 1300px) {
  .main-slider-one__title {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .main-slider-one__title {
    font-size: 40px;
  }
}

.main-slider-one__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  z-index: 5;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.main-slider-one__link__btn::before,
.main-slider-one__link__btn::after {
  background: var(--ostech-gray, #F4F5F8);
}

.main-slider-one__link__btn:hover {
  color: var(--ostech-secondary, #232429);
}

.main-slider-one__shape--one {
  position: absolute;
  bottom: 63px;
  right: 0px;
  transform: translateX(10%);
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
}

@media (max-width: 767px) {
  .main-slider-one__shape--one {
    display: none;
  }
}

.main-slider-one__shape--two {
  position: absolute;
  bottom: 1px;
  left: 0px;
}

@media (max-width: 767px) {
  .main-slider-one__shape--two {
    display: none;
  }
}

.main-slider-one .active .main-slider-one__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}

.main-slider-one .active .main-slider-one__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}

.main-slider-one .active .main-slider-one__title__overlay {
  transform: scaleX(0);
}

.main-slider-one .active .main-slider-one__link {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.main-slider-one .active .main-slider-one__shape--one {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 1700ms;
}

.main-slider-two {
  position: relative;
  height: 600px;
  /*modified code*/
  padding-top: 86px;
  /*added code*/
  margin-bottom: 96px;
  /*added code*/
}

.main-slider-two__carousel {
  position: relative;
  width: 100%;
}

.main-slider-two__carousel .owl-dots {
  bottom: 10%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  left: 50%;
  /*modified code*/
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .main-slider-two__carousel .owl-dots {
    left: auto;
    right: 5%;
    transform: translateX(0%);
  }
}

@media (max-width: 575px) {
  .main-slider-two__carousel .owl-dots {
    display: none;
  }
}

.main-slider-two__carousel .owl-dots .owl-dot {
  display: block;
  margin: 6px 0;
}

@media (max-width: 767px) {
  .main-slider-two__carousel .owl-dots .owl-dot {
    margin: 0 6px;
  }
}

.main-slider-two__carousel .owl-dots .owl-dot span {
  display: block;
  margin: 0;
  transition: all 300ms ease;
  width: 29.945px;
  height: 29.945px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slider-two__carousel .owl-dots .owl-dot span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--ostech-gray, #F4F5F8);
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span,
.main-slider-two__carousel .owl-dots .owl-dot.active span {
  background: rgba(104, 106, 111, 0.23);
}

.main-slider-two__carousel .owl-dots .owl-dot:hover span::before,
.main-slider-two__carousel .owl-dots .owl-dot.active span::before {
  background: var(--ostech-base, #FFAA17);
}

.main-slider-two__item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  /*padding-top: 304px;*/
  /*padding-bottom: 300px;*/
  height: 600px;
  /*modified code*/
}

@media (max-width: 1300px) {
  .main-slider-two__item {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__item {
    padding-top: 150px;
  }
}

/* .main-slider-two__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -55px;
  left: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 99.000000"> <g transform="translate(0.000000,99.000000) scale(0.050000,-0.050000)"> <path d="M0 1180 c0 -440 4 -800 8 -800 4 0 289 216 632 480 343 264 641 480 660 480 29 0 4494 -892 4655 -930 l45 -11 0 791 0 790 -3000 0 -3000 0 0 -800z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 99.000000"> <g transform="translate(0.000000,99.000000) scale(0.050000,-0.050000)"> <path d="M0 1180 c0 -440 4 -800 8 -800 4 0 289 216 632 480 343 264 641 480 660 480 29 0 4494 -892 4655 -930 l45 -11 0 791 0 790 -3000 0 -3000 0 0 -800z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background: linear-gradient(158.93deg, #232429 0%, rgba(35, 36, 41, 0) 63.19%);
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(-400px);
} */
.main-slider-two__item__shape {
  position: absolute;
  left: 10%;
  bottom: 23px;
  /* transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px); */
  opacity: .4;
  /* transition: transform 1200ms ease, opacity 1200ms ease;  animation: zoom-in 8s ease-in-out initial;
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeInUp;  */
  display: none;

}

.main-slider-two__item__shape img {
  height: 400px;
  opacity: .4;



}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  /* filter: grayscale(100%); */
  height: 650px;
}

.main-slider-two__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.5);
  height: 650px;
}

@media (max-width: 767px) {
  .main-slider-two__bg {
    bottom: 0px;
  }
}

.main-slider-two__content {
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
  /* background-color: #cecece54; */
  /*padding: 47px 31px;*/
  border-radius: 5px;
  width: 600px;
  /* backdrop-filter: blur(10px); */
}

.main-slider-two__sub-title {
  color: #232429;
  margin: 0 0 25px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-500px);
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .main-slider-two__sub-title {
    margin: 0 0 10px;
  }
}

.main-slider-two__title {
  color: #fff;
  font-family: "Amiri", serif !important;
  display: inline-block;
  overflow: hidden;
  margin: 0 0px 2px;
  font-weight: 700;
  font-size: 25px;
  line-height: 39px;
  text-transform: capitalize;
  position: relative;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}

.main-slider-two__title__overlay {
  background-color: var(--ostech-white, #fff);
  width: 16.66%;
  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;
}

.main-slider-two__title__overlay:nth-child(2),
.main-slider-two__title__overlay:nth-child(4),
.main-slider-two__title__overlay:nth-child(6) {
  top: 1px;
}

.main-slider-two__title__overlay:nth-child(1),
.main-slider-two__title__overlay:nth-child(3),
.main-slider-two__title__overlay:nth-child(5) {
  bottom: 1px;
}

.main-slider-two__title__overlay:nth-child(2) {
  left: 16.66%;
}

.main-slider-two__title__overlay:nth-child(4) {
  left: 49.98%;
}

.main-slider-two__title__overlay:nth-child(6) {
  left: 83.3%;
}

.main-slider-two__title__overlay:nth-child(1) {
  left: 0;
}

.main-slider-two__title__overlay:nth-child(3) {
  left: 33.34%;
}

.main-slider-two__title__overlay:nth-child(5) {
  left: 66.64%;
}

@media (max-width: 1300px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .main-slider-two__title {
    font-size: 18px;
  }
}

.main-slider-two__link {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  gap: 20px;
  z-index: 5;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
  color: #171717 !important;
}

@media (max-width: 500px) {
  .main-slider-two__link {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.main-slider-two .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}

.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}

.main-slider-two .active .main-slider-two__title__overlay {
  transform: scaleX(0);
}

.main-slider-two .active .main-slider-two__link {
  opacity: 1;
  transform: perspective(0px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.main-slider-two .active .main-slider-two__item__shape {
  /* animation: rotate 8s ease-in-out infinite;
  transform: translateX(0);
  transition-delay: 1300ms; */
  opacity: 1;
  /* animation:  8s ease-in-out infinite; */
}

.main-slider-two .active .main-slider-two__item::after {
  opacity: 1;
  transform: perspective(0px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.main-slider-three {
  position: relative;
  background: var(--ostech-white, #fff);
  z-index: 1;
}

.main-slider-three__item {
  padding: 260px 0px 190px;
}

@media (max-width: 1500px) {
  .main-slider-three__item {
    padding: 200px 0px 150px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__item {
    padding: 150px 0px 150px;
  }
}

@media (max-width: 991px) {
  .main-slider-three__item {
    padding: 150px 0px 0px;
  }
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.main-slider-three__bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--ostech-gray-rgb, 244, 245, 248), 0.9);
  z-index: -1;
}

.main-slider-three__title {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 106%;
  color: var(--ostech-text-dark, #222429);
  margin-bottom: 20px;
  margin-right: -10px;
}

@media (max-width: 1500px) {
  .main-slider-three__title {
    font-size: 65px;
    margin-right: -15px;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 60px;
    margin-right: -20px;
  }
}

.main-slider-three__title span {
  display: block;
  position: relative;
}

.main-slider-three__title span svg {
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: -1;
  width: auto;
  height: 110px;
  fill: var(--ostech-base, #FFAA17);
  animation: change-background 4s ease infinite;
}

.main-slider-three__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--ostech-text, #686A6F);
  margin-bottom: 40px;
}

.main-slider-three__thumb {
  position: absolute;
  bottom: 0;
  animation: leftRight 5s ease-in-out infinite;
}

.main-slider-three__thumb img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .main-slider-three__thumb {
    position: relative;
    z-index: 1;
  }
}

.main-slider-three__shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 991px) {
  .main-slider-three__shape {
    display: none;
  }
}

.main-slider-three__shape--one {
  top: 0;
  right: 0;
}

.main-slider-three__shape--two {
  top: 0;
  left: 0;
}

.main-slider-three__shape--three {
  right: 4%;
  top: 20%;
  animation: bounceIn 4s ease-in-out infinite;
}

.main-slider-three__shape--fore {
  right: 5%;
  top: 40%;
  animation: leftRight 4s ease-in-out infinite;
}

.main-slider-three__shape--five {
  right: 5%;
  top: 67%;
  animation: rotate 4s ease-in-out infinite;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

@media (max-width: 991px) {
  .feature-one {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .feature-one {
    padding-top: 80px;
  }
}

.feature-one__item {
  background: var(--ostech-white, #fff);
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  transition: all 0.4s ease-in-out;
}

.feature-one__item__content {
  padding: 0px 35px 30px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .feature-one__item__content {
    padding: 0px 25px 30px;
  }
}

@media (max-width: 575px) {
  .feature-one__item__content {
    padding: 0px 25px 25px;
  }
}

.feature-one__item__icon {
  width: 113px;
  height: 109px;
  background: var(--ostech-gray, #F4F5F8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 62px;
  color: var(--ostech-base, #FFAA17);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-one__item__title {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: var(--ostech-text-dark, #222429);
  margin-bottom: 6px;
  padding-bottom: 0;
  max-width: 238px;
  margin-left: auto;
  margin-right: auto;
}

.feature-one__item__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__title a:hover {
  background-size: 100% 1px;
}

.feature-one__item__text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 186%;
  color: var(--ostech-text, #686A6F);
  margin-bottom: -3px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.feature-one__item__thumb {
  width: 100%;
  height: auto;
}

.feature-one__item__thumb img {
  object-fit: cover;
  width: 100%;
}

.feature-one__item:hover .feature-one__item__title {
  color: var(--ostech-secondary, #232429);
}

.feature-one__item:hover .feature-one__item__text {
  color: var(--ostech-secondary, #232429);
}

.feature-one__item:hover .feature-one__item__icon {
  color: var(--ostech-secondary, #232429);
  background-color: var(--ostech-white, #fff);
}

.feature-one__item:hover .feature-one__item__icon i {
  animation: bounceIn 1s linear;
}

.feature-one__item:hover {
  background: var(--ostech-base, #FFAA17);
}

.feature-one::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--ostech-secondary, #232429);
  height: 300px;
  z-index: -1;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
  background: var(--ostech-white, #fff);
}

@media (max-width: 991px) {
  .about-one {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-one {
    padding-bottom: 80px;
  }
}

.about-one__left {
  margin-right: 50px;
  margin-left: -150px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-one__left {
    margin-left: 0px;
    margin-right: 10px;
  }
}

.about-one__thumb__item {
  text-align: end;
}

@media (max-width: 1199px) {
  .about-one__thumb__item img {
    max-width: 100%;
    object-fit: cover;
  }
}

.about-one__thumb__item--two {
  position: relative;
  margin-top: -175px;
  text-align: start;
}

@media (max-width: 1199px) {
  .about-one__thumb__item--two img {
    max-width: 80%;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .about-one__thumb__item--two {
    margin-top: -50px;
  }
}

.about-one__funfact__item {
  position: absolute;
  right: -20px;
  bottom: 0;
  background: var(--ostech-base, #FFAA17);
  width: 253px;
  height: 253px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .about-one__funfact__item {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .about-one__funfact__item {
    width: 200px;
    height: 200px;
  }
}

.about-one__funfact__item__icon {
  margin-left: auto;
  margin-right: auto;
  width: 135px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
  background: rgba(var(--ostech-white-rgb, 255, 255, 255), 0.1);
  color: var(--ostech-secondary, #232429);
}

@media (max-width: 1199px) and (min-width: 991px) {
  .about-one__funfact__item__icon {
    width: 100px;
    height: 90px;
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .about-one__funfact__item__icon {
    width: 100px;
    height: 90px;
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.about-one__funfact__item__count {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  color: var(--ostech-text-dark, #222429);
  font-size: 52.121px;
  font-weight: 700;
  line-height: 65%;
  text-transform: uppercase;
}

.about-one__funfact__item__text {
  text-align: center;
  margin-bottom: -1px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
  color: var(--ostech-text-dark, #222429);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.about-one__funfact__item:hover .about-one__funfact__item__icon {
  background: rgba(var(--ostech-white-rgb, 255, 255, 255), 0.1);
  color: var(--ostech-base, #FFAA17);
}

.about-one__funfact__item:hover .about-one__funfact__item__icon i {
  animation: bounceIn 1s linear;
}

.about-one__funfact__item:hover .about-one__funfact__item__count {
  color: var(--ostech-white, #fff);
}

.about-one__funfact__item:hover .about-one__funfact__item__text {
  color: var(--ostech-white, #fff);
}

.about-one__funfact__item:hover {
  background: var(--ostech-secondary, #232429);
}

.about-one__top {
  margin-bottom: 66px;
}

.about-one__top .sec-title {
  padding-bottom: 20px;
}

.about-one__top__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
}

.about-one__feature {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  background: var(--ostech-secondary, #232429);
}

@media (max-width: 575px) {
  .about-one__feature {
    background: transparent;
    flex-direction: column;
    gap: 60px;
    align-items: start;
    justify-content: start;
    margin-bottom: 30px;
  }
}

.about-one__feature__item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.about-one__feature__item__icon {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  width: 56px;
  height: 56px;
  margin-left: 34px;
}

.about-one__feature__item__icon__item {
  width: 56px;
  height: 56px;
  background: var(--ostech-base, #FFAA17);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--ostech-text-dark, #222429);
  transition: all 0.4s ease-in-out;
}

.about-one__feature__item__icon::after {
  content: "";
  position: absolute;
  height: 52%;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: var(--ostech-black, #171717);
  z-index: -1;
}

.about-one__feature__item__title {
  margin-top: -7px;
  color: var(--ostech-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.about-one__feature__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-one__feature__item__title a:hover {
  background-size: 100% 1px;
}

.about-one__feature__item__text {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  margin-bottom: -7px;
  padding-bottom: 0;
}

.about-one__feature__item__content {
  padding: 25px 30px 30px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .about-one__feature__item__content {
    padding: 25px 23px 30px;
  }
}

.about-one__feature__item__thumb img {
  width: 100%;
  object-fit: cover;
}

.about-one__feature__inner {
  background: var(--ostech-secondary, #232429);
  padding-top: 1px;
  transition: all 0.4s ease-in-out;
}

.about-one__feature__inner:hover {
  background-color: var(--ostech-black, #171717);
}

.about-one__feature__inner:hover .about-one__feature__item__icon__item {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-base, #FFAA17);
}

.about-one__list {
  margin-bottom: 35px;
}

.about-one__list__item {
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.about-one__list__item i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 15px;
}

.about-one__list__item+.about-one__list__item {
  margin-top: 17px;
}

.about-one__shape-two {
  position: absolute;
  top: 0;
  left: 5%;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .about-one__shape-two {
    left: -50px;
  }
}

.about-one__shape {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: -1;
  animation: scaleFooter 4s ease-in infinite;
}

.about-two {
  padding: 160px 0px 120px;
  position: relative;
}

.icon-about-1 {
  width: 781px;
  height: 667px;
  background-image: url(../images/dot-shape-right-top.7871a680.png);
  position: absolute;
  top: 0;
  right: 0;
}

.icon-lines-3 {
  width: 585px;

  position: absolute;
  top: 0;
  left: 0;
  height: 742px;
  background-image: url(../images/icon-lines-3.fa645654.png);
}

@media (max-width: 991px) {
  .about-two {
    padding: 140px 0px 100px;
  }
}

@media (max-width: 767px) {
  .about-two {
    padding: 120px 0px 80px;
  }
}

.about-two__left {
  margin-right: 49px;
  margin-left: -60px;
}

@media (max-width: 1199px) {
  .about-two__left {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .about-two__left {
    margin-bottom: 40px;
  }
}

.about-two__thumb {
  position: relative;
  z-index: 1;
}

.about-two__thumb__item {
  position: relative;
}

@media (max-width: 1199px) {
  .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
}

.about-two__thumb__item--one {
  padding-right: 10px;
}

.about-two__thumb__item--one img {
  width: 355px;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.about-two__thumb__item--one::after {
  content: "";
  width: 18px;
  height: 98%;
  background: var(--ostech-base, #FFAA17);
  position: absolute;
  top: 0;
  right: 0;
  animation: topBottom 4s ease-in-out infinite;
}

.about-two__thumb__item--two {
  position: relative;
  margin-top: -72px;
  text-align: right;
}

.about-two__thumb__item--two img {
  width: 360px;
  height: 250px;
}

@media (max-width: 1199px) {
  .about-two__thumb__item--two img {
    object-fit: cover;
    width: 80%;
  }
}

.about-two__thumb__icon {
  position: absolute;
  top: 68%;
  left: 0%;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media (max-width: 575px) {
  .about-two__thumb__icon {
    width: 120px;
    height: 120px;
  }
}

.about-two__thumb__icon__box {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotate 4s ease-in-out infinite;
  background: radial-gradient(circle, rgb(127 109 70) 0%, rgb(73 67 56) 18%, rgb(0 0 0) 75%, rgba(0, 0, 0, 1) 100%);
}

@media (max-width: 575px) {
  .about-two__thumb__icon__box {
    width: 100px;
    height: 100px;
  }
}

.about-two__thumb__award {
  position: absolute;
  top: -40px;
  left: -35px;
  width: 147px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 78px;
  color: var(--ostech-secondary, #232429);
  background: var(--ostech-base, #FFAA17);
  animation: topBottom 4s 2s ease-in-out infinite;
  background: radial-gradient(circle, rgb(191 148 56) 0%, rgb(163 137 89) 18%, rgb(55 54 54) 75%, rgb(62 62 62) 100%);
  border-radius: 50%;
}

@media (max-width: 575px) {
  .about-two__thumb__award {
    width: 100px;
    height: 100px;
    top: -20px;
    left: -15px;
    font-size: 38px;
    padding: 20px;
  }
}

.about-two__top {
  margin-bottom: 32px;
}

.about-two__top .sec-title {
  padding-bottom: 12px;
}

.about-two__top__text {
  color: var(--ostech-text-gray, #999B9F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: justify;
}

.about-two__ostech__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  margin-bottom: 40px;
}

.about-two__ostech__item__inner {
  background: rgba(var(--ostech-base-rgb, 255, 170, 23), 0.9);
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 575px) {
  .about-two__ostech__item__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.about-two__ostech__item__inner:hover .about-two__ostech__item__icon {
  background: var(--ostech-white, #fff);
  color: var(--ostech-secondary, #232429);
}

.about-two__ostech__item__inner:hover .about-two__ostech__item__icon i {
  animation: bounceIn 1s linear;
}

.about-two__ostech__item__icon {
  max-width: 79px;
  width: 100%;
  height: 79px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--ostech-white, #fff);
  transition: all 0.4s ease-in-out;
}

.about-two__ostech__item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.about-two__ostech__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-two__ostech__item__title a:hover {
  background-size: 100% 1px;
}

.about-two__ostech__item__text {
  color: var(--ostech-secondary, #232429);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-shadow: 0 0 0.1px currentColor;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-two__feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .about-two__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}

.about-two__feature__item:not(:first-of-type) {
  padding-left: 44px;
  border-left: 1px solid var(--ostech-border-color, #DBDBDB);
  margin-left: 44px;
}

@media (max-width: 575px) {
  .about-two__feature__item:not(:first-of-type) {
    padding-left: 0px;
    border-left: 0px solid var(--ostech-border-color, #DBDBDB);
    margin-left: 0px;
  }
}

.about-two__feature__item__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 202px;
  width: 100%;
}

.about-two__feature__top {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px;
}

.about-two__feature__top__icon {
  max-width: 50px;
  height: 50px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-base, #FFAA17);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.about-two__feature__top__title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.about-two__feature__top:hover .about-two__feature__top__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.about-three {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .about-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .about-three {
    padding: 80px 0px;
  }
}

.about-three__thumb {
  position: relative;
  z-index: 1;
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .about-three__thumb {
    margin-right: 0px;
  }
}

.about-three__thumb__item--one {
  max-width: 328px;
  max-height: 328px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: -162px;
}

.about-three__thumb__item--one img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .about-three__thumb__item--one {
    margin-left: -70px;
  }
}

@media (max-width: 575px) {
  .about-three__thumb__item--one {
    margin-left: 0px;
    max-width: 228px;
    max-height: 228px;
  }
}

.about-three__thumb__item--two {
  margin-top: -125px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 237.000000"> <g transform="translate(0.000000,237.000000) scale(0.050000,-0.050000)"> <path d="M2695 4025 l-5 -715 -1345 -5 -1345 -5 0 -1650 0 -1650 1970 0 1970 0 0 710 0 710 1030 0 1030 0 0 1660 0 1660 -1650 0 -1649 0 -6 -715z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 237.000000"> <g transform="translate(0.000000,237.000000) scale(0.050000,-0.050000)"> <path d="M2695 4025 l-5 -715 -1345 -5 -1345 -5 0 -1650 0 -1650 1970 0 1970 0 0 710 0 710 1030 0 1030 0 0 1660 0 1660 -1650 0 -1649 0 -6 -715z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: auto;
  height: 470px;
  background: var(--ostech-base, #FFAA17);
  margin-left: -80px;
}

@media (max-width: 991px) {
  .about-three__thumb__item--two {
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  .about-three__thumb__item--two {
    height: 400px;
  }
}

@media (max-width: 400px) {
  .about-three__thumb__item--two {
    height: 300px;
  }
}

.about-three__thumb__item--two img {
  object-fit: cover;
  width: 100%;
}

.about-three__thumb__call {
  position: absolute;
  top: 60px;
  right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: var(--ostech-secondary, #232429);
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .about-three__thumb__call {
    padding: 10px 20px;
  }
}

.about-three__thumb__call__icon {
  width: 87px;
  height: 87px;
  background: var(--ostech-base, #FFAA17);
  border-radius: 50%;
  color: var(--ostech-secondary, #232429);
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .about-three__thumb__call__icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.about-three__thumb__call__text {
  font-size: 20px;
  color: var(--ostech-text-gray, #999B9F);
  line-height: normal;
  display: block;
  font-weight: 600;
}

@media (max-width: 767px) {
  .about-three__thumb__call__text {
    font-size: 16px;
  }
}

.about-three__thumb__call__title {
  font-weight: bold;
  color: var(--ostech-base, #FFAA17);
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .about-three__thumb__call__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.about-three__thumb__call__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.about-three__thumb__call__title a:hover {
  background-size: 100% 1px;
}

.about-three__thumb__call:hover .about-three__thumb__call__icon {
  background: var(--ostech-white, #fff);
  color: var(--ostech-base, #FFAA17);
}

.about-three__thumb::after {
  position: absolute;
  bottom: 40px;
  right: 160px;
  height: 250px;
  content: "";
  width: 100%;
  background: transparent;
  border: 30px solid var(--ostech-base, #FFAA17);
  z-index: -1;
  animation: leftRight 4s ease-in-out infinite;
}

@media (max-width: 991px) {
  .about-three__thumb::after {
    right: 0px;
  }
}

@media (max-width: 575px) {
  .about-three__thumb::after {
    display: none;
  }
}

.about-three__top {
  margin-bottom: 32px;
}

.about-three__top .sec-title {
  padding-bottom: 22px;
}

.about-three__top__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-three__feature {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .about-three__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}

.about-three__feature__item:not(:first-of-type) {
  padding-left: 44px;
  border-left: 1px solid var(--ostech-border-color, #DBDBDB);
  margin-left: 20px;
}

@media (max-width: 575px) {
  .about-three__feature__item:not(:first-of-type) {
    padding-left: 0px;
    border-left: 0px solid var(--ostech-border-color, #DBDBDB);
    margin-left: 0px;
  }
}

.about-three__feature__item__text {
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 202px;
  width: 100%;
}

.about-three__feature__top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}

.about-three__feature__top__icon {
  max-width: 50px;
  height: 50px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-base, #FFAA17);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.about-three__feature__top__title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.about-three__feature__top:hover .about-three__feature__top__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.about-three__list {
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  padding-top: 35px;
  margin-bottom: 35px;
}

.about-three__list__item {
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.about-three__list__item i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 15px;
}

.about-three__list__item+.about-three__list__item {
  margin-top: 17px;
}

.about-three__right {
  position: relative;
  z-index: 1;
}

.about-three__link {
  margin-top: 40px;
}

.about-three__award {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: var(--ostech-base, #FFAA17);
  animation: topBottom 3s ease-in-out infinite;
}

@media (max-width: 575px) {
  .about-three__award {
    margin-top: 30px;
    position: relative;
  }
}

.about-three__award i {
  padding: 17px;
  font-size: 88px;
  color: var(--ostech-secondary, #232429);
}

.about-three__award__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  color: var(--ostech-white, #fff);
  padding: 10px 22px;
  margin-bottom: 0;
  background: var(--ostech-secondary, #232429);
}

.about-three__award:hover i {
  animation: bounceIn 1s linear;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
  z-index: 1;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.service-card__inner {
  background: var(--ostech-white, #fff);
  max-height: 100%;
  height: 517px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card__inner {
    height: auto;
  }
}

@media (max-width: 399px) {
  .service-card__inner {
    height: auto;
  }
}

.service-card__content {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 279.000000"> <g transform="translate(0.000000,279.000000) scale(0.050000,-0.050000)"> <path d="M0 2790 l0 -2790 165 87 c91 49 368 194 615 323 248 130 540 283 650 341 110 58 866 453 1680 879 814 426 1561 817 1660 869 99 52 416 219 705 370 l525 275 0 1218 0 1218 -3000 0 -3000 0 0 -2790z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 279.000000"> <g transform="translate(0.000000,279.000000) scale(0.050000,-0.050000)"> <path d="M0 2790 l0 -2790 165 87 c91 49 368 194 615 323 248 130 540 283 650 341 110 58 866 453 1680 879 814 426 1561 817 1660 869 99 52 416 219 705 370 l525 275 0 1218 0 1218 -3000 0 -3000 0 0 -2790z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  height: 344px;
  background: var(--ostech-secondary, #232429);
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card__content {
    height: auto;
    mask: none;
    background: var(--ostech-secondary, #232429);
  }
}

@media (max-width: 399px) {
  .service-card__content {
    height: auto;
    mask: none;
    background: var(--ostech-secondary, #232429);
  }
}

.service-card__title {
  color: var(--ostech-white, #fff);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 25px;
}

.service-card__title br {
  display: block;
}

.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 1px;
}

.service-card__icon {
  width: 200.074px;
  height: 175px;
  background: var(--ostech-white, #fff);
  font-size: 62px;
  color: var(--ostech-base, #FFAA17);
  border: 16px solid var(--ostech-black, #171717);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-top: 18px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card__icon {
    padding-top: 0;
    width: 150px;
    height: 130px;
    align-items: center;
  }
}

@media (max-width: 399px) {
  .service-card__icon {
    padding-top: 0;
    width: 150px;
    height: 130px;
    align-items: center;
  }
}

.service-card__thumb {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 279.000000"> <g transform="translate(0.000000,279.000000) scale(0.050000,-0.050000)" > <path d="M5610 5373 c-198 -103 -702 -364 -1120 -582 -418 -218 -908 -472 -1090 -566 -181 -94 -411 -213 -510 -265 -99 -52 -310 -163 -470 -245 -159 -83 -497 -258 -750 -390 -253 -131 -732 -381 -1065 -554 l-605 -314 0 -1229 0 -1228 3000 0 3000 0 0 2780 c0 1529 -7 2780 -15 2780 -8 -1 -177 -85 -375 -187z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 279.000000"> <g transform="translate(0.000000,279.000000) scale(0.050000,-0.050000)" > <path d="M5610 5373 c-198 -103 -702 -364 -1120 -582 -418 -218 -908 -472 -1090 -566 -181 -94 -411 -213 -510 -265 -99 -52 -310 -163 -470 -245 -159 -83 -497 -258 -750 -390 -253 -131 -732 -381 -1065 -554 l-605 -314 0 -1229 0 -1228 3000 0 3000 0 0 2780 c0 1529 -7 2780 -15 2780 -8 -1 -177 -85 -375 -187z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  height: 344px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card__thumb {
    height: auto;
    mask: none;
    position: relative;
  }
}

@media (max-width: 399px) {
  .service-card__thumb {
    height: auto;
    mask: none;
    position: relative;
  }
}

.service-card__thumb img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  width: 100%;
}

.service-card__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.service-card:hover .service-card__inner {
  background: var(--ostech-base, #FFAA17);
}

.service-card:hover .service-card__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.service-card:hover .service-card__icon i {
  animation: bounceIn 1s linear;
}

.service-card:hover .service-card__thumb img {
  transform: scale(1.1);
}

.service-card:hover .service-card__thumb::after {
  visibility: visible;
  opacity: 1;
}

.service-card-two {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.service-card-two__inner {
  background: var(--ostech-white, #fff);
  max-height: 100%;
  height: 377px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card-two__inner {
    height: auto;
  }
}

@media (max-width: 991px) and (min-width: 400px) {
  .service-card-two__inner {
    height: 460px;
  }
}

@media (max-width: 399px) {
  .service-card-two__inner {
    height: auto;
  }
}

.service-card-two__content {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 252"> <path d="M270 110.325L0.000274658 251.527L5.25068e-05 0.000464677L270 0.000488281L270 110.325Z"/> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 252"> <path d="M270 110.325L0.000274658 251.527L5.25068e-05 0.000464677L270 0.000488281L270 110.325Z"/> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  height: 252px;
  background: var(--ostech-secondary, #232429);
  position: relative;
  z-index: 1;
  padding-top: 25px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-card-two__content {
    height: auto;
    mask: none;
    background: var(--ostech-secondary, #232429);
  }
}

@media (max-width: 991px) and (min-width: 400px) {
  .service-card-two__content {
    height: 305px;
  }
}

@media (max-width: 399px) {
  .service-card-two__content {
    height: auto;
    mask: none;
    background: var(--ostech-secondary, #232429);
  }
}

.service-card-two__title {
  color: var(--ostech-white, #fff);
  margin-bottom: 14px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.service-card-two__title br {
  display: block;
}

.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card-two__title a:hover {
  background-size: 100% 1px;
}

.service-card-two__icon {
  width: 146px;
  height: 125px;
  background: var(--ostech-white, #fff);
  font-size: 45px;
  color: var(--ostech-base, #FFAA17);
  border: 10px solid var(--ostech-black, #171717);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-top: 18px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card-two__icon {
    padding-top: 0;
    width: 150px;
    height: 130px;
    align-items: center;
  }
}

@media (max-width: 399px) {
  .service-card-two__icon {
    padding-top: 0;
    width: 150px;
    height: 130px;
    align-items: center;
  }
}

.service-card-two__thumb {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270.000000 251.000000"> <g transform="translate(0.000000,251.000000) scale(0.050000,-0.050000)"> <path d="M2700 3619 l-2690 -1398 -5 -1110 -5 -1111 2700 0 2700 0 0 2510 c0 1381 -2 2509 -5 2508 -3 0 -1215 -630 -2695 -1399z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270.000000 251.000000"> <g transform="translate(0.000000,251.000000) scale(0.050000,-0.050000)"> <path d="M2700 3619 l-2690 -1398 -5 -1110 -5 -1111 2700 0 2700 0 0 2510 c0 1381 -2 2509 -5 2508 -3 0 -1215 -630 -2695 -1399z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  height: 251px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-card-two__thumb {
    height: auto;
    mask: none;
    position: relative;
  }
}

@media (max-width: 991px) and (min-width: 400px) {
  .service-card-two__thumb {
    height: 305px;
  }
}

@media (max-width: 399px) {
  .service-card-two__thumb {
    height: auto;
    mask: none;
    position: relative;
  }
}

.service-card-two__thumb img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  width: 100%;
}

.service-card-two__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.service-card-two:hover .service-card-two__inner {
  background: var(--ostech-base, #FFAA17);
}

.service-card-two:hover .service-card-two__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.service-card-two:hover .service-card-two__icon i {
  animation: bounceIn 1s linear;
}

.service-card-two:hover .service-card-two__thumb img {
  transform: scale(1.1);
}

.service-card-two:hover .service-card-two__thumb::after {
  visibility: visible;
  opacity: 1;
}

.service-page {
  position: relative;
  z-index: 1;
  background: var(--ostech-white, #fff);
}

.service-page--page {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .service-page--page {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .service-page--page {
    padding: 80px 0px;
  }
}

.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 562px;
  background-color: var(--ostech-gray, #F4F5F8);
  background-size: cover;
  background-position: center center;
}

.service-one {
  padding: 145px 0px 120px;
  background: var(--ostech-white, #fff);
}

@media (max-width: 991px) {
  .service-one {
    padding: 115px 0px 100px;
  }
}

@media (max-width: 767px) {
  .service-one {
    padding: 95px 0px 80px;
  }
}

.service-one__item {
  position: relative;
  z-index: 4;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .service-one__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-one__item__icon {
  z-index: 1;
  position: absolute;
  top: -15px;
  left: 30px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 165 121"> <path d="M92.4249 120.666L164.199 -0.000144958L0.000910818 -0.000159313L0.000902305 97.3733L92.4249 120.666Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 165 121"> <path d="M92.4249 120.666L164.199 -0.000144958L0.000910818 -0.000159313L0.000902305 97.3733L92.4249 120.666Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 164.198px;
  height: 120.667px;
  background: var(--ostech-secondary, #232429);
  font-size: 55px;
  color: var(--ostech-base, #FFAA17);
  padding-top: 30px;
  padding-left: 30px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  display: none;
}

.service-one__item__thumb {
  position: relative;
}

.service-one__item__thumb img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.service-one__item__thumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 63%;
  background: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.82);
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
}

/* .service-one__item__thumb::before {
  top: -15px;
  left: 183px;
  z-index: -1;
  content: "";
  width: 26px;
  height: 15px;
  position: absolute;
  background: var(--ostech-black, #171717);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="15" viewBox="0 0 26 15"> <path d="M26 15L9.17647 0L0 15H26Z"/> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="15" viewBox="0 0 26 15"> <path d="M26 15L9.17647 0L0 15H26Z"/> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
} */
.service-one__item__content {
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  padding-bottom: 30px;
  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-one__item__content {
    left: 25px;
    right: 25px;
    padding-bottom: 20px;
  }
}

.service-one__item__title {
  text-align: center;
  color: var(--ostech-white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
  padding-bottom: 0;
}

.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-one__item__title a:hover {
  background-size: 100% 1px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-one__item__title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .service-one__item__title {
    font-size: 25px;
  }
}

.service-one__item__text {
  color: var(--ostech-text-gray, #999B9F);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 187.5%;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.service-one__item:hover .service-one__item__icon {
  background: var(--ostech-base, #FFAA17);
  color: var(--ostech-secondary, #232429);
}

.service-one__item:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-two {
  background: var(--ostech-gray, #F4F5F8);
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .service-two {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .service-two {
    padding: 80px 0px;
  }
}

.service-two__left .sec-title {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .service-two__left .sec-title {
    padding-bottom: 20px;
  }
}

.service-two__text {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--ostech-text, #686A6F);
}

.service-two .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: -40px;
}

@media (max-width: 1199px) {
  .service-two .container-fluid {
    margin-right: auto;
  }
}

.service-two__carouse {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .service-two__carouse {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .service-two__carouse {
    margin-top: 30px;
  }
}

.service-two__item {
  position: relative;
  z-index: 1;
}

.service-two__item__thumb {
  position: relative;
}

.service-two__item__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.service-two__item__thumb img {
  object-fit: cover;
}

.service-two__item__content {
  background: var(--ostech-secondary, #232429);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  padding: 30px;
  transition: all 0.4s ease-in-out;
}

.service-two__item__content__top {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
}

.service-two__item__content__top::after {
  content: "";
  width: 83%;
  height: 1px;
  background: var(--ostech-black, #171717);
  position: absolute;
  bottom: 0;
  right: -30px;
}

.service-two__item__content__icon {
  width: 80px;
  height: 80px;
  background: var(--ostech-black, #171717);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: var(--ostech-base, #FFAA17);
  transition: all 0.4s ease-in-out;
}

.service-two__item__content__title {
  color: var(--ostech-white, #fff);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-two__item__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-two__item__content__title a:hover {
  background-size: 100% 1px;
}

.service-two__item__content__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--ostech-text-gray, #999B9F);
  margin-bottom: -7px;
  padding-bottom: 0;
  margin-right: -5px;
  transition: all 0.4s ease-in-out;
}

.service-two__item:hover .service-two__item__thumb::after {
  visibility: visible;
  opacity: 1;
}

.service-two__item:hover .service-two__item__content {
  background: var(--ostech-base, #FFAA17);
}

.service-two__item:hover .service-two__item__content__top::after {
  background: var(--ostech-secondary, #232429);
}

.service-two__item:hover .service-two__item__content__icon {
  background: var(--ostech-secondary, #232429);
  color: var(--ostech-white, #fff);
}

.service-two__item:hover .service-two__item__content__icon i {
  animation: bounceIn 1s linear;
}

.service-two__item:hover .service-two__item__content__title {
  color: var(--ostech-secondary, #232429);
}

.service-two__item:hover .service-two__item__content__text {
  color: var(--ostech-secondary, #232429);
}

.service-three {
  position: relative;
  z-index: 1;
  padding: 120px 0px;
  background-color: var(--ostech-secondary, #232429);
}

@media (max-width: 991px) {
  .service-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .service-three {
    padding: 80px 0px;
  }
}

.service-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
  opacity: 0.2;
  animation: bgSlide 20s linear infinite;
}

.service-three__carousel {
  position: relative;
  width: 100%;
}

.service-three__carousel .owl-dots {
  margin-top: 16px !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}

@media (max-width: 767px) {
  .service-three__carousel .owl-dots {
    top: auto;
    bottom: 70px;
  }
}

.service-three__carousel .owl-dots .owl-dot {
  display: block;
  margin: 6px 0;
}

@media (max-width: 767px) {
  .service-three__carousel .owl-dots .owl-dot {
    margin: 0 6px;
  }
}

.service-three__carousel .owl-dots .owl-dot span {
  display: block;
  margin: 0;
  transition: all 300ms ease;
  width: 29.945px;
  height: 29.945px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: transparent;
}

.service-three__carousel .owl-dots .owl-dot span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--ostech-text, #686A6F);
}

.service-three__carousel .owl-dots .owl-dot:hover span,
.service-three__carousel .owl-dots .owl-dot.active span {
  background: rgba(104, 106, 111, 0.23);
}

.service-three__carousel .owl-dots .owl-dot:hover span::before,
.service-three__carousel .owl-dots .owl-dot.active span::before {
  background: var(--ostech-base, #FFAA17);
}

.service-three__item {
  /* padding-top: 16px;
  padding: 10px; */
  margin-top: 15px;
}

.service-three__item__inner {
  position: relative;
}

.service-three__item__icon {
  position: relative;
}

.service-three__item__icon__inner {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color: var(--ostech-base, #FFAA17);
  margin-left: 33%;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

.service-three__item__icon::after {
  content: "";
  border-radius: 50%;
  background: var(--ostech-black, #171717);
  position: absolute;
  width: 122px;
  height: 122px;
  margin-left: 45px;
  top: -15px;
  z-index: -5;
}

.service-three__item__thumb {
  position: relative;
  max-height: 342px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  height: 260px;
  border-top: 2px solid #8d7b51;
  border-right: 2px solid #8d7b51;
  border-left: 2px solid #8d7b51;
}

.service-three__item__thumb img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  height: 260px;

}

.service-three__item__content {
  position: relative;
  margin-top: -35px;
  padding: 15px 5px;
  z-index: 1;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.4s ease-in;
  background: #000;
  text-align: center;
}

.service-three__item__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: var(--ostech-white, #fff);
  transition: all 0.4s ease-in-out;
}

.service-three__item__title br {
  display: block;
}

.service-three__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--ostech-base, #FFAA17);
}

.service-three__item__link__icon {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.service-three__item__link__icon::after,
.service-three__item__link__icon::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--ostech-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.service-three__item__link__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-three__item__link:hover {
  background: rgba(35, 36, 41, 0.1);
}

.service-three__item__link:hover .service-three__item__link__icon::after,
.service-three__item__link:hover .service-three__item__link__icon::before {
  background: var(--ostech-secondary, #232429);
}

.service-three__item:hover .service-three__item__icon i {
  animation: bounceIn 1s linear;
}

.service-three__item:hover .service-three__item__content {
  /* background: var(--ostech-base, #FFAA17); */
  /* background: linear-gradient(90deg, rgba(226,212,178,1) 0%, rgba(180,149,77,1) 35%, rgba(153,132,81,1) 47%, rgba(0,0,0,1) 100%); */
}

.service-three__item:hover .service-three__item__title {
  color: #c8b07a;
}

.service-three__item:hover .service-three__item__thumb img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  padding: 120px 0;
  padding-top: 120px;
}

@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.service-details__thumbnail {
  margin-bottom: 35px;
}

.service-details__thumbnail img {
  max-width: 100%;
}

.service-details__title {
  margin: 0;
  margin-bottom: 15px;
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
}

.service-details__sub-title {
  margin: 0;
  margin-bottom: 17px;
  color: var(--ostech-base, #FFAA17);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
}

.service-details__text {
  margin: 0;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.service-details__text+.service-details__sub-title {
  margin-top: 17px;
}

.service-details__text+.service-details__title {
  margin-top: 40px;
}

.service-details__text+.service-details__list {
  margin-top: 40px;
}

.service-details__text+.service-details__text {
  margin-top: 35px;
}

.service-details__list {
  margin-bottom: 0;
}

.service-details__list li {
  position: relative;
  color: var(--ostech-text-dark, #222429);
  font-size: 18px;
  font-weight: 600;
  line-height: 261.111%;
  margin-bottom: -5px;
}

.service-details__list li i {
  color: var(--ostech-base, #FFAA17);
  margin-right: 7px;
}

@media (max-width: 575px) {
  .service-details__list li {
    line-height: 161.111%;
    font-size: 16px;
  }
}

.service-details__list li+li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .service-details__list li+li {
    margin-top: 0;
  }
}

.service-details__single+.service-details__single {
  margin-top: 35px;
}

.service-details__benefit {
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .service-details__benefit {
    margin-left: 0px;
  }
}

.service-details__benefit__title {
  margin: 0;
  font-size: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
  color: var(--ostech-text-dark, #222429);
}

@media (min-width: 768px) {
  .service-details__benefit__title {
    font-size: 30px;
  }
}

.service-details__benefit__sub_title {
  margin-top: -3px;
  margin-bottom: 10px;
  color: var(--ostech-text-dark, #222429);
  font-size: 24px;
  font-weight: 700;
  line-height: 195.833%;
}

@media (max-width: 575px) {
  .service-details__benefit__sub_title {
    line-height: 135%;
  }
}

.service-details__benefit__text {
  max-width: 410px;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.service-details__single-inner .service-details__title {
  margin-top: -10px;
  margin-bottom: 28px;
}

.service-details__inner-item {
  display: flex;
  background: var(--ostech-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-details__inner-item .item-icon {
  background: var(--ostech-base, #FFAA17);
  max-width: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.service-details__inner-item .item-icon .icon {
  font-size: 45px;
  color: var(--ostech-secondary, #232429);
  transition: all 0.5s ease-in-out;
}

.service-details__inner-item .item-content {
  padding: 25px 35px 24px 30px;
}

.service-details__inner-item .item__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 3px;
}

.service-details__inner-item .item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-details__inner-item .item__title a:hover {
  background-size: 100% 1px;
}

.service-details__inner-item .item__dec {
  padding-bottom: 0;
  margin-bottom: -8px;
  color: var(--ostech-text, #686A6F);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.service-details__inner-item:hover .item-icon {
  background: var(--ostech-secondary, #232429);
}

.service-details__inner-item:hover .item-icon .icon {
  color: var(--ostech-base, #FFAA17);
}

.service-details .faq-page__accordion {
  padding-top: 5px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--ostech-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--ostech-black-rgb, 23, 23, 23), 0.08);
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0 50px;
  }
}

.work-process-one .sec-title {
  text-align: center;
}

.work-process-one__border {
  width: 100%;
  height: 2px;
  background-color: var(--ostech-base, #FFAA17);
  top: 103px;
  position: relative;
}

@media (max-width: 767px) {
  .work-process-one__border {
    display: none;
  }
}

.work-process-one__border::after {
  position: absolute;
  left: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--ostech-black, #171717);
  border-radius: 50%;
  content: "";
}

.work-process-one__border::before {
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--ostech-black, #171717);
  border-radius: 50%;
  content: "";
}

.work-process-one__gradiant-left {
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--ostech-base-rgb, 255, 170, 23), 1) 0%, rgba(var(--ostech-black-rgb, 23, 23, 23), 1) 100%) 1;
}

.work-process-one__gradiant-right {
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--ostech-black-rgb, 23, 23, 23), 1) 0%, rgba(var(--ostech-base-rgb, 255, 170, 23), 1) 100%) 1;
}

.work-process-one__item {
  position: relative;
  counter-increment: count;
  margin-bottom: 30px;
}

.work-process-one__item__thumb {
  display: inline-block;
  width: 202px;
  height: 202px;
  border: 2px solid var(--ostech-base, #FFAA17);
  background-color: var(--ostech-white, #fff);
  border-radius: 50%;
  padding: 5px;
  position: relative;
  margin-bottom: 30px;
}

.work-process-one__item__thumb-wrap {
  background-color: var(--ostech-black, #171717);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.work-process-one__item__thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--ostech-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.work-process-one__item__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.3;
}

.work-process-one__item__thumb__number {
  width: 67px;
  height: 67px;
  background-color: var(--ostech-base, #FFAA17);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--ostech-white, #fff);
  font-family: var(--ostech-heading-font, "Barlow", sans-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -9px;
  top: 5px;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.work-process-one__item__thumb__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-process-one__item__thumb__icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: var(--ostech-base, #FFAA17);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.work-process-one__item:hover .work-process-one__item__thumb-wrap::after {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}

.work-process-one__item:hover .work-process-one__item__thumb__number {
  transform: scale(0.95);
}

.work-process-one__item__content {
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(var(--ostech-black2-rgb, 0, 0, 0), 0.07);
  background-color: var(--ostech-white, #fff);
  border-radius: 100px;
  padding: 24px 20px 26px;
}

.work-process-one__item__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent var(--ostech-white, #fff) transparent;
}

.work-process-one__item__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.work-process-one__item__text {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/*--------------------------------------------------------------
#Project
--------------------------------------------------------------*/
.project-one {
  position: relative;
  background: var(--ostech-white, #fff);
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .project-one {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .project-one {
    padding-bottom: 80px;
  }
}

.project-one__item {
  position: relative;
  z-index: 1;
}

.project-one__item__bg {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease-out;
}

.project-one__item.expand {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .project-one__item.expand {
    max-height: 100% !important;
    height: 100% !important;
  }
}

.project-one__item.expand .project-one__item__inner {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  width: 100%;
}

.project-one__item.expand .project-one__item__bg {
  visibility: hidden;
  opacity: 1;
}

.project-one__item.expand .project-one__thumb {
  visibility: visible;
  opacity: 1;
}

.project-one__item.choice {
  width: 100%;
  max-width: 200px;
  transition: max-width 0.5s ease-out;
}

@media (min-width: 1200px) {
  .project-one__item.choice {
    max-width: 270px;
  }
}

@media (max-width: 991px) {
  .project-one__item.choice {
    max-width: 100%;
    max-height: 200px;
    height: 100%;
  }
}

.project-one__item__inner {
  position: relative;
  visibility: hidden;
  opacity: 1;
  transition: all 0.4s ease;
}

.project-one__thumb {
  max-height: 500px;
  height: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 470px;
  transition: all 600ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {
  .project-one__thumb {
    max-width: 100%;
    max-height: 470px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .project-one__thumb {
    max-width: 570px;
  }
}

.project-one__thumb img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .project-one__thumb img {
    width: 100%;
  }
}

.project-one__content {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  top: 60px;
  left: 70px;
  bottom: 60px;
  right: 70px;
  background: rgba(var(--ostech-base-rgb, 255, 170, 23), 0.9);
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .project-one__content {
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
}

.project-one__content__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .project-one__content__title {
    font-size: 25px;
  }
}

.project-one__content__text {
  margin-top: -5px;
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  padding-bottom: 0;
}

.project-one__content__btn {
  font-size: 50px;
  color: var(--ostech-white, #fff);
  line-height: 1;
  display: inline-block;
}

.project-one__content__btn i {
  line-height: 1;
}

.project-one__content__btn:hover {
  color: var(--ostech-secondary, #232429);
  transform: rotate(30deg);
}

@media (max-width: 676px) {
  .project-one__content {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}

.horizontal-project {
  display: flex;
  width: 100%;
  padding: 0;
  gap: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .horizontal-project {
    flex-direction: column;
  }
}

.project-two {
  position: relative;
  padding: 120px 0px 0px;
}

@media (max-width: 991px) {
  .project-two {
    padding: 100px 0px 0px;
  }
}

@media (max-width: 767px) {
  .project-two {
    padding: 80px 0px 0px;
  }
}

.project-two--page {
  padding: 120px 0px 120px;
}

@media (max-width: 991px) {
  .project-two--page {
    padding: 100px 0px 100px;
  }
}

@media (max-width: 767px) {
  .project-two--page {
    padding: 80px 0px 80px;
  }
}

.project-two--page::after {
  display: none;
}

.project-two::after {
  content: "";
  width: 100%;
  height: 610px;
  background: var(--ostech-gray, #F4F5F8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-two .container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.project-two__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-two__item:hover .project-two__thumb::after {
  height: 100%;
}

.project-two__item:hover .project-two__thumb img {
  transform: scale(1.1);
}

.project-two__item:hover .project-two__content {
  transform: translateX(0%);
}

@media (max-width: 576px) {
  .project-two__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.project-two__thumb {
  max-height: 500px;
  height: 100%;
  position: relative;
}

.project-two__thumb img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.project-two__thumb::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  background-color: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.6);
  transition: all 0.4s ease-in-out;
}

.project-two__content {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: var(--ostech-base, #FFAA17);
  display: block;
  right: 30px;
  padding: 12px 30px 18px;
  transform: translateX(-100%);
  transition: transform 1000ms ease;
}

@media (max-width: 767px) and (min-width: 576px) {
  .project-two__content {
    right: 0;
    width: 100%;
    padding: 12px 20px 18px;
  }
}

.project-two__content__title {
  color: var(--ostech-text-dark, #222429);
  font-size: 20px;
  font-weight: 700;
  line-height: 240%;
  margin-bottom: -15px;
  padding-bottom: 0;
}

.project-two__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.project-two__content__title a:hover {
  background-size: 100% 1px;
}

@media (max-width: 767px) and (min-width: 575px) {
  .project-two__content__title {
    font-size: 20px;
  }
}

.project-two__content__text {
  color: var(--ostech-text-dark, #222429);
  font-size: 16px;
  font-weight: 500;
  line-height: 218.75%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-two__content__btn {
  position: absolute;
  right: 30px;
  top: -20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ostech-secondary, #232429);
}

.project-two__content__btn__icon {
  width: 17px;
  height: 17px;
  display: block;
  position: relative;
}

.project-two__content__btn__icon::after,
.project-two__content__btn__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--ostech-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.project-two__content__btn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.project-two__content__btn:hover {
  background: var(--ostech-white, #fff);
}

.project-two__content__btn:hover .project-two__content__btn__icon::after,
.project-two__content__btn:hover .project-two__content__btn__icon::before {
  background-color: var(--ostech-base, #FFAA17);
}

.project-three {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .project-three {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .project-three {
    padding: 80px 0px;
  }
}

.project-three__item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ostech-gray, #F4F5F8);
  padding: 62px 60px;
}

@media (max-width: 991px) {
  .project-three__item {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
    justify-content: start;
    align-items: start;
  }
}

@media (max-width: 575px) {
  .project-three__item {
    gap: 15px;
  }
}

.project-three__item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .project-three__item__bg {
    background-position: center center;
    background-size: cover;
  }
}

.project-three__item__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--ostech-secondary-rgb, 35, 36, 41), 0.8);
  z-index: -3;
}

.project-three__item__content {
  display: flex;
  align-items: center;
  gap: 48px;
}

@media (max-width: 575px) {
  .project-three__item__content {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
  }
}

.project-three__item__subtitle {
  margin-top: -2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 250%;
  color: var(--ostech-base, #FFAA17);
  background: var(--ostech-secondary, #232429);
  padding: 0px 20px;
  transition: all 0.4s ease-in-out;
  margin-bottom: -2px;
  padding-bottom: 0;
}

.project-three__item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  color: var(--ostech-text-dark, #222429);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .project-three__item__title {
    font-size: 20px;
  }
}

.project-three__item__link {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 575px) {
  .project-three__item__link {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
  }
}

.project-three__item__link__btn {
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--ostech-border-color, #DBDBDB);
}

.project-three__item__link__btn__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.project-three__item__link__btn__icon::after,
.project-three__item__link__btn__icon::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--ostech-secondary, #232429);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.project-three__item__link__btn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.project-three__item__link__btn:hover {
  background: var(--ostech-white, #fff);
}

.project-three__item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
}

.project-three__item:hover .project-three__item__subtitle {
  color: var(--ostech-secondary, #232429);
  background: var(--ostech-base, #FFAA17);
}

.project-three__item:hover .project-three__item__bg {
  visibility: visible;
  opacity: 1;
}

.project-three__item:hover .project-three__item__title,
.project-three__item:hover .project-three__item__text {
  color: var(--ostech-white, #fff);
}

.project-three__item:hover .project-three__item__link__btn {
  border: 1px solid var(--ostech-white, #fff);
}

.project-three__item:hover .project-three__item__link__btn__icon::after,
.project-three__item:hover .project-three__item__link__btn__icon::before {
  background-color: var(--ostech-base, #FFAA17);
}

.project-details {
  padding: 120px 0px;
  position: relative;
}

@media (max-width: 991px) {
  .project-details {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .project-details {
    padding: 80px 0px;
  }
}

.project-details__thumb {
  margin-bottom: 40px;
}

.project-details__thumb img {
  width: 100%;
  object-fit: contain;
}

.project-details__left {
  margin-top: -10px;
}

.project-details__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-details__text--two {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: var(--ostech-base, #FFAA17);
  text-transform: capitalize;
  padding-bottom: 5px;
}

.project-details__text+.project-details__text {
  margin-top: 15px;
}

.project-details__list__title {
  margin-top: 23px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--ostech-secondary, #232429);
  margin-bottom: 22px;
}

.project-details__list {
  margin-bottom: 30px;
}

.project-details__list__item {
  color: var(--ostech-secondary, #232429);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.project-details__list__item i {
  color: var(--ostech-base, #FFAA17);
  font-size: 18px;
  margin-right: 15px;
}

.project-details__list__item+.project-details__list__item {
  margin-top: 16px;
}

.project-details__box {
  border-top: 5px solid var(--ostech-base, #FFAA17);
  background: var(--ostech-white, #fff);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

@media (max-width: 991px) {
  .project-details__box {
    margin-top: 30px;
  }
}

.project-details__box__content {
  padding-bottom: 30px;
}

.project-details__box__text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 188%;
  color: var(--ostech-secondary, #232429);
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 0 0 0.1px currentColor;
}

.project-details__box__text__top {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--ostech-text, #686A6F);
  display: block;
}

.project-details__box__text+.project-details__box__text {
  margin-top: 20px;
}

.project-details__box__social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.project-details__box__social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  background: var(--ostech-gray, #F4F5F8);
  justify-content: center;
  align-items: center;
  color: var(--ostech-secondary, #232429);
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.project-details__box__social a:hover {
  color: var(--ostech-secondary, #232429);
  background: var(--ostech-base, #FFAA17);
}

.project-details__link {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--ostech-border-color, #DBDBDB);
  border-bottom: 1px solid var(--ostech-border-color, #DBDBDB);
  padding: 20px 0px;
}

@media (max-width: 1199px) {
  .project-details__link {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .project-details__link {
    margin-top: 50px;
  }

  .main-slider-two__item__shape {
    position: absolute;
    left: 10%;
    bottom: 0px;
    opacity: .4;
    display: none;
  }
}

.project-details__link__item {
  width: 40px;
  height: 40px;
  background: var(--ostech-gray, #F4F5F8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ostech-secondary, #232429);
}

.project-details__link__item:hover {
  color: var(--ostech-white, #fff);
  background: var(--ostech-base, #FFAA17);
}

.project-details__link__left,
.project-details__link__right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.project-details__link span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--ostech-text-dark, #222429);
}

.lang-f {
  font-size: 17px !important;
  align-items: center;
  font-weight: 800;
  color: #c8b07a !important;
}

.new-icoo {
  width: 40px !important;
}

.back1 {
  background-image: url(../images/pattern-5.273ee146.png);
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #efefef;
}

.content-box {
  position: relative;
  background-color: #f1f1f1;
  background-image: url(../images/bg-feature.9426d169.png);
}

.content-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 100%;
  background-image: url(../images/icon-shape-3.0fb4c98d.png);
  z-index: 3;
  pointer-events: none;
}

.inners {
  position: relative;

}

.inners:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(135deg, hsla(0, 0%, 9%, 0) 0, hsla(0, 0%, 9%, .36) 71%, var(--theme-color1) 100%);
}

.neww {
  padding: 14px 26px !important;
  font-size: 14px !important;
}

.bg-pattern-9 {
  background-image: url(../images/vecteezy_golden-melody-a-vibrant-abstract-music-key-with-swirling_24070092.jpg);
}

.bg-pattern-10 {
  background-image: url(../images/vecteezy_soaring-musical-notes-on-the-stave-vector-illustration-eps_.jpg);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: .2;
}

.bg2 {
  opacity: .1;
  background-repeat: repeat;
  background-size: auto;
}

.main-footer__bottom {
  position: relative;
  background: #000000;
  z-index: 3;
}

.backkk {
  position: relative;
  background-color: #18191c;
}

.bg-pattern-11 {
  background-image: url(../images/pattern-2.0d49b01c.png);
}

.bg-pattern-8 {
  background-image: url(../images/vecteezy_music-notes-background-illustration_24294767.jpg);
}

.bg3 {
  opacity: .1;
}

.bg5 {
  opacity: 1;
}

.inner-box2 {
  position: relative;
  background-color: #1e1e1e;
  padding: 15px 17px 15px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #c8b07a4a;
  transition: all .3s ease;
}

.inner-box2:before {

  height: 100%;
  opacity: .05;
  background-image: url(../images/icon-shape-9.b0c9e426.png);
}



.inner-box2:after {
  height: 0;
  background-image: url(../images/icon-shape-10.dd56c8f4.png);
  opacity: 0;
}

.inner-box2:after,
.inner-box2:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all .3s ease;
}

.inner-box2:hover {
  border: 1px solid #c8b07a
}

.inner-box2:hover:before {
  opacity: 0
}

.inner-box2:hover:after {
  opacity: 1;
  height: 100%
}

.texttt-g {
  text-align: left;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.d-inn {

  display: inline-flex;
}

.about-two__btn .new-1 {
  padding: 11px 10px;
  min-width: 105px;
  font-size: 13px;
}

.about-two__btn .new-2 {
  padding: 11px 10px;

  font-size: 13px;
  background-color: #e6e6e6;
  min-width: 105px;
}

.text-pre {
  position: absolute;
  top: 25%;
  justify-content: center;
  align-items: center;
  display: block;
  z-index: 100;
}

.text-pre h3 {
  font-size: 35px !important;
  color: #a18b58;
}

.text-white,
.text-dark {

  color: #c8b07a !important;
}

.main-slider-two__link {

  color: #171717 !important;
}

.main-slider-two .item .container-fluid {
  margin-right: 24px;
  margin-left: 24px;
}



/* slideshow */
.slider {
  width: 100%;
  max-width: 100vw;
  height: 90vh;
  margin: auto;
  position: relative;
  overflow: hidden;
  /*margin-top: 80px;*/
}

.slider .list {
  position: absolute;
  width: 100%;
  /* Set width to 100% to ensure one image at a time */
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  transition: transform 1s ease;
  /* Change to transform for better performance */
}

.slider .list .item {
  min-width: 100%;
  /* Ensure each item takes up full slider width */
  height: 100%;
}

.slider .list img {
  width: 100%;
  /* Set image width to 100% */
  height: 100%;
  object-fit: cover;
}

.slider .buttons {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.slider .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--ostech-base);
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}

.slider .dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.slider .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}

.slider .dots li.active {
  width: 30px;
  background-color: var(--ostech-base);
}

@media screen and (max-width: 768px) {
  .slider {
    height: 60vh;
  }
  .slider .buttons button {
    width: 40px;
    height: 40px;
  }
  .slider .slider-text {
    font-size: 18px !important;
    width: 100% !important;
    line-height: 24px !important;
    margin-left: 16px;
    margin-right: 16px;
}
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider .list {
  display: flex;
}

.slider .item {
  position: relative;
  width: 100%;
}

.slider .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: end;
  border-radius: 10px;
  width: 80%;
}

.slider .slider-text {
  font-family: "Amiri", serif !important;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 39px;
  text-transform: capitalize;
  width:50%
}

/* Overlay for dark background */
.slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Light black overlay */
}