/* TYPOGRAPHY START*/
* {
    box-sizing: border-box;
}

.btn:active,
*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}
html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #161616;
    overflow-x: hidden;
    font-family:'SF Pro Display';
    font-weight: 300;
    font-style: normal;
    color: #000;
    line-height: 1.5;
    overflow-y: scroll;
}

body.loader-overflow-visible{
    overflow-y: scroll;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}


h1 {
    color: #fff;
    font-size: 5.73vw;
    line-height: 6.77vw;
    font-style: normal;
    margin-bottom: 0;
    font-family:'SF Pro Display';
    font-weight: 300;
}

h2 {
    font-size: 2.6vw;
    line-height: 3.13vw;
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    font-family:'SF Pro Display';
    font-weight: 300;
}

h3 {
    font-size: 2.08vw;
    line-height: 2.6vw;
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    font-family:'SF Pro Display';
    font-weight: 300;
}


h4,
h6,
h5 {
    font-size: 1.15vw;
    line-height: 1.56vw;
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    font-family:'SF Pro Display';
    font-weight: 300;
}

p {
    font-size: 1.15vw;
    color: #fff;
    line-height: 1.56vw;
    margin-bottom: 0.52vw;
}
p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ol {
    padding-left: 0;
    padding-bottom: 0;
    counter-reset: listitem;
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 1.77vw;
}

ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #fff;
    display: inline-block;
    left: 0;
}

li {
    font-size: 1.15vw;
    color: #fff;
    line-height: 1.56vw;
    margin-bottom: 0.52vw;
    font-style: normal;
}
li:last-child{
    margin-bottom: 0;
}

li a {
        color: #fff;
}

li a:hover {
    color: #fff;
}

a {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}

.btn {
    background: #161616 !important;
    border-radius: 2.604vw !important;
    min-height: 3.283vw !important;
    color: #ffffff  !important;
    font-size: 0.885vw;
    line-height: 1;
    font-family:'SF Pro Display';
    font-weight: 300;
    font-style: normal;
    padding: 1.094vw 2.604vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    overflow: hidden;
    position: relative;
    border: 0.05vw rgba(255, 255, 255, 0.5) solid  !important;
}

.btn:hover{
    color: #000 !important;
    border-color: #fff !important;
    background: #fff !important;
}
.btn.btn-blue{
    background: #3C69FF  !important;
    border-color: #3C69FF  !important;
    color: #fff  !important;
}
.btn.btn-blue:hover{
    background: #fff  !important;
    border-color: #fff  !important;
    color: #000  !important;
}
body.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

/* TYPOGRAPHY END*/


/** ================== // LOADING CSS START // ================== **/
.loading-section {
    margin: 0;
    padding:1.61vw 4.69vw 1.61vw 4.17vw;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #161616;
    z-index: 99999;
    transition: all .5s ease-out;
}

.loading-warp {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-end;
}

.big-logo{
    margin: 0;
    padding: 0;
    width: 50%;
}

.big-logo img{
    width: 31.9vw;
}

.persente-load{
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
}

.loading-counter{
    color: #fff;
    font-size: 2.6vw;
    line-height: normal;
}

/** ================== // LOADING CSS END // ================== **/

/** ================== // HEADER CSS START // ================== **/

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
    z-index: 9;
    padding: 2.45vw 0;
    transition: all 500ms ease;
    border-bottom: 0;
}

