/*# General*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*# loader*/
.loader {
  --dim: 3rem;
  width: var(--dim);
  height: var(--dim);
  position: relative;
  animation: spin988 2s linear infinite;
}

.loader .circle {
  --color: #333;
  --dim: 1.2rem;
  width: var(--dim);
  height: var(--dim);
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
}

.loader .circle:nth-child(1) {
  top: 0;
  left: 0;
}

.loader .circle:nth-child(2) {
  top: 0;
  right: 0;
}

.loader .circle:nth-child(3) {
  bottom: 0;
  left: 0;
}

.loader .circle:nth-child(4) {
  bottom: 0;
  right: 0;
}

@keyframes spin988 {
  0% {
    transform: scale(1) rotate(0);
  }

  20%, 25% {
    transform: scale(1.3) rotate(90deg);
  }

  45%, 50% {
    transform: scale(1) rotate(180deg);
  }

  70%, 75% {
    transform: scale(1.3) rotate(270deg);
  }

  95%, 100% {
    transform: scale(1) rotate(360deg);
  }
}

/*# Breadcrumbs*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*# Sections General*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #473E69;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #dddddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #06D6A0;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: medium;
}

/*# Back to top button*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #06D6A0;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #473E69;
  color: #fff;
}

/*# Header*/
#header {
  display: flex;
  align-items: center;
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /* filter: drop-shadow(1px 1px 2px black); */
}

#header .logo img {
  max-height: 40px;
  float: left;
  
}

@media (max-width: 768px) {
  #header .logo img {
    max-height: 23px;
  }
}

/*# Header Social Links*/
.header-social-links {
  position: relative;
}
.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  font-size: 18px;
  display: inline-block;
  line-height: 1px;
  transition: 0.6s ease;
}

.header-social-links a:hover {
  color: #06D6A0;
  transform: rotateY(360deg);
}

@media (max-width: 768px) {
  .header-social-links {
    padding-right: 40px;
    
     /* Adjust this value */
  }
  .header-social-links a {
    padding-left: 0px; 
   /* Adjust this value */
  }
}

/*# Navigation Menu*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 25% 10%;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

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

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #070c10;
}

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

.cta:hover:before {
  width: 100%;
  background: #06D6A0;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #070c10;
  }
}

.nav-menu .linkh {
  position: relative;
  display: inline-block;
}

.nav-menu .linkh:after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  left: 0;
  background: #fff;
  transition: width 0.2s ease;
}

.nav-menu .linkh:hover:after {
  width: 100%;
  background: #06D6A0;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #624f4f;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #06D6A0;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  align-content: center;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(14, 207, 149, 3);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #21262a;
  font-weight: 400;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #06D6A0;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
/* Code Explanation:
The code snippet defines the styles for a mobile navigation menu. It includes styles for the toggle button, the menu itself, and the dropdown submenus.*/
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #384046;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: linear-gradient(#FFFFFF, #06D6A0);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #473E69;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #06D6A0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 38, 42, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

   /*# Hero Section */
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/bg.webp") center center,#ffffff;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;

}

#hero .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Set a higher z-index to position the text in front of the video */
  color: #fff; /* Adjust text color as needed */
}

#hero:before {
  content: "";
  /*background: rgba(56, 64, 70, 0.7);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 0 10px 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #06D6A0;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  /* border-radius: 4px; */
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
  transition: ease-in-out 0.3s;
  color: #110e0e;
  background: #e1e7eb;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #06D6A0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

   /*# About */
.about {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  
}

.about h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 18px;

}

.about h2 {
  font-weight: 600;
  font-size: 32px;
}

.about a {
  color: #06D6A0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  font-style: italic;
}

.about ul li + li {
  margin-top: 10px;
}

.about .column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.list li {
  position: relative;
  cursor: pointer;
}

.hover-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px;
  display: none;
  transition: all 0.3s ease; /* Added transition for smooth effect */
}

.list li:hover .hover-text {
  display: block;
  transform: scale(1.2); /* Zoom effect */
  background-color: white; /* Change background color */
  color: black; /* Change text color */
}


.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #06D6A0;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

.about h3 span {
  border-bottom: 2.5px solid #06D6A0;
}

.about img {
  width: 100%;
  height: 50%;
  object-fit: fill;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
  
}


