/*!
Theme Name: Turnkey Training
Theme URI: https://turnkeytraining.co.in/
Author: Virendra Singh Karmiyal
Author URI: https://www.thefuturecreations.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: turnkey
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Turnkey Training is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --orange: #EB9214;
  --orange-dark: #D6750D;
  --orange-border: #ffad39;
  --orange-rgba-0: rgba(235, 145, 20, 0);
  --orange-rgba-2: rgba(235, 145, 20, 0.2);
  --orange-rgba-3: rgba(235, 145, 20, 0.3);
  --orange-rgba-5: rgba(235, 145, 20, 0.5);
  --orange-rgba-7: rgba(235, 145, 20, 0.7);
  --orange-rgba-9: rgba(235, 145, 20, 0.9);
  --grey-light-bg: #f8f9fa;
  --grey-light: #898995;
  --grey-text: #a2a2a8;
  --grey: #272A33;
  --black: #1A1A1A;
  --white: #FFFFFF;
  --light-bg: #fffaf3;
  --white-shade: #fff5e8;
  --linkedin: #0a66c2;
  --linkedin-dark: #094d91;
  --element-green: rgb(53, 223, 36);
  --element-cyan: rgb(123, 229, 255);
  --element-red: rgb(255, 128, 123);
  --element-yellow: rgb(255, 239, 124);
  --element-pale: rgb(231, 230, 155);
  --logo-red: #ed1c24;
}

/* ----------------------------------------------
----- Overflow Fix -----
---------------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* ----------------------------------------------
----- Typography -----
---------------------------------------------- */
body {
  color: var(--grey);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--black);
  font-weight: 700;
}

h1, .h1, h1 a {
  font-size: clamp(1.75rem, 1.3796rem + 1.8519vw, 3rem); /* min 28px, max 48px */
}

h2, .h2, h2 a {
  font-size: clamp(1.5rem, 1.2778rem + 1.1111vw, 2.25rem); /* min 24px, max 36px */
}

h3, .h3, h3 a {
  font-size: 1.25rem; /* 20px */
}

h4, .h4, h4 a {
  font-size: clamp(1.125rem, 1.0139rem + 0.5556vw, 1.5rem); /* min 18px, max 24px */
}

h5, .h5, h5 a {
  font-size: clamp(1rem, 0.9259rem + 0.3704vw, 1.25rem); /* min 16px, max 20px */
}

h6, .h6, h6 a {
  font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem); /* min 14px, max 16px */
}

strong {
  font-weight: 500;
}

.lead {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .lead {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 1.125rem;
  }
}
/* ----------------------------------------------
----- Common Classes -----
---------------------------------------------- */
.mix-blend-mode-darken {
  mix-blend-mode: darken;
}

/* ----------------------------------------------
----- Elementor Container Responsive Width -----
---------------------------------------------- */
.e-con {
  max-width: 100%;
}

