/* 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.208vw;
    line-height: 5.729vw;
    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 3.086vw;
    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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover{
    color: #000 !important;
    border-color: #fff !important;
    background: #fff !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.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;
}
.btn.btn-white{
    background: #fff  !important;
    border-color: #fff  !important;
    color: #161616  !important;
}
.btn.btn-white:hover{
    background: none  !important;
    border-color: #fff  !important;
    color: #fff  !important;
}
body.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

/* TYPOGRAPHY 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.4488vw 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: 3.7152vw;
    text-align: center;
}

.logo a img {
    width:100%;
}
.header-right a {
    font-size: 0.886vw;
    line-height: normal;
    display: block;
    color: #fff;
    padding: 0;
}
.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 // ================== **/

/** ================== // 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;
    width: 2.188vw;
}

.close-icon img{
    width: 100%;
}

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

/** ================== // HKO LANDDING FIRST SECTION START // ================== **/
.hko-landding-first-section {
    margin: 0;
    padding: 18.021vw 0 12.198vw;
    position: relative;
}

.blue-cricle-cap{
    transform-style: preserve-3d;
    animation: tumble 5s linear infinite;
    position: absolute;
    top: 9.896vw;
    left: 47.188vw;
    width: 14.583vw;
}
.blue-cricle-cap img{
    width: 100%;
        animation: imgFloat 5s linear infinite;
}
.hko-one-flex-row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.hko-one-col-left{
    width: 50%;
}

.hko-one-heading {
    margin: 0;
    padding: 0;
}
.hko-clinet-logo.hko-clinet-logo-mobile{
    display: none;
}
.hko-clinet-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2.604vw;
    margin-top: 14.063vw;
}
.hko-clinet-logo img {
    height: 1.563vw;
    opacity: 0.50;
    transition: 0.15s;
}
.hko-clinet-logo img:hover {
    opacity: 1;
}

.hko-one-col-right {
    width: 50%;
    padding-left: 9.74vw;
}

.hko-one-heading p {
    font-size: 1.563vw;
    line-height: 2.083vw;
    margin: 0 0 2.135vw;
}

.hko-one-heading p:last-child{
    margin-bottom: 0;
}

.water-cricle-mark{
    animation: floatUp 3.6s 0.1s ease-in-out infinite;
    position: absolute;
    bottom: 0;
    left: 33.906vw;
    width: 19.063vw;
}
.water-cricle-mark img{
    width: 100%;
}

/** ================== // HKO LANDDING FIRST SECTION END // ================== **/


/** ================== // HKO LANDDING SECOND SECTION START // ================== **/
.hko-landding-second-section {
    margin: 0;
    padding: 3.49vw 0 12.188vw;
}
.heading-tittle {
    margin: 0 0 3.958vw;
    padding: 0;
}
.heading-tittle h6 {
    margin: 0 0 1.563vw;
    padding: 0;
    font-size: 1.563vw;
    color: #fff;
    line-height: normal;
}
.heading-tittle p {
    margin: 0;
    padding: 0;
    font-size: 1.563vw;
    color: #fff;
    text-align: right;
}

.font-80 h1, .font-80 h2, .font-80 h3, .font-80 h4, .font-80 h5 {
    font-size: 4.167vw;
    line-height: 4.167vw;
    color: #fff;
    margin: 0 0 1.563vw;
    padding: 0;
}

.font-100 h1, .font-100 h2, .font-100 h3, .font-100 h4, .font-100 h5 {
    font-size: 5.208vw;
    line-height: 5.729vw;
    color: #fff;
    margin: 0 0 1.563vw;
    padding: 0;
}

.heading-tittle h2 {
    padding-right: 25vw;
}

.hko-box-outer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.042vw;
    margin: 0 0 6.354vw;
}

.hko-box-outer-col5 {
    width: calc(20% - 0.9vw);
}

.hko-box-outer-info {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 1.042vw;
    text-align: center;
    height: 12.76vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.15s;
    cursor: pointer;
}
.hko-box-outer-info:hover{
    border-color: #fff;
    box-shadow: 0 0 0.833vw rgba(255,255,255,0.5);
}
.hko-box-outer-info a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0;
    height: 100%;
}
.hko-box-outer-info p {
    margin: 0;
    padding: 0 2.813vw;
    font-size: 1.563vw;
    color: #fff;
    line-height: 1.823vw;
}

.heading-center {
    text-align: center;
    padding: 0 16vw;
}

.blue-cricle-cap-01{
    margin: 0 0 3.542vw;
    padding: 0;
    transform-style: preserve-3d;
    animation: tumble 5s linear infinite;
}
.blue-cricle-cap-01 img {
    width: 13.542vw;
    animation: imgFloat 5s linear infinite;
}
/** ================== // HKO LANDDING SECOND SECTION END // ================== **/