.about .big-height {
  width: 500px;
  height: 300px;
}

@media (max-width: 768px) {
  .about img {
    width: 100%; /* Make the video fill the entire width on screens up to 768px */
    height: 80%; /* Maintain the video's aspect ratio */
  }
}

.about button {
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 1;
  color: #fff;
  width: 80px;
  height: 80px;
  margin-top: -50px;
  left: 38%;
  padding: 10px 20px;
  border-radius: 100%;
  background: linear-gradient(30deg, rgb(255, 130, 0) 20%, rgb(255, 38, 0) 80%);
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
  align-items: center;
  border: 0;
  cursor: pointer;
}

.about .button:is(:hover, :focus) {
  transform: scale(1.2);
}

@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgba(193,244,246,0);
  }
}


   /*# Clients */
.clients {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}


.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 100%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

.clients {
  text-align: center;
  padding-bottom: 30px;
}

.clients h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.clients h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #dddddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.clients h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #06D6A0;
  bottom: 0;
  left: calc(50% - 20px);
}

@media (max-width: 768px) {
  .clients img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 70%;
  }
}

   /*# What We Do */

.what-we-do .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #110e0e;
  background: #06D6A0;
  text-transform: uppercase;
}

.what-we-do .btn-get-started:hover {
  background: #4859A3;
}

.what-we-do .zoom-container {
  overflow: hidden;
}

.what-we-do .zoom-container img {
  transition: transform 0.30s ease;
  object-fit: cover;
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateY(-40deg);
}

.what-we-do .zoom-container img:hover {
  transform: rotateY(360deg);
}

   /*# What we do 2 Section */
.what-we-do2 .first-row .featured-col .featured-box {
  padding: 15px 15px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.what-we-do2 .first-row .featured-col:first-child .featured-box {
  padding: 15px 15px;
  border-left: none;
  border-bottom: 1px solid #000;
}
.what-we-do2 .second-row .featured-col .featured-box {
  padding: 15px 15px;
  border-left: 1px solid #000;
}
.what-we-do2 .second-row .featured-col:first-child .featured-box {
  padding: 15px 15px;
  border-left: none;
}
.what-we-do2 .featured-box:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(171deg) brightness(103%) contrast(102%);
}
.what-we-do2 .featured-box:hover p {
  color: #fff;
}
.what-we-do2 .featured-box::before {
  content: '';
  position: absolute;
  background: #ffffff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: 0;
}
.what-we-do2 .featured-box p {
  position: relative;
}
.what-we-do2 .featured-box:hover::before {
  background: linear-gradient(#473E69, #06D6A0 );
  top: 0;
  border-radius: 0px;
}

   /*# Why partner Section */
.why-partner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.why-partner img {
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
  height: 100%;
  width: auto;
}
.why-partner .section-title {
text-align: center;
padding-bottom: 30px;
}

.why-partner .section-title h2 {
font-size: 32px;
font-weight: 600;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #473E69;
}
.why-partner h5 {
  /* Font styles */
  font-family: 'Helvetica', sans-serif;
  font-size: 2em; /* Adjust the font size as needed */
  font-weight: bold;
  /* Text color */
  color: #473E69; /* Adjust the color as needed */
  /* Margin and padding for spacing */
  margin-top: 10px;
  margin-bottom: 10px;

  /* Other styles */
  /* Add any other styles you want, such as text decoration, letter spacing, etc. */
}

.why-partner p {
  /* Font styles */
  font-family: 'open sans', sans-serif;
  font-size: 1em; /* Adjust the font size as needed */
  line-height: 1.5; /* Adjust the line height for better readability */
  font-weight: normal;
  /* Text color */
  color: #666; /* Adjust the color as needed */
  /* Margin and padding for spacing */
  margin-top: 10px;
  margin-bottom: 10px;
  /* Other styles */
  /* Add any other styles you want, such as text decoration, letter spacing, etc. */
}

   /*# Map Section */

.ag-canvas {
  display: flex;
  align-items: center;
  position: relative;
  visibility: visible;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  opacity: 1;
  transition: opacity 0.5s;
}

.ag-canvas_svg {
  display: block;
  width: 100%;
  height: 50%;
  max-height: 100%;
  margin-left: 1rem;
}

.ag-canvas_svg path {
  fill: #383d46;
  fill-opacity: 1;
  stroke: #21252b;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.5s;
}

/* Media query for smaller screens */
@media screen and (max-width: 767px) {
  .ag-canvas {
    flex-flow: column nowrap;
    height: auto;
    padding: 2rem 1rem;
  }
  
  .ag-canvas_svg {
    max-height: 30vh;
    width: 80%;
    margin: 0 auto;
  }
}

#CA {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; /* Define a blink animation */
}