@media (min-width: 576px) {
  .e-con .e-con-inner {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .e-con .e-con-inner {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .e-con .e-con-inner {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .e-con .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .e-con .e-con-inner {
    max-width: 1320px !important;
  }
}
.elementor-spacer .elementor-spacer-inner {
  background-color: var(--orange-rgba-2);
}

/* ----------------------------------------------
----- Spacing -----
---------------------------------------------- */
/* ----------------------------------------------
----- Spacing -----
---------------------------------------------- */
.space-break-start,
.space-break-start.e-con-full {
  padding-top: 50px !important;
}

.space-break-end,
.space-break-end.e-con-full {
  padding-bottom: 50px !important;
}

.space-break-both,
.space-break-both.e-con-full {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media (min-width: 768px) {
  .space-break-start {
    padding-top: 70px;
  }
  .space-break-end {
    padding-bottom: 70px;
  }
  .space-break-both,
  .space-break-both.e-con-full {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .space-break-start {
    padding-top: 90px;
  }
  .space-break-end {
    padding-bottom: 90px;
  }
  .space-break-both,
  .space-break-both.e-con-full {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
/* ----------------------------------------------
----- Forms -----
---------------------------------------------- */
.wpcf7 form .las {
  color: var(--orange-dark);
  margin-left: 3px;
}
.wpcf7 form .form-control:focus,
.wpcf7 form .form-select:focus {
  border-color: var(--orange-border);
  box-shadow: 0 0 0.25rem var(--orange);
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 form .wpcf7-response-output {
  padding: 0.5em 0.7em;
  border-color: var(--orange-border);
  margin: 0;
}

/* ----------------------------------------------
----- Buttons -----
---------------------------------------------- */
.btn.vs-btn {
  padding: 0;
  border: 0;
}
.btn .elementor-button {
  background-color: transparent;
  color: #212529 !important;
  border: 1px solid #212529;
}
.btn .elementor-button:hover {
  color: var(--white) !important;
}
.btn.btn-solid-dark .elementor-button {
  background-color: #212529;
  color: var(--white) !important;
}
.btn.btn-solid-dark .elementor-button:hover {
  background-color: #424649;
}

.btn.solid-btn,
.btn.ghost-btn,
.btn .elementor-button {
  font-size: clamp(0.8125rem, 0.7569rem + 0.2778vw, 1rem);
  border-radius: 0.375rem;
}

.btn.solid-btn,
.btn.ghost-btn {
  color: var(--white);
  border: 2px solid var(--orange);
}
.btn.solid-btn:hover,
.btn.ghost-btn:hover {
  background-color: var(--orange-dark);
  color: var(--white);
  border-color: var(--orange-dark);
}

.btn.solid-btn {
  background-color: var(--orange);
}

.btn.ghost-btn {
  background-color: transparent;
}

/* ----------------------------------------------
----- Logo -----
---------------------------------------------- */
.logo {
  position: relative;
}
.logo .custom-logo-link {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  margin: 0;
}
.logo img {
  height: 60px;
  width: auto;
}

.vs-cursor-pulse {
  position: absolute;
  bottom: -30px;
  right: -30px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--orange);
  cursor: pointer;
  color: var(--white);
  font-size: 0.7rem;
  box-shadow: 0 0 0 var(--orange-rgba-2);
  animation: vs-pulse 2s infinite;
  transform: scale(0.3);
  transition: all 0.3s;
}
.vs-cursor-pulse button {
  background-color: transparent;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.vs-cursor-pulse button span {
  opacity: 0;
  visibility: hidden;
}

#viewIntModal .modal-header {
  background-color: var(--orange);
  color: var(--white);
  padding: 1.125em;
  border: 0;
  border-radius: 0;
  align-items: center;
}
#viewIntModal .modal-header .modal-title {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 0;
}
#viewIntModal .modal-header .close {
  color: var(--white);
}
#viewIntModal .modal-body {
  background-color: var(--white-shade);
  min-height: 525px;
  padding: 1.125em;
}
#viewIntModal .nav-tabs .nav-link {
  background-color: var(--orange);
  color: var(--black);
  border: 0;
  border-radius: 0;
}
#viewIntModal .nav-tabs .nav-link.active {
  background-color: var(--black);
  color: var(--white);
}
#viewIntModal h3 {
  color: var(--black);
  margin-top: 20px;
}
#viewIntModal .significance {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--black);
  font-size: 0.875rem;
}
#viewIntModal .significance img {
  width: 40px;
  height: auto;
  margin-right: 1.5rem;
}
#viewIntModal .significance hr {
  border-color: var(--orange-border);
  opacity: 1;
}
#viewIntModal .significance li {
  line-height: 2;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--orange-border);
  margin-bottom: 1rem;
}
#viewIntModal .significance li:last-child {
  padding: 0;
  border-bottom: 0;
  margin: 0;
}
#viewIntModal .significance p {
  font-weight: 500;
  margin: 0;
}
#viewIntModal .significance mark {
  padding: 0.1em 0.5em;
  border-radius: 5px;
}
#viewIntModal .significance .red {
  background-color: var(--logo-red);
  color: var(--white);
}
#viewIntModal .significance .black {
  background-color: var(--black);
  color: var(--white);
}
#viewIntModal .significance .orange {
  background-color: var(--orange);
}

