:root {
  --deskot-font: "Mulish", sans-serif;
  --deskot-heading-font: "Inter", sans-serif;
  --deskot-text: #636363;
  --deskot-text-rgb: 99, 99, 99;
  --deskot-base: #f3f2ef;
  --deskot-base-rgb: 255, 90, 30;
  --deskot-gray: #92918F;
  --deskot-gray-rgb: 146, 145, 143;
  --deskot-white: #ffffff;
  --deskot-white-rgb: 255, 255, 255;
  --deskot-white2: #f0f1f5;
  --deskot-white2-rgb: 240, 241, 245;
  --deskot-white3: #F5F2EF;
  --deskot-white3-rgb: 245, 242, 239;
  --deskot-black: #222222;
  --deskot-black-rgb: 34, 34, 34;
  --deskot-black2: #072f3e;
  --deskot-black2-rgb: 7, 47, 62;
  --deskot-black3: #333333;
  --deskot-black3-rgb: 51, 51, 51;
  --deskot-black4: #000000;
  --deskot-black4-rgb: 0, 0, 0;
  --deskot-black5: #444444;
  --deskot-black5-rgb: 68, 68, 68;
  --deskot-border-color: #dddddd;
  --deskot-border-color-rgb: 221, 221, 221;
  --heading-size: 22px;
  --heading-size2: 35px;
  --heading-size3: 60px;
  --section-space: 120px;
  --section-space-2: 111px;
}

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--deskot-font, "Mulish", sans-serif);
  color: var(--deskot-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

body.locked { overflow: hidden; }

a {
  color: var(--deskot-base, #ff5a1e);
  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(--deskot-heading-font, "Inter", sans-serif);
  color: var(--deskot-black, #222222);
}
@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br { display: none; }
}

@media (max-width: 767px) {
  p br { display: none; }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base { background-color: var(--deskot-base, #ff5a1e); }

.background-text { background-color: var(--deskot-text, #636363); }

.background-black { background-color: var(--deskot-black, #222222); }

.background-black-2 { background-color: var(--deskot-black2, #072f3e); }

.background-white { background-color: var(--deskot-white, #ffffff); }

.background-white-2 { background-color: var(--deskot-white2, #f0f1f5); }

.deskot-text { color: var(--deskot-text, #636363); }

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-2 {
  padding-top: var(--section-space-2, 111px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-2 {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-2 {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}

.section-space-top { padding-top: var(--section-space, 120px); }

@media (max-width: 767px) {
  .section-space-top { padding-top: 100px; }
}

@media (max-width: 575px) {
  .section-space-top { padding-top: 80px; }
}

.section-space-top-2 { padding-top: var(--section-space-2, 111px); }

@media (max-width: 767px) {
  .section-space-top-2 { padding-top: 91px; }
}

@media (max-width: 575px) {
  .section-space-top-2 { padding-top: 71px; }
}

.section-space-bottom { padding-bottom: var(--section-space, 120px); }

@media (max-width: 767px) {
  .section-space-bottom { padding-bottom: 100px; }
}

@media (max-width: 575px) {
  .section-space-bottom { padding-bottom: 80px; }
}

.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-25 { --bs-gutter-y: 25px; }

.gutter-y-30 { --bs-gutter-y: 30px; }

.gutter-y-40 { --bs-gutter-y: 40px; }

.gutter-y-50 { --bs-gutter-y: 50px; }

.gutter-y-60 { --bs-gutter-y: 60px; }

.logo-retina 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);
}

/* section title */
.sec-title { margin-bottom: 22px; }
.sec-title--center {
  margin-bottom: 51px;
  text-align: center;
}
.sec-title--center .sec-title__top { justify-content: center; }

.sec-title__top {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}
.sec-title__shape {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
  .sec-title__shape { top: 2px; }
}

.sec-title__tagline {
  margin: 0;
  font-size: 22px;
  color: var(--deskot-black4, #000000);
  font-weight: 600;
  line-height: 1.363;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sec-title__tagline {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.sec-title__shape {
  max-width: 100%;
  height: auto;
}

.sec-title__title {
  margin: 0px;
  font-size: var(--heading-size2, 35px);
  font-weight: 700;
  line-height: 1.285;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-title__title { font-size: 35px; }
}

/* button */
.deskot-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 11px 12px 11px 12px;
  background-color: var(--deskot-black4, #000000);
  z-index: 1;
  overflow: hidden;
  transition: 500ms;
}

@media (max-width: 390px) {
  .deskot-btn { padding-left: 25px; }
}

.deskot-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--deskot-black2, #072f3e);
  z-index: -1;
  transition: all 500ms ease;
}

.deskot-btn:hover::after {
  width: 100%;
  left: 0px;
}

.deskot-btn__text {
  display: inline-block;
  font-size: 16px;
  color: var(--deskot-white, #ffffff);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.deskot-btn__icon-box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--deskot-black4, #000000);
  transition: all 500ms ease;
}

.deskot-btn__icon {
  width: 13px;
  height: 13px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  color: var(--deskot-base, #ff5a1e);
  transition: all 500ms ease;
}

.deskot-btn__icon i {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.deskot-btn__icon i:last-child {
  left: -15px;
  bottom: -15px;
  transform: translate(0, 0);
}

.deskot-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.deskot-btn:hover .deskot-btn__icon-box { background-color: var(--deskot-black4, #000000); }

.deskot-btn:hover .deskot-btn__icon { color: var(--deskot-white, #ffffff); }

.deskot-btn:hover .deskot-btn__icon i {
  transform: translate(15px, -15px);
  transition: all 0.5s ease-out;
}

.deskot-btn:hover .deskot-btn__icon i:last-child { visibility: visible; }

.deskot-btn--black { background-color: var(--deskot-black2, #072f3e); }

.deskot-btn--black::after { background-color: var(--deskot-base, #ff5a1e); }

.deskot-btn--black:hover .deskot-btn__icon-box { background-color: var(--deskot-white, #ffffff); }

.deskot-btn--black:hover .deskot-btn__icon { color: var(--deskot-base, #ff5a1e); }

.deskot-btn--white { background-color: var(--deskot-white, #ffffff); }

.deskot-btn--white::after { background-color: var(--deskot-base, #ff5a1e); }

.deskot-btn--white .deskot-btn__text { color: var(--deskot-black3, #333333); }

.deskot-btn--white:hover .deskot-btn__text { color: var(--deskot-white, #ffffff); }

.deskot-btn--white .deskot-btn__icon-box { background-color: var(--deskot-base, #ff5a1e); }

.deskot-btn--white .deskot-btn__icon { color: var(--deskot-white, #ffffff); }

.deskot-btn--white:hover .deskot-btn__icon-box { background-color: var(--deskot-white, #ffffff); }

.deskot-btn--white:hover .deskot-btn__icon { color: var(--deskot-base, #ff5a1e); }

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--deskot-gray, #92918F);
  overflow: hidden;
  transition: all 500ms ease;
}

.social-links a:hover {
  border-color: var(--deskot-base, #ff5a1e);
  background-color: var(--deskot-base, #ff5a1e);
}

.social-links__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--deskot-gray, #92918F);
  transition: all 500ms ease;
}

.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-links a:hover .social-links__icon {
  color: var(--deskot-white, #ffffff);
  animation: slideTop 400ms;
}

/* 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(--deskot-base, #ff5a1e);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--deskot-black, #222222);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--deskot-base, #ff5a1e);
  -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(--deskot-base, #ff5a1e);
  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(--deskot-base, #ff5a1e);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  position: relative;
  z-index: 999;
  background-color: var(--deskot-base, #ff5a1e);
}

.main-header::after {
  content: "";
  width: 57px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--deskot-white, #ffffff);
}

@media (max-width: 1599px) {
  .main-header::after { display: none; }
}

@media (max-width: 1399px) {
  .main-header::after { display: block; }
}

@media (max-width: 1299px) {
  .main-header::after { display: none; }
}

.main-header > .container-fluid {
  padding-left: 69px;
  padding-right: 17px;
}

@media (max-width: 1900px) {
  .main-header > .container-fluid { padding-left: 17px; }
}

@media (max-width: 575px) {
  .main-header > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .main-header__inner { padding: 20px 0; }
}

.main-header__logo {
  display: inline-block;
  position: relative;
  padding: 0px 46px 0px 79px;
}

@media (max-width: 1599px) {
  .main-header__logo { padding: 0px 30px 0px 30px; }
}
@media (max-width: 480px) {
  .main-header__logo {
    padding: 0px 20px 0px 40px;
    margin-right: 20px;
  }
}
@media (max-width: 450px) {
  .main-header__logo { padding-left: 0px; }
}
/* .main-header__logo::before {
  content: "";
  width: 96%;
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--deskot-white, #ffffff);
  clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%, 14% 50%);
} */
@media (max-width: 1599px) {
  .main-header__logo::before { clip-path: polygon(0 0, 86% 0, 98% 50%, 86% 100%, 0 100%, 14% 50%); }
}
@media (max-width: 1199px) {
  .main-header__logo::before { height: calc(100% + 44px); }
}
@media (max-width: 767px) {
  .main-header__logo::before { height: calc(100% + 40px); }
}
@media (max-width: 480px) {
  .main-header__logo::before { clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%, 7% 50%); }
}
@media (max-width: 450px) {
  .main-header__logo::before {
    width: calc(100% + 15px);
    left: -15px;
    clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%, 0 50%);
  }
}
.main-header__logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.main-header__logo img {
  max-width: 80%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__nav { margin-right: 30px; }

@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header__search {
  display: inline-flex;
  position: relative;
  font-size: 26px;
  color: var(--deskot-white, #ffffff);
  transition: all 500ms ease;
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .main-header__search { margin-left: 50px; }
}
@media (max-width: 430px) {
  .main-header__search { margin-left: 40px; }
}
.main-header__search:hover { color: var(--deskot-black, #222222); }

.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: RGBA(var(--deskot-white-rgb, 255, 255, 255), 0.5);
}
@media (max-width: 1199px) {
  .main-header__search::before { display: inline-block; }
}
@media (max-width: 430px) {
  .main-header__search::before { left: -20px; }
}

.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__btn { margin-left: 40px; }
@media (max-width: 1599px) {
  .main-header__btn { margin-left: 30px; }
}
@media (max-width: 767px) {
  .main-header__btn { display: none; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header__btn { display: none; }
}
.main-header__btn::after { background-color: var(--deskot-black, #222222); }
.main-header__btn .deskot-btn__icon-box {
  color: var(--deskot-white, #ffffff);
  background-color: var(--deskot-black2, #072f3e);
}
.main-header .sidebar-btn__toggler {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 270px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--deskot-black2, #072f3e);
  border: 6px solid var(--deskot-white, #ffffff);
  transition: all 500ms ease;
}
@media (max-width: 1900px) {
  .main-header .sidebar-btn__toggler { margin-left: 60px; }
}
@media (max-width: 1599px) {
  .main-header .sidebar-btn__toggler { display: none; }
}
@media (max-width: 1399px) {
  .main-header .sidebar-btn__toggler {
    display: flex;
    margin-left: 40px;
  }
}
@media (max-width: 1299px) {
  .main-header .sidebar-btn__toggler { display: none; }
}
.main-header .sidebar-btn__toggler:hover { background-color: var(--deskot-base, #ff5a1e); }

.main-header .sidebar-btn__toggler__icon {
  display: inline-flex;
  font-size: 28px;
  color: var(--deskot-white, #ffffff);
  transition: all 500ms ease;
}
.main-header .sidebar-btn__toggler__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header .sidebar-btn__toggler:hover .sidebar-btn__toggler__icon { color: var(--deskot-white, #ffffff); }

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--deskot-base, #ff5a1e);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--deskot-black-rgb, 34, 34, 34), 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;
}
.sticky-header--cloned.main-header--two { background-color: var(--deskot-white, #ffffff); }

.sticky-header--cloned.main-header--three .main-header__inner::before { display: none; }

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn { display: none; }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--deskot-white, #ffffff);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span { background-color: var(--deskot-black, #222222); }

.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 {
  position: relative;
  padding: 28px 19px;
}
.main-menu .main-menu__list > li.dropdown > a { position: relative; }

.main-menu .main-menu__list > li + li { margin-left: 5px; }

.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--deskot-black4, #000);
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a { color: var(--deskot-black, #222222); }

.main-menu .main-menu__list > li.megamenu > a,
.main-menu .main-menu__list > li.dropdown > a { padding-right: 16px; }

.main-menu .main-menu__list > li.megamenu > a::after,
.main-menu .main-menu__list > li.dropdown > a::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  color: var(--deskot-black4, #000000);
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li.dropdown:hover > a::after { color: var(--deskot-black, #222222); }

.main-menu .main-menu__list li ul {
  position: absolute;
  top: calc(100% + 4px);
  left: -25px;
  min-width: 270px;
  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(--deskot-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--deskot-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu { position: static; }

.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-family: var(--deskot-font, "Mulish", sans-serif);
  font-size: 15px;
  line-height: 26px;
  color: var(--deskot-black4, #000000);
  font-weight: 600;
  display: flex;
  text-transform: capitalize;
  padding: 8px 15px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--deskot-black4, #000000);
  background-color: var(--deskot-base, #ff5a1e);
}
.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: 1599px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  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(--deskot-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(--deskot-white, #ffffff); }

.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: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--deskot-black, #222222);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 65px 15px 30px;
  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 {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--deskot-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover { color: var(--deskot-base, #ff5a1e); }

.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(--deskot-white-rgb, 255, 255, 255), 0.05);
}

.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(--deskot-white-rgb, 255, 255, 255), 0.05); }

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  font-family: var(--deskot-font, "Mulish", sans-serif);
  line-height: 30px;
  color: var(--deskot-white, #ffffff);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a { font-size: 15px; }

.mobile-nav__content .main-menu__list li a.expanded { color: var(--deskot-base, #ff5a1e); }

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--deskot-base, #ff5a1e);
  border: none;
  outline: none;
  color: var(--deskot-white, #ffffff);
  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 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--deskot-white, #ffffff);
  color: var(--deskot-black, #222222);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--deskot-white, #ffffff);
  font-size: 16px;
  font-weight: 500;
  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(--deskot-base, #ff5a1e); }

.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--deskot-base, #ff5a1e);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 12px;
  color: var(--deskot-white, #ffffff);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links { gap: 12px; }

.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--deskot-base, #ff5a1e);
}
.mobile-nav__content .social-links a:hover { background-color: var(--deskot-white, #ffffff); }

.mobile-nav__content .social-links__icon {
  font-size: 14px;
  color: var(--deskot-white, #ffffff);
}
.mobile-nav__content .social-links a:hover .social-links__icon { color: var(--deskot-base, #ff5a1e); }

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right { display: none; }

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-color: var(--deskot-black4, #000000);
}
@media (max-width: 1199px) {
  .page-header { padding: 128px 0px 133px; }
}

@media (max-width: 767px) {
  .page-header { padding: 108px 0px 113px; }
}
@media (max-width: 440px) {
  .page-header { padding: 98px 0px 103px; }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--deskot-black2-rgb, 7, 47, 62), 0.3);
}
.page-header__shape-1 {
  width: calc(100% - 384px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.9;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1599px) {
  .page-header__shape-1 { width: 100%; }
}
.page-header__shape-2 {
  width: 290px;
  height: 290px;
  position: absolute;
  right: -88px;
  bottom: -101px;
  z-index: 1;
  border-radius: 50%;
  transform: rotate(93.18deg);
  background: linear-gradient(0deg, #ff5a1e 0%, rgba(153, 54, 18, 0) 100%);
  animation: zoomRotate 2s infinite alternate;
}
@media (max-width: 767px) {
  .page-header__shape-2 {
    right: -150px;
    bottom: -150px;
  }
}
@media (max-width: 440px) {
  .page-header__shape-2 {
    right: -170px;
    bottom: -170px;
  }
}
@keyframes zoomRotate {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(93.18deg);
  }
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header__title {
  margin-bottom: 20px;
  font-size: var(--heading-size3, 60px);
  color: var(--deskot-white, #ffffff) !important;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.166;
}
@media (max-width: 1199px) {
  .page-header__title { font-size: 55px; }
}
@media (max-width: 767px) {
  .page-header__title { font-size: 50px; }
}
@media (max-width: 575px) {
  .page-header__title { font-size: 45px; }
}
@media (max-width: 440px) {
  .page-header__title { font-size: 40px; }
}
@media (max-width: 412px) {
  .page-header__title { font-size: 35px; }
}

.deskot-breadcrumb {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px 0;
  flex-wrap: wrap;
}
.deskot-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--deskot-white, #ffffff);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .deskot-breadcrumb li { font-size: 16px; }
}
.deskot-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 19px;
}
@media (max-width: 575px) {
  .deskot-breadcrumb li:not(:last-child)::after { font-size: 17px; }
}
.deskot-breadcrumb li span,
.deskot-breadcrumb li a { display: inline-flex; }

.deskot-breadcrumb li:not(:first-child) span { color: var(--deskot-base, #ff5a1e); }

.deskot-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.deskot-breadcrumb li a:hover { color: var(--deskot-base, #ff5a1e); }

.deskot-breadcrumb li a:hover { background-size: 100% 1px; } 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--deskot-black4, #000000);
}
.main-footer__top {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  border-bottom: 2px solid var(--deskot-white, #ffffff);
}
.main-footer__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main-footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--deskot-black2-rgb, 7, 47, 62), 0.96);
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer__bottom {
  padding: 15px 0px;
  position: relative;
  background-color: var(--deskot-black4, #000000);
}
@media (max-width: 991px) {
  .main-footer__bottom { padding: 20px 0px; }
}
.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
@media (max-width: 991px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
}
.main-footer__copyright {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--deskot-white, #ffffff);
  text-transform: capitalize;
}
.main-footer__page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 26px;
  margin: 0px;
}
@media (max-width: 991px) {
  .main-footer__page {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main-footer__page { gap: 13px 22px; }
}
.main-footer__page li {
  font-size: 16px;
  font-weight: 400;
  color: var(--deskot-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
}
.main-footer__page li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__page li a:hover { color: var(--deskot-black, #222222); }

.main-footer__page li a:hover { background-size: 100% 1px; }

.main-footer--two .main-footer__top { padding-top: 167px; }

.main-footer--newsletter { background-color: transparent; }

.main-footer--newsletter .main-footer__newsletter {
  margin-bottom: -95px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.footer-widget--about { max-width: 300px; }

@media (max-width: 991px) {
  .footer-widget--about { max-width: 350px; }
}

@media (max-width: 767px) {
  .footer-widget--about { max-width: 100%; }
}

.footer-widget--links, .footer-widget--blog { margin-top: 16px; }

@media (max-width: 767px) {
  .footer-widget--links-1 { margin-top: 0px; }
}

@media (max-width: 991px) {
  .footer-widget--links-2 { margin-top: 0px; }
}
@media (max-width: 1199px) {
  .footer-widget--blog { margin-top: 0px; }
}
.footer-widget__title {
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--deskot-white, #ffffff);
  font-weight: 600;
  line-height: 1.363;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .footer-widget__title { margin-bottom: 25px; }
}
.footer-widget__text {
  margin-bottom: 34px;
  color: var(--deskot-white, #ffffff);
  line-height: 1.75;
}
.footer-widget__links-box {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.footer-widget__links { margin: 0px; }

.footer-widget__links li + li { margin-top: 10px; }

.footer-widget__links li {
  font-size: 16px;
  font-weight: 400;
  color: var(--deskot-white, #ffffff);
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover { color: var(--deskot-base, #ff5a1e); }

.footer-widget__links li a:hover { background-size: 100% 1px; }

.footer-widget__links--1 li {
  position: relative;
  padding-left: 16px;
}
.footer-widget__links--1 li::before {
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 5px;
  color: var(--deskot-white, #ffffff);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-slider__carousel { position: relative; }

.hero-slider__carousel.owl-carousel .owl-nav {
  margin: 0px;
  padding: 22px 37px 12px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-radius: 50px 50px 0px 0px;
  background-color: var(--deskot-white, #ffffff);
}
@media (min-width: 1200px) {
  .hero-slider__carousel.owl-carousel .owl-nav {
    flex-direction: column;
    padding: 37px 12px 37px 22px;
    top: 50%;
    right: 0px;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    border-radius: 50px 0px 0px 50px;
  }
}
.hero-slider__carousel.owl-carousel .owl-nav button {
  width: 43px;
  height: 43px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .hero-slider__carousel.owl-carousel .owl-nav button { transform: rotate(90deg); }
}
.hero-slider__item {
  position: relative;
  padding: 213px 0px;
  overflow: hidden;
  background-color: var(--deskot-black2, #072f3e);
}
@media (max-width: 1199px) {
  .hero-slider__item { padding: 173px 0px 250px; }
}
@media (max-width: 991px) {
  .hero-slider__item { padding: 153px 0px 230px; }
}
@media (max-width: 575px) {
  .hero-slider__item { padding: 123px 0px 200px; }
}
.hero-slider__bg-box {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider__bg {
  position: relative;
  width: 25%;
  height: 100%;
}
.hero-slider__bg__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 0 0;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out;
}
.hero-slider__bg__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.25s;
}
.hero-slider__bg:nth-child(1) .hero-slider__bg__inner {
  z-index: 3;
  transition-delay: 0.32s;
  transform: translateX(-40.5%);
}
.hero-slider__bg:nth-child(1) .hero-slider__bg__inner::before {
  left: 0vw;
  transition-delay: 0.365s;
}
.hero-slider__bg:nth-child(2) .hero-slider__bg__inner {
  z-index: 2;
  transition-delay: 0.16s;
  transform: translateX(-73%);
}
.hero-slider__bg:nth-child(2) .hero-slider__bg__inner::before {
  left: -25vw;
  transition-delay: 0.285s;
}
.hero-slider__bg:nth-child(3) .hero-slider__bg__inner {
  z-index: 1;
  transition-delay: 0.08s;
  transform: translateX(-105.5%);
}
.hero-slider__bg:nth-child(3) .hero-slider__bg__inner::before {
  left: -50vw;
  transition-delay: 0.205s;
}
.hero-slider__bg:nth-child(4) .hero-slider__bg__inner {
  z-index: 0;
  transition-delay: 0s;
  transform: translateX(-138%);
}
.hero-slider__bg:nth-child(4) .hero-slider__bg__inner::before {
  left: -75vw;
  transition-delay: 0.125s;
}
.hero-slider__overlay {
  width: calc(100% - 475px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1799px) {
  .hero-slider__overlay { width: calc(100% - 300px); }
}
@media (max-width: 1399px) {
  .hero-slider__overlay { width: calc(100% - 250px); }
}
@media (max-width: 1199px) {
  .hero-slider__overlay {
    width: 100%;
    background-image: none !important;
  }
  .hero-slider__overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--deskot-black2-rgb, 7, 47, 62), 0.7);
  }
}
.hero-slider .container {
  position: relative;
  z-index: 6;
}
.hero-slider__top {
  margin-bottom: 21px;
  overflow: hidden;
}
.hero-slider__top__inner {
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(-150%);
  border-radius: 50px;
  background-color: var(--deskot-black4, #000000);
}
@media (max-width: 991px) {
  .hero-slider__top__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 440px) {
  .hero-slider__top__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-slider__tagline-shape {
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.hero-slider__tagline {
  margin: 0px;
  font-family: var(--deskot-font, "Mulish", sans-serif);
  font-size: 22px;
  color: var(--deskot-base, #ff5a1e);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.272;
}
@media (max-width: 991px) {
  .hero-slider__tagline {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .hero-slider__tagline { font-size: 14px; }
}
.hero-slider__title {
  position: relative;
  margin-bottom: 23px;
  font-weight: 700;
  font-size: var(--heading-size3, 60px);
  color: var(--deskot-white, #ffffff);
  line-height: 1.166;
}
@media (max-width: 991px) {
  .hero-slider__title { font-size: 50px; }
}
@media (max-width: 575px) {
  .hero-slider__title { font-size: 45px; }
}
@media (max-width: 440px) {
  .hero-slider__title { font-size: 40px; }
}
.hero-slider__title::after {
  content: "";
  width: 465px;
  height: 274px;
  position: absolute;
  top: -42px;
  right: -25px;
  z-index: -1;
  opacity: 0;
  perspective: 500px;
  transform: rotateX(120deg);
  transform-origin: 50% 100%;
  background-color: var(--deskot-black4, #000000);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 177.000000"><g transform="translate(0.000000,177.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M5510 3502 c-77 -22 -207 -67 -290 -101 -613 -256 -1377 -336 -2250 -234 -1482 173 -3212 -242 -2938 -705 222 -375 1309 -583 2858 -546 611 15 641 -133 185 -891 -350 -580 -364 -791 -65 -945 562 -289 1491 350 2324 1600 794 1192 874 2013 176 1822z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 177.000000"><g transform="translate(0.000000,177.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M5510 3502 c-77 -22 -207 -67 -290 -101 -613 -256 -1377 -336 -2250 -234 -1482 173 -3212 -242 -2938 -705 222 -375 1309 -583 2858 -546 611 15 641 -133 185 -891 -350 -580 -364 -791 -65 -945 562 -289 1491 350 2324 1600 794 1192 874 2013 176 1822z"/> </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;
}
@media (max-width: 767px) {
  .hero-slider__title::after { display: none; }
}
@keyframes show {
  to {
    opacity: 1;
  }
}
@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}
.hero-slider__title span {
  display: inline-block;
  transform-style: preserve-3d;
  transform-origin: bottom;
  transform: scale(1, 0);
}
@keyframes splitText {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.hero-slider__description {
  margin-bottom: 25px;
  overflow: hidden;
}
.hero-slider__text {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--deskot-white, #ffffff);
  line-height: 1.666;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 575px) {
  .hero-slider__text { font-size: 16px; }
}
.hero-slider__button { overflow: hidden; }

.hero-slider__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.hero-slider .deskot-btn::after { background-color: var(--deskot-white, #ffffff); }

.hero-slider .deskot-btn:hover .deskot-btn__text { color: var(--deskot-black2, #072f3e); }

.hero-slider__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 6.7%;
  bottom: 12.4%;
  z-index: 5;
  opacity: 0;
  animation: zoomIn3 2.5s infinite alternate;
}
@media (max-width: 1799px) {
  .hero-slider__shape-1 {
    left: 2%;
    bottom: 8%;
  }
}
@media (max-width: 1599px) {
  .hero-slider__shape-1 {
    left: 1.5%;
    bottom: 3%;
  }
}
@media (max-width: 575px) {
  .hero-slider__shape-1 { display: none !important; }
}
.hero-slider__shape-2 {
  width: 227px;
  height: 227px;
  position: absolute;
  right: -46px;
  bottom: -51px;
  z-index: 5;
  opacity: 0;
  transform: rotate(62.776deg);
  border-radius: 50%;
  background: linear-gradient(0deg, #ff5a1e 0%, rgba(153, 54, 18, 0) 100%);
  animation: shapeZoomIn 2s infinite alternate;
}
@media (max-width: 767px) {
  .hero-slider__shape-2 {
    right: -86px;
    bottom: -91px;
  }
}
@media (max-width: 575px) {
  .hero-slider__shape-2 { display: none; }
}
@keyframes shapeZoomIn {
  0% {
    transform: scale(1.25) rotate(62.776deg);
  }
  50% {
    transform: scale(1) rotate(62.776deg);
  }
  100% {
    transform: scale(1.25) rotate(62.776deg);
  }
}
.hero-slider .active .hero-slider__bg__inner {
  transform: translateX(0);
  transition-timing-function: ease;
}
.hero-slider .active .hero-slider__bg__inner::before { opacity: 1; }

.hero-slider .active .hero-slider__overlay {
  opacity: 1;
  transition: opacity 500ms ease 300ms;
}
.hero-slider .active .hero-slider__top__inner,
.hero-slider .active .hero-slider__text,
.hero-slider .active .hero-slider__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.hero-slider .active .hero-slider__top__inner { transition-delay: 200ms; }

.hero-slider .active .hero-slider__title span {
  animation: splitText 300ms ease forwards;
}
.hero-slider .active .hero-slider__title::after {
  animation: show 0.01s forwards, pop-word 1.5s forwards;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 600ms;
}
.hero-slider .active .hero-slider__text { transition-delay: 400ms; }

.hero-slider .active .hero-slider__button__inner { transition-delay: 800ms; }

.hero-slider .active .hero-slider__shape-1,
.hero-slider .active .hero-slider__shape-2 {
  opacity: 1;
  transition: opacity 500ms ease 500ms;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  background-color: var(--deskot-white, #ffffff);
}
@media (max-width: 1199px) {
  .about-one { padding-bottom: var(--section-space, 120px); }
}
@media (max-width: 767px) {
  .about-one { padding-bottom: 100px; }
}
@media (max-width: 575px) {
  .about-one { padding-bottom: 80px; }
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__content {
  position: relative;
  z-index: 2;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .about-one__content { margin-top: 0px; }
}
@media (max-width: 991px) {
  .about-one__content { margin-top: 100px; }
}
@media (max-width: 575px) {
  .about-one__content { margin-top: 0px; }
}
.about-one__content__inner { padding-left: 130px; }

@media (max-width: 1199px) {
  .about-one__content__inner { padding-left: 0px; }
}
.about-one .sec-title { margin-bottom: 22px; }

.about-one__text { margin-bottom: 21px; }

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
.why-choose .container {
  position: relative;
  z-index: 1;
}
.why-choose__single:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--deskot-border-color, #dddddd);
}
@media (max-width: 575px) {
  .why-choose__single:not(:last-child) {
    border: none;
    padding-bottom: 0px;
  }
}
.why-choose__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.why-choose__icon-box {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: var(--deskot-black4, #000000);
  transition: all 500ms ease;
}
/* .why-choose__icon-box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--deskot-base, #ff5a1e);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
} */
/* .why-choose__item:hover .why-choose__icon-box::after {
  width: 100%;
  height: 100%;
} */
.why-choose__icon {
  display: inline-flex;
  font-size: 34px;
  color: var(--deskot-white, #ffffff);
  transition: all 500ms ease;
}
.why-choose__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}
@media (min-width: 576px) and (max-width: 767px) {
  .why-choose__title { font-size: 20px; }
}
.why-choose__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
/* .why-choose__title a:hover { color: var(--deskot-base, #ff5a1e); } */

/* .why-choose__title a:hover { background-size: 100% 1px; } */

.why-choose .sec-title { margin-bottom: 15px; }

.why-choose__text { margin-bottom: 26px; }

.why-choose__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  animation: vibrant2 3s ease 0s infinite;
}
@media (max-width: 1899px) {
  .why-choose__shape { display: none; }
}

/*--------------------------------------------------------------
# Coworking People
--------------------------------------------------------------*/
.coworking-people {
  position: relative;
  overflow: hidden;
  background-color: var(--deskot-black4, #000000);
}
.coworking-people__theme-name {
  display: flex;
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 5.8%;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
}
@media (max-width: 1799px) {
  .coworking-people__theme-name { left: 2%; }
}
@media (max-width: 1599px) {
  .coworking-people__theme-name {
    gap: 20px;
    left: 1%;
  }
}
@media (max-width: 1399px) {
  .coworking-people__theme-name { display: none; }
}
.coworking-people__theme-name span {
  display: inline-block;
  position: relative;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: RGBA(var(--deskot-black2-rgb, 7, 47, 62), 0.04);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--deskot-white, #ffffff);
}
@media (max-width: 1799px) {
  .coworking-people__theme-name span { font-size: 120px; }
}
@media (max-width: 1599px) {
  .coworking-people__theme-name span { font-size: 75px; }
}
.coworking-people__theme-name span::after {
  content: attr(data-char);
  width: 0%;
  position: absolute;
  inset: 0;
  color: var(--deskot-base, #ff5a1e);
  overflow: hidden;
  white-space: pre;
}
.coworking-people .sec-title { margin-bottom: 17px; }

.coworking-people .sec-title__title { color: var(--deskot-white, #ffffff); }

.coworking-people__text {
  margin-bottom: 27px;
  color: var(--deskot-white, #ffffff);
}
.coworking-people__text--2 { margin-bottom: 37px; }

.coworking-people__text__highlight {
  font-weight: 600;
  color: var(--deskot-base, #ff5a1e);
  text-transform: uppercase;
}
.coworking-people__text .deskot-btn {
  margin-left: 10px;
  gap: 10px;
  padding: 0px;
  background-color: transparent;
}
.coworking-people__text .deskot-btn::after { display: none; }

.coworking-people__text .deskot-btn .deskot-btn__text {
  font-weight: 500;
  color: var(--deskot-base, #ff5a1e);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.coworking-people__text .deskot-btn:hover .deskot-btn__text {
  color: var(--deskot-white, #ffffff);
  text-decoration: none;
}
.coworking-people__text .deskot-btn .deskot-btn__icon-box {
  width: auto;
  height: auto;
  display: inline-flex;
  background-color: transparent;
}
.coworking-people__image {
  width: 51%;
  height: 100%;
  padding-left: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--deskot-base, #ff5a1e);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 717.000000"><g transform="translate(0.000000,717.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M170 7158 c0 -7 55 -67 123 -134 203 -199 276 -282 445 -504 104 -136 150 -204 221 -325 29 -49 56 -97 61 -105 5 -8 19 -35 30 -60 12 -25 26 -52 31 -60 5 -8 12 -22 15 -30 3 -8 11 -28 18 -45 13 -30 34 -81 60 -152 30 -83 73 -249 81 -318 3 -27 10 -87 15 -132 17 -139 -14 -355 -75 -522 -76 -211 -248 -443 -449 -609 -168 -139 -233 -198 -336 -308 -55 -59 -150 -178 -150 -188 0 -3 -11 -22 -25 -42 -26 -39 -81 -150 -107 -219 -53 -135 -75 -317 -58 -479 6 -61 16 -129 22 -151 6 -22 15 -58 19 -80 10 -54 33 -128 59 -195 12 -30 24 -64 27 -75 3 -11 11 -33 18 -50 7 -16 21 -50 30 -75 20 -50 35 -88 57 -140 72 -165 113 -279 149 -416 28 -106 31 -313 5 -376 -50 -120 -83 -171 -161 -246 -165 -160 -201 -199 -236 -252 -48 -76 -59 -114 -59 -206 0 -66 5 -87 28 -132 44 -84 139 -173 267 -249 11 -6 54 -28 95 -48 41 -20 84 -41 94 -47 11 -6 31 -14 45 -18 14 -5 51 -18 81 -30 30 -11 82 -30 115 -40 33 -11 74 -25 92 -30 39 -13 134 -39 193 -53 31 -8 1253 -12 4018 -14 l3972 -3 0 3585 0 3585 -4415 0 c-3525 0 -4415 -3 -4415 -12z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 717.000000"><g transform="translate(0.000000,717.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M170 7158 c0 -7 55 -67 123 -134 203 -199 276 -282 445 -504 104 -136 150 -204 221 -325 29 -49 56 -97 61 -105 5 -8 19 -35 30 -60 12 -25 26 -52 31 -60 5 -8 12 -22 15 -30 3 -8 11 -28 18 -45 13 -30 34 -81 60 -152 30 -83 73 -249 81 -318 3 -27 10 -87 15 -132 17 -139 -14 -355 -75 -522 -76 -211 -248 -443 -449 -609 -168 -139 -233 -198 -336 -308 -55 -59 -150 -178 -150 -188 0 -3 -11 -22 -25 -42 -26 -39 -81 -150 -107 -219 -53 -135 -75 -317 -58 -479 6 -61 16 -129 22 -151 6 -22 15 -58 19 -80 10 -54 33 -128 59 -195 12 -30 24 -64 27 -75 3 -11 11 -33 18 -50 7 -16 21 -50 30 -75 20 -50 35 -88 57 -140 72 -165 113 -279 149 -416 28 -106 31 -313 5 -376 -50 -120 -83 -171 -161 -246 -165 -160 -201 -199 -236 -252 -48 -76 -59 -114 -59 -206 0 -66 5 -87 28 -132 44 -84 139 -173 267 -249 11 -6 54 -28 95 -48 41 -20 84 -41 94 -47 11 -6 31 -14 45 -18 14 -5 51 -18 81 -30 30 -11 82 -30 115 -40 33 -11 74 -25 92 -30 39 -13 134 -39 193 -53 31 -8 1253 -12 4018 -14 l3972 -3 0 3585 0 3585 -4415 0 c-3525 0 -4415 -3 -4415 -12z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1799px) {
  .coworking-people__image {
    width: 45%;
    mask: unset;
    -webkit-mask: unset;
  }
}
@media (max-width: 1199px) {
  .coworking-people__image {
    width: auto;
    display: inline-block;
    position: static;
    padding: 5px;
    border-radius: 20px;
  }
}
.coworking-people__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 717.000000"><g transform="translate(0.000000,717.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M170 7158 c0 -7 55 -67 123 -134 203 -199 276 -282 445 -504 104 -136 150 -204 221 -325 29 -49 56 -97 61 -105 5 -8 19 -35 30 -60 12 -25 26 -52 31 -60 5 -8 12 -22 15 -30 3 -8 11 -28 18 -45 13 -30 34 -81 60 -152 30 -83 73 -249 81 -318 3 -27 10 -87 15 -132 17 -139 -14 -355 -75 -522 -76 -211 -248 -443 -449 -609 -168 -139 -233 -198 -336 -308 -55 -59 -150 -178 -150 -188 0 -3 -11 -22 -25 -42 -26 -39 -81 -150 -107 -219 -53 -135 -75 -317 -58 -479 6 -61 16 -129 22 -151 6 -22 15 -58 19 -80 10 -54 33 -128 59 -195 12 -30 24 -64 27 -75 3 -11 11 -33 18 -50 7 -16 21 -50 30 -75 20 -50 35 -88 57 -140 72 -165 113 -279 149 -416 28 -106 31 -313 5 -376 -50 -120 -83 -171 -161 -246 -165 -160 -201 -199 -236 -252 -48 -76 -59 -114 -59 -206 0 -66 5 -87 28 -132 44 -84 139 -173 267 -249 11 -6 54 -28 95 -48 41 -20 84 -41 94 -47 11 -6 31 -14 45 -18 14 -5 51 -18 81 -30 30 -11 82 -30 115 -40 33 -11 74 -25 92 -30 39 -13 134 -39 193 -53 31 -8 1253 -12 4018 -14 l3972 -3 0 3585 0 3585 -4415 0 c-3525 0 -4415 -3 -4415 -12z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 717.000000"><g transform="translate(0.000000,717.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M170 7158 c0 -7 55 -67 123 -134 203 -199 276 -282 445 -504 104 -136 150 -204 221 -325 29 -49 56 -97 61 -105 5 -8 19 -35 30 -60 12 -25 26 -52 31 -60 5 -8 12 -22 15 -30 3 -8 11 -28 18 -45 13 -30 34 -81 60 -152 30 -83 73 -249 81 -318 3 -27 10 -87 15 -132 17 -139 -14 -355 -75 -522 -76 -211 -248 -443 -449 -609 -168 -139 -233 -198 -336 -308 -55 -59 -150 -178 -150 -188 0 -3 -11 -22 -25 -42 -26 -39 -81 -150 -107 -219 -53 -135 -75 -317 -58 -479 6 -61 16 -129 22 -151 6 -22 15 -58 19 -80 10 -54 33 -128 59 -195 12 -30 24 -64 27 -75 3 -11 11 -33 18 -50 7 -16 21 -50 30 -75 20 -50 35 -88 57 -140 72 -165 113 -279 149 -416 28 -106 31 -313 5 -376 -50 -120 -83 -171 -161 -246 -165 -160 -201 -199 -236 -252 -48 -76 -59 -114 -59 -206 0 -66 5 -87 28 -132 44 -84 139 -173 267 -249 11 -6 54 -28 95 -48 41 -20 84 -41 94 -47 11 -6 31 -14 45 -18 14 -5 51 -18 81 -30 30 -11 82 -30 115 -40 33 -11 74 -25 92 -30 39 -13 134 -39 193 -53 31 -8 1253 -12 4018 -14 l3972 -3 0 3585 0 3585 -4415 0 c-3525 0 -4415 -3 -4415 -12z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1799px) {
  .coworking-people__image img {
    mask: unset;
    -webkit-mask: unset;
  }
}
@media (max-width: 1199px) {
  .coworking-people__image img {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: none;
    border-radius: inherit;
  }
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  padding: 80px 0px 80px;
  overflow: hidden;
  background-color: var(--deskot-black4, #000000);
}
@media (max-width: 991px) {
  .slide-text { padding: 321px 0px 105px; }
}
@media (max-width: 767px) {
  .slide-text { padding: 301px 0px 85px; }
}
@media (max-width: 575px) {
  .slide-text { padding: 282px 0px 66px; }
}
.slide-text__wrapper {
  position: relative;
  z-index: 1;
}
.slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0px;
  font-size: 70px;
  font-weight: 700;
  color: transparent;
  text-transform: capitalize;
  line-height: 1.25;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--deskot-white, #ffffff);
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .slide-text__scroll { font-size: 60px; }
}
@media (max-width: 575px) {
  .slide-text__scroll { font-size: 55px; }
}
@media (max-width: 440px) {
  .slide-text__scroll { font-size: 50px; }
}
.slide-text__scroll:hover { animation-play-state: paused; }

.slide-text__scroll span {
  display: inline-block;
  transition: all 500ms ease;
}
.slide-text__scroll span:hover { color: var(--deskot-base, #ff5a1e); }

@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-card {
  position: relative;
  padding: 10px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 0px 0px 70px 0px;
  background-color: var(--deskot-white, #ffffff);
  transition: all 500ms ease;
  margin: 0 0 24px 0;
}
.service-card::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--deskot-black4, #000000);
  transition: all 500ms ease;
}
.service-card:hover::before {
  height: 100%;
  top: 0px;
}
.service-card::after {
  content: "";
  width: 143px;
  height: 160px;
  position: absolute;
  top: -1px;
  right: -1px;
  opacity: 0;
  transform: translateY(-50%) translateX(50%);
  background-color: var(--deskot-base, #ff5a1e);
  transition: all 500ms ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 78%);
}
.service-card:hover::after {
  opacity: 1;
  transform: translateY(0%) translateX(0%);
}
.service-card__image {
  position: relative;
  z-index: 1;
}
.service-card__image img {
  width: 100%;
  display: block;
}
.service-card__icon-box {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--deskot-black4, #000000);
  transition: all 500ms ease;
}
.service-card__icon-box::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--deskot-white, #ffffff);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.service-card:hover .service-card__icon-box::after {
  width: 100%;
  height: 100%;
}
.service-card__icon {
  display: inline-flex;
  font-size: 32px;
  color: var(--deskot-white, #ffffff);
  transition: all 500ms ease;
}
.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card:hover .service-card__icon {
  color: var(--deskot-black4, #000000);
}
.service-card__content {
  padding: 20px 20px 23px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .service-card__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.service-card__meta {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  margin-bottom: 20px;
  padding: 6px 30px 6px 19px;
  font-size: 16px;
  font-weight: 500;
  color: var(--deskot-black3, #333333);
  line-height: 1.25;
  text-transform: uppercase;
  background-color: RGBA(var(--deskot-base-rgb, 255, 90, 30), 0.13);
  transition: all 500ms ease;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
@media (max-width: 360px) {
  .service-card__meta { padding-left: 12px; }
}
.service-card__meta::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--deskot-base, #ff5a1e);
}
.service-card__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  color: var(--deskot-base, #ff5a1e);
  transition: all 500ms ease;
}
.service-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card:hover .service-card__meta {
  color: var(--deskot-black4, #000000);
  background-color: var(--deskot-base, #ff5a1e);
}
.service-card:hover .service-card__meta__icon { color: var(--deskot-black4, #000000); }

.service-card__title {
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.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:hover .service-card__title::after { background-color: var(--deskot-base, #ff5a1e); }

.service-card__text {
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.service-card:hover .service-card__title, .service-card:hover .service-card__text { color: var(--deskot-white, #ffffff); }

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  color: var(--deskot-black5, #444444);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}
.service-card__link__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--deskot-base, #ff5a1e);
}
.service-card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card:hover .service-card__link { color: var(--deskot-base, #ff5a1e); }

.service-card__number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  writing-mode: sideways-lr;
}
.service-card__number::after {
  content: "0" counter(serviceNumber);
  counter-increment: serviceNumber;
  font-size: 35px;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--deskot-border-color, #dddddd);
  transition: all 500ms ease;
}

.services-one {
  counter-reset: serviceNumber;
  background-color: var(--deskot-white2, #f0f1f5);
}
.services-one__top { margin-bottom: 51px; }

@media (max-width: 991px) {
  .services-one__top { margin-bottom: 31px; }
}
.services-one .sec-title { margin-bottom: 0px; }
.services-one__custom-navs {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.services-one__custom-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--deskot-black, #222222);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--deskot-black, #222222);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .services-one__custom-navs button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.services-one__custom-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-one__custom-navs button:hover {
  color: var(--deskot-white, #ffffff);
  border-color: var(--deskot-base, #ff5a1e);
  background-color: var(--deskot-base, #ff5a1e);
}
.services-one__custom-navs button span {
  border: none;
  outline: none;
  color: inherit;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper { position: relative; }

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--deskot-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--deskot-black3-rgb, 51, 51, 51), 0.08);
}
@media (min-width: 576px) {
  body.boxed-wrapper .container-fluid { padding-left: 17px; }
}
@media (min-width: 1200px) {
  body.boxed-wrapper .coworking-people__image {
    width: 45%;
    mask: unset;
    -webkit-mask: unset;
  }
}
@media (min-width: 1400px) {
  body.boxed-wrapper .hero-slider__shape-1 {
    left: 1.5%;
    bottom: 3%;
  }
  body.boxed-wrapper .main-header__logo {
    padding: 0px 30px 0px 60px;
  }
  body.boxed-wrapper .main-header__logo::before { clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%); }
  
  body.boxed-wrapper .main-header__btn { padding-left: 30px; }
  
  body.boxed-wrapper .sidebar-btn__toggler { margin-left: 60px; }
  
  body.boxed-wrapper .hero-slider__overlay { width: calc(100% - 300px); }
  
  body.boxed-wrapper .features-one__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  body.boxed-wrapper .about-one__shape-1 { right: 1%; }
  
  body.boxed-wrapper .coworking-people__theme-name {
    gap: 20px;
    left: 1%;
  }
}
@media (min-width: 1600px) {
  body.boxed-wrapper .coworking-people__theme-name span { font-size: 120px; }
  
  body.boxed-wrapper .cta-one__bg {
    width: calc(100% - 135px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 9% 50%);
  }
}
body.boxed-wrapper .why-choose__shape { display: none; }

/* Custom css */
.about-para {
    margin: 16px 0;
}

.heading-one {
    font-size: 30px;
    line-height: 40px;
	text-align: center;
}

.about-images img { width: 100%; }

.section-ptb { padding : 80px 0; }

#wpforms-30-field_7 { resize: none; }

.post-heading-one, .post-heading-two, .post-heading-three  { font-size: 2rem; }

.para { text-align: justify; }

.service-menu-heading { 
	font-size: 2rem;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

#menu-product {
    padding: 0;
    list-style: circle;
    margin-left: 24px;
}

#menu-product li { margin-bottom: 8px;}

#menu-product li a { color: #232222; }

#menu-product li a:hover { color: #ff5a1e; }

/* Virtual office  */
.price_table {
    text-align: center;
    /* border: 1px solid #e3bb3e; */
    background: var(--deskot-black4, #000000);
    border-radius: 34px;
    height: 100%;
}

.virual_office_heading {
    padding: 14px 0 10px 0;
    background: #eceff0;
    color: var(--deskot-black4, #000000);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0;
	font-family: "Mulish", sans-serif;
}

.virtual_office_price {
    font-size: 54px;
    color: var(--deskot-white, #ffffff);
    padding: 18px 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.virual_office li {
    list-style: none;
    padding: 14px 0;
    border-bottom: 1px solid var(--deskot-white, #ffffff);
    color: var(--deskot-white, #ffffff);
    font-family: "Mulish", sans-serif;
}

.virual_office {
    padding: 0 34px;
}

.quatation_button {
    padding: 10px 0;
    background: var(--deskot-white, #ffffff);
    width: 42%;
    margin: 26px auto 20px auto;
}

.quatation_button a {
    color: #333;
}

.virtual_office_box {
    text-align: center;
}

.virtual_office_box_img {
    margin: 0 0 20px 0;
}

.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    max-width: 93%;
    margin: 0 auto;
}

.header_contact {
    display: flex;
    align-items: center;
}

.header_contact p {
    margin: 0 10px 0 0;
    color: var(--deskot-white, #ffffff);
}

.container_new {
    background: var(--deskot-black4, #000000);
}

.header_cta a {
    padding: 8px 16px;
    background: var(--deskot-white, #ffffff);
    border-radius: 25px;
    border: 1px solid var(--deskot-white, #ffffff);
    color: var(--deskot-black4, #000000);
    font-size: 0.875rem;
    font-weight: 500;
}

.header_cta a:hover {
    background: var(--deskot-black4, #000000);
    border-color: var(--deskot-white, #ffffff);
    color: var(--deskot-white, #ffffff);
}

ul.footer_bottom {
    display: flex;
    gap: 10px;
    list-style-type: none;
    margin: 0;
}

#wpforms-submit-156 {
    background: #000;
    padding: 0 24px;
    border: 2px solid #000;
}

#wpforms-submit-156:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}

#wpforms-submit-30 {
    background: #000;
    padding: 0 24px;
    border: 2px solid #000;
}

#wpforms-submit-30:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}

.title-border.title-bg-line {
    font-size: 2rem;
    background: #000;
    text-align: center;
    padding: 10px 0;
    margin: 40px 0 20px;
}

.title-border.title-bg-line span { color: #fff; }