@keyframes blink {
  0% {
    fill: #06D6A0;
  }
  100% {
    fill: #33FFCC; /* Change this to the color you want to glow */
  }
}
#US {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}

#IN {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}

#GB {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#GB:hover {
  fill: #06D6A0;
  
}
#LU {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#LU:hover {
  fill: #06D6A0;
}
#BR {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#BR:hover {
  fill: #06D6A0;
}
#AE {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#AE:hover {
  fill: #06D6A0;
}
#OM {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#OM:hover {
  fill: #06D6A0;
}
#QA {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#QA:hover {
  fill: #06D6A0;
}
#KW {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#KW:hover {
  fill: #06D6A0;
}
#SA {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#SA:hover {
  fill: #06D6A0;
}
#MX {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#MX:hover {
  fill: #06D6A0;
}
#ZA {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#ZA:hover {
  fill: #06D6A0;
}
#AU {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#AU:hover {
  fill: #06D6A0;
}
#NZ {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#NZ:hover {
  fill: #06D6A0;
}
#RU {
  fill: #06D6A0;
  animation: blink 1s infinite alternate; 
}
#RU:hover {
  fill: #06D6A0;
}

   /*# Analytics and Automation Section */

.analytics-and-automation-box img {
  width: 100%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.analytics-and-automation-box:hover img {
  filter: none;
  transform: scale(1.1);
}

   /*# Contact */


.contact {
  background: #FFF;
}

.contact .hub-form {
  padding: 10px;
  border-radius: 20px; /* Adjust the value based on your preference */
  border: 3px solid #06D6A0;
}


.contact .info i {
  margin-right: 5px;
  color: #06D6A0;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-family: 'Segoe UI';
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #473E69;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #070809;
}


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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

   /*# Cookies */
:root {
	--background: #06D6A0;
	--white-text: #fff;
	--hover-text: #222;
	--button-background: #fff;
	--button-background-hover: #000;
	--button-text: #007af7;
}

.cookie-container {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 1rem 2rem;
	background: var(--background);
	color: var(--white-text);
	position: fixed;
	bottom:0;
	font-size: 1rem;
	gap: 2rem;
	opacity: 1;
	visibility: visible;
	flex-wrap: wrap;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: var(--white-color);
}

.cookie-container a:hover {
	color: var(--hover-text);
}

.cookie-container .cookie-text {
	flex: 8 768px;
}

.cookie-container .agree {
	flex: 1 150px;
	text-align: center;
}

.agree button {
	background: var(--button-background);
	color: var(--button-text);
	border: none;
	padding: 0.4rem 1.2rem;
	cursor: pointer;
	border-radius: 20px;
	font-size: 1rem;
}

.agree button:hover {
	background: var(--button-background-hover);
		color: var(--white-text);
}

   /*# Footer */
#footer {
  color: #444444;
  font-size: 14px;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(6, 214, 160, 0.8));
}

#footer .footer-top {
  padding: 60px 0 30px 0;
 /* background: #fff url(../img/footer-bg.png) no-repeat right top; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4859A3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #473E69;
 
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #06D6A0;
}

#footer .copyright {
  padding-top: 5px;
  font-size: 17px;
  color: #020008;
}

#footer .credits {
  padding-top: 5px;
  font-size: 17px;
  color: #020008;
}

#footer .credits a {
  padding-top: 5px;
  font-size: 20px;
  color: #020008;
}
#footer .social-links {
  position: absolute;
  top: 0;
  right: 10;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4859A3;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #06D6A0;
  color: #fff;
  text-decoration: none;
}

#footer .logo img {
  max-height: 40px;
}

   /*# RPA Page */
   /*# Hero 1 Section */
