/*
Theme Name: aqlix Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: aqlix
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.5.1747652290
Updated: 2025-05-19 10:58:10

*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	    font-family: 'PP Mori Regular';
}
a, a:hover {
	text-decoration: none;
}

:root  {
    --main-color: #0D1D47;
	--main-color2:  #F37022;
  --main-color3 :#325F92;
}
.study-image {
    width: 100%;
    height: 440px;
    border-radius: 16px;
}

.study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aqlix-container {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}
.menu ul {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
}
ul.menu li a {
    font-family: 'Arboria Medium';
}
.menu li {
    display: inline-block;
    padding: 0 50px 0 0;
}
li.dropdown:after {
    content: '';
    background: var(--main-color2);
    display: block;
    width: 0;
    height: 12px;
    position: relative;
    top: 0;
    transition: 0.5s ease;
    transform: translateY(-72px);
}
li.dropdown:hover:after {
    width: 100%;
}
.header-right {
    display: flex;
    align-items: baseline;
    justify-content: right;
	gap: 25px
}


.page-template-homepage .menu li a {
    color: #ffffff;
}
.page-template-homepagev2 .menu li a {
    color: #ffffff;
}
.menu li a {
    text-decoration: none;
    color: #000000;
    font-family: 'Arboria Medium';
	 font-size: 20px;
}
.page-template-homepage a.telnumer { 
color: #ffffff; }
a.telnumer {
    text-decoration: none;
    color: #000000;;
    font-family: 'Arboria Bold';
    display: flex;
    align-items: center;
	gap: 10px;
}  
.page-template-homepagev2 a.telnumer { 
color: #ffffff; }
a.telnumer {
    text-decoration: none;
    color: #000000;;
    font-family: 'Arboria Bold';
    display: flex;
    align-items: center;
	gap: 10px;
}  
.header-contact {
    display: flex;
    justify-content: end;
	align-items: center;
    gap: 35px;
}
a.header-btn {
    background: var(--main-color2);
    padding: 10px 25px;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'Arboria Bold';
    text-decoration: none;
}
.theme-color2 {
	color: var(--main-color);
}
section.hero-banner video {
    width: 100%;
    height: auto;
}
section.hero-banner {
    width: 100%;
    position: relative;
}
.page-template-homepage header.aqlix-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
	 background: transparent;
}
.page-template-homepagev2 header.aqlix-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
	 background: transparent;
}
.page-template-homepage a.white-logo {
    display: inline-block;
}
.page-template-homepagev2 a.white-logo {
    display: inline-block;
}
a.white-logo {
    display: none;
}
.mobile-toggle {
    color: var(--main-color2);
    font-size: 30px;
    display: none;
}
.page-template-homepage a.blue-logo {
    display: none;
}
.page-template-homepagev2 a.blue-logo {
    display: none;
}
/* section.hero-banner:after {
    content: '';
    background: rgba(0, 0, 0, .25);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.banner-text {
    position: absolute;
    top: 50%;
	    transform: translateY(-50%);
    z-index: 99;
}

.banner-text h1 {
    font-size: 65px;
    line-height: 1.2;
    color: #ffffff;
    font-family: 'Arboria Bold';
}

span.theme-color {
    color: var(--main-color2);
}
.banner-text p {
    color: #ffffff;
    font-size: 25px;
    max-width: 730px;
    line-height: 1.5;
}
.discuss-idea a {
    align-items: center;
    background-color: var(--main-color2);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    height: 176px;
    justify-content: center;
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 176px;
    z-index: 9;
    text-align: center;
    bottom: 10%;
    right: 30%;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arboria Bold';
    font-size: 16px;
    line-height: 1.5;
    cursor: grab;
}

.discuss-idea a:hover {
    transform: translate(-20px, -20px) scale(0.95);
}
.discuss-idea a span i {
    font-size: 35px;
    transform: rotate(34deg);
    margin-left: 13px;
}
.top-footer {
    padding: 150px 0 80px;
}
footer#colophon {
    background: var(--main-color);
    color: #ffffff;
}
span.idea-popup svg {
    width: 80px;
}
p.light-text {
    color: #737373;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
}
.to--ftn-inner h3 {
    font-size: 5.625rem;
    font-family: 'Arboria Medium';
    line-height: 1.1;
	    margin-bottom: 30px;
}
.to--ftn-inner h3:hover{
	color: var(--main-color2);
}
.to--ftn-inner h3 span {
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}
p.ftr-info {
    font-size: 18px;
    color: rgb(255 255 255 / 60%);
    max-width: 648px;
        font-family: 'Arboria Medium';
    line-height: 1.5;
	    margin-bottom: 50px;

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

.f-menu ul li {
    display: inline-block;
    padding-right: 60px;
}

.f-menu li a {
    color: rgb(255 255 255 / 60%);
    font-size: 20px;
    font-family: 'Arboria Medium';
}
.f-menu li a:hover {
    color: #ffffff;
}
.f-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-menu ul li {
    display: inline-block;
    padding-right: 60px;
}

.f-menu li a {
    color: rgb(255 255 255 / 60%);
    font-size: 20px;
    font-family: 'Arboria Medium';
}

.f-menu {
    /* margin-top: 20px; */
}

.f-menu li a:hover {
    color: var(--main-color2);
}

.top-footer-menu .row {
    align-items: center;
}

.f-smedia a {
    color: #ffffff;
    font-size: 30px;
}

.f-smedia {
    display: flex;
    gap: 25px;
}
span.idea-popup {
    cursor: pointer;
}
.logo img {
    max-width: 200px;
    height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bottom-footer {
    border-top: 1px solid #737373;
    padding: 80px 0 50px;
}
.footer-label {
    font-size: 20px;
    font-family: 'Arboria Bold';
    margin-bottom: 20px;
}
.bottom-footer li a {
    color: rgb(255 255 255 / 70%);
}

.bottom-footer li {
    margin-bottom: 20px;
}

.bottom-footer li a:hover {
    color: var(--main-color2);
}

.bottom-footer li a i {
    margin-right: 10px;
    padding-top: 5px;
    color:var(--main-color2);
}

.bottom-footer li a {
    display: flex;
    align-items: start;
}
.f-smedia a:hover {
    color: var(--main-color2);
}
footer#colophon {
    padding: 0 0 40px;
}
/* Slider */

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


section.clients-slider {
    padding: 40px 0;
}
.section-intro h2 {
    font-size: 60px;
    font-family: 'Arboria Medium';
    color: var(--main-color);
    line-height: 1.1;
}

section.sucess-storys {
    padding: 0 0 80px;
}
.single-study-box {
    max-width: 558px;
}

.study-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

a.read {
    color: inherit;
}
.short-container {
	max-width: 80%;
	 margin: 0 auto;
}
section.clients-slider {
    border-bottom: 1px solid #e5e7eb;
}
.mb-50 {
    margin-bottom: 50px;
}
.stydy-logo {
    max-width: 200px;
    padding: 8px 11px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.study-title h3 {
    font-size: 30px;
    font-family: 'Arboria Bold';
    line-height: 1.3;
    margin-bottom: 20px;
}
.study-title p {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Arboria Book';
}
.more-btn a {
    font-size: 22px;
    color: #000000;
    font-family: 'Arboria Book';
}

.more-btn {
    margin-bottom: 100px;
    text-align: right;
}
.more-btn a i {
    margin-left: 8px;
}
.section-intro p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 944px;
}
.counter-number {
    font-size: 60px;
    line-height: 1;
    font-family: 'Arboria Medium';
	color: var(--main-color2);
}
.counter-text {
    font-size: 20px;
    line-height: 1.5;
}
.counter-area {
    padding-bottom: 60px;
}
section.esential-pcess {
    background: var(--main-color);
    color: #ffffff;
    padding: 80px 0 80px;
}
.single-process {
    display: flex;
    margin-bottom: 70px;
    align-items: center;
	    gap: 40px;
}
/* .process-ring {
    min-width: 120px;
    min-height: 120px;
    border: 10px solid rgb(255 255 255 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 50px;
    outline: 10px solid #ff6b00;
} */
.process-ring {
    min-width: 120px;
    min-height: 120px;
}
.section-intro.p-stickey {
    position: sticky;
    top: 100px;
}
.process-text p {
    font-size: 18px;
    line-height: 1.5;
}
.site-button a {
    background : var(--main-color2);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-family: 'Arboria Medium';
    font-size: 18px;
}
.section-intro.p-stickey h2 {
    padding-bottom: 50px;
}
span.after-btn {
    background: var(--main-color2);
    padding: 16px 17px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.site-button:hover span.after-btn {
    margin-left: 10px;
}
.single-process {
  opacity: 0.5;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.single-process.active-process {
    opacity: 1;
}
.single-process.active-process .process-number {
	color: var(--main-color);
}
.single-process.active-process h3 {
	color: var(--main-color2);
}
section.our-services {
    padding: 80px 0 80px;
}
 .tab-button {
    padding: 12px;
    background: #ffffff;
    cursor: pointer;
    margin-bottom: 40px;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    font-family: 'Arboria Medium';
}

  .tab-button.active {

  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }
 .tab-button rect {
    fill: #fafafa !important;
}
.tab-button.active rect {
    fill: var(--main-color2) !important;
}
.feature-icon path {
    fill: var(--main-color2) ;
}

.tab-feature:hover {
    background: #E2E8F0;
}
.tab-button.active path {
    fill: #ffffff;
}
.tab-button  path  { 
	fill: var(--main-color);
}
.tab-button span {
    padding-left: 10px;
}
.tab-feature {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 8px 0px 0px;
    --e-column-margin-right: 8px;
    --e-column-margin-left: 0px;
    padding: 12px 12px 12px 12px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
}
.tab-data-inner h3 {
    font-family: 'Arboria Medium';
}
.tab-data-inner p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.feature-text h4 {
    font-size: 16px;
    font-family: 'Arboria Medium';
    line-height: 1.5;
    margin-bottom: 4px;
}
.feature-text p {
    font-size: 14px;
    margin-bottom: 0;
}
.tab-all-data {
    margin-bottom: 50px;
}
span.after-btn i {
    color: #ffffff;
}
section.intrested {
    background: url(/wp-content/uploads/2025/06/banner-01.png) no-repeat;
    background-size: cover;
/*     background-position: center; */
    padding: 100px 0 100px;
}
.inytrested-text h3 {
    font-size: 5.625rem;
    font-family: 'Arboria Medium';
    line-height: 1.1;
    margin-bottom: 8px;
    color: #ffffff;
}
.int-desc {
    font-size: 18px;
    color: #ffffff;
    max-width: 648px;
    font-family: 'Arboria Bold';
    line-height: 1.5;
    margin-bottom: 50px;
}
.site-button.black-btn a {
    background: var(--main-color);
}
.site-button.black-btn span.after-btn {
	background: var(--main-color);
}
.news-boxx {
    background: var(--main-color3);
    max-width: 1144px;
    margin: 0 auto;
    border-radius: 8px;
		overflow: hidden;
}

section.featured-in {
    padding: 40px 0 40px;

	
}
.news-header {
    background: var(--main-color);
	padding: 30px;
}
.news-agency ul {
    display: flex;
    justify-content: space-between;
}
.news-header h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Arboria Medium';
    line-height: 1;
    margin-bottom: 0;
}
.news-body {
    padding: 45px 30px;
}
.news-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #d9dccf;
}
.news-footer {
    border-top: 1px solid #ffffff;
    height: 60px;
}
ul.slick-dots {
    position: absolute;
    top: calc(100% + 59px);
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}

