/*
Theme Name: Hello Elementor Child
Description: A child theme of the Hello Elementor theme
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* CSS Custom Properties (Variables) */
:root {
  /* Primary Colors */
  --primary-color: #642C91;
  --primary-light: #4a9fd1;
  --primary-dark: #005c8f;
  --primary-hover: #0066a0;
  
  /* Secondary Colors */
  --secondary-color: #f39c12;
  --secondary-light: #f5b041;
  --secondary-dark: #d68910;
  --secondary-hover: #e67e22;
  
  /* Neutral Colors */
  --white: #ffffff;
  --black: #000000;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  
  /* Text Colors */
  --text-primary: #212529;
  --text-secondary: #6c757d;
  --text-muted: #adb5bd;
  --text-light: #ffffff;
  
  /* Background Colors */
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-dark: #212529;
  --bg-light: #f8f9fa;
  
  /* Status Colors */
  --success-color: #28a745;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --info-color: #17a2b8;
  
  /* Border Colors */
  --border-color: #dee2e6;
  --border-light: #f1f3f4;
  --border-dark: #adb5bd;
  
  /* Social Media Colors */
  --facebook-color: #3b5998;
  --twitter-color: #1da1f2;
  --instagram-color: #e4405f;
  --linkedin-color: #0077b5;
  --whatsapp-color: #25d366;
  --youtube-color: #ff0000;
  
  /* Brand Colors (customize these for your specific brand) */
  --brand-primary: #0072b1;
  --brand-secondary: #f39c12;
  --brand-accent: #e74c3c;
}

/* Add your custom styles below this line */

@media (min-width: 1200px) {
        .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1400px !important; /* Increase this value for more menu space */
    }
}