#hero1 {
  width: 100%;
  height: 60vh;
  background: url("../img/3287900.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero1 .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Set a higher z-index to position the text in front of the video */
  color: #fff; /* Adjust text color as needed */
}

#hero1:before {
  content: "";
  background: rgba(243, 245, 246, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero1 .container {
  z-index: 2;
}

#hero1 h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #0a0101;
}

#hero1 h1 span {
  border-bottom: 4px solid #06D6A0;
}

#hero1 h2 {
  color: rgba(8, 5, 5, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero1 .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #110e0e;
  background: #e1e7eb;
  text-transform: uppercase;
}

#hero1 .btn-get-started:hover {
  background: #06D6A0;
}

@media (max-width: 992px) {
  #hero1 {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero1 h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero1 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

   /*# About 2 */
.about2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  
}

.about2 h3 {
  font-weight: 600;
  font-size: 32px;
}

.about2 h2 {
  font-weight: 600;
  font-size: 32px;
}

   /*# About 3 */
.about3 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.about3 {
  background: url(../img/cool-background.png) no-repeat right top;
}

.about3 h3 {
  font-weight: 600;
  font-size: 32px;
}

.about3 h2 {
  font-weight: 600;
  font-size: 32px;
}


.about3 .icon-boxes {
  padding-top: 10px;
}

.about3 .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about3 .icofont-hand-right {
  /* Add your CSS styles here */
  color: #06D6A0; /* Change color to red as an example */
  font-size: 30px; /* Change font size to 20 pixels as an example */
  /* Add any other styles you want to modify */
}

.about3 .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

.about3 img {
  width: 100%;
  height: 100%;
  position: center; /* This should be 'absolute' or 'relative' instead of 'center' */
  object-fit: cover;
  border-radius: 50%;
  animation: floatAnimation 3s infinite alternate; /* Adjust the animation duration as needed */
}

@keyframes floatAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px); /* Adjust the floating distance as needed */
  }
}


@media (max-width: 768px) {
  .about3 img {
    width: 100%; /* Make the video fill the entire width on screens up to 768px */
    height: auto; /* Maintain the video's aspect ratio */
  }
}

   /*# What We Offer-RPA */
.what-we-offer .icon-box {
  text-align: center;
  border-radius: 27px;
  aspect-ratio: 3/3;
  padding: 15px 25px;
  margin-bottom: 30px;
  object-fit: cover;
  background: #e0e0e0;
  box-shadow: -27px 27px 54px #ffffff, 27px -27px 54px #969696;
}

@media (max-width: 768px) {
  .what-we-offer .icon-box {
    padding: 10px 15px; /* reduce padding */
    margin-bottom: 20px; /* reduce margin */
    /* adjust other properties as needed */
  }
}

.what-we-offer .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e0e0e0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-offer .icon-box .icon i {
  color: #473E69;
  font-size: 40px;
}

.what-we-offer .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-offer .icon-box h4 a {
  color: #473E69;
  transition: ease-in-out 0.3s;
}

.what-we-offer .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-offer .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-offer .icon-box:hover h4 a,
.what-we-offer .icon-box:hover .icon i {
  color: #06D6A0;
}

   /*# Key Features-RPA */
#key {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.key-image img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  margin: 0 auto;
  animation: moveUpDown 4s infinite alternate; /* 4s duration, infinite loop, alternate direction */
}


.key-image button {
  margin: 0 auto; /* or text-align: center; */
  padding: 17px 35px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(22, 76, 167, 0.6);
  border-radius: 10px;
  color: #1d89ff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.key-image button span {
  color: #164ca7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.key-image button:hover {
  animation: rotate624 0.7s ease-in-out both;
}

.key-image button:hover span {
  animation: storm1261 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }

  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }

  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }

  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }

  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

.btn-shine {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

.btn-shine span {
  z-index: 20;
}

.btn-shine:after {
  background: #38ef7d;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-shine:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

   /*# Industries Serves */
/* 
CSS code snippet to style member elements within the "industries-we-serve" class.
*/

.industries-we-serve .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 0 12px #06D6A0;
  padding: 30px 20px;
  background: #fff;
}


.industries-we-serve .member img {
  max-width: 100%;
  margin: 0 0 30px 0;
  transition: transform 0.3s ease-in-out; /* Adding smooth transition effect */
}

.industries-we-serve .member img:hover {
  transform: scale(1.1); /* Adjust the scale value as needed */
}

.industries-we-serve .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  position: relative;
  display: inline-block;
}