.header-wrapper {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.logo {
	margin: 0;
    width: 4.22vw;
    text-align: center;
}

.logo a img {
    width:100%;
}

.header-right a {
    font-size: 0.89vw;
    line-height: normal;
    display: block;
    color: #fff;
    padding: 1.094vw 1.604vw;
}
.header-right a svg {
    margin-left: 0.72vw;
    width: 1.51vw;
    height: auto;
}
.header-right .btn:hover line, .header-right .btn:hover path {
    stroke: #000;
}
/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION CSS START // ================== **/

.hero-setion {
    padding: 9.17vw 0 5.47vw;
    position: relative;
}

.heading {
    margin: 0 0 2.97vw;
    padding: 0;
    position: relative;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
    margin: 0 0 0.78vw;
    padding: 0;
    font-size: 5.21vw;
    line-height: 5.73vw;
}

.hero-warp {
    display: flex;
    flex-wrap: wrap;
}

.hero-3d-circle-img {
    width: 50%;
    text-align: right;
    padding-right: 7.45vw;
}
.hero-3d-circle-img img{
    width: 14.58vw;
}

.hero-content-rlt{
    width: 50%;
    padding-left: 1.3vw;
    padding-top: 4.64vw;
    margin-left: auto;
}
.hero-content-decoration {
    display: flex;
    flex-wrap: wrap;
}
.hero-content-decoration h6 {
    width: 40%;
}
.hero-content-decoration p {
    width: 60%;
    font-size: 1.56vw;
    line-height: 2.08vw;
}

.hero0col-12 {
    width: 100%;
    padding-right: 25.66vw;
    padding-top: 10.26vw;
    position: relative;
}

/** ================== // HERO SECTION CSS END // ================== **/

/** ================== // STICKY MENU SECTION START // ================== **/
.sticky-visible-section{
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 9999;
    transition: 0.7s;
}
.sticky-visible-section.active{
    opacity: 1;
    visibility: visible;
    position: sticky;
    top: 1.04vw;
}
.sticky-menu-section {
    margin: 0;
    padding: 0;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.navigation .moblelogo {
	display: none;
}
.navigation {
    width: 100%;
    text-align: center;
    transition: 0.7s;
}

.main-nav .menu-bar {
	display: none;
}
.nav-manu {
    background: #2F2F2F;
    display: inline-flex;
    backdrop-filter: blur(1.042vw);
    border-radius: 1.67vw;
    border: 0.05vw rgba(242, 242, 242, 0.4) solid;
    background: rgb(47, 47, 47, 0.5);
    -webkit-backdrop-filter: blur(8px) saturate(100%);
    backdrop-filter: blur(8px) saturate(100%);
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
}
.nav-manu ul li {
    padding: 0.36vw 0.36vw;
    position: relative;
    margin: 0;
    color: #290076;
}
.nav-manu ul li:last-child {
    margin-right: 0;
}
.nav-manu ul li a {
    color: #fff;
    font-size: 0.89vw;
    line-height: normal;
    border-radius: 2.083vw;
    padding: 0.78vw 1.5vw;
    display: inline-flex;
    position: relative;
}
.nav-manu ul li:first-child {
    padding-left: 2.67vw;
}
.nav-manu ul li:last-child {
    padding-right: 2.67vw;
}
.nav-manu ul li.current-menu-item a {
    color: #ffffff;
    background: #404040;
}

/** ================== // STICKY MENU SECTION END // ================== **/

/** ================== // DESIGN FIRST SECTION START // ================== **/
.design-01-section {
    padding: 18.4vw 0 14.17vw;
    position: relative;
    z-index: 1;
}
.design-center-info {
    margin: 0 auto;
    padding: 0;
    max-width: 48.03vw;
    text-align: center;
    position: relative;
}
.design-center-info img{
    margin: 0 auto 0.89vw;
    width: 11.61vw;
    display: block;
}

/** ================== // DESIGN FIRST SECTION END // ================== **/

/** ================== // NO EGOS. NO FLUFF. JUST RESULTS SECTION START // ================== **/
.egos-design-02-section {
    margin: 0;
    padding: 5.26vw 0 9.01vw;
    background-image: url('../images/gradients-banner-img-01.png');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.egos-design-02-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2.6vw;
    position: relative;
}
.egos-design-02-left{
    width: 46%;
}

.egos-design-02-right{
    width: 54%;
    padding-left: 7.71vw;
}

.egos-design-content{
    margin: 0;
    padding: 0;
}

.egos-design-content p{
    margin: 0 0 1.3vw;
    padding: 0;
}
.egos-design-content p:last-child{
    margin-bottom: 0;
}

/* COUNTER */
.design-counter-scroll-warp {
    margin: 0 -0.6vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.2vw;
    position: relative;
}
.design-counter-col-4{
    margin: 0;
    padding: 0 0.6vw;
    width: 25%;
}
.design-counter-col-info {
    border: 0.05vw rgba(255, 255, 255, 0.5) solid;
    border-radius: 1.04vw;
    padding: 2.24vw 2.5vw 2.3vw;
}
.design-counter-col-info p {
    font-size: 0.89vw;
    line-height: normal;
    margin: 0 0 5.31vw;
    padding: 0;
}
.counter-nbr{
    font-size: 5.21vw;
    line-height: 6.2vw;
    display: block;
    color: #fff;
}
/* COUNTER */
/** ================== // NO EGOS. NO FLUFF. JUST RESULTS SECTION END // ================== **/

/** ================== // DESIGN IS NOT DECORATION. IT’S PERFORMANCE INFRASTRUCTURE. SECTION START  // ================== **/
.design-03-section {
    background: #F2F2F2;
    padding: 0 0 9.38vw;
    position: relative;
}
.design-03-section .container{
    background: #F2F2F2;
    position: relative;
    padding-top: 9.38vw;
}
.black-text *{
    color: #161616;
}

.design-03-box-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6vw 1.2vw;
}

.design-03-box-col-3{
    width: 33.565%;
    padding: 0 0.6vw;
}
.design-03-box-col-7{
    width: 66.435%;
    padding: 0 0.6vw;
}

.performs-03-repeat-item {
    display: flex;
    flex-wrap: wrap;
    background: #161616;
    border-radius: 1.04vw;
    align-items: center;
    padding: 1.15vw 3.13vw 0.99vw 2.92vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 1.09vw;
    height: 100%;
}
.performs-03-repeat-item.first-03::after{
    content: "";
    background: #383934;
    border-radius: 0 1.04vw 1.04vw 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    transition: 1.5s;
}
.performs-03-repeat-item.first-03.aos-animate::after{
    width: 76%;
}
.performs-03-repeat-item:last-child{
    margin-bottom: 0;
}

.performs-number {
    width: 45%;
}
.performs-number span {
    color: #fff;
    font-size: 5.21vw;
    line-height: normal;
}
.performs-content {
    width: 55%;
    padding-left: 0.99vw;
}
.performs-03-repeat-item.three-03 .performs-content {
    width: 45%;
    text-align: center;
}
.performs-03-repeat-item.three-03 .performs-number {
    width: 55%;
}
.performs-03-repeat-item.three-03 {
    padding-top: 4.38vw;
    padding-bottom: 4.38vw;
}
.performs-03-repeat-item.second-03 {
    background: #898989;
}
.performs-03-repeat-item.four-03 {
    background: #3C69FF;
    padding: 1.75vw 3.7vw 2.76vw 3.18vw;
    align-items: flex-start;
}
.performs-03-repeat-item.four-03 .performs-number {
    width: 32%;
}
.performs-03-repeat-item.four-03 .performs-content {
    width: 68%;
    text-align: right;
    padding-top: 4.9vw;
}

.groth-3colum-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6vw;
}

