/**********************************************************************************\\
|*                                                                               *|
|* Copyright (C) 2020 Technotery Business Solutions LLP                          *|
|* All text, code and logic contained herein is copyright by Technotery Business *|
|* Solutions LLP                                                                 *|
|*                                                                               *|
|* THE COPYING OR REPRODUCTION OF ANY TEXT, PROGRAM CODE OR LOGIC CONTAINED      *|
|* HEREIN IS EXPRESSLY PROHIBITED. VIOLATORS WILL BE PROSECUTED TO THE FULL      *|
|* EXTENT OF THE LAW.                                                            *|
|*                                                                               *|
|* If this license is not clear to you, DO NOT CONTINUE; instead, contact        *|
|* Technotery Business Solutions LLP at: support@technotery.com                  *|
|*                                                                               *|
\\*********************************************************************************/

/**
 *    User Controller
 *    @category		CSS
 *    @author		Kajal G. Shukla
 *    @version		1.0
 *    @Date			04-12-2024
 */



 @font-face {
  font-family: Livvic-SemiBold;
  src: url(../fonts/Livvic/Livvic-SemiBold.ttf);
}

@font-face {
  font-family: Livvic-Bold;
  src: url(../fonts/Livvic/Livvic-Bold.ttf);
}

@font-face {
  font-family: Livvic-Regular;
  src: url(../fonts/Livvic/Livvic-Regular.ttf);
}

@font-face {
  font-family: Livvic-Light;
  src: url(../fonts/Livvic/Livvic-Light.ttf);
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  color: var(--main-black);
  font-weight: 400;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Livvic-Regular';
}

.row-center {
  vertical-align: middle;
  align-items: center;
}

html {
  font-size: 16px;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Livvic-Regular';
  background-color: var(--main-white);
  color: var(--main-black);
  cursor: pointer;
}

a,
ul,
li,
tr,
td {
  font-size:16px;
  font-family: 'Livvic-Regular';
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 85%;
  }

  .modal-lg,
  .modal-xl {
    max-width: 60%;
  }
}

.modal-open,
.modal.fade.show {
  padding-right: 0 !important;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.close span {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--main-white) !important;
  text-shadow: 0 1px 0 #fff;
}

.btn:focus {
  box-shadow: none;
}

.transition {
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: normal;
  color: var(--main-black);
  font-weight: 800;
  font-family: 'Livvic-Bold';
}

h1 {
  font-size: 2.5em;
  line-height: 1.25em;
  font-family: 'Livvic-Bold';
}

h2 {
  font-size: 1.6667em;
  line-height: 1.25em;
  font-family: 'Livvic-Bold';
}

h3 {
  font-size: 1.5em;
  line-height: 1.2222em;
  font-family: 'Livvic-Bold';
}

h4 {
  font-size: 24px;
  font-family: 'Livvic-Bold';
  margin-bottom: 5px;
}

h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
  font-family: 'Livvic-Bold';
}

h6 {
  font-family: 'Livvic-Bold';
  font-size: 1em;
}

p {
  font-size: 16px;
  color: var(--light-text);
  font-weight: 400;
  line-height: 20px;
  font-family: "Livvic-Regular";
}

img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

:root {
  --main-black: #000;
  --main-white: #fff;
  --td_theme-green: #4AB9C6;
  --theme-green:#ab2dff;
  --theme-orange:#c07ced;
  --light-stroke:#b3b3b31b;
  --button-stroke:#b3b3b391;
  --dark-bg-color:#050507;
  --light-green:#ab2dff2a;
  --light-orange:#ff663352;
  --light-text:#d3d3d3;
  --light-text:#d3d3d3;
  --secondary-dark-bg:#050407;
}

/* Commom_Css::Start */

.main_page_title_h1
{
  font-size:100px !important;
  color: var(--main-white);
  font-family:"Livvic-Bold";
  margin-bottom:10px;
}
.main_page_title
{
  font-size:54px;
  color: var(--main-white);
  font-family:"Livvic-Bold";
  margin-bottom:10px;
}
.card_title
{
  font-size:24px;
  color: var(--main-white);
  font-family:"Livvic-Bold";
  margin-bottom:10px;
}
.sub_title
{
  font-size:18px;
  color: var(--main-white);
  font-family:"Livvic-Bold";
  margin-bottom:10px;
}
.section_title
{
  font-size:48px;
  color: var(--light-text);
  font-family:"Livvic-Bold";
}
.td_section_title
{
  font-size:48px;
  color: var(--light-text);
  font-family:"Livvic-Bold";
}
.section_title span
{
  color: var(--light-green);
  font-family:"Livvic-SemiBold";
}

.td_section_title span
{
  color: var(--td_theme-green);
  font-family:"Livvic-SemiBold";
  font-size:48px;
}
.small_text
{
  font-size:13px;
  font-family:"Livvic-Light";
  color: var(--light-text);
}
.small_bold_text
{
  font-size:16px;
  font-family:"Livvic-SemiBold";
  color: var(--light-text);
}
.main_page_title span
{
  font-size:54px;
  color: var(--theme-green);
  font-family:"Livvic-Bold";
}
.section_title h2 
{
  font-size:48px;
  font-family:"Livvic-Bold";
  color: var(--light-text);
}
.section_title span
{
  font-family:"Livvic-SemiBold";
  margin-left:5px;
  color: var(--theme-green);
}
/* Commom_Css::End */

body
{
  background-image:url(../images/hero-bg.png);
  background-position: center;
  background-repeat:repeat;
  background-size: auto;
  background-color:var(--dark-bg-color);
  background-attachment: fixed;
  overflow: hidden;
}
/* common-margin-css::Start */
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px;
}
.pb-30 {
  padding-bottom: 30px;
}

