@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");

:root {
  --color-magenta: #a066cc;
  --color-magenta-light: #D6C7EB;
  --color-magenta-light2: #E6D9F3;
  --color-magenta-light3: #E9E1F8;
  --color-magenta-light4: #EFEBFB;
  --color-magenta-light5: #DFD8F9;
  --color-magenta-light6: #F6F4FD;
  --color-purple: #4a2997;
  --color-purple-dark: #1e1465;
  --color-blue-dark: #1b2430;
  --color-blue-dark1: #081854;
  --color-blue2: #1937B2;
  --color-blue3: #5189E0;
  --color-blue4: #BBE2F4;
  --color-blue5: #e1edf8;
  --color-gray: #f7f7fd;
  --color-gray1: #f4f9ff;
  --color-gray2: #495059;
  --color-gray3: #EBEBEB;
  --color-gray4: #9690A2;
  --color-gray5: #7E838B;
  --color-gray6: #EEEEEE;
  --color-light-gray: #f4f1fe;
  --color-light-gray2: #F8F8F8;
  --color-white: #fff;
  --color-black: #000;
  --color-black1: #222;
  --color-black2: #383838;
  --color-black3: #161519;
  --color-black4: #151515;
  --color-black5: rgba(45, 42, 52, 1); /* Added alpha value for RGBA */
  --color-black6: #111013;
  --color-black7: #373737;
  --color-black8: #555555;
  --color-black9: #231F24;
  --color-black10: #181518;
  --color-magenta-dark: #AC3060;
  /* font */
  --f-roboto: "DM Sans", sans-serif;
}

.text-white {
  color: var(--color-white);
}

.text-blue {
  color: var(--color-blue2);
}

.text-magenta {
  color: var(--color-magenta);
}

body.dark {
  color: #fff;
  background-color: var(--color-black3);
}

body.dark footer {
  background-color: var(--color-black3) !important;
  color: var(--bs-white) !important;
}

body.dark footer .footer_row .footer_cell ul li a {
  color: var(--bs-white) !important;
}

body.dark footer .footer_social a svg {
  fill: var(--bs-white) !important;
}

@media (max-width: 768px) {
  body.dark footer .footer_social a svg {
    fill: var(--bs-white) !important;
  }
}

body.dark .about_slider .slider .slider_content_about h1,
body.dark .about_slider .slider .slider_content_about p {
  color: var(--color-black3) !important;
}

body.dark .accordian .contentBx {
  color: var(--bs-white) !important;
}

body.dark .accordian .contentBx .list-group-item {
  color: var(--bs-white) !important;
}

body.dark .about_scope_approach .scope_approach {
  background-color: var(--color-black3) !important;
}

body.dark .about_scope_approach .scope_approach p {
  color: var(--bs-white) !important;
}

body.dark .scope_approach {
  background-image: none !important;
}

body.dark .scope_approach p {
  color: var(--bs-white) !important;
}

body.dark .ecosystem p {
  color: var(--bs-white) !important;
}

body.dark .values {
  background-image: none !important;
}

body.dark .values h5 {
  color: var(--color-black3) !important;
}

body.dark .values p {
  color: var(--color-black3) !important;
}

body.dark .client {
  background-color: var(--color-black3) !important;
}

body.dark .client .owl-prev,
body.dark .client .owl-next {
  color: var(--bs-white) !important;
}

body.dark .btn_section {
  color: var(--bs-white) !important;
}

body.dark .slider .slider_content h1,
body.dark .slider .slider_content p {
  color: var(--color-black3) !important;
}

body.dark .solution .btn_section {
  border-color: var(--bs-white) !important;
}

body.dark .solution .solution_content h2,
body.dark .solution .solution_content h3,
body.dark .solution .solution_content p {
  color: var(--bs-white) !important;
}

body.dark .solution .originated_circle,
body.dark .solution .originated_circle_one {
  display: none;
}

body.dark .product {
  background-image: none !important;
}

body.dark .faq {
  background-image: none !important;
}

body.dark .faq .contentBx .lable,
body.dark .faq p {
  color: var(--bs-white) !important;
}

body.dark .faq .btn_section {
  border-color: var(--bs-white) !important;
}

body.dark .exlpore_btn a {
  color: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
}

body.dark .reach_out .btn:hover {
  color: var(--color-black3) !important;
}

body.dark .side-menu-button {
  color: var(--color-gray5) !important;
}

body.dark .side-menu-button:hover {
  background-color: rgba(223, 205, 212, 0.15) !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 3px solid rgb(172, 48, 96);
}

