/* Prevent FOUC on elements waiting for GSAP */
[data-animate="blur-in"]:not(.gsap-initiated), [data-animate="fade-left"]:not(.gsap-initiated), [data-animate="fade-right"]:not(.gsap-initiated), [data-animate="fade-up"]:not(.gsap-initiated) {
  opacity: 0;
}
b, strong {
  font-weight: 700;
}
p {
  font-family: "Public Sans", sans-serif;
  color: #d5d5d5;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  p {
    font-size: 1.125rem;
  }
}
.text-large p {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .text-large p {
    font-size: 1.25rem;
  }
}
ul li, ol li {
  font-size: 1rem;
  color: #d5d5d5;
}
@media (min-width: 1200px) {
  ul li, ol li {
    font-size: 1.125rem;
  }
}
ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  position: relative;
  padding: 0.25rem 0;
  padding-left: 1.5rem;
}
ul li:before {
  width: 14px;
  height: 14px;
  background: url("../../images/heading-icon.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
}
.big-title {
  width: auto;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin-left: -5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(240, 90, 42, 0.8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: absolute;
  left: 1.5rem;
  top: 3.125rem;
  opacity: 0.15;
  word-break: break-all;
  display: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .big-title {
    font-size: 5.5rem;
    left: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 10.625rem;
    top: 5rem;
  }
}
a {
  text-decoration: none;
  color: #F05A2A;
}
a:hover {
  color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  line-height: 1.3;
}
h1, .h1 {
  font-weight: 600;
  font-size: 2.5rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1550px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
h1 b span, .h1 b span {
  color: #F05A2A;
}
h2, .h2 {
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 1550px) {
  h2, .h2 {
    font-size: 2.875rem;
  }
}
h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
h4, .h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  line-height: 1.5;
}
.dark * {
  color: #FFFFFF;
}
.bg-primary {
  background-color: #F05A2A !important;
}
.bg-secondary {
  background-color: #6971DD !important;
}
.bg-grey {
  background-color: #282828;
}
.bg-greylight {
  background-color: #282828;
}
.bg-gradient-primary {
  background: linear-gradient(90deg, #F05A2A, #6971DD);
}
.bg-gradient-primary .heading-box .sub-heading span {
  color: #ffffff;
}
.bg-gradient-grey {
  background: radial-gradient(95.07% 340.28% at 97.29% 5.95%, #1a1a1a 18.04%, #4f4f4f 34.41%, #1a1a1a 57.39%, #131313 100%);
}
body {
  font-family: "Public Sans", sans-serif;
  color: #ffffff;
  font-size: 1.063rem;
  background-color: #000000;
}
.main {
  overflow: clip;
  opacity: 0;
  transition: opacity 500ms ease;
}
.block {
  width: 100%;
  display: block;
  position: relative;
  padding: 2rem 0;
  z-index: 0;
}
@media (min-width: 1200px) {
  .block {
    padding: 4rem 0;
  }
}
.border-rounded {
  border-radius: 1.5rem;
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-parallax {
  background-attachment: fixed;
}
.bg-overly {
  position: relative;
  z-index: 0;
}
.bg-overly::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
  background: #140c1c;
  backdrop-filter: blur(3.5px);
}
.bg-overly.bg-primary::before {
  background-color: #F05A2A;
}
.bg-overly.bg-secondary::before {
  background-color: #6971DD;
}
.heading-box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.heading-box .sub-heading {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #F05A2A;
  margin-bottom: 1rem;
}
.heading-box .sub-heading span {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  border: 1px solid #F05A2A;
  border-radius: 100px;
  padding: 0.5rem 1rem;
}
.heading-box h2 {
  margin-bottom: 1rem;
}
.heading-box.text-start .sub-heading span::after {
  display: none;
}
.heading-box.text-end .sub-heading span {
  padding-left: 0;
}
.heading-box.text-end .sub-heading span::before {
  display: none;
}
.heading-box.text-white .sub-heading, .heading-box.text-white h2 {
  color: #ffffff;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-wrapper {
  padding: 0;
}
.swiper-button-group .swiper-button-prev::after, .swiper-button-group .swiper-button-next::after {
  font-size: 2rem;
  color: #F05A2A;
}
.swiper-button-group .swiper-button-prev:hover::after, .swiper-button-group .swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-group .swiper-button-prev {
  left: -2rem;
}
.swiper-button-group .swiper-button-next {
  right: -2rem;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-slide {
  height: auto;
  padding: 1rem;
}
.slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  font-size: 40px;
  position: absolute;
  top: -50px;
  color: #dedede;
  z-index: 1;
}
.slick-slider .slick-arrow.slick-previous {
  right: 75px;
  transform: rotate(180deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 15px;
}
.slick-slider .slick-arrow:hover {
  color: #6971DD;
}
.slick-slider .slick-arrow:focus-visible {
  outline: none;
}
.table {
  background-color: #000000;
}
.table tr th, .table tr td {
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  border-color: rgba(255, 255, 255, 0.15);
}
.table tr th {
  color: #F05A2A;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-box .sub-heading {
    font-size: 18px;
  }
}
.wsp-container .wsp-pages-list li a, .wsp-container .wsp-posts-list li a, .wsp-container .wsp-portfolios-list li a {
  color: #ffffff;
}
.wsp-container .wsp-pages-list li a:hover, .wsp-container .wsp-posts-list li a:hover, .wsp-container .wsp-portfolios-list li a:hover {
  color: #F05A2A;
}
.wsp-container .wsp-pages-list li + li, .wsp-container .wsp-posts-list li + li, .wsp-container .wsp-portfolios-list li + li {
  margin-top: 0.5rem;
}
.wsp-container .wsp-pages-list li .wsp-category-title, .wsp-container .wsp-posts-list li .wsp-category-title, .wsp-container .wsp-portfolios-list li .wsp-category-title {
  display: block;
  margin-bottom: 0.5rem;
}
.btn {
  min-height: 50px;
  background-color: transparent;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 0;
  border: 0;
  border-radius: 100px;
  transition: all 0.5s ease;
  padding: 0.5rem 1.5rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.5rem 2rem;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  transform: scale(0);
  border-radius: 38px;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn:hover::before {
  transform: scale(1);
}
.btn.btn-primary {
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  color: #ffffff;
}
.btn.btn-primary::before {
  background: linear-gradient(90deg, #000, #000);
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: transparent;
}
.btn.btn-secondary {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  color: #000000;
}
.btn.btn-secondary::before {
  background: linear-gradient(90deg, #000000, #000000);
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: transparent;
}
.btn-line-style {
  max-width: 110px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  position: relative;
}
.btn-line-style:before {
  width: 25px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #F05A2A;
  transition: all 0.5s ease;
}
.btn-line-style:hover:before {
  width: 100%;
}
.header {
  width: 100%;
  height: 85px;
  box-shadow: 2px -5px 12px 5px rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  z-index: 9;
  margin: 0;
  padding: 0px 0.75rem;
}
@media (min-width: 1200px) {
  .header {
    background-color: transparent;
    padding: 15px 50px;
  }
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  left: 0;
  right: 0;
  z-index: -1;
}
.site-logo {
  width: 155px;
}
.site-logo img, .site-logo svg {
  max-width: 100%;
  height: auto;
}
.navbar-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navbar-right .btn {
  box-shadow: none;
  display: none;
  text-transform: none;
  font-size: 1.15rem;
}
@media (min-width: 576px) {
  .navbar-right .btn {
    display: inline-flex;
  }
}
.menu-toggle, .popup-toggle {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.menu-toggle svg line, .popup-toggle svg line {
  animation-timing-function: ease-in-out;
  stroke: #fff;
  -webkit-text-stroke-color: #fff;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  stroke-dasharray: 40px, 10px;
  stroke-dashoffset: 0;
  stroke-width: 2;
  -webkit-text-stroke-width: 2;
  transition: all 0.2s ease-in-out 0s;
}
.menu-toggle svg line:nth-child(1), .popup-toggle svg line:nth-child(1) {
  animation-name: line1;
}
.menu-toggle svg line:nth-child(1), .popup-toggle svg line:nth-child(1) {
  animation-name: line2;
}
.menu-toggle svg line:nth-child(1), .popup-toggle svg line:nth-child(1) {
  animation-name: line3;
}
.menu-toggle:hover svg line, .popup-toggle:hover svg line {
  animation-direction: reverse;
  stroke: rgba(255, 255, 255, 0.5);
  -webkit-text-stroke: rgba(255, 255, 255, 0.5);
}
.menu-toggle {
  display: flex;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.close-menu {
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 22px;
  color: #FFFFFF;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.close-menu svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
.mask-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.navbar {
  padding: 0;
}
.menubar {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  top: 0;
  padding: 6rem 0 2rem;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .menubar {
    width: auto;
    height: auto;
    position: initial;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    padding: 0;
    transform: inherit;
    background-color: transparent;
    box-shadow: none;
  }
}
.menubar .site-logo {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.menubar ul.menu {
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .menubar ul.menu {
    overflow-y: inherit;
  }
}
.menubar ul.menu > li {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.menubar ul.menu > li:before {
  display: none;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li {
    width: auto;
    float: none;
    display: inline-block;
    position: initial;
  }
}
.menubar ul.menu > li a {
  display: block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  margin: 0;
  padding: 0.65rem 1.5rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 1px solid #282828;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li a {
    color: #ffffff;
    font-size: 1rem;
    display: initial;
    margin: 0 1.25rem;
    padding: 0 0 2.5rem;
    border-bottom: 0;
  }
}
.menubar ul.menu > li a svg {
  display: none;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li a svg {
    margin-left: 0.5rem;
    display: inline-block;
  }
}
.menubar ul.menu > li a::before {
  background-color: #F05A2A;
  content: "";
  display: none;
  width: 0;
  top: 100%;
  left: 50%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li a::before {
    top: 30px;
    display: block;
  }
}
.menubar ul.menu > li:hover a, .menubar ul.menu > li.current-menu-item a {
  text-decoration: none;
  color: #F05A2A;
}
.menubar ul.menu > li:hover a::before, .menubar ul.menu > li.current-menu-item a::before {
  width: 100%;
  left: 0;
}
.menubar ul.menu > li span {
  position: absolute;
  width: 44px;
  height: 48px;
  right: 12px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.menubar ul.menu > li span svg path {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li span {
    display: none;
  }
}
.menubar ul.menu > li.sub-menu-item {
  position: relative;
}
.menubar ul.menu > li.sub-menu-item .sub-menu {
  width: 100%;
  background: #282828;
  position: static;
  left: 0;
  top: 0;
  padding: 0 1.5rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  list-style-type: none;
  display: none;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li.sub-menu-item .sub-menu {
    width: 300px;
    background: radial-gradient(95.07% 340.28% at 97.29% 5.95%, #1a1a1a 18.04%, #4f4f4f 34.41%, #1a1a1a 57.39%, #131313 100%);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    padding: 1rem 1.5rem;
    top: 65px;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 0.5s ease;
  }
}
.menubar ul.menu > li.sub-menu-item .sub-menu li {
  padding: 0;
}
.menubar ul.menu > li.sub-menu-item .sub-menu li:before {
  display: none;
}
.menubar ul.menu > li.sub-menu-item .sub-menu li a {
  color: #d5d5d5;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  padding: 0.75rem 0;
  display: block;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li.sub-menu-item .sub-menu li a {
    margin: 0.75rem 0;
    padding: 0;
  }
}
.menubar ul.menu > li.sub-menu-item .sub-menu li a:before {
  display: none;
}
.menubar ul.menu > li.sub-menu-item .sub-menu li a:hover {
  color: #F05A2A;
}
.menubar ul.menu > li.sub-menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menubar ul.menu > li .mega-wrapper {
  width: 100%;
  max-width: 100%;
  background: #282828;
  position: static;
  left: 0;
  top: 0;
  padding: 0 12px;
  display: none;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper {
    width: 100%;
    background: radial-gradient(95.07% 340.28% at 97.29% 5.95%, #1a1a1a 18.04%, #4f4f4f 34.41%, #1a1a1a 57.39%, #131313 100%);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    padding: 2rem;
    left: 50%;
    top: 65px;
    transform: translatex(-50%);
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 0.5s ease;
  }
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper {
  padding-top: calc(var(--bs-gutter-x) * .5);
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper {
    padding: 0;
  }
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li {
  list-style-type: none;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li:before, .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li span {
  display: none;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li > a {
  color: #d5d5d5;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li > a {
    font-size: 20px;
    background: linear-gradient(90deg, #F05A2A, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li > a:hover {
  color: #F05A2A;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li > a:before {
  display: none;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu {
  width: auto;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu {
    padding-top: 15px;
    top: 10px;
  }
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li:before {
  display: none;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a {
    font-size: 1rem;
  }
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a span {
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: flex;
  position: relative;
  right: 0;
  top: 0;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a span svg {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a span svg path {
  transition: all 0.5s ease;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a:hover {
  color: #F05A2A;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a:hover span svg path {
  fill: #F05A2A;
}
.menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li .sub-menu li a:before {
  display: none;
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li.two-column .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menubar ul.menu > li .mega-wrapper .sub-menu-wrapper > li.two-column .sub-menu li {
    width: calc(50% - 24px);
    margin: 0 12px;
  }
}
@media (min-width: 1200px) {
  .menubar ul.menu > li .mega-wrapper .left-column .sub-menu-wrapper {
    padding-right: 2rem;
  }
}
.menubar ul.menu > li .mega-wrapper .left-column .sub-menu-wrapper li {
  padding: 0;
}
.menubar ul.menu > li .mega-wrapper .right-column .mega-menu-image {
  display: block;
  margin-bottom: 1rem;
}
.menubar ul.menu > li .mega-wrapper .right-column .mega-menu-image img {
  aspect-ratio: 1.7777777778;
  border-radius: 1.5rem;
  object-fit: cover;
  object-position: center center;
}
.menubar ul.menu > li .mega-wrapper .right-column .mega-menu-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0;
}
.menubar ul.menu > li .mega-wrapper .right-column .mega-menu-button:before {
  display: none;
}
.menubar ul.menu > li .mega-wrapper .right-column .mega-menu-button:hover {
  background: linear-gradient(90deg, #000, #000);
}
.menubar ul.menu > li:hover .mega-wrapper {
  opacity: 1;
  visibility: visible;
}
.menubar-open .menubar {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.footer {
  width: 100%;
  min-height: 300px;
  margin: 0;
  padding-top: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .footer {
    background-image: url("../../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
.footer .col-12 {
  margin: 1rem 0;
}
.footer p, .footer a, .footer li {
  font-size: 1rem;
}
.footer a {
  color: #d5d5d5;
  font-weight: 300;
}
.footer a:hover {
  text-decoration: none;
  color: #F05A2A;
}
.footer h4 {
  display: block;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .footer h4 {
    font-size: 1.25rem;
  }
}
.footer h4:after {
  width: 40px;
  height: 3px;
  background-color: #F05A2A;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
}
.footer ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  position: relative;
  padding: 0;
}
.footer ul li + li {
  margin-top: 0.5rem;
}
.footer ul li:before {
  display: none;
}
.footer ul.social-icon {
  margin-top: 1rem;
}
.footer-top {
  width: 100%;
  padding-bottom: 2rem;
}
.footer-top .footer-logo {
  display: block;
  margin-bottom: 1rem;
}
.footer-top .footer-logo svg {
  width: 155px;
}
.footer-top ul.contact-info-footer li + li {
  margin-top: 15px;
}
.footer-top ul.contact-info-footer li strong {
  display: block;
}
#toTop {
  width: 40px;
  height: 40px;
  background-color: #F05A2A;
  position: fixed;
  right: 15px;
  bottom: 30px;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  z-index: 999;
}
.footer-bottom {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  padding: 1rem 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .footer-bottom .container {
    justify-content: space-between;
  }
}
.footer-bottom p {
  font-size: 1rem;
  line-height: 20px;
  margin: 0 0 10px;
}
.footer-bottom ul {
  width: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-bottom ul li {
  float: left;
  font-size: 15px;
  line-height: 20px;
  padding: 0 10px;
}
.footer-bottom ul li + li {
  border-left: 1px solid rgba(42, 42, 42, 0.7);
  margin: 0;
}
.hero-block {
  width: 100%;
  min-height: 550px;
  background: #000000 url("../../images/hero-bg.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 4rem;
}
@media (min-width: 1200px) {
  .hero-block {
    height: 100vh;
    min-height: 650px;
  }
}
.hero-block .hero-content h1 b {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F05A2A;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.hero-block .hero-pic {
  width: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: right;
  padding-right: 5rem;
}
.content-box-items .content-box-item {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.content-box-items .content-box-item .content-box-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #282828;
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .content-box-items .content-box-item .content-box-inner {
    padding: 1.875rem;
  }
}
.content-box-items .content-box-item .content-box-inner .content-box h3 {
  transition: all 0.5s ease;
}
.content-box-items .content-box-item .content-box-inner .content-box p {
  color: #d5d5d5;
}
.content-box-items .content-box-item .content-box-inner .content-box p:last-child {
  margin-bottom: 0;
}
.content-box-items .content-box-item .content-box-inner .btn-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-box-items .content-box-item .content-box-inner:hover .content-box h4 {
  color: #F05A2A;
}
.content-box-items-style01 {
  justify-content: center;
}
.content-box-items-style01 .content-box-item {
  padding-top: calc(var(--bs-gutter-x) * 1);
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.content-box-items-style01 .content-box-item .content-box-inner {
  position: relative;
}
@media (min-width: 1200px) {
  .content-box-items-style01 .content-box-item .content-box-inner {
    margin-right: 3.5rem;
  }
}
.content-box-items-style01 .content-box-item .content-box-inner .content-box h3 {
  min-height: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  padding-right: 6rem;
}
@media (min-width: 1200px) {
  .content-box-items-style01 .content-box-item .content-box-inner .content-box h3 {
    min-height: 70px;
    padding-right: 3.5rem;
  }
}
.content-box-items-style01 .content-box-item .content-box-inner .content-box p {
  color: #d5d5d5;
}
.content-box-items-style01 .content-box-item .content-box-inner .content-box span {
  font-size: 4.5rem;
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: -20px;
  background: -webkit-linear-gradient(0deg, rgba(105, 113, 221, 0.08), rgba(240, 90, 42, 0.4)) text;
  -webkit-text-stroke: 3px transparent;
  color: black;
  z-index: -1;
}
@media (min-width: 1200px) {
  .content-box-items-style01 .content-box-item .content-box-inner .content-box span {
    top: -50px;
    font-size: 6.25rem;
  }
}
.content-box-items-style02 .content-box-item {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.content-box-items-style02 .content-box-item .content-box-inner {
  background-color: #000000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
  border: 1px solid #282828;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .content-box-items-style02 .content-box-item .content-box-inner {
    padding: 1.875rem;
  }
}
.content-box-items-style02 .content-box-item .content-box-inner .content-box h3 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.content-box-items-style02 .content-box-item .content-box-inner .content-box p:last-child {
  margin-bottom: 0;
}
.content-sticky {
  position: sticky;
  top: 100px;
}
.content-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .content-listing {
    grid-template-columns: 1fr 1fr;
  }
}
.content-listing li {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  margin: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-listing li:hover {
  border-color: #F05A2A;
}
.content-listing li:before {
  display: none;
}
.box-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: 1px solid #282828;
}
@media (min-width: 768px) {
  .box-icon {
    padding: 1.5rem;
  }
}
.box-icon .icon svg {
  width: 45px;
  height: 45px;
  fill: #F05A2A;
}
.box-icon .box-title h5 {
  color: #ffffff;
}
.box-icon:hover {
  background-color: #F05A2A;
  color: #FFFFFF;
  box-shadow: 8px 8px 11px rgba(13, 13, 13, 0.08);
}
.box-icon:hover h4 {
  color: #FFFFFF;
}
.box-icon:hover svg {
  fill: #FFFFFF;
}
.portfolio-items .portfolio-item {
  margin: 15px 0;
}
.portfolio-items .portfolio-item .portfolio-item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .portfolio-items .portfolio-item .portfolio-item-inner .portfolio-image {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .portfolio-items .portfolio-item .portfolio-item-inner .portfolio-image {
    height: 600px;
  }
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-content h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-content p {
  line-height: 24px;
}
.portfolio-items .portfolio-item .portfolio-item-inner::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(40, 40, 40, 0.7) 80%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 1;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio-items .portfolio-item .portfolio-item-inner:hover .portfolio-content {
  bottom: 20px;
}
.portfolio-items .portfolio-item .portfolio-item-inner:hover::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(40, 40, 40, 0.9) 80%);
  opacity: 1;
}
.portfolio-items .portfolio-item .portfolio-item-inner a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.portfolio-grids .portfolio-grid {
  padding-bottom: calc(var(--bs-gutter-x) * 1.5);
  padding-top: calc(var(--bs-gutter-x) * 1.5);
}
.portfolio-grids .portfolio-grid .portfolio-pic {
  width: 100%;
  background-color: #282828;
  padding: 0.5rem;
  overflow: hidden;
  position: relative;
}
.portfolio-grids .portfolio-grid .portfolio-pic img {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.5rem;
}
.portfolio-grids .portfolio-grid .portfolio-pic .hover-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.portfolio-grids .portfolio-grid .portfolio-pic .hover-effect .hover-effect-inner {
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  align-items: center;
  flex: auto;
  flex-direction: row;
  text-align: center;
  font-size: 3rem;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-grids .portfolio-grid .portfolio-pic .hover-effect .hover-effect-inner span {
  flex-shrink: 0;
  padding: 0 0.75rem;
  font-smooth: always;
}
.portfolio-grids .portfolio-grid .portfolio-pic .hover-effect .hover-effect-inner span small {
  font-size: 100%;
  transform: translatey(100px);
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.portfolio-grids .portfolio-grid .portfolio-pic:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}
.portfolio-grids .portfolio-grid .portfolio-pic:hover .hover-effect .hover-effect-inner span small {
  transform: translatey(0);
}
.portfolio-grids .portfolio-grid .portfolio-content h3 a {
  color: #ffffff;
}
.portfolio-grids .portfolio-grid .portfolio-content h3 a:hover {
  color: #F05A2A;
}
.portfolio-grids .portfolio-grid .portfolio-content .portfolio-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.portfolio-grids .portfolio-grid .portfolio-content .portfolio-category a {
  display: inline-flex;
  border: 1px solid #F05A2A;
  border-radius: 50px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease;
}
.portfolio-grids .portfolio-grid .portfolio-content .portfolio-category a:hover {
  background-color: #F05A2A;
}
.portfolio-single-hero {
  height: 100%;
  width: 100%;
  background-image: url("../../images/portfolio-hero-bg-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 6.5rem;
}
@media (min-width: 992px) {
  .portfolio-single-hero {
    padding-top: 7rem;
  }
}
.project-overview .project-overview-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #282828;
  padding: 1rem;
  margin: calc(var(--bs-gutter-x) * .5) 0;
}
.project-overview .project-overview-inner .overview-icon {
  width: 40px;
}
.project-overview .project-overview-inner .overview-icon svg {
  width: 40px;
  height: 40px;
}
.project-overview .project-overview-inner .overview-content {
  width: calc(100% - 40px);
}
.project-overview .project-overview-inner .overview-content .h5 {
  margin-bottom: 0.5rem;
}
.project-overview .project-overview-inner .overview-content p {
  color: #F05A2A;
}
@media (min-width: 1200px) {
  .project-overview .project-overview-inner .overview-content p {
    line-height: 1;
  }
}
.goal-items .goal-item .goal-item-content .number-box-content {
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .goal-items .goal-item .goal-item-content .number-box-content {
    margin-bottom: 1.5rem;
  }
}
.goal-items .goal-item .goal-item-content .number-box-content:last-child {
  margin-bottom: 0px;
}
.goal-items .goal-item .goal-item-content .number-box-content .number-box {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.375rem;
}
.goal-items .goal-item .goal-item-content .number-box-content .number-box span {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #F05A2A;
  border-radius: 100%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
}
.goal-items .goal-item .goal-item-content .number-box-content .box-content {
  width: calc(100% - 72px);
}
.goal-items .goal-item .goal-item-content .number-box-content .box-content h5 {
  color: #F05A2A;
}
.challenges-block .content-box-items-style02 .content-box-item {
  padding: 0px;
}
.challenges-block .content-box-items-style02 .content-box-item .content-box-inner {
  background-color: #282828;
  padding: 1.5rem;
  padding-left: 3rem;
  margin-bottom: 1.625rem;
  position: relative;
  box-shadow: none;
}
@media (min-width: 768px) {
  .challenges-block .content-box-items-style02 .content-box-item .content-box-inner {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.challenges-block .content-box-items-style02 .content-box-item .content-box-inner:before {
  height: 20px;
  width: 23px;
  content: "";
  position: absolute;
  top: 40px;
  left: 1rem;
  background-image: url("../../images/check-mark-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .challenges-block .content-box-items-style02 .content-box-item .content-box-inner:before {
    left: 2rem;
  }
}
.challenges-block .content-box-items-style02 .content-box-item .content-box-inner .h5 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
}
.key-features-items .key-features-item h3 {
  color: #F05A2A;
}
.key-features-items .key-features-item .features-meta {
  list-style-type: none;
}
.key-features-items .key-features-item .features-meta li {
  background: #282828;
  border-radius: 50px;
  font-size: 1rem;
  padding: 0.625rem 1rem;
}
@media (min-width: 768px) {
  .key-features-items .key-features-item .features-meta li {
    padding: 0.625rem 1.5rem;
  }
}
.key-features-items .key-features-item .features-meta li:hover {
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  color: #ffffff;
}
.key-features-items .key-features-item .features-meta li:before {
  display: none;
}
.key-features-items .key-features-item:nth-child(even) {
  flex-direction: row-reverse;
}
.portfolio-gallery-items .portfolio-gallery-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.portfolio-gallery-items .portfolio-gallery-item img {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
}
.testimonial-items {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.testimonial-items .testimonial-item {
  height: auto;
  padding: 0;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .testimonial-items .testimonial-item {
    padding-bottom: 4rem;
  }
}
.testimonial-items .testimonial-item .testimonial-item-inner {
  height: 100%;
  position: relative;
  border: 1px solid #242424;
  padding: 1.5rem;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .testimonial-items .testimonial-item .testimonial-item-inner {
    padding: 3rem;
  }
}
.testimonial-items .testimonial-item .testimonial-item-inner::after {
  width: 110px;
  height: 75px;
  background: url("../../images/right-quote.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  bottom: -34px;
}
.testimonial-items .testimonial-item .testimonial-item-inner h3 {
  font-weight: 600;
}
.testimonial-items .testimonial-item .testimonial-item-inner h4 {
  color: #F05A2A;
}
.testimonial-items .testimonial-item .testimonial-item-inner p {
  font-weight: 200;
  font-style: italic;
  font-size: 1.25rem;
  margin: 0;
}
.testimonial-items .testimonial-item .testimonial-item-inner:hover {
  border-color: #F05A2A;
}
@media (min-width: 992px) {
  .testimonial-items.testimonial-slider:before {
    width: 200px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .testimonial-items.testimonial-slider:after {
    width: 200px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
  }
}
.industries-row {
  margin-left: calc(-.25 * var(--bs-gutter-x));
  margin-right: calc(-.25 * var(--bs-gutter-x));
}
@media (min-width: 992px) {
  .industries-row {
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
  }
}
.industries-row .industries-item {
  width: 50%;
  padding: calc(var(--bs-gutter-x) * .25);
}
@media (min-width: 768px) {
  .industries-row .industries-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .industries-row .industries-item {
    width: 20%;
    padding: calc(var(--bs-gutter-x) * .5);
  }
}
.industries-row .industries-item .industries-item-inner {
  width: 100%;
  height: 100%;
}
.industries-row .industries-item .industries-item-inner .industries-icon {
  width: 100%;
  border: 1px solid #282828;
  transition: all 0.3s ease;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .industries-row .industries-item .industries-item-inner .industries-icon {
    padding: 2.5rem;
  }
}
.industries-row .industries-item .industries-item-inner .industries-icon svg {
  width: 55px;
  height: 55px;
}
@media (min-width: 1200px) {
  .industries-row .industries-item .industries-item-inner .industries-icon svg {
    width: 75px;
    height: 75px;
  }
}
.industries-row .industries-item .industries-item-inner .industries-icon svg path {
  fill: #d5d5d5;
}
.industries-row .industries-item .industries-item-inner .industries-icon .magic-spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(90deg, rgba(240, 90, 42, 0.35), rgba(105, 113, 221, 0.35));
  opacity: 0;
  filter: blur(75px);
  pointer-events: none;
  /* Let clicks pass through to buttons */
  z-index: 1;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.industries-row .industries-item .industries-item-inner h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.75rem 0 0;
  transition: all 0.3s ease;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .industries-row .industries-item .industries-item-inner h3 {
    font-size: 1.225rem;
    font-weight: 500;
  }
}
.industries-row .industries-item .industries-item-inner:hover .industries-icon {
  border-color: #F05A2A;
}
.industries-row .industries-item .industries-item-inner:hover .industries-icon svg path {
  fill: #F05A2A;
}
@media (min-width: 768px) {
  .app-type-row .industries-item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .app-type-row .industries-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .app-type-row .industries-item {
    width: 16.66666667%;
  }
}
.inner-banner {
  width: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 7rem 0 2.5rem;
}
@media (min-width: 1200px) {
  .inner-banner {
    padding: 8.5rem 0 3rem;
  }
}
.inner-banner:before {
  width: 100%;
  height: 100%;
  background: url("../../images/hero-bg.jpg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.inner-banner h1 {
  margin-bottom: 1.5rem;
}
.inner-banner h1 b span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F05A2A;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.inner-banner p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .inner-banner p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.inner-banner p span {
  font-weight: 600;
}
.post-items .swiper-slide {
  height: auto;
}
.post-items .post-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 1rem;
  overflow: hidden;
}
.post-items .post-item .post-pic {
  display: block;
  overflow: hidden;
}
.post-items .post-item .post-pic img {
  transition: all 0.5s ease;
}
.post-items .post-item .post-content {
  width: 100%;
  display: block;
  padding-top: 1rem;
}
.post-items .post-item .post-content h4, .post-items .post-item .post-content .h4 {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.post-items .post-item .post-content h4 a, .post-items .post-item .post-content .h4 a {
  color: #ffffff;
  transition: all 0.5s ease;
}
.post-items .post-item .post-content .excerpt-content {
  min-height: 75px;
}
.post-items .post-item .post-content .post-meta {
  border-bottom: 1px solid rgba(194, 194, 194, 0.3);
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  margin-bottom: 1.25rem;
  padding: 0;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.post-items .post-item .post-content .post-meta .date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-items .post-item .post-content .post-meta .categories {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.post-items .post-item .post-content .post-meta .categories a {
  color: #ffffff;
  font-size: 0.9rem;
  position: relative;
}
.post-items .post-item .post-content .post-meta .categories a:hover {
  color: #F05A2A;
}
.post-items .post-item .post-content .post-meta .categories a + a {
  padding-left: 1rem;
}
.post-items .post-item .post-content .post-meta .categories a + a::before {
  width: 6px;
  height: 6px;
  background: linear-gradient(90deg, #5e67e7, #6971DD);
  content: "";
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-items .post-item:hover {
  border: 1px solid #F05A2A;
}
.post-items .post-item:hover img {
  transform: scale(1.05);
}
.post-items .post-item:hover .post-content h4 a {
  color: #F05A2A;
}
.pagination {
  justify-content: center;
  padding: 50px 0 0;
  margin: 0;
  column-gap: 0.5rem;
}
.pagination .page-item {
  padding: 0;
}
.pagination .page-item:before {
  display: none;
}
.pagination .page-item .page-link {
  background-color: transparent;
  color: #F05A2A;
  border: 0;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.current {
  background-color: #F05A2A;
  border-color: #F05A2A;
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;
  box-shadow: none;
  color: #FFFFFF;
}
.sticky-top {
  top: 7rem;
  z-index: 1;
}
.meta-tags {
  width: 100%;
  font-size: 1rem;
  margin: 2rem 0;
  background-color: #282828;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.meta-tags span {
  font-weight: 600;
  font-size: 1.125rem;
  color: #F05A2A;
  display: block;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.meta-tags a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 0.25rem 0.125rem;
  display: inline-block;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  font-weight: 300;
  position: relative;
  line-height: normal;
}
.meta-tags a:hover {
  background-color: #F05A2A;
  color: #FFFFFF;
}
.widget-area .widget.widget {
  margin-top: 2rem;
}
.widget-area .widget .image {
  width: 100%;
}
.widget-area .widget .search-form {
  display: flex;
}
.widget-area .widget .search-form label {
  width: 100%;
}
.widget-area .widget .search-form .search-field {
  width: 100%;
  height: 44px;
  background-color: #000000;
  border: 1px solid #F05A2A;
  color: #ffffff;
  border-right: 0;
  border-radius: 12px 0px 0px 12px;
  padding: 0.5rem 1rem;
}
.widget-area .widget .search-form .search-submit {
  width: 100px;
  background-color: #F05A2A;
  color: #FFFFFF;
  border: 0;
  border-radius: 0px 12px 12px 0px;
  padding: 0.5rem 1rem;
}
.widget-area .widget .widget-title {
  position: relative;
  margin-bottom: 2rem;
}
.widget-area .widget .widget-title:before {
  width: 40px;
  height: 3px;
  background-color: #F05A2A;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
}
.widget-area .widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-area .widget ul li {
  position: relative;
}
.widget-area .widget ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 1rem;
}
.widget-area .widget ul li a:hover {
  color: #F05A2A;
}
.widget-area .widget.widget_media_image img {
  border-radius: 1.5rem;
}
.single-post .inner-banner h1 {
  font-size: 1.75rem;
}
@media (min-width: 1200px) {
  .single-post .inner-banner h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1550px) {
  .single-post .inner-banner h1 {
    font-size: 3.5rem;
  }
}
.single-post .post-content img {
  border-radius: 1.5rem;
  width: 100%;
}
.single-post .post-content p svg {
  width: 15px;
  height: 15px;
}
.single-post .post-content p svg path {
  fill: #ffffff;
}
.single-post .post-content p a, .single-post .post-content li a {
  color: #F05A2A !important;
}
.single-post .post-content p a:hover, .single-post .post-content li a:hover {
  color: #ffffff !important;
}
.single-post .post-content ul {
  list-style-type: disc;
  padding-left: 1.35rem;
}
.single-post .post-content ul li {
  padding-left: 0;
}
.single-post .post-content ul li:before {
  display: none;
}
.single-post .post-content ul li::marker {
  color: #F05A2A;
}
.single-post .post-content h2 {
  margin-bottom: 1rem;
  padding-bottom: 0px !important;
}
@media (min-width: 1200px) {
  .single-post .post-content h2 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.single-post .post-content h3 {
  font-size: 1.45rem;
  margin-bottom: 1rem;
  padding-bottom: 0px !important;
}
@media (min-width: 1200px) {
  .single-post .post-content h3 {
    font-size: 1.65rem;
    line-height: 1.5;
  }
}
.single-post .post-content h3 span {
  color: #ffffff;
}
.single-post .post-content h4 span {
  color: #ffffff;
}
.single-post .post-content .standard-table-style table {
  width: 100%;
}
.single-post .post-content .standard-table-style table thead {
  border: none;
}
.single-post .post-content .standard-table-style table th, .single-post .post-content .standard-table-style table td {
  padding: 0.65rem;
  border: 1px solid #282828;
  color: #b7b7b7;
}
.single-post .post-content .standard-table-style table th {
  background-color: #F05A2A;
  color: #ffffff;
  font-size: 1rem;
}
.single-post .post-content .standard-table-style table tr:nth-child(odd) td {
  background-color: #1e1e1e;
}
.single-post .post-content .wp-block-image a {
  width: 100%;
}
.single-post .post-content .wp-block-image figure {
  display: block;
}
.single-post .post-content blockquote {
  background-color: #282828;
  position: relative;
  border-radius: 1.5rem;
  text-align: center;
  margin: 1.5rem 0;
  padding: 1.5rem;
}
.single-post .post-content blockquote p {
  text-align: center !important;
}
.single-post .post-content blockquote p:last-child {
  margin-bottom: 0;
}
.author-box {
  width: 100%;
  font-size: 1rem;
  background-color: #282828;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
  flex-direction: column;
}
.author-box p {
  font-size: 1rem;
}
.author-box img {
  width: auto !important;
}
@media (min-width: 576px) {
  .author-box {
    flex-direction: row;
  }
}
.sharing-box {
  width: 100%;
  display: flex;
  min-height: 70px;
  background-color: #282828;
  box-sizing: border-box;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sharing-box {
    flex-direction: row;
  }
}
.sharing-box h5 {
  color: #FFFFFF;
  margin: 0;
}
.sharing-box a {
  color: #FFFFFF;
}
.sharing-box a:hover {
  color: #F05A2A;
}
.sharing-box .social-icons {
  display: flex;
  gap: 0.25rem;
}
.call-to-action {
  position: relative;
  background-attachment: fixed;
  z-index: 0;
}
.call-to-action .quick-contact {
  width: 100%;
  float: left;
  background-color: #282828;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5rem;
  margin: 0;
}
@media (min-width: 576px) {
  .call-to-action .quick-contact {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .call-to-action .quick-contact {
    padding: 3rem;
  }
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .contact-info {
    flex-direction: column;
  }
}
.contact-info li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 1rem 0;
  gap: 1rem;
  padding: 0;
}
@media (min-width: 576px) {
  .contact-info li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-info li {
    width: auto;
  }
}
.contact-info li svg {
  width: 36px;
  height: 36px;
}
.contact-info li svg path {
  fill: #ffffff;
}
.contact-info li a {
  color: #ffffff;
}
.contact-info li a:hover {
  color: #F05A2A;
}
.contact-info li:before {
  display: none;
}
.form .form-group {
  position: relative;
}
.form .form-group .form-label {
  color: #d5d5d5;
  position: absolute;
  top: 0.7rem;
  line-height: 1;
  margin: 0;
  transition: all 0.3s;
}
.form .form-group .form-control {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  color: #ffffff;
  padding: 1rem;
}
.form .form-group .form-control span {
  position: initial;
}
.form .form-group .form-control::placeholder {
  color: #d5d5d5;
}
.form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #F05A2A;
}
.form .form-group .form-control:focus:invalid {
  border: 1px solid #F05A2A;
}
.form .form-group textarea {
  height: 100px;
}
.form .form-group.active .form-label {
  color: #F05A2A;
  transform: translateY(-1.5rem);
  visibility: visible;
}
.form .form-group .wpcf7-form-control-wrap {
  position: initial;
}
.form .form-group .wpcf7-form-control-wrap[data-name="your-projectbrief"] {
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 24px);
  top: 0;
  left: 12px;
  cursor: pointer;
}
.form .form-group .wpcf7-form-control-wrap[data-name="your-projectbrief"] .form-control {
  height: 100%;
}
.form .form-group label {
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border: 1px dashed #F05A2A;
  border-radius: 10px;
  background-color: #ffffff;
  gap: 8px;
}
.form .form-group label .file-content {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.form .form-group label .file-content .icon {
  margin-right: 1rem;
  flex: 0 0 auto;
}
.form .form-group label .file-content .icon svg {
  width: 40px;
  height: 40px;
}
.form .form-group label .file-content .content-label {
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  opacity: 0.5;
}
.form .form-group label .row-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.form .form-group label .row-wrap .btn-close {
  width: 15px;
  height: 15px;
  margin-right: 1rem;
  position: relative;
  z-index: 9;
  display: none;
}
.form .btn-submit {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.form .btn-submit .wpcf7-submit {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  padding: 0px 2rem;
}
.wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-spinner:after {
  height: 1000%;
  width: 1000%;
  content: "";
  position: absolute;
  top: -100%;
  left: -250%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.tab-style {
  position: relative;
  z-index: 1;
}
.tab-style .nav {
  background-color: transparent;
  border-radius: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(240, 90, 42, 0.3);
}
.tab-style .nav .nav-item:before {
  display: none;
}
.tab-style .nav .nav-link {
  background-color: transparent;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  position: relative;
  border-radius: 0;
}
@media (min-width: 576px) {
  .tab-style .nav .nav-link {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .tab-style .nav .nav-link {
    font-size: 1.5rem;
    padding: 0.7rem 1.5rem;
  }
}
.tab-style .nav .nav-link:hover, .tab-style .nav .nav-link.active {
  color: #F05A2A;
}
.tab-style .tab-content {
  width: 100%;
  padding: 3rem 1rem 0;
}
.service-tab {
  width: 100%;
  background-color: #282828;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .service-tab {
    padding: 2rem;
  }
}
.service-tab .nav-tabs-style {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  padding: 1rem;
}
.service-tab .nav-tabs-style .nav-item {
  padding: 0;
}
.service-tab .nav-tabs-style .nav-item:before {
  display: none;
}
.service-tab .nav-tabs-style .nav-item .nav-link {
  width: 100%;
  background-color: #282828;
  text-align: left;
  color: #ffffff;
  font-size: 0.875rem;
  border: none;
  border-radius: 100px;
  padding: 0.75rem 1.25rem;
}
@media (min-width: 1200px) {
  .service-tab .nav-tabs-style .nav-item .nav-link {
    font-size: 1rem;
  }
}
.service-tab .nav-tabs-style .nav-item .nav-link:hover, .service-tab .nav-tabs-style .nav-item .nav-link.active {
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  color: #ffffff;
  border-radius: 100px;
}
.service-tab .tab-content {
  width: 100%;
  height: 100%;
  background: #282828;
  border: 10px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .service-tab .tab-content {
    padding: 2rem;
  }
}
.service-tab .tab-content .tab-pane {
  height: 100%;
}
.service-tab .tab-content .tab-pane .collapse {
  height: 100%;
}
.service-tab .tab-content .tab-pane .tab-pane-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-tab .tab-content .tab-pane .tab-pane-inner p strong {
  color: #ffffff;
}
.service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul {
  list-style-type: none;
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul {
    gap: 0.5rem;
  }
}
.service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul li {
  display: inline-block;
  position: relative;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  color: #d5d5d5;
  padding: 0;
}
.service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul li a {
  color: #d5d5d5;
  display: inline-block;
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul li a {
    padding: 0.5rem 1.5rem 0.5rem;
  }
}
.service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul li:hover {
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  color: #ffffff;
}
.service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul li:hover a {
  color: #ffffff;
}
.service-tab .tab-content .tab-pane .tab-pane-inner:not(.listing-style-defult) ul li:before {
  display: none;
}
.service-tab .tab-content .tab-pane .tab-pane-inner .content-listing-items {
  margin-left: calc(-.25 * var(--bs-gutter-x));
  margin-right: calc(-.25 * var(--bs-gutter-x));
}
.service-tab .tab-content .tab-pane .tab-pane-inner .content-listing-items .content-listing-item {
  padding: calc(var(--bs-gutter-x) * .25);
}
.service-tab .tab-content .tab-pane .tab-pane-inner .content-listing-items .content-listing-item .content-listing-item-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
}
.service-tab .tab-content .tab-pane .tab-pane-inner .tab-cta {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #6971dd24, #f05a2a1a);
  -webkit-background-clip: padding-box;
  position: relative;
}
.service-tab .tab-content .tab-pane .tab-pane-inner .tab-cta h4 {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .service-tab .tab-content .tab-pane .tab-pane-inner .tab-cta h4 {
    font-size: 1.5rem;
  }
}
.service-tab .tab-content .tab-pane .tab-pane-inner .tab-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.service-tab .tab-content .tab-pane .accordion-btn {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  color: #ffffff;
}
.service-tab .tab-content .tab-pane .accordion-btn.collapsed {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1199px) {
  .service-tab .tab-content .tab-pane {
    display: block;
    opacity: 1;
    height: auto;
    margin-bottom: 1rem;
  }
  .service-tab .tab-content .tab-pane .tab-pane-inner {
    height: auto;
    margin-top: 1rem;
  }
}
.experince-title {
  width: 140px;
  height: 225px;
  background-color: #6971DD;
  position: absolute;
  right: 12px;
  top: 0;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.experince-title span {
  display: block;
  transform: rotate(-90deg);
}
.about-pic {
  display: block;
  position: relative;
}
.about-pic:before {
  height: 219px;
  width: 203px;
  content: "";
  position: absolute;
  top: -60px;
  left: -25px;
  background-image: url("/wp-content/uploads/2024/05/dots-vector.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-pic-gallery span:nth-child(1) {
  width: 485px;
  height: 590px;
  display: inline-block;
}
.about-pic-gallery span:nth-child(2) {
  width: 300px;
  height: 375px;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  border: 10px solid #ffffff;
}
.about-pic-gallery span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.counter-box-items .counter-box-item .counter-box-inner {
  border-radius: 1.5rem;
}
@media (min-width: 1200px) {
  .counter-box-items .counter-box-item .counter-box-inner {
    padding: 1rem;
  }
}
.counter-box-items .counter-box-item .counter-box-inner .h5 {
  margin: 0;
  font-size: 1.2rem;
}
.counter-box-items .counter-box-item .counter-box-inner .number {
  font-size: 3.25rem;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #F05A2A);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.clutch-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem;
  position: relative;
}
.clutch-box .widgets-content-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}
.clutch-box .widgets-content-wrapper .small-widget-logo-wrapper span {
  color: #4a5255;
  display: block;
  font-size: 11px;
  letter-spacing: 1.1px;
  margin: 0 0 5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
}
.clutch-box .widgets-content-wrapper .small-widget-text span svg {
  width: 85px;
  height: 15px;
}
.clutch-box .widgets-content-wrapper .small-widget-text p {
  color: #4a5255;
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  margin: 0;
}
.clutch-box a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.img-group-style span {
  float: left;
  display: block;
}
.img-group-style span img {
  border-radius: 10px;
}
.img-group-style span:nth-child(1) img {
  width: 200px;
  height: 357px;
  object-fit: cover;
  object-position: center;
  margin-top: 85px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .img-group-style span:nth-child(1) img {
    width: 350px;
    height: 530px;
  }
}
@media (min-width: 1200px) {
  .img-group-style span:nth-child(1) img {
    width: 435px;
  }
}
.img-group-style span:nth-child(2) img {
  width: 185px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-group-style span:nth-child(2) img {
    width: 246px;
    height: 281px;
  }
}
.img-group-style span:nth-child(3) img {
  width: 185px;
  height: 220px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .img-group-style span:nth-child(3) img {
    width: 320px;
    height: 308px;
  }
}
.icon-content-with-box {
  max-width: 800px;
  margin-top: 50px;
  z-index: 1;
  padding: 30px;
  box-shadow: 8px 8px 11px rgba(17, 17, 17, 0.08);
}
@media (min-width: 992px) {
  .icon-content-with-box {
    margin-bottom: 100px;
    margin-left: -200px;
  }
}
.icon-content-with-box .img-icon {
  width: 80px;
  flex: 0 0 auto;
  text-align: center;
}
.sr-box-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 1;
}
.sr-box-item .sr-box {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  background-color: #000000;
  border-radius: 1.5rem;
  position: relative;
  margin: 0;
  padding: 1.5rem;
  overflow: hidden;
  transition: all 0.5s ease;
}
.sr-box-item .sr-box:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #282828 70%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) {
  .sr-box-item .sr-box {
    padding: 2rem;
    height: 500px;
  }
}
.sr-box-item .sr-box .sr-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.4;
  z-index: 0;
}
.sr-box-item .sr-box .sr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sr-box-item .sr-box .sr-content .sr-icon {
  font-size: 3.5rem;
  color: #ffffff;
}
.sr-box-item .sr-box .sr-content h4 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  z-index: 2;
}
.sr-box-item .sr-box .sr-content p {
  position: relative;
  color: #ffffff;
  margin: 0;
  z-index: 3;
}
.sr-box-item .sr-box .sr-content span {
  display: block;
  z-index: 1;
  position: relative;
  font-weight: 600;
  margin-top: 0.5rem;
}
.sr-box-item .sr-box .sr-content span svg {
  transition: all 0.3s ease-in-out;
}
.sr-box-item .sr-box .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.sr-box-item .sr-box:hover .sr-image {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sr-box-item .sr-box:hover .sr-content span svg {
  transform: rotate(45deg);
}
.sr-box-item .sr-box:hover:before {
  opacity: 1;
}
.service-items .service-item {
  width: 100%;
  background-color: #282828;
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .service-items .service-item {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .service-items .service-item {
    padding: 3rem;
  }
}
.service-items .service-item + .service-item {
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .service-items .service-item + .service-item {
    margin-top: 4rem;
  }
}
.service-items .service-item .big-title {
  left: 0;
  top: 0;
}
.custom-service-listing .custom-sr-box {
  border-radius: 1.5rem;
  border: 1px solid #282828;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .custom-service-listing .custom-sr-box {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .custom-service-listing .custom-sr-box .custom-sr-box-inner .custom-sr-box-contnet {
    padding-right: 4.5rem;
  }
}
.custom-service-listing .custom-sr-box .custom-sr-box-inner .custom-sr-box-contnet p:last-child {
  margin-bottom: 0;
}
.custom-service-listing .custom-sr-box .custom-sr-box-inner .custom-sr-box-contnet ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.custom-service-listing .custom-sr-box .custom-sr-box-inner .custom-sr-box-contnet ul li {
  display: inline-block;
  position: relative;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  color: #d5d5d5;
  padding: 0.5rem 1.5rem 0.5rem;
}
.custom-service-listing .custom-sr-box .custom-sr-box-inner .custom-sr-box-contnet ul li:before {
  display: none;
}
.custom-service-listing .custom-sr-box .tech-items {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .custom-service-listing .custom-sr-box .tech-items {
    margin-bottom: 0;
  }
}
.custom-service-listing .custom-sr-box .tech-items .tech-item a.tech-box {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .custom-service-listing .custom-sr-box .tech-items .tech-item a.tech-box {
    width: 75px;
    height: 75px;
  }
}
.custom-service-listing .custom-sr-box .tech-items .tech-item a.tech-box img {
  width: 60px;
}
@media (min-width: 1200px) {
  .custom-service-listing .custom-sr-box .tech-items .tech-item a.tech-box img {
    width: 50px;
  }
}
.custom-service-listing .custom-sr-box .heading-box .h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.custom-service-listing .custom-sr-box .heading-box .h4 span {
  height: 35px;
  width: 35px;
  color: #F05A2A;
  display: inline-block;
  margin-right: 1rem;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
}
.custom-service-listing .custom-sr-box .tech-items {
  margin-top: 2rem;
}
.custom-service-listing .custom-sr-box .btn-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background-color: transparent;
  border: 1px solid #282828;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 576px) {
  .custom-service-listing .custom-sr-box .btn-icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .custom-service-listing .custom-sr-box .btn-icon {
    top: 2.5rem;
    right: 2.5rem;
  }
}
.custom-service-listing .custom-sr-box .btn-icon svg {
  width: 20px;
  height: 20px;
  transform: rotateZ(0deg);
}
.custom-service-listing .custom-sr-box .btn-icon svg path {
  fill: #282828;
}
@media (min-width: 576px) {
  .custom-service-listing .custom-sr-box .btn-icon svg {
    width: 25px;
    height: 25px;
  }
}
.custom-service-listing .custom-sr-box:hover {
  border: 1px solid #F05A2A;
}
.custom-service-listing .custom-sr-box:hover .btn-icon {
  border-color: #F05A2A;
  background-color: #F05A2A;
  transform: rotateZ(-75deg);
}
.custom-service-listing .custom-sr-box:hover .btn-icon svg path {
  fill: #ffffff;
}
.call-to-action .bg-gradient-grey {
  animation: gradient 30s ease infinite;
  background-size: 200%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.call-to-action .cta-inner {
  border: 1px solid #282828;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .call-to-action .cta-inner {
    padding: 3rem;
  }
}
.blog-call-to-action {
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .blog-call-to-action {
    padding: 2.5rem;
  }
}
.blog-call-to-action .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.blog-call-to-action .wp-block-group__inner-container .wp-block-button__link {
  background: linear-gradient(90deg, #F05A2A, #6971DD);
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.blog-call-to-action .wp-block-group__inner-container .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  transform: scale(0);
  border-radius: 38px;
  transition: all 0.3s ease;
  z-index: -1;
  background: linear-gradient(90deg, #000, #000);
}
.blog-call-to-action .wp-block-group__inner-container .wp-block-button__link:hover::before {
  transform: scale(1);
}
.blog-call-to-action .wp-block-group__inner-container .wp-block-button__link:hover {
  color: #ffffff;
  background-color: transparent;
}
.hire-box-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hire-box-item .hire-box {
  width: 100%;
  height: 100%;
  border: 1px solid #282828;
  padding: 1.5rem;
  margin: 0;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .hire-box-item .hire-box {
    padding: 2rem;
  }
}
.hire-box-item .hire-box .hire-box-icon {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background: linear-gradient(133deg, #E95B34 3.44%, #6E70D6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hire-box-item .hire-box .hire-box-icon svg {
  width: 60px;
  height: 60px;
}
.hire-box-item .hire-box p strong {
  text-transform: uppercase;
  color: #F05A2A;
}
.hire-box-item .hire-box ul li {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.hire-box-item .hire-box ul li:before {
  background: url("../../images/check.svg") no-repeat center center;
  background-size: contain;
  top: 10px;
}
.hire-box-item .hire-box span {
  display: block;
  background: url("../../images/hand-icon.svg") no-repeat left 4px;
  padding-left: 1.75rem;
}
.hire-box-item .hire-box span a {
  color: #ffffff;
}
.hire-box-item .hire-box span a:hover {
  color: #F05A2A;
}
.hire-box-item .hire-box:hover {
  border-color: #F05A2A;
}
.accordion {
  position: relative;
}
.accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #282828;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 15px;
}
.accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  column-gap: 0.5rem;
}
.accordion .accordion-item .accordion-header h3 {
  width: calc(100% - 44px);
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .accordion .accordion-item .accordion-header h3 {
    font-size: 1.5rem;
  }
}
.accordion .accordion-item .accordion-header:not(.collapsed) h3 {
  color: #F05A2A;
}
.accordion .accordion-item .accordion-header span {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header span svg {
  width: 18px;
  height: 18px;
}
.accordion .accordion-item .accordion-header span svg path {
  fill: #F05A2A;
}
.accordion .accordion-item .accordion-header.collapsed span {
  transform: rotate(0deg);
  border: 0;
}
.accordion .accordion-item .accordion-header.collapsed span svg path {
  fill: #ffffff;
}
.accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-item .accordion-body ul li + li {
  padding-top: 0.5rem;
}
.listing-style ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.listing-style ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0;
  padding-left: 2.125rem;
  margin: 0.65rem 0;
  background: url("../../images/check.svg") no-repeat left 5px;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .intro-block h2 {
    font-size: 2.5rem;
  }
}
.process-items {
  position: relative;
}
.process-items:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 123px;
  left: 48px;
  width: 2px;
  background: #282828;
  z-index: -1;
}
.process-items .progress-line-fill {
  position: absolute;
  top: 15px;
  left: 48px;
  width: 2px;
  background: #F05A2A;
  z-index: 2;
  height: 0;
  margin: 0;
  padding: 0;
}
.process-items .process-item {
  z-index: 2;
}
.process-items .process-item .process-item-inner {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transition: all 0.5s ease;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .process-items .process-item .process-item-inner {
    gap: 2rem;
    padding-bottom: 2.5rem;
  }
}
.process-items .process-item .process-item-inner span {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .process-items .process-item .process-item-inner span {
    width: 75px;
    height: 75px;
    font-size: 1.75rem;
  }
}
.process-items .process-item .process-item-inner span::before {
  width: 100%;
  height: 100%;
  background: url("../../images/shape-vector.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.process-items .process-item .process-item-inner h3 {
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 1200px) {
  .process-items .process-item .process-item-inner h3 {
    font-size: 1.5rem;
  }
}
.process-items .process-item:last-child .process-item-inner:after {
  display: none;
}
.tech-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 3rem 0;
}
.tech-items .tech-item {
  text-align: center;
}
.tech-items .tech-item a.tech-box {
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #ffffff;
  padding: 0.5rem;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .tech-items .tech-item a.tech-box {
    height: 85px;
    width: 85px;
  }
}
.tech-items .tech-item a.tech-box img {
  width: 75px;
}
.tech-items .tech-item a.tech-box:hover {
  transform: translate(0, -3px);
  box-shadow: 0px 0px 10px 0px rgba(104, 102, 221, 0.8);
}
.technology-items {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 992px) {
  .technology-items {
    gap: 1rem;
  }
}
.technology-items .technology-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-items .technology-item a {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  row-gap: 0.75rem;
  background-color: #282828;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #282828;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .technology-items .technology-item a {
    width: 130px;
    height: 130px;
    row-gap: 1rem;
  }
}
.technology-items .technology-item a svg {
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .technology-items .technology-item a svg {
    width: 60px;
    height: 60px;
  }
}
.technology-items .technology-item a h3 {
  text-align: center;
  margin: 0;
}
.technology-items .technology-item a:hover {
  border-color: #F05A2A;
  background-color: #000000;
}
.social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  padding: 0.125rem;
}
.social-icons li:before {
  display: none;
}
.social-icons li a, .social-icons li button {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  padding: 0;
}
@media (min-width: 992px) {
  .social-icons li a, .social-icons li button {
    width: 42px;
    height: 42px;
  }
}
.social-icons li a svg, .social-icons li button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .social-icons li a svg, .social-icons li button svg {
    width: 22px;
    height: 22px;
  }
}
.social-icons li a svg path, .social-icons li button svg path {
  fill: #d5d5d5;
}
.social-icons li a:hover svg path, .social-icons li button:hover svg path {
  fill: #F05A2A;
}
.content-with-icon-boxes .content-with-icon-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(#000000 0 0) padding-box, linear-gradient(90deg, #5e67e7 8.06%, #6971DD 122.22%) border-box;
  border: 1px solid transparent;
  padding: 1.875rem;
}
.content-with-icon-boxes .content-with-icon-box .icon-box {
  text-align: center;
}
.content-with-icon-boxes .content-with-icon-box .icon-box svg {
  width: 50px;
  fill: #ffffff;
  margin-bottom: 1.875rem;
}
.content-with-icon-boxes .content-with-icon-box a {
  color: #ffffff;
}
.content-with-icon-boxes .content-with-icon-box a svg {
  fill: #ffffff;
}
.get-in-touch h2 {
  color: #F05A2A;
}
@media (min-width: 1200px) {
  .get-in-touch h2 {
    font-size: 2.625rem;
  }
}
.get-in-touch p {
  font-size: 1rem;
}
.get-in-touch .our-process-items {
  position: relative;
}
.get-in-touch .our-process-items::before {
  height: 90%;
  width: 1px;
  content: "";
  position: absolute;
  top: 25px;
  left: 1rem;
  background-color: #F05A2A;
}
@media (min-width: 1200px) {
  .get-in-touch .our-process-items::before {
    left: 1.875rem;
  }
}
.get-in-touch .our-process-items .our-process-item {
  position: relative;
  padding: 0 0 5rem 3rem;
}
@media (min-width: 1200px) {
  .get-in-touch .our-process-items .our-process-item {
    padding: 0 0 17.5rem 4.375rem;
  }
}
.get-in-touch .our-process-items .our-process-item::after {
  height: 16px;
  width: 16px;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 100%;
  background-color: #F05A2A;
}
@media (min-width: 1200px) {
  .get-in-touch .our-process-items .our-process-item::after {
    left: 1.438rem;
  }
}
.get-in-touch .our-process-items .our-process-item .our-process-inner h3 {
  font-size: 1.5rem;
  color: #F05A2A;
}
.get-in-touch .our-process-items .our-process-item .our-process-inner p {
  font-size: 1rem;
}
.form-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .form-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .form-wrapper {
    padding: 2.375rem;
  }
}
.form-wrapper .form-wrapper-inner {
  background: #282828;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .form-wrapper .form-wrapper-inner {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .form-wrapper .form-wrapper-inner {
    padding: 2.375rem;
  }
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-control {
  background-color: transparent;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 1rem;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-control::placeholder {
  color: #d5d5d5;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-control:focus {
  border: 1px solid #F05A2A;
  box-shadow: none;
  outline: none;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .wpcf7-response-output {
  text-align: center;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25rem;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form textarea {
  max-height: 150px;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form select option {
  color: #000000;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .wpcf7-submit {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-heading {
  position: relative;
  margin: 2rem 0 1.5rem;
  z-index: 0;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-heading:after {
  height: 2px;
  width: 90%;
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  background: #F05A2A;
  z-index: -1;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-heading h4 {
  color: #F05A2A;
  display: inline-block;
  background: #282828;
  padding-right: 1rem;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form p {
  font-size: 1rem;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form p a:hover {
  border-bottom: 1px solid transparent;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap {
  position: initial;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap[data-name="your-projectbrief"] {
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 24px);
  top: 0;
  left: 12px;
  cursor: pointer;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap[data-name="your-projectbrief"] .form-control {
  height: 100%;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label {
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border: 1px dashed #F05A2A;
  border-radius: 10px;
  background-color: #ffffff;
  gap: 8px;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label .file-content {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label .file-content .icon {
  margin-right: 1rem;
  flex: 0 0 auto;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label .file-content .icon svg {
  width: 40px;
  height: 40px;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label .file-content .content-label {
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  opacity: 0.5;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label .row-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.form-wrapper .form-wrapper-inner .wpcf7 .wpcf7-form .form-group label .row-wrap .btn-close {
  width: 15px;
  height: 15px;
  margin-right: 1rem;
  position: relative;
  z-index: 9;
  display: none;
}
.form-wrapper p {
  font-size: 1rem;
}
.form-wrapper p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.form-wrapper p a:hover {
  border-bottom: 1px solid transparent;
}
.cta-info-boxes .cta-info-box {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.cta-info-boxes .cta-info-box .cta-info-box-inner {
  border-radius: 10px;
  height: 100%;
}
.cta-info-boxes .cta-info-box .cta-info-box-inner .info-box-icon {
  width: 50px;
}
.cta-info-boxes .cta-info-box .cta-info-box-inner .info-box-content {
  width: calc(100% - 66px);
  word-wrap: break-word;
}
.cta-info-boxes .cta-info-box .cta-info-box-inner .info-box-content span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #282828;
}
.cta-info-boxes .cta-info-box .cta-info-box-inner .info-box-content p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #282828;
}
.cta-info-boxes .cta-info-box .cta-info-box-inner .info-box-content p a {
  color: #282828;
}
.cta-info-boxes .cta-info-box .cta-info-box-inner .info-box-content p a:hover {
  color: #F05A2A;
}
.joining-process-items {
  display: flex;
  flex-direction: row;
  z-index: 1;
  padding-top: 12rem;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .joining-process-items {
    overflow: initial;
    flex-wrap: wrap;
  }
}
.joining-process-items .joining-process-item {
  width: 50%;
  flex: 0 0 auto;
  position: relative;
}
.joining-process-items .joining-process-item:before {
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  background-color: #d5d5d5;
  z-index: -1;
}
.joining-process-items .joining-process-item:first-child:before {
  left: 50%;
}
.joining-process-items .joining-process-item:last-child:before {
  left: auto;
  right: 50%;
}
@media (min-width: 768px) {
  .joining-process-items .joining-process-item {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .joining-process-items .joining-process-item {
    width: 20%;
    flex: 1 0 0%;
  }
}
.joining-process-items .joining-process-item .process-number {
  height: 54px;
  width: 54px;
  border-radius: 100%;
  border: 2px dotted #d5d5d5;
  margin: 0 auto 1.875rem;
}
.joining-process-items .joining-process-item .process-number span {
  color: #F05A2A;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.joining-process-items .joining-process-item .joining-process-inner {
  width: 100%;
  min-height: 165px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 0;
  position: relative;
}
.joining-process-items .joining-process-item .joining-process-inner:before, .joining-process-items .joining-process-item .joining-process-inner:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.joining-process-items .joining-process-item .joining-process-inner:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #000000;
  border-width: 14px;
  margin-left: -14px;
}
.joining-process-items .joining-process-item .joining-process-inner:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #d5d5d5;
  border-width: 16px;
  margin-left: -16px;
}
.joining-process-items .joining-process-item .joining-process-inner h3 {
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding: 1.25rem 1rem;
  margin: 0;
}
.joining-process-items .joining-process-item .joining-process-inner p {
  font-size: 1rem;
  line-height: 1.3;
  padding: 1.25rem 1rem;
}
.joining-process-items .joining-process-item:nth-child(even) .joining-process-inner {
  position: absolute;
  top: -11.875rem;
}
.joining-process-items .joining-process-item:nth-child(even) .joining-process-inner:before, .joining-process-items .joining-process-item:nth-child(even) .joining-process-inner:after {
  top: 100%;
  bottom: auto;
}
.joining-process-items .joining-process-item:nth-child(even) .joining-process-inner:before {
  border-top-color: #d5d5d5;
  border-bottom-color: transparent;
  margin-left: -26px;
}
.joining-process-items .joining-process-item:nth-child(even) .joining-process-inner:after {
  border-top-color: #000000;
  border-bottom-color: transparent;
  margin-left: -24px;
}
.job-details-box {
  position: sticky;
  top: 7rem;
}
.job-listing-items .job-listing-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.job-listing-items .job-listing-item .job-listing-item-inner {
  width: 100%;
  background-color: #282828;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.5rem;
  padding: 2rem;
}
.job-listing-items .job-listing-item .job-listing-item-inner h3 {
  padding-right: 60px;
}
.job-listing-items .job-listing-item .job-listing-item-inner .job-details {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.job-listing-items .job-listing-item .job-listing-item-inner .job-details span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 0;
  display: inline-block;
  width: auto;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease-in-out;
  position: relative;
  line-height: normal;
}
.job-listing-items .job-listing-item .job-listing-item-inner .job-link {
  height: 60px;
  width: 60px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
.job-listing-items .job-listing-item .job-listing-item-inner .job-link svg {
  transform: rotateZ(0deg);
}
.job-listing-items .job-listing-item .job-listing-item-inner .job-link svg path {
  fill: #ffffff;
}
.job-listing-items .job-listing-item .job-listing-item-inner .job-link:hover {
  border-color: #6971DD;
  background-color: #6971DD;
  transform: rotateZ(-75deg);
}
.job-listing-items .job-listing-item .job-listing-item-inner:hover {
  border: 1px solid #6971DD;
  background: #5e67e7;
  background: linear-gradient(90deg, #F05A2A, #6971DD);
}
.single-careers .job-detail-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.single-careers .job-detail-items .job-detail-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.5rem;
  padding: 1rem;
}
.single-careers .job-detail-items span {
  font-size: 1.275rem;
  color: #F05A2A;
  display: block;
  margin-bottom: 0.25rem;
}
.single-careers .inquiryjob-block:before {
  width: 100%;
  height: 500px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #121212 url("../../images/form-bg.jpg") no-repeat 50%;
  background-size: cover;
  z-index: -1;
  opacity: 0.25;
}