@keyframes vs-pulse {
  0% {
    box-shadow: 0 0 0 0 var(--orange-rgba-5);
  }
  70% {
    box-shadow: 0 0 0 50px var(--orange-rgba-0);
  }
  100% {
    box-shadow: 0 0 0 0 var(--orange-rgba-0);
  }
}
@media (min-width: 992px) {
  .vs-cursor-pulse:hover {
    animation: none;
    transform: scale(1);
  }
  .vs-cursor-pulse:hover button {
    color: var(--white);
    opacity: 1;
    visibility: visible;
  }
  #viewIntModal .modal-body {
    min-height: 542px;
    padding: 50px;
  }
  #viewIntModal .modal-body .significance {
    font-size: 1rem;
  }
  #viewIntModal .modal-body .significance img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .logo .custom-logo-link {
    padding: 10px 15px;
  }
  .logo img {
    height: 70px;
  }
  .vs-cursor-pulse {
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
  }
  .vs-cursor-pulse:hover span {
    opacity: 1;
    visibility: visible;
  }
}
/* ----------------------------------------------
----- Navigation -----
---------------------------------------------- */
.navbar {
  width: 100%;
  padding: 0;
  z-index: 100;
  align-items: flex-start;
}
.navbar .navbar-toggler {
  background-color: transparent;
  border: 0;
  position: relative;
  width: 30px;
  height: 25px;
  padding: 0.25rem;
  z-index: 10;
}
.navbar .navbar-toggler span {
  display: block;
  background-color: var(--orange);
  color: transparent;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-toggler span:nth-child(1) {
  top: 0;
}
.navbar .navbar-toggler span:nth-child(2) {
  top: 10px;
}
.navbar .navbar-toggler span:nth-child(3) {
  top: 20px;
}
.navbar .navbar-toggler.open-menu span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.navbar .navbar-toggler.open-menu span:nth-child(2) {
  left: -60px;
  opacity: 0;
}
.navbar .navbar-toggler.open-menu span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-nav {
  position: relative;
  z-index: 10;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.navbar .navbar-nav .menu-item a {
  display: block;
  color: var(--grey-text);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 1em 2em 0.625em;
}
.navbar .navbar-nav .menu-item a:hover {
  color: var(--white);
}
.navbar .navbar-nav .current-menu-item a {
  color: var(--orange);
}
.navbar .navbar-nav .current-menu-item a:hover {
  color: var(--orange);
}

body.open-menu {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

#primary-menu {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#primary-menu:before, #primary-menu:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#primary-menu:before {
  background-color: var(--orange);
}
#primary-menu:after {
  background-color: var(--grey);
  transition-delay: 0.05s;
}
#primary-menu.show-menu {
  opacity: 1;
  visibility: visible;
}
#primary-menu.show-menu:before, #primary-menu.show-menu:after {
  width: 100%;
  left: auto;
  right: 0;
}
#primary-menu.show-menu .navbar-nav {
  transform: translateX(0);
}