/* common-margin-css::End */

/* Navbar_css::Start */

.header_wrapper .navbar-toggler
{
background-color: var(--secondary-dark-bg);
border:1px solid var(--button-stroke);
border-radius:10px;
width:40px;
height:40px;
}
.header_wrapper .navbar-toggler-icon
{
  width:unset;
  height:unset;
  display:unset;
}
.header_wrapper .navbar-toggler i 
{
  color: var(--light-text);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_wrapper  .navbar {
  background-color:var(--dark-bg-color); /* Semi-transparent black */
  transition: background-color 0.3s ease; /* Smooth transition on scroll */
}
.header_logo
{
  width:150px;
}
 .header_wrapper
{
  padding:10px 0px;
  position: fixed;
  width: 100%;
  background: var(--dark-bg-color);
  z-index: 99;
}

.header_wrapper .navbar .nav-item.active a
{
  color: var(--theme-orange);
}
.navbar-nav .nav-link {
  color: var(--light-text);
  transition: color 0.3s;
}

.navbar-nav .nav-link.active {
  color: var(--theme-green); 
  font-weight: bold;
}

.header_wrapper.sticky {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  -moz-animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  padding-top:0px;
  background-color: var(--dark-bg-color);
  border-bottom:1px solid var(--button-stroke);
}
.header_wrapper .navbar
{
  padding:0px;
}
.header_wrapper.sticky 
{
  background-color: var(--dark-bg-color);
  padding:10px;
}
/* Navbar_css::End */

/* Footer_css::Start */
.footer_wrapper
{
  background-color:var(--dark-bg-color);
  padding:20px 0px 20px 0px;
}
.footer_wrapper .copy_right_text a
{
  color: var(--theme-green);
}
.footer_wrapper  object
{
  width:20px;
}
.footer_wrapper  .solution_square
{
  width:40px;
  height:40px;
  border-radius:10px;
}
.footer_social ul
{
  display:flex;
  justify-content: flex-end;
}
.footer_social ul li
{
  list-style:none;
  margin-left:10px;
}
.footer_row
{
  align-items: center;
}
/* Footer_css::End */

/* Go_to_top_button_css::Start */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

/* Active state */
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Circle Background */
.progress-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  border: 2px solid var(--button-stroke);
  overflow: hidden;
}

/* Progress Inner */
.progress-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--theme-green);
  /* Progress bar color */
  clip-path: inset(0 0 100% 0);
  /* Starts hidden */
  transition: clip-path 0.2s linear;
  /* Smooth progress animation */
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-inner svg {
  width: 30px;
}

/* Go_to_top_button_css::End */