.industries-we-serve .member h4::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, #000, #000); /* Adjust color as needed */
  transition: width 0.3s ease; /* Adjust the transition duration and easing as needed */
}

.industries-we-serve .member h4:hover::after {
  width: 100%;
}


.industries-we-serve .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.industries-we-serve .member p {
  padding-top: 10px;
  font-size: 14px;
  /* font-style: italic; */
  color: #090303;
}

.industries-we-serve .member .social {
  margin-top: 15px;
}

.industries-we-serve .member .social a {
  color: #919191;
  transition: 0.3s;
}

.industries-we-serve .member .social a:hover {
  color: #3498db;
}

.industries-we-serve .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

   /*# FAQ */

.section-faq {
  display:flex;
  align-items: center;
	font-family: "Roboto", sans-serif;
	padding-top: 80px;
    padding-bottom: 80px;
}

.section-faq h1,h2,h3,h4,h5,h6,a {
	margin: 0;
	padding: 0;
}

.section-faq p {
	padding: 0;
  margin: 0;
  color: #110101;
  font-weight: 500;
  font-size: 20px;
}

.section-faq .header-section {
    margin-bottom: 70px;
}

.section-faq .header-section .title {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.section-faq .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background-color: #06D6A0;
}

.section-faq .header-section .description {
	font-size: 20px;
    opacity: 0.7;
}

.section-faq .questions .single-question {
	margin-bottom: 20px;
}

/* Pushing the image to the right */
.section-faq .faq-image {
  margin-left: auto;
  order: 2; /* Set the order property to move it to the right in a flex container */
}

/* Make sure the image doesn't exceed its container */
.section-faq .faq-image img {
  max-width: 150%;
  height: auto;
}


.section-faq .questions .single-question > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
	padding: 11px 20px;
	cursor: pointer;
	transition: all .3s;
}

.section-faq .questions .single-question:hover > div,
.section-faq .questions .active > div {
	border-color: #1556a6;
	color: #1556a6;
}

.section-faq .questions .single-question h3 {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
}

.section-faq .questions .single-question i {
    font-size: 20px;
		transition: transform .4s;
}

.section-faq .questions .active i {
	transform: rotateX(180deg);
}

.section-faq .questions .single-question .answer {
    padding-top: 25px;
    padding-bottom: 5px;
    opacity: 0.7;
    display: none;
}


@media(max-width: 991.9px) {
	.section-faq .questions {
	    margin-bottom: 60px;
	}
}


   /*# Hero-Section Section */
.hero-section {
  background: linear-gradient(to right, rgba(6, 214, 160, 0.8) 0%, rgba(71, 62, 105, 0.8) 100%), url(../img/hero-bg.jpg);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -100px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
  animation: gravity 1s ease-in-out;
}

@keyframes gravity {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -70%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

.btn {
  border: none;
  padding: 15px 30px !important;
  border-radius: 10%;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.how-it-works {
  padding: 80px 0;
  background-color: #ffffff;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  color: #333;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.step {
  text-align: center;
}

.step h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.step p {
  font-size: 16px;
  color: #666;
}

/* Numbered Bullets Styles */
.step::before {
  content: attr(data-step-number);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #06D6A0; /* Bullet color */
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  
}

.step:hover::before {
  background-color: #333; /* Change color on hover */
}

.benefits {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.benefits .container {
  width: 80%;
  margin: 0 auto;
}

.benefits .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.benefits .section-title h2 {
  font-size: 36px;
  color: #333;
}

.benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.benefit {
  width: 300px;
  margin: 0 20px 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.benefit h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.benefit p {
  font-size: 16px;
  color: #666;
}

.key-features {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.key-features .container {
  width: 80%;
  margin: 0 auto;
}

.key-features .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.key-features .section-title h2 {
  font-size: 36px;
  color: #333;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature {
  width: 300px;
  margin: 0 20px 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.feature h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.feature p {
  font-size: 16px;
  color: #666;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.key-features .feature {
  animation: fadeIn 0.5s ease-in-out forwards;
}
  