/* ----------------------------------------------
----- Hero -----
---------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  overflow: hidden;
  padding: 120px 0 50px;
  margin-top: -80px;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero h2 {
  color: var(--white-shade);
  font-size: clamp(1.875rem, 1.5417rem + 1.6667vw, 3rem);
}
.hero .lead {
  color: var(--grey-light);
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.hero .line {
  height: 45px;
  position: relative;
  overflow: hidden;
}
.hero .line span {
  display: block;
  padding: 0 0.1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: skewY(7deg) translateY(100px);
}
.hero .line .colorize {
  color: var(--orange);
}
.hero .heading-group h2 {
  display: none;
}
.hero .heading-group .active .line span {
  transform: skewY(0) translateY(0);
  opacity: 1;
  visibility: visible;
}
.hero .svg-filter {
  position: absolute;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.ring-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.rings {
  --ring-size: 280px;
  --radius: 140px;
  --icon-size: 50px;
  --icon-size-half: 25px;
  --item-count: 5;
  position: relative;
  width: var(--ring-size);
  height: var(--ring-size);
}
.rings img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.rings img.one {
  animation: rotateRing 2s linear infinite;
}
.rings img.two {
  animation: rotateRing 5s linear infinite;
}
.rings .element-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-1 * var(--icon-size-half));
  margin-left: calc(-1 * var(--icon-size-half));
  --angle: calc(360deg / var(--item-count) * (var(--index) - 1));
  transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(-1 * var(--angle)));
  cursor: pointer;
  filter: url(#glitch) grayscale(70%);
  transition: 0.15s;
}
.rings .element-icon:hover, .rings .element-icon.active {
  filter: grayscale(0);
  transform: scale(1.2) rotate(var(--angle)) translate(calc(var(--radius) - var(--icon-size) / 2)) rotate(calc(-1 * var(--angle)));
}
.rings .earth {
  --index: 1;
  fill: var(--element-green);
}
.rings .water {
  --index: 2;
  fill: var(--element-cyan);
}
.rings .fire {
  --index: 3;
  fill: var(--element-red);
}
.rings .air {
  --index: 4;
  fill: var(--element-yellow);
}
.rings .space {
  --index: 5;
  fill: var(--element-pale);
}
.rings .mantra {
  position: absolute;
  width: var(--ring-size);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.rings .mantra span {
  display: inline-block;
  margin-right: 20px;
  font-size: 1rem;
  filter: grayscale(70%);
  opacity: 0.5;
  transition: all 0.3s;
}
.rings .mantra span:last-child {
  margin-right: 0;
}
.rings .mantra span.active {
  transform: scale(2.5);
  opacity: 1;
  filter: grayscale(0);
}
.rings .mantra .earth {
  color: var(--element-green);
}
.rings .mantra .water {
  color: var(--element-cyan);
}
.rings .mantra .fire {
  color: var(--element-red);
}
.rings .mantra .air {
  color: var(--element-yellow);
}
.rings .mantra .space {
  color: var(--element-pale);
}
.rings .instruction div {
  display: inline-block;
  color: var(--grey-text);
  font-size: 13px;
}

@keyframes rotateRing {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#videos {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#videos .video-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#videos .video-container:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 70%);
  z-index: 1;
}
#videos .video-container .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grey-light);
  z-index: 2;
}
#videos .video-container.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#videos .video-container.active video {
  transform: scale(1.5);
}
#videos video {
  position: relative;
  transform: scale(1.5);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#videos .mobile-video,
#videos .desktop-video {
  width: 100%;
  height: 100%;
  display: none;
}

#scrollDown {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 44px;
  z-index: 9;
}
#scrollDown #mouseGhost,
#scrollDown #mouseLeft,
#scrollDown #mouseRight,
#scrollDown #mouseWheel {
  fill: transparent;
  stroke: var(--white);
  stroke-width: 10;
}
#scrollDown #mouseGhost {
  opacity: 0.4;
}
#scrollDown #mouseLeft,
#scrollDown #mouseRight {
  stroke-dasharray: 573.423828125;
  stroke-dashoffset: 573.423828125;
  opacity: 0.7;
}
#scrollDown #mouseLeft {
  animation: left-stroke-path 2.5s ease-in-out infinite;
}
#scrollDown #mouseRight {
  animation: right-stroke-path 2.5s ease-in-out infinite;
}
#scrollDown #mouseWheel {
  animation: up-down 2.5s ease-out infinite;
}
@keyframes left-stroke-path {
  0%, 100% {
    stroke-dashoffset: 573.423828125;
  }
  50% {
    stroke-dashoffset: 860.423828;
  }
}
@keyframes right-stroke-path {
  0%, 100% {
    stroke-dashoffset: 573.423828125;
  }
  50% {
    stroke-dashoffset: 285.423828;
  }
}
@keyframes up-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(90px);
  }
}

.reset-slider {
  display: none;
  position: absolute;
  bottom: 2%;
  left: 15px;
  z-index: 9;
  background-color: transparent;
  color: var(--white);
  font-size: 1.5rem;
  border: 0;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .hero {
    height: 100dvh;
    padding: 80px 0 0;
  }
  .hero .lead {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .hero .line {
    height: 50px;
  }
  .hero .line span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: skewY(7deg) translateY(100px);
  }
  .ring-container {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar .navbar-nav {
    width: auto;
    transform: translateX(0);
  }
  .navbar .navbar-nav .menu-item a {
    padding: 1em;
    font-size: 1.1rem;
    text-transform: none;
    color: var(--white-shade);
    transition: color 300ms ease-out;
  }
  .navbar .navbar-nav .menu-item a:hover {
    color: var(--orange);
  }
  .navbar .navbar-nav .current-menu-item a,
  .navbar .navbar-nav .current-page-ancestor a {
    color: var(--orange);
  }
  #primary-menu {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .rings {
    --ring-size: 360px;
    --radius: 180px;
    --icon-size: 70px;
    --icon-size-half: 35px;
  }
  .rings .mantra span {
    font-size: 1.5rem;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: -90px;
  }
  .hero .line {
    height: 60px;
  }
  .rings {
    --ring-size: 480px;
    --radius: 230px;
    --icon-size: 70px;
    --icon-size-half: 35px;
  }
  .rings .mantra span {
    font-size: 1.875rem;
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav .menu-item a {
    padding: 0.625em 1em;
    font-size: 1.125rem;
  }
}
/* ----------------------------------------------
----- Home Page -----
---------------------------------------------- */
.turnkey-perspective-box {
  flex-direction: row !important;
  background-color: var(--orange-rgba-2);
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.turnkey-perspective-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.turnkey-perspective-box .e-con {
  padding: 20px 30px;
}

.home-services-section {
  background-color: var(--white-shade);
}
.home-services-section .home-service-card {
  background-color: var(--orange);
  padding: 60px 20px 20px;
  border-radius: 10px;
  position: relative;
  margin-top: 70px;
  flex-direction: row;
}
.home-services-section .home-service-card .elementor-widget-html {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-60%);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: var(--orange);
  border: 7px solid var(--white-shade);
  border-radius: 120px;
}
.home-services-section .home-service-card .elementor-widget-html .elementor-widget-container {
  height: auto;
}
.home-services-section .home-service-card svg {
  fill: var(--white);
}
.home-services-section .home-service-card h3 {
  color: var(--white);
  margin: 10px 0;
}