:root {
  --fw: #f5f5f5;
  --ffw: #e9e9e9;
  --darkgreen: #058836;
  --pri: #75329d;
  --pri-dark: #59248d;
  --blackolive: #3d3b30;
  --lb: #dad5df;
  --lt: rgba(17, 17, 17, 0.5);
}


  .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  .swiper-slide {
    width: 264px !important; /* Adjust width as needed */
    background-size: cover;
    background-position: center;
    margin: 10px;
  }
  .swiper-wrapper{
    display: flex;
  }

  /* newsletter */
    .newsletter-form {
    display: flex;
    align-items: flex-start;
  }
  .newsletter-form .text-field {
    width: 70%;
    margin-right: 10px;
  }
  .newsletter-form .text-field input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    background-color: #F3F6F9;
    border: 1px solid #E0E3E7;
    font-size: 16px;
    box-sizing: border-box;
  }
  .newsletter-form .text-field input:focus {
    background-color: #F3F6F9;
    outline: none;
  }
  .newsletter-form .text-field .helper-text {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 4px;
  }
  .newsletter-form .subscribe-btn {
    background-color: #003b68;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
  }
  .newsletter-form .subscribe-btn:hover {
    background-color: #59248D;
  }
  .newsletter-form .subscribe-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }
  .newsletter-form .circular-progress {
    position: absolute;
    color: #59248D;
    width: 20px !important;
    height: 20px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* newsletter */

.topban {
  width: 100%;
}

.floater-bg {
  display: none !important;
}

.stp .half-banner-bg {
  height: 55vh;
}

.stp h1 {
  background: none;
}
.stp .half-banner-bg .halfbanner-content {
  background: #6e2f9ab8;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

.stp .halfbanner-content.py-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.full-hero {
  height: calc(100vh - 100px);
}
.full-hero.content-fill{
  height: unset !important;
}
.full-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.full-hero .h-100.v-center {
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.container-left {
  width: 75%;
  padding-right: 40px;
}

/* ****shine */
.shine-effect {
  width: 100%;
  height: 100%;
  background: #f6f7f8;
  background-image: linear-gradient(
    90deg,
    #f6f7f8 0px,
    #e9ebee 40px,
    #f6f7f8 80px
  );
  background-size: 200% 100%;
  animation: shine 1.5s infinite linear;
}
.d-ssm-block {
  display: none !important;
}
@keyframes shine {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

.img-container-vert {
  position: relative;
  width: 100%;
  height: 100%;
}
/* tiktok */
.cont-middle {
  max-width: 500px;
  margin: 0 auto;
}
.tikfed {
  max-width: 780px;
  min-width: 288px;
}

.btn-tik {
  border-radius: 4px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(254, 44, 85);
  min-height: 36px;
  font-size: 18px;
  font-weight: 600;
  font-family: TikTokDisplayFont, PingFangSC, sans-serif;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6px 8px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 208px;
  line-height: 22px;
}
.btn-tik:hover {
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
    rgb(254, 44, 85);
}
.tiktok-video iframe,
.tiktok-video img {
  width: 100%;
  height: 545px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .tiktok-video iframe,
  .tiktok-video img {
    height: 465px;
  }
}
@media (max-width: 1200px) {
  .tiktok-video iframe,
  .tiktok-video img {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .tiktok-video iframe,
  .tiktok-video img {
    height: 436px;
  }
  .d-ssm-block {
    display: flex !important;
  }
}
@media (max-width: 560px) {
  .tiktok-video iframe,
  .tiktok-video img {
    height: 340px;
  }
}
.tiktok-video img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.tiktok-feed .col-6 {
  margin-bottom: 1.75rem;
}
/* **** */
.ban-box {
  max-height: calc(100% - 64px);
  max-width: 900px;
}
.ban-box img {
  object-fit: cover;
}
.loading-holder {
  height: 500px;
  width: 100%;
  background-color: var(--lb);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.loading-holder:after {
  content: "";
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 1s infinite;

  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.loading-holder.cardimg {
  height: 390px;
}

/* animation */

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.bc-1 {
  background: #ffeab2;
}
.bc-2 {
  background: #b1d0f1;
}
.bc-3 {
  background: #a3ede4;
}
.bc-4 {
  background: #fec6cb;
}
.fc-lb {
  color: #a09ca5;
}
/* g-start */
.g-card {
  background: rgba(17, 17, 17, 0.05);
  padding: 25px;
  border-radius: 30px;
  height: 100%;
}
.g-card h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-card h1 {
  font-size: 70px !important;
}
.g-star {
  height: unset !important;
}
.row-eq-height .col-6 {
  margin-bottom: 1.75rem;
}
.row-eq-height .col-12 div {
  height: 100%;
}
.googlelogo {
  height: 50px;
  width: 150px;
  object-fit: cover;
}
.g-icon {
  width: 60px !important;
  height: 60px !important;
  padding: 5px;
  position: relative;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(17, 17, 17, 0.1);
  margin: 0 auto;
}
.con-icon{
  height: 400px!important;
  width: 100%;
  object-fit: cover;
}
.fw-normal {
  font-weight: 100;
  font-size: 16px;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--pri) !important;
  background: white;
  padding: 20px;
  border-radius: 40px;
  height: 50px !important;
  width: 50px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: bold;
}
/* ****** */
.contactButton {
  background: var(--pri-dark);
  color: white!important;
  font-family: inherit;
  padding: 0.45em;
  padding-left: 2em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 4em;
  width: fit-content;
}
.contactButton.rev {
  background: white;
  color: var(--pri-dark) !important;
  display: flex;
}
.d-ssm-block {
  display: none;
}
.iconButton {
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 50px;
  right: 0.3em;
  transition: all 0.3s;
  background: white;
  color: #652b93;
}

.rev .iconButton {
  background-color: var(--pri);
  color: white;
}

.contactButton:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em var(--pri);
  color: white;
}

.contactButton:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em #5566c2;
}
/* whatapp */
.floater-banner {
  position: fixed;
  bottom: 0;
  z-index: 9999999999999999999;
  margin: 30px;
}
.w-bg {
  background-color: #0a5f54;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.b-body {
  overflow: hidden;
  position: relative;
}
.b-body img {
  height: 100%;
  width: 100%;
  position: absolute;
}
.b-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background: white;
  border-radius: 50px;
}
.f-box-hidden {
  display: none;
}
.f-box {
  width: 300px;
  background: white;
  border-radius: 20px;
  height: 320px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.f-img svg {
  color: white;
  font-size: 3rem;
  background: #4dc247;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  padding: 10px;
  cursor: pointer;
}
.msg-box {
  border-radius: 15px;
  background-color: #ffffffb3 !important;
  width: 250px;
}
.b-box {
  position: relative;
  z-index: 1;
}
.btn-wa {
  background-color: rgb(77, 194, 71);
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
}
/* ***** */
.bg-pri {
  background-color: #e9ebf2;
}
.bg-ffw {
  background: var(--ffw);
}
.bg-fw {
  background: var(--fw);
}
.bg-lb {
  background: var(--lb);
}
.rec-blog-img img {
  height: 80px;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}
.map iframe {
  width: 100%;
  height: 400px;
  border-radius: 40px;
  margin-bottom: 5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.w-100 {
  width: 100%;
}
.nav-social-icons {
  color: var(--fw);
  display: flex;
}
.bg-mess {
  background-color: hsla(270, 59%, 34%, 1);
  background-image: radial-gradient(
      at 12% 7%,
      hsla(277, 51%, 40%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 86% 16%, hsla(270, 59%, 34%, 1) 0px, transparent 50%),
    radial-gradient(at 26% 92%, hsla(277, 51%, 40%, 1) 0px, transparent 50%),
    radial-gradient(at 34% 56%, hsla(270, 59%, 34%, 1) 0px, transparent 50%),
    radial-gradient(at 63% 51%, hsla(277, 51%, 40%, 1) 0px, transparent 50%);
}
.section-desc {
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background-color: #e9ebf2;
  /* background-color:hsla(270,59%,34%,1);
  background-image:
  radial-gradient(at 4% 7%, hsla(0,0%,100%,0.17) 0px, transparent 50%),
  radial-gradient(at 92% 8%, hsla(277,51%,40%,1) 0px, transparent 50%),
  radial-gradient(at 89% 91%, hsla(0,0%,100%,0.21) 0px, transparent 50%); */
}
.section-desc.icon img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* .half-banner-bg img{
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
} */
.cir-btn {
  background-color: white;
  height: 50px;
  width: 50px;
  display: grid;
  place-content: center;
  border-radius: 25px;
  margin-top: 40px;
}
.half-banner-bg.career::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: hsla(270, 59%, 34%, 1);
  background-image: radial-gradient(
      at 12% 7%,
      hsla(277, 51%, 40%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 86% 16%, hsla(270, 59%, 34%, 1) 0px, transparent 50%),
    radial-gradient(at 26% 92%, hsla(277, 51%, 40%, 1) 0px, transparent 50%),
    radial-gradient(at 34% 56%, hsla(270, 59%, 34%, 1) 0px, transparent 50%),
    radial-gradient(at 63% 51%, hsla(277, 51%, 40%, 1) 0px, transparent 50%);
  position: absolute;
  top: 0;
  opacity: 0.7;
}
.adviceform {
  margin-bottom: 1.5rem;
}
.adviceform img {
  margin-bottom: -105px;
  width: 100%;
}
.half-banner-bg .back-cover-img {
  position: absolute;
  z-index: -11111;
  top: 127px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-desc ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-desc ul li::before {
  content: url(https://ik.imagekit.io/9rzktlrz7/icons/check.png?updatedAt=1691501666872);
}
.a-link a {
  color: white;
}
.a-link {
  white-space: nowrap;
}
.nav-social-icons .icon {
  padding-right: 10px;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}
.top a {
  font-weight: 500;
  color: var(--fw);
}
p {
  font-weight: 500;
  color: var(--blackolive);
}
.bb-1 {
  border-bottom: 1px solid var(--pri);
  margin-top: 5px;
  margin-bottom: 5px;
}
hr {
  border-top: 2px solid var(--pri-dark);
}
* {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
}
.abs-slider {
  position: absolute;
  height: 100%;
  width: 120%;
  top: -250px;
}
.test-img img {
  border-radius: 100px;
  height: 150px !important;
  width: 150px !important;
}
.test-card {
  background-color: var(--fw);
  border-radius: 40px;
}
.testimonials {
  height: 100vh;
  overflow: hidden;
}
.testimonials span.inner {
  content: "";
  height: 100vh;
  width: 100vh;
  background: var(--pri-dark);
  position: absolute;
  border-radius: 100vh;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.9;
  animation: rotatescale 100s linear infinite;
}
.cicon {
  background: var(--lb);
  padding: 20px;
  border-radius: 100px;
}
.cicon svg {
  fill: var(--pri);
}
.testimonials span.outer {
  content: "";
  height: 150vh;
  width: 150vh;
  background: var(--pri);
  position: absolute;
  border-radius: 150vh;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.8;
  animation: rotatescale 200s linear infinite;
}
.hero {
  margin-top: 110px;
  background: var(--fw);
}
a {
  text-decoration: none;
}
.c-white a {
  color: Black;
  font-weight: bold;
  padding-left: 10px;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.offer .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: unset;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.side-img {
  width: 80%;
}
.bg-blue {
  background-color: var(--pri);
}
.lms .card {
  background: var(--pri);
  cursor: pointer;
}

.lms .card:hover {
  background: var(--pri-dark);
}
.lms h3 {
  color: white;
}
.l-box.mig{
  padding-bottom: 0px;
}
/* helllo */

.l-box.mig .contactButton{
  margin-top: 0px!important;
      margin: 10px;
    padding: 0.5rem 40px;
    padding-left: 16px;
}

.l-box {
  /* background: var(--lb); */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 200px;
  height: 100%;
  position: relative;
}
.l-box .img-idol {
  position: absolute;
  height: 220px;
  bottom: 0;
  right: -40px;
  transition: 0.2s ease all;
}

.l-box:hover .img-idol {
  right: -10px;
  transform: scale(1.3);
}

.l-box .pp-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    border-radius: 20px;
      image-rendering: auto; /* default */
  image-rendering: crisp-edges; /* better for pixel art */
  image-rendering: -webkit-optimize-contrast; /* WebKit only */
}

.l-box .c-icon {
  position: absolute;
  bottom: -190px;
  right: -150px;
  opacity: 0.2;
  height: 400px;
  width: 400px;
}
.l-box p{
  position: absolute;
  bottom: 0;
  z-index: 9999;
  padding: 20px;
  margin: 0;
  color: white;
  font-size: 16px;
      background: linear-gradient(180deg, rgb(42 30 77 / 14%) 0%, rgb(23 7 33) 100%);
  
  /* Clamping setup */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.3em * 7); 
}

#collasible-nav-dropdown {
  text-align: center;
}
.dropdown-menu {
  padding: 0;
}
.relative {
  position: relative;
}
.office-info {
  background: white;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  padding: 30px;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 2;
}
.office-info a {
  color: var(--pri);
  font-weight: bold;
}
.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.clamp-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.clamp-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.vp-load {
  height: 100vh;
  width: 100%;
  position: relative;
}
.load-img img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.loader {
  position: absolute;
  width: 100%;
  color: #038bbb !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100px;
}
.sq-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}
.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-text-counter {
  padding-left: 10px;
  padding-bottom: 50px;
}
/* .map-img img{
  position: absolute!important;
  left: 0!important;
  width: 50%!important;
  height: 100%!important;
  object-fit: contain!important;
  z-index: -1!important;
} */
.map-img img {
  height: 80%;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 40px;
  object-fit: cover;
}
.card-text-counter span {
  font-size: 100px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -30px;
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(#eb008b, #25006c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  opacity: 0.1;
}
.card-text-counter p {
  font-size: 17px;
  color: #464040;
  line-height: 20px;
  letter-spacing: 1px;
}

.office-info img {
  width: 70px;
}
.office-info .col-md-4 {
  text-align: center;
}
.blob {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #e1e3f1;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: black;
}
.cta:hover span {
  color: white;
}
.cta:hover svg {
  transform: translateX(0);
  stroke: white;
}
.pop-box {
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 9999999999999;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: #f5f5f59e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hidden {
  display: none;
}
.absolute-h {
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: var(--pri-dark);
  width: fit-content;
  padding: 10px 30px;
}
.hb {
  background: var(--pri-dark);
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
}
.carr-up-img {
  width: 100%;
  margin-top: 125px;
}
.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  cursor: pointer;
  background: var(--pri-dark);
  border: 2px solid white;
  height: 40px;
  width: fit-content;
  padding: 0px 10px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: bold;
  color: white;
}
.btn-close img {
  display: flex;
  filter: invert(1);
}
.btn-close:hover {
  color: white;
  text-decoration: none;
  opacity: 0.75;
}
.pop .cta:active {
  transform: scale(0.95);
}

.navbar-brand img {
  object-fit: contain;
}
h1 {
  font-size: 55px;
  line-height: 55px;
}
.half-banner span.left {
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  background: var(--pri);
  opacity: 0.2;
  border-radius: 40px;
  /* z-index: 1; */
  left: 20%;
  transform: translate(-50%, -50%) rotate(35deg);
  animation: rotatescale 1000s linear infinite;
}
.half-banner.car span.left {
  background: white;
}
.ts-pri {
  text-shadow: 1px 1px 7px rgba(117, 50, 157, 1);
}
.ani-icon .bg img {
  filter: brightness(0) invert(1);
}
.ani-icon .bg {
  background: var(--pri);
  border-radius: 100px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.half-banner span.right {
  content: "";
  height: 400px;
  width: 400px;
  position: absolute;
  background: var(--pri);
  opacity: 0.2;
  /* z-index: 1; */
  border-radius: 40px;
  right: 0%;
  top: 10%;
  transform: translate(-50%, -50%) rotate(35deg);
  animation: rotatescale 1000s linear infinite;
}
.st-150 {
  position: sticky;
  top: 120px;
}
.hero-png-banner {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 1;
  opacity: 0.9;
  height: 500px;
  width: 500px;
  object-fit: contain;
}

.half-banner.car span.right {
  background: white;
}
.hero-view-background h1 {
  font-size: 5rem;
  line-height: 0.8;
}
.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 9;
  position: relative;
}
.pt-6 {
  padding-top: 6.5rem;
}
.pt-10 {
  padding-top: 150px;
}
.MuiInputBase-root:before {
  border-bottom: none;
}
.pt-9 {
  padding-top: 100px;
}
.map-bg {
  position: absolute;
  z-index: -1;
  mix-blend-mode: hard-light;
  opacity: 0.05;
  width: 80%;
  left: 10%;
  top: 10%;
}
.ani-icon img {
  border-radius: 10px;
}
.card-service {
  background: white;
  padding: 20px;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  border: 0.5px solid #e9e9e9;
  position: relative;
}
.card-service .card-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0.2;
  object-fit: cover;
  transition: all 0.2s ease;
}
.card-desc {
  z-index: 1;
  position: relative;
}
.rec-service .d-flex {
  background: white;
  border-radius: 20px;
}
.card-service .card-img img {
  height: 128px;
  width: 128px;
}
.news-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.2s ease;
  height: 100%;
}
.col-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.o5 {
  opacity: 08;
}
.news-card .tag,
.blog-card-img .tag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--pri-dark);
  margin: 40px;
  padding: 10px;
  color: white;
  border-radius: 10px;
}
.tag {
  background: var(--pri-dark);
  color: white !important;
  padding: 10px;
  border-radius: 10px;
}
.blog-page .col-lg-8 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 40px;
}
.dot-p::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: var(--pri);
  margin-top: auto;
  margin-bottom: auto;
}
.news-card.small .tag {
  margin: 10px;
}
.news-card.small .author {
  margin: 10px;
}

