/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;family=Lexend:wght@200;300;400;500;600;700;800&amp;family=Noto+Sans:wght@200;300;400;500;600;700;800;900&amp;family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');

:root {
  --theme__color1: #D0557B;
  --poppins: 'Poppins', sans-serif;
  --inter: 'Inter', sans-serif;
  --lexend: 'Lexend', sans-serif;
  --noto-sans: 'Noto Sans', sans-serif;
  /*--fonts:'Gilroy-Medium',sans-serif;*/
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('../../fonts/Gilroy-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-RegularItalic';
  src: url('../../fonts/Gilroy-RegularItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../../fonts/Gilroy-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../../fonts/Gilroy-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {

  font-family: 'Gilroy-LightItalic';
  src: url('../../fonts/Gilroy-LightItalic.ttf') format('truetype');
}

@font-face {

  font-family: 'Gilroy-Black';
  src: url('../../fonts/Gilroy-Black.ttf') format('truetype');



}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  background: linear-gradient(#121416, #16222b);
  color: #D9D9D9;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gilroy-Regular';
}

a,
a:active,
a:focus,
a:active,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

input {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}

::placeholder {
  opacity: 1;
}

:focus::placeholder {
  opacity: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  /*table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

#text span.spantwo {
  color: #D0557B;
  filter: contrast(1.5);
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

li img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  aspect-ratio: 2 / 3;
  display: block;
  object-fit: cover;
  background-size: 120%;
}



iframe {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin: 0;
}

.main-wrap {
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/bg3.jpg);
  background-size: cover;
}

.back-color {
  /* background-image: linear-gradient(to bottom, #122936, #122733); */
  width: 100%;
  background-image: url(../../images/bg3.jpg);
  background-size: cover;
  left: 0;
  height: 225px;
  z-index: 1;
  position: fixed;
  margin-top: -4%;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  /* .container {
    max-width: 960px;
  }

  .service-nav1 {
    position: fixed;
    width: 960px !important;
    z-index: 3;
    margin-top: 1%;
  }

  .back-color {
    background-image: linear-gradient(to bottom, #122936, #122733);
    width: 82.5%;
    height: 158px;
    z-index: 1;
    position: fixed;
    margin-top: -5%;
  }

  .service-tab-content1 {
    padding: 105px 0px 30px 0px;
  } */


}

@media (min-width: 1400px) {
  .container {
    max-width: 1180px !important;

  }

}

@media (min-width: 1920px) {
  .container {
    max-width: 1550px !important;
  }

}

.my-auto #c_img {
  height: 400px;
}


/* header */
.header-section {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}

.header-filled {
  background: linear-gradient(#121416, #121416);
}

.header-section__inner {
  /*display: flex;*/
  align-items: center;
  text-align: center;
}

/* .header_logo {}

.header_logo img {} */

.main-menu {
  margin-left: auto;
}

.main-menu>ul {
  display: flex;
  gap: 29px;
}

/* .main-menu>ul>li {} */

.main-menu>ul>li>a {
  font-size: 14px;
  font-weight: 400;
  color: #D9D9D9;
  transition: 0.3s;
  position: relative;
}

.main-menu>ul>li>a:hover {
  color: var(--theme__color1);
}

.main-menu>ul>li>a::after {
  content: '';
  height: 1px;
  width: calc(100% + 14px);
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, 0);
  /*background: var(--theme__color1);*/
  opacity: 0;
  transition: 0.3s;
}

.main-menu>ul>li>a::before {
  content: '';
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  border-radius: 50%;
  left: -7px;
  background: var(--theme__color1);
  opacity: 0;
  transition: 0.3s;
}

.main-menu>ul>li>a.active::after,
.main-menu>ul>li>a.active::before {
  opacity: 1;
}

.hr-button {
  margin-left: 23px;
}

/* header-end */


/* ---offcanvas-css--- */
.offcanvas-open {
  font-size: 22px;
  transition: 0.3s;
}

.offcanvas-open:hover {
  color: #97A3AE;
}

.offcanvas-close {
  color: var(--theme__color1);
  position: absolute;
  transition: 0.3s;
  right: 15px;
  top: 24px;
  font-size: 22px;
  line-height: 1;
}

.offcanvas-close:hover {
  color: #97A3AE;
}

.offcanvas-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  text-align: center;
  width: 140px;
}

.offcanvas-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateX(-105%);
  transition: 0.3s;
}

.offcanvas-menu.active {
  transform: translate(0);
}

.offcanvas-menu .offmenu {
  max-width: 100vw;
  min-width: 200px;
  z-index: 5;
  position: relative;
  background: #121416;
  height: 100%;
  padding: 90px 20px 40px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-menu .offmenu :-webkit-scrollbar {
  display: none;
}

.mobile-menu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px;
}

.dropdown-menu-custom ul {
  background: #fff;
  padding: 20px 0;
}

.dropdown-menu-custom ul li a {
  color: #97A3AE;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.178);
  z-index: 2;
  transform: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ---offcanvas-css-end---*/

/* --preloader-- */
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--theme__color1);
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* --preloader-end-- */


/* ---full-page--- */
/* #fullpage {} */

.section {
  /* padding-top: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  /* background-image: linear-gradient(to bottom, #122936, #112026); */
}

/* .fp-overflow {} */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ABABAB;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme__color1);
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* ---full-page---end */


/* ---hero-section--- */
/* .home-hero-section {} */

.home-hero-section .fp-overflow {
  /* flex-grow: 1; */
  display: flex;
  flex-direction: column;
}

.tools-section {
  margin-top: 5vh;
}

.go-bottom-outer {
  margin-top: 6vh;
  margin-bottom: auto;
}




.hero-section {
  padding: 10px 0;
  margin-top: auto;
}

/* .hero-section__inner {} */

.hero-row {
  align-items: center;
  display: flex;
}

.hero-row .col-b {
  width: 55%;
}

.hero-row .col-s {
  flex-shrink: 0;
}

/* .hero-content {} */