.news-boxx {
    position: relative;
}
ul.slick-dots button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
}
ul.slick-dots .slick-active button {
    background: var(--main-color);
}
button.slick-arrow {
    position: absolute;
     top: calc(100% + 59px);
    z-index: 1;
}
button.slick-next.slick-arrow {
    right: 0;
}

button.slick-prev.slick-arrow {
    left: 0;
}
button.slick-arrow {
    position: absolute;
    top: calc(100% + 59px);
    z-index: 1;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Arboria Medium';
}
button.slick-next.slick-arrow:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 10px;
}
button.slick-prev.slick-arrow:before {
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    padding-right: 10px;
}
/* marquee */
:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --color-text: papayawhip;
      --color-bg: navy;
      --color-bg-accent: #2626a0;
    }
  }
  
  
  
  .marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
            mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
            animation: scroll-x var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      -webkit-animation-play-state: paused;
              animation-play-state: paused;
    }
  }
  
  .marquee--vertical {
    --mask-direction: to bottom;
  }
  
  .marquee--vertical,
  .marquee--vertical .marquee__group {
    flex-direction: column;
  }
  
  .marquee--vertical .marquee__group {
    -webkit-animation-name: scroll-y;
            animation-name: scroll-y;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  
  @-webkit-keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @-webkit-keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  /* Element styles */
  .marquee .techo {
      display: grid;
      place-items: center;
/*       width: var(--size); */
      fill: var(--color-text);
      /* background: tan; */
      /* aspect-ratio: 16/9; */
      padding: 0;
      border-radius: 0.5rem;
      font-size: 50px;
      line-height: 61px;
      color: #929292;
  }
  
  .marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
  }
  
  /* Parent wrapper */
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
  }
  
  .wrapper--vertical {
    flex-direction: row;
    height: 100vh;
  }
.boxx-img img {
    width: 100%;
}
.techo {
    font-family: 'Arboria Bold';
}
section.all-tech {
    padding: 10px 0 80px;
}
section.we-work-with {
    background: var(--main-color);
    padding: 80px 0 80px;
    color: #ffffff;
}
.rotation-text h2 {
    font-size: 70px;
    font-family: 'Arboria Bold';
}
#text-replaced {
  transition: opacity 0.5s ease-in-out;
}
.works-image img {
    width: 100%;
}
section.spacial-souce {
    position: relative;
    padding: 120px 0 20px;
}

.spacial-image {
    min-height: 100vh;
    position: relative;
}

.spacial-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: right;
}
.spacial-right-box {
    padding-left: 6rem;
}
.spacial-image img {
    border-radius: 1rem;
}
.aqlix-bg {
    background-image: url(/wp-content/uploads/2025/06/aqlix-bg.svg);
    background-repeat: repeat;
    background-size: cover;
    padding: 80px 0 80px;
    background-position: top, center;
}