body.dark .table {
  color: var(--bs-white) !important;
}

body.dark .case-study-container p,
body.dark .case-study-container ul {
  color: white;
  line-height: 36px;
}

body.dark .case-study-container strong {
  color: var(--bs-white);
}

body.dark .pagination_custom a {
  background: none !important;
}

body.dark .pagination_custom a:hover {
  background: none;
}

body.dark .text-outline-effect-white::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(22, 21, 25) 70%);
}

body.dark .text-outline-effect-white {
  -webkit-text-stroke-color: #3a3a3a;
  -webkit-text-fill-color: #161519;
}

body.dark .product-tab .nav-tabs .btn,
body.dark .product-tab .nav-tabs .portfolio_heading_work .btn {
  color: var(--bs-white);
  border-color: #5d5d5d;
}

body.dark .product-tab .nav-tabs .btn.active,
body.dark .product-tab .nav-tabs .portfolio_heading_work .btn.active {
  background: var(--bs-white) !important;
  color: var(--color-black) !important;
}

body.dark .portfolio_heading_work .btn,
body.dark .faq-heading .btn {
  color: var(--bs-white);
  border-color: #5d5d5d;
}

body.dark .portfolio_heading_work svg path,
body.dark .faq-heading svg path {
  fill: var(--bs-white) !important;
}

body.dark .work-title,
body.dark .work-title a.btn-flat,
body.dark .app .btn-flat {
  color: var(--bs-white) !important;
}

body.dark .work-title a.btn-flat::after,
body.dark .app .btn-flat::after {
  background: var(--bs-white) !important;
}

body.dark .faq-heading h3:last-child {
  color: var(--bs-white) !important;
}

body.dark .ux4g-design-system .ux4g-cell-right .btn {
  color: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
}

body.dark .ux4g-design-system .ux4g-cell-right img {
  filter: brightness(0) invert(1);
}

body.dark .accordion-body {
  color: var(--bs-white) !important;
}

body.dark .faq h3 {
  color: var(--bs-white) !important;
}

body.dark .footer_need_support {
  background-color: #282828 !important;
}


button {
  cursor: pointer;
}