.groth-3colum-6{
    width: 33.3333%;
    padding: 0 0.6vw;
}
.performs-03-repeat-item.five-03 {
    background: #ffffff;
}
.performs-03-repeat-item.five-03 .performs-number {
    width: 55%;
}
.performs-03-repeat-item.five-03 .performs-content {
    width: 45%;
    padding-left: 0.99vw;
    text-align: right;
}

.performs-03-repeat-item.five-03 .performs-number span {
    color: #161616;
}
.performs-03-repeat-item.five-03 .performs-number p {
    color: #161616;
}
.performs-03-repeat-item.six-03 {
    background: #383934;
}
.performs-03-repeat-item.three-03 .performs-content img {
    width: 7.71vw;
}
.performs-03-repeat-item.five-03 .performs-content img {
    width: 8.7vw;
    transform: scale(1, 0);
    transition: all 1s;
    transition-delay: 1s;
    transform-origin: bottom center;
}
.performs-content svg {
    width: 100%;
    height: auto;
}
.performs-03-repeat-item.five-03 .performs-content.aos-animate img{
    transform: scale(1, 1);
}
.performs-03-repeat-item.six-03 .performs-content img {
    width: 12.97vw;
}
.performs-03-repeat-item.four-03 .performs-content img {
    width: 25.89vw;
}
.performs-03-repeat-item.four-03 .performs-content svg {
    width: 25.89vw;
}
/** ================== // DESIGN IS NOT DECORATION. IT’S PERFORMANCE INFRASTRUCTURE. SECTION END  // ================== **/