.news-card.small::after {
  top: 10px;
}

.toast-success-message {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Toastify__progress-bar--success {
  background: var(--pri-dark);
}
.toast-success-message svg {
  fill: var(--pri-dark);
}
.swiper-pagination-bullet-active {
  background: var(--pri-dark);
  padding: 10px;
}
.swiper-pagination-bullet {
  background: var(--pri-dark);
  padding: 10px;
}
.toast-error-message {
  background: red;
  color: #fff;
}
.news-card .author {
  position: absolute;
  top: 0;
  left: 0;
  margin: 40px;
  padding: 10px;
  color: white;
  border-radius: 10px;
  z-index: 9;
  text-shadow: 0px 0px 10px var(--blackolive);
}
.blog-card-img .tag,
.blog-card-img .author {
  margin: 30px;
}
.news-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 20px;
  top: 100px;
  transition: all 0.5s ease;

  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.news-card:hover.news-card::after {
  top: 0;
}
.news-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.8;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.2s ease;
}
.news-card:hover.news-card img {
  transform: scale(1.1);
}
.Mui-error {
  position: absolute;
  bottom: 0;
}
.news-card .content {
  position: absolute;
  padding: 40px;
  z-index: 111;
  bottom: 0;
}
.news-card .content p {
  display: flex;
  gap: 5px;
  white-space: nowrap;
}
.news-card.small .content {
  position: absolute;
  padding: 20px;
  z-index: 111;
  bottom: 0;
}
.blog-cover {
  max-width: 800px;
  width: 100%;
}
.img-overlay-hero {
  position: absolute;
}
.swiper-slide span {
  content: "";
  width: 50%;
  left: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgb(250 244 242) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.img-overlay {
  height: 250px;
  width: 250px;
  position: absolute;
  border-radius: 150px;
  z-index: 11;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: center 50%;
  color: #ffffff;
  font-size: 100px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
}
.css-v4u5dn-MuiInputBase-root-MuiInput-root:before {
  border-bottom: none !important;
}
.a-link {
  text-align: right;
}

/*  */
.blog-card-img {
  transition: all 0.2 ease-in;
}
.card .content {
  background: var(--fw);
  position: relative;
  overflow: hidden;
}
.blog-card-img img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: all 0.2s ease-in;
}
.blog-card-img img:hover {
  transform: scale(1.1);
}
.blog .card {
  border-radius: 30px;
}
.card-text span {
  font-size: 100px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -30px;
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(#eb008b, #25006c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  opacity: 0.1;
}
.card-text {
  background: var(--fw);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 1.5rem !important;
}

.social-icon a {
  color: var(--pri);
  padding-right: 10px;
}
.social-icon a:hover {
  color: var(--pri-dark);
  padding-right: 10px;
}
.hero-view-background .container {
  z-index: 1;
  position: relative;
}

/* .hero-view-background img{
  width: 40%;
  height: 100vh;
  right: 0;
  position: absolute;
  object-fit: cover;
} */
.hero-background .container {
  position: absolute;
  z-index: 2;
  top: 125px;
}
.oh {
  overflow: hidden;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.fc-pri {
  color: var(--pri) !important;
}
.fc-lg {
  color: var(--pri);
}
.br-4 {
  border-radius: 40px;
}
.ver-h3::before {
  content: "";
  height: 31px;
  width: 5px;
  background: var(--pri);
  display: block;
  z-index: 1111;
  position: absolute;
  left: 2px;
  border-radius: 5px;
  margin-right: 10px;
}
.ver-h3 {
  padding-left: 10px;
}
.ver-h2::before {
  content: "";
  height: calc(1.325rem + 1vw);
  width: 6px;
  background: var(--pri);
  display: block;
  z-index: 1111;
  position: absolute;
  left: 28px;
  border-radius: 5px;
  margin-right: 10px;
}
.ver-h2 {
  padding-left: 10px;
}
.fc-fp {
  color: #a3a1a9;
}
.fc-white {
  color: var(--ffw);
}
.fc-bo {
  color: var(--blackolive);
}
.half-banner-map {
  position: absolute;
  z-index: -5;
  mix-blend-mode: hard-light;
  opacity: 0.1;
  width: 100%;
  left: 50%;
  top: 0;
}
section {
  position: relative;
  z-index: 1;
}
.c-white {
  color: var(--fw);
}
.col-sm-12 {
  margin-bottom: 1rem;
}
/* Navbar */
nav {
  background-color: var(--fw);
}
.nav-link,
.nav-link a {
  color: var(--blackolive);
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
}
.nav-link:hover a {
  color: var(--pri-dark);
}
/* .nav-item:hover a{
  color: var(--darkgreen);
} */
.nav-item img {
  margin-top: 5px;
}
a h6 {
  color: var(--blackolive) !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--beige);
}
/* Footer */
footer {
  background: var(--blackolive);
  color: var(--beige);
  z-index: 99999;
  position: relative;
}
footer::before {
  content: "";
  background: var(--pri);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.9;
}
footer .footer-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
footer h6 {
  position: relative;
}
footer .container-lg {
  position: relative;
}
.footerlogo {
  filter: brightness(0) invert(1);
}
footer a {
  color: var(--ffw);
  transition: all 0.5s ease;
  opacity: 0.9;
  text-decoration: none;
}

footer a:hover {
  color: white;
  position: relative;
  opacity: 1;
}
footer li {
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  list-style: none;
}
footer .socials a {
  padding-right: 9px;
}
/* Button */
.btn-outlined {
  color: var(--pri);
  font-weight: bold;
  text-decoration: underline;
}
.btn-outlined:hover {
  color: var(--pri);
}
.btn-pri {
  background: var(--pri);
  padding: 15px 25px;
  color: var(--fw);
  font-weight: bold;
  border-radius: 100px;
  font-size: 16px;
  width: fit-content;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--pri-dark);
}
a {
  text-decoration: none;
}
.btn-pri:hover {
  background-color: var(--pri-dark);
}
h2,
h3 {
  color: var(--blackolive);
}
.apoint iframe {
  width: 100%;
}
.box.shine {
  height: 500px;
  width: 95%;
  border-radius: 40px;
  position: absolute;
  z-index: -1;
  left: 3%;
}
.shine {
  background: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-size: 1000px 500px;
  display: inline-block;
  position: relative;

  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/* Hero section */
.hero-absolute .container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
}