/* Custom_cursor_css::Start */
.cursor {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 1px solid #fff;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid yellow;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2.5);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Custom_cursor_css::End */

/* Hero-section-css::Start */

.hero_wrapper
{
  height:100vh;
  position: relative;
  display:flex;
  z-index:88;
  overflow: hidden;
  border-bottom:1px solid var(--light-stroke);
}
.hero_content
{
  text-align: center;
  padding-top:100px;
}
.hero_content p,
.hero_content h1
{
  text-align: center;
  color: var(--light-text);
}
.home_banner_row
{
  margin:0 auto;
  justify-content: center;
}

/* Typing-effect-css::Start */
@keyframes typing {
  0.0000%, 27.3488% { content: ""; }
  1.1395%, 26.2093% { content: "I"; }
  2.2791%, 25.0698% { content: "In"; }
  3.4186%, 23.9302% { content: "Int"; }
  4.5581%, 22.7907% { content: "Inte"; }
  5.6977%, 21.6512% { content: "Integ"; }
  6.8372%, 20.5116% { content: "Integr"; }
  7.9767%, 19.3721% { content: "Integra"; }
  9.1163%, 18.2326% { content: "Integrat"; }
  10.2558%, 17.0930% { content: "Integrati"; }
  11.2558%, 17.0930% { content: "Integratio"; }
  12.2558%, 17.0930% { content: "Integration"; }

  30.7674%, 51.2791% { content: ""; }
  31.9070%, 50.1395% { content: "A"; }
  33.0465%, 49.0000% { content: "Au"; }
  34.1860%, 47.8605% { content: "Aut"; }
  35.3256%, 46.7209% { content: "Auto"; }
  36.4651%, 45.5814% { content: "Autom"; }
  37.6047%, 44.4419% { content: "Automa"; }
  38.6047%, 44.4419% { content: "Automat"; }
  39.6047%, 44.4419% { content: "Automati"; }
  40.6047%, 44.4419% { content: "Automatio"; }
  41.6047%, 44.4419% { content: "Automation"; }

  54.6977%, 75.2093% { content: ""; }
  55.8372%, 74.0698% { content: "E"; }
  56.9767%, 72.9302% { content: "Ef"; }
  58.1163%, 71.7907% { content: "Eff"; }
  59.2558%, 70.6512% { content: "Effi"; }
  60.3953%, 69.5116% { content: "Effic"; }
  61.5349%, 68.3721% { content: "Effici"; }
  62.5349%, 68.3721% { content: "Efficie"; }
  63.5349%, 68.3721% { content: "Efficien"; }
  64.5349%, 68.3721% { content: "Efficienc"; }
  65.5349%, 68.3721% { content: "Efficiency"; }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.typewriter {
  --caret: currentcolor;
}

.typewriter::before {
  content: "";
  animation: typing 13.5s infinite;
}

.typewriter::after {
  content: "";
  border-right: 1px solid var(--caret);
  animation: blink 0.5s linear infinite;
}

.typewriter.thick::after {
  border-right: 1ch solid var(--caret);
}

.typewriter.nocaret::after {
  border-right: 0;
}


@media (prefers-reduced-motion) {
  .typewriter::after {
    animation: none;
  }
  
  @keyframes sequencePopup {
    0%, 100% { content: "developer"; }
    25% { content: "writer"; }
    50% { content: "reader"; }
    75% { content: "human"; }
  }

  .typewriter::before {
    content: "developer";
    animation: sequencePopup 12s linear infinite;
  }
}
/* Typing-effect-css::End */


.hero_text_content
{
  width:60%;
  margin: 0 auto;
}
.absolute_circle {
  position: absolute;
}

.animation svg {
  width:auto;
  height:auto;
  stroke:var(--light-stroke);
}
.animation
{
  position: absolute;
  bottom:-15px  ;
  left:0;
  right:0;
  z-index:-1;
}
.animate-spin-slow {
  animation: 4s linear infinite spin;
}

@keyframes spin {
  to {
      transform: rotate(1turn)
  }
}

.animate-spin-reverse-slower {
  animation: 6s linear infinite spin-reverse
}

@keyframes spin-reverse {
  to {
      transform: rotate(-1turn)
  }
}
.consult_now_button .btn 
{
  border:1px solid var(--button-stroke);
  border-radius:15px;
  padding:15px;
  min-width:170px;
  color: var(--theme-green);
  font-family:"Livvic-Light";
  margin-top:30px;
  transition: background-color 0.6s ease, transform 0.6s ease;
  background-color: var(--dark-bg-color);
  box-shadow: 0px 5px 10px 0px var(--light-green);   
}
.consult_now_button .btn svg
{
  width:18px;
  fill: var(--button-stroke);
  stroke: var(--button-stroke);
}
.consult_now_button .btn span
{
  padding-left:15px;
}
.consult_now_button .btn:hover
{
  background:var(--light-green);
  border-color:var(--theme-green);
  color: var(--main-white);
  transform: scale(1.1);
  box-shadow: 0px 5px 10px 0px var(--theme-orange);   

}
.consult_now_button .btn:hover svg 
{
  stroke: var(--main-white);
}
.square_main
{
  background-color: #14303A;
  border-radius: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  animation: 10s linear infinite spin;
  position: absolute;
  z-index:1;
}

.square_left
{
  background-color: var(--light-orange);
  top:0px;
  inset-inline-start: 10rem;
  top:50%;
  left:0px;
}
.square_right
{
  background-color: var(--light-green);
  bottom:0%;
  inset-inline-end: 20rem;
  right:0px;

}

.solution_square
{
  background-color:var(--dark-bg-color);
  border:1px solid var(--button-stroke);
  border-radius: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  z-index:1;
  display:flex;align-items: center;
  justify-content: center;
}
.solution_square svg
{
  color: var(--theme-orange);
  width:30px;
}
.solution_data
{
  display:flex;
  align-items: center;
  position: absolute;
}
.home_solutions_row
{
  height: 100vh;
  position: absolute;
  top: 0;
  width:100%;
  margin: 0 auto;
  z-index: -1;
}
.home_banner_row
{
  position:relative;
}
.hero_wrapper .container 
{
  z-index: -1;
}
.solution_one {
  top: 0px;
  left: 245px;
  flex-direction: row-reverse;
}
.solution_two
{
top:100px;
left:30px;
flex-direction: row-reverse;
}
.solution_three {
  top: 225px;
  left: 5px;
  flex-direction: row-reverse;
}
.solution_four
{
  top: 0px;
  right: 275px;
}
.solution_five
{
  top:100px;
  right:120px;
}
.solution_six
{
  top: 225px;
  right:-65px;
}
.animation,
.square_data_wrapper
{
  max-width:85%;
  margin:0 auto;
}
.absolute-cirlce-one 
{
  top:-45px;
}
.absolute-cirlce-two
{
top:-70px;
}
.solution_one .solution_square,
.solution_two .solution_square,
.solution_three .solution_square
{
  margin-left:10px;
}
.solution_four .solution_square,
.solution_five .solution_square,
.solution_six .solution_square
{
  margin-right:10px;
}

.scroll-down-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-34%, 0%);
}
.scroll-down-btn .btn
{
  border:1px solid var(--button-stroke);
  border-radius:15px 15px 0px 0px;
  padding:15px;
  min-width:170px;
  color: var(--theme-green);
  font-family:"Livvic-Light";
  margin-top:30px;
  transition: background-color 0.6s ease, transform 0.6s ease;
  background-color: var(--light-stroke);
  box-shadow: 0px 5px 10px 0px var(--light-green);   
  transform: rotate(90deg);
  font-size:16px !important;
  transition: background-color 0.3s;
}
.scroll-down-btn .btn svg 
{
  width:18px;
  fill: var(--button-stroke);
  stroke: var(--button-stroke);
  transform: rotate(-90deg);
}
.scroll-down-btn .btn span 
{
  margin-left:10px;
}
/* Hero-section-css::End */

.theme_title
{
  color: var(--td_theme-green);
}

/* why_choose_us_section_css::Start */
.color_card_data
{
  padding:20px;
  border-radius:15px;
  margin-bottom:30px;
}
.color_card_count p
{
  font-size: 40px;
    font-family: "Livvic-Bold";
    -webkit-text-stroke: 1px var(--dark-bg-color);
    color: transparent;
    margin-bottom: 15px;
}

