@font-face {
  font-family: "GT-Super-Display-Super";
  src: url(../fonts/GT-Super-Display-Super.otf);
}
@font-face {
  font-family: "stolzl-book";
  src: url(../fonts/main-font/stolzl-book.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "stolzl_bold";
  src: url(../fonts/main-font/stolzl_bold.otf);
}
*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #de411e;
  --radius: 30px;
}

.super-font {
  font-family: "GT-Super-Display-Super" !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "stolzl-book", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

h4.elementor-heading-title,
h5.elementor-heading-title,
.elementor-8 .elementor-element.elementor-element-f00322b .elementor-button {
  font-family: "stolzl-book", sans-serif !important;
}

.super-font {
  font-family: "GT-Super-Display-Super" !important;
}

.invest-section h2.elementor-heading-title {
  font-family: "GT-Super-Display-Super" !important;
}
.invest-section p {
  font-family: "stolzl-book", sans-serif !important;
}

.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5294117647);
}

.underline {
  text-decoration: underline !important;
}

.small-title p {
  position: relative;
  font-size: 20px !important;
  padding-left: 20px;
}
.small-title p::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 100%;
}

.fs-1,
h1 {
  font-size: 3.5rem !important;
}

h2 {
  font-size: 3rem !important;
}

.fs-4 {
  font-size: 19px !important;
}

.fs-5 {
  font-size: 1.1rem !important;
}

.size-6 {
  font-size: 15px !important;
}