.vh-100 {
  height: 100vh;
}
.hero-absolute h1 {
  font-size: 100px;
  font-weight: bold;
  color: var(--blackolive);
}
.hero-absolute h2 {
  font-weight: bold;
  color: var(--blackolive);
}
/* services */
.card {
  border: none !important;
  background: var(--fw);
  border: 1px solid #0000000d;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
  border-radius: 30px;
}


.card-body h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-country img {
  width: 250px;
  height: 250px;
  border-radius: 200px;
  z-index: 1;
  position: relative;
  object-fit: cover;
  border: 10px solid var(--pri);
  transition: 0.2s all ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-country img:hover {
  transform: scale(1.03);
}

.img-top-fixed {
  width: 60%;
  position: absolute;
  top: 100px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 0;
}
.col-img img {
  width: 80%;
  height: 80%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}
.about span.circ {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--pri);
  position: absolute;
  border-radius: 200px;
  opacity: 0.5;
  top: -100px;
  left: -5%;
  z-index: -1;
}
.about span.rect {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--pri);
  position: absolute;
  opacity: 0.2;
  bottom: -50px;
  right: 5%;
  z-index: -1;
  border-radius: 20px;
}
.vert-img {
  width: 35%;
  right: 0;
  position: absolute;
  aspect-ratio: 2/3.5;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.nowwrap {
  white-space: nowrap;
}
.prsmnone-2 {
  padding-left: 3rem;
}
.vert-img.left {
  left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
ul li {
  list-style-type: none;
}

/* about */
.about .col-sm-12 img {
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}
.v-center {
  height: 100%;
  display: flex;
  align-items: center;
}
/* half-banner */
.half-banner .rdot {
  position: absolute;
  object-fit: cover;
  transform: translate(-50%, -50%);
  top: 200px;
  left: 30%;
  height: 150px;
  width: 150px;
}
.half-banner .ldot {
  position: absolute;
  object-fit: cover;
  transform: translate(-50%, -50%);
  top: 300px;
  right: 5%;
  height: 100px;
  width: 100px;
}
.px-10 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.halfbanner-content {
  z-index: 1;
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--pri-dark);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--pri-dark);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* modal */
.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  transition: opacity 1s ease-in-out;
  justify-content: center;
  align-items: center;
}