a,
.button {
  -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;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  outline: medium none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.fs-18 {
  font-size: 18px !important;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

.form-select {
  color: #212529 !important;
}

html {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button,
select {
  background: none;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--color-magenta-light);
  color: var(--color-black);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-220 {
  padding-bottom: 220px;
}

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

/* font weight */
.f-800 {
  font-weight: 800;
}

.f-700 {
  font-weight: 700;
}

.f-600 {
  font-weight: 600;
}

.f-500 {
  font-weight: 500;
}

.f-400 {
  font-weight: 400;
}

.f-300 {
  font-weight: 300;
}

.f-200 {
  font-weight: 300;
}

.f-100 {
  font-weight: 300;
}

.f-b {
  font-weight: bold;
}

.opacity-15 {
  opacity: 0.05;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -2.5rem !important;
}

.mt-n3 {
  margin-top: -50px;
}

.mt-n4 {
  margin-top: -60px;
}

.mt-n5 {
  margin-top: -70px;
}

.mt-n6 {
  margin-top: -80px;
}

.position-t-n40 {
  top: -40px !important;
}

.main-menu ul li {
  display: inline-block;
  margin: 0px 8px;
  position: relative;
}

.header-top {
  background: var(--color-black3);
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.header-top .goi {
  line-height: 40px;
  font-style: normal;
  font-weight: 500;
}

.header-top .goi a {
  line-height: 40px;
  color: var(--color-white);
  font-size: 14px;
}

.header-top .goi a strong {
  font-weight: 500;
}

.header-top .goi img {
  margin-right: 10px;
}

.header-top .skip01 {
  color: var(--color-white);
  line-height: 39px;
  padding: 0 12px;
  display: inline-block;
  transition: all 1s ease-out;
}

.header-top .skip01:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.header-top .skip01 strong {
  font-weight: 500;
  font-size: 14px;
}

.header-top .partition {
  color: var(--color-gray3);
  opacity: 0.4;
}

.header-top .font01 {
  font-size: 16px;
  height: 40px;
  width: 40px;
  color: var(--color-white);
  transition: all 1s ease-out;
}

.header-top .font01:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 1s ease-out;
}

.header-top .language01 {
  font-size: 14px;
  height: 40px;
  display: inline-block;
  padding: 10px 5px 10px 8px;
  color: var(--color-white);
}

.header-top .language01 option {
  color: var(--color-black);
}

.header-top .language01:hover {
  transition: all 1s ease-out;
  background-color: rgba(255, 255, 255, 0.15);
}

.header-top .language01 select {
  color: var(--color-gray3);
  cursor: pointer;
}

.header-top .language01 select:hover {
  background-color: transparent; /* Corrected 'none' to 'transparent' */
}

.header-area {
  background-size: cover;
}

.transparent-header {
  left: 0;
  right: 0;
  z-index: 99;
}

.header-white {
  background: var(--color-white);
}

.sticky-bar {
  top: 0;
  position: fixed;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.3s;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.sticky-notification {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  margin-top: 10px !important;
}

.sticky-notification2 {
  top: 90px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
  margin-top: 10px !important;
}

.light_dark_icon {
  padding-left: 10px;
  display: inline-block;
}

.nav_custom {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
}

.nav_custom .collapse {
  display: flex;
  gap: 0 18px;
  justify-content: flex-start;
}

.navbar-collapse .btn.btn-dark:hover {
  background-color: #464646 !important;
}

@media (max-width: 768px) {
  .nav_custom .navbar-collapse {
    position: absolute;
    left: -512px;
    padding: 0px 20px 30px;
    top: 0;
    background: rgb(255, 255, 255);
    width: 100%;
    min-height: calc(100vh + 184px);
    transition: all 300ms ease 0s;
  }
  .nav_custom .collapse {
    flex-direction: column;
    align-items: flex-start;
    left: 0;
    z-index: 9;
  }
  .navbar-nav {
    margin-top: 5px;
    padding: 20px 15px 10px 0px;
    background: #fff;
    width: 100%;
    padding-top: 50px;
  }
  .header-design-system-btn {
    position: absolute;
    right: 0;
    top: 51px;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: -13px;
    width: 10px !important;
    height: 10px !important;
  }
  .dropdown-toggle.show::after {
    transform: rotate(224deg);
  }
  .dropdown-menu {
    border: none !important;
  }
  .dropdown-menu li .dropdown-item {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link {
    font-size: 18px !important;
  }
  .dropdown-item {
    font-size: 14px !important;
  }
  .navbar-collapse .change {
    width: 100%;
  }
  .header-top .goi a {
    font-size: 10px;
  }
  .reach_out h1 {
    font-size: 40px !important;
  }
  .desktop-hamburger {
    padding: 0 !important;
    background-color: #ECEBEE !important;
  }
  .close_mobile_menu {
    position: absolute;
    right: 7px;
    top: 6px;
    background-color: #000 !important;
  }
  .close_mobile_menu img {
    width: 32px;
    height: 32px;
  }
  .desktop-hamburger,
  .close_mobile_menu {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: none !important;
  }
}

@media (min-width: 576px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.light_mode {
  opacity: 0;
  position: absolute;
}

body.dark .light_dark_icon .fa-moon-stars {
  display: block;
}

.light_dark_icon .fa-moon-stars {
  color: #e7df0d;
  display: none;
}

body.dark .light_dark_icon .fa-sun {
  display: none;
}

.light_dark_icon .fa-sun {
  color: #f39c12;
}

@media (min-width: 992px) {
  nav .dropdown-menu.show {
    display: none !important;
  }
}

.content h2,
.content h3,
.content h4,
.content h5 {
  padding-top: 0px;
}

.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a {
  position: relative;
  margin-top: -10px;
  padding-top: 8rem;
}

@media (max-width: 767px) {
  .action-button {
    flex-direction: column !important;
    width: 80% !important;
    gap: 20px;
    text-align: center !important;
  }
}

.footer_need_support {
  background-color: var(--color-dark-blue-1);
  background-image: url('../images/need-support-graph.png');
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 330px;
  border-bottom: 1px solid #ffffff24;
}

footer {
  margin-top: auto;
  background-color: var(--color-black9);
}

.footer_row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 50px;
}

.footer_row .footer_cell {
  color: var(--color-white);
}

.footer_row .footer_cell p {
  font-size: 14px;
}

.footer_row .footer_cell span {
  font-size: 12px;
  margin-right: 10px;
}

.footer_row .footer_cell ul {
  padding: 0;
}

.footer_row .footer_cell ul h4 {
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 10px;
}

.footer_row .footer_cell ul li {
  margin-bottom: 10px;
}

.footer_row .footer_cell ul li a {
  color: var(--color-white);
  font-size: 14px;
}

.footer_row .footer_cell ul li a:hover {
  opacity: 0.7;
}

.footer_terms {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.footer_terms .footer_terms_link {
  flex-direction: column;
}

.footer_terms .footer_terms_link a {
  color: var(--color-white);
  font-size: 14px;
}

.footer_terms .footer_social {
  gap: 20px;
}

.footer_social {
  width: 160px;
  margin-bottom: 20px;
  margin-top: -75px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_social a {
  width: 30px;
  height: 30px;
  border: solid 1px #BABABA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social a:hover {
  background-color: var(--color-black8);
  border-color: var(--color-gray5);
}

.footer_social a:hover svg {
  fill: var(--color-white);
}

.footer_social a svg {
  width: 14px;
  height: 14px;
  fill: var(--color-white);
}

.btn-last-update {
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
  margin-top: 15px;
  padding: 10px 7px !important;
  font-size: 13px !important;
}

.contact_footer_social {
  display: flex;
  gap: 5px;
}

.contact_footer_social a {
  width: 30px;
  height: 30px;
  border: solid 1px #BABABA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_footer_social a:hover {
  background-color: #333033;
  border-color: #333033;
}

.contact_footer_social a:hover svg {
  fill: var(--color-white);
}

.contact_footer_social a svg {
  width: 14px;
  height: 14px;
  fill: #696769;
}

.copy-write {
  background-color: var(--color-black10);
  padding: 24px;
  color: var(--color-white);
}

.copy-write-content p {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  footer {
    background-color: var(--color-light-gray2);
  }
}

.slider {
  background-image: url("slider-radial-gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.slider .slider_content {
  min-height: 500px;
  position: relative;
  text-align: center;
}

.slider .slider_content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 74px;
  margin-bottom: 20px;
}

.slider .slider_content h1 .engaging {
  background: linear-gradient(179deg, #A066CC 1.2%, #89216B 100.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.slider .slider_content h1 .engaging .wrap {
  border-color: #c592b7;
  border-right: 0;
}

.slider .slider_content p {
  max-width: 517px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .slider_content {
    min-height: 500px !important;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: left !important;
  }
  .slider .slider_content h1 {
    font-size: 41px;
    line-height: 48px;
  }
}

main {
  margin-bottom: 0;
}

.list-style li {
  list-style-type: decimal !important;
}

.single-features-area-down-unordered li {
  list-style-type: disc !important;
}

.single-features-area-down-roman li {
  list-style-type: lower-roman !important;
}

.para {
  text-indent: 50px;
}

/* scrollUp */
#scrollUp {
  background: #a066cc;
  height: 30px;
  width: 30px;
  right: 10px;
  bottom: 12px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#scrollUp:hover {
  background: rgba(160, 102, 204, 0.431372549);
}

.max-width-70 {
  max-width: 70%;
}

.max-width-80 {
  max-width: 80%;
}

.dropdown.active>a {
  color: var(--color-blue2);
}

.content h2:hover a.hover-1,
.content h3:hover a.hover-1,
.content h5:hover a.hover-1 {
  opacity: 1 !important;
  color: #a1d5fc;
  text-decoration: underline;
}

.btn-main {
  background: var(--color-magenta);
  border: medium none;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 31px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-main:hover {
  background: #86C7ED;
  color: #fff;
}

.accordion-button {
  font-weight: 700;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Animations would continue here... */


/* Owl Carousel Base Styles */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Remaining custom styles, animations, etc. */
.btn_section,
.solution .btn_section {
    color: var(--color-white);
    border: solid 1px;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    height: 32px;
}

.What_is_UX4G .WhatIsUx4g_content h2,
.What_is_UX4G .WhatIsUx4g_content h3 {
    color: var(--color-gray4);
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: bold;
}

.What_is_UX4G .WhatIsUx4g_content p {
    color: var(--color-white);
}

/* ... and so on for the rest of your custom styles */

.how_ux4G_works_card {
    display: flex;
    align-items: center;
    gap: 25px;
}

.how_ux4G_works_card .CISCE {
    flex: 1;
    border-right: solid 1px #fff;
    text-align: center;
}

.how_ux4G_works_card .CISCE img {
    margin-bottom: 15px;
}

.how_ux4G_works_card .CISCE_btn {
    flex: 1;
}

.how_ux4G_works_card .CISCE_btn a {
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-white);
    border: solid 1px #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 1s;
}

.how_ux4G_works_card .CISCE_btn a i {
    font-weight: 100;
}

.how_ux4G_works_card .CISCE_btn a:hover {
    background: rgba(0, 0, 0, 0.2);
}