.hero-content h4 {
  /*font-size: 28px;
  margin-bottom: 24px;
  font-weight: 300;*/
  font-family: Gilroy-LightItalic;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.hero-content .h1 {
  /* font-size: 48px;
  margin-bottom: 32px;
  line-height: 1.55;
  font-weight: 700; */
}

/* .hero-image {} */

.hero-image .img {
  width: 90%;
}

.hero-image1 .img {
  width: 50%;
}

/* ---hero-section---end */


/* ---service-hero--- */
.service-hero {
  padding: 20px 0 50px;
  overflow: hidden;
}

.service-hero-row {
  margin-top: 5% !important;
  display: flex;
  align-items: center;
}

.service-hero-row .col-b {
  width: 50%;
}

/* 
.service-hero-row .col-s {}


.service-hero .hero-content {}

.service-hero .hero-image {} */

/* ---service-hero---end */


/* ---common--- */
.h2 {
  font-size: 40px;
  margin-bottom: 14px;
  font-weight: 700;
  font-family: Gilroy-Black;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.h2-bdr {
  position: relative;
  padding: 0 13px 21px;
}

.h2-bdr::after {
  content: '';
  height: 2px;
  background: var(--theme__color1);
  filter: drop-shadow(0px 2px 4px rgba(208, 85, 123, 0.47));
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.h4 {
  font-size: 18px;
  font-weight: 400;
}

.cont-blk {
  display: flex;
  flex-direction: column;

}

.cont-blk--center {
  text-align: left;
  align-items: center;
}

.sec-title {
  margin-bottom: 25px;
}

/* ---common---end */


/* ---tools-section--- */
.tools-section {
  padding: 60px 0;
}

/* 
.tools-section__inner {}

.tools-list {} */

.tools-list::before,
.tools-list::after {
  content: '';
  height: 100%;
  width: 30px;
  display: block;
  background: linear-gradient(to right, #121416, #121416, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tools-list::after {
  right: 0;
  left: unset;
  transform: rotate(180deg);
}

.tool-item {
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #A6A6A6;
  display: flex;
}

/* .tool-item .icon {}

.tool-item .icon img {}

.tool-item .txt {} */

.go-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-bottom-button {
  width: 30px;
  height: 42px;
  border: 3px solid #D9D9D9;
  border-radius: 40px;
  margin-top: 10px;
  display: inline-flex;
  position: relative;
}

.go-bottom-button::before {
  content: '';
  height: 9px;
  width: 3px;
  display: block;
  position: absolute;
  background: var(--theme__color1);
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 6px;
  animation: 2s go-bottom-button-animation linear infinite;
}

@keyframes go-bottom-button-animation {
  0% {
    opacity: 0;
    top: 6px;
  }

  15% {
    opacity: 1;
    top: 6px;
  }

  50% {
    opacity: 1;
    top: 20px;
  }

  90% {
    opacity: 0;
    top: 20px;
  }

  100% {
    opacity: 0;
    top: 6px;
  }
}

/* ---tools-section---end */


/* ---xr-section--- */
.xr-section {
  padding: 75px 0;
}

/* .xr-section__inner {}

.xr-section__title {} */

.xr-row {
  align-items: center;
}

/* .xr-image {}

.xr-image .img {} */

.xr-cards {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 30px;
}

.xr-cards [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.xr-card {
  padding: 15px 20px 45px;
  border-radius: 8px;
  border: 2px solid #D0557B;
  box-shadow: 0px 2px 4px 0px rgba(208, 85, 123, 0.29);
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}

.xr-card::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme__color1);
  z-index: -1;
  clip-path: circle(0% at 100% 0%);
  transition: 800ms cubic-bezier(0.375, 0.880, 0.505, 0.910);
}

.xr-card.active::after,
.xr-card:hover::after {
  clip-path: circle(170% at 100% 0%);
}

.xr-card:hover {
  color: #fff;
}

.xr-card .icon {
  margin-bottom: 12px;
  width: 70px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .xr-card .icon img {} */

.xr-card h3 {
  font-size: 22px;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.7;
}

.xr-card p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(217, 217, 217, 0.74);
  font-family: var(--inter);
  line-height: 1.3;
  transition: 0.3s;
}

/* .card p {
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 1.3;
  font-family: 'Gilroy-Medium', sans-serif;
  height: 105px;
  overflow: hidden;
  transition: 0.3s;
  margin-left: 15px;
  margin-top: 30%;
  padding-left: 2px;
} */

.xr-card:hover p {
  color: #155154;
}

.xr-card .txt-btn {
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  transition: 500ms cubic-bezier(0.375, 0.880, 0.505, 0.910);
}

.xr-card:hover .txt-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

/* ---xr-section---end */



/* ---rev-section--- */
.rev-section {
  padding: 10px 0;
  /*background: url('../../images/rev-acto.png') no-repeat center center;*/
}

/* .rev-section__inner {} */

.rev-section__title {
  padding-bottom: 0;
}

.rev-cards {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 20px;
  padding: 0 10%;
  position: relative;
  z-index: 1;
}

.rev-cards [class*='col-'] {
  flex-direction: column;
  display: flex;
}

.rev-card {
  padding: 17px 15px 17px;
  border: 2px solid var(--theme__color1);
  border-radius: 5px;
  flex-grow: 1;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  min-height: 205px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rev-card::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme__color1);
  z-index: -1;
  clip-path: circle(0% at 100% 0%);
  transition: 800ms cubic-bezier(0.375, 0.880, 0.505, 0.910);
}

.rev-card.active::after,
.rev-card:hover::after {
  clip-path: circle(170% at 100% 0%);
}

.rev-card.active,
.rev-card:hover {
  /* background: var(--theme__color1); */
  color: #fff;
}

.rev-card__title {
  display: flex;
  gap: 22px;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  /* transition: 0.3s; */
}

.rev-card.active .rev-card__title,
.rev-card:hover .rev-card__title {
  margin-bottom: 25px;
  gap: 25px;
  flex-direction: row;
  align-items: center;
}

.rev-card__title .icon {
  height: 30px;
  width: 30px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.rev-card.active .rev-card__title .icon,
.rev-card:hover .rev-card__title .icon {
  filter: brightness(0) invert(1)
}

/* .rev-card__title .icon img {}

.rev-card__title .right {} */

.rev-card.active .rev-card__title .right,
.rev-card:hover .rev-card__title .right {
  animation: xcttl 800ms cubic-bezier(0.375, 0.880, 0.505, 0.910) forwards;
}

@keyframes xcttl {
  from {
    transform: translate(30px, 0);
  }

  to {
    transform: translate(0, 0%);
  }
}

.rev-card__title .right h3 {
  font-size: 20px;
  font-weight: 600;
}

.rev-card__body {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
}

/* .rev-card__body__in {} */

.rev-card.active .rev-card__body__in,
.rev-card:hover .rev-card__body__in {
  animation: xcb-in 800ms cubic-bezier(0.375, 0.880, 0.505, 0.910) forwards;
}

@keyframes xcb-in {
  from {
    transform: translate(0, 50%);
  }

  to {
    transform: translate(0, 0%);
  }
}

.rev-card__body p {
  font-size: 14px;
  line-height: 1.65;
  font-family: var(--inter);
  color: #858A8F;
  transition: 0.3s;
}

.rev-card.active .rev-card__body p,
.rev-card:hover .rev-card__body p {
  color: rgba(22, 25, 26, 0.47);
}

.rev-card__bbt {
  display: none;
  justify-content: flex-end;
  margin-top: auto;
  padding: 12px 0 0px;
  transition: 0.3s;
}

.rev-card.active .rev-card__bbt,
.rev-card:hover .rev-card__bbt {
  display: flex;

}

.rev-card.active .txt-btn,
.rev-card:hover .txt-btn {
  animation: xcbtn 800ms cubic-bezier(0.375, 0.880, 0.505, 0.910) forwards;
}

@keyframes xcbtn {
  from {
    transform: translate(50%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0%);
    opacity: 1;
  }
}

.txt-btn {
  color: #9c9ba441;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 13px;
}

.txt-btn:hover {
  color: #d2cefcb9;
}

.txt-btn .arr {
  transition: 0.3s;
}

.txt-btn:hover .arr {
  transform: translate(5px, 0);
}

.sec-bottom-button-row {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.txt {
  margin-left: 10%;
  color: #d2cefcb9;
}

/* ---rev-section---end */



/* ---tb-section--- */
.tb-section {
  padding: 0 0;
  overflow: hidden;
  /* height: 500px; */
}

/* .tb-section__inner {} */

.tb-section__title {
  padding-bottom: 50px;
}

.tb__row {
  margin-left: -200px;
  margin-top: 100px;
}

.tbr_nav {
  position: relative;
  z-index: 1;
}

.tbr_nav::after {
  content: '';
  height: 100%;
  border-left: 1px dashed rgba(208, 85, 123, 0.29);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  transition: 2s;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.fp-completely .tbr_nav::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tbr_nav ul {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

/* .tbr_nav ul li {} */

.tbr_nav ul li a {
  padding: 17px 10px 17px 27px;
  font-size: 16px;
  border-radius: 30px 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.60);
  background: #1D2021;
  display: flex;
  border-right: 3px solid transparent;
}

.tbr_nav ul li a.active {
  color: #fff;
  background: #111B1E;
  border-right-color: var(--theme__color1);
  border-radius: 30px 0;
}

.tbr_nav-select {
  padding: 17px 10px 17px 20px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.60);
  background: #1D2021;
  display: flex;
  width: 100%;
}

.tbr_nav-select::after {
  height: 7px;
  width: 7px;
  margin-top: -5px;
  margin-right: 4px;
  border-width: 1px;
  border-color: var(--theme__color1);
}


.tbr_content {
  padding-left: 50px;
  height: 100%;
}

.tbr_tab-content {
  height: 100%;
}

.tbr-tab-pane {
  height: 100%;
}

.tbr-tab-pane__inner {
  height: 100%;
}

.ttools-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 70px;
}

.ttool-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ttool-item .icon {
  height: 115px;
  width: 110px;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: 0.3s;
}

.ttool-item:hover .icon {
  filter: grayscale(0);
}

.ttool-item .icon .img {
  width: 100%;
}

/* .ttool-item .txt {}

.ttool-item .txt p {} */

/* ---tb-section---end */

/* ---tb-section--more--- */
.tb-top-nav {
  margin-bottom: 120px;
}

/* .tb-top-nav_slider {} */

.tb-top-nav_slider::before,
.tb-top-nav_slider::after {
  content: '';
  height: 49px;
  width: 100px;
  display: block;
  background: linear-gradient(to right, #121416, #121416, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tb-top-nav_slider::after {
  right: 0;
  left: unset;
  transform: rotate(180deg);
}

.tb-top-nav_slider .owl-nav {
  z-index: 4;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 24px;
  left: 0;
  height: 0;
  align-items: center;
}

.tb-top-nav_slider .owl-dots {
  margin-top: 48px;
}

.tb-top-nav_slider .owl-nav button {
  top: 4px !important;
  transform: none !important;
}

/* .tb-top-nav_slide {} */

.tb-top-nav-item {
  min-width: 152px;
  min-height: 49px;
  padding: 5px 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0;
  border: 1px solid #D0557B;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0px 2px 4px 0px rgba(208, 85, 123, 0.27);
}

.center .tb-top-nav-item {
  background: var(--theme__color1);
}

.slider-arrow-2 .owl-nav button {
  height: 40px;
  width: 38px;
  border-radius: 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #222629 !important;
  color: var(--theme__color1) !important;
}

.slider-arrow-2 .owl-nav button i {
  filter: drop-shadow(0 0 10px var(--theme__color1));
}

.edu-per-cen {
  display: flex;
  flex-wrap: wrap;
}

.edu-per-cen__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.edu-per-cen__item::before {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--theme__color1);
  box-shadow: 0px 2px 4px 0px #D0557B;

}

.edu-per-cen__item:nth-child(2n-1)::before {
  display: none;
}

.edu-per-cen__item::after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: var(--theme__color1);
  box-shadow: 0px 2px 4px 0px #D0557B;

}

.edu-per-cen__item:nth-last-child(-n+2)::after {
  display: none;
}

.edu-per-cen__item h3 {
  font-size: 35px;
  font-weight: 400;
  color: var(--theme__color1);
}

.edu-per-cen__item p {
  font-size: 14px;
  font-weight: 400;
}

.sdw-ere {
  margin-top: 10px !important;
  font-size: 12px;
  color: rgba(217, 217, 217, 0.19);
}


.arr-ul {
  gap: 26px;
  display: flex;
  flex-direction: column;
}

.arr-ul li {
  font-size: 18px;
  padding-left: 46px;
  font-weight: 400;
  color: #D9D9D9;
  position: relative;
}

.arr-ul li::before {
  height: 26px;
  width: 26px;
  content: '';
  display: flex;
  background: url('../../images/icon/arr-ul.svg') no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.tb-in-txts h4 {
  font-size: 19.5px;
}

.weo-wet {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.weo-wet .h4 {
  font-size: 15px;
  margin-bottom: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.weo-wet h6 {
  font-size: 10px;
  font-weight: 400;
  color: rgba(217, 217, 217, 0.19);
}

.ellipse-weo {
  width: 175px;
  height: 175px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ellipse-weo::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(208, 85, 123, 0.46);
  z-index: -1;
  filter: blur(25px);
  border-radius: 50%;
}

.ellipse-weo--wht::after {
  background: rgba(217, 217, 217, 0.40);

}

.ellipse-weo h4 {
  font-size: 20px;
  color: rgba(217, 217, 217, 0.76);
}

/* ---tb-section--more---end */


/* ---ps-section--- */
.ps-section {
  padding: 75px 0;
  overflow: hidden;
}

/* .ps-section__inner {}

.ps-section__title {} */

.ps_row {
  width: 120%;
}

.success {
  width: 45%
}

.ps_image {
  max-width: 428px;
}

/* .ps_image .img {} */

.img-acto {
  border-radius: 50%;
  background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(208, 85, 123, 0.86) 0%, rgba(208, 85, 123, 0.86) 0.01%, rgba(208, 85, 123, 0.00) 100%);
  /* box-shadow: 0px 6px 25px -3px rgba(0, 0, 0, 0.25); */
  backdrop-filter: blur(2px);
}

.img-acto-inner {
  padding: 2.5%;
}

.img-acto-inner .img {
  /*background: #12141655;
  border-radius: 50%;*/
  width: 100%;
  padding: 4%;
}

.ps_contents h4 {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.5;
  /* text-align: justify; */
  width: 180%;
  font-family: 'Gilroy-Regular';
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}



.ps_content h4 {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}

.ps_content .bottom-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  width: 100%;
}

.left-margin {
  margin-left: 70px;
  margin-top: 100px;
}

/* ---ps-section---end */
.card__imageC {
  width: 125%;
  /*height: auto;*/
  transition: 0.2s ease-in-out;
  margin-bottom: -9px;
  margin-left: -20%;
  margin-right: -70px
}

/*.card:hover .card__imageC {
  width: 100%;
  height: auto;
}*/




/*.card__overlay .card__image .img{
/*transform: rotate(90deg);
width:10%;margin-top:-14%
}*/


/* ---ns-section--- */
.ns-section {
  padding: 75px 0;
  overflow: hidden;
}

/* .ns-section__inner {} */

.ns-section__title {
  padding-bottom: 45px;
}

/* .ns-slider {} */

.ns-slider .owl-nav button {
  top: 35% !important;
  --off: -100px !important;
}

.ns-slider .owl-stage-outer {
  overflow: visible;
}

.ns-slide {
  width: 368px;
}

.ns-card {
  display: block;
}

/* .ns-card__image {} */

.ns-card__image img {
  width: 100%;
}

.ns-card__content {
  padding: 20px 15px 30px;
  border-radius: 8px;
  background: rgba(245, 247, 250, 0.75);
  box-shadow: 0px 8px 16px 0px rgba(208, 85, 123, 0.6);
  margin: -96px 25px 60px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.3s;
}

.center .ns-card__content {
  background: #fff;
}

.ns-card__content h4 {
  font-size: 20px;
  margin-bottom: 28px;
  font-weight: 600;
  color: #717171;
  font-family: var(--inter);
}

.ns-card__content .tx-btn {
  font-size: 16px;
  font-weight: 600;
  color: #191C1E;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.center .ns-card__content .tx-btn {
  color: var(--theme__color1);
}

/* .ns-card__content .tx-btn i {} */

.slider-arrow-1 .owl-nav {
  display: flex;
  gap: 20px;
}

.slider-arrow-1 .owl-nav button {
  font-size: 44px !important;
  color: var(--theme__color1) !important;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.9)) !important;
}

.slider-arrow-centered .owl-nav button {
  --off: 0px;
  left: var(--off);
  top: 50%;
  transform: translate(0, -50%);
  position: absolute
}

.slider-arrow-centered .owl-nav .owl-next {
  left: unset;
  right: var(--off);
}

.slider-arrow-centered--full-width .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 24px);
}