/** ================== // TEAM CAPABILITIES SECTION CSS START // ================== **/

.team-capabilities-section {
	padding: 9.27vw 0;
    position: relative;
}
.three3d-circle-animate {
    position: absolute;
    top: -11vw;
    left: 0;
    right: 0;
    text-align: center;
}
.three3d-circle-animate img {
    width: 21.56vw;
}
.team-capabilities-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	border: 0.05vw solid #898989;
	border-radius: 1.56vw;
    position: relative;
    background: #161616;
    overflow: hidden;
}
.team-capabilities-col {
    width: 33.33%;
    min-height: 22.92vw;
    position: relative;
    border-right: 0.05vw solid #898989;
    border-bottom: 0.05vw solid #898989;
    z-index: 1;
}
.team-capabilities-col:nth-child(3), .team-capabilities-col:nth-child(6){
	border-right: 0;
}
.team-capabilities-col:nth-child(n+4){
   border-bottom: 0;
}
.team-capabilities-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
}
.team-capabilities-col:hover .team-capabilities-thumb {
    opacity: 1;
    visibility: visible;
}
.team-capabilities-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-capabilities-col::after {
    content: '';
    width: 100%;
    height: 16.56vw;
    bottom: 0;
    left: 0;
    position: absolute;
	background: linear-gradient(360deg, rgb(22 22 22 / 99%), rgb(35 35 35 / 0%));
    z-index: -1;
}
.team-capabilities-info {
    padding: 3.18vw 3.43vw 2.34vw 2.03vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
}
.team-capabilities-info-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.04vw;
    align-items: center;
}
.team-capabilities-info-inner span {
    font-size: 0.94vw;
    color: #fff;
	font-weight: 300;
	line-height: 1.3vw;
}

/** ================== // TEAM CAPABILITIES SECTION CSS END// ================== **/


/** ================== // WORK SECTION CSS START// ================== **/

.work-section {
    position: relative;
    z-index: 2;
    background: #161616;
    background: linear-gradient(180deg, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 1) 93%, rgba(22, 22, 22, 0) 100%);
}
.work-section .three3d-circle-animate {
    width: 35.47vw;
    height: 26.61vw;
    bottom: 28.96vw;
    left: -16.3vw;
    top: auto;
    right: auto;
    z-index: 1;
}
.work-section .three3d-circle-animate img {
    width: 100%;
}
.work-col {
    margin-bottom: 2.29vw;
    position: relative;
}
.work-col:last-child{
    margin-bottom: 0;
}
.work-col-item {
    border: 0.05vw solid #898989;
    border-radius: 2.08vw;
	position: relative;
    overflow:hidden;
    cursor:pointer;
}
.work-col-item-image{
	width: 100%;
}
.work-col-item-image img {
    width: 100%;
    border-radius: 2.08vw;
    filter: grayscale(1);
}
.view-btn {
    position: absolute;
    transform:translate3d(-50%,-50%,0);
    transition:transform 0.2s cubic-bezier(.02,1.23,.79,1.08);
    top: 0;
    opacity: 0;
}

.work-col-item:hover .view-btn{
    opacity: 1;
    visibility: visible;
}
.view-btn .btn.btn-blue{
    background: #3C69FF !important;
    border-color: #3C69FF !important;
    color: #fff !important;
}
.work-col-item:hover .work-col-item-image img{
    filter: grayscale(0);
}