.size-8 {
  font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

.fs-7 {
  font-size: 14px;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

hr {
  border: 1px solid #b3b4b7 !important;
}

.btn {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.btn-primary {
  background-color: var(--primary) !important;
  border: 0px;
}
.btn-primary:hover {
  background-color: white !important;
}

.btn-outline-light:hover {
  color: var(--primary) !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.justify-content-space-between {
  justify-content: space-around;
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background-color: transparent !important;
  background: transparent !important;
}

.primary-bg {
  background-color: var(--primary) !important;
}

article {
  line-height: 1.7rem;
}

.rounded {
  border-radius: var(--radius) !important;
}

.full-radius {
  border-radius: 100% !important;
}

.no-radius {
  border-radius: 0px !important;
}

.z-index {
  z-index: 1;
}

.relative {
  position: relative;
}

i {
  font-size: 16px;
}

.primary-color {
  color: var(--primary) !important;
}

.background-primary {
  background-color: var(--primary);
}
.background-primary:hover {
  background-color: var(--primary);
}

.btn {
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}

.btn-subColor.hvr-txt-trans {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans:hover {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.hvr-txt-trans:hover {
  color: #fff;
}
.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.radius {
  border-radius: var(--radius) !important;
}

.radius-20 {
  border-radius: var(--radius-20);
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.img_contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
}

p {
  font-size: 18px;
  font-family: "stolzl-book", sans-serif !important;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

.section_padding {
  padding: 60px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/*---------------header-----------------------*/
.navbar-brand.logo {
  padding: 0px;
}

.custom-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  min-height: 100vh !important;
  position: relative;
  width: 100%;
}
.hero-section .elementor-element-01eabfe.img_cover.elementor-widget.elementor-widget-image {
  position: relative;
}
.hero-section .elementor-element-01eabfe.img_cover.elementor-widget.elementor-widget-image::after {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 28%;
  right: -100px;
  content: "";
  background-image: url("../images/shapes/cloud-1.svg");
  width: 255px;
  height: 130px;
  animation: slide_up_down 1.9s ease-in-out infinite alternate both;
}
.hero-section .e-con-inner {
  padding-top: 128px !important;
}
.hero-section h1 {
  position: relative;
  padding-bottom: 15px;
}
.hero-section h1::after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: url("../images/shapes/underline.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-section .parallax-container {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  overflow: hidden;
  position: relative;
}
.hero-section .parallax-image {
  transition: transform 0.3s ease;
  will-change: transform;
  position: relative;
  z-index: 2;
}
.hero-section h1,
.hero-section h2 {
  font-family: "GT-Super-Display-Super" !important;
}

.hero-section {
  background-image: url("../images/hero.png");
}

.e-con.e-flex > .e-con-inner {
  display: flex;
  align-items: center !important;
}

header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  /* Optional shadow */
}
header .top-header {
  border-radius: 0px 0px 50px 50px !important;
}
header .top-header .nav-link {
  color: white !important;
}
header .navbar {
  padding: 0px;
}
header .navbar .navbar-nav {
  padding: 0px;
}
header .navbar .navbar-nav .nav-item {
  margin: 0 5px;
  position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  border-radius: var(--radius);
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  transition: all 0.6s ease;
  color: white !important;
  background-color: var(--primary);
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
  color: white !important;
  background-color: var(--primary);
}

header.nav-scroll {
  transition: all 0.3s ease;
  background-color: #4c1b0f;
 padding-bottom:15px;
}

.nav-link {
  padding: 7px 15px !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}

/*---------------footer--------------------------*/
.elementor-element-47b7c09 {
  padding: 0px !important;
}

.footer {
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 35px;
}
.footer .socials a {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  color: black;
  font-weight: bold;
  background-color: white;
}
.footer img {
  width: 150px !important;
  height: 150px !important;
}
.footer .border-left-footer {
  border-left: 1px solid var(--primary-light);
}
.footer .text-muted {
  color: #bbbaba !important;
  font-size: 14px !important;
}
.footer a {
  font-size: 14px !important;
}
.footer .menu-links a {
  position: relative;
}
.footer .menu-links a:hover {
  padding-left: 23px;
}
.footer .menu-links a:hover::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/hover-arrow.svg");
  background-repeat: no-repeat;
}
.footer .footer-bottom a:hover {
  color: #fb6848 !important;
}
.footer .email {
  border-radius: 30px;
  overflow: hidden;
  background: white;
  height: 55px;
}
.footer .email .gradiant-bg {
  margin-top: 5px;
  margin-right: 5px;
  background-color: transparent;
  width: 50px;
  color: var(--primary) !important;
}
.footer .email .form-control,
.footer .email button {
  border: 0px;
  color: var(--primary);
}
.footer .email .form-control::-moz-placeholder {
  color: #676767;
  font-size: 14px;
}
.footer .email .form-control::placeholder {
  color: #676767;
  font-size: 14px;
}

.form-control,
.form-select {
  min-height: 50px;
  border: 1px solid #e1d1cd;
  border-radius: 30px;
  padding: 0.9rem 1rem;
}

.gradianttext {
  background: linear-gradient(to right, black 14%, #f15025 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "GT-Super-Display-Regular-Trial";
  font-weight: bold;
}

.modal-content {
  padding: 25px;
  border-radius: 30px !important;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- to_top --------------- */
.is-mobile {
  display: none;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.clip-image-right {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 1s ease-in-out;
}
.clip-image-right.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clip-image-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

.clip-image-left {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/* ----------------------------------------
* animation slide_up_down
* ----------------------------------------
*/
.slide_up_down {
  animation: slide_up_down 1.9s ease-in-out infinite alternate both;
}

/* ------- */
@keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.navbar-toggler {
  border: 0px !important;
  position: absolute;
  right: 13px;
  top: 28px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .col-lg-4.sp-width {
    width: 39.633333%;
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.home-logo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 4rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.clients-grid.logo-animate-alt img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(25%) saturate(642%) hue-rotate(120deg) brightness(90%) contrast(100%);
  height: 45px;
}

/* Animation for the first right to left marquee */
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate {
  animation: slide 55s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate-alt {
  animation: slidealt 55s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}

.right-hero .inner-right {
  display: block !important;
  position: relative;
}
.right-hero .inner-right::after {
  position: absolute;
  content: "";
  background-image: url("../images/shapes/cloud-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 29%;
  right: -75px;
  width: 175px;
  height: 90px;
  z-index: 1;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.elementor-8 .elementor-element.elementor-element-fd5e9fa {
  align-items: center;
  display: flex !important;
}

.about-card.elementor-element {
  background-color: #ffffff;
  border-radius: var(--radius);
  position: relative;
}
.about-card.elementor-element::after {
  position: absolute;
  content: "";
  top: 0;
  background-repeat: no-repeat !important;
  background-size: contain;
  right: 0;
  width: 140px;
  height: 140px;
  animation: slide_up_down 1.5s ease-in-out infinite alternate both;
}

.about-card.first-card::after {
  background-image: url("../images/icons/vision.svg");
}

.about-card.second-card::after {
  background-image: url("../images/icons/mission.svg");
}

.process-card {
  position: relative;
}
.process-card .number {
  height: 85px;
  border-radius: 100%;
  overflow: hidden;
  line-height: 85px;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: -80px !important;
  z-index: 1;
}
.process-card .number .elementor-heading-title {
  line-height: 85px;
  font-family: "stolzl-book", sans-serif !important;
}
.process-card .arrow {
  position: absolute;
  top: 45%;
  right: -25px;
  z-index: 1;
}
.process-card .arrow img {
  width: 65px;
  max-width: 100%;
  height: 33px !important;
}
.process-card .arrow.arrow-bottom {
  top: 25%;
  right: -30px;
}
.process-card .arrow.arrow3 {
  top: 65%;
  right: -45px;
}

.elementor-widget-n-accordion {
  border: 0px;
  --n-accordion-border-color: transparent !important;
  border-radius: 24px;
}
.elementor-widget-n-accordion .e-n-accordion-item {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 15px;
  padding: 15px;
}
.elementor-widget-n-accordion p {
  font-size: 16px !important;
}
.elementor-widget-n-accordion span.e-n-accordion-item-title-icon {
  border: 1px solid var(--primary);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  min-width: 45px;
  justify-content: center;
  position: absolute;
  right: 20px;
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
  margin-block-end: 15px !important;
  padding: 15px;
}

.e-con.e-flex.faqs-section > .e-con-inner {
  align-items: normal !important;
}

.clients-slider .swiper-slide {
  padding: 20px 10px;
}
.clients-slider .swiper-slide .swiper-slide-inner {
  padding: 50px 20px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.09);
  border-radius: 23px;
}
.clients-slider .swiper-slide .swiper-slide-inner img {
  height: 40px;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal-footer {
  border-top: 0px !important;
}

/*--------------parades---------------*/
/* ====Responsive==== */
@media screen and (max-width: 1366px) {
  .elementor-8 .elementor-element.elementor-element-a8a167d,
  .e-con-inner {
    --content-width: 1140px !important;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section .elementor-element-01eabfe.img_cover.elementor-widget.elementor-widget-image::after {
    right: -50px;
  }
}
@media screen and (max-width: 1087px) {
  .elementor-element-a3b33db.custom-container .e-con-inner {
    padding: 0 40px 0 20px;
  }
  .hero-section .elementor-element-01eabfe.img_cover.elementor-widget.elementor-widget-image::after {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
    .elementor-8 .elementor-element.elementor-element-2f74c6b img{
        height:120px!important;
        object-fit: contain;
    }
     .elementor-8 .elementor-element.elementor-element-01eabfe img{
        margin-bottom:40px;
    }
    .elementor-8 .elementor-element.elementor-element-c507262, .elementor-8 .elementor-element.elementor-element-1ff56ce{
      margin:0px!important;
      padding-right:15px!important;
      padding-left:15px!important;
  }
  .elementor-8 .elementor-element.elementor-element-e64f08e{
      width:98%!important;
  }
    .elementor-8 .elementor-element.elementor-element-a8a167d::before, .elementor-8 .elementor-element.elementor-element-a8a167d > .elementor-background-video-container::before, .elementor-8 .elementor-element.elementor-element-a8a167d > .e-con-inner > .elementor-background-video-container::before, .elementor-8 .elementor-element.elementor-element-a8a167d > .elementor-background-slideshow::before, .elementor-8 .elementor-element.elementor-element-a8a167d > .e-con-inner > .elementor-background-slideshow::before, .elementor-8 .elementor-element.elementor-element-a8a167d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{
        background-position:top center!important;
    }
    .elementor-8 .elementor-element.elementor-element-fd5e9fa{
        display:block!important;
    }
     .elementor-element-01eabfe{
        margin-bottom:55px;
    }
    .right-hero .inner-right::after{
        right:0;
    }
    .hero-section{
        padding-top:130px;
    }
  .mt-5 {
    margin-top: 2rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }
  .footer img {
    width: 90px;
    height: 90px;
  }
  .navbar-collapse {
    margin-top: 20px;
  }
  .hero-section .elementor-element-01eabfe.img_cover.elementor-widget.elementor-widget-image::after {
    display: none;
  }
  header {
    padding-bottom: 15px;
  }
  .elementor-8 .elementor-element.elementor-element-c507262{
      margin:0px!important;
  }
  .e-con.e-flex > .e-con-inner {
    padding: 15px;
  }
  .navbar-nav.mx-auto.d-flex.align-items-center {
    align-items: flex-start !important;
  }
  .is-mobile {
    display: block;
  }
  .is-desktop {
    display: none;
  }
  .clip-image-right,
  .clip-image-left,
  .clip-image-bottom {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .fs-1 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 640px) {
    header, header.nav-scroll {
    background-color: #5a1e10;
  }
  .footer {
    background: #0e0f0c;
    background-image: none;
  }
  .footer .d-flex {
    display: block !important;
  }
  .footer .d-flex a {
    margin-top: 5px;
    display: block;
  }
  .footer .d-flex a span {
    display: none;
  }
  .fs-1,
  h1 {
    font-size: 2.5rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }
  p {
    font-size: 14px;
  }
  .elementor-8 .elementor-element.elementor-element-021fb3a .elementor-heading-title {
    font-size: 14px;
  }
  .elementor-button-wrapper {
    text-align: center;
  }
  .process-card .arrow img {
    display: none;
  }
  .elementor-8 .elementor-element.elementor-element-5c9ebdb .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-3b5664b .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-f8bf251 .elementor-heading-title {
    font-size: 25px !important;
  }
  span.e-n-accordion-item-title-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .elementor-8 .elementor-element.elementor-element-bcc0624 {
    margin-bottom: 0px !important;
  }
  .container {
    padding: 0 25px;
  }
  .custom-header .elementor-element {
    --widgets-spacing-column: 0px!important;
  }
  .hero-section .e-con-inner {
    padding: 0px !important;
  }
  .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    padding-right: 35px;
  }
  .small-title p {
    font-size: 18px !important;
  }
  nav.navbar.navbar-expand-lg.navbar-light.pt-3.pb-3 {
    background-color: #f9f9f9;
  }
}
/* ======= *//*# sourceMappingURL=style.css.map */