.video-overlay.show {
  display: flex;
}

.video-modal {
  width: 80%;
  max-width: 800px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
}
.video-modal button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  background: var(--pri);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
}
/* **** */

section .about iframe {
  margin-top: 50px;
  border-radius: 40px;
  width: 100%;
  height: 600px;
}
.icont {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
/* contact */
.pattern-box {
  width: 100%;
  position: relative;
  color: white;
}
fieldset {
  border-color: #fff0 !important;
  border-radius: 20px;
}
.pattern-box::before {
  content: "";
  background: var(--pri);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.9;
}
.z-1 {
  z-index: 1;
  position: relative;
}
.contact-info h5,
.contact-info p,
.contact-info a {
  color: var(--fw);
}
.pattern-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.footer {
  position: relative;
  color: white;
}
.footer .container {
  z-index: 2;
  position: relative;
}
.footer ul li a {
  color: var(--blackolive);
  font-size: 16px;
  white-space: normal;
}
/* .footer ul li a:hover{
  color: var(--blackolive);
} */
.footer li {
  display: flex;
  align-items: center;
}
/* .footer li:before {
  content: "";
  background-color: var(--blackolive);
  width: 0px;
  height: 2px;
  transition: all .15s ease-out;
  margin-right: 5px;
}
.footer li:hover:before {
  content: "";
  background-color: var(--blackolive);
  width: 10px;
  height: 2px;
  transition: all .15s ease-out;
} */
.pngwhite {
  filter: brightness(0) invert(1);
}
.certification {
}
.pngpri {
  filter: invert(21%) sepia(30%) saturate(4375%) hue-rotate(260deg)
    brightness(96%) contrast(90%);
}
.bg-map {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@keyframes rotate360 {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.4);
  }
}
@keyframes rotatescale {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.4);
  }
}
.footer span.one {
  content: "";
  z-index: 1;
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 80px;
  top: 95%;
  left: 5%;
  transform: translate(-50%, -50%) rotate(40deg);
  background: var(--pri);
  opacity: 0.15;
  animation: rotate360 240s linear infinite;
}
.footer span.four {
  content: "";
  z-index: 1;
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 80px;
  top: 0%;
  right: 5%;
  background: var(--pri-dark);
  opacity: 0.1;
  animation: rotate360 400s linear infinite;
}
.footer span.two {
  content: "";
  z-index: 1;
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 250px;
  top: 100%;
  right: -40%;
  background: var(--pri);
  opacity: 0.1;
  animation: rotate360 60s linear infinite;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: var(--pri);
  padding: 20px 20px;
  border-radius: 30px;
}