.see-more-work {
    margin-top: 4.43vw;
    text-align: center;
}

/** ================== // WORK SECTION CSS END// ================== **/


/** ================== // PROCESS EQUALS SECTION CSS START// ================== **/


.process-equals-section {
    padding: 7.29vw 0 9.27vw;
	position: relative;
}
.process-equals-section::after {
    content: '';
    background-image: url('../images/process-bg-path.svg');
    width: 100%;
    height: 41.67vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-position: center bottom;
    z-index: -1;
}
.process-equals-section .heading {
    text-align: center;
	position: relative;
	z-index: 3;
}
.process-equals-wrap {
    padding-top: 2vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 73.75vw;
    align-items: flex-end;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.process-equals-col {
    width: 33.33%;
    padding: 0 0.52vw;
}
.process-equals-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border: 0.05vw solid #fff;
	border-radius: 1.04vw;
    width: 100%;
}
.process-equals-info {
	position: relative;
	width: 100%;
    min-height: 18.23vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
	overflow: hidden;
	border-radius: 1.04vw;
	z-index: 1;
}
.process-equals-col:nth-child(2) .process-equals-info {
    min-height: 20.57vw;
    padding-top: 2vw;
}
.process-equals-col:nth-child(2) .process-equals-info::after {
    content: "";
    background-image: url('../images/shadow.png');
    background-repeat: no-repeat;
    width: 73.23vw;
    height: 72.66vw;
    position: absolute;
	z-index: -1;
}
.process-equals-item span {
    background: #F2F2F2;
	color: #161616;
	padding: 0.52vw 1.25vw;
    min-width: 12.45vw;
    min-height: 3.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.67vw;
    font-size: 0.89vw;
    line-height: 1.3vw;
	font-weight: 300;
    position: absolute;
	top: -1.72vw;
    margin: auto;
	z-index: 2;
}
.process-equals-col:nth-child(2) .process-equals-item span {
    min-width: 10.16vw;
	background: #3C69FF;
	color: #fff;
}
.process-equals-info ul {
    padding: 0;
    list-style: none;
}
.process-equals-info li {
    font-size: 0.89vw;
    color: #fff;
    font-weight: 300;
    line-height: 1.15vw;
	margin-bottom: 1.82vw;
}
.process-equals-info ul li img {
    width: 0.94vw;
}
.process-equals-info li:last-child{
	margin-bottom: 0;
}
/** ================== // PROCESS EQUALS SECTION CSS END// ================== **/

.form-letcontent-model {
    position: absolute;
    top: -200%;
    right: 0;
    width: 51.09vw;
    background: #3f3f3f73;
    border-radius: 1.04vw;
    padding: 4.84vw 4.43vw;
    z-index: 99;
    backdrop-filter: blur(0.78vw);
    transition: 0.7s;
}
.form-letcontent-model.form-popup-show {
    top: 0;
}
.popup-heading {
    margin: 0 0 2.71vw;
}
.form-table-warp{
    display: flex;
    flex-wrap: wrap;
}
.form-table-warp form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2vw;
    row-gap: 2.28vw;
}
.form-group{
    width: 100%;
    padding: 0 1.2vw;
}
.form-group.half-left{
    width: 50%;
}
.form-group.half-right{
    width: 50%;
}
.medium{
    font-size: 0.89vw;
    width: 100%;
    border: none;
    background: none;
    border-bottom: 0.05vw rgba(255, 255, 255, 0.5) solid;
    padding: 0.78vw;
    color: #fff;
    appearance: none;
    border-radius: 0;
}
.medium::-webkit-input-placeholder{
    color: #fff;
}
select.medium{
    background: url('../images/select-arrow.svg') no-repeat right center;
}
select.medium option {
    color: #000;
}
textarea.medium{
    resize: none;
    height: 9.27vw;
}

.form-group .btn.submit-btn {
    min-width: 100%;
    background: #fff !important;
    color: #161616!important;
}

.form-group .btn.submit-btn:hover{
    background: none  !important;
    color: #fff !important;
}