.why-turnkey-section .why-turnkey-card {
  background-color: var(--orange-rgba-2);
  padding: 20px;
  border-radius: 10px;
  flex-direction: column !important;
}
.why-turnkey-section .why-turnkey-card svg {
  fill: var(--orange);
}
.why-turnkey-section .why-turnkey-card h3 {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .turnkey-perspective-boxes.last-row,
  .home-service-cards.last-row,
  .why-turnkey-cards.last-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .turnkey-perspective-boxes.last-row .turnkey-perspective-box,
  .turnkey-perspective-boxes.last-row .home-service-card,
  .turnkey-perspective-boxes.last-row .why-turnkey-card,
  .home-service-cards.last-row .turnkey-perspective-box,
  .home-service-cards.last-row .home-service-card,
  .home-service-cards.last-row .why-turnkey-card,
  .why-turnkey-cards.last-row .turnkey-perspective-box,
  .why-turnkey-cards.last-row .home-service-card,
  .why-turnkey-cards.last-row .why-turnkey-card {
    flex: 0 0 32.33% !important;
    max-width: 32.33%;
  }
  .turnkey-perspective-boxes.last-row .turnkey-perspective-box:last-child,
  .turnkey-perspective-boxes.last-row .home-service-card:last-child,
  .turnkey-perspective-boxes.last-row .why-turnkey-card:last-child,
  .home-service-cards.last-row .turnkey-perspective-box:last-child,
  .home-service-cards.last-row .home-service-card:last-child,
  .home-service-cards.last-row .why-turnkey-card:last-child,
  .why-turnkey-cards.last-row .turnkey-perspective-box:last-child,
  .why-turnkey-cards.last-row .home-service-card:last-child,
  .why-turnkey-cards.last-row .why-turnkey-card:last-child {
    display: none;
  }
}
/* ----------------------------------------------
----- Footer -----
---------------------------------------------- */
.site-footer {
  background-color: var(--black);
  color: var(--grey-text);
  font-size: 1rem;
}
.site-footer .footer-logo {
  display: inline-block;
  background-color: var(--orange-border);
  padding: 0.625rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.site-footer .footer-logo img {
  width: auto;
  height: 70px;
}
.site-footer h3 {
  color: var(--white-shade);
}
.site-footer .navbar-nav li {
  margin-left: 0;
}
.site-footer .navbar-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .navbar-nav li a,
.site-footer .address-link {
  color: var(--orange);
  text-decoration: none;
  transition: color 300ms ease-out;
}
.site-footer .navbar-nav li a:hover,
.site-footer .address-link:hover {
  color: var(--orange-dark);
}

@media (min-width: 992px) {
  .footer-logo-text {
    width: 70%;
  }
}
/* ----------------------------------------------
----- Page -----
---------------------------------------------- */
.site-main {
  margin-top: -80px;
}

.entry-header {
  position: relative;
  height: 300px;
}
.entry-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--black), transparent);
}
.entry-header .entry-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.entry-header .entry-header-content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-header .entry-title {
  color: var(--orange);
}
.entry-header .entry-sub-title {
  display: block;
  color: var(--white-shade);
  font-size: 1.125rem;
}
.entry-header .entry-sub-title span {
  display: block;
  margin-top: 5px;
  color: var(--orange);
}

.call-to-action {
  background-color: var(--white-shade);
}
.call-to-action .elementor-button {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  padding: 0.875rem 1.5rem;
  border-radius: 0.375rem;
  transition: all 300ms ease-out;
  background-color: var(--orange);
  color: var(--white);
}
.call-to-action .elementor-button:hover {
  background-color: var(--orange-dark);
  color: var(--white);
}

@media (min-width: 1200px) {
  .site-main {
    margin-top: -90px;
  }
  .entry-header {
    height: 380px;
  }
  .entry-header .entry-header-content {
    top: 70%;
  }
}
/* ----------------------------------------------
----- Contact Us Page -----
---------------------------------------------- */
.social-media-icons {
  margin-bottom: 30px;
}
.social-media-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--orange);
  color: var(--white-shade);
  border-radius: 45px;
  transition: transform 300ms ease-out;
}
.social-media-icons a:hover {
  transform: translateY(-5px);
}