/** ================== // TESTIMONIAL REVIEWS SECTION START // ================== **/
.testimonial-review-section{
    position: relative;
}
.testimonial-slider{
    margin: 0;
    padding: 0;
}
.testimonial-item{
    position: relative;
}
.gradient-ovelay {
    position: relative;
}
.gradient-ovelay::before{
    content: "";
    background: #3C69FF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: color;
}
.gradient-ovelay::after{
    content: "";
    background: #132C7E;
    background: linear-gradient(0deg, rgba(19, 44, 126, 1) 0%, rgba(11, 33, 105, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.testimonial-ovelay figure img{
    margin: 0;
    padding: 0;
}
.testimonial-ovelay figure img{
    width: 100%;
}
.gradient-ovelay figure::before {
    content: "";
    background: #132C7E;
    background: linear-gradient(0deg, rgba(19, 44, 126, 1) 0%, rgba(11, 33, 105, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.67;
}
.gradient-ovelay figure::after {
    content: "";
    background: #3C69FF;
    background: linear-gradient(0deg, rgba(60, 105, 255, 1) 0%, rgba(60, 105, 255, 0) 47%, rgba(60, 105, 255, 0) 100%);
    position: absolute;
    top: 8.594vw;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.testimonial-review-absolute{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.review-client-content {
    margin: 0 0 0 auto;
    padding: 0;
    max-width: 46.667vw;
    position: relative;
}
.review-client-content h5{
    margin: 0 0 2.083vw;
    padding: 0;
    font-size: 2.865vw;
    line-height: 3.125vw;
}
#cloud-bounce-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.2;
}
.canvas-info-wrapper {
    display: none;
}

.left-comma, .right-comma {
    width: 2.656vw;
    position: absolute;
}
.left-comma {
    left: -7.187vw;
    top: -2.604vw;
}
.right-comma {
    bottom: 0;
    right: 0;
}
.review-client-content p strong {
    padding-left: 4.896vw;
}
/** ================== // TESTIMONIAL REVIEWS SECTION END // ================== **/

.section-title {
   margin-bottom: 3.906vw;
}

.section-title p {
    font-size: 1.563vw;
    line-height: 2.083vw;
}

/** ================== // BUILT FOR BRANDS SECTION CSS START // ================== **/
.built-for-brands-section {
    background: #161616;
    padding: 9.531vw 0vw 9.219vw;
    overflow: hidden;
}
.built-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.built-head h2 {
    max-width: 50%;
}
.built-head p {
    width: 46%;
}
.built-head p {
    width: 46%;
}
.brands-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.042vw;
}
.brands-card {
    background: transparent;
    padding: 4.74vw 6.927vw 4.01vw 6.146vw;
    position: relative;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 1.042vw;
        transition: 0.15s;
        cursor: pointer;
}
.brands-card:hover {
    border-color: #fff;
    box-shadow: 0 0 0.833vw rgba(255, 255, 255, 0.5);
}
.brands-card-icon {
    width: 4.427vw;
    height: 4.427vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3.385vw;
}
.brands-card-icon img {
    max-height: 4.386vw;
    width: 100%;
}
.brands-card h3 {
    font-size: 2.604vw;
    margin-bottom: 1.042vw;
    line-height: 3.125vw;
}
.brands-card p {
    color: #fff;
    font-size: 1.146vw;
    line-height: 1.458vw;
}
.brand-decision-section .heading-tittle {
    padding: 0 6.146vw;
    margin: 0 0 6.563vw;
}
.brand-decision-section .heading-tittle p {
    text-align: left;
    margin-left: 41vw;
}
.brand-decision-section .heading-tittle h2 {
    padding-right: 22vw;
}
/** ================== // BUILT FOR BRANDS SECTION CSS END // ================== **/

/** ================== // BRAND DECISION SECTION CSS START // ================== **/
.brand-decision-section {
    overflow: hidden;
}
.brand-decision-panel-wrap {
    display: block;
}
.brand-decision-panel-card {
    position: sticky;
    top: 0;
}
.brand-decision-panel-card .brand-decision-panel-holder {
    margin: 0;
    position: relative;
    height: 100vh;
}

.brand-decision-panel-holder {
    position: relative;
}
.brand-decision-panel-img-card figure{
    height: 100%;
    width: 100%;
}
.brand-decision-panel-img-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s;
    position: relative;
    z-index: -1;
}

.brand-decision-panel-info-card {
    position: absolute;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}
.brand-decision-panel-info-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.brand-decision-panel-info-content h3 {
    font-size: 4.167vw;
    line-height: 5.469vw;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 29.688vw - 2.604vw);
}
.brand-decision-panel-info-content .panel-number {
    font-size: 1.146vw;
    margin-right: 2.865vw;
}
.brand-decision-panel-info-content p {
    font-size: 1.563vw;
    line-height: 2.083vw;
    width: 29.688vw;
}
.brand-decision-panel-info-content p br{
    display: none;
}
.brand-decision-panel-img-card {
    position: relative;
    height: 100%;
}
.brand-decision-panel-holder::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 6.615vw;
    top: 0;
    left: 0;
    right: 0;
    background: #161616;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.13) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.brand-decision-panel-img-card.gradient-ovelay figure::after {
    background: linear-gradient(0deg, rgba(60, 105, 255, 0.62) 0%, rgba(60, 105, 255, 0) 47%, rgba(60, 105, 255, 0) 100%);
}

/** ================== // BRAND DECISION SECTION CSS END // ================== **/

/** ================== // WHY TRUST THIS APPROACH? SECTION START // ================== **/
.trust-approach-section{
    margin: 0;
    padding: 0 0 8.594vw;
    background: #161616;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.trust-approach-section::after{
    content: "";
    background: url('../images/gradient-cricle-background.png') no-repeat bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    z-index: -1;
}

.trust-approach-outer-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.302vw;
}

.trust-approach-col-4 {
    width: 27.204%;
    position: relative;
    padding: 13.073vw 4.688vw 6.875vw;
}

.trust-col4 .line-dots {
    display: none;
}
.line-dots {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 0%;
    transition: 2s;
    opacity: 0;
}
.line-dots::after {
    content: "";
    position: absolute;
    right: -0.235vw;
    bottom: 0px;
    background: rgba(255, 255, 255, 1);
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 100%;
}
.trust-approach-text-info p {
    font-size: 1.563vw;
    line-height: 2.083vw;
}
.trust-approach-col-4.trust-col1 {
    padding-left: 0.521vw;
    width: 23.113%;
}
.trust-approach-col-4.trust-col2 {
    padding-top: 20vw;
}
.trust-approach-col-4.trust-col3 {
    padding-top: 26.927vw;
}
.trust-approach-col-4.trust-col4 {
    padding-top: 33.828vw;
    padding-right: 0;
    padding-bottom: 0;
    width: 22.479%;
}
.trust-col1.aos-animate .line-dots {
    height: 67.5%;
}
.trust-col2.aos-animate .line-dots {
    height: 83.5%;
}
.trust-col3.aos-animate .line-dots {
    height: 100%;
}
.aos-animate .line-dots {
    opacity: 1;
}
.trust-headig {
    max-width: 54vw;
}
.trust-headig  p {
    padding-right: 12vw;
}
.trust-headig p br{
    display: none;
}
/** ================== // WHY TRUST THIS APPROACH? SECTION END // ================== **/

/** ================== // COUNTER SECTION START // ================== **/
.counter-scroll-repeat{
    background-color: #3C69FF;
    background-image: url('../images/dots-bg-blue.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: cover;
    padding: 2.604vw 0;
}

.counter-outer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8.854vw;
}
.counter-scroll-repeat:nth-child(1) .counter-outer-row {
    padding-left: 11.51vw;
}
.counter-scroll-repeat:nth-child(2) .counter-outer-row {
    padding-left: 30.729vw;
}
.counter-scroll-repeat:nth-child(3) .counter-outer-row {
    padding-left: 7.813vw;
}
.big-num {
    display: block;
    font-size: 10.417vw;
    line-height: 10.417vw;
    color: #fff;
    font-weight: 600;
}
.plus-text {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 4.167vw;
    line-height: 4.167vw;
}
.counter-number{
    position: relative;
}

.counter-content.font-80 h3{
    margin: 0;
}
.plus-text {
    position: absolute;
    top: -0.469vw;
    right: -3.125vw;
    color: #fff;
    font-size: 4.167vw;
    line-height: 4.167vw;
    font-weight: 600;
}
/** ================== // COUNTER SECTION END // ================== **/

/** ================== // TESTIMONIAL SECOND SECTION START // ================== **/
.testimonial-second-section{
    margin: 0;
    padding: 7.187vw 0 5.938vw;
    background: #fff;
}

.testimonial-2colum-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625vw 0 -0.104vw;
}