.overlap-lr-nav .owl-nav {
  width: 100vw;
  height: 100%;
}

.overlap-lr-nav .owl-nav button {
  width: 50%;
  cursor: none !important;
}

.overlap-lr-nav .owl-nav i {
  opacity: 0;
  transition: all .05s ease, opacity .3s ease;
  position: absolute;
  pointer-events: none;
}

.overlap-lr-nav .owl-nav button.active i {
  opacity: 1;
}

.slider-dots-1 .owl-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.slider-dots-1 .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  opacity: 0.20000000298023224;
  background: #FFF !important;
}

.slider-dots-1 .owl-dots .owl-dot.active {
  opacity: 1;
}

/* ---ns-section---end */



/* ---real-section--- */
.real-section__outer .fp-overflow {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.real-section {
  padding: 98px 0 50px;
  position: relative;
  z-index: 9;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-image: linear-gradient(to bottom, #122936, #112026); */
}

.real-section::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.real-section {
  overflow: hidden;
}

.real-section__inner1 {
  margin-left: 0px;
  margin-top: 40px;
  width: 100%;
}

.real-section__innerC {
  width: 100%;
  /* height: 500px; */
}

.real-section__title {
  /* padding-bottom: 3vh; */
  margin-top: -8%;
  margin-left: 35px;
}

.real-slider-outer {
  width: 100vw;
  margin-left: calc((50vw - 50%) * -1);
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}

.real-slider {
  /* width: 100%;*/
  width: 80%;
  margin: 0 auto;
  overflow: hidden;

}

.real-slider .owl-stage {
  display: flex;
}

.real-slider .owl-stage-outer {
  overflow: visible;
}

.real-slider .owl-item.center {
  z-index: 100;
}

.real-slider .owl-nav button {
  --off: 150px;
}

.real-slide {
  --height-number: 480;
  --width-number: 250;
  --path-number: 123;
  --center-extra-height-number: 70;
  --path: calc(var(--path-number) * 1px);
  --height: calc(var(--height-number) * 1px);
  --width: calc(var(--width-number) * 1px);
  --center-extra-height: calc(var(--center-extra-height-number) * 1px);
  height: var(--height);
  width: var(--width);
  /* min-width: 100%; */
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  margin: 0 0 calc(var(--center-extra-height) * 0.5);
  /* pointer-events: none; */
  z-index: 1;
}

.real-slide-content {
  pointer-events: none;
}

.owl-item.center .real-slide-content {
  pointer-events: all;
}

.real-slide {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.6));
}

.owl-item.center .real-slide {
  filter: drop-shadow(0 0 20px rgb(0, 0, 0));
  /* pointer-events: all; */
}

.owl-item.center .real-slide {
  height: calc(var(--height) + var(--center-extra-height));
  margin: calc(var(--center-extra-height) * -0.5) 0 0;
}