.close-icon{
    position: absolute;
    top: 2.29vw;
    right: 4.69vw;
    cursor: pointer;
}

/** ================== // GLOBAL CLIENTS SECTION CSS START // ================== **/

.global-clients-section {
    background: #fff;
    padding: 8.33vw 0 10.31vw;
    position: relative;
}
.global-clients-section .heading {
    text-align: center;
    z-index: 11;
}
.global-clients-section .heading h2 {
    color: #161616;
}
.global-clients-section .heading p {
    color: #161616;
}
.global-clients-logo-wrap {
    position: relative;
    z-index: 20;
}
.client-logo-marquee {
    overflow: hidden;
	margin-bottom: 3.49vw;
}
.client-logo-marquee:last-child{
	margin-bottom: 0;
}
.client-logo-scroller {
    width: 10000%;
}
.client-logo-scroller.ready > * {
    display: inline-block;
    float: left;
    overflow: hidden;

    webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-delay: 1s;
    animation-delay: 1s;

}
.client-logo-scroller:hover > * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/** ===== // MARQUEE TOP CSS // ======== **/

.marquee-top .client-logo-scroller.ready > * {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;

        -webkit-animation-name: marquee-top;
        animation-name: marquee-top;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
}
@-webkit-keyframes marquee-top {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee-top {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/** ===== // MARQUEE CENTER CSS // ======== **/

.marquee-center .client-logo-scroller.ready > * {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;

        -webkit-animation-name: marquee-center;
        animation-name: marquee-center;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
}
@-webkit-keyframes marquee-center {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee-center {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/** ===== // MARQUEE BOTTOM CSS // ======== **/

.marquee-bottom .client-logo-scroller.ready > * {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;

        -webkit-animation-name: marquee-bottom;
        animation-name: marquee-bottom;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
}
@-webkit-keyframes marquee-bottom {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee-bottom {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.client-logo-inner {
    display: flex !important;
    align-items: center;
}
.client-logo-item {
    margin: 0 2.6vw;
    width: auto;
}
.client-logo-item img {
    width: auto;
    opacity: 0.5;
    max-height: 3.96vw;
    max-width: 7.81vw;
}
/** ================== // GLOBAL CLIENTS SECTION CSS END // ================== **/




/** ================== // OUR TEAM OPERATES SECTION CSS START // ================== **/

.our-team-operates-section {
    background: #fff;
    padding: 21.25vw 0 0;
    position: relative;
}
.our-team-operates-section .three3d-circle-animate {
    top: -7vw;
}

.team-operates-wrap {
    position: relative;
    background: url('../images/gradients-banner-img-01.png') no-repeat center bottom;
    padding: 9vw 0 9vw;
    overflow: hidden;
    z-index: 1;
    background-size: 100%;
    transition: 0.7s;
}

/* .team-operates-wrap::before {
    content: "";
    background-image: url(../images/water-mark-img1.png);
    background-repeat: no-repeat;
    width: 24.22vw;
    height: 21.35vw;
    position: absolute;
    background-size: 100%;
    top: -6.72vw;
    left: 17.29vw;
} */
.team-operates-wrap::after {
    content: "";
    background-image: url(../images/water-mark-img2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 44.64vw;
    height: 33.44vw;
    position: absolute;
    background-position: top;
    right: -3.65vw;
    bottom: 3.96vw;
    z-index: -1;
    animation: floatUp 3.6s 0.1s ease-in-out infinite;
}
.team-operates-content {
    margin: auto 0 0;
    padding: 0 6vw 0 0;
}
.team-operates-content p {
    font-size: 1.56vw;
    line-height: 2.08vw;
    color: #fff;
    font-weight: 300;
}
.team-operates-inner-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-operates-left {
    width: 50%;
}
.team-operates-right {
    width: 50%;
	position: relative;
}

.team-operates-left-info {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.team-operates-right-info {
    padding-left: 7.14vw;
}
/** ================== //  OUR TEAM OPERATES SECTION CSS END // ================== **/



/** ================== //  FOOTER CSS START// ================== **/

.footer {
    padding: 9.58vw 0 1.2vw;
    position: relative;
    background: #161616;
    overflow: hidden;
    z-index: 11;
    height: 100vh;
}
.footer .container {
    height: 100%;
}
.footer .three3d-circle-animate {
    top: -23.36vw;
    right: auto;
    left: 23.28vw;
    transition: 0.7s;
    transform: rotate(360deg);
}
.footer.active .three3d-circle-animate {
    top: 3.36vw;
    transform: rotate(0deg);
}
.footer::after {
    content: "";
    background-image: url(../images/water-mark-img3.svg);
    background-repeat: no-repeat;
    width: 39.84vw;
    height: 17.29vw;
    position: absolute;
    left: 49%;
    transform: translateX(-51%);
    bottom: 0;
    background-size: 100%;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.footer-left {
    width: 54%;
}
.footer-right {
    width: 46%;
}
.footer-left-info {
    padding-right: 15.63vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer-menu-info ul {
        padding: 0;
    list-style: none;
}
.footer-menu-info ul li {
    font-size: 0.89vw;
    font-weight: 300;
    color: #fff;
    line-height: 1.15vw;
    margin-bottom: 2.6vw;
}
.footer-menu-info ul li:last-child{
	margin-bottom: 0;
}
.footer-menu-info ul li a, .footer-social-info ul li a{
	color: #fff;
	transition: 5s all;
}
.footer-social-info ul li a img{
	width: 1.04vw;
}
.footer-menu-info ul li a:hover, .back-to-top-btn a:hover {
	text-decoration: underline;
	text-underline-offset: 0.16vw;
}
.footer-social-info ul {
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 1.3vw;
    justify-content: flex-start;
	margin-bottom: 1.04vw;
}
.footer-social-info ul li {
    color: #fff;
    font-size: 1.04vw;
}
.footer-social-info p {
    color: #fff;
    font-size: 0.73vw;
	line-height: 1.04vw;
    font-weight: 300;
}
.back-to-top-btn {
    text-align: right;
    width: 100%;
}
.back-to-top-btn a {
    color: #fff;
    font-size: 0.89vw;
    line-height: 1.15vw;
}
.footer-logo {
    padding-top: 14.27vw;
    width: 41.82vw;
    margin-top: auto;
}
.footer-logo img {
    width: 100%;
}
.footer-right-info {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

@keyframes floatUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/** ================== //  FOOTER CSS END // ================== **/



/* ----------------------------------
  Sticky Section Setup (Vertical Scroll Duration)
  ---------------------------------- */
.scroll-team {
    position: relative;
    height: 100vh;
    z-index: 10;
    padding: 0;
    pointer-events: h

}
.pin-spacer {
    background: #fff;
}
#team-panels {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}
/* ... rest of your CSS ... */

#team-panels-container {
    height: 100%;
    /* 4 panels * 100% width each = 400% */
    width: 350%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute; /* Allows GSAP to control its X position */
}
article#team-panel-4 {
    padding-right: 10vw;
}

.team-panel {
    width: 100%; /* 100% / 4 panels = 25% */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ----------------------------------
   Text/Content Styling
   ---------------------------------- */
   .scroll-heading-fixed {
       position: relative;
       z-index: 50;
       width: 100%;
       text-align: center;
   }
   #team-panel-1 .scroll-heading-fixed {
       padding-left: 13vw;
   }
   .font-size-200 h2 {
       font-size: 6vw;
       line-height: normal;
       max-width: 59%;
       text-align: left;
   }

/* ----------------------------------
   3D Circle (The animated object)
   ---------------------------------- */
.three3d-circle-animate-new {
    position: absolute;
    width: 100%; /* Adjust size as needed */
    height: auto;
    /* Initial position for panel 1 */
    top: -7vw;
    text-align: center;
}
.three3d-circle-animate-new img {
    width: 18vw;
    display: block;
    margin: 0 auto;
    transform: rotate(155deg);
}

/* ----------------------------------
   Blue Background (The Expanding Element)
   ---------------------------------- */
   #blue-full-bg {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #007bff;
       transform: translateY(103vh);
       transform-origin: center center;
       border-top-right-radius: 100%;
       border-top-left-radius: 100%;
       z-index: 20;
   }

/* ----------------------------------
   Final Content Section (team-operates-wrap)
   ---------------------------------- */
#team-operates-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60; /* Higher than panels to reveal it */
    opacity: 0;/* Initially hidden, will fade in */
    visibility: hidden;
    color: white;
    transition: unset;
    /* Adjust padding/layout for your form content */
}

.scroll-heading-fixed .heading h2 span {
    display: block;
    text-align: right;
}


ellipse#Ellipse_179 {
    transform: scale(1, 0) translate(61px, 122px);
    transition-delay: 0.5s;
    transition-duration: 1s;
    transform-origin: bottom center;
        stroke: #ffffff;
}
.aos-animate ellipse#Ellipse_179 {
    transform: scale(1,1) translate(61px, 122px)
}
ellipse#Ellipse_178 {
    transform: scale(1, 0) translate(30px, 60px);
    transition-delay: 1s;
    transition-duration: 1s;
    transform-origin: bottom center;
}
.aos-animate ellipse#Ellipse_178 {
    transform: scale(1,1) translate(30px, 60px);
}
ellipse#Ellipse_177 {
    transform: scale(1, 0);
    transition-delay: 1.5s;
    transition-duration: 1s;
    transform-origin: bottom center;
}
.aos-animate ellipse#Ellipse_177 {
    transform: scale(1,1);
}


/***************************************************
 * Generated by SVG Artista on 10/16/2025, 3:19:20 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-1 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-fill-2 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-3 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-fill-4 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-5 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-fill-6 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-fill-7 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-fill-8 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-9 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: rgb(255, 255, 255);
  }

  100% {
    fill: rgb(22, 22, 22);
  }
}

.aos-animate .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-fill-10 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}


/* NEW CSS START */

img#circle {
    width: 14.69vw;
    position: absolute;
    left: 27.5vw;
    top: 10vw;
}
img#circle0 {
    width: 9vw;
    position: absolute;
    right: 44.69vw;
    top: -30.52vw;
    transform: rotate(-260deg);
    display: none;
}
img#circle1 {
    width: 14.69vw;
    position: absolute;
    right: 41vw;
    top: -23vw;
}
img#circle2 {
    width: 14.69vw;
    position: absolute;
    right: 7vw;
    top: -25vw;
    z-index: 1;
    display: block;
}
img#circle3 {
    width: 14.69vw;
    position: absolute;
    right: 1.2vw;
    left: 0;
    margin: 0 auto;
    top: -5.3vw;
    display: none;
}
div#blue-circle{
    opacity: 0
}

.work-col.hidden {
    display: none;
}


img#circle-repositioning {
    position: absolute;
    right: 2vw;
    top: 6vw;
    width: 20vw;
    animation: floatUp 3.6s 0.1s ease-in-out infinite;
}

.mobile-3d-cricle-show{
    display: none;
}

.lets-connect-btn-form-mobile{
    display: none;
}

.services-mb{
    display: none !important;
}
.work-sk-mb{
    display: none !important;
}
.global-clients-section .mobile-3d-cricle-show {
    margin-top: -50px;
    text-align: center;
}

@media (min-width:576px) {
    .three3d-circle-animate-new img.blue-circle-mobile{
        display: none !important;
    }
}

#circle-mobile3{
    display: none;
}

.footer-cricle-mobile{
    display: none;
}
body .wpcf7-not-valid-tip {
    font-size: 0.89vw;
    color: #f00;
}
body .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0  1.2vw;
    border: none;
    color: #f00;
}
span.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}
.form-group.form-submit {
    position: relative;
}
.team-operates-right-info span.wpcf7-not-valid-tip {
    color: #000;
}
body .team-operates-right-info .wpcf7 form .wpcf7-response-output {
    color: #fff;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    font-size: 0.89vw;
}