.testimonial-item-col-6{
    width: 50%;
    padding: 0 1.094vw;
    clip-path: inset(0px 0px 100%);
	transition: 1s;
}
.aos-animate.testimonial-item-col-6 {
    clip-path: inset(0px 0px 0px);
    transform: none;
}
.testimonial-item-col-info{
    margin: 0;
    padding: 7.528vw 5.99vw;
    border: 1px #707070 solid;
    border-radius: 1.042vw;
}
.testimonial-item-col-info img {
    margin: 0 0 1.823vw;
    width: 2.656vw;
}
.testimonial-item-col-info p{
    color: #161616;
    font-size: 1.563vw;
    line-height: 1.823vw;
    margin: 0 0 3.906vw;
    padding: 0;
}
.testimonial-item-col-info span{
    color: #161616;
    font-size: 1.146vw;
    line-height: 1.302vw;
    margin: 0;
    padding: 0;
}
 .testimonial-item-col-info span br {
	 display: none;
 }
/** ================== // TESTIMONIAL SECOND SECTION END // ================== **/

/** ================== // BRING CLARITY BRAND moves SECOND SECTION START // ================== **/
.bring-clarity-section{
    position: relative;
    margin: 0;
    padding: 13.542vw 0;
    background: #161616;
    z-index: 1;
    overflow: hidden;
}
.bring-clarity-section::after {
    content: "";
    background: url('../images/gradient-cricle-background.png') no-repeat bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    z-index: -1;
}
.btn.btn-border {
    background: none !important;
}
a.btn.btn-border:hover {
    background: #fff !important;
}
.heading-center .btn {
    margin-top: 2.708vw;
}
.water-cricle-move-animate.right-top {
    left: auto;
    right: 8.906vw;
    top: -5.729vw;
}
/** ================== // BRING CLARITY BRAND moves SECOND SECTION END // ================== **/

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

