@font-face {
  font-family: "font-regular";
  src: url("../fonts/bricolage_grotesque/BricolageGrotesque-Regular.ttf");
}
@font-face {
  font-family: "font-light";
  src: url("../fonts/bricolage_grotesque/BricolageGrotesque-Light.ttf");
}
@font-face {
  font-family: "font-extra-bold";
  src: url("../fonts/bricolage_grotesque/BricolageGrotesque-ExtraBold.ttf");
}
@font-face {
  font-family: "font-extra-light";
  src: url("../fonts/bricolage_grotesque/BricolageGrotesque-ExtraLight.ttf");
}
@font-face {
  font-family: "font-semibold";
  src: url("../fonts/bricolage_grotesque/BricolageGrotesque-SemiBold.ttf");
}
@font-face {
  font-family: "font-medium";
  src: url("../fonts/bricolage_grotesque/BricolageGrotesque-Medium.ttf");
}
.font-regular,
.font-regular a,
.font-regular span {
  font-family: "font-regular" !important;
  font-weight: 400;
}

.font-extra-light,
.font-extra-light h2 {
  font-family: "font-extra-light" !important;
  font-weight: 200 !important;
}

.font-extra-bold {
  font-family: "font-extra-bold" !important;
}

.medium {
  font-family: "font-medium" !important;
  font-weight: 500;
}

.semibold,
.semibold h3,
.semibold h4,
.semibold h2 {
  font-family: "font-semibold" !important;
  font-weight: 600 !important;
}

.bold {
  font-weight: 700;
}

.extr-bold {
  font-weight: 800;
}

*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #001e3c;
  --muted: #99adc2;
  --primary-1: #96ece1;
  --secondary: #009778;
  --secondary-1: #eff8f7;
  --secondary-2: #00cc75;
  --yellow: #f9e3b3;
  --yellow-1: #f4911d;
  --grey: #666666;
  --grey-1: #b1afaf;
  --grey-light: #f5f5f5;
  --dark: #041b34;
  --grey-text: #666a72;
  --lightbrown: #f9f1e4;
  --radius: 100px;
}

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: "font-light", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

html,
body,
.elementor.elementor-8 {
  overflow-x: hidden !important;
  height: 100%;
}

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

.fs-62,
.fs-62 h2 {
  font-size: 62px !important;
}

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

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

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

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

.h-58 {
  height: 45px;
}

.w-58 {
  width: 45px;
}

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: rgba(1, 52, 45, 0.77) !important;
}

.green-btn {
  background-color: var(--secondary) !important;
}

.btn-outline-secondary {
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.btn-outline-secondary:hover {
  background-color: var(--secondary) !important;
  color: #fff !important;
}

span.non-active {
  display: none;
}

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

.pt-128 {
  padding-top: 120px !important;
}

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

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

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

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

article {
  line-height: 1.7rem;
}

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

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

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

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

.relative {
  position: relative;
}

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

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

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

/* ----------------------------------------
* 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);
  }
}
.btn {
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}

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%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.h-450 {
  height: 450px !important;
}

p {
  line-height: 1.4 !important;
  margin: 0;
}

.section_padding {
  padding: 50px 0;
}

/*---------------header-----------------------*/
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;
  padding: 20px 0px;
}
header #menu-header-menu {
  background-color: var(--primary) !important;
  border-radius: var(--radius);
  padding: 0 15px;
}
header #menu-header-menu li a {
  color: var(--muted);
  transition: all 0.6s ease;
  padding: 15px;
  font-family: "font-regular", sans-serif !important;
}
header #menu-header-menu li a:hover {
  color: white;
  transition: all 0.6s ease;
}

s header.nav-scroll {
  transition: all 0.3s ease;
  background-color: #f9f9f9;
  padding: 0px;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}

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