/* ----------------------------------------------
----- About Us & Services Page -----
---------------------------------------------- */
.five-elements-framework {
  background-color: var(--orange-rgba-2);
  padding: 50px !important;
  border-radius: 10px !important;
}
.five-elements-framework h3 {
  margin-bottom: 0;
}
.five-elements-framework .element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.five-elements-framework #fire-icon {
  fill: var(--element-red);
}
.five-elements-framework #water-icon {
  fill: var(--element-cyan);
}
.five-elements-framework #air-icon {
  fill: var(--element-yellow);
}
.five-elements-framework #earth-icon {
  fill: var(--element-green);
}
.five-elements-framework #space-icon {
  fill: var(--element-pale);
}
.five-elements-framework h4 {
  font-size: 1rem;
  margin: 0;
}

.about-mission-box,
.about-philosophy-box {
  background-color: var(--orange);
  padding: 30px !important;
  border-radius: 10px !important;
  position: relative;
}
.about-mission-box .about-box-icon,
.about-philosophy-box .about-box-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.about-mission-box .about-box-icon svg,
.about-philosophy-box .about-box-icon svg {
  fill: var(--orange-dark);
}

.about-the-company {
  background-color: var(--white-shade);
}

.the-company-box {
  background-color: var(--orange-rgba-2);
  padding: 30px !important;
  border-radius: 10px !important;
}

.our-capabilities .number {
  background-color: var(--orange-rgba-5);
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
}
.our-capabilities .count {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.our-capabilities .label {
  font-size: 1.25rem;
}

.service-program-heading h3 {
  font-size: clamp(1.25rem, 1.0648rem + 0.9259vw, 1.875rem);
  position: relative;
  padding-bottom: 0.875rem;
}
.service-program-heading h3::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--orange);
  border-radius: 3px;
}

.process-top-box {
  background-color: var(--orange);
  padding: 30px !important;
  border-radius: 10px !important;
}
.process-top-box h2 {
  color: var(--white);
}

.vs-process .process-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: var(--white-shade);
}
.vs-process .process-icon svg {
  fill: var(--orange);
}
.vs-process .process-icon .number {
  position: absolute;
  top: 0;
  left: -20px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  color: var(--white);
  font-weight: 700;
  border: 5px solid var(--white);
  border-radius: 50%;
}
.vs-process p {
  margin-bottom: 0;
}

.approach-to-services {
  background-color: var(--grey-light-bg);
}

@media (min-width: 768px) {
  .five-elements-framework h3 {
    margin-bottom: 2rem;
  }
  .process-top-box {
    padding: 50px !important;
  }
}
@media (min-width: 992px) {
  .about-mission-box,
  .about-philosophy-box {
    padding-right: 100px !important;
  }
  .about-mission-box .about-box-icon,
  .about-philosophy-box .about-box-icon {
    top: auto;
    right: 30px;
    bottom: 30px;
  }
  .about-mission-box .about-box-icon svg,
  .about-philosophy-box .about-box-icon svg {
    width: 90px;
    height: 90px;
  }
}
/* ----------------------------------------------
----- Testimonials -----
---------------------------------------------- */
.home-testimonials {
  background-color: var(--black);
}
.home-testimonials h2 {
  color: var(--white-shade);
}
.home-testimonials .lead {
  color: var(--grey-text);
}
.home-testimonials .testimonial {
  position: relative;
  background-color: var(--white-shade);
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: -5px -5px 20px var(--orange-rgba-3), 0 20px 30px var(--orange-rgba-3);
}
.home-testimonials .testimonial .quote-icon {
  position: absolute;
  fill: var(--orange);
  width: 50px;
  height: 50px;
}
.home-testimonials .testimonial .quote-icon.top-left {
  top: 0;
  left: 50px;
  transform: translateY(-50%);
}
.home-testimonials .testimonial .quote-icon.bottom-right {
  bottom: 0;
  right: 50px;
  transform: translateY(50%) rotate(180deg);
}
.home-testimonials .testimonial blockquote {
  margin-bottom: 0;
}
.home-testimonials .testimonial img {
  width: 85px;
  height: 85px;
  border: 3px solid var(--orange-border);
  border-radius: 85px;
}
.home-testimonials .testimonial p {
  font-weight: 500;
  margin-bottom: 0;
}
.home-testimonials .testimonial cite {
  font-style: normal;
  margin-top: 20px;
  font-size: 0.875rem;
}
.home-testimonials .testimonial-text-container {
  min-height: 135px;
  max-height: 135px;
  overflow: hidden;
  transition: max-height 300ms ease-out;
  position: relative;
}
.home-testimonials .testimonial-text-container::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(transparent, var(--white-shade));
}
.home-testimonials .testimonial-text-container.expanded::after {
  content: none;
}
.home-testimonials .text-btn-container {
  min-height: 22px;
  display: flex;
  justify-content: flex-end;
  background-color: var(--white-shade);
}
.home-testimonials .seeMoreBtn,
.home-testimonials .seeLessBtn {
  display: none;
  background-color: var(--black);
  color: var(--orange);
  font-size: 0.875rem;
  padding: 0 0.375rem 2px;
  border: 0;
  border-radius: 0.375rem;
}
.home-testimonials .carousel-control-next,
.home-testimonials .carousel-control-prev {
  width: 40px;
  color: var(--black);
}
.home-testimonials .carousel-control-next .carousel-control-prev-icon,
.home-testimonials .carousel-control-prev .carousel-control-prev-icon {
  fill: var(--black);
}