.color_card_sub_content p 
{
  color: var(--dark-bg-color);
}
.color_card_name h4
{
  color:var(--dark-bg-color);
}
.color_card_one
{
  background-color:#F8B8D2;
}
.color_card_two
{
  background-color:#FAC67C;
}
.color_card_three
{
  background-color:#F0EAD8;
}
.color_card_four
{
  background-color:#EBCCFF;
}
.color_card_five
{
  background-color: #A4D2FD;
}
.color_card_six
{
  background-color: #C1F0DE;
}

.why_choose_us_wrapper
{
  border-bottom:1px solid var(--light-stroke);
}
/* why_choose_us_section_css::End */


/* About_Us_section_css::Start */
.vision_mission_row
{
  background: var(--dark-bg-color);
  border:1px solid var(--light-stroke);
  border-radius: 20px;
  padding:20px;
}
/* About_Us_section_css::End */



/* TD CSS :: START */

.td_banner_main
{
  text-align: center;
  display: flex;
  align-items: center;
  /* background: red; */
}
.intro-subtitle
{
  display: inline-flex;
  padding: 5px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #4ab9c679;
  backdrop-filter: blur(2px);
  color: var(--main-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.intro-subtitle p
{
  color: var(--main-white);
  font-weight: 400;
}

.intro-subtitle img
{
  height: 15px;
  width: 15px;
}

.intro-thumb {
  position: relative;
  padding: 223px 0 0;
  z-index: 3;
}

.thumbShape1 {
  position: absolute;
  top: 80%;
  right: 300px;
  z-index: 1;
  content: '';
  min-width: 250px;
  min-height: 200px;
  border-radius: 25px;
  background: #4ab9c633;
}

.thumbShape2 {
  position: absolute;
  top: 30%;
  right: -210px;
  z-index: 1;
  content: '';
  width: 700px;
  height: 400px;
  border: 1px solid #4AB9C6;
  border-radius: 30px;
  background: #4ab9c633;
}

.intro-thumb .main-thumb {
  position: relative;
  z-index: 3;
  border-radius: 25px;
  min-width: 800px;
  min-height: 400px;
}

.intro-thumb .main-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  /* opacity: 0; */
}

.td_banner_section {
  height: 100vh;
  align-items: center;
  position: relative;
  background: 
    radial-gradient(circle, rgba(74, 185, 198, 0.16), rgba(204, 204, 0, 0.027), transparent);
  /* background-blend-mode: overlay; */
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  animation: gradientShift 8s infinite alternate;
}

.td_banner_section::before
{
  content: '';
  position: absolute;
  background: url(../images/bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  animation: taadaa 2s infinite;
}

/* Gradient animation */
@keyframes gradientShift {
  0% {
    background: 
      radial-gradient(circle, rgba(74, 185, 198, 0.16), rgba(204, 204, 0, 0.027), transparent);
  }
  50% {
    background: 
      radial-gradient(circle, rgba(255, 153, 102, 0.2), rgba(204, 204, 0, 0.027), transparent);
  }
  100% {
    background: 
      radial-gradient(circle, rgba(74, 185, 198, 0.16), rgba(204, 204, 0, 0.027), transparent);
  }
}



.td_solution_section{
  position: relative;
}
.td_solution_section::before
{
  overflow: hidden;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/bg.png);
  background-position: center;
  background-size: contain;
  animation: taadaa 2s infinite;
}
@keyframes taadaa { 
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
  }
}

.solution_content
{
  /* background: var(--light-stroke); */
  
  margin-bottom: 15px;
}

.solution_content_1
{
  background: #ffffff3f;
  width: 80%;
  padding: 10px;
  border-radius: 15px;
}
.solution_content_2
{
  background: var(--light-orange);
  width: 80%;
  padding: 10px;
  border-radius: 15px;
}
.solution_content_3
{
  background: var(--light-green);
  width: 80%;
  padding: 10px;
  border-radius: 15px;
}
.solution_content_4
{
  background: #4ab9c679;
  width: 80%;
  padding: 10px;
  border-radius: 15px;
}

.td_banner_section .square_left
{
  background-color: var(--light-orange);
  top:0px;
  inset-inline-start: 10rem;
  top:15%;
  left:0px;
}

/* About Us Section CSS :: START */

.td_about_us_section 
{
  position: relative;
}

.td_about_us_section  .td_img
{
  border-radius: 20px;
  width: 100%;
  height: 500px;
  animation: shake 24s linear infinite;
}

.td_img img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_content_list li::marker
{
  color: var(--main-white) !important;
}

.about_content_list
{
  padding: 10px 20px;
}

.about_content_list_section
{
  background: #4ab9c679;
  padding: 20px 40px;
  border-radius: 10px;
}

.footer__shape .shape {
  position: absolute;
  z-index: -1;
}

.footer__shape .shape img {
    max-width: 100%;
    height: auto;
}

.footer__shape .shape--1 {
  top: 20%;
  left: -62px;
}

.footer__shape .shape--2 {
  top: 25%;
  right: -222px;
  animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}

.solution_img
{
  border-radius: 20px;
  animation: shake 24s linear infinite;
}

.solution_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-container
{
  background: var(--light-stroke);
  border: 5px solid var(--main-black);
  padding: 25px;
  border-radius: 20px;
}

.slider_img img, .solution_img img
{
  border-radius: 15px;
}
/* About Us Section CSS :: END */

/* Why we USe CSS :: START */

.td_why_we_section
{
  background: var(--light-stroke);
}

.why_we_use_section{
  animation: shake 24s linear infinite;
}