.real-slide__inner {
  /* clip-path: polygon(calc(var(--path) * 1) 0, 100% 0, calc((100% - var(--path) * 1)) 100%, 0 100%);  */
  position: relative;
  z-index: -1;
  width: calc(100% + var(--path));
  margin-left: calc(var(--path) * -0.5);
  flex-grow: 1;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.real-slide__inner::after {
  content: "";
  /* height: 65%; */
  height: 100%;
  width: calc(100% + 12px);
  /* background: linear-gradient(transparent 20%, rgba(49, 0, 0, 0.9) 80%); */
  background: linear-gradient(#00000059 5%, rgb(21 0 0) 80%);
  position: absolute;
  bottom: 0;
  left: -0px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  transform: skew(-12deg, 0deg);
}

.owl-item.center .real-slide__inner::after {
  opacity: 1;
}

/* .owl-item.center .real-slide .real-slide__inner {} */

.real-slide__background {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100%);
  width: calc(100% + 11px);
  z-index: -1;
  filter: grayscale(1);
  transition: 0.3s;
  transform: skew(-12deg, 0deg);
}

.owl-item.center .real-slide__background {
  filter: grayscale(0);
}

.real-slide__background .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.real-slide-content {
  padding: 40px 42px 40px 15px;
  opacity: 0;
  transition: 0.3s;
}

.owl-item.center .real-slide-content {
  opacity: 1;
}

.real-slide-content__title {
  padding: 0 0 15px 18px;
  display: block;
}

.real-slide-content__title h3 {
  font-size: 50px;
  margin-bottom: 6px;
  font-family: var(--bebas-neue);
  font-weight: 400;
}

.real-slide-content__title .r-line {
  background: var(--theme__color1);
  height: 2px;
  width: 107px;
}

/* 
.real-slide-content__body {}

.real-slide-content__body p {} */

.real-slide-content .hbr-line {
  height: 3px;
}

.real-slide-content .txt-btn {
  font-size: 15px;
}

/* ---real-section---end */

/* ---cta-section--- */
.cta-section {
  /* padding: 55px 0; */
  position: relative;
  z-index: 1;
}

/* .cta-section__inner {} */

.cta-card {
  padding: 50px 80px;
  gap: 80px;
  border: 2.5px solid transparent;
  box-shadow: 0px 2px 20px 8px rgba(208, 85, 123, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  /* background: rgba(208, 85, 123, 0.18); */
  background: #15364D80;
  transition: 0.3s;
}

.cta-card:hover {
  filter: drop-shadow();
  box-shadow: 0px 2px 20px 8px rgb(11 31 42 / 56%);
}

/* .cta-card_content {} */

.cta-card_content h3 {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cta-card_content h3 span {
  color: #d0557b;
}

.cta-card_content p {
  font-family: 'Gilroy-RegularItalic', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.serve-desc {
  font-size: 22px;
  padding-right: 50px;
  line-height: 1.5;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: 'Gilroy-Regular';
  word-spacing: 2px;
  letter-spacing: 1px;
  /* text-align: justify; */
}

.cta-card .buttons {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
}

/* .cta-card_content .buttons .button {} */

/* ---cta-section---end */


/* ---footer-section--- */
.footer-section {
  padding: 60px 0 50px;
}

.footer-section__inner {
  padding: 0 10px 0 80px;
}

/* .footer-logo-column {} */

.footer-logo {
  width: 185px;
  /* margin: -18px 0 0 -5px; */
  display: block;
}

.copy-right {
  font-size: 14px;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.60);
  font-family: 'Gilroy-RegularItalic';
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

/* .footer-menu {} */

.footer-menu h4 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-family: 'Gilroy-SemiBold' sans-serif;
  font-weight: 400;
  line-height: 24.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
}

/* .footer-menu ul li {} */


.footer-menu ul li a {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  color: var(--theme__color1);
}

.contact-medias-title-ft {
  margin-top: 45px;
}

.s-ul {
  flex-direction: row !important;
}

ul.s-ul {
  gap: 20px;
  padding-left: 0;
}

.s-ul li a {
  font-size: 22px !important;
  color: #D0557B !important;
  opacity: 0.5;
  transition: 0.3s;
}

.s-ul li a:hover {
  opacity: 1;
}

/* ---footer-section---end */
.policy-section {
  padding: 80px 4% 30px;
  margin-top: 2px !important;
}

.policy-section__inner b {
  letter-spacing: 1px;
}

.terms-section {
  padding: 80px 4% 30px;
  margin-top: 2px !important;
}

.terms-section__inner b {
  letter-spacing: 1px;
}


/* ---service-section--- */
.service-section {
  padding: 80px 0 30px 0;
  margin-top: 2px !important;
}

/* .service-section__inner {}
*/
.service-nav {}

.service-nav ul {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.service-nav ul li {
  width: 0;
  flex-grow: 1;
}

.service-nav ul li a {
  padding: 5px 5px 3px;
  min-height: 60px;
  border-radius: 30px 0px;
  color: white;
  background: #26292B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid transparent;
  height: 100%;
  font-family: Gilroy-LightItalic;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.service-nav ul li a.active {
  border-bottom-color: var(--theme__color1);
  /* background: #1A2628; */
  background: #fff;
  color: black;
  font-weight: 600;
}

.back-color {}

.service-nav1 {}

.service-nav1 ul {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.service-nav1 ul li {
  width: 0;
  flex-grow: 1;
}

.service-nav1 ul li a {
  padding: 5px 5px 3px;
  min-height: 60px;
  border-radius: 30px 0px;
  color: white;
  background: #26292B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid transparent;
  height: 100%;
  font-family: Gilroy-LightItalic;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.service-nav1 ul li a.active {
  border-bottom-color: var(--theme__color1);
  /* background: #1A2628; */
  background: #fff;
  color: black;
  font-weight: 600;
}

img.obj-img {
  height: 250px;
  width: auto;
  margin: 10px auto 30px;
  display: block;
}

.mar-cen {
  display: block;
  margin: 100px auto 0px;

}

.obj-mar {
  width: 90%;
  margin: 80px auto 30px;
}

.obj-mar1 {
  width: 80%;
  margin: 30px auto 75px;
}

.obj-desc {
  font-size: 20px;
  padding-right: 15px;
  line-height: 1.5;
  font-family: 'Gilroy-Regular';
  word-spacing: 2px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}

.obj-content h2 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 30px;
}

.mar-bot {
  padding-bottom: 15%;
}

.service-tab-content {
  padding: 100px 0 0;
}

/* .service-tab-pane {} */

.col #clients_h3 {
  font-weight: 400;
  font-size: 35px;
  text-align: justify;

}

#text {
  color: #D0557B;
  /* filter: contrast(2.5); */
  /*font-family:'Gilroy-RegularItalic',sans-serif;*/


}

.oliv {
  position: absolute;
  bottom: 25px;
  right: 20px;
  margin: 30px 60px 0 0;
}

.serve-const-row__title {
  margin-bottom: 50px;
}

.serve-const-row {
  display: flex;
  margin-bottom: 75px;
}

.serve-const-row .serve-number {
  width: 118px;
  height: 135.173px;
  margin-left: 8%;
  margin-right: 17.5%;
  margin-top: 64px;
  flex-shrink: 0;
  border-radius: 5px;
  font-size: 100px;
  background: var(--theme__color1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--lexend);
}

.serve-const-row .serve-content {
  position: relative;
  z-index: 1;
  font-family: Gilroy-Medium;
  /*font-size: 24px;*/
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}


.serve-const-row .serve-content .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
}

.serve-const-row .serve-content h4 {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.57;
  text-align: justify;
}

.service-uses-wrap {
  padding: 75px 0 0;
  position: relative;
  z-index: 2;
}

.service-uses-bg-shape-1 {
  position: absolute;
  left: 2%;
  top: 0;
  z-index: -1;
}

.service-uses-title {
  padding-bottom: 18px;
}

.service-uses-row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: var(var(--bs-gutter-x));
  align-items: center;
  margin-bottom: 114px;
}

.service-uses-row:last-child {
  margin-bottom: 0;
}

.service-use-content {
  padding: 0 14px;
}

.service-use-content h5 {
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: 600;
  color: var(--theme__color1);
  font-family: var(--noto-sans);
}

.service-use-content h3 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
}

.service-use-content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

/* .service-use-image {} */

.service-use-image .img {
  width: 100%;
}

/* ---service-section---end */


/* ---contact-section--- */
.contact-section {
  padding: 70px 0 35px;
  overflow: hidden;
}

.contact-section__inner {
  padding: 0 50px;
}

.contact-s-row {
  align-items: center;
  width: 80%;
  margin: auto;
}


/* .contact-content {} */

.contact-content h4 {
  /*font-size: 16px; font-weight: 600;   letter-spacing: 1.6px;
*/
  margin-bottom: 57px;



  font-family: Gilroy-LightItalic;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;


}

.contact-content h3 {
  /*color: #D9D9D9;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;*/
  font-family: Gilroy-SemiBold;
  font-size: 45px;
  font-weight: 400;
  line-height: 60.03px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sm {
  font-family: Gilroy-LightItalic;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bm {
  font-family: Gilroy-Medium;
  font-size: 25px;
  font-weight: 400;
  line-height: 30.33px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contact-a {
  gap: 27px;
  display: flex;
  align-items: center;
}

.contact-a .icon {
  height: 70px;
  width: 70px;
  font-size: 28px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.contact-a:hover .icon {
  color: #D0557B;
}

.contact-a .txt {
  margin-left: -10px;

}

.contact-a .txt .sm {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.60);
}

.contact-a .txt .bm {
  font-size: 20px;
  font-weight: 700;
  color: #D9D9D9;
}

.form-x-outer {
  display: flex;
  justify-content: flex-end;
}

.fa-chevron-left:before {
  margin-left: -50px;
  display: none;
}

.fa-chevron-right:before {
  margin-right: -50px;
  display: none;
}

.form-x {
  padding: 50px 20px 45px;
  border-radius: 5px;
  background: url("../../images/apply.png") no-repeat;
  max-width: 457px;
  min-height: 400px;
  background-position: center;
}

#car_svg {
  width: 500px;
  height: 400px;
  margin-right: 30%;
  margin-bottom: -50%;
}

/* .form-x-main {} */

.single-input-x {

  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  width: 100%;
}

.label-x {
  /*margin-bottom: 6px;
  width: 100%;*/
  font-family: Gilroy-SemiBold;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.input-x-outer {
  width: 100%;
}

.input-x {
  height: 40px;
  padding: 13px 20px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid var(--button-light, rgba(255, 255, 255, 0.10));
  width: 100%;
  color: #6c757d;
  background: transparent;
  resize: none;
  transition: 0.3s;
  font-family: Gilroy-Regular;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.input-x:focus {
  border-color: #fff;
}

/* .input-x.nice-select {} */

.input-x.nice-select::after {
  height: 7px;
  width: 7px;
  border-width: 1px;
  border-color: var(--theme__color1);
  right: 14px;
  margin-top: -4px;
}

.input-x--big {
  height: 130px !important;
}

/* ---contact-section---end */


/* ---about-hero--- */
.about-hero {
  padding: 60px 0 60px;
}

/* .about-hero__inner {} */

.about-hero__content {
  text-align: center;
}

.about-hero__content h1 {
  font-size: 48px;
  margin-bottom: 38px;
  line-height: 1.55;
  font-weight: 700;
  color: #D9D9D9;
}

.about-hero__content h1 .bxd {
  background: var(--theme__color1);
  color: #191C1D;
}

.about-hero__content h4 {
  font-size: 28px;
  font-weight: 300;
}

/* ---about-hero---end */


/* ---about-o-section--- */
.about-o-section {
  padding: 75px 0;
  overflow: hidden;
}

.about-o-shape-arrow {
  position: absolute;
  bottom: 40px;
  right: 530px;
}

/* .about-o-section__inner {}

.about-o-image .img {} */

.about-o-row {
  align-items: center;
}

.about-o-image {
  text-align: center;
  margin-bottom: 50px;
  transition: 0.3s;
}

.about-o-image:hover {
  /* filter: drop-shadow(0 0 15px #19bcc2bd); */
}


.about-o-content {
  width: 70%;
  margin: auto;


}

.about-o-content h4 {
  /*text-align: justify;*/
  text-align: center;
  /*color: #D0557B;*/
  font-family: Gilroy-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* margin-left: 66%; */
}

.about-o-content b {
  /*text-align: justify;*/
  text-align: center;
  /*color: #D0557B;*/
  font-family: Gilroy-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* margin-left: 66%; */
}

.about-o-content .bottom-buttons {
  margin-top: 60px;
}

.about-o-content .bottom-buttons .row {
  --bs-gutter-x: 55px;
  --bs-gutter-y: 35px;
}

.about-o-content .bottom-buttons .button {
  min-height: 70px;
  font-family: Gilroy-SemiBold;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.about-o-content .bottom-buttons .button:hover {
  background: #D0557B;
  color: #fff;
}

/* ---about-o-section---end */

.about-o-content1 {
  width: 70%;
  margin: auto;
}

.about-o-image img {
  width: 19%;
}

.about-o-content1 h4 {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy-Regular';
  font-size: 22px;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 50px;
}

.about-o-content1 span {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy-Bold';
  font-style: italic;
  font-size: 50px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


.about-o-content1 h2 {
  align-items: center;
  text-align: center;
}

#num {
  color: #D0557B;

}

#at1 {
  font-family: Gilroy-SemiBold;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 200%;
  /*margin-left:-25%;*/
}

#what {
  text-align: center;
  /*color: #D0557B;*/
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
}

.about-o-content1 .bottom-buttons {
  margin-top: 60px;
}

.about-o-content1 .bottom-buttons .row {
  --bs-gutter-x: 55px;
  --bs-gutter-y: 35px;
}

.about-o-content1 .bottom-buttons .button {
  min-height: 70px;
  font-family: Gilroy-SemiBold;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.about-o-content1 .bottom-buttons .button:hover {
  background: #D0557B;
  color: #fff;
}

#why {
  margin-left: -10%;
}

.mission-section {
  margin-left: -30px;
}

#at_ml {
  width: 100%;
  margin-left: 0%;
  /* text-align: justify; */
}

#xp {
  margin-left: -5%;
}


/* ---mis-section--- */
.mis-section {
  padding: 45px 0 70px;
  overflow: hidden;
}

.mis-cards_wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
}

.mis-cards_wrap1 {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.mis-expert-logo {
  position: absolute;
  top: -30px;
  right: 50px;
  width: 332px;
}

.mis-card {
  clip-path: url(#clip-mis1);
  background: rgba(255, 55, 138, 0.185);

}

.mis-card {
  width: 490px;
  height: auto;
  padding: 10px 5px;

}


.mis-card::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: #ff0a7908;
  clip-path: url(#clip-mis1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
  border-radius: 60px;

  /* box-shadow: inset 0px 0px 29px 14px white; */
  /* filter: drop-shadow(30px 30px 10px #ffffff) drop-shadow(-30px -30px 10px #ffffff) drop-shadow(0px 0px 0px #ff1677); */
}

.mis-card:hover::after {
  opacity: 1;
  box-shadow: inset 5px 5px 29px 5px #fd5ba48f;
}

.mis-card--1 {
  margin-top: 350px;
  /* margin-left: 15px;
  position: relative;
  z-index: 1; */
}

.mis-card--2 {
  margin-top: 175px;
  /* margin-left: 20px;
  position: relative;
  z-index: 1; */
}

.mis-card--3 {
  margin-top: 0px;
  /* margin-left: 20px;
  position: relative;
  z-index: 1; */
}

.mis-card h3 {
  font-family: 'Gilroy-SemiBold';
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  z-index: 10;
}

.mis-card p {
  font-family: 'Gilroy-Regular';
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  padding-left: 50px;
  color: #fff;
  position: relative;
  z-index: 50;
}

/* ---mis-section---end */

/* ---mission-section--- */
.mission-section {
  /* padding: 140px 0 75px; */
}

.mission-top-shape-arrow {
  position: absolute;
  top: -250px;
  right: 120px;
}

#obj {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 20px;
  text-align: justify;
  font-weight: 700;
}

#obj_heading span {
  font-family: 'Gilroy-Black', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: red;

}


.mission_wrapper {
  display: flex;
  justify-content: space-evenly;
}

.mission_column {
  gap: 85px;
  display: flex;
  flex-direction: column;
}

/* .why-card1 {
  clip-path: url(#clip-mis1);
  background: rgba(255, 243, 248, 0.185);
  background-image: url(../../images/Objective/Obj-Consultant.png);
  background-repeat: no-repeat;
  align-items: center;
  display: block;
  background-size: 100%;
} */

.why-card1 {
  clip-path: url(#clip-mis1);
  /* background: rgba(255, 243, 248, 0.185); */
  background: #ff378a2f;
}

.why-card2 {
  clip-path: url(#clip-mis);
  background: #ff378a2f;
}

.why-card3 {
  clip-path: url(#clip-mis2);
  background: #ff378a2f;
}

.why-card4 {
  clip-path: url(#clip-mis3);
  background: #ff378a2f;
}


.mission-card {
	border-radius:42px;
	width: 410px;
	height: 190px;
	position: relative;
}

/* .mission-card:hover {} */



.mission-card::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: #ff0a7908;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
  border-radius: 50px;

}

.pad-rt {
  padding: 40px 40px 40px 40px;
}

.pad-lt {
  padding: 40px 85px 40px 40px;
}

.mission-card.active::after,
.mission-card:hover::after {
  opacity: 0.9;
  box-shadow: inset 5px 5px 29px 5px #fd5ba48f;
}

/* .mission-card .color-theme1 {
  transition: 0.8s !important;
}

.mission-card:hover .color-theme1 {
  color: #171C24 !important;
} */



.mission-card h4 {
  color: #D9D9D9;
  font-family: 'Gilroy-SemiBold';
  font-size: 26px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.mission-card p {
  color: #D9D9D9;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.center45 {
  display: grid;
  /* grid-template: 1fr / 1fr; */
  place-items: center;
}

.mission_image {
  width: 30%;
  flex-shrink: 0;
  align-self: center;
  /* display: none; */
}

.mission_image .img {
  /* width: 113.9%;
	margin-left: -6.9%;
	margin-bottom: -8.5%;
	margin-top: -5%; */
  max-width: initial;
}

/* .mission-card h4 #cus .mb-0{
  margin-left: 40px;
}*/
/* ---mission-section---end */


/* ---oct-section--- */

.oct-section {
  padding: 45px 0 70px;
  overflow: hidden;
}


.oct-section__inner1 {
  width: 80%;
  margin: auto;
}

/* 
.oct-section__inner {}

.oct-section__inner1 {}

.oct-section__title {} */

.oct-cards_wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.oct-cards_wrap1 {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.oct-expert-logo {
  position: absolute;
  top: -30px;
  right: 50px;
  width: 332px;
}

/* 
.oct-card oct-card--1C {} */

.oct-card oct-card--2C {
  margin-left: -38%;
  margin-top: 15%;
}

/* 
.oct-card oct-card--3C {}

.oct-expert-logo .img {} */

.oct-card {
  padding: 40px 41px;
  background: rgba(62, 60, 60, 0.4);
  border-radius: 20px;
  width: 385px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.oct-card::after {
  content: '';
  height: 230%;
  width: 250%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: url('../../images/oct-card-shadow-ellipse.png') no-repeat center center/100% 100%; */
  opacity: 0.23;
  transition: 0.3s;
  pointer-events: none;
}

.oct-card:hover::after {
  opacity: 0.6;
}

.oct-card--1 {
  margin-top: 0px;
  margin-left: 15px;
  position: relative;
  z-index: 50;
}

.oct-card--2 {
  margin-top: 160px;
  margin-left: 20px;
  position: relative;
  z-index: 51;
}

.oct-card--3 {
  margin-top: 350px;
  margin-left: 20px;
  position: relative;
  z-index: 52;
}

.oct-card h3 {
  font-size: 28px;
  margin-bottom: 33px;
  font-weight: 700;
}

.oct-card p {
  font-family: Gilroy-SemiBold;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

/* ---oct-section---end */


.oct-card1 {
  clip-path: url(#clip-interview);
  background: rgba(255, 55, 138, 0.185);

}

/* .oct-card1 {
  width: 490px;
  height: 225px;
  padding: 30px 45px;

} */

.oct-card1 p {
  font-size: 20px;
}


.oct-card1::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  /* background: #ff0a7908; */
  clip-path: url(#clip-interview);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
  border-radius: 60px;

  /* box-shadow: inset 0px 0px 29px 14px white; */
  /* filter: drop-shadow(30px 30px 10px #ffffff) drop-shadow(-30px -30px 10px #ffffff) drop-shadow(0px 0px 0px #ff1677); */
}

/* .oct-card1:hover::after {
  opacity: 1;
  box-shadow: inset 5px 5px 29px 5px #fd5ba48f;
} */


/* ---Careers-css---start */

section.ben-section {
  padding: 90px 0px 100px;
  margin: 0;
}

.ben_content--img {
  margin-bottom: 50px;
}

.ben_content h2 {
  font-weight: 500;
}

.ben_content h4 {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy-Regular';
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 20px;
}

.ben-section__inner {
  width: 70%;
  margin: auto;
}

.ben_content .sideheading {
  text-align: center;
}

.ben_content h4 #color_p {
  line-height: 33px;
  color: #d0557b;
  font-size: 15px;
}

.ben-accordion-item__title h4 {
  font-size: 22px;
  color: #D9D9D9;
  font-weight: 400;
}

#car tr {
  /*border-bottom: 1px solid white !important;*/
  height: 50px;
  margin: auto;
}

#car td {
  color: white;
}

#car tr td #exp {
  margin-left: 20%;
}

.ben-accordion-item__title {
  position: relative;
  cursor: pointer;
  padding: 19px 0px;
  border-bottom: 1px solid #D0557B;
}

.ben-accordion-item__title i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.ben-accordion-item__body__inner {
  padding: 30px 0px 38px 0px;
  border-bottom: 1px solid #D0557B;
}

.ben-accordion-item__body__inner p {
  font-size: 18px;
  line-height: 22px;
  color: #7C7C7C;
}

.ben-accordion-item__title:not(.collapsed) i {
  transform: rotate(180deg);
  top: 36%;
}

section.open-section {
  padding: 125px 0px 92px;
}

.open-section__title.sec-title h2 {
  font-weight: 500;
}

.open-position {
  background: #D0557B40;
  display: flex;
  padding: 25px 21px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.open-position:not(:last-child) {
  margin-bottom: 50px;
}

.open-position .rit a.button {
  width: 247px;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  background: #fff;
  color: #121415;
  transition: .3s;
}

.open-position .lft {
  flex-grow: 1;
}

.open-position .lft h3 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 0px;
}

.open-position .lft p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 300;
}

.open-position .rit a.button:hover {
  background: #D0557B;
}

.contact-content.cont-blk h2 {
  font-size: 30px;
  line-height: 48px;
  font-family: Gilroy-Medium;
  font-size: 35px;
  font-weight: 400;
  line-height: 50.05px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.input-x-outer input[type="file"] {
  display: none;
}

.input-x-outer label {
  height: 40px;
  padding: 13px 20px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid var(--button-light, rgba(255, 255, 255, 0.10));
  width: 100%;
  color: rgba(255, 255, 255, 0.30);
  background: transparent;
  resize: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/* ---Careers-css---end */


/* ---pro-slider--- */
.pro-slider-section {
  padding: 75px 0;
}

/* .pro-slider {}

.pro-slider__inner {}

.pro-slider__title {} */

.pro-slider {
  width: 503px;
  margin: 0 auto;
}

.pro-slider.slider-arrow-centered .owl-nav button {
  --off: -116px;
}

.pro-slider .swiper-button-prev,
.pro-slider .swiper-button-next {
  color: #D0557B;
  width: 10px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  font-size: 30px;
  content: '\f053';
  font-family: "Font Awesome 5 Pro";
}

.swiper-button-next::before {
  content: '\f054';
}

.pro-slide {
  opacity: 0;
  transition: 1.7s;
}

.active .pro-slide {
  opacity: 1;
}

.pro-slide-box {
  width: 503px;
  height: 438px;
  /* background: url('images/pro-slide.png') no-repeat center center/contain; */
  text-align: center;
  /* padding: 0 8.5% 9% 0; */
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
}

.pro-slide-box__inner {
  padding: 35px 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pro-slide-box .number {
  width: 55.869px;
  height: 64px;
  margin-bottom: 34px;
  border-radius: 5px;
  background: #D0557B;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--lexend);
  color: #fff;
}

.pro-slide-box h3 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 500;
  color: #000;
}

.pro-slide-box p {
  font-size: 22px;
  font-weight: 400;
  color: #7C7C7C;
  line-height: normal;
  line-height: 1.4;
}

.slider-arrow-3 .owl-nav button {
  font-size: 42px !important;
  color: var(--theme__color1) !important;
}

/* ---pro-slider---end */


/* ---fullpage edit--- */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #D0557B;
}

/* ---fullpage edit---end */
/* Arrow Down*/

.arrows {
  width: 60px;
  position: absolute;
  left: 90%;
}

.arrows path {
  stroke: #D0557B;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
  {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

@media (max-width: 767px) {
  .arrows {
    left: 75%;
  }
}

/* Arrow Down*/
/* Linktree icon Start */

@media (max-width: 767px) {
  .svg-linktree {
    width: 40px !important;
    height: 40px !important;
    margin-top: -5px !important;
    margin-left: -15px !important;
  }
}

@media (max-width: 1280px) {
  .svg-linktree {
    width: 40px !important;
    height: 40px !important;
    margin-top: -9px !important;
    margin-left: -15px !important;
  }
}

/* Linktree icon End */

/* Partners Start */
.owl-stage {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.carousel-inner .my-auto svg rect {
  margin-left: -40%;
}

.carousel-item>div>div>svg>rect {
  margin-left: -40%;

}

/* .real-section__inner1 .fp-slides,
.real-section__inner1 .fp-overflow,
.real-section__inner1 .carousel-inner{
  overflow-y: visible !important;
} */




/* The Modal (background) */
.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /*padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;

}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.riad-video {
  /*height: 400px;*/
  position: relative;
  margin-bottom: 42px;

}

.riad-content {
  padding: 155px 0px 70px;
}

.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.card__image_comp {
  height: 75px;
  transition: 0.2s ease-in-out;
  width: 75px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.card__image_comp.active {
  transform: rotate(90deg);
  color: red;
}

#client1 {
  height: 400px;
  width: 120%;
}

.sideheading {
  font-family: 'Gilroy-LightItalic', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 42.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* margin-left: -115%; */

}

.sideheading span {
  font-family: 'Gilroy-SemiBold', sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 42.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.whychoose {
  font-family: 'Gilroy-LightItalic', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 42.88px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.clientheading {
  font-family: 'Gilroy-LightItalic', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 42.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 0px;

}

.clientheading span {
  font-family: 'Gilroy-SemiBold', sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 42.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}


.hero-content .h1 {
  font-family: 'Gilroy-LightItalic' sans-serif;
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 100px;

}

.hero-content .h1 span {
  font-family: 'Gilroy-Bold';
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: normal;
}

.hero-content1 .h1 {
  font-family: 'Gilroy-LightItalic' sans-serif;
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 100px;

}

.hero-content1 .h1 span {
  font-family: 'Gilroy-Bold';
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: normal;
}

.hero-content .h1 #exp {

  font-family: 'Gilroy-SemiBold';
  font-size: 60px;
  font-weight: 400;
  line-height: 73.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: normal;
}

.about-hero__content h1 {
  font-family: Gilroy-SemiBold;
  font-size: 60px;
  font-weight: 400;
  line-height: 73.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.about-hero__content h4 {
  font-family: Gilroy-Black;
  font-size: 35px;
  font-weight: 400;
  line-height: 44.17px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}


#new_cli {
  font-family: Gilroy-RegularItalic;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.testimheading {
  font-family: 'Gilroy-LightItalic', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 42.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-left: -80%;

}



.testimheading span {
  font-family: 'Gilroy-SemiBold', sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 42.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#career_ml {
  /*margin-left:30%;*/
}

#explore {
  font-family: Gilroy-SemiBold;
  font-size: 50px;
  font-weight: 400;
  line-height: 61.25px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

#explore span {
  font-family: Gilroy-SemiBold;
  font-size: 50px;
  font-weight: 400;
  line-height: 61.25px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

#explore #innov {
  font-family: Gilroy-Regular;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}



/*#oc{
  justify-content: left;
}*/
#ct {
  height: 99%;

}

#subimage {
  margin-top: -50%;
  margin-left: -50%;
  width: 200%;

}

#tq {
  width: 100%;
  height: 400px;
}

svg.clippy {
  position: absolute;
  top: 100px;
  left: -999px;
  width: 0;
  height: 0;
}

.bg {
  clip-path: url(#clip-bg);
}

.navlink>svg>path {
  /* stroke: #000; */
  fill: #000;
}

.navlink:hover>svg>path {
  /* stroke: #d0557b; */
  fill: #d0557b;
}


.menu {
  clip-path: url(#clip-menu);
}

.navigation {
  margin: 0px;
  display: flex;
  position: fixed;
  top: 50%;
  left: 0;
  flex-direction: column;
  font-family: 'Gilroy-SemiBold', sans-serif;
  z-index: 1111;
  transform: translateY(-50%);
}

.navdiv {
  background: #fff;
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
  margin: 0px;
}

.navigation a {
  width: fit-content;
  text-decoration: none;
  color: #d0557b;
  padding: 6px 15px;
  border-radius: 20px;
  margin: 10px 10px;
  font-weight: 600;
  background-image: linear-gradient(to right, #d0557b, #d0557b 50%, #000 50%);
  background-size: 200% 100%;
  background-position: 100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.navlink img {
  margin-right: 10px;
}

.navigation a:before {
  content: "";
  /* background: #d0557b; */
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.navigation a:hover {
  background-position: 0;

}

.navigation a:hover::before {
  width: 100%;
  background: #d0557b;
}

.navigation a.active:hover::before {
  width: 100%;
  background: none;
}

/*newly added css for home page actuve tab*/
.navigation a.active {
  background-position: 0;
}

.navdiv .active>svg>path {
  /* stroke: #d0557b; */
  fill: #d0557b;

}

.navigation a.active::before {
  width: 100%;
}

/* end of newly added css for home page actuve tab*/


/* .logo {
  background: #fff;
  clip-path: url(#clip-logo);
  position: absolute;
  width: 300px;
  height: 395px;
  margin-top: 1px;
  top: 0;
  text-align: center;
  padding-top: 10px;
} */

/* New logo css */
.logo {
  background: #ffffff;
  clip-path: url(#clip-logo);
  /* position: absolute; */
  width: 420px;
  height: 395px;
  margin: -2px auto -335px;
  /* justify-content: center; */
  justify-items: center;
  text-align: center;
  padding-top: 10px;
}

.logo a {
  pointer-events: auto;
}

.contact-main {
  background: #fff;
  clip-path: url(#clip-contact);
  position: absolute;
  width: 230px;
  height: 140px;
  margin: 5px 11px;
  top: 0;
  right: 0;
  text-align: right;
}

.contact-button {
  font-size: 16px;
  min-height: 45px;
  min-width: 155px;
  border-radius: 35px;
  color: #14131b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid transparent;
  border-color: #14131b;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  margin: 4px 20px;
  pointer-events: auto;
}

.contact-button:hover {
  background: var(--theme__color1);
  border-color: var(--theme__color1);
  color: #ffffff;
}




/* .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 112;
} */

/* Header new css */
.header {
  position: fixed;
  width: 100%;
  z-index: 80;
  pointer-events: none;
}



.herobg {
  background-image: linear-gradient(to bottom left, #0a283700, #0a283700, #0a28379c, #041f27);
  display: flex;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.parallax {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.parallax:after {
  content: "";
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(180deg,
      rgba(17, 14, 14, 0) 20%,
      rgb(60, 40, 40) 100%);
}

#bg1 {
  position: absolute;
  bottom: 0;
  width: 150%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-size: cover;
  /* point-events: none; */
  overflow: hidden;
  transform: scale(2.5);
  /* Initial scale before animation */
  transition: transform 1.5s ease-in-out;
  /* Smooth scaling transition */
}



#bg2 {
  position: absolute;
  bottom: -5%;
  right: -36%;
  width: auto;
  min-width: 203%;
  height: auto;
  min-height: 96%;
  overflow-x: hidden;
  transform: scale(1.5);
  transition: transform 1.5s ease-in-out;
}

@media (min-width: 992px) {
  #bg1 {
    position: absolute;
    bottom: 0;
    width: 150%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    /* point-events: none; */
    overflow: hidden;
    transform: scale(1.5);
    /* Initial scale before animation */
    transition: transform 1.5s ease-in-out;
    /* Smooth scaling transition */
  }

  #bg2 {
    position: absolute;
    bottom: -12%;
    right: -32%;
    width: auto;
    min-width: 192%;
    height: auto;
    min-height: 103%;
    overflow-x: hidden;
    transform: scale(1.2);
    transition: transform 1.5s ease-in-out;
  }
}

@media (min-width: 1200px) {

  #bg1 {
    position: absolute;
    bottom: 0;
    width: 150%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    /* point-events: none; */
    overflow: hidden;
    transform: scale(1.5);
    /* Initial scale before animation */
    transition: transform 1.5s ease-in-out;
    /* Smooth scaling transition */
  }

  #bg2 {
    position: absolute;
    bottom: -15%;
    right: -10%;
    width: auto;
    min-width: 130%;
    height: auto;
    min-height: 130%;
    overflow-x: hidden;
    transform: scale(1.2);
    transition: transform 1.5s ease-in-out;
  }

}

@media (min-width: 1700px) {

  #bg1 {
    position: absolute;
    bottom: 0;
    width: 150%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    /* point-events: none; */
    overflow: hidden;
    transform: scale(2.0);
    /* Initial scale before animation */
    transition: transform 1.5s ease-in-out;
    /* Smooth scaling transition */
  }

  #bg2 {
    position: absolute;
    bottom: -17%;
    right: -17%;
    width: auto;
    min-width: 136%;
    height: auto;
    min-height: 140%;
    overflow-x: hidden;
    transform: scale(1.5);
    transition: transform 1.5s ease-in-out;
  }
}



/* When AOS applies 'aos-animate', scale down to normal size */
#bg1.aos-animate {
  transform: scale(1);
}

#bg2.aos-animate {
  transform: scale(1.0);
}

/* .shiva {
  clip-path: url(#clip-shiva);
  border: none !important;
} */

.slider {
  background: none;
  height: 20%;
  margin: auto;
  position: relative;
  width: 700%;

  &::before,
  &::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }

  &::after {
    right: 50%;
    top: 0;
    transform: rotateZ(180deg);
  }

  &::before {
    left: 50%;
    top: 0;
  }

  .slide-track {
    animation: scroll 10s linear infinite;
    display: flex;
    animation-fill-mode: forwards;
    width: calc(250px * 14);
    margin-left: calc(50% - 55px);
    margin-left: 20px, 1rem;
  }

  .slide {
    height: 100px;
    width: 250px;
    margin-left: 100px;
  }
}

/*-------------------- Team card css -------------*/
.team-card {
  clip-path: url(#clip-team);
  position: relative;
  display: block;
  height: calc(var(--width) + 20px);
  aspect-ratio: 2/3;
  border: none !important;
  background-clip: border-box;
  overflow: hidden;
  text-decoration: none;
  margin-left: 40px;
  background: #ff378a2f;
  /* transition: 0.3s; */
}

.teams:hover .team-card {
  box-shadow: inset 5px 5px 70px 5px #fd5ba48f;
}


.team-img {
  width: 32%;
  position: fixed;
  right: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-left: 40px;
  border-radius: 50%;
  justify-items: center;
  background-size: cover;
  background-color: #fdfdfd;
  /* background-color: #ff378a2f; */
  transition: 0.3s;
  z-index: 1;
}

.teams:hover .team-img {
  /* background-size: cover;
  background-position: center; */
  transform: rotateY(180deg);
  background-size: cover;
}

.team__overlay h3 {
  font-size: 40px;
  font-family: 'Gilroy-SemiBold';
  color: #ffffff;
  padding: 30% 30% 0 8%;
  line-height: 1.3;
}

.team__overlay h4 {
  font-size: 22px;
  font-family: 'Gilroy-Bold';
  font-weight: 500;
  padding: 8% 8% 2%;
  color: #ffffff;
  line-height: 1.3;
}

.team__overlay p {
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  font-weight: 500;
  color: #ffffff;
  padding: 2% 8%;
  text-overflow: ellipsis;
}

.Sunil {
  background-image: url(../../images/team/1_sunil.png);
}

.teams:hover .Sunil {
  background-image: url(../../images/team/Sunil.png);
}

.Bala {
  background-image: url(../../images/team//4_bala.png);
}

.teams:hover .Bala {
  background-image: url(../../images/team/Bala.png);
}

.Mouli {
  background-image: url(../../images/team/2_mouli.png);
}

.teams:hover .Mouli {
  background-image: url(../../images/team/Mouli.png);
}

.Devsen {
  background-image: url(../../images/team/3_dev.png);
}

.teams:hover .Devsen {
  background-image: url(../../images/team/Devsen.png);
}

.Kumud {
  background-image: url(../../images/team/5_kumud.png);
}

.teams:hover .Kumud {
  background-image: url(../../images/team/Kumud.png);
}

/*-------------------- End Team card css -------------*/

/*-------------------- card css new -------------*/

.card {
  clip-path: url(#clip-shiva);
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 2/3;
  border: none !important;
  background-color: transparent;
  background-clip: border-box;
  overflow: hidden;
  text-decoration: none;
  margin-left: 40px;
}

.card__overlay {
  transition: 0.7s;
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateY(30%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 10%) 10%,
      rgba(0, 0, 0, 26%) 15%,
      rgb(0 0 0 / 89%) 75%,
      rgba(0, 0, 0, 1) 100%);
}


.card__overlay h3 {
  color: #ffffff;
  padding-left: 25px;
  padding-top: 10em;
  padding-right: 100px;
  transition: 0.7s;
  line-height: 1.3;
}


.card__overlay p {
  padding-top: 5em;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
  padding-right: 65px;
  transition: 0.7s;
}
.card:hover .card__overlay,
  li:has(svg:hover) a .card__overlay,
  li:has(a:hover) a .card__overlay {
    transform: translateY(10%);
    background: linear-gradient(180deg,
        rgb(0, 0, 0, 0%) 0%,
        rgb(0, 0, 0, 20) 45%,
        rgba(0, 0, 0, 1) 100%);
  
  }
  
  
  .card:hover .card__overlay h3,
  li:has(svg:hover) a .card__overlay h3,
  li:has(a:hover) a .card__overlay h3 {
    padding-top: 8em;
  }
  
  
  .card:hover .card__overlay p,
  li:has(svg:hover) a .card__overlay p,
  li:has(a:hover) a .card__overlay p {
    padding-top: 1em;
  }


@media (hover: none) {

  .card {
    clip-path: url(#clip-shiva);
    position: relative;
    display: block;
    height: auto;
    aspect-ratio: 2/3;
    border: none !important;
    background-color: transparent;
    background-clip: border-box;
    overflow: hidden;
    text-decoration: none;
    margin-left: 40px;
  }
  
  .card__overlay {
    transition: 0.7s;
    position: absolute;
    top: 0;
    height: 100%;
    transform: translateY(30%);
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 10%) 10%,
        rgba(0, 0, 0, 26%) 15%,
        rgb(0 0 0 / 89%) 75%,
        rgba(0, 0, 0, 1) 100%);
  }
  
  
  .card__overlay h3 {
    color: #ffffff;
    padding-left: 25px;
    padding-top: 10em;
    padding-right: 100px;
    transition: 0.7s;
    line-height: 1.3;
  }
  
  
  .card__overlay p {
    padding-top: 5em;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 85px;
    padding-right: 65px;
    transition: 0.7s;
  }
  
  .card:hover .card__overlay,
  li:has(svg:hover) a .card__overlay,
  li:has(a:hover) a .card__overlay {
    transform: translateY(10%);
    background: linear-gradient(180deg,
        rgb(0, 0, 0, 0%) 0%,
        rgb(0, 0, 0, 20) 45%,
        rgba(0, 0, 0, 1) 100%);
  
  }
  
  
  .card:hover .card__overlay h3,
  li:has(svg:hover) a .card__overlay h3,
  li:has(a:hover) a .card__overlay h3 {
    padding-top: 8em;
  }
  
  
  .card:hover .card__overlay p,
  li:has(svg:hover) a .card__overlay p,
  li:has(a:hover) a .card__overlay p {
    padding-top: 1em;
  }

  
}




/*-------------------- card css new -------------*/


.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
}

.card__title {
  /*font-size: 1.35em;*/
  margin: 0 0 0.3em;
  color: #ffffff;
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: 0.8em;
  color: #ffffff;
}

.card__status {
  font-size: 0.8em;
  color: #ffffff;
}

.card__description {
  padding: 0 1em 2em;
  margin: 0;
  color: #ffffff !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*background-color: var(--surface-color2);*/
  overflow: hidden;
}

li>a>svg,
.carousel-item>div>div>svg {
  transition: transform 0.7s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 111;
  width: 22%;
  height: auto;
}

li>svg,
.carousel-item>div>div>svg {
  transition: transform 0.7s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 111;
}


li:hover>svg>rect,
.carousel-item:hover>div>div>svg>rect {
  fill: #d0557b;
}

li:hover>a>svg>rect,
.carousel-item:hover>div>div>svg>rect {
  fill: #d0557b;
}


svg.clippy {
  position: absolute;
  top: 100px;
  left: -999px;
  width: 0;
  height: 0;
}

li>svg>path,
.carousel-item>div>div>svg>path,
.testimonial>svg>path,
.blogdet>svg>path {
  fill: #fff;
  d: path("M32.9876 25.8437L18.8326 40.1058C18.5686 40.3718 18.3592 40.6875 18.2164 41.035C18.0735 41.3825 18 41.7549 18 42.131C18 42.8906 18.2995 43.6191 18.8326 44.1563C19.0965 44.4222 19.4099 44.6332 19.7548 44.7771C20.0997 44.9211 20.4693 44.9951 20.8426 44.9951C21.5965 44.9951 22.3195 44.6934 22.8526 44.1563L34.9976 31.8909L47.1426 44.1563C47.4058 44.4236 47.7189 44.6358 48.0638 44.7806C48.4088 44.9254 48.7789 45 49.1526 45C49.5263 45 49.8963 44.9254 50.2413 44.7806C50.5863 44.6358 50.8994 44.4236 51.1626 44.1563C51.4279 43.8911 51.6386 43.5756 51.7823 43.228C51.926 42.8804 52 42.5076 52 42.131C52 41.7545 51.926 41.3817 51.7823 41.0341C51.6386 40.6865 51.4279 40.371 51.1626 40.1058L37.0076 25.8437C36.7444 25.5764 36.4313 25.3642 36.0863 25.2194C35.7413 25.0746 35.3713 25 34.9976 25C34.6239 25 34.2538 25.0746 33.9088 25.2194C33.5639 25.3642 33.2508 25.5764 32.9876 25.8437Z");
}

li>a>svg>path,
.carousel-item>div>div>svg>path,
.testimonial>svg>path,
.blogdet>svg>path {
  fill: #fff;
  d: path("M32.9876 25.8437L18.8326 40.1058C18.5686 40.3718 18.3592 40.6875 18.2164 41.035C18.0735 41.3825 18 41.7549 18 42.131C18 42.8906 18.2995 43.6191 18.8326 44.1563C19.0965 44.4222 19.4099 44.6332 19.7548 44.7771C20.0997 44.9211 20.4693 44.9951 20.8426 44.9951C21.5965 44.9951 22.3195 44.6934 22.8526 44.1563L34.9976 31.8909L47.1426 44.1563C47.4058 44.4236 47.7189 44.6358 48.0638 44.7806C48.4088 44.9254 48.7789 45 49.1526 45C49.5263 45 49.8963 44.9254 50.2413 44.7806C50.5863 44.6358 50.8994 44.4236 51.1626 44.1563C51.4279 43.8911 51.6386 43.5756 51.7823 43.228C51.926 42.8804 52 42.5076 52 42.131C52 41.7545 51.926 41.3817 51.7823 41.0341C51.6386 40.6865 51.4279 40.371 51.1626 40.1058L37.0076 25.8437C36.7444 25.5764 36.4313 25.3642 36.0863 25.2194C35.7413 25.0746 35.3713 25 34.9976 25C34.6239 25 34.2538 25.0746 33.9088 25.2194C33.5639 25.3642 33.2508 25.5764 32.9876 25.8437Z");
}

li>svg,
.carousel-item>div>div>svg {
  transition: transform 0.7s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 111;
}

li:hover>svg,
.carousel-item:hover>div>div>svg,
.testimonial:hover>svg {
  transform: rotate(90deg);
  transition: 20;

}

li:hover>a>svg,
.carousel-item:hover>div>div>svg,
.testimonial:hover>svg {
  transform: rotate(90deg);
  transition: 20;

}

/* 
li:has(a:hover) .card__header{
  transform: translateY(0);
} */

.slider {
  background: none;
  height: 20%;
  margin: auto;
  position: relative;
  width: 700%;

  &::before,
  &::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }

  &::after {
    right: 50%;
    top: 0;
    transform: rotateZ(180deg);
  }

  &::before {
    left: 50%;
    top: 0;
  }

  .slide-track {
    /*animation: scroll 10s linear infinite ;*/
    display: flex;
    animation-fill-mode: forwards;
    width: calc(250px *5);
    margin-left: calc(50% - 55px);
    margin-left: 20px, 1rem;
  }

  .slide {
    /*height: 100px;*/
    width: 250px;
    margin-left: 190px;
  }
}

/*.home-demo .item {
		background: #ff3f4d;
	}*/
.home-demo h2 {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

#clients_h3 {
  font-family: 'Gilroy-RegularItalic'
}

.clients_head {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 30px;
  margin-left: 35px;
}

.clients_body {
  font-family: 'Gilroy-Regular';
  font-size: 22px;
  line-height: 1.3;
  padding-right: 60px;
  margin-left: 35px;
}

.default-button {
  /* cursor: auto !important; */
}

.cursor-btn {
  cursor: pointer !important;
}

/*--------------- New----------------*/


.video-player>a>svg>path {
  fill: #fff;
  d: path("M32.9876 25.8437L18.8326 40.1058C18.5686 40.3718 18.3592 40.6875 18.2164 41.035C18.0735 41.3825 18 41.7549 18 42.131C18 42.8906 18.2995 43.6191 18.8326 44.1563C19.0965 44.4222 19.4099 44.6332 19.7548 44.7771C20.0997 44.9211 20.4693 44.9951 20.8426 44.9951C21.5965 44.9951 22.3195 44.6934 22.8526 44.1563L34.9976 31.8909L47.1426 44.1563C47.4058 44.4236 47.7189 44.6358 48.0638 44.7806C48.4088 44.9254 48.7789 45 49.1526 45C49.5263 45 49.8963 44.9254 50.2413 44.7806C50.5863 44.6358 50.8994 44.4236 51.1626 44.1563C51.4279 43.8911 51.6386 43.5756 51.7823 43.228C51.926 42.8804 52 42.5076 52 42.131C52 41.7545 51.926 41.3817 51.7823 41.0341C51.6386 40.6865 51.4279 40.371 51.1626 40.1058L37.0076 25.8437C36.7444 25.5764 36.4313 25.3642 36.0863 25.2194C35.7413 25.0746 35.3713 25 34.9976 25C34.6239 25 34.2538 25.0746 33.9088 25.2194C33.5639 25.3642 33.2508 25.5764 32.9876 25.8437Z"
    );
}



.video-player>a>svg {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 111;
  height: 100%;
}

.video-player:hover>a>svg>rect {
  fill: #d0557b;

}

.video-player:hover>a>svg {
  transform: rotate(90deg);

}

.video-player:hover .video-text {
  display: block;

  transition: transform 0.5s ease-in-out;

}

/* .testimonial-video:has(svg) {} */

.testimonial-Outer {
  display: flex;
  gap: 50px;
  width: 100%;
}


.video-crop {
  clip-path: url(#clip-video);
  overflow: hidden;
  /* display: flex;
  flex-direction: column; */
}

.video-text {
  bottom: -100px;

}

/* .video-shape {} */

.video-player {
  width: 47%;
  position: absolute;
  margin-left: 35px;

}

.video-player video {
  transform: translate(-9.5%);
  width: 120%;
}

.row12 {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
}

/* .logo_cli {
  display: flex;
  margin-right: 20px;
} */

.client-img {
  height: auto;
  /* width: 200px; */
  align-items: center;
  justify-items: center;


}



.client-wrapper {
  /* border: 1px solid black; */
  width: 100%;
  position: relative;
  height: 200px;
  overflow: hidden;
  /* display: flex;
  align-items: center; */
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.item {
  width: 200px;
  height: 100px;
  /* background-color: red; */
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 7), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: -10s;
  /* margin-right: 20px; */
  display: flex;
  align-items: center;
}

.item1 {
  animation-delay: calc(30s / 7 * (7 - 1) * -1);
  justify-content: center;
  height: 100%;
}

.item2 {
  animation-delay: calc(30s / 7 * (7 - 2) * -1);
  justify-content: center;
  height: 100%;
}

.item3 {
  animation-delay: calc(30s / 7 * (7 - 3) * -1);
  justify-content: center;
  height: 100%;
}

.item4 {
  animation-delay: calc(30s / 7 * (7 - 4) * -1);
  justify-content: center;
  height: 100%;
}

.item5 {
  animation-delay: calc(30s / 7 * (7 - 5) * -1);
  justify-content: center;
  height: 100%;
}

.item6 {
  animation-delay: calc(30s / 7 * (7 - 6) * -1);
  justify-content: center;
  height: 100%;
}

.item7 {
  animation-delay: calc(30s / 7 * (7 - 7) * -1);
  justify-content: center;
  height: 100%;
}




.accordion-item {
  padding: 40px;
  border-radius: 15px;
  background: rgba(255, 55, 138, 0.116);
  border: 0px;
  transform: translateY(0px);
  transition-duration: 500ms;
  opacity: 1;
  margin-bottom: 25px;
}

.accordion-button {
  position: relative;
  display: flex;
  font-family: 'Gilroy-Bold';
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 20px;
  /* color: #D0557B; */
  color: #ffffff;
  text-align: left;
  background-color: #ffffff00;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-item h4 {
  font-family: 'Gilroy-SemiBold';
  /* font-style: Bold; */
  font-weight: 600;
  font-size: 22px;
  line-height: 167%;
  text-transform: capitalize;
  color: #D0557B;
}

.accordion-item h4>span {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 167%;
  text-transform: capitalize;
  color: #ffffff;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../images/downarrow.svg);
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: #D0557B;
  background-color: #e7f1ff00;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0);
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transform: translate(-10px, -40px);
  position: absolute;
  background-color: #d0557b !important;
}

.badge>span {
  font-family: 'Gilroy-SemiBold';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 167%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff00;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0);
}


.accordion-body {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.accordion-body b {
  font-family: 'Gilroy-Medium';
  font-weight: 600;
  letter-spacing: 1px;
}

.btn {
  font-family: 'Gilroy-SemiBold';
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #d0557b;
  border: 2px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: 10px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
  color: #000000;
  background-color: #ffeef3;
  border: 2px solid #000000;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 109, 253, 0);
}

.team-section {
  overflow: hidden;
}