@media (min-width: 992px) {
  .home-testimonials .testimonial {
    padding: 70px 50px 50px;
  }
  .home-testimonials .testimonial .quote-icon {
    width: 85px;
    height: 85px;
  }
  .home-testimonials .testimonial cite {
    font-size: 1rem;
  }
}
/* ----------------------------------------------
----- Testimonials Page -----
---------------------------------------------- */
.testimonial-single {
  position: relative;
  background-color: var(--white-shade);
  padding: 40px 30px;
  border: 1px solid var(--orange-border);
  border-radius: 10px;
  box-shadow: 0 0 10px var(--orange-rgba-2), 0 20px 30px var(--orange-rgba-2);
}
.testimonial-single .quote-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  fill: var(--orange);
}
.testimonial-single .quote-icon.top-left {
  top: 0;
  left: 30px;
  transform: translateY(-50%);
}
.testimonial-single .quote-icon.bottom-right {
  bottom: 0;
  right: 30px;
  transform: translateY(50%) rotate(180deg);
}
.testimonial-single img {
  width: 75px;
  height: 75px;
  border: 3px solid var(--orange-border);
  border-radius: 85px;
}
.testimonial-single p {
  font-weight: 500;
  margin-bottom: 20px;
}
.testimonial-single cite {
  font-style: normal;
}

.client-success-metrics .label {
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .client-success-metrics .label {
    font-size: 1.125rem;
  }
}
/* ----------------------------------------------
----- Pagination -----
---------------------------------------------- */
.turnkey-pagination {
  margin-top: 50px;
}
.turnkey-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.turnkey-pagination li:not(:last-child) {
  margin-right: 10px;
}
.turnkey-pagination li span,
.turnkey-pagination li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.8375rem;
  font-weight: 500;
}
.turnkey-pagination li span {
  background-color: var(--orange);
}
.turnkey-pagination li a {
  background-color: var(--black);
  color: var(--white);
  transition: background-color 300ms ease-in-out;
}
.turnkey-pagination li a:hover {
  background-color: var(--orange);
}

/* ----------------------------------------------
----- Breadcrumbs -----
---------------------------------------------- */
.entry-header-breadcrumb {
  font-size: 0.875rem;
  color: var(--grey-light);
  margin-top: 0.875rem;
}
.entry-header-breadcrumb a {
  color: var(--orange);
  transition: color 300ms ease-in-out;
}
.entry-header-breadcrumb a:hover {
  color: var(--orange-dark);
}
.entry-header-breadcrumb .current-item {
  color: var(--grey-text);
}

/* ----------------------------------------------
----- Case Studies -----
---------------------------------------------- */
.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.logos::before, .logos::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}
.logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos .logos-slide {
  display: inline-flex;
}
.logos .logos-slide img {
  width: 100px;
  height: auto;
  margin: 0 30px;
}
.logos .logos-slide-to-left {
  width: 5120px;
  animation: 32s slideToLeft linear infinite;
}
.logos .logos-slide-to-right {
  width: 5440px;
  animation: 34s slideToRight linear infinite reverse;
}

@keyframes slideToLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2560px);
  }
}
@keyframes slideToRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2720px);
  }
}
.client-card,
.timeline-card {
  --r: 20px; /* the radius */
  --s: 30px; /* size of inner curve */
  --x: 10px; /* horizontal offset (no percentage) */
  --y: 10px; /* vertical offset (no percentage) */
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
}