/*---------------hero section--------------*/
.hero-section {
  background-image: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.partners-section {
  background-image: url("../images/partners-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.partners-section .elementor-widget-image-carousel {
  width: 100% !important;
}

.elementor-8 .elementor-element.elementor-element-a0cc611 {
  width: 100% !important;
}

/*---------------footer--------------------------*/
.footer {
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer .border-left-footer {
  border-left: 1px solid var(--primary-light);
}
.footer .text-muted {
  color: #bbbaba !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: var(--primary-1) !important;
}
.footer .email {
  border-radius: 100px;
  overflow: hidden;
  background: transparent;
  border: 2px solid white;
}
.footer .email input {
  background-color: transparent;
}
.footer .email .green-btn {
  margin: 5px;
}
.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;
}

/* --------------- 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);
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

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

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

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

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

.navbar-toggler {
  border: 0px !important;
  position: absolute;
  right: 13px;
  top: 0px;
}

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

/*---------------------------------------------------------------------------
                                forms pages 
---------------------------------------------------------------------------*/
body.elementor-editor-active .clip-image-right,
.elementor-editor-active .clip-image-left,
.elementor-editor-active .clip-image-bottom {
  clip-path: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.elementor-element.e-flex.e-con-boxed,
.e-con-inner {
  display: block !important;
}

.e-con-inner,
.container {
  max-width: 1600px !important;
  width: 1600px !important;
}

.elementor-element-e1018a0 .e-con-inner {
  max-width: 100% !important;
}

.elementor-element {
  --widgets-spacing: 0px 0px !important;
  --widgets-spacing-row: 0px !important;
}

.about-section {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.about-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 65px;
  background-image: url(../images/about-vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 632px;
  height: 520px;
}
.about-section .elementor-element-a7a3d9d {
  display: flex !important;
  align-items: center !important;
}
.about-section .elementor-widget-image img {
  border-radius: 32px;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.1);
}
.about-section .elementor-widget-icon-box .elementor-icon-box-icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
  border: 2px solid #cfece3;
  border-radius: 24px;
}
.about-section .elementor-view-stacked .elementor-icon {
  padding: 0.4em;
}

.wp-image-293 {
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2) !important;
}

.edge-section .elementor-icon-box-title {
  font-family: "font-medium" !important;
}

.cta-section {
  background-image: url("../images/cta-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.clients-carousel .swiper-slide-inner {
  background-image: url("../images/client-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 165px;
  line-height: 145px !important;
  padding: 15px;
}

.more-btn {
  margin-top: 15px;
}

.more-btn a,
.elementor-8 .elementor-element.elementor-element-a38dca0 .elementor-button {
  background-color: var(--primary) !important;
  border-radius: 100px !important;
  width: 60px;
  height: 40px;
  line-height: 48px;
}

.contact-section {
  background-color: #f5f9f7;
}
.contact-section .contact-img {
  position: relative;
  height: 100%;
}
.contact-section .contact-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
}
.contact-section .contact-img::after {
  position: absolute;
  content: "";
  top: 97px;
  right: 0;
  background-image: url(../images/vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 89%;
  height: 89%;
}

.elementor-element.elementor-element-4a936de {
  padding: 0px !important;
}

.contact-info {
  padding-top: 55px !important;
  padding-left: 30px !important;
}

.footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contact_form .form-control,
.contact_form .form-select {
  min-height: 50px;
  border-radius: 20px;
  padding: 0.7rem 1rem;
  border: 1px solid #d8dde1;
}

.img-card {
  position: relative !important;
  width: 450px !important;
}
.img-card .team-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 20px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-card .team-container .elementor-button-link {
  position: absolute;
}

.hero-container {
  position: relative;
}
.hero-container .vector {
  position: absolute;
  z-index: 1;
}
.hero-container .vector.h1 {
  width: 100px;
  height: 90px;
  top: 120px;
  right: 360px;
}
.hero-container .vector.h2 {
  width: 110px;
  height: 95px;
  top: 65%;
  left: 360px;
}
.hero-container .label {
  border-radius: 100px;
  padding: 10px 30px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  position: absolute;
  color: white;
}
.hero-container .label.yellow {
  background-color: rgba(223, 180, 49, 0.8588235294);
  left: 395px;
  top: 118px;
  transform: rotate(-16deg);
}
.hero-container .label.green {
  background-color: rgba(0, 151, 120, 0.7215686275);
  left: 44%;
  top: 74%;
  transform: rotate(16deg);
}
.hero-container .label.purple {
  background-color: rgba(187, 118, 199, 0.7882352941);
  left: 57%;
  top: 50%;
}

.stage-card {
  position: relative;
  overflow: hidden;
}
.stage-card::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/services-vector.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 164px;
  height: 120px;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 24px;
}
.stage-card .number-bg,
.stage-card .elementor-view-stacked {
  margin-top: 15px;
}
.stage-card h4.elementor-heading-title {
  position: relative;
  display: inline;
}
.stage-card h4.elementor-heading-title::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  bottom: 10px;
  right: -10px;
  border-radius: 50%;
  background-color: var(--secondary);
}

header.nav-scroll {
  transition: all 0.3s ease;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}

.auth-wrapper {
  /* max-width: 420px; */
  margin: 80px auto;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.nav-pills .nav-link.active {
  background-color: var(--primary);
  border-radius: 15px;
}

.form-control,
.form-select {
  border-radius: 8px;
  padding: 10px;
}

.btn-main {
  background: var(--primary);
  color: #fff;
  border-radius: 15px;
  padding: 12px;
  width: 70%;
  margin: auto;
}

.btn-main:hover {
  background: var(--primary);
  color: #fff;
}

.nav-pills .nav-link {
  color: var(--primary);
  padding: 17px 10px;
}

.login-form {
  /* ===== INPUT ERROR STYLE ===== */
  /* Error message below input */
}
.login-form .input-group i {
  color: var(--secondary) !important;
}
.login-form .input-group .input-group-text {
  background-color: transparent;
  border-right: 0px;
}
.login-form .input-group .form-control {
  border-left: 0px;
  height: 50px;
}
.login-form .input-error {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}
.login-form .input-group-text.error-icon {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}
.login-form .error-text {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

.position-fixed.partners-section {
  position: relative !important;
  background-image: none !important;
  height: 100%;
}
.position-fixed.partners-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/partners-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*--------------parades---------------*/
.booking-box {
  width: 100%;
  max-width: 650px;
  margin: 40px auto;
  text-align: center;
}

.title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
}

.days {
  display: flex;
  list-style: none;
  gap: 40px;
  justify-content: center;
  padding: 0;
}

.fR {
  width: 73%;
}

.day {
  width: 100px;
  height: 100px;
  border: 2px solid var(--muted);
  border-radius: 50%;
  padding: 20px;
  cursor: pointer;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.day.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.time-title {
  margin-top: 30px;
  font-size: 20px;
  color: var(--grey-text);
}

.times {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.time {
  padding: 14px;
  border: 1px solid #d8dde1;
  color: var(--primary);
  cursor: pointer;
  margin-bottom: 15px;
  text-align: left;
  direction: ltr;
  border-radius: 20px;
}

.time:hover,
.time.active {
  background: var(--secondary-1);
}

.submit-btn {
  margin-top: 25px;
  padding: 12px 25px;
  background: var(--secondary-2);
  color: #fff;
  border-radius: 8px;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: var(--secondary);
}

/* ====Responsive==== */
@media screen and (max-width: 1600px) {
  .e-con-inner,
  .container {
    max-width: 1280px !important;
    width: 1280px !important;
  }
  .stage-card::after {
    width: 110px;
  }
  .hero-container .vector.h1 {
    top: 74px;
    right: 200px;
  }
  .hero-container .label.yellow {
    left: 245px;
    top: 154px;
  }
  .hero-container .vector.h2 {
    top: 61%;
    left: 210px;
  }
  .elementor-8 .elementor-element.elementor-element-62c8130 img {
    width: 100% !important;
  }
  .about-section::after {
    width: 545px;
    height: 525px;
  }
}
@media screen and (max-width: 1470px) {
  .stage-card::after {
    width: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .about-section::after {
    width: 465px;
    height: 510px;
  }
  .fs-200 {
    font-size: 170px !important;
  }
  .hero-container .vector.h1 {
    top: 60px;
    right: 240px;
  }
  .hero-container .label.yellow {
    left: 310px;
    top: 130px;
  }
  .hero-container .vector.h2 {
    top: 62%;
    left: 260px;
  }
}
@media screen and (max-width: 1280px) {
  .e-con-inner,
  .container {
    max-width: 1200px !important;
    width: 1200px !important;
  }
  .e-con-inner,
  .container {
    max-width: 1140px !important;
    width: 1140px !important;
  }
}
@media screen and (max-width: 1200px) {
  .stage-card::after {
    width: 80px;
  }
  .hero-container .vector.h2 {
    top: 62%;
    left: 200px;
  }
  .fs-200 {
    font-size: 130px !important;
  }
  .fs-62,
  .fs-62 h2 {
    font-size: 50px !important;
  }
  .elementor-8 .elementor-element.elementor-element-67b8f5f .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-08b6716 .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-9780a18 .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-5e4d059 .elementor-heading-title {
    font-size: 40px !important;
  }
  .elementor-8 .elementor-element.elementor-element-a00b6e5 .elementor-button {
    font-size: 18px !important;
  }
  .elementor-8 .elementor-element.elementor-element-d188267 .elementor-heading-title {
    font-size: 45px !important;
  }
  .elementor-8 .elementor-element.elementor-element-a15e36b .elementor-heading-title {
    font-size: 30px !important;
  }
  .e-con-inner,
  .container {
    max-width: 1000px !important;
    width: 1000px !important;
  }
  body,
  body a {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1087px) {
  .navbar-brand img {
    width: 120px !important;
  }
  .contact-section .contact-img::after {
    top: 203px;
    width: 100%;
    height: 66%;
  }
  .about-section::after {
    width: 397px;
  }
}
@media screen and (max-width: 991px) {
  .hero-container .vector,
  .hero-container .label {
    display: none;
  }
  #home {
    min-height: 80vh !important;
  }
  .pt-128 {
    padding-top: 0px !important;
  }
  .fs-200 {
    font-size: 55px !important;
  }
  .footer {
    background-size: cover !important;
  }
  .elementor-element.e-con-full.number-bg.e-flex.e-con.e-child {
    position: absolute;
    right: 22px;
    text-align: right;
  }
  .stage-card {
    margin-bottom: 20px !important;
  }
  .section_padding {
    padding: 0px !important;
  }
  .about-section::after {
    display: none;
  }
  .container {
    padding: 0px 25px;
  }
  header #menu-header-menu {
    padding: 0 6px;
  }
  header #menu-header-menu li a {
    padding: 15px 0px;
  }
  .menu-item {
    width: 100%;
  }
  .menu-item a {
    display: block;
    text-align: left;
  }
  header #menu-header-menu li a {
    color: var(--primary) !important;
  }
  header #menu-header-menu {
    background-color: transparent !important;
  }
  header,
  header.nav-scroll {
    background-color: #fff;
  }
  header #menu-header-menu {
    border-radius: 0px;
  }
  .e-con-inner,
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .elementor-8 .elementor-element.elementor-element-67b8f5f .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-08b6716 .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-9780a18 .elementor-heading-title,
  .elementor-8 .elementor-element.elementor-element-5e4d059 .elementor-heading-title {
    font-size: 25px !important;
  }
  .about-section .elementor-element-a7a3d9d {
    display: block !important;
  }
  .elementor-8 .elementor-element.elementor-element-e1018a0 {
    padding: 20px !important;
  }
}
/* ======= */
@media screen and (max-width: 480px) {
  #home {
    min-height: 63vh !important;
  }
}/*# sourceMappingURL=style.css.map */