.nav-pills .nav-link {
  background: var(--lb);
  padding: 20px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-content {
  background: var(--lb);
  height: calc(100% - 20px);
  border-radius: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.tab-pane {
  height: 100%;
  position: relative;
}
.tab-pane p {
  background: var(--lb);
  z-index: 11;
  position: relative;
}
.tab-content img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 100px;
  height: 100%;
  object-fit: cover;
}
.btn-pri:hover {
  color: white;
}
.img-service {
  height: 500px;
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
}
.bg-pri.br-4 {
  padding: 20px;
}
/* faq */
.card-job {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  z-index: 99999;
  position: relative;
  max-width: 1000px;
}
.accordion {
  display: flex;
  align-items: center;
}
.btn-right-circle {
  border-radius: 100px;
  background-color: var(--pri);
  color: white;
  padding: 10px;
  width: fit-content;
  height: fit-content;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.flip {
  transform: rotate(180deg);
}
.job-content {
  max-height: 0;
  opacity: 0;
  transition: 0.5s opacity max-height;
}
.show {
  opacity: 1;
  max-height: 1000px !important;
}
.box-frame {
  border-radius: 30px;
}
.half-banner-bg {
  overflow: hidden;
}
/* faq end */
.bg-pri.half-banner-bg {
  padding-top: 125px;
}
@media (max-width: 1400px) {
  .adviceform img {
    margin-bottom: -90px;
  }
}

@media (max-width: 1200px) {
  .adviceform img {
    margin-bottom: -74px;
  }
  .img-top-fixed {
    width: 100% !important;
  }
}
/* @media (max-width: 1100px) {
  .swiper-slide {
    height: calc(100vh - 105px);
  }
} */
 .img-rel{
  position: relative!important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 992px) {
	.navbar-collapse{
		
	}
	.navbar-collapse ul.nav.align-items-center{
		flex-direction: column;
	}
    .img-rel{
    margin-top: 20px;
  }
  section .about iframe {
    height: 500px;
  }
  .adviceform img {
    display: none;
  }
  .prsmnone-2 {
    padding-left: 0;
  }
  .top {
    font-size: 0.8rem;
  }
  .hero {
    margin-top: 118px;
  }
  .nav-social-icons {
    justify-content: center !important;
  }
  .a-link {
    text-align: center;
  }
}
.section-desc.icon img {
  opacity: 0.3;
}
.skills {
  width: 120px;
  height: 120px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.confit svg {
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .floater-banner {
    margin-bottom: 70px;
    margin-left: 20px;
  }
  .floater-bg {
    position: fixed;
    bottom: 0;
    display: flex !important;
    width: 100%;
    z-index: 9;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
  .carr-up-img {
    margin-top: 180px;
  }
  .d-mdd-none {
    display: none !important;
  }
  .absolute-h {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #e9e9e9;
    padding-top: 20px;
  }
  .ani-icon .bg {
    height: 80px;
    width: 80px;
  }
  .ani-icon .bg img {
    height: 50px;
    width: 50px;
  }
  .absolute-h p,
  .absolute-h h1 {
    color: var(--pri);
  }
  .d-ssm-block {
    display: block;
  }
  section .about iframe {
    height: 400px;
  }
  .t-sm-center {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sm-middle {
    align-items: center;
    justify-content: center;
  }
  .hero-png-banner {
    display: none;
  }
  .swiper-slide span {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgb(250 244 242) 00%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .swiper-pagination-bullet-active {
    background: var(--pri-dark);
    padding: 5px;
  }
  .swiper-pagination-bullet {
    background: var(--pri-dark);
    padding: 5px;
  }
  .bg-pri.half-banner-bg {
    padding-top: 185px;
  }

  .footer span.one {
    top: 50%;
    width: 300px;
    height: 300px;
    left: 100%;
  }
  .footer span.four {
    left: 50%;
    height: 400px;
    width: 400px;
  }
  .tab-content {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .nav-pills {
    flex-direction: row !important;
  }
  .nav-pills .nav-link {
    width: fit-content;
    padding: 10px 15px;
    font-size: 12px;
    margin-right: 5px;
  }
  .nav-pills .nav-link.active {
    width: fit-content;
    padding: 10px 20px;
    font-size: 12px;
    margin-right: 5px;
  }
  .half-banner span.left {
    height: 200px;
    width: 200px;
    left: 100%;
  }
  .half-banner span.right {
    height: 200px;
    width: 200px;
    left: 20%;
    top: 20%;
  }
  .px-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .pbsm {
    padding-bottom: 0 !important;
  }
  .section-desc ul {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .section-desc.icon img {
    opacity: 0.2;
  }
  .ptsm {
    padding-top: 0 !important;
  }
  .pbsm-2 {
    padding-bottom: 2rem;
  }
  .ptsm-2 {
    padding-top: 2rem;
  }
  .sm-mb-5 {
    margin-bottom: 3rem !important;
  }
  .sm-pt-5 {
    padding-top: 5rem;
  }
  .tab-pane {
    height: 500px;
  }
  .img-overlay-hero h1 {
    font-size: 30px;
  }
  .img-overlay-hero p {
    font-size: 18px;
    font-weight: 500;
  }
  /* .container{
    text-align: center;
  } */
  .abs-slider {
    position: unset;
    width: unset;
    height: unset;
  }
  .testimonials span.inner {
    left: 50%;
    top: 0;
  }
  .testimonials span.outer {
    left: 50%;
    top: 0;
  }
  .hero-view-background h1 {
    font-size: 40px;
  }

  .map-img img {
    width: 90% !important;
  }
  .top {
    justify-content: center !important;
    flex-flow: column;
  }
  .footer .row {
    text-align: center;
  }
  .footer .nav-item {
    display: flex;
    justify-content: center;
  }
  .d-none-small {
    display: none;
  }
  .blob {
    transform: translate(35%, -35%);
  }
  .flex-row {
    flex-direction: column !important;
  }
  .pt-12 {
    padding-top: 12rem;
  }
  .half-banner-map {
    width: 200% !important;
    left: 30% !important;
    top: 50% !important;
  }
  .l-box {
    padding-bottom: 100px;
  }
}
.car-col{
  background-color: white;
  border-radius: 25px;
  /* padding: 10px;
  margin: 10px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media (max-width: 500px) {
  .l-box{
    border-radius:10px;
  }
.l-box .pp-img{
  border-radius: 10px;
}
.car-col{
  border-radius: 12px;
}

.hero-card-title{
  font-size: 14px!important;
}

  .contactButton {
    font-size: 12px;
  }
  .t-sm{
    font-size: 16px!important;
  }
  section .about iframe {
    height: 250px;
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .btn-pri {
    font-size: 14px;
  }
  .about span.rect {
    height: 200px;
    width: 200px;
    top: 40%;
  }

  .about span.circ {
    height: 200px;
    width: 200px;
    top: -20%;
    left: 2%;
  }

  .hero-view-background p {
    font-size: 0.9rem;
  }
  .hero-view-background .container {
    height: unset;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 420px) {
  .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 380px) {
}

@media screen and (min-width: 768px) {
  .mobile-crp-link {
    display: none;
    font-size: 18px !important;
  }
}

/*  */
.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.marquee__inner {
  display: flex;
  width: fit-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

.marquee__inner.opp {
  animation-direction: reverse;
}

.marquee__img {
  width: 188px;
  height: 266px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  flex-shrink: 0;
}

.marquee__img.company-img {
  width: 200px;
  height: 120px;
  background-size: contain;
  border-radius: 15px;
  margin: 0 15px;
}

.marquee__inner.company-marquee {
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.video_wrapper {
  position: relative;
  padding-bottom: 178%;
}

.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-p p{
  margin-bottom: 0;
  padding-bottom: 0;
}


.nav-itsm a{
  color: var(--blackolive);
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
}


/* worked for marqueee */
.mar-cli img{
margin-inline: 20px;
}

.crp-content{
  overflow-x: scroll;
}


.hero-card-title{
  font-size: 16px;
  font-weight: semibold;
  margin: 10px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}




.accordion{
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(34, 34, 34, .434);
}
.accordion summary{
    width: 100%;
    color: white;
    padding: 10px 5px;
    font-size: 2rem;
    font-weight: 600;
    align-items: center;
    padding-block: 8px 6px;
    background-color: var(--pri-dark);
}
.accordion figure table{
    margin-block-end: 0px;
}
.accordion figure {
    margin-block-start: 0px;
}

.other-program{
	background-color: white;
	border-radius: 20px;
}
.other-program div div img{
	width:80px;
	height:80px;
	aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
	padding: .5rem !important;
	vertical-align: middle;
	max-width: unset;
}
.other-program div div h6{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size: 16px;
	color: var(--pri) !important;
}
.contact-div{
    background: rgb(218, 213, 223);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
}
.contact-div .consultation-form div input,.contact-div .consultation-form input{
    font: inherit;
    letter-spacing: inherit;
    width: inherit;
    border: 0px;
    box-sizing: content-box;
    background: white;
    margin: 0px;
    display: block;
    border-radius: 8px;
}