.client-card {
  background-color: var(--orange-rgba-2);
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.client-card h3 {
  font-size: 0.875rem;
  margin: 0.875rem 0 1rem;
}
.client-card img {
  width: 70px;
  height: auto;
}
.client-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  color: white;
  text-decoration: none;
  padding: 0.625rem 1.5rem;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .logos::before, .logos::after {
    width: 250px;
  }
  .client-card,
  .timeline-card {
    --x: 20px;
  }
  .client-card img {
    width: 85px;
  }
}
@media (min-width: 992px) {
  .client-card,
  .timeline-card {
    --x: 30px;
  }
  .client-card h3 {
    font-size: 1.25rem;
  }
  .client-card img {
    width: 100px;
  }
  .client-card a {
    background-color: var(--orange);
  }
  .client-card a span {
    font-size: 0.875rem;
    margin-right: 10px;
  }
  .client-card a .las {
    transition: transform 300ms ease-in-out;
  }
  .client-card a:hover {
    background-color: var(--orange-dark);
  }
  .client-card a:hover .las {
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) {
  .client-card,
  .timeline-card {
    --x: 40px;
  }
  .client-card h3 {
    margin: 1.125rem 0 1.5rem;
  }
  .client-card img {
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .client-card,
  .timeline-card {
    --x: 50px;
  }
  .client-card img {
    width: 150px;
  }
}
/* ----------------------------------------------
----- Timeline -----
---------------------------------------------- */
.parent-pageid-13 .entry-content {
  padding-top: 0 !important;
}

.timeline-wrapper {
  background-image: url("images/noise.png");
}

.timeline ul {
  position: relative;
  width: 280px;
  padding: 50px 0;
  margin: 50px auto 0;
}
.timeline ul::before, .timeline ul::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 50px;
}
.timeline ul::before {
  top: 0;
  background: linear-gradient(transparent, var(--black));
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.timeline ul::after {
  bottom: 0;
  background: linear-gradient(var(--black), transparent);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.timeline li {
  list-style-type: none;
  position: relative;
  width: 6px;
  padding-bottom: 50px;
  background: var(--black);
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  z-index: 1;
}

.timeline-card {
  position: relative;
  width: 255px;
  left: 25px;
  background: var(--orange);
  padding: 20px;
  border-radius: 20px;
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.timeline-card time {
  position: relative;
  display: block;
  width: 75%;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--white-shade);
}
.timeline-card time .las {
  position: absolute;
  top: -8px;
  right: 0;
  color: var(--orange-dark);
  transform: rotate(5deg);
  z-index: -1;
}
.timeline-card .program {
  font-size: 1.1rem;
}
.timeline-card .program h3 {
  color: var(--white);
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.timeline-card p {
  margin-bottom: 0.625rem;
}
.timeline-card p:last-child {
  margin-bottom: 0;
}
.timeline-card p strong {
  color: var(--grey);
  margin-right: 0.3rem;
}
.timeline-card p span {
  color: var(--white);
}
.timeline-card .folder-icon {
  position: absolute;
  right: -50px;
  bottom: -70px;
  font-size: 15rem;
  transform: rotate(-90deg);
  color: var(--orange-dark);
  opacity: 0.5;
  z-index: -1;
}

@media (min-width: 425px) {
  .timeline ul {
    width: 360px;
  }
  .timeline-card {
    width: 335px;
  }
}
@media (min-width: 768px) {
  .timeline ul {
    width: 100%;
  }
  .timeline ul::before, .timeline ul::after {
    left: calc(50% - 3px);
  }
  .timeline li {
    margin: 0 auto;
  }
  .timeline li::after {
    top: 25px;
    width: 30px;
    height: 30px;
  }
  .timeline li:nth-child(odd) .timeline-card {
    left: 45px;
  }
  .timeline li:nth-child(even) .timeline-card {
    left: -339px;
  }
  .timeline-card {
    width: 300px;
  }
  .timeline-card time {
    font-size: 2rem;
  }
  .timeline-card .program {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .timeline li:nth-child(even) .timeline-card {
    left: -439px;
  }
  .timeline li::after {
    top: 23px;
  }
  .timeline-card {
    width: 400px;
    padding: 0 30px 30px;
  }
  .timeline-card time {
    width: 50%;
    padding: 14px 0;
  }
  .timeline-card time .las {
    top: 5px;
  }
}
/* -------------------------------------------------------
----- Error Page -----
------------------------------------------------------- */
.error-suggestion-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--grey);
  padding: 20px;
  border: 2px solid var(--orange-border);
  border-radius: 10px;
  box-shadow: 0 0 10px var(--orange-rgba-2), 0 20px 30px var(--orange-rgba-2);
}
.error-suggestion-card p {
  color: var(--grey-text);
}
.error-suggestion-card div {
  margin-top: auto;
}

@media (min-width: 992px) {
  .error-suggestion-card {
    padding: 30px;
  }
}/*# sourceMappingURL=style.css.map */