.footer {
    padding: 9.58vw 0 1.2vw;
    position: relative;
    background: #161616;
    overflow: hidden;
}
.footer .container {
    height: 100%;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.footer-left {
    width: 52%;
}
.footer-right {
    width: 48%;
}
.water-cricle-move-animate {
    animation: floatUp 3.6s 0.1s ease-in-out infinite;
    position: absolute;
    left: 13.542vw;
    width: 22.031vw;
    top: 7.917vw;
}
.water-cricle-move-animate img{
    width: 100%;
}
.footer-left-info {
    padding-right: 15.63vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer-social {
    margin-top: auto;
}

.footer-social-info ul li a img{
	width: 1.04vw;
}
.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: 0.625vw;
}
.footer-social-info ul li {
    color: #fff;
    font-size: inherit;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.footer-social-info p {
    color: #898989;
    font-size: 0.73vw;
    line-height: 0.833vw;
    font-weight: 300;
    margin: 0 0 0.625vw;
}
.footer-social-info span {
    color: #fff;
    font-size: 0.73vw;
    line-height: 0.833vw;
    font-weight: 300;
    font-style: italic;
}
.footer-social-info span a {
    color: #fff;
}
.footer-social-info span a:hover {
    text-decoration: underline;
    text-underline-offset: 0.16vw;
}
.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 // ================== **/

@keyframes tumble {
  0%   { transform: rotateX(18deg)  rotateZ(0deg)   translateY(0px); }
  15%  { transform: rotateX(18deg)  rotateZ(-8deg)  translateY(-0.729vw); }
  30%  { transform: rotateX(10deg)  rotateZ(-14deg) translateY(-1.354vw); }
  50%  { transform: rotateX(-8deg)  rotateZ(0deg)   translateY(-1.771vw); }
  70%  { transform: rotateX(10deg)  rotateZ(14deg)  translateY(-1.146vw); }
  85%  { transform: rotateX(28deg)  rotateZ(8deg)   translateY(-0.521vw); }
  100% { transform: rotateX(18deg)  rotateZ(0deg)   translateY(0vw); }
}

@keyframes imgFloat {
  /* keeps the image itself stable inside the spinning wrapper */
  0%,100% { transform: translateZ(0); }
}




.text-heading-animation .reveal-word {
    display: inline-block;
    vertical-align: bottom;
    clip-path: inset(-10% 0 -20% 0);
}
.text-heading-animation .reveal-word span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%) rotate(1.5deg);
  will-change: transform, opacity;
}
@keyframes wordUp {
  0%   { opacity: 0; transform: translateY(100%) rotate(1.5deg); }
  100% { opacity: 1; transform: translateY(0) rotate(0deg); }
}

.slick-slide > div{
    display: flex;
    flex-wrap: wrap;
}
.hide-desktop {
    display: none !important;
}

.testimonial-img-mobile{
    display: none !important;
}
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: #238300;

    font-size: 0.89vw;

}

 