
/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
/* :root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
} */

@font-face {
  font-family: 'AeonikTRIAL';
  src: url(../fonts/aeonik-trial/AeonikTRIAL-Regular.otf);
}
@font-face {
  font-family: 'AeonikTRIAL-light';
  src: url(../fonts/aeonik-trial/AeonikTRIAL-Light.otf);
}



/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #282828; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #009961; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #009961; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #009961; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #D3E7F4;
  background-color: #010826;
  font-family: 'AeonikTRIAL-light';
  letter-spacing: 1px !important;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}



a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .cta-btn, .header .cta-btn:focus {
  
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
 
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .logo h1 {
    font-size: 24px;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
  }

  .header .navmenu {
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .header .logo {
    order: 1;
  }

  
}

@media screen and (max-width: 1202px){
  .header .cta-btn {
    display: none;
  }

  .visible-768{
    display: block;
  }
}

@media screen and (min-width: 1203px){
    .visible-768{
    display: none;
  }
}

.carrier{
  margin-left: 80px; 
  margin-top: 50px;
  margin-bottom: 30px; 
}

.carrier h3{
  background: #D3E7F4;
  background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Funnel Display';
  font-size: 30px;
 
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgb(0 9 41 / 52%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #D3E7F4;
    font-size: 16px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 1px;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #0098F7;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #010826;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }


  
  

  .navmenu a,
  .navmenu a:focus {
    color: #D3E7F4;
    padding: 10px 20px;
    font-family: 'AeonikTRIAL-light';
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #A6C4FF;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* My style */

.contaner{
  width: 100%;
}

.canvas iframe {
    width: 100% !important;
    position: relative !important;
    height: 740px !important;
}


.banner-content {
  /* position: absolute; */
  width: 100%;
  text-align: center;
  z-index: 1;
  display: grid;
  height: 750px;
  align-items: end;
  align-content: center;

}

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}



/* .hero-bg{
    background-image: url(../img/bg-video.mp4);
} */

.banner-content h3 {
  /* background: #D3E7F4;
  background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
  font-family: 'Funnel Display';
  font-size: 65px;
  margin: 0;
  align-items: anchor-center;
}

.banner-content h4 {
  /* background: #D3E7F4;
  background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
  font-family: 'Funnel Display';
  font-size: 65px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.banner-content h4 img {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
.banner-content h4 span{
  font-size: 16px;
  color: #fff !important;
  /* -webkit-text-fill-color: #A6C4FF !important; */
  font-family: 'AeonikTRIAL-light';
}

.banner-content h4 span strong{
  color: #fff !important;
  -webkit-text-fill-color: #D3E7F4 !important;
}

.banner-content p {
  font-family: 'AeonikTRIAL-light';
  width: 40%;
  padding-top: 20px;
  margin: auto;
  color: #D3E7F4;
}

.banner-product-list-container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}


.banner-product-list-container h5:nth-child(4){
  background: linear-gradient(#010f37, #010f37) !important;
  border: 1px solid #02077A !important;
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
  color: #D3E7F4;
  font-weight: 700;
}

.banner-product-list-container h5 {
  font-family: 'AeonikTRIAL-light';
  font-size: 14px;
  color: #D3E7F4;
  padding: 14px;
  width: fit-content;
  text-align: center;
  background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
  border-radius: 10px;
  border: 1px solid transparent !important;
  margin-right: 8px;
  margin-left: 8px;
}
.banner-product-list-container h5 img{
  width: 14px;
}

button{
  border: none;
  transition: .5s ease !important;
}

.button-container {
  margin-top: 20px;
  text-align: center;
}

.primary-btn {
  font-family: 'AeonikTRIAL-light';
  background-image: linear-gradient(90deg, hsl(203deg 100% 48%) 0%, hsl(204deg 100% 48%) 8%, hsl(205deg 100% 47%) 17%, hsl(207deg 100% 47%) 25%, hsl(208deg 100% 46%) 33%, hsl(209deg 100% 45%) 42%, hsl(211deg 100% 44%) 50%, hsl(212deg 100% 43%) 58%, hsl(213deg 100% 43%) 67%, hsl(215deg 100% 42%) 75%, hsl(216deg 100% 41%) 83%, hsl(218deg 100% 40%) 92%, hsl(220deg 100% 39%) 100%);
  font-size: 16px;
  padding: 13px 17px;
  letter-spacing: 1px;
  border-radius: 8px;
  color: #D3E7F4;
  width: auto !important;
  transition: .5s ease !important;
}



.tertiary-btn {
  font-family: 'AeonikTRIAL-light';
  background-color: #fff;
  font-size: 16px;
  padding: 13px 17px;
  letter-spacing: 1px;
  font-weight: 800;
  border-radius: 8px;
  color: #02077A;
  width: auto !important;
  transition: .5s ease !important;
}


.tertiary-btn:hover{
  background-image: linear-gradient(
    90deg,
    hsl(220deg 100% 39%) 0%,
    hsl(218deg 100% 40%) 8%,
    hsl(216deg 100% 41%) 17%,
    hsl(215deg 100% 42%) 25%,
    hsl(213deg 100% 43%) 33%,
    hsl(212deg 100% 43%) 42%,
    hsl(211deg 100% 44%) 50%,
    hsl(209deg 100% 45%) 58%,
    hsl(208deg 100% 46%) 67%,
    hsl(207deg 100% 47%) 75%,
    hsl(205deg 100% 47%) 83%,
    hsl(204deg 100% 48%) 92%,
    hsl(203deg 100% 48%) 100%
  );
  transition: .5s ease !important;
  color: #fff;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-image: linear-gradient(90deg, hsl(203deg 100% 48%) 0%, hsl(204deg 100% 48%) 8%, hsl(205deg 100% 47%) 17%, hsl(207deg 100% 47%) 25%, hsl(208deg 100% 46%) 33%, hsl(209deg 100% 45%) 42%, hsl(211deg 100% 44%) 50%, hsl(212deg 100% 43%) 58%, hsl(213deg 100% 43%) 67%, hsl(215deg 100% 42%) 75%, hsl(216deg 100% 41%) 83%, hsl(218deg 100% 40%) 92%, hsl(220deg 100% 39%) 100%) !important;
}

.primary-btn img{
  margin-left: 10px;
}

.primary-btn:hover{
  background-image: linear-gradient(
    90deg,
    hsl(220deg 100% 39%) 0%,
    hsl(218deg 100% 40%) 8%,
    hsl(216deg 100% 41%) 17%,
    hsl(215deg 100% 42%) 25%,
    hsl(213deg 100% 43%) 33%,
    hsl(212deg 100% 43%) 42%,
    hsl(211deg 100% 44%) 50%,
    hsl(209deg 100% 45%) 58%,
    hsl(208deg 100% 46%) 67%,
    hsl(207deg 100% 47%) 75%,
    hsl(205deg 100% 47%) 83%,
    hsl(204deg 100% 48%) 92%,
    hsl(203deg 100% 48%) 100%
  );
  transition: .5s ease !important;
}


.secondary-btn{
  background-image: linear-gradient(
    90deg,
    hsl(220deg 100% 8%) 0%,
    hsl(219deg 100% 9%) 8%,
    hsl(219deg 100% 9%) 17%,
    hsl(219deg 100% 10%) 25%,
    hsl(218deg 100% 10%) 33%,
    hsl(218deg 100% 11%) 42%,
    hsl(218deg 100% 11%) 50%,
    hsl(218deg 100% 12%) 58%,
    hsl(218deg 100% 12%) 67%,
    hsl(219deg 100% 13%) 75%,
    hsl(219deg 100% 13%) 83%,
    hsl(219deg 100% 14%) 92%,
    hsl(219deg 100% 14%) 100%
  );
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  padding: 13px 17px;
  letter-spacing: 1px;
  border-radius: 8px;
  color: #D3E7F4;
  transition: .5s ease !important;
  width: 150px;
}

.secondary-btn:hover{
  background-image: linear-gradient(
    90deg,
    hsl(220deg 100% 39%) 0%,
    hsl(218deg 100% 40%) 8%,
    hsl(216deg 100% 41%) 17%,
    hsl(215deg 100% 42%) 25%,
    hsl(213deg 100% 43%) 33%,
    hsl(212deg 100% 43%) 42%,
    hsl(211deg 100% 44%) 50%,
    hsl(209deg 100% 45%) 58%,
    hsl(208deg 100% 46%) 67%,
    hsl(207deg 100% 47%) 75%,
    hsl(205deg 100% 47%) 83%,
    hsl(204deg 100% 48%) 92%,
    hsl(203deg 100% 48%) 100%
  );
  transition: .5s ease !important;
}

/* .border{
  background: linear-gradient(#111, #111) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
} */


/* ==================SECTION-MAIN-STYLE=================== */

.main-section {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 6%;
    padding-bottom: 6%;
}

.padding-3{
  padding-top: 3% !important;
  padding-bottom: 0% !important;
}

.padding-tb-3{
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}


.light-bg {
    /* background-image: url(../img/light-background.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat; */
    background: #000931;
    background: linear-gradient(180deg,rgba(0, 9, 49, 1) 0%, rgba(0, 32, 107, 1) 100%);
}

.light-bg-2 {
    background-image: url(../img/light-background-2.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.title {
  width: 100%;
  margin-bottom: 4%;
}
.title h5{
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
  color: #A6C4FF;
}

.title h3{
  /* background: #D3E7F4;
  background: linear-gradient(to right, #0057FF 0%, #D3E7F4 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #D3E7F4;
  font-family: 'Funnel Display';
  font-size: 35px;
 
}


.title-2 h3{
  color: #003396;
  font-family: 'Funnel Display';
  font-size: 35px;
 
}

.title-2 p {
  font-size: 16px;
  font-family: 'AeonikTRIAL';
  color: #262626;
  margin-top: 17px;
}

.title-2 h5{
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
 color: #262626;
}

.title p {
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 17px;
}
#title-img-container {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-pattern-container img {
  width: 80%;
}

.width-80{
  width: 70% !important;
}

.padding-t4-b3{
  padding-top: 4% !important;
  padding-bottom: 3% !important;
}

.slide {
  display: block;
  position: absolute;
  width: auto;
}
.slide img {
  width: 80%;
}

.slide1 {
  display: block;
  position: absolute;
  width: auto;
}
.slide1 img {
  width: 55%;
  transform: rotate(20deg);
  margin-left: 30px;
}


.img-pattern-container-2 img {
  width: 80%;
}
.slide-2 {
  display: block;
  position: absolute;
  width: auto;
}
.slide-2 img {
  width: 80%;
}



.img-pattern-container-3 img {
  width: 80%;
}
.slide-3 {
  display: block;
  position: absolute;
  width: auto;
}
.slide-3 img {
  width: 80%;
}

.align-center {
  align-items: center !important;
}
.justify-center{
  justify-content: center;
}

.align-end {
  align-items: flex-end !important;
}

.align-start {
  align-items: flex-start !important;
}

.text-align-right{
  text-align: right !important;
}

.text-align-left{
  text-align: left !important;
}

.text-align-center{
  text-align: center !important;
}

.margin-bottom-0{
  margin-bottom: 0px !important;
}

.padding-top-20{
  padding-top: 20px !important;
}

.padding-bottom-20{
  padding-bottom: 20px !important;
}
.padding-bottom-0{
  padding-bottom: 0px !important;
}

.padding-top-0{
  padding-top: 0px !important;
}

.width-50{
  width: 50%;
  margin: auto;
}

.no-padding{
  padding: 0 !important;
}

.bg {
  background-image: url(../img/bg-1.png);
  background-size: 104%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.padding-right-50px{
  padding-right: 100px !important;
}



@media (max-width: 880px){

  .padding-right-50px{
    padding-right: 50px !important;
  }
  
}

/* ==================SECTION-MAIN-STYLE=================== */

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
} 

.parteners-section {
    /* padding-bottom: 40px; */
    
}

.partners-title {
  display: flex;
  align-items: end;
}

.partners-title h3{
  font-size: 16px !important;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
}


.partners-title h3 span{
  color: #D3E7F4;
  font-weight: 700;
}

.partners-logo img {
    width: 200px;
}



.marquee-wrapper{
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.marquee-wrapper .marquee-block {
  --total-marquee-items: 6;
  height: fit-content;
  width: calc(250px * (var(--total-marquee-items)));
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-item{
  width: 230px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}


/* ==============Smarter-solutions-Starts============== */


.smarter-solutions-content {
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.smarter-solutions-content p {
  font-size: 16px;
  font-family: 'AeonikTRIAL';
  color: #A6C4FF;
  margin-top: 25px;
}
.contnet-title {
  display: flex;
  align-items: center;
}
.contnet-title h3 {
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-left: 17px;
}
.contnet-title .icon{
    color: #D3E7F4;
    padding: 10px;
    width: fit-content;
    text-align: center;
    background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
    border-radius: 10px;
    border: 1px solid transparent !important;
    width: 50px;
    height: 50px;
 

}
.contnet-title .icon img {
    /* filter: invert(9%) sepia(70%) saturate(2040%) hue-rotate(173deg) brightness(102%) contrast(130%); */
}


/* ==============Smarter-solutions-Ends============== */



/* ==============Talksgpt-Section-Starts============== */

.talksgpt-container {
  background-image: url(../img/check-pattern-full-bg.png);
  background-size: contain;
}

.talksgpt-img-container{
  position: relative;

}

.talksgpt-img-container img{
  width: 100%;
}



.feature-container {
  display: flex;
  justify-content: flex-end;
  margin: 80px 0 80px 0;
  align-items: center;
}

.justify-content{
  justify-content: flex-start !important;
}


.feature-content-sec-2 .feature-container:nth-child(2){
  margin-left: 40px;
}


.feature-container:nth-child(2) {
  margin-right: 40px;
}



.feature-container h3{
  font-size: 20px;
  color: #D3E7F4;
  font-family: 'Funnel Display';
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 0px;
}

.feature-container .feature-icon {
  color: #D3E7F4;
  padding: 10px;
  width: fit-content;
  text-align: center;
  background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
  border-radius: 10px;
  border: 1px solid transparent !important;
  width: 50px !important;
  height: 50px !important;
  display: flex
;
}

.feature-container .feature-icon img{}


/* ==============Talksgpt-Section-Ends============== */



/* ==============Solutions-section-Starts============== */

.solution-container{}

.solution-logo-container {
  width: 60px;
}

.solution-logo-container img{ width: 100%;}

.solutions-content {
  margin-top: 25px;
}


.solutions-content h3{
  font-size: 20px;
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-weight: 700;
}

.solutions-content p{
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
}


.solutions-btn-container {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: end;
  justify-content: end;
}

.post-slide {
  background: #000932;
  margin: 20px 15px 20px;
  border-radius: 10px;
  padding: 20px;
  min-height: 290px;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background-image: linear-gradient(
    90deg,
    hsl(220deg 100% 8%) 0%,
    hsl(219deg 100% 9%) 8%,
    hsl(219deg 100% 9%) 17%,
    hsl(219deg 100% 10%) 25%,
    hsl(218deg 100% 10%) 33%,
    hsl(218deg 100% 11%) 42%,
    hsl(218deg 100% 11%) 50%,
    hsl(218deg 100% 12%) 58%,
    hsl(218deg 100% 12%) 67%,
    hsl(219deg 100% 13%) 75%,
    hsl(219deg 100% 13%) 83%,
    hsl(219deg 100% 14%) 92%,
    hsl(219deg 100% 14%) 100%
  );
  position: absolute;
  top: -13%;
  right: 80px;
  padding: 0 18px 0 15px;
  border-radius: 10px;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  color: var(--contrast-color);
  background-image: linear-gradient(
    90deg,
    hsl(203deg 100% 48%) 0%,
    hsl(204deg 100% 48%) 8%,
    hsl(205deg 100% 47%) 17%,
    hsl(207deg 100% 47%) 25%,
    hsl(208deg 100% 46%) 33%,
    hsl(209deg 100% 45%) 42%,
    hsl(211deg 100% 44%) 50%,
    hsl(212deg 100% 43%) 58%,
    hsl(213deg 100% 43%) 67%,
    hsl(215deg 100% 42%) 75%,
    hsl(216deg 100% 41%) 83%,
    hsl(218deg 100% 40%) 92%,
    hsl(220deg 100% 39%) 100%
  );
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 10px;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #D3E7F4;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

#solution-slider{
  margin-top: 4%;
}


/* ==============Solutions-section-Ends============== */




/* API Integrate-section-Starts */



.api-integration-container {
    background-image: url(../img/check-pattern-full-bg.png);
    background-size: contain;
    overflow: hidden !important;
    border-radius: 16px;
    background-color: #000932;
    padding: 50px;
    margin: 0 15px;
}

.api-integration-content-container {
  margin-top: 30px;
}

.api-integration-content-container p{
  font-size: 18px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 17px;
  margin-bottom: 40px;
}

.api-img-container{
  text-align: right;
}

.api-img-container img {
  width: 56%;
}


/* API Integrate-section-Ends */



/* Technologies-section-Starts */


.technologies-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.technologies-item {
  background: #000932;
  margin: 20px 15px 20px;
  border-radius: 10px;
  padding: 16px;
  width: 230px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  min-height: 180px;
  justify-content: center;
  display: flex;
}

.technologies-icon{
  color: #D3E7F4;
    padding: 10px;
    width: fit-content;
    text-align: center;
    background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
    border-radius: 10px;
    border: 1px solid transparent !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
}

.technologies-icon img{}


.technologies-title {
    margin-top: 17px;
}


.technologies-title h3 {
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}


/* Technologies-section-Ends */





/* ==============Why-choose-us-Starts============== */

.why-choose-us-list-container{
  display: flex;
  flex-wrap: wrap;
}


.why-choose-us-content {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  padding-right: 50px;
}

.why-choose-us-content p {
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 25px;
}
.why-choose-us-contnet-title {
  display: flex;
  align-items: center;
}
.why-choose-us-contnet-title h3 {
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-left: 17px;
}
.why-choose-us-icon{
    color: #D3E7F4;
    padding: 10px;
    width: fit-content;
    text-align: center;
    background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
    border-radius: 10px;
    border: 1px solid transparent !important;
    width: 50px;
    height: 50px;
 

}
.why-choose-us-contnet-title .icon img {
    /* filter: invert(9%) sepia(70%) saturate(2040%) hue-rotate(173deg) brightness(102%) contrast(130%); */
}


/* ==============Why-choose-us-Ends============== */







/* ==============for-business-managers-Starts============== */

.for-business-managers-list-container{
  display: flex;
  flex-wrap: wrap;
}


.for-business-managers-content {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  padding-right: 50px;
}

.for-business-managers-content p {
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 25px;
}
.for-business-managers-contnet-title {
  display: flex;
  align-items: center;
}
.for-business-managers-contnet-title h3 {
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-left: 17px;
}
.for-business-managers-icon{
    color: #D3E7F4;
    padding: 10px;
    width: fit-content;
    text-align: center;
    background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
    border-radius: 10px;
    border: 1px solid transparent !important;
    width: 50px;
    height: 50px;
 

}
.for-business-managers-contnet-title .icon img {
    /* filter: invert(9%) sepia(70%) saturate(2040%) hue-rotate(173deg) brightness(102%) contrast(130%); */
}


.for-business-managers:nth-child(2){
  text-align: right;
}



/* ==============for-business-managers-Ends============== */





/* ==============industries-section-Starts============== */

.industries-container{}

.industries-icon {
  color: #D3E7F4;
  padding: 10px;
  width: fit-content;
  text-align: center;
  background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
  border-radius: 10px;
  border: 1px solid transparent !important;
  width: 50px !important;
  height: 50px !important;
  display: flex
;
}

.industries-icon img{ }

.industries-content {
  margin-top: 25px;
}


.industries-content h3{
  font-size: 20px;
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-weight: 700;
}

.industries-content p{
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
}


.post-slide {
  background: #000932;
  margin: 20px 15px 20px;
  border-radius: 10px;
  padding: 20px;
  min-height: fit-content;
  height: 90%;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background-image: linear-gradient(
    90deg,
    hsl(220deg 100% 8%) 0%,
    hsl(219deg 100% 9%) 8%,
    hsl(219deg 100% 9%) 17%,
    hsl(219deg 100% 10%) 25%,
    hsl(218deg 100% 10%) 33%,
    hsl(218deg 100% 11%) 42%,
    hsl(218deg 100% 11%) 50%,
    hsl(218deg 100% 12%) 58%,
    hsl(218deg 100% 12%) 67%,
    hsl(219deg 100% 13%) 75%,
    hsl(219deg 100% 13%) 83%,
    hsl(219deg 100% 14%) 92%,
    hsl(219deg 100% 14%) 100%
  );
  position: absolute;
  top: -13%;
  right: 80px;
  padding: 0 18px 0 15px;
  border-radius: 10px;
  transition: background 0.5s ease 0s;
}



.owl-controls .owl-buttons .owl-prev:hover {
  background-image: linear-gradient(90deg, hsl(220deg 100% 39%) 0%, hsl(218deg 100% 40%) 8%, hsl(216deg 100% 41%) 17%, hsl(215deg 100% 42%) 25%, hsl(213deg 100% 43%) 33%, hsl(212deg 100% 43%) 42%, hsl(211deg 100% 44%) 50%, hsl(209deg 100% 45%) 58%, hsl(208deg 100% 46%) 67%, hsl(207deg 100% 47%) 75%, hsl(205deg 100% 47%) 83%, hsl(204deg 100% 48%) 92%, hsl(203deg 100% 48%) 100%);
  position: absolute;
  top: -13%;
  right: 80px;
  padding: 0 18px 0 15px;
  border-radius: 10px;
  transition: background 0.5s ease 0s;
}





.owl-controls .owl-buttons .owl-next {
  color: var(--contrast-color);
  background-image: linear-gradient(
    90deg,
    hsl(203deg 100% 48%) 0%,
    hsl(204deg 100% 48%) 8%,
    hsl(205deg 100% 47%) 17%,
    hsl(207deg 100% 47%) 25%,
    hsl(208deg 100% 46%) 33%,
    hsl(209deg 100% 45%) 42%,
    hsl(211deg 100% 44%) 50%,
    hsl(212deg 100% 43%) 58%,
    hsl(213deg 100% 43%) 67%,
    hsl(215deg 100% 42%) 75%,
    hsl(216deg 100% 41%) 83%,
    hsl(218deg 100% 40%) 92%,
    hsl(220deg 100% 39%) 100%
  );
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 10px;
  transition: background 0.5s ease 0s;
}



.owl-controls .owl-buttons .owl-next:hover {
  color: var(--contrast-color);
  background-image: linear-gradient(90deg, hsl(220deg 100% 39%) 0%, hsl(218deg 100% 40%) 8%, hsl(216deg 100% 41%) 17%, hsl(215deg 100% 42%) 25%, hsl(213deg 100% 43%) 33%, hsl(212deg 100% 43%) 42%, hsl(211deg 100% 44%) 50%, hsl(209deg 100% 45%) 58%, hsl(208deg 100% 46%) 67%, hsl(207deg 100% 47%) 75%, hsl(205deg 100% 47%) 83%, hsl(204deg 100% 48%) 92%, hsl(203deg 100% 48%) 100%);
}



.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #D3E7F4;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

#solution-slider {
    margin-top: 2%;
}
.margin-0{
  margin: 0 !important;
}


/* ==============industries-section-Ends============== */



/* ==============Testimonials-section-Starts============== */




.testimonials-container{}

.testimonials-rating-container{
  display: flex;
  align-items: center;
}

.testimonials-rating-container img{ }

.testimonials-rating-container h5 {
  font-size: 18px;
  margin: 0;
  color: #e8aa1d;
  margin-left: 10px;
}

.testimonials-content {
  margin-top: 25px;
}



.client-container {
  display: flex;
  align-items: center;
  border-top: 1px solid #04124f;
  padding-top: 20px;
}

.client-container img {
  width: 15%;
}
.client-details{
  margin-left: 20px;
}

.client-details h3 {
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
}
.client-details h5{
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  font-size: 14px;
  margin: 0;
}

.testimonials-content p{
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
}





/* ==============Testimonials-section-Ends============== */


.accordion-item {
  color: #D3E7F4;
  background-color: transparent;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #D3E7F4;
  background-color: transparent;
  box-shadow: none !important;
  border-bottom: 1px solid #0A143F;
  font-size: 18px;
  font-family: 'AeonikTRIAL-light' !important;
  padding-right: 0;
  padding-left: 0;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/arrow-down.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background-color: #000829 !important;
}



.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #D3E7F4;
  text-align: left;
  background-color: transparent;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border-top: 1px solid #0A143F;
  font-size: 18px;
  font-family: 'AeonikTRIAL-light' !important;
  padding-right: 0;
    padding-left: 0;
}




/* footer starts */



.footer-main-container{
  display: flex;
  flex-wrap: wrap;
}

.footer-content-container:nth-child(1){}
.footer-content-container:nth-child(2){}
.footer-content-container:nth-child(3){}
.footer-content-container:nth-child(4){}

.footer-content-container{
  flex-basis: 400px;
 
}

.location-container{
  display: flex;
}

.flex-width-50{
  width: 50%;
}

.footer-bg {
  background-color: #01061D;
  padding-top: 30px;
}

.footer-about{}

.padding-l-r-10 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.footer-about p {
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 17px;
  padding-right: 90px;
}

.footer-logo{}

.footer-logo img{}

.socialmedia-container{
  display: flex;
}

.socialmedia-icon {
  color: #D3E7F4;
  padding: 10px;
  width: fit-content;
  text-align: center;
  background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
  border-radius: 8px;
  border: 1px solid transparent !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  margin-right: 15px;
}

.socialmedia-icon:hover{
    background: linear-gradient(#001a63, #001a63) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;

}

.footer-menu-container{}

.footer-menu-title{
  margin-bottom: 30px;
}

.footer-menu-title h3{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  font-weight: 700;
}

.footer-menu{}

.footer-menu ul {
  padding: 0;
}

.footer-menu li {
  list-style: none;
  padding-bottom: 7px;
}

.footer-menu li a{
  color: #A6C4FF;
  font-family: 'AeonikTRIAL-light';
}

.footer-menu li a:hover{
  color: #D3E7F4;
}




.footer-contact-container {
    
}

.footer-contact-title{}

.footer-contact-title h3{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}


.footer-contact-title-2 h3{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  font-weight: 700;
}


.footer-contact-details {
    margin-bottom: 20px;
    margin-right: 20px;
}

.footer-contact-details-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.contact-details h5{
    color: #A6C4FF;
    font-family: 'AeonikTRIAL-light';
    font-size: 16px;
    margin-bottom: 0;
  }


.footer-contact-details h3{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-contact-details-2 h5{
  color: #A6C4FF;
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
  margin-bottom: 0;
}

.footer-contact-details-2 {
    margin-bottom: 20px;
}

.footer-contact-details-2 a h3 {
    color: #D3E7F4;
    font-family: 'AeonikTRIAL-light';
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 4px;
    
}
.footer-contact-details h4 {
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-contact-details h4 img{
  margin-right: 10px;
}

.footer-contact-details p a{
  color: #A6C4FF;
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
  text-decoration: none;
}

.copyright{
  height: 100%;
  display: flex;
  align-items: center;
}

.copyright-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}


.copyright-container {
  border-top: 1px solid #0A143F;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.copyright h3{
  color: #A6C4FF;
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
  margin: 0;
}



.copyright-menu ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: end;
}

.copyright-menu li {
  list-style: none;
  align-items: center;
  padding-left: 17px;
}

.copyright-menu li a{
  color: #A6C4FF;
  font-family: 'AeonikTRIAL-light';
}

.copyright-menu li a:hover{
  color: #D3E7F4;
}



/* footer Ends */








/* ==============mesh-animation============== */

.wrapper-of-wrapper {
  filter: blur(100px);
    pointer-events: none;
    min-width: 100%;
    margin-top: 0px;
    height: 180%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    opacity: 0.3;
}

.index-1 {
  z-index: -10 !important;
  position: relative;
  left: 0;
}
.wrapper {
  border-radius: 99999px;
  position: absolute;
  left: 100%;
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%) scale(0.6);
  overflow: hidden;
  z-index: -7;
  top: 0;
  margin-top: 15%;
}
.mesh {
  animation: ColorBlobs_spin__CbrXa 2s linear infinite;
  background: conic-gradient(from 0deg, #83b7ff, #4000ff, #00D4FF, #00a2ff, #4965ff, #3a7cff);
  position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    transform: translate(-50%, -50%);
}
@keyframes ColorBlobs_spin__CbrXa {
    0% {
        transform: translate(-50%,-50%) rotate(0deg) scale(2)
    }

    to {
        transform: translate(-50%,-50%) rotate(1turn) scale(2)
    }
}

/* ==============mesh-animation============== */



.radar {
	width: 100%;
    /* height: 50vmin; */
	/* background-image: url(../img/talksgpt-img-2.png); */
    border-radius: 100%;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
}

.talks-gpt-background-img-container{}

.talks-gpt-background-img-container img{ width: 100%;
height: 100%;}

.talks-gpt-logo-container {
  width: 100%;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
}
.talks-gpt-logo-container img {
  width: 30%;
}

.radar:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: conic-gradient(from 0deg at 100% 100%, #fff0 0 90%, #043e9c80 100%), conic-gradient(from 0deg at 100% 100%, #fff0 0 78%, #00247e99 100%);
  border-radius: 100% 0 0 0;
  animation: spin 3s linear 0s infinite;
  transform-origin: 100% 100%;
  border-right: 0.35vmin solid #0F3E8A;
  box-sizing: border-box;
}
	
@keyframes spin {
	100% { transform: rotate(360deg)}
}
	

@keyframes detect {
	  0% { opacity: 1; text-shadow: 0 0 1vmin var(--g1), 0 0 1vmin var(--g1), 0 0 1vmin var(--g1); }
	100% { opacity: 0; text-shadow: none;}
}	

.radar > span {
	position: absolute;
	width: 2vmin;
	height: 2vmin;
	opacity: 0;
}

.radar > span:after {
    font-family: Arial, Helvetica, serif;
    text-transform: uppercase;
    color: var(--g1);
    text-shadow: none;
    font-size: 1vmin;
    height: 3vmin;
    width: 5vmin;
    position: absolute;
    top: -2vmin;
    left: -5.5vmin;
    white-space: pre-wrap;
    text-decoration: underline;
}


.technologie-description{}

.technologie-description ul {
  margin: 0;
  padding: 0;
}

.technologie-description li {
  padding-bottom: 17px;
  list-style: none;
  display: inline-flex;
  align-items: flex-start;
}

.technologie-description li img {
  margin-top: 4px;
  margin-right: 16px;
}


/* ===========About Page Starts========== */


/* who-we-are-section starts */

.page-banner-section {
  display: flex;
  padding-top: 10%;
}

.page-main-title {
  width: 60%;
  padding-left: 10%;
}

.page-name-container h5{
  font-family: 'AeonikTRIAL-light';
  font-size: 24px;
  color: #A6C4FF;
}

.page-main-title h3{
  background: #D3E7F4;
  background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Funnel Display';
  font-size: 50px;
 
}
.page-main-title p {
  font-size: 18px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 17px;
  width: 70%;
}


.about-section-alignment{
  align-items: center;
}


.about-technology-list{}

.about-technology-list h4 {
    font-size: 17px;
    font-weight: 700;
    color: #D3E7F4;
    margin-bottom: 20px;
}

.about-tec-box-main-container{
  display: flex;
}

.tec-box {
    background-color: #000D42;
    border-radius: 10px;
    margin-right: 17px;
    padding: 14px;
    width: 50%;
    margin-bottom: 17px;
}
.tec-box h3 {
    font-size: 17px;
    margin: 0;
    margin-left: 10px;
}
.tec-box p {
    font-size: 16px;
    font-family: 'AeonikTRIAL-light';
    color: #A6C4FF;
    margin: 0;
    margin-top: 10px;
}

.about-icon-container {
    display: flex;
    align-items: center;
}


/* who-we-are-section Ends */

/* counter section starts */



.counter-main-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3%;
    padding-bottom: 3%;
}

.conter-set {
  display: flex;
  justify-content: center;
}
.counter-value{
  background: #D3E7F4;
  background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Funnel Display';
  font-size: 50px;
}
.conter-set span{
  background: #D3E7F4;
  background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Funnel Display';
  font-size: 50px;
}


.counter-box h3 {
  font-family: 'AeonikTRIAL-light';
  font-size: 20px;
  color: #A6C4FF;
}

.counter-box {
  text-align: center;
  width: 25%;
}


/* Counter section ends*/


/* What Defines section starts*/

.what-defines-us-main-container {
  background-color: #000932;
  border-radius: 14px;
  padding: 70px;
}


.purpose-list-container{

  background-color: #010B36;
  border-radius: 8px;
  padding: 20px;
}

.purpose-list-container ul {
  padding: 0px;
  margin: 0;
}

.purpose-list-container li {
  list-style: none;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  color: #A6C4FF;
  background-color: #000D42;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex
;
}

.purpose-list-container li:nth-child(5){
  margin-bottom: 0px;
}

.purpose-list-container li img {
  width: 20px;
  margin-right: 10px;
  margin-top: 3px;
}


.nav-link {
  color: #A6C4FF !important;
  font-size: 18px;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-right: 10px;
}

.defines-us-nav {
  border: 1px solid #001252;
  padding: 10px;
  width: auto;
  border-radius: 10px;
}

.our-defines-content-container {
  padding: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.our-defines-content-container h3{
  /* background: #D3E7F4;
    background: linear-gradient(to right, #D3E7F4 0%, #0057FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #D3E7F4;
    font-family: 'Funnel Display';
    font-size: 22px;
}

.our-defines-content-container p{
  font-size: 18px;
    font-family: 'AeonikTRIAL-light';
    color: #A6C4FF;
    margin-top: 17px;
}

.defines-section-padding{
  padding-top: 50px;
}





/* What Defines section ends*/


/* Our value section starts*/

.our-values-content{}

.our-values-content h3 {
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  margin-top: 16px;
}
.our-values-content p {
  font-size: 18px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 16px;
}

.value-icon {
  color: #D3E7F4;
  padding: 10px;
  width: fit-content;
  text-align: center;
  background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
  border-radius: 10px;
  border: 1px solid transparent !important;
  width: 50px !important;
  height: 50px !important;
  display: flex;
}


.our-value-statement-container{
  margin-top: 40px;
  margin-bottom: 0px;
}

/* Our value section ends*/


/* Our team section starts*/



.team-bg {
  background-image: url(../img/check-pattern-full-bg.png);
  background-size: contain;
}

.team-container{}

.photo-container{}

.employee-container img{
  width: 100%;
}

#team-slider {
  padding-bottom: 6%;
}

.employee-details {
  background-color: #000932e0;
  position: absolute;
  width: 85%;
  bottom: 32px;
  padding: 12px;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: auto;
}

.employee-details h3 {
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 0;
}

.employee-details p {
  font-size: 18px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 0;
  margin-bottom: 0;
}
/* Our team section ends*/


/* how-we-work section starts*/

.how-we-work-item {
  background: #00051d07;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur( 3px ) !important;
  border-radius: 10px;
  border: 1px solid rgb(119 0 255 / 32%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(38 7 39 / 30%) 0px 30px 60px -35px, rgb(123 3 211 / 20%) 0px 6px 22px 0px inset;
  width: 26%;
  padding: 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 5%;
}

.how-we-work-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  height: 100%;
  width: inherit;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  background-position: center;
  left: 100%;
  background-size: contain;
}


.how-we-work-item:nth-child(1){
  margin-left: 0px;
}
.how-we-work-item:nth-child(3){
  margin-right: 0px;
}

.how-we-work-item:nth-child(3)::after {
  rotate: 90deg !important;
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  height: 100%;
  width: inherit;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 119%;
  bottom: 0;
}

.how-we-work-item:nth-child(5)::after {
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 100%;
  width: inherit;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  left: -26%;
  background-position: center;
  background-size: contain;
}

.how-we-work-item:nth-child(6)::after {
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 100%;
  width: inherit;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  left: -26%;
  background-position: center;
  background-size: contain;
}

.how-we-work-item:nth-child(4)::after{
  display: none;
}

.how-we-work-item:nth-child(4){
  margin-left: 0px;
}
.how-we-work-item:nth-child(6){
  margin-right: 0px;
}

.process-icon-container{
  color: #D3E7F4;
    padding: 10px;
    width: fit-content;
    text-align: center;
    background: linear-gradient(#010F37, #010F37) padding-box, linear-gradient(90deg, #0056FD, #A7C5FF, #0056FD) border-box !important;
    border-radius: 10px;
    border: 1px solid transparent !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
}

.process-content{}

.process-content h3{
  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  margin-top: 16px;
}
.process-content p{
  font-size: 18px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
  margin-top: 16px;
}


.how-we-work-process-container{
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
 
}

.m-r-10{
  margin-right: 10px;
}

.technologies-list{

  font-family: 'AeonikTRIAL-light';
  color: #D3E7F4;
  font-weight: 700;
  letter-spacing: 1px;

}

.technologies-section-1 {
  padding-right: 30px !important;
}
.technologies-section-2 {
  padding-left: 30px !important;
}



/* how-we-work section ends*/


/* ===========About Page Ends========== */



/* ===========Solutions Page Starts========== */


.margin-left-right-0{
  margin-left: 0;
  margin-right: 0;
}

.solutions-content a{
  font-size: 16px;
  font-family: 'AeonikTRIAL-light';
  color: #A6C4FF;
}

.solutions-content a:hover{
  color: #D3E7F4;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 52px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}
.button.is-warning:focus {
  background-image: linear-gradient(90deg, hsl(203deg 100% 48%) 0%, hsl(204deg 100% 48%) 8%, hsl(205deg 100% 47%) 17%, hsl(207deg 100% 47%) 25%, hsl(208deg 100% 46%) 33%, hsl(209deg 100% 45%) 42%, hsl(211deg 100% 44%) 50%, hsl(212deg 100% 43%) 58%, hsl(213deg 100% 43%) 67%, hsl(215deg 100% 42%) 75%, hsl(216deg 100% 41%) 83%, hsl(218deg 100% 40%) 92%, hsl(220deg 100% 39%) 100%) !important;

}

.solution-fliter-btn-container {
  border: 1px solid #001252;
  padding: 10px;
  width: auto;
  border-radius: 10px;
}

.solution-fliter-btn-container {
  display: flex;
  width: fit-content;
  /* flex-wrap: nowrap;
  overflow: auto; */
}

.solutios-menu-container {
  display: flex;
  margin-bottom: 30px;
}


/* ===========Solutions Page Ends========== */


/* ===========Contact Page Starts========== */


.location-info-container {
  width: 55%;
}

.office-info {
  margin-bottom: 60px;
}




.contact-info-container h3 {
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-info-container p{
  color: #A6C4FF;
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
}

.office-info h3{
  color: #D3E7F4;
    font-family: 'AeonikTRIAL-light';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.office-info h4{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.office-info h4 img{}


.office-info p{
  color: #A6C4FF;
    font-family: 'AeonikTRIAL-light';
    font-size: 16px;
}


.contact-info-bg {
  background-color: #000932;
  border-radius: 10px;
  padding: 30px;
}


.contact-info-container {
  /* border-top: 1px solid #0A143F;
  padding-top: 50px; */
}

.contact-details{}

.contact-details ul{
  padding: 0;
}

.contact-details li {
  list-style: none;
  margin-bottom: 16px;
}

.contact-details li a{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 18px;
}

.contact-details li a img{}


.contact-form-main-container {
    padding: 0 0 0 40px;
}

.text{
  color: #36468b;
}
.contact-input {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #00061F;
  background-clip: padding-box;
  border: 1px solid #1C2963;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.submit{
  align-items: end;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.contact-input input[type='date']::-webkit-calendar-picker-indicator {
   background-image: url('../img/icons/calendar-symbol-svgrepo-com.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-input:focus {
  color: #D3E7F4;
  background-color: #00061F;
  border-color: #003EAD;
  outline: 0;
  box-shadow: none;
}


.form-group{
  margin-bottom: 30px;
}

.form-group label{
  color: #D3E7F4;
  font-family: 'AeonikTRIAL-light';
  font-size: 16px;
  margin-bottom: 17px;
}

input::placeholder {
  color: #42518F !important;
}

textarea::placeholder {
  color: #42518F !important;
}

textarea{
  min-height: 200px !important;
}

.contact-submit-container {
    text-align: right;
}

.contact-submit-container button {
    width: auto !important;
}

/* ===========Contact Page Ends========== */














/* Responsive */



@media (max-width: 1557px){

  .page-main-title {
    width: 80%;
    padding-left: 10%;
}

}



@media (max-width: 1300px){
  .solutions-content h3 {
    font-size: 17px;
}
}

@media (max-width: 1340px){
  .footer-about p {
    padding-right: 15px;
}
}

@media (max-width: 1150px){
  .api-integration-container {
    padding: 40px;
}
}





@media (max-width: 1248px){
  .canvas iframe {
    width: 100% !important;
    position: relative !important;
    height: 750px !important;
  }

  .smarter-solutions-content {
    padding: 0px;
}

.main-section {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 8%;
  padding-bottom: 8%;
}

}





@media (max-width: 1330px){
  .width-50 {
    width: 80%;
    margin: auto;
}

.title h3 {
    font-size: 25px;
}
.title h5 {
    font-size: 14px;
}

}

@media (max-width: 1500px){
  .feature-container h3 {
    font-size: 16px;
}

.how-we-work-item:nth-child(3)::after {
  top: 112%;
}


}


@media (max-width: 1139px){
  
.api-integration-content-container {
  margin-top: 25px;
}
.api-img-container img {
  width: 80%;
}
}

@media (max-width: 1220px){

  .banner-content p {
    font-family: 'AeonikTRIAL-light';
    width: 60%;
    padding-top: 20px;
    margin: auto;
    color: #D3E7F4;
}

}

@media (max-width: 1280px){
  
.our-defines-content-container {
  padding: 20px;
}
.purpose-list-container {
padding: 14px;
}
.what-defines-us-main-container {
padding: 50px;
}

}

@media (max-width: 1080px){

}








@media (max-width: 991px){

.footer-about {
    margin-bottom: 25px;
}
.footer-about p {
        padding-right: 20% !important;
    }
.socialmedia-container {
    display: flex;
}

.footer-menu-container {
  margin-top: 20px;
}

.footer-menu-title {
    margin-bottom: 20px;
}

.footer-contact-container {
    margin-top: 20px;
}

.banner-content {
    height: 620px;
}
  .banner-content h4 {
    font-size: 35px;
}
.banner-content h3 {
  font-size: 35px;
}

.banner-content h4 img {
  width: 75px;
}

.banner-product-list-container h5 {
  padding: 10px;
}

.contnet-title h3 {
  font-size: 18px;
}

.smarter-solutions-content p {
  font-size: 14px;
  margin-top: 19px;
  margin-bottom: 20px;
}

.feature-container:nth-child(2) {
  margin-right: 0 !important;
}

.feature-content-sec-2 .feature-container:nth-child(2) {
  margin-left: 0;
}

.title-2 h3 {
  font-size: 25px;
}

.title-2 p {
  font-size: 16px;
}

.title h3 {
  font-size: 25px;
}

.tec-box h3 {
    font-size: 17px;
    margin: 0;
    margin-left: 10px;
}

.title p {
  font-size: 16px;
}

.api-img-container img {
  width: 95%;
}

.why-choose-us-contnet-title h3 {
  margin: 0;
  margin-top: 12px;
}

.why-choose-us-contnet-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.why-choose-us-content p {
  margin-top: 16px;
}

.for-business-managers-contnet-title h3 {
  font-size: 18px;
}

.for-business-managers-contnet-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.for-business-managers-contnet-title h3 {
  margin: 0;
  margin-top: 12px;
}


.footer-about p {
  padding-right: 0;
}


.page-main-title h3 {
  font-size: 40px;
}

.page-name-container h5 {
  font-size: 20px;
}

.solutios-menu-container {
  flex-wrap: wrap;
}
.solutions-btn-container {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: end;
  margin-top: 40px;
  justify-content: right;
      }

.location-info-container {
  width: 100%;
}

.how-we-work-item {
  width: 40%;
}

.how-we-work-item:nth-child(1) {
  margin: auto;
  order: 1;
}

.how-we-work-item:nth-child(1)::after {
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  height: 100%;
  width: 70px;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  background-position: center;
  left: 100%;
  background-size: contain;
}

.how-we-work-item:nth-child(2) {

  order: 2;

}

.how-we-work-item:nth-child(2):after{
  display: none;
}

.how-we-work-item:nth-child(3) {
  order: 3;
  margin: auto;
}

.how-we-work-item:nth-child(3)::after{
  rotate: none !important;
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  height: 100%;
  width: 70px;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  background-position: center;
  left: 100%;
  background-size: contain;
}



.how-we-work-item:nth-child(4) {
  margin: auto;
  order: 6;
}

.how-we-work-item:nth-child(5) {
  order: 5;
}

.how-we-work-item:nth-child(5)::after{
  transform: none !important;
  content: "";
  position: absolute;
  background-image: url(../img/process-arrow.svg);
  height: 100%;
  width: 70px;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0;
  background-position: center;
  left: 100%;
  background-size: contain;

}

.how-we-work-item:nth-child(6) {
    margin: auto;
    order: 4;
}

.how-we-work-item:nth-child(6)::after{
  display: none;
}


.counter-value {
  font-size: 40px;
}

.conter-set span {
  font-size: 40px;
}

.counter-box h3 {
  font-size: 16px;
}

.our-defines-content-container {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.purpose-list-container li {
  font-size: 16px;
}

.what-defines-us-main-container {
  padding: 40px;
}

.our-values-content {
  margin-bottom: 40px !important;
}

}


@media (max-width: 800px){

  .counter-box {
    width: 50%;
    margin-bottom: 20px;
}

}


@media (max-width: 780px){
  .banner-content p {
    width: 95%;
}


.about-section-alignment {
  align-items: flex-start;
}



}


@media (max-width: 610px){

  .banner-product-list-container h5 {
    margin-left: 0px;
  }
  .banner-product-list-container h5 {
        padding: 5px; }
  .banner-content h3 {
    font-size: 28px;
  }
  
  .banner-content p {
        font-size: 14px;
      }
  
}



@media (max-width: 550px){
  .location-container {
    display: flex;
    flex-direction: column;
}
.footer-contact-details {
    width: 100%;
}
}


@media (max-width: 677px){

  .banner-content h4 {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 30px;
}

.banner-content h3 {
    font-size: 30px;
}

.banner-content h4 img {
  width: 75px;
  margin-top: 16px;
  margin-bottom: 10px;
}
}



@media (max-width: 767px){

.banner-content {
    /* height: 80%; */
    padding-top: 85px;
}



.marquee-wrapper .marquee-block {
    margin: 0 auto;
    padding: 30px 0;
}


.partners-title {
  display: flex;
  align-items: end;
  justify-content: center;
}

.partners-title h3 {
  text-align: center;
}

.canvas iframe {
  height: 650px !important;
}


#title-img-container {
  width: 65%;
  margin-bottom: 40px;
}

.feature-main-container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.feature-main-container .feature-container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.feature-container h3 {
  font-size: 16px;
  text-align: left !important;
  margin-left: 0px;
  margin-top: 10px;
}

.feature-container {
  align-items: flex-start !important;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.feature-main-container-2 .feature-container{}

.talksgpt-container .feature-box:nth-child(1){
  order: 2;
}

.radar {
  margin-bottom: 50px;
  margin-top: 50px;
}

.solutions-btn-container {
  width: 100%;
  text-align: left;
}

.api-img-container img {
  width: 60%;
}

.api-img-container {
  text-align: center;
  margin-top: 40px;
}

#industries-slider {
  margin-top: 40px;
}

.api-integration-container {
  padding: 70px;
  text-align: center !important;
  padding-right: 40px;
  padding-left: 40px;
}


.for-business-managers:nth-child(1){
  order: 2;
}


.for-business-managers:nth-child(2){
  text-align: left;
}

.footer-menu-title {
  margin-top: 15px;
}

.footer-contact-title {
  margin-top: 15px;
}


.page-main-title {
  width: 100%;
  padding-left: 0;
}

.page-main-title h3 {
  font-size: 30px;
}

.page-main-title p {
  font-size: 16px;
  width: 100%;
}

.page-banner-section {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  
}


.solution-fliter-btn-container {
  flex-wrap: nowrap;
  overflow: auto;
}

.contact-form-main-container {
  padding: 0;
  padding-top: 40px;
}

.how-we-work-item {
  width: 100%;
}

.how-we-work-item::after{

  display: none;

}


.how-we-work-item:nth-child(3) {
  margin-top: 5%;
  margin-bottom: 5%;
}

.how-we-work-item:nth-child(6) {
  margin-top: 5%;
  margin-bottom: 5%;
}

.how-we-work-item:nth-child(2) {
  order: 2;
  margin-top: 5%;
  margin-bottom: 5%;
}


.technologies-section-2 {
  padding-left: 0 !important;
}
.technologies-section-1 {
  padding-right: 0 !important;
}

.no-padding-767{
  padding: 0 !important;
}

}




@media (max-width: 690px){
.page-banner-section {
  padding-top: 20%;
}
}


@media (max-width: 600px){
  .technologies-item {
    background: #000932;
    margin: 6px 6px 6px;
    border-radius: 10px;
    padding: 16px;
    width: 150px;
  }
  .width-50 {
    width: 100%;
    margin: auto;
}

.api-integration-container {
  padding-right: 20px;
  padding-left: 20px;
}
}


@media (max-width: 575px){

  .feature-container {
    min-height: 0;
}

.copyright-menu {
  justify-content: center;
  display: flex;
}

.copyright{
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}

.radar-main-container{
  width: 70%;
}

.feature-main-container-2 .feature-container {
  align-items: center !important;
}
.feature-container h3 {
  margin-right: 0;
  text-align: center !important;
}

.feature-main-container .feature-container {
  align-items: center !important;
}
  
}

@media (max-width: 450px){
  .why-choose-us-content {
    width: 100%;
  }

  .for-business-managers-content {
    width: 100%;
}

.counter-value {
  font-size: 33px;
}
.conter-set span {
  font-size: 33px;
}
.counter-box h3 {
  font-size: 14px;
}

}

@media (max-width: 480px){
      .page-banner-section {
        padding-top: 30%;
    }
}

@media (max-width: 459px){
    .technologies-item {
        width: 100% !important;
    }
}


@media (max-width: 543px){

  .technologies-item {
    width: 195px;
}
  

}



@media (max-width: 1108px){

  .why-choose-us-content {
    padding-right: 25px;
  }
  
  .for-business-managers-content {
    padding-right: 25px;
}

}


@media (max-width: 1150px){
  .location-info-container {
    width: 80%;
}
}


@media (max-width: 1700px){

  .main-section {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 6%;
    padding-bottom: 6%;
}

}

@media (max-width: 1250px){
  .footer-about p {
    padding-right: 0;
}
.footer-contact-details-2 a h3 {
    font-size: 15px;
}

.footer-contact-details p a {
    font-size: 15px;
}

}

@media (max-width: 1046px){
  .footer-contact-details h3 {
    font-size: 16px;
}

}









@media (max-width: 1380px){
  .for-business-managers-contnet-title h3 {
    margin: 0;
    margin-top: 15px;
  }
  .for-business-managers-contnet-title {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .for-business-managers-content p {
    padding-right: 5px;
    margin-top: 15px;
  }

  .why-choose-us-contnet-title {
   display: flex;
    align-items: baseline;
    flex-direction: column;
}

  .why-choose-us-contnet-title h3 {
    margin: 0;
    margin-top: 15px;
  }
  
  .why-choose-us-content p {
     padding-right: 5px;
    }
}

@media (max-width: 1130px){
  



}

@media (max-width: 1700px){

  .contnet-title h3 {
    font-size: 17px;
}

  .for-business-managers-contnet-title h3 {
   font-size: 17px;
}
.why-choose-us-contnet-title h3 {
    font-size: 17px;
}

.for-business-managers-content {
    padding-right: 3px;
}
.for-business-managers-content p {
    padding-right: 25px;
}

.why-choose-us-content {
    padding-right: 0;
}

.why-choose-us-content p {
   padding-right: 20px;
}

}



#parallax-main-container{
  clear: both !important;
}

.slide{
  clear: both !important;
}
.img-pattern-container{
  clear: both !important;
}


.transition {
    transition: all 1s;
}

.transition.fading {
    opacity: 0;
}


.banner-main-container {
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 18, 107, 1) 100%);
position: relative;
z-index: 1;
}

.footer-address-main-container{
  /* display: flex; */
}

.for-business-managers .title-img-sec{
  display: flex;
    align-items: center;
    height: 100%;
}

.why-people-choose-us .title-img-sec{
  display: flex;
    align-items: center;
    height: 100%;
}

.height-290px {
    min-height: 290px !important;
    height: 90%;
}









.spinner-wrapper {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #010826;
 z-index: 999999;
}

.sk-folding-cube {
 position: absolute;
 top: 48%;
 left: 48%;
 width: 40px;
 height: 40px;
 -webkit-transform: rotateZ(45deg);
 transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
 float: left;
 width: 50%;
 height: 50%;
 position: relative;
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #01A3F6;
 -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
 animation: sk-foldCubeAngle 2.4s infinite linear both;
 -webkit-transform-origin: 100% 100%;
 -ms-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
 -webkit-transform: scale(1.1) rotateZ(90deg);
 transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
 -webkit-transform: scale(1.1) rotateZ(180deg);
 transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
 -webkit-transform: scale(1.1) rotateZ(270deg);
 transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
 -webkit-animation-delay: 0.3s;
 animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
 -webkit-animation-delay: 0.6s;
 animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
 -webkit-animation-delay: 0.9s;
 animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
 0%,
 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
  transform: perspective(140px) rotateX(-180deg);
  opacity: 0;
 }
 25%,
 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
  transform: perspective(140px) rotateX(0deg);
  opacity: 1;
 }
 90%,
 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
  transform: perspective(140px) rotateY(180deg);
  opacity: 0;
 }
}

@keyframes sk-foldCubeAngle {
 0%,
 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
  transform: perspective(140px) rotateX(-180deg);
  opacity: 0;
 }
 25%,
 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
  transform: perspective(140px) rotateX(0deg);
  opacity: 1;
 }
 90%,
 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
  transform: perspective(140px) rotateY(180deg);
  opacity: 0;
 }
}