section.our-jorny {
    background-image: url(/wp-content/uploads/2025/05/who-we-work-with-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
section.our-services {
    background-image: url(/wp-content/uploads/2025/05/who-we-work-with-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.sauce-boxx {
    border: 1px solid #e7e7e7;
    border-radius: 13px;
    padding: 20px;
    box-shadow: 0 0 10px #e7e7e7;
	background: #ffffff;
	min-height: 394px;
}
.sauce-icon {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spai-slider {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 90%;
    left: 10%;
}
.sauce-boxx h3 {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Arboria Bold';
}
.sauce-icon {
    margin-bottom: 30px;
}
.exc-boxx {
    background: var(--main-color);
    border-radius: 18px;
    padding: 0;
}
.section-intro.trophy-text {
    padding: 80px 0 80px 80px;
}

section.excelen {
    position: relative;
    transform: translateY(-166px);
}
.sauce-icon img {
    max-width: 60px;
}
.animate-spin-slow {
  animation: counterclockwise 22s linear infinite;
}
.rotate-info.rotate-info {
    padding-top: 0;
}
.rotate-info.rotate-info-padding {
    padding-top: 40px;
}

@keyframes counterclockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-1turn); /* same effect */
  }
}
.animate-spin-slow {
    fill: #ffffff;
}
li.rotate-div.justify-center {
    width: 189px;
    position: relative;
}
.rotate-text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.rotate-title {
    font-size: 40px;
    font-family: 'Arboria Bold';
    line-height: 1;
    margin-bottom: 5px;
}
.rotate-info {
    font-size: 16px;
    font-family: 'Arboria Bold';
}
li.rotate-div.justify-center {
    margin: 0 auto 60px;
}



li.rotate-div.justify-center:last-child {
    margin-bottom: 0;
}
textPath.fill-site-neutrals-600 {
    font-family: 'Arboria Book';
    font-size: 9px;
}
.awards-side {
    border-left: 1px solid rgb(255 255 255 / 30%);
}
.white-award {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 6%;
}

.award-text {
    color: #ffffff;
    font-size: 12px;
}

.white-award img {
    margin-bottom: 12px;
}
section.our-process {
    padding: 80px 0 0;
}
.single-step {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
.step-index {
    width: 55px;
    height: 55px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.step-num {
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Arboria Medium';
    color: #746868;
    margin-bottom: 12px;
}
.our-steps {
    position: relative;
}

.our-steps:before {
    content: '';
    background: transparent;
    width: 1px;
    height: 98%;
    display: block;
    position: absolute;
    left: 27px;
    z-index: -1;
    border-left: 2px dashed #746868;
}
.single-step h2 {
    font-size: 30px;
    font-family: 'Arboria Bold';
    line-height: 1.2;
}
.site-button.step-btn {
    padding-left: 13%;
    position: relative;
}
.site-button.step-btn:before {
    content: '';
    background: transparent;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 27px;
    z-index: -1;
    border-top: 2px dashed #746868;
    top: 12px;
    max-width: 211px;
}
.need-box {
    display: flex
;
    gap: 20px;
    margin-bottom: 50px;
}
.need-left i {
    color: var(--main-color2);
    font-size: 46px;
}
.need-right h4 {
    font-size: 24px;
    font-family: 'Arboria Bold';
    line-height: 1.2;
}

.need-right p {
    font-size: 18px;
    font-family: 'Arboria Medium';
    max-width: 500px;
}
.before-big-circle {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    margin-top: -140px;
    padding-bottom: 80px;
}

/* .before-big-circle:before {
    content: '';
    background: #f6f7f8;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    transform: scale(1.2);
    z-index: -1;
} */
/* stack cards */
section.new.process {
    background: var(--main-color);
    color: #ffffff;
    padding: 80px 0 80px;
}
/* scrolling tabs */
.scroll-tabs-section {
  position: relative;
  height: 600vh; /* 6 steps * 100vh = section total height */
}

.scroll-tabs-section .step-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.scroll-tabs-section .step {
  flex: 0 0 100vh;
  display: flex;
  align-items: center;
  justify-content: start;
  background-size: cover;
  background-position: center;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
	
}

.scroll-tabs-section .step.active {
  opacity: 1;
  z-index: 1;
}

.scroll-tabs-section .tabs {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scroll-tabs-section .tab {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.scroll-tabs-section .tab.active {
  background: #cf142b;
}
.sliding-fix-text {
    position: absolute;
    top: 10%;
    left: 7%;
    z-index: 9;
    height: 80%;
}
.scroll-tabs-section .progress-bar {
    position: relative;
    width: 4px;
    height: 60%;
    background: #0d1d47;
    border-radius: 2px;
    margin-top: 70px;
}

.scroll-tabs-section .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #F37022;
  border-radius: 2px;
  transition: height 0.3s ease;
}
.steps-text p {
    font-size: 18px;
}
.steps-text {
	  width: 100%;
    max-width: 650px;
}
.steps-text h2 {
    font-size: 45px;
    font-family: 'Arboria Medium;
    margin-bottom: 11px;
}
.steps-text small {
    font-size: 30px;
    font-family: 'Arboria Medium';
}
.modal-content {
    background: var(--main-color2);
    position: relative;
}
button.btn-close.modal-close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #000000;
     font-family: 'Arboria Bold';
    z-index: 9;
}
p.exit {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
}
.modal-body h2 {
    font-size: 4rem;
    font-family: 'Arboria Medium';
    line-height: 1.1;
    margin-bottom: 30px;
    color: #ffffff;
}
p.info-text {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Arboria Medium';
    margin-bottom: 40px;
}
.modal-body input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    height: 50px;
    color: #ffffff;
    padding-left: 9px;
	 margin-bottom: 20px;
}
::placeholder{
	color: rgb(255 255 255 / 60%);
}
textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 70px;
    margin-bottom: 40px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--main-color);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-family: 'Arboria Medium';
    font-size: 18px;
    width: auto;
    height: auto;
    border: 0;
}
.sliding-fix-text .section-intro h2 {
    color: var(--main-color2);
}
.banner-text h1 {
    text-shadow: 0 0 1px #000;
}
.sliding-fix-text {
    width: 100%;
    max-width: 800px;
}
.stydy-zoom-video {
  width: 325px;
  height: 325px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  border: 12px solid #ffffff;
  transition: transform 3s ease, border-radius 1s ease;
}
.stydy-zoom-video.zoomed {
  transform: translate(-50%, -50%) scale(4.2); /* Adjust for full-screen effect */
  border-radius: 0;
}
.top-case-study {
    overflow: hidden;
	border-radius: 20px;
}

.stydy-zoom-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.top-case-study {
    position: relative;
}
.aqlix-all-clients {
    text-align: center;
}

.aqlix-all-clients .single-client {
    display: inline-block;
/*     width: 200px; */
    text-align: center;
    margin: 0 5px 10px;
}
.trophy-img {
    text-align: center;
}
.team-middle-box {
    max-width: 1008px;
    margin: 0 auto;
    width: 100%;
}

.team-middle-box img {
    width: 100%;
}
.counter-box {
    background: #e7e7e7;
    position: relative;
    border-radius: 18px;
    width: 200px;
    height: 200px;
}

.team-box {
    display: flex;
}

.counter-image {
    max-width: 164px;
    position: absolute;
    top: -108px;
    left: 0;
    
}
.counter-num {
    color: var(--main-color2);
    font-size: 66px;
    font-family: 'Arboria Bold';
    line-height: 1;
}
.counter-number {
    color: var(--main-color2);
    font-size: 55px;
    font-family: 'Arboria Bold';
    line-height: 1;
    text-align: center;
}

.counter-text {
    color: #000000;
    font-size: 30px;
    font-family: 'Arboria Bold';
    line-height: 1.2;
    text-align: center;
}
.counter-box {
    display: flex;
    align-items: end;
}
.counter-text {
    padding-bottom: 10px;
}
.team-counter-box.right-counter .counter-image {
    max-width: 220px;
	top: -80px;
    animation: rotate2 30s linear infinite;
}
.team-counter-box.left-counter .counter-image {
		animation: jumpTwo 5s linear infinite;
}
.team-counter-box.left-counter {
    position: relative;
    top: -52px;
}
@keyframes rotate2 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
@keyframes jumpTwo {
    0% {
        transform: translateZ(0)
    }

    40% {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translateZ(0)
    }
}
section.no-need {
    padding-bottom: 60px;
}
.no-need-background {
    position: relative;
}

.no-need-background:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -30%;
    top: 0;
    background-image: url(/wp-content/uploads/2025/06/globe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top, left;
    z-index: -1;
}
.no-need-background {
    position: relative;
    margin-top: -8%;
    padding: 80px 0 0;
}
section.spacial-souce {
    position: relative;
}
.section-intro h2 {
    font-size: 60px;
    font-family: 'Arboria Medium';
    color: var(--main-color);
    line-height: 1.2;
}
section.kind-words {
    position: relative;
    background: #e7e7e7;
    padding: 80px 0 80px 7%;
}
.single-review {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
}
.single-review p {
    font-size: 16px;
    font-family: 'Arboria Medium';
    line-height: 1.5;
    margin-bottom: 15px;
}
.client-name {
    font-size: 18px;
    color: var(--main-color2);
    font-family: 'Arboria Bold';
    line-height: 1;
    margin-bottom: 8px;
}
.client-agency {
    font-size: 13px;
    font-family: 'Arboria Bold';
}
.single-review.slide.slick-slide {
    margin: 0 8px;6px
}
.pm-image {
    max-width: 450px;
	margin-bottom: -25px;
}
section.homepage-blogs {
    padding: 80px 0 80px;
}
.single-post-thumb {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: #f0f0f0;
}
.post-tag {
    background: var(--main-color2);
    color: #ffffff;
    padding: 6px 18px;
    font-size: 12px;
    display: inline-block;
    border-radius: 30px;
    margin: 0 0 14px auto;
    width: auto;
}
.post-title h2 {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Arboria Bold';
}
.post-image {
    border-radius: 18px;
    overflow: hidden;
}
.read-all-btn {
    text-align: center;
    margin: 40px 0 0;
}

.read-all-btn a {
    color: var(--main-color2);
    font-size: 20px;
    font-family: 'Arboria Medium';
    text-decoration: underline;
    text-underline-offset: 7px;
}
.post-time {
    font-size: 13px;
    margin-bottom: 6px;
}

.post-time i {
    color: var(--main-color2);
    margin-right: 3px;
}
.hero-text {
    position: absolute;
    top: 50%;
    left: 8%;
    z-index: 1;
    transform: translate(0, -50%);
}
.small-intro {
    font-size: 70px;
    line-height: 1;
    color: #ffffff;
}
.hero-text h1 {
    font-size: 120px;
    color: #ffffff;
    line-height: 1;
	margin-bottom: 20px;
	margin-top: 0;
}
.hero-text p {
    font-size: 35px;
    color: #ffffff;
}
.stickey-main {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 24px;
    margin: 80px auto 0;
    align-items: center;
}
.card {
    width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
    height: 80vh;
    border-radius: 18px;
    position: sticky;
    border: 0;
}

.one {
  top: 50px;
}
.two {
  top: 80px;
}
.three {
  top: 110px;
}

.four {
  top: 140px;
}
.five {
  top: 170px;
}
.six {
  top: 200px;
}
section.stickey-features .container-fluid {
    padding: 0;
}
.scrolling-inner {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5%;
}
.scrolling-inner-text .section-intro p {
    margin-bottom: 30px;
}
.steps-text {
    padding-top: 30px;
}
section.kind-words .section-intro h2 {
	font-size: 52px;
}
.card {
    background-position: center, center !important;
}
.sauce-star {
    position: absolute;
    top: 0%;
    right: -8%;
    transform: rotate(0);
    max-width: 367px;
}


section.spacial-souce {
    width: 100%;
    overflow: hidden;
}
/* dropdown menu */
ul.menu li a {
    font-size: 18px;
}
.dropdown-toggle::after {
	display: none;
}
.caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
    position: absolute;
}
.caret.up {
    transform: rotate(180deg);
}
.dropdown-menu {
    list-style-type: none;
    margin: 23px 0 0 0;
    padding: 0;
    position: absolute;
    background: linear-gradient(to right, #f7f9fa 28%, #ffffff 18%);
    z-index: 1000;
    /* width: 100dvw; */
    width: 100%;
    left: 0;
    overflow: hidden;
    max-width: 100%;
    display: none;
    border-radius: 0;
    border: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    top: 112px;
    border-top: 1px solid #e7e7e7;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: static;
}
ul.services-list li a {
    color: #000000;
    font-size: 16px;
    font-family: 'Arboria Book';
}

ul.services-list li {
    text-align: left;
    display: block;
    margin-bottom: 10px;
	padding: 0;
}

ul.services-list {
    text-align: left;
	
}
ul.dropdown-menu {
    padding: 50px 0;
	text-align: left;
}
li.services-separator {
    width: 100%;
    height: 1px;
    opacity: .2;
    background: #000;
    margin: 30px 0;
}
.services-items-title a {
    font-size: 18px !important;
     font-family: 'Arboria Bold';
	color: #000000 !important;
}
.services-items-title {
    font-size: 18px;
    font-family: 'Arboria Bold';
	color: #000000;
}
.services-items-title {
    margin-bottom: 16px;
}
ul.services-list.orange-bullets li {
    position: relative;
}
ul.services-list.orange-bullets li:before {
    content: '';
    background: var(--main-color2);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
ul.dropdown-menu li a:hover{
	color: var(--main-color2);
}
ul.services-list.orange-bullets {
    margin-bottom: 35px;
}
ul.services-list.orange-bullets.count-2 {
    column-count: 2;
}
ul.services-list.orange-bullets.count-3 {
    column-count: 3;
}
.h-study-title {
    font-size: 18px;
    font-family: 'Arboria Bold';
    color: #000000;
}

.h-study-img {
    margin-bottom: 10px;
}
/* inner page */
section.inner-page-breadcrumb {
    padding: 80px 0 0;
}
section.inner-page-breadcrumb h1 {
    color: #666666;
    font-size: 70px;
    font-family: 'Arboria Light';
    margin-bottom: 35px;
    line-height: 1;
    margin-top: 0;
}
section.inner-page-breadcrumb h1 strong {
	 font-family: 'Arboria Book';
	color: #000000;
}
section.inner-page-breadcrumb p {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0;
	    font-family: 'PP Mori Regular';
}
small.page-tagline {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-family: 'Arboria Light';
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
}
.aqlix-header {
    position: relative;
    padding: 11px 0;
	  background: #ffffff;
	z-index: 99;
}
.bread-crumb-img img {
	height: 100%;
	object-fit: cover;
}
.button-with-intro {
    margin-bottom: 100px;
}
.bread-crumb-img {
	height: 100%;
	object-fit: cover;
}
.band-inner {
    background: #F0F0F0;
    color: #ffffff;
    display: flex;
    padding: 20px;
    border-radius: 18px 0 18px 18px;
    align-items: center;
	gap: 20px;
}
.band-right ul {
    display: flex
;
    justify-content: space-around;
}
.band-left {
    width: 100%;
    max-width: 320px;
    border-right: 1px solid #000000;
}
.band-left p {
    font-size: 22px;
    font-family: 'Arboria Medium';
	color: #000000;
}

.band-left a {
    color: #000000;
    text-decoration: underline;
    font-size: 24px;
    font-family: 'Arboria Bold';
}
.band-inner {
    width: 100%;
}
.band-right ul li img {
    display: block;
	max-width: 120px;
	
}
.band-right {
    width: 100%;
}
.band-right ul li span {
    font-size: 12px;
    color: #000000;
    font-family: 'Arboria Medium';
    display: block;
    text-align: center;
}
section.page-content {
    padding: 80px 0 80px;
}
.seavice-text-box {
    padding: 40px;
    border-top: 1px solid #000000;
}
.seavice-text-box {
    position: relative;
}

.service-title h3 {
    font-size: 24px;
    font-family: 'Arboria Medium';
    position: relative;
}

.service-title h3 i {
    position: absolute;
    left: -37px;
    top: 4px;
    color: var(--main-color2);
}
/* tabs css */
.tab-name {
    cursor: pointer;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    text-align: right;
    line-height: 1.5;
}
.tab-name.active-tab {
     font-family: 'Arboria Bold';
	color:  var(--main-color2);
}

.tab-content {
  display: none;
  padding: 0;
  background-color: #fff;
}
.tab-content.active-content {
  display: block;
}
.tab-name.active-tab:after {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab-name.active-tab {
    position: relative;
}
.theme-color {
	color: var(--main-color2);
}
.cta-band {
    background: #0d1d47;
    color: #ffffff;
    border-radius: 18px 74px 73px 18px;
    overflow: hidden;
}

.cta-image {
    max-width: 184px;
}

.cta-text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'Arboria Bold';
}
.get-cta {
    margin: 80px 0 80px;
}
.why-icon svg {
    fill: var(--main-color2);
    width: 70px;
}

.why-box h3 {
    font-size: 24px;
    font-family: 'Arboria Medium';
}

.why-icon {
    margin-bottom: 30px;
}
.faqs {
    padding: 80px 0 0;
}
.ko-faq-section .ko-container > p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.ko-accordion-item-header {
  padding: 20px 0;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Arboria Medium';
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ko-accordion-item-header::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiMwNDdDQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}
.ko-accordion-item-header.active::after {
  content: "";
  transform: rotate(90deg);
}
.ko-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.ko-accordion-item-body-content {
  padding-bottom: 20px;
}
.ko-faq-accordion {
  margin-bottom: 80px;
}
.ko-ask-qus h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}
.ko-ask-qus p {
  margin-bottom: 20px;
}
.ko-form-cotrl {
  margin-bottom: 20px;
}
.ko-faq-input-field {
  width: 100%;
  max-width: 520px;
  padding: 10px;
  outline: none;
  border: 1px solid #dfdfdf;
}
.ko-faq-input-field:focus {
  outline: none;
  border: 1px solid #aae0ff;
  box-shadow: 1px 1px 10px #aae0ff;
}
.ko-btn {
  border: 0;
  padding: 6px 12px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}
.sidebar-title {
    font-family: 'Arboria Bold';
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-size: 18px;
    margin-bottom: 16px;
}
.single-scrolling-link a {
    color: #687580;
    font-size: 16px;
    max-width: 240px;
    white-space: normal;
    display: inline-block;
}
.single-scrolling-link a:hover{
	color: var(--main-color2);
}
.single-scrolling-link {
    margin-bottom: 14px;
}
.axc-box {
    background: #0d1d47;
    color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    padding: 25px;
	max-width: 240px;
}
.axi-image img {
    width: 100%;
}

.axi-image {
    margin-bottom: 12px;
}

.axi-cnt {
    font-family: 'Arboria Medium';
}
.sidebar.area {
    position: sticky;
    top: 0;
    padding-top: 60px;
}
.sidebar-space {
    height: 20px;
    display: block;
}
.sidebar.area {
    margin-bottom: 30px;
    background: #ffffff;
}
.axc-box.gray-box {
    background: #d9dcdf;
    color: #000000;
	 margin-bottom: 30px;
}
.single-scrolling-link a.active {
  color: var(--main-color2);
font-family: 'Arboria Medium';
}
ul.dropdown-menu a {
    color: #000000 !important;
}

ul.dropdown-menu a:hover {
    color: var(--main-color2) !important;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
/* section.inner-page-breadcrumb {
    background: url(/wp-content/uploads/2025/06/globe-1.svg) no-repeat;
    background-size: contain;
} */
/* Style the label like a button */
.drop-contact-form .wpcf7-list-item-label {
    display: inline-block;
    padding: 12px 24px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 12px;
    font-family: 'Arboria Book';
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
/* Hover effect for button-like appearance */
.drop-contact-form .wpcf7-list-item-label:hover {
  background-color: #e0e0e0;
}

/* Change color when the checkbox is checked */
.drop-contact-form input[type="checkbox"]:checked + .checkbox-label {
  background-color: #3E3EF8; /* Blue background */
  color: white; /* White text */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.drop-contact-form span.wpcf7-list-item.first {
    margin-left: 0;
}
.drop-contact-form input[type="checkbox"] {
    display: none;
}
.drop-contact-form .form-control {
    border: 0;
    border: 1px solid #00000029;
    border-radius: 8px;
    height: 55px;
    width: 100%;
    outline: 0;
    color: #858585;
    font-size: 16px;
}
.drop-contact-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
      background: transparent;
    border: 1px solid #00000029;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
}
.drop-contact-form .wpcf7-list-item {
    margin: 0 10px 0 0;
}
.wpcf7-form-control.wpcf7-acceptance.optional input[type="checkbox"] {
    display: inline-block !important;
}
.wpcf7-form-control.wpcf7-acceptance.optional span.wpcf7-list-item-label {
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 10px;
    color: #858585;
    font-size: 14px;
    font-family: 'Arboria Book';
	text-align: left;
}
span.wpcf7-list-item-label a {
    color: var(--main-color2);
    font-size: 14px;
}
.wpcf7-form-control.wpcf7-acceptance.optional span.wpcf7-list-item-label {
    background: transparent !important;
    color: #000000 !important;
}
section.form-area {
    padding: 10px 0 80px;
}
.single-info-box a {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Arboria Medium';
    gap: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.single-info-box {
    background: var(--main-color2);
    padding: 50px;
    margin-bottom: 25px;
    border-radius: 8px;
}
.single-info-box i {
    font-size: 80px;
}
section.global-offices {
    padding: 80px 0 80px;
}
.gob-img img {
    border-radius: 8px;
}

.gob-img {
    margin-bottom: 15px;
}
.gob-text h4 {
    font-size: 22px;
    font-family: 'Arboria Bold';
    margin-bottom: 8px;
}
.gob-text p {
    font-family: 'Arboria Medium';
    font-size: 15px;
}
#loader {
    display: none;
}
section.all-blogs {
    padding: 10px 0 80px;
}
button.load-btn {
    background: var(--main-color2);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-family: 'Arboria Medium';
    font-size: 18px;
    border: 0;
}
button.load-btn:hover span.after-btn {
    margin-left: 10px;
}
#load-more-wrapper {
    text-align: center;
    margin: 50px 0 0;
}
.single-post-thumb {
    height: 100%;
}
section.all-blog-posts {
    padding: 10px 0 80px;
}
/* single post css */
.single-post-info h1 {
    font-size: 72px;
    font-family: 'Arboria Medium';
    position: relative;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-left: 24px;
}

.single-post-info h1:before {
    content: '';
    background: var(--main-color2);
    width: 5px;
    height: 100%;
    max-height: 120px;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.post-date {
    font-size: 1.5rem;
    font-family: 'Arboria Book';
    color: #0d3d9c;
    margin-bottom: 20px;
}
.social-box {
    display: block;
    margin-bottom: 30px;
	 font-family: 'Arboria Bold';
}

.social-box:last-of-type {
    margin: 0 0 40px;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-2.sbtn span {
    display: none;
}

a.col-2.sbtn {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-right: 3px;
}

.s-twitter {
	background: #03A9F4;
}
.s-twitter::before {
    font-family: fontawesome;
    content: '\f099';
}
.s-twitter:hover {
    background: #0093d6;
}

.s-facebook {
	background: #3F51B5;
}
.s-facebook::before {
    font-family: fontawesome;
    content: '\f09a';
}

.s-linkedin {
	background: #1a7baa;
}

.s-linkedin::before {
    font-family: fontawesome;
    content: '\f0e1';
}

a.col-2.sbtn.s-linkedin:hover {
    background: #136288;
}

.s-reddit {
	background: #ff4500;
}

.s-reddit::before {
    font-family: fontawesome;
    content: '\f1a1';
}

a.col-2.sbtn.s-reddit:hover {
    background: #e60000;
}

.social-btn a:last-of-type {
    margin: 0;
}
.post-datas {
    gap: 20px;
    margin-bottom: 21px;
    font-size: 20px;
}

.post-datas i {
    color: #0a3297;
    padding-right: 4px;
}
.blog-sidebar {
    position: sticky;
    top: 50px;
    background: #fff8f8;
    padding: 15px;
}
a.read-blog {
    font-size: 14px;
}

.pop-tags li {
    margin-bottom: 10px;
}

.pop-tags li a:hover {
    background: transparent;
    color: #5f77ff;
}
span.page-numbers.current {
    background: #3a56f2;
    padding: 2px 6px;
    color: #ffffff;
}
a.page-numbers {
    padding: 0 5px;
}
.insight-img img {
    width: 100% !important;
    height: 202px !important;
    object-fit: cover;
}
.insight-text h3 {
    margin: 0;
}
.blog-ftr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 0;
}
.blog-cnt {
    padding-bottom: 25px;
}
.blog-title {
    font-size: 20px;
     font-family: 'Arboria Bold';
    margin-bottom: 10px;
    line-height: 1.5;
}
.blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-cnt {
    min-height: 108px;
}
.blog-img {
    max-height: 260px;
    overflow: hidden;
}
.all-post-editor-data h2,
.all-post-editor-data h3,
.all-post-editor-data h4,
.all-post-editor-data h5,
.all-post-editor-data h6 {
     font-family: 'Arboria Bold';
    margin: 2rem 0;
}
section.single-page-wrapper {
    padding: 80px 0 80px;
}
section.single-page-wrapper {
    padding: 80px 0 80px;
}

.post-blog-img img {
    border-radius: 8px;
}

.post-blog-img {
    margin-bottom: 50px;
}
.post-datas {
    justify-content: center;
    margin-bottom: 50px;
}
a.read-blog {
    color: inherit;
}
.all-post-editor-data a {
    text-decoration: underline;
    color: var(--main-color2);
}
.takl-box.sidebar-cta {
    background: var(--main-color2);
    padding: 15px 15px;
	border-radius: 8px;
}
.takl-form input {
    width: 100%;
    height: 40px;
    padding-left: 9px;
    font-size: 12px;
    border: 0;
    border-radius: 8px;
	margin-bottom: 10px;
}
.takl-box.sidebar-cta {
    position: sticky;
    top: 100px;
}
.single-post-all-data ul {
    margin-left: 2rem;
    list-style: disc;
}
.single-post-all-data li {
    margin-bottom: 20px;
}
.blog-sidebar li {
    list-style: none;
}

.blog-sidebar ul {
    margin: 0;
}
.single-blog {
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #ffffff;
}
.blog-img {
    max-height: 260px;
    overflow: hidden;
}
.blog-internal-info {
    position: relative;
    background: #ffffff;
    padding: 30px 30px 20px;
}
.blog-title {
    font-size: 20px;
     font-family: 'Arboria Bold';
    margin-bottom: 10px;
    line-height: 1.5;
}
.blog-cnt {
    min-height: 108px;
	padding-bottom: 25px;
}
.blog-ftr {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 0;
}
/* jobs page */
.feedback-personal {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    height: auto;
    justify-content: space-between;
}
.feedback-personal-wrapper {
    display: flex;
    flex-direction: column;
}
.feedback-personal-item {
    width: 370px;
    height: 370px;
    margin-bottom: 143px;
    position: relative;
}
.feedback-personal-item img {
    max-width: 100%;
    height: auto;
}
.feedback-personal-item-message {
    position: absolute;
    top: 50px;
    left: 340px;
    width: 365px;
    height: auto;
}
.feedback-personal-item-message-text {
    padding: 24px 15px 25px;
    opacity: .95;
    background-image: linear-gradient(90deg, #ff8200, #ff5000);
    color: #fff;
    text-align: right;
    margin-bottom: 0;
    position: relative;
}
.feedback-personal-item-message-text__violet {
    background-image: linear-gradient(90deg, #a01e8c, #3c1ea0);
}
.feedback-personal-item-message-text:before {
    content: "";
    width: 70px;
    height: 60px;
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/06/double-qoutes.svg);
}
.feedback-personal-item-message-author {
    text-align: right;
    margin-top: 20px;
    font-family: 'Arboria Bold';
    font-size: 14px;
    padding: 0 15px;
}
.feedback-personal-wrapper:nth-of-type(2) .feedback-personal-item-message {
    right: 340px;
    left: unset;
}
.feedback-personal-margin {
    margin-top: 256px;
}
.feedback-personal-wrapper:nth-of-type(2) p {
    text-align: left;
}
.feedback-personal-item-message-text__blue {
    background-image: linear-gradient(90deg, #1ea5a0, #0096c8);
}
.refer-box {
    background-image: linear-gradient(90deg, #ff8200, #ff5000);
    padding: 50px;
    border-radius: 8px;
    color: #ffffff;
}
.site-button.blue-btn a {
    background: var(--main-color);
}
.site-button.blue-btn span.after-btn {
	 background: var(--main-color);
}
.text-right {
    text-align: right;
}
.refer-box h2 {
    font-size: 50px;
    font-family: 'Arboria Bold';
}
section.refer-and {
    padding: 10px 0 80px;
}
section.featured-jobs {
    padding: 10px 0 80px;
}
.job-title {
    font-size: 22px;
    font-family: 'Arboria Bold';
    line-height: 1.5;
    color: #050505;
}
.job-details ul {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 670px;
    flex-flow: row wrap;
    width: 100%;
    margin: 10px 0;
}
span.type-name {
    font-size: 16px;
    font-family: 'Arboria Bold';
    margin-right: 10px;
    color:var(--main-color2);
}
span.job-type {
    font-size: 16px;
    font-family: 'Arboria Book';
}

.single-job {
    padding: 40px 0 20px;
    border-bottom: 1px solid #dadada;
}
.job-location i {
    color:var(--main-color2);
    margin-right: 10px;
}
/* client page */
.page-template-clients section.trusted-by {
    padding: 10px 0 80px;
}
/* section.spacial-souce {
    background: url(/wp-content/uploads/2025/06/saucee-bg.png) no-repeat;
    background-size: cover;
} */
section.read-our {
    background: #e7e7e7;
    padding: 80px 0 140px;
}
.st-rating {
    background: #ffffff;
    border-radius: 8px;
    padding: 50px;
    position: absolute;
    top: 70%;
    width: 70%;
    left: 15%;
}

.clutch-box {
    max-width: 580px;
    position: relative;
}
.st-rating {
    text-align: center;
}
/* new timeline */
.ux-timeline {
  position: relative;
}

.ux-timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-33%);
    border-left: 3px dotted #dfdfdf;
}

.timeline-item.right:after {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 3px dotted #dfdfdf;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 90px;
}
.timeline-item.left:after {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 3px dotted #dfdfdf;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 90px;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 40px 0;
}

.timeline-item.left {
  left: 0;
  text-align: left;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* .timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #f44336;
  border-radius: 50%;
  z-index: 1;
}
 */
.timeline-item.left::before {
  right: -8px;
}

.timeline-item.right::before {
  left: -8px;
}

.timeline-content {
  padding: 0;
  border-radius: 6px;
}

.timeline-content h3 {
 font-size: 24px;
    font-family: 'Arboria Medium';
    position: relative;
}
.timeline-content h3:before {
    content: '';
    background: #f37022;
    width: 3px;
    height: 80%;
    display: block;
    position: absolute;
    left: -10px;
    top: 6px;
}

.timeline-content p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    margin-bottom: 1rem;
}
.bread-crumb-img img {
    width: 100%;
}

.timeline-item.left {
    padding-left: 0;
}
.ux-timeline {
    margin-bottom: 80px;
}
.process-timeline {
    position: relative;
}

.process-timeline:before {
    content: '';
    background: var(--main-color2);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.process-timeline:after {
    content: '';
    background: var(--main-color2);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
section.excelen .site-button {
    margin-top: 40px;
}

/* Header background */
.page-template-homepage li.dropdown:hover ~ header.aqlix-header,
.page-template-homepage .dropdown-menu:hover ~ header.aqlix-header,
.page-template-homepage header.aqlix-header:has(li.dropdown:hover),
.page-template-homepage header.aqlix-header:has(.dropdown-menu:hover),
.page-template-homepagev2 li.dropdown:hover ~ header.aqlix-header,
.page-template-homepagev2 .dropdown-menu:hover ~ header.aqlix-header,
.page-template-homepagev2 header.aqlix-header:has(li.dropdown:hover),
.page-template-homepagev2 header.aqlix-header:has(.dropdown-menu:hover) {
    background: #ffffff !important;
}

header.aqlix-header {
    transition: background 0.3s ease;
}

/* Logo switching */
.page-template-homepage li.dropdown:hover ~ header.aqlix-header a.blue-logo,
.page-template-homepage .dropdown-menu:hover ~ header.aqlix-header a.blue-logo,
.page-template-homepage header.aqlix-header:has(li.dropdown:hover) a.blue-logo,
.page-template-homepage header.aqlix-header:has(.dropdown-menu:hover) a.blue-logo,
.page-template-homepagev2 li.dropdown:hover ~ header.aqlix-header a.blue-logo,
.page-template-homepagev2 .dropdown-menu:hover ~ header.aqlix-header a.blue-logo,
.page-template-homepagev2 header.aqlix-header:has(li.dropdown:hover) a.blue-logo,
.page-template-homepagev2 header.aqlix-header:has(.dropdown-menu:hover) a.blue-logo {
    display: block;
}

.page-template-homepage li.dropdown:hover ~ header.aqlix-header a.white-logo,
.page-template-homepage .dropdown-menu:hover ~ header.aqlix-header a.white-logo,
.page-template-homepage header.aqlix-header:has(li.dropdown:hover) a.white-logo,
.page-template-homepage header.aqlix-header:has(.dropdown-menu:hover) a.white-logo,
.page-template-homepagev2 li.dropdown:hover ~ header.aqlix-header a.white-logo,
.page-template-homepagev2 .dropdown-menu:hover ~ header.aqlix-header a.white-logo,
.page-template-homepagev2 header.aqlix-header:has(li.dropdown:hover) a.white-logo,
.page-template-homepagev2 header.aqlix-header:has(.dropdown-menu:hover) a.white-logo {
    display: none;
}

/* Menu text color */
.page-template-homepage li.dropdown:hover ~ header.aqlix-header .menu li a,
.page-template-homepage .dropdown-menu:hover ~ header.aqlix-header .menu li a,
.page-template-homepage header.aqlix-header:has(li.dropdown:hover) .menu li a,
.page-template-homepage header.aqlix-header:has(.dropdown-menu:hover) .menu li a,
.page-template-homepagev2 li.dropdown:hover ~ header.aqlix-header .menu li a,
.page-template-homepagev2 .dropdown-menu:hover ~ header.aqlix-header .menu li a,
.page-template-homepagev2 header.aqlix-header:has(li.dropdown:hover) .menu li a,
.page-template-homepagev2 header.aqlix-header:has(.dropdown-menu:hover) .menu li a {
    color: #000000 !important;
}


section.page-content {
    position: relative;
}

.before-abstrat-img {
    position: absolute;
    top: 50%;
    left: -147px;
    max-width: 800px;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.7;
}
.join-the {
    background: var(--main-color2);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-band {
    position: relative;
}

.join-the a {
    color: #ffffff;
     font-family: 'Arboria Bold';
}

.join-the a span {
    display: block;
    font-size: 20px;
	border-bottom: 1px solid;
}
.ko-accordion-item {
    background: #F8F9FA;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.gray-column {
    background: #F8F9FA;
    padding: 80px 40px 80px;
	border-radius: 18px;
}
section.our-process {
    position: relative;
}
.border-column {
    border: 1px solid #ede1e1;
    padding: 0 3%;
    border-top: 0;
}
.border-column:nth-child(1) {
    border-left: 0;
}
.border-column:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.border-column:nth-child(3) {
    border-right: 0;
}
.tools {
    padding: 80px 0 0;
}
.prc-image {
    position: absolute;
    left: 0;
    max-width: 376px;
    transform: translate(-63%, 18%);
    bottom: 0;
    z-index: -1;
}
.timeline-image {
    max-width: 549px;
}
.key-facts {
    padding-right: 40px;
}
.why-choose {
    padding-right: 40px;
}
.faqs {
    padding-right: 40px;
}
section.our-process {
    padding-right: 40px;
}
.bread-crumb-img {
    border-radius: 0 18px 0 0;
    overflow: hidden;
}
.counter-box {
    justify-content: center;
}
.team-box {
    gap: 50px;
}
section.spacial-souce .site-button {
    margin-top: 40px;
}
.tab-content li {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.tab-content li:before {
    content: '';
    background: var(--main-color2);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}
.abt-quick-links {
    border: 1px solid var(--main-color2);
    background: #f3702214;
    border-radius: 18px;
    padding: 65px;
}

section.know-more-abt {
    padding: 0 0 80px;
}.center-border {
    border-left: 1px solid var(--main-color2);
    border-right: 1px solid var(--main-color2);
	    
}
.padding-block {
	padding: 0 5%;
}
.link-inner li a {
    color: #000000;
    font-size: 18px;
}

.link-inner li {
    margin-bottom: 10px;
    position: relative;
}

.link-inner li:before {
    content: '';
    background: var(--main-color2);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 15px;
}
.tool-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tool-image figure {
    margin: 0;
}

.tool-image img {
    max-width: 70px;
}

.tool-name {
    color: #666666;
    font-size: 18px;
    font-family: 'Arboria Medium';
}
.snigle-tool {
    margin: 0 30px 0 0;
}
.tools-slider.slider {
    display: flex;
    gap: 20px;
}
.tab-name:nth-child(1) {
    padding-top: 0;
}
.tab-output {
    padding-left: 5%;
}
.latest-insignt-withlogo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.latest-insignt-withlogo img {
    max-width: 90px;
}

.latest-insignt-withlogo a {
    color: var(--main-color2);
    text-decoration: underline;
	font-size: 18px;
    text-underline-offset: 6px;
    
}
.banner-inner {
    border-left: 1px solid #e7e7e7;
}

.banner-form {
    margin-left: 15%;
}

.banner-form h2 {
    margin-bottom: 50px;
    font-size: 45px;
    line-height: 1.1;
    font-family: 'Arboria Medium';
    max-width: 498px;
}

.serv-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    color: #000000;
    font-size: 16px;
    padding-left: 12px;
    font-family: 'Arboria Light';
}

.serv-form input::placeholder {
    color: #707070;
}
.serv-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	 color: #707070;
}
.serv-form textarea.wpcf7-form-control.wpcf7-textarea {
	 font-family: 'Arboria Light';
	  font-size: 16px;
    background: transparent;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    border-radius: 8px;
	padding: 12px;
}
.serv-form  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--main-color2);
}
.latest-insignt-withlogo {
    margin-top: 20px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
section.tech-pages {
    padding: 80px 0 80px;
}
section.abt-main-img img {
    width: 100%;
}
.our-clutch.reviews img {
    max-width: 270px;
}
section.we-here {
    padding: 140px 0 140px;
}
.about-tabs .tabs-buttons {
    display: flex;
    align-items: center;
	gap: 12px;
}
.about-tabs .tab-name {
    padding: 10px 23px;
    border-bottom: 0;
    font-size: 16px;
    text-align: right;
    line-height: 1;
    background: #F8F9FA;
    border-radius: 8px;
    font-family: 'Arboria Book';
}
.about-tabs .tab-name.active-tab:after {
	display: none;
}
.about-tabs .tab-name.active-tab {
    background: #f3702214;
}
.about-tabs .tabs-names {
    margin: 20px 0;
}
.about-tabs .tab-output {
    padding-left: 0;
}
.about-tabs .tab-content p {
    color: #666666;
	    margin-bottom: 50px;
	 font-family: 'Arboria Book';
}
.count-detail h3 {
    color: #000000;
    font-size: 60px;
    line-height: 1;
    margin: 0;
    font-family: 'Arboria Book';
}
.about-tabs .count-detail p {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
	
}
.counter-row {
    display: flex;
    gap: 20px;
}
.counter-row .count-detail:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #000000;
    padding: 0 20px;
}
.about-main-images {
    position: relative;
}
.abt-big-img {
max-width: 500px;
    margin-left: auto;	
}
.about-small {
    position: absolute;
    bottom: 5%;
    left: 30%;
    max-width: 350px;
}
section.aqlix-story {
    background: url(/wp-content/uploads/2025/07/story-bg-scaled.png) no-repeat;
    background-size: cover;
    background-position: center, center;
    padding: 80px 0 80px;
}
.custom-video-player {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 1rem auto;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.custom-video-player video {
  width: 100%;
  display: block;
}

.custom-video-player .controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
}

.custom-video-player .controls button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.custom-video-player .progress-bar {
  flex: 1;
  margin: 0 10px;
}
section.aqlix-partners {
    padding: 80px 0 20px;
}
.partners-row .row {
    margin-bottom: 70px;
}
.team-img img {
    border-radius: 18px;
}
.page-template-about-us section.know-more-abt {
    padding: 140px 0 140px;
}
.site-button.text-center.on-menu-btn {
    position: absolute;
    bottom: -3%;
    width: 100%;
    left: 0;
}

.abt-quick-links {
    position: relative;
}
.team-img img {
  transition: transform 0.5s ease;
}

.team-img:hover img {
  transform: scale(1.1) rotate(5deg); /* Zoom in 10% and rotate 5 degrees */
}
section.impact-we-created {
    padding: 130px 0 130px;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
    margin: auto;
    padding: 0;
}

  .photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .photo-grid .wide {
    grid-column: span 5;
    height: 300px; /* Adjust as needed */
  }

  .photo-grid .small {
    height: 150px; /* Adjust as needed */
  }
img.small.img-one {
    grid-column: span 2;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: auto;
  }

  .team-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .team-grid .tall {
    grid-row: span 3;
    height: 100%;
  }

  .team-grid .medium {
    height: 300px;
  }

  .team-grid .small {
    height: 150px;
}
img.medium.med1 {
    grid-column: span 2;
}
.medium.med2 {
    height: 225px;
}
.medium.med2.last-one {
    margin-top: -75px;
}
section.impact-we-created {
    position: relative;
}

.impact-bg {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.impact-bg img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.impact-bg {
    text-align: center;
}
/* volume play */
  #tts-speaker {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 6px;
    display: none;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }

  #tts-speaker button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
  }

  #tts-volume {
    width: 100px;
  }
/* home v2 */
.text-switch {
    color: #ffffff;
    font-size: 130px;
	 font-family: 'Arboria Bold';
	line-height: 1;
}
.typing-text {
    font-style: italic;
    font-family: 'Arboria Medium';
}
#type-text::after {
  content: '|';
  animation: blink 0.7s infinite;
	font-weight: 100;
	font-style: normal;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.textline {
    position: absolute;
    z-index: -1;
    bottom: 0;
    max-width: 660px;
    height: 32px;
    background: linear-gradient(89.93deg, #005AF0 5.53%, rgba(0, 90, 240, .2) 81.65%);
    width: 100%;
}
.animated-heading {
	position: relative;
}
.hero-text.home2 h1 {
    font-size: 120px;
    line-height: 1;
    margin: 0;
	font-family: 'Arboria Medium';
}
.hero-text.home2 p {
    font-size: 20px;
    margin: 30px 0;
    font-family: 'Arboria Medium';
}
.aqlix-all-clients .single-client {
    padding: 15px;
    border-radius: 8px;
}

.aqlix-all-clients .single-client img {
    width: 150px;
}
section.sucess-storys-new {
    padding: 80px 0 80px;
}
.single-new-study {
    border: 1px solid #e7e7e7;
}
.study-body h2 {
    font-size: 26px;
    font-family: 'Arboria Book';
    margin-bottom: 50px;
}
.study-post-date {
    margin-bottom: 50px;
    font-size: 16px;
    font-family: 'Arboria Medium';
}
.single-new-study {
    height: 100%;
}
.study-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-new-study {
    position: relative;
    overflow: hidden;
}

.study-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.study-overlay img {
    width: 100%;
    height: 100%;
    transition: transform 1.5s;
}

.study-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility .15s, opacity .15s;
	z-index: -1;
}
.study-body {
    padding: 50px;
}
.study-overlay:before {
content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #090909;
    outline-offset: -1px;
    background: rgb(0 0 0 / 70%);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    transition: background 1s, -webkit-backdrop-filter 1s;
    transition: background 1s, backdrop-filter 1s;
    transition: background 1s, backdrop-filter 1s, -webkit-backdrop-filter 1s;
}
.single-new-study:hover .study-overlay  {
    visibility: visible;
    opacity: 1;
}
.single-new-study:hover  .study-overlay img{
	transform: scale(1.2); 
}
.study-body:hover h2 {
    color: #ffffff;
}
.study-body:hover .study-post-date {
	 color: #ffffff;
}
.imp-images {
    margin: 60px 0 60px;
}
.sinngle-trophy img {
    max-width: 440px;
    margin-left: auto;
}
.contact-sidebar-nner {
    border-left: 1px solid #e7e7e7;
    padding-left: 10%;
    margin-left: 10%;
}
section.form-area .aqlix-container {
    border-top: 1px solid #e7e7e7;
    padding-top: 80px;
}
.contact-sidebar-nner h2 {
    font-family: 'Arboria Medium';
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 20px;
}
.indus-rec {
    margin-top: 70px;
}
.indus-rec h4 {
    font-size: 26px;
    font-family: 'Arboria Medium';
}
.indus-rec-logos img {
    width: 100%;
    max-width: 300px;
}
.static-f-left .f-smedia a {
    color: #0d1d47;
    font-size: 30px;
}
section.contact-page-footer .aqlix-container {
    border-top: 1px solid #e7e7e7;
    padding: 80px 0 80px;
}

.static-f-logo {
    margin-bottom: 40px;
}
.static-f-inner.bottom-footer li a {
    color: #000000;
}
.static-f-inner.bottom-footer {
    border: 0;
    padding: 0;
}
.contact-from-heading {
    font-family: 'Arboria Medium';
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.1;
}
.world-map {
    max-width: 900px;
    margin: 0 auto;
}
section.global-offices {
    background: #F8F9FA;
}
section.contact-page-footer {
    background: #F8F9FA;
}
.imapsSprite-group.imapsContainer-group.imapsMapObject-group.imapsMapImage-group {
  animation: blinkSmooth 1.5s ease-in-out infinite;
}
.imapsSprite-group.imapsContainer-group.imapsMapObject-group.imapsMapImage-group {
    outline: 5px solid rgb(13 29 71 / 50%);
    border-radius: 50%;
}
circle[Attributes Style] {
    r: 5 !important;
}

@keyframes blinkSmooth {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.gmb-links ul {
    display: flex;
    list-style: disc;
    width: auto;
    justify-content: center;
}

.gmb-links ul li {
    margin-right: 24px;
}

.gmb-links ul li a {
    color: #000000;
    font-family: 'Arboria Book';
    font-size: 16px;
}
.gmb-links ul li a:hover {
	color: var(--main-color2);
}
.gmb-links {
    border: 1px solid #e7e7e7;
    display: inline-block;
    border-radius: 30px;
    padding: 6px 39px;
}
.privacy-note {
  font-family: 'Arboria Book';
  font-size: 18px;
  color: #222;
  display: flex;
      justify-content: end;
	align-items: center;
  gap: 6px;
}

.privacy-note i {
  color: #6dd3af; /* Light green similar to image */
  font-size: 16px;
}
/* responsive below 1920 */
@media only screen and (max-width: 1650px) {
	.small-intro {
    font-size: 60px;
}
	.hero-text h1 {
    font-size: 110px;
}
	.hero-text p {
    font-size: 25px;
}
	.section-intro h2 {
    font-size: 50px;
}
	.section-intro p {
    font-size: 18px;
}
	.read-all-btn a {
    font-size: 18px;
}
	.aqlix-all-clients .single-client {
    width: 170px;
    margin: 10px 10px;
}
	.steps-text small {
    font-size: 25px;
}
	.steps-text h2 {
    font-size: 40px;
    font-family: 'Arboria Bold';
}
	.steps-text p {
    font-size: 16px;
}
	section.our-services {
    padding: 60px 0 60px;
}
	.marquee .techo {
    font-size: 40px;
}
	section.all-tech {
    padding: 40px 0 80px;
}
	p.light-text {
    font-size: 3rem;
}
	.inytrested-text h3 {
    font-size: 4.625rem;
}
	section.spacial-souce {
    padding: 80px 0 20px;
}
	.sauce-boxx h3 {
    font-size: 18px;
}
.sauce-boxx p {
    font-size: 15px;
}
.sauce-icon {
    margin-bottom: 10px;
	height: auto;
}
	section.excelen {
    transform: translateY(-70px);
}
li.rotate-div.justify-center {
    width: 140px;
}
.rotate-title {
    font-size: 30px;
}
	.rotate-info {
    font-size: 12px;
}
	li.rotate-div.justify-center {
    margin: 0 auto 40px;
}
	.section-intro.trophy-text {
    padding: 60px 0 60px 60px;
}
	.counter-number {
    font-size: 45px;
}
	.counter-text {
    font-size: 20px;
}
	.counter-box {
    height: 160px;
}
	section.kind-words .section-intro h2 {
    font-size: 40px;
}
	section.homepage-blogs .section-intro p {
    margin-bottom: 0;
}
	ul.menu li a {
    font-size: 16px;
}
	a.header-btn {
    background: var(--main-color2);
    font-size: 16px;
}
	section.featured-in {
    padding: 40px 0 40px;
}
	section.inner-page-breadcrumb h1 {
    font-size: 60px;
}
section.inner-page-breadcrumb {
    padding: 70px 0 0;
}
	.button-with-intro {
    margin-bottom: 81px;
}
	.axi-cnt {
    font-size: 12px;
}
	.sidebar.area .site-button a {
    padding: 12px 18px;
    font-size: 14px;
}
	.ko-accordion-item-header {
    font-size: 18px;
}
	.single-step h2 {
    font-size: 24px;
}
	.step-num {
    font-size: 18px;
    margin-bottom: 5px;
}
	.step-right p {
    font-size: 14px;
}
	.why-box h3 {
    font-size: 20px;
}
	.join-the {
    width: 110px;
    height: 110px;
}
	.join-the a span {
    font-size: 18px;
}
}
@media only screen and (max-width: 1460px) { 
	.timeline-item.left:after {
    max-width: 30px;
}
	.timeline-item.right:after {
		 max-width: 30px;
	}
	.cta-text {
    font-size: 22px;
	}
	.join-the {
        width: 105px;
        height: 105px;
    }
	.ko-accordion-item-body-content {
		font-size: 16px;
	}
.hero-text h1 {
        font-size: 100px;
    }
	.services-items-title a {
    font-size: 16px !important;
}
	ul.menu li a {
        font-size: 14px;
    }
	.why-icon svg {
    width: 50px;
}
	.why-box p {
    font-size: 16px;
}
	.sidebar.area .site-button a {
        padding: 12px 14px;
        font-size: 12px;
    }
	.sidebar.area span.after-btn {
    padding: 8px 12px;
}
	section.inner-page-breadcrumb p {
    font-size: 16px;
}
}
@media only screen and (max-width: 1370px) { 
	.abt-quick-links {
    padding: 60px 20px;
}
	.padding-block {
    padding: 0 3%;
}
	.link-inner li a {
    font-size: 16px;
}
    .small-intro {
        font-size: 50px;
    }
	.hero-text h1 {
        font-size: 90px;
    }
	    .hero-text p {
        font-size: 20px;
    }
	.aqlix-bg {
    padding: 60px 0 60px;
}
.section-intro p {
    margin-bottom: 40px;
}
.section-intro h2 {
        font-size: 40px;
    }
	    .section-intro p {
        font-size: 16px;
    }
	.aqlix-all-clients .single-client {
        width: 150px;
    }
	    section.featured-in {
        padding: 40px 0 40px;
    }
	    .steps-text h2 {
        font-size: 30px;
    }
	    .steps-text small {
        font-size: 20px;
    }
	.steps-text p {
        font-size: 16px;
    }
	section.our-services {
        padding: 40px 0 40px;
    }
	.tab-data-inner p {
    font-size: 14px;
}
	.marquee .techo {
        font-size: 30px;
    }
	section.all-tech {
        padding: 10px 0 60px;
    }
	section.intrested {
    padding: 70px 0 70px;
}
	p.light-text {
        font-size: 2rem;
    }
	.inytrested-text h3 {
        font-size: 3.625rem
;
    }
	section.spacial-souce {
        padding: 60px 0 20px;
    }
	.short-container {
	max-width: 85%;
}
	.pm-image {
    max-width: 410px;
}
	    section.kind-words .section-intro h2 {
        font-size: 35px;
    }
	section.kind-words {
    padding: 60px 0 60px 7%;
}
	section.homepage-blogs {
    padding: 40px 0 40px;
}
	.post-title h2 {
    font-size: 18px;
}
	.post-short-des {
    font-size: 14px;
}
	.steps-text {
    max-width: 540px;
}
	section.inner-page-breadcrumb h1 {
        font-size: 60px;
    }
	.band-left p {
    font-size: 18px;
}
	.band-left a {
    font-size: 20px;
}
	    .join-the {
        width: 96px;
        height: 96px;
    }
	.join-the a span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1300px) {  
    section.inner-page-breadcrumb h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1280px) {  
	.timeline-content p {
    font-size: 14px;
}
	.why-box p {
        font-size: 14px;
    }
	.ko-accordion-item-body-content {
        font-size: 14px;
    }
.aqlix-container {
    max-width: 90%;
}
	.small-intro {
        font-size: 40px;
    }
	.hero-text h1 {
        font-size: 80px;
    }
	    .section-intro h2 {
        font-size: 30px;
    }
	.section-intro p {
        margin-bottom: 25px;
    }
	section.sucess-storys {
    padding: 0 0 40px;
}
	    .aqlix-all-clients .single-client {
        width: 130px;
    }
	    .aqlix-bg {
        padding: 60px 0 30px;
    }
	.tab-button {
    padding: 8px;
    margin-bottom: 20px;
    font-size: 16px;
}
	    .short-container {
        max-width: 90%
    }
	section.our-process {
    padding: 20px 0 40px;
}
	.step-num {
    font-size: 14px;
    margin-bottom: 5px;
}
	.single-step h2 {
    font-size: 20px;
}
	.single-step {
    margin-bottom: 30px;
}
.to--ftn-inner h3 {
    font-size: 3.625rem
}
    a.header-btn {
        font-size: 14px;
    }
.site-button a {
    font-size: 14px;
}
    section.excelen {
        transform: translateY(-30px);
    }
.rotate-info.rotate-info-padding {
    padding-top: 10px;
}
.post-title h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1181px) {  
.mobile-toggle {
    display: inline-block;
}
	.gray-column {
    padding: 80px 10px 80px;
}
	.border-column {
    padding: 0 2%
}
	.padding-block {
        padding: 0 2%;
    }
	.link-inner li a {
        font-size: 14px;
    }
	.link-inner li:before {
    width: 10px;
    height: 10px;
}
	.desktop-menu {
    display: none;
}
	.discuss-idea a {
    height: 120px;
    width: 120px;
    right: 5%;
    font-size: 14px;
}
	    .small-intro {
        font-size: 25px;
    }
	.hero-text h1 {
        font-size: 50px;
        margin: 10px 0;
    }
	.hero-text p {
        font-size: 16px;
    }
	.logo img {
    max-width: 170px;
}
	.aqlix-bg {
        padding: 30px 0 30px;
    }
	.study-image {
    height: 250px;

}
	.mb-50 {
    margin-bottom: 16px;
}
	.section-intro p {
        margin-bottom: 10px;
    }
	.stydy-zoom-video {
    width: 260px;
    height: 260px;
    border: 6px solid #ffffff;
}
	.aqlix-all-clients .single-client {
        width: 80px;
    }
	section.featured-in {
        padding: 0 0 40px;
    }
	.card {
    height: auto;
}
	.section-intro h2 {
        font-size: 20px;
    }
	.scrolling-inner-text .section-intro p {
    margin-bottom: 15px;
}
	.site-button a {
        padding: 12px 20px;
    }
	span.after-btn {
    padding: 12px 15px;
}
	    .steps-text h2 {
        font-size: 20px;
    }
	    .steps-text p {
        font-size: 14px;
    }
	.steps-text {
        max-width: 340px;
    }
	.tab-button {
        margin-bottom: 10px;
        font-size: 12px;
    }
	.tab-data-inner h3 {
    font-size: 16px;
}
	.tab-button svg {
    width: 20px;
    height: 20px;
}
	.tab-feature h4 {
    font-size: 14px;
}
	.tab-feature {
    padding: 8px;
}
	.row.g-4.tab-all-data .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.tab-feature p {
    font-size: 12px;
}
.tab-data-inner p {
        font-size: 12px;
    }
	    .marquee .techo {
        font-size: 20px;
    }
	.wrapper {
    gap: 0;
}
	section.intrested {
        padding: 40px 0 40px;
    }
	p.light-text {
        font-size: 1.5rem;
    }
	.inytrested-text h3 {
        font-size: 2.625rem;
    }
	.sauce-star {
    display: none;
}
	.spacial-image {
    min-height: 600px;
    position: relative;
}
	.sauce-boxx {
    min-height: 350px;
}
	.section-intro.trophy-text {
        padding: 30px 0 30px 30px;
    }
	.section-intro p {
        font-size: 14px;
        margin-bottom: 15px;
    }
	.site-button {
    margin-top: 40px;
} .site-button {
    margin-top: 40px;
}
	li.rotate-div.justify-center {
        margin: 0 auto 20px;
        width: 100px;
    }
	li.rotate-div.justify-center:last-child {
    margin-bottom: 30px;
}
	    .rotate-title {
        font-size: 20px;
    }
	.counter-box {
        height: 130px;
        width: 130px;
    }
	.counter-number {
        font-size: 25px;
    }
.team-counter-box.right-counter .counter-image {
    top: -52px;
}
	.single-step p {
    font-size: 14px;
}
	    .single-step h2 {
        font-size: 18px;
    }
	.single-step {
    gap: 20px;
    margin-bottom: 20px;
}
	.site-button.step-btn:before {
    max-width: 140px;
}
	section.kind-words {
        padding: 40px 0 40px 5%
40px;
    }
	.single-review {
    padding: 15px;
}
	.single-review p {
    font-size: 14px;
}
	.post-tag {
    position: absolute;
    top: 10%;
    right: 10%;
    margin: 0;
}
	.post-image {
    margin-bottom: 12px;
}
	.f-menu li a {
    font-size: 16px;
}
	.f-menu ul li {
    padding-right: 20px;
}
	.f-smedia {
    gap: 15px;
}
	section.hero-banner {
    height: 90vh;
}
	section.hero-banner video {
    height: 90vh;
    object-fit: cover;
}
	section.inner-page-breadcrumb h1 {
        font-size: 40px;
    }
	.button-with-intro .col-md-6 {
    width: 100%;
}
	.button-with-intro {
        margin-bottom: 40px;
    }
	section.inner-page-breadcrumb {
        padding: 40px 0 0;
    }
	section.page-content .col-md-10 {
    width: 100%;
}
	section.page-content .col-md-2 {
		display: none;
	}
	.key-facts {
    padding-right: 0;
}
	.why-choose {
    padding-right: 0;
}
	.cta-band .col-md-2 {
    display: inline-block !important;
}
	.cta-text {
        font-size: 16px;
    }
	.join-the {
        width: 70px;
        height: 70px;
    }
	    .join-the a span {
        font-size: 10px;
    }
	.faqs {
    padding-right: 0;
}
	.band-left {
    max-width: 230px;
 
}
	.band-right ul {;
    gap: 10px;
}
	.why-box h3 {
        font-size: 18px;
    }
	.tab-name {
    padding: 20px;
    font-size: 16px;
}

}
  @media (max-width: 768px) {
    .photo-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .photo-grid .wide {
      grid-column: span 2;
    }
  }

@media only screen and (max-width: 767px) { 
	    .border-column {
        padding: 20px;
    }
	.border-column {
		border: 0;
	}
	.center-border {
    border-left: 0;
    border-top: 1px solid var(--main-color2);
    border-bottom: 1px solid var(--main-color2);
    border-right: 0;
    padding: 40px 0;
        margin: 40px 0;
}
	.tab-output {
    padding-top: 50px;
}
	.ko-accordion-item-header {
        font-size: 16px;
    }
	.ko-accordion-item-header::after {
    width: 40px;
}
    .hero-text h1 {
        font-size: 60px;
        margin: 10px 0;
    }
	.aqlix-bg {
        padding: 50px 0 50px;
    }
	    .aqlix-all-clients .single-client {
        width: 58px;
				margin: 5px 5px;
    }
	.news-agency-name {
    max-width: 200px;
		text-align: center;
		margin: 0 auto;
}
	.news-header h3 {
    margin-bottom: 15px;
		text-align: center;
}
	.news-agency ul {
		gap: 15px;
	}
	.news-text p {
		font-size: 16px;
		text-align: center;
	}
	section.featured-in {
		padding: 0;
	}
	.steps-text {
        max-width: 100%;
    }
	    a.header-btn {
        font-size: 12px;
        padding: 8px 18px;
    }
	.card:after {
    content: '';
   
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
		border-radius: 18px;
}
	.scrolling-inner {
    position: relative;
    z-index: 2;
}
	.card.one:after { 
		 background: rgb(0 0 0 / 30%);
	}
	.card.two:after {
    background: rgb(255 255 255 / 40%);
}
	.card.three:after {
    background: rgb(0 0 0 / 30%);
}
	.card.four:after {
    background: rgb(255 255 255 / 40%);
}
	.card.five:after {
      background: rgb(0 0 0 / 30%);
}
		.card.six:after {
    background: rgb(255 255 255 / 40%);
}
	    section.our-services {
        padding: 0px 0 40px;
    }
	section.intrested {
    background-position: center !important;
}
	    section.intrested {
        background-position: bottom;
        background-size: 100%;
        background-color: #0d1d47;
        padding: 40px 0 70px;
    }
.pm-image {
    display: none;
}
	section.kind-words {
        padding: 40px 0 40px 0;
    }
	section.kind-words .section-intro {
    text-align: center;
    margin-bottom: 20px;
}
section.kind-words .section-intro h2 {
        font-size: 20px;
    }
section.all-tech {
        padding: 10px 0 40px;
    }
	.spai-slider {
    position: static;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}
	.spacial-image {
    display: none;
}
	.spacial-right-box {
    padding-left: 0;
    margin-bottom: 40px;
}
	section.spacial-souce .full-container {
    max-width: 90%;
    margin: 0 auto;
}
	    section.excelen {
        transform: none;
    }
section.spacial-souce {
        padding: 40px 0 40px;
    }
	section.spacial-souce {
        padding: 40px 0 40px;
    }
	li.rotate-div.justify-center {
        margin: 7%;
        width: 35%;
        display: inline-block;
        float: left;
    }
	.team-counter-box.left-counter {
    top: 0;
}
	.team-middle-box {
    order: 3;
}
	.team-box {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
		justify-content: center;
}
	.team-box {
    padding-top: 100px;
}
	section.our-process .section-intro h2 br {
    display: none;
}
		section.our-process .section-intro h2  {
   text-align: center;
}
	    section.our-process {
        padding: 20px 0 60px;
    }
	.page-template-homepage .posts-area .col-md-6:last-child {
    display: none;
}
		.page-template-homepage .posts-area .col-md-6:nth-last-child(2) {
    display: none;
}
	.top-footer {
    padding: 60px 0 60px;
}
	.to--ftn-inner h3 {
        font-size: 26px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
	span.idea-popup svg {
    width: 40px;
}
	    p.light-text {
        font-size: 20px;
    }
	p.ftr-info {
    font-size: 16px;
    margin-bottom: 30px;
}
	.f-menu li a {
        font-size: 14px;
    }
	.f-menu {
    margin-bottom: 30px;
}
	.bottom-footer {
    padding: 40px 0 40px;
}
	.copy-text p {
    font-size: 12px;
}
	    .logo img {
        max-width: 140px;
    }
	.header-right {
    gap: 14px;
}
	.news-body {
    padding: 20px 20px;
}
	button.slick-arrow {
		top: calc(100% + 42px);
	}
	ul.slick-dots {
		top: calc(100% + 42px);
	}
	.hero-text {
		left: 5%;
	}
		.band-inner {
    display: block;
    border-radius: 0 0 18px 18px;
}
	.band-left {
        max-width: 100%;
        text-align: center;
		border-right: 0;
    }
	  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

      .ux-timeline::after {
        left: 0;
        transform: none;
    }


  .timeline-item::before {
    left: 8px;
  }
	.process-timeline:before {
    top: 0;
    left: 0;
}
	.process-timeline:after {
    left: 0;
}
	    .timeline-item, .timeline-item.left, .timeline-item.right {
        padding-left: 30px;
        padding-right: 0;
    }
	.tab-name {
    text-align: left;
 
}
.tab-output {
    height: auto;
}
	.cta-band .row {
    display: block;
}
	.cta-band {
    border-radius: 18px;
}
	.cta-image {
    max-width: 100%;
}
	    .cta-band .col-md-2 {
        width: 100%;
    }
	.cta-text {
        font-size: 16px;
        padding: 20px;
        text-align: center;
    }
	.cta-text br {
    display: none;
}
	    .join-the {
        width: 120px;
        height: 120px;
        top: 5%;
        right: 6%;
    }
	.band-right ul {
    display: block;
    text-align: center;
}
	.band-right ul:after {
    content: '';
    display: block;
    clear: both;
}
	.band-right li {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 50%;
    float: left;
}
}

  @media (max-width: 480px) {
    .photo-grid {
      grid-template-columns: 1fr;
    }

    .photo-grid .wide {
      grid-column: span 1;
    }
  }