.why_we_use_section img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#css3-spinner-svg-pulse-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 100%;
  background-color: transparent; /* Dark background for better neon visibility */
  animation: none;
  -webkit-animation: none;
  opacity: 0.4;
}

#css3-spinner-pulse {
  stroke-dasharray: 281;
  -webkit-animation: dash 5s infinite linear forwards;
}

#css3-spinner-pulse path {
  stroke: #4ab9c6;
  filter: drop-shadow(0 0 10px #4ab9c6) drop-shadow(0 0 20px #4ab9c6)
          drop-shadow(0 0 30px #4ab9c6);
}

/*Animation*/
@-webkit-keyframes dash {
  from {
    stroke-dashoffset:814;
    filter: drop-shadow(0 0 10px #4ab9c6) drop-shadow(0 0 20px #4ab9c6)
                drop-shadow(0 0 30px #4ab9c6);
  }

  to {
    stroke-dashoffset:-814;
    filter: drop-shadow(0 0 15px #4ab9c6) drop-shadow(0 0 30px #4ab9c6)
                drop-shadow(0 0 45px #4ab9c6);
  }
}

@keyframes dash {
  from {
    stroke-dashoffset:814;
    filter: drop-shadow(0 0 10px #4ab9c6) drop-shadow(0 0 20px #4ab9c6)
                drop-shadow(0 0 30px #4ab9c6);
  }

  to {
    stroke-dashoffset:-814;
    filter: drop-shadow(0 0 15px #4ab9c6) drop-shadow(0 0 30px #4ab9c6)
                drop-shadow(0 0 45px #4ab9c6);
  }
}

/* Why we USe CSS :: END */

/* Intergration_section_css::Start */
.integration_row
{
  align-items: center;
}
.tool_integration_main-container
{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  /* height: 560px; */
  overflow: hidden;
  padding:50px 0px;
}
.tool_integration_wrapper {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;
}
.tool_integration_wrapper .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 2px dotted #4ab9c679;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.tool_integration_wrapper .icon-block {
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: var(--dark-bg-color);
  border:3px solid var(--light-stroke);
}
.tool_integration_wrapper .icon-block object 
{
  width:30px;
}
.tool_integration_wrapper .icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.tool_integration_wrapper .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.tool_integration_wrapper .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.tool_integration_wrapper .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.tool_integration_wrapper .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.tool_integration_wrapper .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 2px dotted #4ab9c679;
  border-radius: 50%;
}
.tool_integration_wrapper .tool_integration_wrapper .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
.tool_integration_wrapper .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.tool_integration_wrapper .center-logo img {
  max-width: 200px;
}

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}

/* Intergration_section_css::End */


/* banner Slider Sectin :: START */

.intro-header-slider {
  position: relative;
}

.intro-header-slider .laptop-img-bg {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.laptop-img-bg {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.intro-header-slider .intro-slider {
  position: relative;
  padding: 25px 105px 45px 115px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block !important;
}

.slick-slide{
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 9;
    transition: opacity 600ms linear;
}
.slick-slide img {
  display: block !important;
}

/* banner Slider Sectin :: END */

/* NW Section CSS :: START */

.nw_section
{
  background: url(../images/bg.png);
  background-position: center;
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  height: 500px;
}

/* NW Section CSS :: END */

/* TD CSS :: END */


/* ----------------------------------------Memoryn CSS :: START---------------------------------------------- */

.me_banner_section
{
  background: url(../images/me_hero_2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.me_intro_subtitle
{
  /* background: #3a57d973; */
  border-bottom: 3px dotted #EF351A;
  display: inline-flex;
  gap: 10px;
  backdrop-filter: blur(2px);
  color: var(--main-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

.me_intro_subtitle p
{
  color: var(--main-white);
  font-weight: 400;
}

.me_intro_subtitle img
{
  height: 15px;
  width: 15px;
}

.banner_img
{
  width: 100%;
  max-height: 750px;
}

.me_banner_main
{
  padding: 100px 0;
}

.me_banner_section .hero_text_content
{
  width:60%;
  margin: unset !important;
}

.me_main_page_title span
{
  font-size:48px;
  color: var(--main-white);
  font-family:"Livvic-Bold";
}

.neonText {
  color: #fff;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px var(--theme-green),
    0 0 82px var(--theme-green),
    0 0 92px var(--theme-green);
    animation: pulsate 0.11s ease-in-out infinite alternate; 
}

@keyframes pulsate {
    
  100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px var(--theme-green),
      0 0 80px var(--theme-green),
      0 0 90px var(--theme-green);
  
  }
  
  0% {

    text-shadow:
    0 0 4px #fff,
    0 0 10px #fff,
    0 0 18px #fff,
    0 0 38px #000595,
    0 0 73px #000595,
    0 0 80px #000595,
}
}

/* Solutions_card_section_css::Start */
.solution_card .card {
  /* background-color: var(--dark-bg-color); */
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 400px;
  max-height: 400px;
  height: 100% ;
}

.me_solution_card
{
  margin-bottom: 30px;
}
.me_solution_card .card {
  /* background-color: var(--dark-bg-color); */
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  height: 100% ;
}

.event_card_img
{
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.event_card_img img
{
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}

.solution_card .card img {
  width: auto;
  margin: 0 auto;
}

.solution_card .card_img {
  text-align: center;
}

.horizontal_card .card_img img {
  width: 380px;
}

.solution_card_one {
  background: #f8b8d214;
  border: 1px solid var(--pink);
}

.solution_card_one_1 {
  background: #ad370828;
  border: 1px solid var(--theme-orange);
}

.solution_card_Two {
  background: #fac67c0f;
  border: 1px solid var(--yellow);
}

.solution_card_three {
  background: #f0ead812;
  border: 1px solid var(--gray);
}

.solution_card_four {
  background: #ebccff1a;
  border: 1px solid var(--purple);
}

.solution_card_five {
  background: #b1d9cb1c;
  border: 1px solid #B1D9CB;
}

.me_card_img img
{
  width: 100% !important;
}

/* Solutions_card_section_css::End */

/* Faqs_css::Start */
.faqs_all_content {
  border:var(--light-stroke);
  background-image: url(../images/cta_bg.png);
   background:var(--secondary-dark-bg);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(../images/cta_bg.png);
  background-size:20%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faqs_content_image {
  position: relative;
  display: block;
  border-radius: 16px;
  border: 1px solid var(--light-green);
   background:var(--secondary-dark-bg);
  z-index: 1;
  width: 100%;
  height:100%;
}
.faqs_content_image img 
{
  height:100%;
  object-fit: cover;
  border-radius: 16px;
}

.faqs_wrapper .card {
  background-color: transparent;
  border: 0px;
}

.faqs_wrapper .card-header {
  border-bottom: 0px;
  background-color: transparent;
  padding: 0px;
}

.faqs_wrapper .card-header button {
  padding: 20px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s ease; 
}


.faqs_wrapper .card-header button h6 {
  color: var(--light-text);
  font-family: "Livvic-Regular";
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}

.faqs_wrapper .card-header button i {
  color: var(--light-text);
  font-size: 14px;

}

.faqs_wrapper .card-header button:focus,
.faqs_wrapper .card-header button:hover {
  text-decoration: none;
}

.faqs_wrapper .card-body {
  padding: 0px;
}

.faqs_wrapper .icon {
  float: right;
  font-size: 18px;
  transition: transform 0.3s;
}

.faqs_wrapper  .accordion .card-header .btn-link[aria-expanded="true"] h6,
.faqs_wrapper  .accordion .card-header .btn-link[aria-expanded="true"] i {
  color: var(--theme-orange);
}
.faqs_wrapper  .accordion .card-header .btn-link[aria-expanded="true"] i.open_faqs
{
  display:block;
  opacity: 1;
  transition: opacity 0.3s ease; 
}
.faqs_wrapper  .accordion .card-header .btn-link[aria-expanded="true"] i.close_faqs
{
  display:none;
  opacity: 0; 
  transition: opacity 0.3s ease; 
}
.faqs_wrapper  .accordion .card-header .btn-link i.open_faqs
{
  display:none;
  opacity: 0; 
  transition: opacity 0.3s ease; 
}
.faqs_wrapper .card-body p {
  width: 90%;
}
.accordion .card-header .icon i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.faqs_content
{
padding-right:30px;
}
.faqs_all_content
{
  padding:80px;
}
.faqs_all_content .download-light-overly {
  filter: blur(100px);
  background-image: linear-gradient(var(--theme-green), var(--theme-green));
  border-radius: 100%;
  width:10rem;
  height:10rem;
  position: absolute;
  top: -79px;
  right:50%;
  animation: slow-movement 3s ease-in-out infinite;
  transform:scale(1);
}
@keyframes slow-movement {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.3);
  }
  100% {
    transform: translateY(0);
  }
}
/* Faqs_css::End */

/* CTA CSS :: START */

.free-trail {
  position: relative;
  display: block;
  /* padding: 120px 0 0; */
  z-index: 1;
}

.cta_wrap {
  position: relative;
  display: block;
  border-radius: 16px;
  border: 1px solid var(--light-green);
  background:#050407;
  padding: 120px 0 120px;
  z-index: 1;
}

.free-trail__shape-3 {
  position: absolute;
  top: 20px;
  left: 110px;
  right: 110px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
}

.free-trail__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 304px;
  background: linear-gradient(98deg, #00E3F2 5.55%, #FF9B00 32.85%, #F00 57.49%, #BD00FF 86.75%);
  opacity: 0.1;
  filter: blur(75px);
  z-index: -1;
}

.free-trail__start-1 {
  position: absolute;
  top: 51px;
  left: 635px;
}

.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.free-trail__start-2 {
  position: absolute;
  top: 122px;
  right: 569px;
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.free-trail__start-3 {
  position: absolute;
  top: 230px;
  left: 427px;
}

.free-trail__start-4 {
  position: absolute;
  top: 230px;
  right: 408px;
}

.cta_title_content {
  text-align: center;
}

.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.free-trail__start-1 img {
  width: auto;
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-20px);
  }
}

.cta_row {
  justify-content: center;
}

.cta_content {
  width:85%;
  margin: 0 auto;
}

/* CTA CSS :: END */


/* About_Us_section_css::Start */
.about_wrapper {
  position: relative;
}
.about_row
{
  justify-content:center;
  margin-bottom:20px;
}

.about_wrapper .container {
  position: relative;
}

.vision_mission_row {
  background: var(--dark-bg-color);
  border: 1px solid var(--light-stroke);
  box-shadow: 0px 3px 3px 0px var(--light-orange);
  border-radius: 20px;
  /* align-items: center; */
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 30px;
}

.vision_mission_content_col {
  position: absolute;
}

.vision_mission_image_row {
  position: relative;
  justify-content: center;
  z-index: 0;
}

.about_img {
  text-align: center;
}

.vision_mission_animation_row {

  position: absolute;
  border: 0;
  top: 200px;
  width: 100%;
  justify-content: center;
}

.vision_svg svg {
  width: 50px;
  margin-bottom: 20px;
  fill: var(--theme-orange);
}

.about_content_col {
  z-index: 999;
}

.mission-content {
  padding-left: 20px;
}

.about_wrapper {
  padding-bottom: 120px;
}

.about_wrapper .absolute-cirlce-two {
  top: -54px;
}

.about_wrapper .animation {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* About_Us_section_css::End */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;

  span{
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    font-size: 200px;
    font-family: 'Gravitas One', Helvetica, Arial, sans-serif;
    font-weight: 900;
    /* text-shadow: -1px 0 #f8b8d214, 0 1px #f8b8d214, 1px 0 #f8b8d214, 0 -1px #f8b8d214; */
    -webkit-text-fill-color: #f8b8d214;
  -webkit-text-stroke-color: var(--purple);
  -webkit-text-stroke-width: 2px;
    color: #f8b8d214;
  }
}

.slider-center-container
{
  background: var(--light-stroke);
  border-radius: 25px;
  border: 5px solid var(--main-black);
  padding: 20px 10px;
  width: 100%;
}
.slider-center-container .slider_img
{
  min-height: 480px;
  width: 100%;
  height: 480px;
}
.slider-center-container .slider_img img
{
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.tm-service-image
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-service-mobileshowanim
{
  position: relative;
  z-index: -1;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tm-service-mobileshowanim .span_1
{
  display: block;
  min-width: 450px;
  min-height: 450px;
  border-radius: 50%;
  background: #ebccff1a;
  position: absolute;
  border: 1px solid var(--purple);
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  
}
.tm-service-mobileshowanim .span_2
{
  display: block;
  min-width: 350px;
  min-height: 350px;
  border-radius: 50%;
  background: #ebccff1a;
  border: 1px solid var(--purple);
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  position: absolute;
}
@keyframes zoomin {
  0% {transform: scale(0.8);}
  50% {transform: scale(1);}
  100% {transform: scale(0.8);}
} /*End of Zoom in Keyframes */

.tm-service-image
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tm-service-image-1 img
{
  object-fit: contain;
}

.me-app_img
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
}

.me-app_img img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.me-app_img::after
{
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: #ebccff1a;
  border: 1px solid var(--purple);
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  z-index: -1;
  border-radius: 50%;
  top: 0;
  display: block;
}


/* ----------------------------------------Memoryn CSS :: END------------------------------------------------ */


/* Testimonials_css::Start */
.testimonials_image img
{
  width:50px;
  height:50px;
  border-radius:10px;
  margin-bottom: 20px;
}
.rating_starts
{
  display:flex;
  align-items: center;
  margin-top: 20px;
}
.rating_starts i 
{
  color: var(--yellow);
}
.customer_name
{
  margin-top: 10px;
}
.customer_name h6 
{
  color: var(--theme-orange);
}
.td_testimonials .customer_name h6 
{
  color: var(--td_theme-green);
}
.testimonials_card
{
  padding:30px;
  border: 3px solid var(--light-stroke);
  border-radius:20px;
  margin-bottom: 30px;
  background-color: #050407;
  background-image:url(../images/cta_bg.png);
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center right;
  position: relative;
  overflow: hidden;
}
.testimonials_card .download-light-overly {
  filter: blur(100px);
  background-image: linear-gradient(var(--theme-green), var(--theme-green));
  border-radius: 100%;
  width: 5rem;
  height: 8rem;
  position: absolute;
  bottom: 0px;
  right: 216px;
  animation: slow-movement 3s ease-in-out infinite;
  transform: scale(1);
}
.testimonials_wrapper
{
  background-color: #141414;
  padding:70px 0px;
}
.testimonial_col
{
  display:flex;
}
/* Testimonials_css::End */

.me_why_we_section
{
  position: relative;
  overflow: hidden;
  margin: 70px 0;
}
.me_why_we_section::before {
  overflow: hidden;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5)); /* Linear gradient example */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: taadaa 2s infinite;
}


/* userflow CSS :: START */

.user_flow_img
{
  border: 1px solid var(--td_theme-green);
  border-radius: 20px;
}

.user_flow_section
{
  background-image: url(../images/shape2.png);
  background-color: #0000004b;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

/* userflow CSS :: END */

/* How it work CSS :: START */

.pos-r {
	position: relative;
}
.section-title {
	margin-bottom: 50px;
	position: relative;
}
.title-effect {
	width: 50px;
	height: 50px;
	top: 0;
	position: absolute;
	left: 0;
	opacity: 0.5;
	animation: rotation 12.8s steps(1) 0s infinite;
}
.text-center .title-effect {
	left: 50%;
	margin-left: -25px;
}
.text-center .section-title h6 {
	padding: 15px 0;
}

.title-effect .bar {
	background: #2575fc;
}
.title-effect .bar-top {
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0, 1);
	animation: bar-top 3.2s linear 0s infinite;
}
.title-effect .bar-right {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: left top;
	transform: scale(1, 0);
	animation: bar-right 3.2s linear 0s infinite;
}
.title-effect .bar-bottom {
	width: 100%;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	animation: bar-bottom 3.2s linear 0s infinite;
}
.title-effect .bar-left {
	width: 7px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: left bottom;
	transform: scale(1, 0);
	animation: bar-left 3.2s linear 0s infinite;
}

#svgC path
{
  stroke: #0D0493;
}
#svgC,#plane
{
  fill: #0D0493;
  animation: pulsate 0.11s ease-in-out infinite alternate;
  text-shadow: 0 0 7px #fff,
  0 0 10px #fff,
  0 0 21px #fff,
  0 0 42px #000595,
  0 0 82px #000595,
  0 0 92px #000595;
}

.work-process {
	position: relative;
}
.step-num {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
	display: inline-block;
  justify-content: center;
  align-items: center;
	height: 50px;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 50px;
  color: var(--td_theme-green);
  font-weight: 600;
}
.theme-bg .work-process h4,
.theme-bg .work-process p {
	color: #ffffff;
}
.step-icon {
	background: #ffffff;
	width: 140px;
	height: 140px;
	position: relative;
	border: 3px solid #fafaff;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-icon img{
	width: 60px;
	height: 60px;
  object-fit: contain;
}
.step-icon span {
	position: relative;
}
.step-icon span::after,
.step-icon span::before {
	border-radius: 50%;
	content: "";
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: -1;
}
.step-icon span::after {
	background: #cdf3f6;
	height: 25px;
	left: -10px;
	top: 5px;
	width: 25px;
}
.step-icon span::before {
	background: #d4f8e6;
	bottom: 0;
	right: -10px;
}
.dark-bg .step-icon {
	color: rgba(255, 255, 255, 0.9);
	background: none;
}
.dark-bg .step-desc h4 {
	color: #2575fc;
}
.dark-bg .step-icon {
	border-color: rgba(255, 255, 255, 0.1);
}
.dark-bg .step-desc p {
	color: rgba(255, 255, 255, 0.7);
}
.step-num-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.work-process .box-loader {
	position: absolute;
	top: 30%;
	right: -15%;
	left: inherit;
}
.work-process.style-2 {
	padding: 0;
	display: flex;
	align-items: center;
}
.work-process.style-2:before {
	display: none;
}
.work-process.style-2 .step-num-box {
	margin-bottom: 0;
	margin-right: 30px;
}
.work-process.style-3 {
	padding: 70px 30px 0;
}
.work-process.style-3 .step-num {
	background: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.1);
	font-size: 120px;
	height: auto;
	left: 50%;
	line-height: 120px;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: auto;
}
#svg-container {
	position: absolute;
	width: 100%;
	left: 52%;
	z-index: -1;
	transform: translateX(-50%);
	width: 75%;
}
#svgC {
	margin: 0 auto;
	width: 100%;
}

/* ------------------------
    box-loader
------------------------*/
.box-loader {
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 15px;
}
.box-loader span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #2575fc;
	margin: 0 5px;
	opacity: 0;
}
.box-loader span:nth-child(1) {
	animation: opacitychange 1s ease-in-out infinite;
}
.box-loader span:nth-child(2) {
	animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.box-loader span:nth-child(3) {
	animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/*--rotation--*/

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes bar-top {
	0% {
		transform: scale(0, 1);
	}
	12.5% {
		transform: scale(1, 1);
	}
	87.5% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0, 1);
	}
}
@keyframes bar-right {
	0% {
		transform: scale(1, 0);
	}
	12.5% {
		transform: scale(1, 0);
	}
	25% {
		transform: scale(1, 1);
	}
	75% {
		transform: scale(1, 1);
	}
	87.5% {
		transform: scale(1, 0);
	}
	100% {
		transform: scale(1, 0);
	}
}
@keyframes bar-bottom {
	0% {
		transform: scale(0, 1);
	}
	25% {
		transform: scale(0, 1);
	}
	37.5% {
		transform: scale(1, 1);
	}
	62.5% {
		transform: scale(1, 1);
	}
	75% {
		transform: scale(0, 1);
	}
	100% {
		transform: scale(0, 1);
	}
}
@keyframes bar-left {
	0% {
		transform: scale(1, 0);
	}
	37.5% {
		transform: scale(1, 0);
	}
	50% {
		transform: scale(1, 1);
	}
	62.5% {
		transform: scale(1, 0);
	}
	100% {
		transform: scale(1, 0);
	}
}

/*--opacitychange--*/

@keyframes opacitychange {
	0%,
	100% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}
}

/* responsive */
@media (max-width: 1200px) {
	#svg-container {
		width: 85%;
	}
}
@media (max-width: 992px) {
	.md-mt-5 {
		margin-top: 50px !important;
	}
	/*Step*/
	.work-process .box-loader {
		display: none;
	}
	.step-desc p {
		max-width: 300px;
		margin: 0 auto;
	}
	#svg-container {
		width: 100%;
		transform: rotate(90deg);
		left: 0;
		top: 50%;
	}
}

/* How it work CSS :: END */

/* Contact_form_css::Start */
.contact_Wrapper
{
   height:100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}
.contact_form_top
{
  background-color:#1414144a;
  padding: 50px;
  border: 3px solid var(--light-stroke);
  border-radius: 20px;
}
.contact_input_main label
{
font-size:16px;
color: var(--theme-green);
margin-bottom:10px;
}
.contact_input_main .form-control
{
  background-color: var(--secondary-dark-bg);
  border:1px solid var(--light-stroke);
  padding:25px 20px;
  border-radius:15px;
}
::placeholder
{
  color: var(--light-stroke);
}
.contact_input_main
{
  margin-bottom:20px;
}
.contact_top_content
{
  margin-bottom: 20px;
}
.submit_button .btn 
{
  margin-top: 10px;
}
.contact_top_col
{
  justify-content: center;
}
.contact_Wrapper
{
  position: relative;
}
.contact_Wrapper .banner_bg_effect
{
  width:100%;
  z-index: -1;
  position: absolute;
  opacity:0.03;
  margin:0 auto;
  text-align:center;
  left:0;
  height:100vh;
}
.contact_Wrapper  .form-control:focus {

  background-color:var(--dark-bg-color);
  border-color:0px;
  outline: 0;
  box-shadow: 0 0 0 3px var(--light-green);
}
/* Contact_form_css::End */

