.temp1 .container {
    padding: 140px 140px;
}
.temp-title {
    color: var(--wc-black100);
    font-size: 64px;
    font-weight: normal;
    line-height: 70px;
    letter-spacing: -3px;
    text-transform: capitalize;
    font-family: 'Proxima-Nova-Semibold';
}
.temp-title.temp-title-white{color: var(--wc-white);}
.temp-title strong {
    font-family: "ProximaNova-Bold";
}
h6.temp-title {
    margin-bottom: 60px;
    margin: 0 auto 30px;
}
.weconnect_reasons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.weconnect_reasonsbox {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    background: transparent ;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all .3s ease-in-out;
}
.weconnect_reasonsbox img {
    margin-bottom: 100px;
    filter: invert(1) brightness(2);
    transition: all .3s ease-in-out;
    width: 100px;
}
.weconnect_reasonsbox p {
    color: var(--wc-white);
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: "Proxima-Nova-Semibold";
}
.weconnect_reasonsbox span {
    overflow: hidden;
    color: var(--wc-white);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "proxima-nova-medium";
    line-height: 18px;
    opacity: .7;
}
.vertical-scroll-swiper .swiper {
    width: 100%;
    height: 100%;
}
.vertical-scroll-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--wc-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical-scroll-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.temp2 .swiper {
    width: 100%;
    height: auto;
}
.temp2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--wc-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.temp2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.temp2 .container {
    padding: 0 140px 140px;
}
.temp2 .swiper-slide {
    background: var(--wc-gray900);
    border-radius: 60px;
    padding: 120px;
}
.temp2 .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: 60px;
    right: initial;
}
.fasterculture_left {
    width: 50%;
    text-align: left;
}
.fasterculture_left h6 {
    margin-bottom: 30px;
}
.fasterculture_left h6 {
    color: var(--wc-white);
    font-size: 70px;
    font-style: normal;
    line-height: 72px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Light";
    letter-spacing: -1px;
}
.fasterculture_left h6 strong {
    font-family: "ProximaNova-Bold";
}
.fasterculture_left h6 {
    margin-left: 60px;
}
.features-animation-slider .open-stickform {
    margin-left: 0;
}
.fasterculture_left p {
    color: var(--wc-white);
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 60px;
    opacity: 0.7;
    width: 65%;
    margin-left: 0;
}
.fasterculture_left p {
    font-family: "Proxima-Nova-Light";
}
.fasterculture_left p strong {
    font-family: "ProximaNova-Bold";
}
.comn-red-btn button {
    display: flex;
    width: auto;
    height: 60px;
    padding: 20px 30px 20px 30px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
    background: var(--button-default);
    border: 0;
    color: var(--wc-white);
    font-family: "ProximaNova-Bold";
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.4s ease 0s;
}
.comn-red-btn button:hover {
    background: var(--button-default-hover);
    transition: all 0.4s ease 0s;
}
.comn-red-btn button span {
    width: 52px;
    height: 52px;
    background: var(--wc-white);
    border-radius: 40px;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.temp2 .swiper-pagination-bullet-active {
    background: var(--wc-gray600);
    opacity: 1;
}
.temp2 .swiper-pagination-bullet {
    background: var(--wc-gray600);
    opacity: 0.4;
}
.fasterculture {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}
.swiper-slide-active .fasterculture_left {
    transition: 1s ease-in-out;
}
section.temp3 {
    border-radius: 0;
    padding: 140px 140px 0;
    margin-top: 140px;
    background-image: url(../images/nxgn/workplacebg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/* .sectioninnerOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     padding: 140px 140px 0;
} */
.workforce_wrap_left .comn-red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.workforce_wrap_img1 {
    visibility: hidden;
}
.workforce_wrap_left h5 {
    color: var(--wc-white);
    font-size: 70px;
    font-style: normal;
    line-height: 72px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.workforce_wrap_left h5 span {
    font-family: "Proxima-Nova-Light";
}
.workforce_wrap_left h5 strong {
    font-family: "ProximaNova-Bold";
}
.workforce_wrap_left p {
    color: var(--wc-gray700);
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 60px;
    font-family: "Proxima-Nova-Light";
}
.workforce_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.workforce_wrap_left .app-phone {
    margin-top: 70px;
    margin-left: 10%;
}
.workforce_wrap_right img {
    position: absolute;
    right: 000;
    z-index: 9;
    top: initial;
    bottom: 0;
}
.workforce_wrap_left {
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    text-align: center;
}
.Workplace_txt {
    position: absolute;
    bottom: 00;
    left: 90px;
    bottom: 0px;
}
.Workplace_txt p {
    color: var(--wc-navyblue);
    font-size: 400px;
    font-style: italic;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-family: "Proxima-Nova-Light";
    background: var(--wc-white);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.09289653361344541) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.temp4 .container {
    padding: 300px 140px;
}
.manageService-temp4.temp4 .container {
    padding-block: 100px;
    padding-inline: 140px;
}
/* .temp1 .temp-title span:first-child {
    font-family: "Proxima-Nova-Light";
} */
.temp1 .temp-title strong {
    font-family: "ProximaNova-Bold";
}
.temp5 .card.card1 {
    background: var(--wc-purpole200);
}
.temp5 .card.card2 {
    background: var(--wc-orange200);
}
.temp5 .card.card3 {
    background: var(--wc-navyblue100);
}
.temp5 #stickywrap {
    position: sticky;
    top: 70px;
}
.temp5 .card {
    position: sticky !important;
    top: 0;
    margin-bottom: 30px;
    border-radius: 60px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.5s;
    padding: 136px 80px 136px 0px;
    border: 0;
}
.temp5 .card:nth-child(1n) {
    top: 140px;
}
.temp5 .card:nth-child(2n) {
    top: 210px;
}
.temp5 .card:nth-child(3n) {
    top: 210px;
}
section.temp5 {
    overflow: unset;
}
.blog-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 140px;
}
.blog-left-content {
    display: flex;
    align-items: center;
    gap: 140px;
}
.title-wrapper {
    width: 500px;
}
.card-list {
    padding-left: 22px;
}
.blog-txt {
    text-align: left;
}
.blog-txt h5 {
    font-family: "ProximaNova-Bold";
    color: var(--wc-black200);
    font-size: 70px;
    font-style: normal;
    line-height: 72px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.blog-txt p {
    font-family: "Proxima-Nova-Semibold";
    color: var(--wc-black100);
    font-size: 34px;
    font-style: normal;
    line-height: 38px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.blog-txt>span {
    color: var(--wc-gray200);
    font-family: "proxima-nova-medium";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.blog-txt h6 {
    color: var(--wc-gray400);
    font-size: 18px;
    font-style: normal;
    line-height: 21px;
    text-transform: capitalize;
    font-family: "ProximaNova-Bold";
    margin-bottom: 60px;
    margin-top: 16px;
}
.card-list li {
    color: var(--wc-gray400);
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.temp6 .container {
    padding: 140px 140px 140px;
}
.featurelistbox img {
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
}
.featurelistbox h4 {
    color: var(--wc-black100);
    font-family: "Proxima-Nova-Semibold";
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.featurelistbox p {
    color: var(--wc-gray200);
    font-size: 14px;
    font-style: normal;
    font-family: "proxima-nova-medium";
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.featurelist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: 80px 60px;
}
.featurelistbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 350px;
    position: relative;
}
.featurelistbox::before {
    content: "";
    position: absolute;
    top: -14px;
    width: 120px;
    height: 120px;
    background-color: #e6e6e6;
    display: block;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}
.imgbox-fetured {
    width: 120px;
    height: 120px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
}
.knowledge-hub-card:hover .knowledge-hub-card-img {
    transition: all 0.5s ease-in-out;
}
.knowledge-hub-card:hover .k-h-content-body {
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}
.knowledge-hub-card:hover .ReadMore-lnk {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.k-h-content-body p {
    color: var(--wc-black100);
    font-size: 26px;
    font-style: normal;
    line-height: 28px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Semibold";
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.k-h-content-body span {
    overflow: hidden;
    color: var(--wc-gray200);
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    text-transform: capitalize;
    font-family: "proxima-nova-medium";
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.knowledgeInfoBlock .read-now-btn {
    margin: 0;
}
.knowledgeInfoBlocklist li p {
    overflow: hidden;
    color: var(--wc-gray200);
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: var(--bs-body-font-family);
}
.knowledge-hub-card-img {
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 0;
}
.knowledge-hub-card-img img {
    width: 100%;
}
section.temp7 {
    background: #fbf2ef;
}
section.temp7 .container {
    padding: 140px 140px 140px;
}
.knowledge-hub-card-content {
    padding: 20px 30px 30px;
}
.knowledge-hub-card {
    background: var(--wc-white);
    border-radius: 30px 30px 30px 30px;
}
.ReadMore-lnk {
    transform: translateY(163px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.k-h-content-body {
    transform: translateY(15px);
    transition: all 0.5s ease-in-out;
}
.knowledge-hub-card:hover .k-h-content-body {
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}
.knowledge-hub-card {
    border-radius: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}
.knowledgeInfoBlocklist {
    display: flex;
    align-items: center;
    gap: 7px;
}
.recent-article-effect .swiper-slide {
    width: 420px !important;
    margin-right: 40px;
}
.knowledgeInfoBlocklist li:last-child {
    line-height: 0px;
    color: var(--wc-gray300);
}
.knowledgeInfoBlocklist li:last-child::before {
    content: unset;
}
.knowledgeInfoBlocklist li {
    position: relative;
}
.knowledgeInfoBlocklist li::before {
    content: '';
    position: absolute;
    top: 7px;
    right: -5px;
    height: 3px;
    width: 3px;
    background-color: var(--wc-gray300);
    border-radius: 50px;
    display: none;
}
.knowledgeInfoBlocklist li p {
    margin-bottom: 0;
}
.knowledgeInfoBlocklist li {
    line-height: normal;
}
.knowledgeInfoBlocklist li p {
    font-weight: normal;
    padding-left: 2px;
}
.ReadMore-lnk .comn-red-btn button {
    width: auto;
    height: 50px;
    padding: 20px 30px 20px 30px;
}
.article-section-content p {
    color: var(--wc-black200);
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 60px;
}
.swiper.temp1-slider {
    position: relative;
    overflow: visible;
}
.article-section-swiper .swiper-wrapper {
    background: rgb(251, 242, 239);
}
.article-section-content {
    width: 28%;
    position: absolute;
    text-align: left;
    padding-top: 6%;
}
.article-section-content .temp-title {
    text-align: left;
    margin-bottom: 30px;
}
.temp8 .container {
    padding: 150px 90px;
}
.temp8-area {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 67px 90px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.formsectn {
    position: relative;
    z-index: 1;
    color: var(--wc-white);
    background: var(--wc-white);
    padding: 60px;
    width: 540px;
}
.temp8 .temp-title span {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -1px;
}
.temp8 .temp-title strong {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -1px;
}
.formsectn .temp-title {
    font-size: 45px;
    line-height: 48px;
    font-family: 'Proxima-Nova-Semibold';
    color: var(--wc-black100);
    letter-spacing: -1.64px;
}
video#myVideo, .contectelementbox {
    border-radius: 40px;
    width: 100%;
    max-width: 500px;
}
.featured-video-wrap>video {
    border-radius: 40px;
    max-width: 100% !important;
}
.temp8-area video {
    width: 100%;
    border-radius: 0;
}
.blog-card-right {
    text-align: center;
}
.featured-video video#myVideo {
    border-radius: 60px;
    width: 100%;
    max-height: 715px;
}
.formsectn .comn-red-btn button {
    padding: 20px 64px 20px 16px;
}
section.temp9 {
    background: #eaf1fd;
    border-radius: 60px;
}
section.temp9 .container {
    padding: 140px 140px 140px;
}
.agency_left .temp-title {
    text-align: left;
    margin-bottom: 30px;
}
.agency_left .temp-title span {
    color: var(--wc-black100);
    font-size: 70px;
    font-style: normal;
    line-height: 72px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Light";
}
.agency_left .temp-title strong {
    color: var(--wc-black100);
    font-size: 70px;
    font-style: normal;
    line-height: 72px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-family: "ProximaNova-Bold";
}
.agency_left p {
    color: var(--wc-black200);
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Light";
    margin-bottom: 40px;
}
.agency_box .counter {
    color: var(--wc-black100);
    font-size: 60px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Semibold";
}
.agency_box span:first-child {
    color: var(--wc-black100);
    font-size: 50px;
    font-style: normal;
    line-height: 52px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Semibold";
}
.agency_box .counter-txt {
    color: var(--wc-black100);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Regular";
    text-align: left;
}
.agency-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 233px;
}
.agency_box {
    position: relative;
}
.agency_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
    gap: 50px;
}
.agency_box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
}
.agency_box::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -26px;
    height: 100%;
    width: 1px;
    background-color: rgb(68 68 68 / 10%);
}
.agency_box:last-child::before {
    content: none;
}
.agency_box:first-child {
    justify-content: flex-start;
}
.agency_box:nth-child(2) {
    text-align: center;
}
.agency_box:last-child {
    text-align: center;
    border: 0;
}
.agency_left .comn-red-btn {
    margin-top: 40px;
}
.temp10 .container {
    padding: 140px 140px 140px;
}
.client-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
    padding: 0px 94px;
}
.client-section .clientbox img {
    width: 190px;
    margin: 0 auto;
}
.homeBanner-slider img {
    width: 100%;
}
.nav1Member.request-demo {
    color: var(--wc-white);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    border-radius: 30px;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border: 0;
}
.nav1Member.request-demo .memberLoginBtn {
    border-radius: 30px;
    border: 0;
    background: var(--wc-white);
    color: var(--wc-primary);
}
.blog-headpara .nav1Member.request-demo .memberLoginBtn{margin-top: 50px;}
.blog-headpara .nav1Member.request-demo {
    justify-content: flex-start;
}
.temp1-area h6{
    text-align: center;
}
.headerTop .nav1Member.request-demo .memberLoginBtn {
    color: var(--wc-white);
    background: var(--wc-primary);
    transition: all 0.4s ease 0s;
}
.headerTop .nav1Member.request-demo .memberLoginBtn:hover {
    background: var(--wc-primary800);
    transition: all 0.4s ease 0s;
}
.blog-tag:hover {
    background-color: var(--wc-white);
    color: var(--wc-primary);
}
.headerTop .nav1Member.request-demo .memberLoginBtn a {
    color: var(--wc-white);
}
.nav1Member.request-demo .memberLoginBtn a {
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    border: 0 solid transparent;
    border-radius: 25px;
    opacity: 1;
    color: var(--wc-white);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    background: var(--button-default);
}
.anim-text-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}
.anim-text-banner>span {
    color: var(--wc-black100);
    font-family: "Proxima-Nova-Light";
    text-align: center;
    font-size: 45px;
    font-style: normal;
    line-height: 62px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    font-weight: normal;
    width: 100%;
}
.anim-text-banner strong {
    color: var(--wc-black100);
    font-family: "ProximaNova-Bold";
    font-size: 45px;
    font-style: normal;
    line-height: 62px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    font-weight: normal;
}
.anim-text-parent {
    position: relative;
    color: #f93;
}
.anim-text-parent>.v-bar {
    position: absolute;
    width: 0px;
    height: 1vw;
    background: #f93;
    display: inline-block;
    top: 0px;
    left: -20px;
    transform: translate(-100%, 450%);
}
.anim-text-parent>.anim-text {
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    left: 0;
    position: absolute;
    transition: width 1s ease;
    clip: rect(0px, 0px, 300px, 0px);
}
.video_modal .modal-body {
    padding: 0;
}
.video_modal .modal-content {
    flex-direction: unset;
}
.closebtn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--wc-white);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}
.closebtn>img {
    width: 25px;
}
.footer-ecologo img {
    width: 110px;
}
.banner-animtn .img-bg {
    position: fixed;
    top: initial;
    left: 0;
    width: 100%;
    height: 200vh;
    overflow: hidden;
    clip-path: ellipse(25% 25% at 50% 50%);
}
.banner-animtn .img-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: initial;
    left: 0;
    bottom: -5%;
}
.banner-animtn .content {
    position: relative;
}
.banner-animtn .content h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: left;
}
.banner-animtn .title {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: var(--wc-white);
    text-align: center;
    font-family: "Proxima-Nova-Extrabold";
    font-size: 120px;
    font-style: normal;
    line-height: 110px;
    text-transform: uppercase;
}
.section.banner-animtn p.viewcontent {
    color: var(--wc-white);
    font-family: 'ProximaNova-Bold';
    font-size: 100px;
    font-style: normal;
    line-height: 100px;
    letter-spacing: -0.64px;
    opacity: 1;
    transform: none;
}
.banner-animtn .content h2 span {
    color: var(--wc-white);
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Medium";
    display: block;
}
.banner-animtn .content h2 strong {
    color: var(--wc-white);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    line-height: 34px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    font-family: "ProximaNova-Bold";
}
.banner-animtn .content h6 span {
    color: var(--wc-white);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: 62px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    font-family: "Proxima-Nova-Light";
}
.banner-animtn .content h6 strong {
    color: var(--wc-white);
    font-size: 45px;
    font-style: normal;
    line-height: 62px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    font-family: "ProximaNova-Bold";
}
.banner-btns {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    width: 100%;
    text-align: left;
    margin-top: 50px;
}
.bannerbtn.btn-trans button {
    display: flex;
    height: 60px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid var(--wc-white);
    color: var(--wc-white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    background: transparent;
    font-family: "ProximaNova-Bold";
    transition: all .5s ease-in-out;
}
.bannerbtn.btn-trans button:hover {
    background: var(--button-white-hover);
    color: var(--button-default);
    transition: all .5s ease-in-out;
    border: 1px solid --button-white-hover;
}
.banner-scroll-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50vh;
}
.posRel {
    position: relative !important;
}
.posFix {
    position: fixed !important;
}
.rotate-text-circle .circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rotate-text-circle .logo {
    position: absolute;
    width: 90px;
    height: 90px;
    background: url("../images/scroll-down-arrow.svg");
    background-size: cover;
    border-radius: 100vmax;
    background-position: center;
}
.rotate-text-circle .text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "proxima-nova-medium";
    color: var(--wc-white);
    font-size: 14px;
    animation: textRotation 8s linear infinite;
}
@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}
.rotate-text-circle .text span {
    position: absolute;
    left: 50%;
    transform-origin: 0 100px;
}
.rotate-text-circle {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin: 127px auto 0;
    justify-content: center;
}
.text ul li {
    list-style-type: disc;
}
.rotate-text-circle .circle a {
    width: 90px;
    height: 90px;
    display: block;
    cursor: pointer;
    z-index: 1;
}
.banner-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    color: var(--wc-white);
    text-align: center;
    font-family: "Proxima-Nova-Extrabold";
    font-size: 81px;
    line-height: 110px;
    text-transform: uppercase;
    bottom: 302px !important;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    padding: 0px 100px;
    display: none;
}
.loaded .banner-link {
    display: flex !important;
    transition-duration: 0.4s;
}
.banner-link a {
    color: var(--wc-white);
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    text-transform: uppercase;
    cursor: pointer;
}
.temp2 .comn-red-btn button {
    font-size: 14px;
}
.footerAreas-left img {
    width: 180px;
    height: 51px;
    cursor: pointer;
}
.dis-none {
    display: none !important;
}
.dis-block {
    display: block !important;
}
.blog-left .k-h-content-body span {
    display: none;
}
.rectn-video-sectn {
    margin-top: 100px;
    width: 170px;
    height: 260px;
    position: relative;
    background-image: url(../images/homethumb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.rectn-video-sectn:hover{
    transform: scale(1.1) !important;
}
.rectn-video-sectn .videoimg {
    margin-left: 0;
    margin-top: 82px;
    width: 128px;
    position: absolute;
    top: -22px;
    left: 26px;
    height: 134px;
    scale: 0.9;
}
.rectn-video-sectn .video-playimg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--wc-white);
    border-radius: 50%;
    cursor: pointer;
}
.play-icon{
    width: 0;
    height: 0;
    border-bottom: 12px solid var(--wc-primary);
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    top: 14px;
    left: 17px;
    transform: translate(-50%, -50%);
    transform: rotate(-45deg);
}
.video-playimg:hover{
    background-color: var(--wc-primary);
    transition: all 0.4s ease;
}
.video-playimg:hover .play-icon{
    border-bottom: 12px solid var(--wc-white);
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
}
.rectn-video-sectn-wrap {
    position: absolute;
    top: 210px;
    right: 88px;
}
.rectn-video-sectn .videoimg:hover {
    scale: 1;
    left: 20px;
    transition: all 0.7s ease-in-out;
}
.card-list img {
    width: 100%;
}
.blog-card-left {
    width: 50%;
}
.blog-card-right {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.swiper-weconnect.swiper {
    width: 100%;
    height: 100%;
}
.swiper-weconnect .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-weconnect .swiper-slide {
    width: 100%;
    height: auto;
}
.swiper-weconnect .swiper-slide:nth-child(2n),
.swiper-weconnect .swiper-slide:nth-child(3n) {
    width: 100%;
}
.footermenu_mob, .footerBottoms-mob, .gonext {
    display: none;
}
.blog-card-right img {
    width: 100%;
}
.blog-card-left img {
    width: 100%;
}
.card.card2 .blog-card-left .blog-left-content img {
    width: calc(100% - 137px);
}
.fasterculture_right {
    width: 50%;
}
.temp2 .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--wc-white);
    border-radius: 100%;
    bottom: 25px;
    left: 90px;
    text-align: center;
    margin: auto;
    top: initial;
    right: initial;
    z-index: 99;
    display: none;
}
.temp2 .swiper-button-next:after {
    content: "";
    background: url("../images/right-arrow.svg");
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 8px;
    margin-left: 8px;
}
.temp2 .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--wc-white);
    border-radius: 100%;
    bottom: 25px;
    left: 40px;
    text-align: center;
    margin: auto;
    top: initial;
    right: initial;
    z-index: 99;
    display: none;
}
.temp2 .swiper-button-prev:after {
    content: "";
    background: url("../images/right-arrow.svg");
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 8px;
    margin-left: 8px;
}
.temp2 .swiper-button-prev {
    background: transparent;
    border: 1px solid var(--wc-white);
}
.temp1-slider .comn-red-btn button {
    font-size: 14px;
    letter-spacing: -0.16px;
}
.temp1 h6.temp-title {
    margin: 0 auto 80px;
}
.laptop_mob {
    display: none;
}
.workforce_wrap_img {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 100px;
}
.workforce_wrap_left1 {
    width: 30%;
}
.workforce_wrap_right1 {
    width: 70%;
}
.workforce_wrap_right1 img {
    margin-right: -100px;
    float: right;
}
.workforce_wrap_left1 img {
    width: 70%;
}
.workforce_wrap_img1 {
    display: flex;
    align-items: baseline;
    gap: 70px;
    padding-bottom: 0px;
    position: relative;
    justify-content: flex-end;
}
.workforce_wrap_img1 .app-phone11 {
    width: 30%;
    z-index: 9;
}
img.app-phone22 {
    position: relative;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 9;
    margin-top: -320px;
    margin-right: -140px;
    width: 100%;
}
.Mobile-Tab1 {
    display: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}
.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #324ad3;
    transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
    left: 0;
}
.overlay .overlayDoor:after {
    right: 0;
}
.overlay.loaded .overlayDoor:before {
    left: -50%;
}
.overlay.loaded .overlayDoor:after {
    right: -50%;
}
.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}
.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loader {
    width: 128px;
    height: 128px;
    border: 3px solid var(--wc-white);
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid var(--wc-white);
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}
.fasterculture_right video#myVideo {
    border-radius: 44px;
    width: 100%;
}
.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
}
.header-menu ul li {
    color: var(--wc-white);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.header-btn button.btn-outline {
    border-radius: 33.333px;
    border: 1.111px solid var(--wc-white);
    background: transparent;
    padding: 16px 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    color: var(--wc-white);
}
.header-btn button.btn-red {
    background: var(--wc-primary);
    border-radius: 33.333px;
    border: 1.111px solid var(--wc-primary);
    padding: 16px 22px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    color: var(--wc-white);
}
.header-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}
.header-menu {
    margin-left: auto;
    margin-right: 10%;
}
.nav1 li img {
    display: none;
}
.temp-vert-slider .card.card1 {
    background: var(--wc-gray900);
}
.temp-vert-slider .card.card2 {
    background: var(--wc-gray900);
}
.temp-vert-slider .card.card3 {
    background: var(--wc-gray900);
}
.temp-vert-slider .card.card4 {
    background: var(--wc-gray900);
}
.temp-vert-slider #stickywrap {
    position: sticky;
    top: 70px;
}
.temp-vert-slider .card {
    position: sticky !important;
    top: 0;
    margin-bottom: 30px;
    border-radius: 60px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.5s;
    padding: 136px 80px 136px 80px;
    border: 0;
}
.temp-vert-slider .card:nth-child(1n) {
    top: 150px;
}
.temp-vert-slider .card:nth-child(2n) {
    top: 150px;
}
.temp-vert-slider .card:nth-child(3n) {
    top: 150px;
}
.temp-vert-slider .card:nth-child(4n) {
    top: 150px;
}
.temp-vert-slider .card:nth-child(5n) {
    top: 350px;
}
.temp-vert-slider .card:nth-child(6n) {
    top: 420px;
}
.temp-vert-slider .card:nth-child(7n) {
    top: 490px;
}
section.temp-vert-slider {
    overflow: unset;
}
.temp-vert-slider .container {
    padding: 0 140px 140px;
}

.temp-vert-slider .swiper {
    width: 100%;
}
.stickyclickcard .card {
    background-color: transparent;
    border: 0;
}
.stickyclickcard .panel__optionsrel {
    position: relative;
}
.stickyclickcard .panel__options {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46px;
    z-index: 9;
}
.stickyclickcard .panel__options span {
    color: var(--wc-gray400);
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    margin-bottom: 16px;
    border-bottom: 0px !important;
}
.bg-blue {
    background: var(--wc-blue);
}
.bg-purple {
    background: var(--wc-navyblue100);
}
.bg-skyblue-light {
    background: var(--wc-orange200);
}
.bg-orange-light {
    background: var(--wc-purpole200);
}
.spacer-y {
    padding: 7.5rem 0;
}
.spacer-top {
    padding-top: 7.5rem;
}
.spacer-bottom {
    padding-bottom: 7.5rem;
}
.spacer-md {
    padding: 3.75rem 0px;
}
.panel__stack {
    --spacer: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-items: center;
    overflow-y: visible;
}
.panel__stack .panel__card {
    grid-area: 1/1/2/2;
    padding: 90px 80px 90px 0px;
    position: absolute;
    height: auto;
    will-change: transform;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel__stack .panel__card:first-child {
    top: calc(var(--spacer) * 1);
    z-index: 1;
}
.panel__stack .panel__card:nth-child(2) {
    top: calc(var(--spacer) * 2);
    z-index: 2;
}
.panel__stack .panel__card:nth-child(3) {
    top: calc(var(--spacer) * 3);
    z-index: 3;
}
.panel__stack .panel__card:last-child {
    top: calc(var(--spacer) * 3);
    z-index: 4;
}
.our-work.verticalslider {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.verticalslider.our-work:before {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    border-radius: 760px;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    opacity: 0.4;
    filter: blur(270px);
    content: "";
    pointer-events: none;
    will-change: transform;
}
.verticalslider.our-work h1 {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    font-size: 3.3rem;
    line-height: 1.1;
}
.verticalslider .slider {
    display: flex;
    gap: 55px;
    align-items: center;
    position: relative;
}
.unique-features-section .nav {
    position: relative;
}
.unique-feature .nav.nav-tabs {
    z-index: 0;
}
.unique-features-section .nav .magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: var(--wc-darknavy);
    transition: all 0.3s ease-in-out;
}
.unique-features-section .nav .magic-line {
    position: absolute;
    top: 5px;
    left: 0;
    height: 84%;
    width: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 14px;
    background: var(--wc-blue100);
    z-index: -1;
}
.unique-feature .nav-tabs .nav-link.active {
    background-color: transparent;
}
.unique-feature-swiper .swiper-slide:hover {
    box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.03);
}
.unique-feature-swiper .swiper-slide {
    transition: all 0.5s ease;
    background: transparent;
    border-radius: 40px;
}
.unique-feature-swiper .swiper-wrapper {
    padding: 0;
    padding-block: 60px;
}
.social-media-icons {
    gap: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    transition: all .5s ease-in-out;
    transform: translate3d(0, -40px, 0);
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 40px;
    visibility: hidden;
}
.social-media-icons a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wc-gray900);
    border-radius: 50%;
    position: relative;
    transition: all .5s ease-in-out;
}
.social-media-icons a:nth-child(1):hover {
    background: #3b5998;
    transition: all .5s ease-in-out;
}
.social-media-icons a:nth-child(2):hover {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    transition: all .5s ease-in-out;
}
.social-media-icons a:nth-child(3):hover {
    background: #1da1f2;
    transition: all .5s ease-in-out;
}
.social-media-icons a:nth-child(4):hover {
    background: var(--wc-primary);
    transition: all .5s ease-in-out;
}
.social-media-icons a img {
    width: 15px;
    transition: .5s;
    scale: 1;
    border-radius: 0 !important;
}
.copiedtext {
    position: absolute;
    bottom: -23px;
    right: 50%;
    transform: translateX(50%);
    font-size: 10px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    background: var(--wc-black100);
    color: var(--wc-white);
    padding: 2px 8px;
    width: 89px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 23px;
    transition: all .5s ease-in-out;
}
.copiedtext.copied {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}
.blog-link-wrapper [data-aos^=fade][data-aos^=fade] {
    transform: none !important;
    opacity: 1 !important;
}
.copylink {
    position: relative;
}
.blog-detail-section .banner-heading-group {
    max-width: 1426px;
    width: 100%;
    margin: 0 auto;
}

/**/
.bannerOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.dark_backgeound_sec{
    background: linear-gradient(267.87deg, #014EFE 6.41%, #3E7EFF 83.93%);
}
.banner_button{
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner_button .btn_common{width: 200px;}
.navigation_buttons{display: flex;align-items: center;gap: 10px;}
.navigation_buttons .btn_common{height: 36px;width: 133px;padding-left: 10px;padding-right: 10px;}
.learnmore_btn .btn_common{width: 172px;}
.flex_center{display: flex;justify-content: center;}
.workforce_wrap .btn_common{width: 210px;}
.manageService-temp4 .anim-text-banner{max-width: 1120px;width: 100%;margin: 0 auto;}
.manageService-temp4 .anim-text-banner>span{white-space: normal;}
.panelcardbuttons{margin-top: clamp(20px, 3.62vw, 60px);}
.formsectn .btn_common{width: 152px;}
.banner-features .banner-group::before{border-radius: 0 !important;}
.product-explorebox .buttonsGroup a {width: 220px;}
.banner_background{object-fit: cover;}
.banner_heading{
    color: var(--wc-white);
    font-family: 'Proxima-Nova-Semibold';
    font-size: 100px;
    font-style: normal;
    line-height: 100px;
    letter-spacing: -0.64px;
    opacity: 1;
    transform: none;
}
.discription_p{
    color: var(--wc-white);
    font-size: 18px;
    line-height: 24px;
    font-family: 'proxima-nova-medium';
    letter-spacing: -0.64px;
}
.banner_content_box .banner_button{margin-top: 20px;}
.manageService-temp4 .temp4-area .type-animation{height: auto;}
.slide_inner{height: 100%;}
.erp_platform_wrapper .cardsbox{
    padding: 20px 60px 60px 60px;
    width: 450px;
    height: 450px;
    background: rgb(0 0 0 / 10%);
}
.erp_platform_wrapper .cardsbox img{
    width: 220px;
}
.contactus-section .buttonsGroup{margin-top: 22px;}

@media (min-width: 992px) {
    .card-share-area:hover .social-media-icons {
        transform: translate3d(0, 0, 0);
        z-index: -1;
        opacity: 1;
        visibility: visible;
    }

    /*all hover css here*/
    .weconnect_reasonsbox:hover{
        background: var(--wc-white);
        transition: all .3s ease-in-out;
    }
    .weconnect_reasonsbox:hover p, .weconnect_reasonsbox:hover span{
        color: var(--wc-black100);
        transition: all .3s ease-in-out;
    }
    .weconnect_reasonsbox:hover img{
        filter: invert(1) brightness(0);
        transition: all .3s ease-in-out;
    }
}
@media (max-width: 640px) {
    .verticalslider .carousel__nav {
        flex-direction: row;
    }
    .teams-slider .slider {
        padding-top: 1rem;
        flex-direction: column;
        gap: 16px;
    }
    .teams-slider .carousel__nav {
        flex-direction: row;
    }
    .verticalslider .slider {
        padding-top: 1rem;
        flex-direction: column;
        gap: 16px;
    }
    .features-animation-slider .slider {
        padding-top: 0rem;
        flex-direction: column;
        gap: 16px;
    }
    .features-animation-slider .carousel__nav {
        flex-direction: row;
    }
}
.verticalslider .carousel__slider {
    position: relative;
    width: 100%;
    min-height: 440px;
}
.verticalslider .carousel__item {
    width: 100%;
    min-height: 440px;
    padding: 48px;
    color: var(--wc-white);
    position: absolute;
    top: 0%;
}
.verticalslider .carousel__nav {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
}
.verticalslider .carousel__nav__item {
    background: #424b58;
    box-shadow: none;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
.verticalslider .carousel__nav__item--active {
    background: var(--wc-primary);
}
header .white-logo {
    display: block;
}
header.headerTop .white-logo {
    display: none;
}
header.headerTop .white-logo {
    display: none;
}
header.headerTop .color-logo {
    display: block;
}
header.headerTop .ilceLogo .link-whitelogo {
    display: none;
}
.gsapstickyslider .sticky-container {
    position: relative;
    background-color: pink;
    height: 500vh;
}
.gsapstickyslider .sticky-slide {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    opacity: 0;
}
.gsapstickyslider .sticky-nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100px;
    height: 500px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gsapstickyslider .sticky-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gsapstickyslider .sticky-nav ul a {
    color: var(--wc-black);
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}
.gsapstickyslider .sticky-nav ul .active a {
    color: var(--wc-white);
    background-color: black;
    padding: 5px 10px;
    border-radius: 5px;
}
.gsapstickyslider .sticky-slide:nth-child(1) {
    background-color: yellow;
}
.gsapstickyslider .sticky-slide:nth-child(2) {
    background-color: var(--wc-primary);
}
.gsapstickyslider .sticky-slide:nth-child(3) {
    background-color: purple;
}
.gsapstickyslider .sticky-slide:nth-child(4) {
    background-color: green;
}
.gsapstickyslider .sticky-slide:nth-child(5) {
    background-color: firebrick;
}
.vert-sticky-slider .left-container,
.vert-sticky-slider .right-container {
    width: 50%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.vert-sticky-slider .right-content {
    width: 100%;
}
.vert-sticky-slider .right-element {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vert-sticky-slider .left-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.vert-sticky-slider .left-content {
    width: 100%;
    max-width: 580px;
    height: 100%;
    max-height: 580px;
    position: relative;
    overflow: hidden;
}
.vert-sticky-slider .left-content img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.vert-sticky-slider .left-content video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 40px !important;
}
.vert-sticky-slider .left-content img:first-child {
    opacity: 1;
}
.vert-sticky-slider .left-content video:first-child {
    opacity: 1;
}
.vert-sticky-slider .pagination {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vert-sticky-slider .pagination-button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--wc-gray600);
    cursor: pointer;
    opacity: 0.4;
}
.vert-sticky-slider .pagination-button.active {
    background-color: var(--wc-white);
    opacity: 1;
}
.vert-sticky-slidermain {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wc-gray900);
    border-radius: 60px;
    padding: 120px;
    height: 80vh;
    gap: 100px;
}
.vert-sticky-slidermain .fasterculture_left {
    width: 100%;
    text-align: left;
}
.vert-sticky-slider {
    height: 80vh !important;
}
.temp2 {
    display: none;
}
.clientbox {
    position: relative;
}
.clientbox {
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients_hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1);
    transition: 0.8s ease-in-out;
}
.clients_hover:hover {
    transition: filter 0.5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.8s ease-in-out;
}
.viewcontent {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.viewcontent.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.banner-features {
    background: var(--wc-blue100);
}
.banner-features-main {
    background: url("../images/feature-banner.png"), #cccccc;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    border-radius: 0px 0px 60px 60px;
}
.banner-features-content .rotate-text-circle {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    margin: 127px auto 0;
    justify-content: flex-start;
}
.banner-features-content {
    position: absolute;
    margin: auto;
    height: fit-content;
}
.banner-features-content h5 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 70px;
    letter-spacing: -1px;
    line-height: 72px;
    color: var(--wc-white);
    text-transform: capitalize;
}
.banner-features-content h5 strong {
    font-family: "ProximaNova-Bold";
}
.banner-features-content p {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #d1d1d1;
    text-transform: capitalize;
    margin-bottom: 60px;
    max-width: 80%;
}
.bannner-blog .banner-features-content p {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #d1d1d1;
    text-transform: capitalize;
    margin-bottom: 60px;
    margin: 0 auto;
    max-width: 80%;
} 
.banner-features-content .circle {
    width: 170px;
    height: 170px;
}
.banner-features-content .logo {
    width: 92px;
    height: 92px;
}
.banner-features-content .text {
    width: 100%;
    height: 100%;
    animation: textRotationfeature 8s linear infinite;
}
@keyframes textRotationfeature {
    to {
        transform: rotate(360deg);
    }
}
.banner-features-content .text span {
    position: absolute;
    left: 50%;
    transform-origin: 0 85px;
}
.unique-features-section .sub-title {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
}
.unique-features-section h6.temp-title {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    margin: 0 auto 9px;
}
.unique-features-section {
    background: var(--wc-blue100);
    margin-bottom: 150px;
    border-radius: 0 0 60px 60px;
    padding-bottom: 100px;
}
.unique-feature .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    background: var(--wc-white);
    width: max-content;
    margin: auto;
    padding: 6px;
    border-radius: 20px;
}
.unique-feature .nav-tabs .nav-link {
    margin: 0;
    padding: 17px 36px;
    border-radius: 14px;
    font-family: "ProximaNova-Bold";
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--wc-gray400);
    text-transform: uppercase;
    border: 0;
}
.unique-feature .nav-tabs .nav-item.show .nav-link {
    background-color: var(--wc-blue100);
    border: 0;
}
.unique-feature {
    margin-top: 40px;
}
.unique-feature nav {
    margin-bottom: 30px;
}
.unique-feature-swiper .swiper {
    width: 100%;
    height: 100%;
    overflow-x: visible;
}
.unique-feature-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.unique-feature-swiper .swiper-slide img {
    width: 100%;
}
.feature-swiperbox {
    padding: 40px 40px;
    border-radius: 30px;
    background: var(--wc-white);
    width: 100%;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.feature-swiperbox .feature-swiper-img {
    width: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 140px;
    background-color: transparent;
}
.feature-swiperbox h4 {
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: var(--wc-black100);
    margin-bottom: 16px;
    text-transform: capitalize;
}
.content-mgmt-list ul li {
    font-family: "Proxima-Nova-Semibold";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.32px;
    color: var(--wc-gray400);
    background: #f5f5f5;
    padding: 11px 15px;
    border-radius: 10px;
    width: auto;
    display: inline-block;
    width: fit-content;
    word-wrap: normal;
}
.content-mgmt-list {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.feature-swiperbox p {
    font-family: "proxima-nova-medium";
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    color: var(--wc-gray300);
}
.gallery_section .gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery_section .cards {
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translate(-50%, -50%);
}
.gallery_section .cards li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 450px;
    height: 420px;
    text-align: center;
    font-family: sans-serif;
    background-color: #28323d;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.gallery_section .actions {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
button {
    display: inline-block;
    outline: none;
    border: none;
    padding: 8px 14px;
    background: var(--wc-white);
}
.gallery_section.vert-sticky-slider .left-content img {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    object-fit: cover;
    width: 192px;
    height: auto;
    opacity: 1;
}
.temp10.popular_platforms {
    background: var(--wc-blue200);
    border-radius: 60px;
    margin-top: 150px;
}
.featured-video .container {
    padding: 0px 00px;
}
.featured-video h3 {
    font-family: "Proxima-Nova-Light";
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 24px;
    color: var(--wc-white);
    text-transform: capitalize;
}
.featured-video h3 strong {
    font-family: "ProximaNova-Bold";
}
.featured-video p {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    margin-bottom: 60px;
    color: var(--wc-white);
    text-transform: capitalize;
    opacity: 0.7;
    max-width: 70%;
}
.featured-video p strong {
    font-family: "ProximaNova-Bold";
}
.featured-video-wrap {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 60px;
    position: relative;
}
.featured-video-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 75%;
}
.filter-list ul li.showList:nth-child(n+6) {
    display: inline-block;
}
.filter-list label.more {
    font-family: "Proxima-Nova-Semibold";
    font-size: 19px;
    line-height: 6px;
    letter-spacing: -0.32px;
    color: var(--wc-gray400);
    background: #f5f5f5;
    padding: 10px 10px;
    border-radius: 10px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 37px;
    text-align: center;
    height: 37px;
    cursor: pointer;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.content-mgmt-list.filter-morelist {
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    box-shadow: 0px -7px 24px 0px #4848481a;
    background: var(--wc-white);
    width: 335px;
    top: initial;
    height: max-content;
    bottom: -40px;
    right: 0;
    margin-bottom: 0;
    border: 0;
    display: none;
}
.content-mgmt-list.filter-morelist::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0px 49px 0 auto;
    width: 9px;
    height: 1px;
    background: transparent;
    transition: all 1s ease;
    bottom: initial;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    top: -17px;
    border-bottom: 18px solid var(--wc-white);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.unique-feature-swiper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.filter-list label.more:hover {
    color: var(--wc-white);
}
.filter-list label.more.active {
    color: var(--wc-white);
}
.cardsbox img {
    width: 150px;
    padding-bottom: 30px;
}
.cardsbox h6 {
    font-family: "Proxima-Nova-Semibold";
    font-size: 24px;
    line-height: 24px;
    color: var(--wc-white);
    margin-bottom: 20px;
}
.cardsbox p {
    font-family: "proxima-nova-medium";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.32px;
    color: var(--wc-white);
    opacity: 0.6;
}
.cardsbox {
    padding: 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 450px;
    height: 420px;
    text-align: center;
    background-color: rgba(40, 50, 61, .2);
    border-radius: 30px;
}
.gallery_section.vert-sticky-slider .left-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 580px;
    position: relative;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
}
.feature-sticky-slider.vert-sticky-slider .left-container {
    justify-content: flex-start;
}
.feature-sticky-slider.pad-sec-area {
    padding: 0px 90px;
}
.featured-video-wrap .comn-red-btn {
    margin-bottom: 0;
}
.sticky-scroll-section .is-sticky {
    position: fixed;
}
.sticky-scroll-section .is-sunk {
    position: absolute;
    bottom: 0;
}
.sticky-scroll-section .is-sunk-wrapper {
    position: relative;
}
.sticky-scroll-section .o-grid {
    align-items: top;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -1.5rem;
}
.sticky-scroll-section .o-grid__item {
    box-sizing: border-box;
    width: 100%;
}
.sticky-scroll-section .o-grid--wide {
    margin-left: -3rem;
}
.sticky-scroll-section .o-box {
    margin-bottom: 3rem;
}
.sticky-scroll-section .o-box:last-child {
    margin-bottom: 0;
}
.sticky-scroll-section .o-square:before {
    content: "";
    display: block;
}
.sticky-scroll-section .u-1\/2 {
    width: 50%;
}
.onboarding-txt h5 {
    font-family: "Proxima-Nova-Light";
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -0.64px;
    color: var(--wc-white);
    margin-bottom: 32px;
}
.onboarding-txt h5 strong {
    font-family: "ProximaNova-Bold";
}
.onboarding-txt p {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.48px;
    color: var(--wc-white);
    margin-bottom: 64px;
}
.onboarding-txt p strong {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.48px;
    color: var(--wc-white);
}
.sticky-scroll-section_bg {
    background: var(--wc-gray900);
    border-radius: 60px;
    padding: 120px;
}
.sticky-scroll-section .o-box.o-square {
    scale: 0.85;
}
.sticky-scroll-section .o-box.o-square.active {
    scale: 1;
}
.sticky-left {
    height: 70vh;
    overflow: auto;
}
.gallery_section .fasterculture {
    opacity: 1 !important;
    height: 100%;
}
.featured-video-wrap img {
    width: 100%;
    border-radius: 60px;
}
.teams-banner .banner-features-content h5 {
    width: 53%;
}
.teams-banner .banner-features-content p {
    width: 48%;
}
.teams-slider {
    height: 100vh;
}
.teams-slider.bg-gray {
    background: var(--wc-black200);
}
.teams-slider .our-work {
    display: flex;
    align-items: center;
    background-color: #14192d;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.teams-slider .our-work:before {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    background: #e93f8e;
    border-radius: 760px;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    opacity: 0.4;
    filter: blur(270px);
    content: "";
    pointer-events: none;
    will-change: transform;
}
.teams-slider .our-work h1 {
    background-image: linear-gradient(269deg, #bc2789 1.26%, #f85956 98.74%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    font-size: 3.3rem;
    line-height: 1.1;
}
.teams-slider .slider {
    display: flex;
    gap: 55px;
    align-items: center;
    position: relative;
}
.teams-slider .carousel__slider {
    position: relative;
    width: 100%;
    min-height: 440px;
}
.teams-slider .carousel__item {
    width: 100%;
    min-height: 440px;
    padding: 0;
    color: var(--wc-white);
    border-radius: 16px;
    position: absolute;
    top: 0%;
}
.teams-slider .carousel__nav {
    display: flex;
    gap: 47px;
    align-items: flex-start;
    flex-direction: column;
}
.teams-slider .carousel__nav__item {
    background: transparent !important;
    box-shadow: none !important;
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
    position: relative;
}
.teams-slider .carousel__nav__item--active {
    background: transparent;
    box-shadow: none;
}
.emp-benefits-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.emp-benefits-left {
    width: 60%;
}
.emp-benefits-right {
    width: 35%;
}
.emp-benefits-left h4 {
    font-family: "Proxima-Nova-Light";
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -0.96px;
    color: var(--wc-black100);
}
.emp-benefits-left h4 strong {
    font-family: "ProximaNova-Bold";
}
.emp-benefits-content .emp-benefits-left {
    width: 45%;
}
.emp-benefits-right p {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    line-height: 24px;
    color: var(--wc-gray200);
    text-transform: capitalize;
}
.emp-per-box h6 {
    font-family: "gilroy-bold";
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -0.96px;
    color: var(--wc-gray400);
}
.emp-per-box {
    text-align: center;
}
.emp-per-box p {
    font-family: "Proxima-Nova-Regular";
    font-size: 18px;
    line-height: 24px;
    color: var(--wc-gray400);
}
.emp-benefits-perc {
    border-top: 1px solid hsl(0deg 0% 27% / 15%);
    display: flex;
    justify-content: center;
}
.emp-per-box {
    border-right: 1px solid hsl(0deg 0% 27% / 15%);
    padding: 70px 48px 70px;
    width: 25%;
    text-align: left;
}
.emp-per-box:last-child {
    border-right: 0px;
}
.emp-benefits-perc.pad-sec-area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.emp-per-box:first-child {
    padding-left: 0px;
}
.teams-temp8.temp8 .container {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 0px;
}
.product-guide-swiper .swiper-slide {
    height: auto;
}
.product-video-box {
    width: 100%;
    background: #f3f3f3;
    padding: 66px;
    border-radius: 33px;
    height: 100%;
}
.product-video-box img {
    width: 60%;
    margin: 0 auto 40px;
}
.product-video-box h4 {
    font-family: "Proxima-Nova-Semibold";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: var(--wc-black100);
}
.product-video-box p {
    font-family: "proxima-nova-medium";
    font-size: 14px;
    line-height: 18px;
    color: var(--wc-gray200);
}
section.product-video-section.pad-sec-area {
    padding-top: 0 !important;
}
.product-explorebox .content-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
    position: absolute;
    padding: 88px 100px;
}
.product-explorebox {
    position: relative;
    flex: 1;
}
.ham-logo img {
    display: none;
}
.product-explore {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 60px;
}
.product-explorebox img {
    border-radius: 40px;
    width: 100%;
}
.product-explorebox .content-overlay h3 {
    font-family: "Proxima-Nova-Light";
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -0.96px;
    color: var(--wc-black100);
    margin-bottom: 30px;
    text-transform: capitalize;
}
.product-explorebox .content-overlay h3 strong {
    font-family: "ProximaNova-Bold";
}
.product-explorebox .content-overlay p {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.96px;
    color: var(--wc-black100);
    margin-bottom: 44px;
    text-transform: capitalize;
}
.product-explorebox .content-overlay button {
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.16px;
    color: var(--wc-white);
    background: var(--wc-primary);
    padding: 22px 33px;
    border-radius: 33px;
    width: max-content;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.product-explorebox .content-overlay button:hover {
    background: var(--wc-primary800);
    transition: all 0.4s ease 0s;
}
.faq-accordian .accordion-button {
    font-family: "proxima-nova-medium";
    font-size: 18px;
    line-height: 24px;
    color: var(--wc-black100);
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    text-transform: capitalize;
    padding-left: 0px;
    padding-right: 0px;
}
.faq-accordian .accordion-button:focus {
    outline: 0;
}
.faq-accordian .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--wc-gray100);
}
.faq-accordian .accordion-body {
    padding-top: 0;
    max-width: calc(100% - 150px);
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: var(--wc-gray200);
    padding-left: 0;
    padding-right: 0px;
}
.faq-accordian .accordion-button::after {
    width: 38px;
    height: 38px;
    margin-left: auto;
    content: "";
    background-image: url("../images/faq-accordian-arrow.png");
    background-repeat: no-repeat;
    background-color: var(--wc-gray100);
    border-radius: 100%;
    background-position: center center;
    background-size: 20px 20px;
    top: 30px;
    position: absolute;
    right: 0;
}
.faq-section.pad-sec-area {
    padding: 0px 15% 90px;
}
.faq-accordian .accordion-button:hover {
    color: var(--wc-black100) !important;
}
.faq-accordian .accordion-button:not(.collapsed)::after {
    background-image: url("../images/right-arrow-white.png");
    transform: none;
    background-repeat: no-repeat;
    background-color: var(--wc-black);
    border-radius: 100%;
    background-position: center center;
    top: 30px;
    position: absolute;
    right: 0;
}
.product-guide-slider .comn-red-btn button {
    padding: 20px 80px 20px 30px;
}
.product-guide-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
    display: block;
    display: flex;
    justify-content: center;
}
.progress-circle {
    width: 40px;
    height: 40px;
    background-color: var(--wc-white);
    border-radius: 100%;
    box-shadow: 0px 0px 8.89px 0px #e4e4e440;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.progress-txt p {
    font-family: "ProximaNova-Bold";
    font-size: 12px;
    line-height: 14px;
    color: var(--wc-gray200);
    opacity: 0.3;
}
.progress-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.teams-slider .carousel__nav__item--active .progress-txt p {
    opacity: 1;
}
.teams-slider-main .carousel__nav__item.active .progress-txt p {
    opacity: 1;
}
.teams-slider-main .progress-circle svg {
    position: absolute;
}
.teams-slider-main .carousel__nav__item .progress-circle .process-inactive {
    opacity: 1;
}
.teams-slider-main .carousel__nav__item .progress-circle .process-active {
    opacity: 0;
}
.teams-slider-main .carousel__nav__item.active .progress-circle .process-inactive {
    opacity: 0;
}
.teams-slider-main .carousel__nav__item.active .progress-circle .process-active {
    opacity: 1;
}
.teams-slider-main .carousel__nav__item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 47px;
    left: 19px;
    top: 40px;
    border: 1px dashed #e2e2e2;
    transition: 0.5s;
}
.teams-slider-main .carousel__nav__item:last-child:before {
    display: none;
}
.teams-slider-main .carousel__nav__item.complete::before {
    border: 1px dashed var(--wc-black);
}
.teams-slider-main .carousel__nav__item .progress-circle .process-inactive {
    opacity: 1;
}
.teams-slider-main .carousel__nav__item .progress-circle .process-active {
    opacity: 0;
}
.teams-slider-main .carousel__nav__item.complete .progress-circle .process-inactive {
    opacity: 0;
}
.teams-slider-main .carousel__nav__item.complete .progress-circle .process-active {
    opacity: 1;
}
.teams-slider-main .carousel__nav__item.complete .progress-txt p {
    opacity: 1;
}
.team-slider-content-left h2 {
    font-family: "Proxima-Nova-Light";
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -1px;
    color: var(--wc-black200);
    margin-bottom: 22px;
}
.team-slider-content-left h2 strong {
    font-family: "Proxima-Nova-Semibold";
}
.team-slider-content-left .team-slider-txt {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    line-height: 24px;
    color: var(--wc-gray400);
    margin-bottom: 45px;
}
.onbording-sectn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.onbording-box {
    border-radius: 22px;
    padding: 35px;
    background: var(--wc-white);
    border: 1px solid var(--wc-white);
    width: 100%;
}
.onbording-box img {
    width: 36px;
    height: 36px;
    margin-bottom: 33px;
}
.onbording-box h6 {
    font-family: "Proxima-Nova-Semibold";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 9px;
    color: var(--wc-black100);
}
.onbording-box p {
    font-family: "Proxima-Nova-Regular";
    font-size: 12px;
    line-height: 16px;
    color: var(--wc-gray200);
}
.team-slider-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 88px;
    margin-bottom: 30px;
    padding-top: 80px;
}
.press-kit-section {
    background: var(--wc-white);
    box-shadow: 0px 16px 32px 0px #0000000d;
    border-radius: 27px;
}
.press-kit-main-sectn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 36px;
}
.press-kit-header h6 {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    line-height: 27px;
    color: var(--wc-black);
}
.press-kit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 33px;
    border-bottom: 1px solid #e4e4e4;
}
.press-kit-header-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.team-slider-content-right {
    width: 50%;
}
.team-slider-content-left {
    width: 50%;
}
.press-kitbox h6 {
    display: none;
}
.press-kitbox p {
    display: none;
}
.press-kitbox:first-child {
    margin-bottom: 52px;
}
.right-panel-sectn {
    position: relative;
}
.share-panel {
    position: absolute;
    top: -76px;
    right: -63px;
}
.left-panel {
    position: absolute;
    top: -52px;
    left: -40px;
}
.fix-sticky-scroll {
    background: #f5f5f5 !important;
}
.fix-sticky-scroll-main .carousel__nav__item.complete .progress-circle .process-inactive {
    opacity: 0;
}
.fix-sticky-scroll-main .carousel__nav__item.active .progress-circle .process-inactive {
    opacity: 0;
}
.fix-sticky-scroll-main .carousel__nav__item .progress-circle .process-inactive {
    opacity: 1;
}
.fix-sticky-scroll-main .carousel__nav__item .progress-circle .process-inactive {
    opacity: 1;
}
.fix-sticky-scroll-main .progress-circle svg {
    position: absolute;
}
.fix-sticky-scroll-main .carousel__nav__item.complete .progress-circle .process-active {
    opacity: 1;
}
.fix-sticky-scroll-main .carousel__nav__item.active .progress-circle .process-active {
    opacity: 1;
}
.fix-sticky-scroll-main .carousel__nav__item .progress-circle .process-active {
    opacity: 0;
}
.fix-sticky-scroll-main .carousel__nav__item .progress-circle .process-active {
    opacity: 0;
}
.fix-sticky-scroll-main .progress-circle svg {
    position: absolute;
}
.fix-sticky-scroll-main .carousel__nav__item.complete .progress-txt p {
    opacity: 1;
}
.fix-sticky-scroll-main .carousel__nav__item.active .progress-txt p {
    opacity: 1;
}
.fix-sticky-scroll-main .carousel__nav__item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 47px;
    left: 19px;
    top: 40px;
    border: 1px dashed var(--wc-gray300);
    transition: all 0.8s ease-in-out;
}
.fix-sticky-scroll-main .carousel__nav__item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    left: 19px;
    top: 38px;
    border: 1px solid var(--wc-gray400);
    transition: all 0.8s ease-in-out;
}
.fix-sticky-scroll-main .carousel__nav__item.complete::after {
    height: 49px;
    transition: all 0.8s ease-in-out;
}
.fix-sticky-scroll-main .pages {
    display: flex;
    gap: 47px;
    align-items: flex-start;
    flex-direction: column;
}
.fix-sticky-scroll-main .slide {
    position: relative;
}
.fix-sticky-scroll-main .page-6 .slide.carousel__nav__item:last-child:before {
    display: none;
}
.fix-sticky-scroll-main .portofolio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fix-sticky-scroll-main .data6 .details {
    background-color: #324ad3;
}
.fix-sticky-scroll-main .team-slider-content-right .team-slider-txt {
    font-family: "Proxima-Nova-Light";
    font-size: 18px;
    line-height: 24px;
    color: var(--wc-gray400);
    margin-bottom: 45px;
}
.fix-sticky-scroll-blue.fix-sticky-scroll {
    background: #324ad3 !important;
}
.fix-sticky-scroll-blue .fix-sticky-scroll-main .carousel__nav__item.complete::before {
    border: 1px dashed var(--wc-white);
}
.fix-sticky-scroll-blue .progress-txt p {
    color: var(--wc-white);
    opacity: 1;
}
.fix-sticky-scroll-blue .team-slider-content-left h2 {
    color: var(--wc-white);
}
.fix-sticky-scroll-blue .fix-sticky-scroll-main .team-slider-content-right .team-slider-txt {
    color: var(--wc-white);
}
.fix-sticky-scroll-blue.fix-sticky-scroll {
    background: #324ad3 !important;
}
.fix-sticky-scroll .portofolio {
    position: relative;
    background-image: none !important;
}
.fix-sticky-scroll .page {
    min-height: 100vh;
}
.fix-sticky-scroll .data2,
.fix-sticky-scroll .data3,
.fix-sticky-scroll .data4,
.fix-sticky-scroll .data5,
.fix-sticky-scroll .data6 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: initial;
    pointer-events: none;
    display: none;
}
.fix-sticky-scroll .data2.active,
.fix-sticky-scroll .data3.active,
.fix-sticky-scroll .data4.active,
.fix-sticky-scroll .data5.active,
.fix-sticky-scroll .data6.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: initial;
    pointer-events: none;
    display: flex;
}
.fix-sticky-scroll .hero {
    overflow: hidden;
}
.fix-sticky-scroll .hero .img-center {
    width: 70%;
}
.fix-sticky-scroll .pages {
    position: absolute;
    left: 90px;
    z-index: 1;
}
.fix-sticky-scroll .pages>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@keyframes dot {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(4);
    }
}
.onbording-box img {
    width: 50px;
    margin-bottom: 24px;
}
.progress-circle svg {
    width: 28px;
}
.right-panel-sectn img {
    width: 100%;
}
.right-panel-sectn .left-panel {
    width: auto;
}
.recent-article-effect .knowledge-hub-card-img img {
    transform: scale(1.2);
    transition: all 1s ease-out 0s;
}
.recent-article-effect .knowledge-hub-card:hover .knowledge-hub-card-img img {
    transform: scale(1);
}
.popular_platforms .container {
    padding: 0;
}
.bg-enquiryform {
    width: 100%;
    border-radius: 60px;
}
.unique-feature-swiper .swiper-slide .arrowdown {
    display: none;
}
.unique-feature-swiper .swiper-slide .more:hover .arrowdown {
    display: block;
}
.unique-feature-swiper .swiper-slide .more:hover .arrowup {
    display: none;
}
.read-now-btn {
    font-family: "Proxima-Nova-Semibold";
    font-size: 12px;
    line-height: 16px;
    color: var(--wc-gray400);
    padding: 5px 13px;
    background: var(--wc-gray100);
    border-radius: 31px;
    width: fit-content;
}
.knowledgeInfoBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.small-knowledgeInfoBlock.knowledgeInfoBlock {
    width: 100%;
    padding-right: 10px;
}
.knowledge-hub-card:hover .comn-red-btn {
    bottom: -49px;
}
.knowledge-hub-card .comn-red-btn {
    position: absolute;
    bottom: -100px;
}
.knowledge-hub-card-img img {
    width: 100%;
    transition: height 0.5s ease;
}
.blog-wrapper .knowledge-hub-card {
    border-radius: 24px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-wrapper .knowledge-hub-card.knowledge-hub-card-small {
    height: 316px;
    object-fit: cover;
}
.blog-detaillink-left .gap-2 {
    gap: 15px !important;
}
.blog-wrapper .knowledge-hub-card.knowledge-hub-card-small:hover .knowledge-hub-card-img img {
    height: 335px !important;
    object-fit: cover;
}
.knowledge-hub-card-small.knowledge-hub-card:hover .k-h-content-body {
    transform: translateY(-40px);
}
.knowledge-hub-card-small.knowledge-hub-card:hover .small-knowledgeInfoBlock.knowledgeInfoBlock {
    width: 100%;
    padding-right: 10px;
    transform: translateY(-40px);
    transition: all 0.5s ease-in-out;
}
.knowledge-hub-card-small.knowledge-hub-card .small-knowledgeInfoBlock.knowledgeInfoBlock {
    width: 100%;
    padding-right: 10px;
    transform: translateY(-0);
    transition: all 0.5s ease-in-out;
}
.knowledgeInfoBlock {
    margin-bottom: 10px;
}
.right-element .cardsbox {
    scale: 0.8;
}
.right-element.active .cardsbox {
    scale: 1;
}
.support-section.unique-features-section {
    margin-bottom: 0;
}
.featured-video.mgeservice-featured-video {
    padding-top: 0px;
}
.type-animation-mob {
    display: none;
}
.faq-accordian .accordion-button.collapsed {
    color: var(--wc-gray200);
}
.blog-detail-section .site-navigation>ul>li:before {
    border: 1.5px solid var(--wc-gray400);
    border-bottom: 0;
    border-left: 0;
}
.blog-detail-section .site-navigation>ul>li:after {
    border: 1.5px solid var(--wc-gray400);
    border-bottom: 0;
    border-left: 0;
}
.thought-section textarea::placeholder {
    font-size: 12px;
    color: var(--wc-gray300);
    font-family: "Proxima-Nova-Semibold";
    text-transform: uppercase;
}
img#imageX {
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}
.sort-dropdown {
    position: relative;
    z-index: 2;
}
.fix-sticky-scroll-content .page.active {
    transform: translateY(0px) !important;
    transition: all 0.7s ease-in-out;
}
/* .modal_backdrop_parent{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000000;
    backdrop-filter: blur(5px);
    z-index: 1111;
    left: 0;
} */
.sticky-form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.4s linear;
    z-index: 999;
    display: flex;
    justify-content: end;
    backdrop-filter: blur(5px);
}
.sticky-form.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.sticky-form .formsectn {
    border-radius: 0;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    width: 500px;
    padding: 90px 60px;
    height: 100%;
    overflow-y: auto;
    transition: all .5s ease-in-out;
}
.sticky-form.active .formsectn {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}
.download-wrapper .ico-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#SideForm .comn-red-btn {
    display: block;
}
.sticky-form .ico-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.sticky-form .temp-title span {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.96px;
}
.sticky-form .temp-title strong {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.96px;
}
.sticky-form .formsectn .temp-title {
    text-align: left;
    margin-bottom: 40px;
}
.sticky-form .formsectn .comn-red-btn button {
    letter-spacing: -0.16px;
    line-height: 17px;
    font-size: 14px;
}
.sticky-form .inputbox textarea {
    height: 100px;
}
.thought-section textarea {
    border: 1px solid var(--wc-gray100);
    border-radius: 18px;
    padding: 22px;
    height: 98px;
    resize: none;
}
.thought-section textarea::placeholder {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.thought-section .form-control:focus {
    border-color: unset;
    box-shadow: unset;
    border: 1px solid var(--wc-gray100);
}
.recent-blog-section .recent-article-effect .knowledge-hub-card-img img {
    height: 265px;
    max-height: 265px;
    object-fit: cover;
}
.rotate-text-circle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    left: 0 !important;
}
.ms-rotate-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section.bannner-blog .content-overlay {
    top: 45%;
}
.banner-section.bannner-blog .banner-features-content h5 {
    padding: 0 15%;
}
.banner-section.bannner-blog p {
    padding: 0 23%;
}
.banner-section.bannner-blog .banner-features-content h5,
.banner-section.bannner-blog .banner-features-content h5 strong {
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -0.98px;
}
.blog-detail-section .text-medium {
    font-family: "Proxima-Nova-Light";
}
.blog-link-wrapper {
    padding-left: 240px;
}
/* .temp1 .temp-title span {
    letter-spacing: -1px;
} */
.temp1 .temp-title strong {
    letter-spacing: -1px;
}
.overlayimg {
    width: 100%;
    border-radius: 24px;
    height: 60vh;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.employeebox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
img.emp-dtlsimg {
    position: absolute;
    right: 297px;
    bottom: 80px;
    width: 225px;
}
.emp-overlaybox {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    left: 00px;
    right: 0;
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: initial;
    z-index: 1;
}
.mon-emp-right-panel {
    display: none;
}
.content-mgmt-list ul li.moretext {
    display: none;
}
.moreless-button {
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    font-family: "ProximaNova-Bold";
    background: transparent !important;
    padding: 0px !important;
}
.arrow-up {
    display: block;
}
.arrow-down {
    display: none;
}
.content-mgmt-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.content-mgmt-list .moreless-button .arrow-up {
    display: block;
    transition: all 0.6s ease-in-out;
}
.content-mgmt-list .moreless-button .arrow-down {
    display: none;
    transition: all 0.6s ease-in-out;
}
.content-mgmt-list.abc .moreless-button .arrow-up {
    display: none;
    transition: all 0.6s ease-in-out;
}
.content-mgmt-list.abc .moreless-button .arrow-down {
    display: block;
    transition: all 0.6s ease-in-out;
}
.feature-swiperbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.fix-sticky-scroll-main .carousel__nav__item.complete::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 47px;
    left: 19px;
    top: 40px;
    border: 1px solid var(--wc-gray400);
}
.fix-sticky-scroll-main .carousel__nav__item.complete.active::before {
    border: 1px dashed var(--wc-gray300);
    content: "";
    position: absolute;
    width: 1px;
    height: 47px;
    left: 19px;
    top: 40px;
    transition: all 0.8s ease-in-out;
}
.fix-sticky-scroll-blue .fix-sticky-scroll-main .carousel__nav__item.complete::before {
    border: 1px solid var(--wc-white);
}
.fix-sticky-scroll-blue .fix-sticky-scroll-main .carousel__nav__item.complete::before {
    border: 1px solid var(--wc-white);
}
.fix-sticky-scroll-blue .fix-sticky-scroll-main .carousel__nav__item.complete::after {
    border: 1px solid var(--wc-white);
}
.fix-sticky-scroll-blue .fix-sticky-scroll-main .page-6 .carousel__nav__item.complete::after {
    display: none;
}
.emp-bg-sectn {
    background: url("../images/employee-gif.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: block;
    position: relative;
}
.emp-bg-sectn {
    padding: 80px;
    border-radius: 30px;
    opacity: 0;
    transform: translateY(100px);
}
.emp-bg-sectn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-right: 130px;
}
.emp-bg-sectn-box img:first-child {
    width: 198px;
}
.emp-bg-sectn-box img:last-child {
    width: 541px;
}
.emp-pagination {
    position: absolute;
    display: flex;
    gap: 5px;
    top: 20px;
    left: 30px;
    display: none;
}
.emp-pagination span {
    width: 12px;
    height: 12px;
    background: var(--wc-gray600);
    display: flex;
    border-radius: 100%;
}
.scroll-animtn {
    animation: teamsFadeUp 2s ease-in-out 0s forwards;
}
@keyframes teamsFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(00px);
    }
}
.scroll-animtn-last {
    opacity: 0;
    transform: translateY(100px);
    animation: scrollAnimtnLast 1.2s ease-in-out 0.5s forwards;
}
@keyframes scrollAnimtnLast {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(00px);
    }
}
.scroll-animtn-emp {
    animation: scrollAnimtnEmp 2s ease-in-out 0s forwards;
}
@keyframes scrollAnimtnEmp {
    from {
        opacity: 0;
        transform: translateY(70%);
        visibility: hidden;
    }
    to {
        opacity: 1;
        transform: translateY(00px);
        visibility: visible;
    }
}
.teamsimg-animtn {
    animation: teamsImgAnmtn 2s ease-in-out 0s forwards;
}
@keyframes teamsImgAnmtn {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.sharepanel-animtn {
    opacity: 0;
    transform: translateX(40px);
    animation: teamsImgAnmtn 2s ease-in-out 1s forwards;
}
@keyframes teamsImgAnmtn {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.teamsleftAnmtn-animtn {
    opacity: 0;
    transform: translateX(-40px);
    animation: teamsImgLeftAnmtn 2s ease-in-out 1s forwards;
}
@keyframes teamsImgLeftAnmtn {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.share-panel {
    position: absolute;
    top: -52px;
    right: -40px;
    width: auto !important;
}
.emp-bg-sectn-anmtn {
    animation: empbgsectnanmtn 1s ease-in-out 1.5s forwards;
}
@keyframes empbgsectnanmtn {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
.employees-anmtn-one {
    opacity: 0;
    transform: translateX(100px);
    animation: employeesanmtnone 1.2s ease-in-out 2s forwards;
}
@keyframes employeesanmtnone {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.employees-anmtn-two {
    opacity: 0;
    transform: translateX(100px);
    animation: employeesanmtntwo 1.2s ease-in-out 2.5s forwards;
}
@keyframes employeesanmtntwo {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.employees-anmtn-three {
    opacity: 0;
    transform: translateX(100px);
    animation: employeesanmtnthree 1.2s ease-in-out 4s forwards;
}
@keyframes employeesanmtnthree {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.product-guide-slider .ReadMore-lnk .comn-red-btn button {
    padding: 20px 30px 20px 30px;
}
.blog-wrapper .knowledge-hub-card.knowledge-hub-card-small {
    border-radius: 24px;
    overflow: hidden;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}
.small-knowledgeInfoBlock-sectn .knowledgeInfoBlocklist li:last-child {
    list-style-type: disc;
    line-height: 0px;
    color: var(--wc-white);
}
.moreless-button:hover .arrow-up {
    display: none;
    transition: all 0.6s ease-in-out;
}
.moreless-button:hover .arrow-down {
    display: block;
    transition: all 0.6s ease-in-out;
}
.footermenu-box ul li a.mail-txt {
    text-transform: initial;
}
.card.card2 .blog-card-left {
    width: 65%;
}
.card.card2 .blog-card-right {
    width: 35%;
}
.discover-features h6.temp-title {
    margin: 0 auto 100px;
    text-align: center;
}
.temp10 h6.temp-title {
    margin: 0 auto 70px;
}
.emp-bg-sectn.emp-bg-sectn-anmtn::before {
    content: "";
    background-color: hsl(230.89deg 77.78% 28.24% / 94.9%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
}
.blog-wrapper {
    padding-bottom: 128px;
}
.comn-red-btn.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.load-more-btn.comn-red-btn button {
    padding: 20px 30px 20px 30px;
}
.thought-section .comn-red-btn button {
    padding: 20px 94px 20px 44px;
}
.share-by {
    border-left: 1px solid #dcdcdc;
    padding-left: 1.5rem;
}
.sharing-action a:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: auto;
}
.sharing-action a:last-child:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--wc-gray300);
    display: block;
    border-radius: 100%;
}
.share-by p {
    text-transform: uppercase;
}
.sharing-action a:first-child {
    text-transform: capitalize;
}
.manage-sectn-banner .banner-group::before {
    background: rgb(32, 32, 32);
    background: linear-gradient( -90deg, rgba(32, 32, 32, 0.6) 0%, rgba(32, 32, 32, 1) 77%);
}
.manage-sectn-banner .content-overlay {
    width: 820px;
}
.support-card:hover {
    box-shadow: 0px 10px 30px 0px #00000008;
}
.support-content .text-medium {
    font-family: "proxima-nova-medium";
}
.support-content .text-medium {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-family: "Proxima-Nova-Semibold";
    color: var(--wc-black100);
}
.support-card-group .support-icon>img {
    width: 80px;
}
.blog-wrapper .small-knowledgeInfoBlock .k-h-content-body p,
.small-knowledgeInfoBlock li p,
.blog-wrapper .small-knowledgeInfoBlock .k-h-content-body span {
    color: #ffffffcc;
}
.blog-grid-sectn.blog-wrapper .small-knowledgeInfoBlock-sectn .k-h-content-body p {
    font-size: 24px;
    line-height: 26px;
}
.blog-grid-sectn.blog-wrapper .blog-left .knowledge-hub-card:hover .knowledge-hub-card-img,
.blog-grid-sectn.blog-wrapper .blog-left .knowledge-hub-card:hover .knowledge-hub-card-content {
    transition: all 0.5s ease-in-out;
}
.blog-grid-sectn.blog-wrapper .blog-center .k-h-content-body p {
    font-size: 20px;
    line-height: 24px;
}
.blog-grid-sectn.blog-wrapper .blog-center .knowledge-hub-card-content {
    padding: 30px 30px 70px;
}
.blog-grid-sectn.blog-wrapper .blog-right .k-h-content-body p {
    font-size: 20px;
    line-height: 24px;
}
.blog-grid-sectn.blog-wrapper .blog-right .knowledge-hub-card-content {
    padding: 30px 30px 70px;
}
.blog-grid-sectn .knowledgeInfoBlocklist li:last-child {
    list-style-type: none;
}
.blog-grid-sectn .knowledgeInfoBlocklist li:last-child {
    position: relative;
}
.blog-grid-sectn .knowledge-hub-card-small .knowledgeInfoBlocklist li:last-child::before {
    list-style-type: none;
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background-color: #ffffffcc;
    position: absolute;
    top: 6px;
    left: -5px;
}
.recent-blog-section .knowledgeInfoBlocklist li:last-child {
    list-style-type: none;
}
.recent-blog-section .knowledgeInfoBlocklist li:last-child {
    position: relative;
}

.temp1-slider .knowledgeInfoBlocklist li:last-child {
    list-style-type: none;
}
.temp1-slider .knowledgeInfoBlocklist li:last-child {
    position: relative;
}
.product-guide-slider .knowledge-hub-card .knowledge-hub-card-img:first-child>img {
    height: 277px;
}
.banner-animtn .img-bg::before {
    content: "";
    background-color: #050f1b91;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.weconnect_reasons .swiper {
    overflow-x: visible;
}
.features-animation-slider {
    height: 80vh !important;
}
.features-animation-container {
    background: linear-gradient(267.87deg, #014EFE 6.41%, #3E7EFF 83.93%);
    border-radius: 60px;
    padding: 120px;
    height: 80vh;
    gap: 100px;
}

.features-animation-slider .fasterculture_left {
    width: 100%;
    text-align: left;
    padding-right: 20px;
}
.sticky.features-animation-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-animation-slider.our-work {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 0 !important;
}
.features-animation-slider.our-work:before {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    border-radius: 760px;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    opacity: 0.4;
    filter: blur(270px);
    content: "";
    pointer-events: none;
    will-change: transform;
}
.features-animation-slider.our-work h1 {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    font-size: 3.3rem;
    line-height: 1.1;
}
.features-animation-slider .slider {
    display: flex;
    gap: 55px;
    align-items: center;
    position: relative;
}
.features-animation-slider .carousel__slider {
    position: relative;
    width: 100%;
    min-height: 440px;
}
.features-animation-slider .carousel__item {
    width: 100%;
    min-height: 440px;
    padding: 0px 48px 0px;
    position: absolute;
    top: 0%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-animation-slider .carousel__nav {
    display: none;
}
.features-animation-slider .carousel__nav__item {
    background: #424b58;
    box-shadow: none;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
.share-socialmedia {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}
.socialmedia-icons span {
    display: block;
    margin: 5px 0;
    color: #555;
}
.socialmedia-icons span {
    display: flex;
}
.socialmedia-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.share-socialmedia:hover .sharelink {
    display: none;
}
.agency_left p {
    width: 79%;
}
.fix-sticky-scroll .page:last-child .team-slider-content-left h2 {
    color: var(--wc-white);
}
.fix-sticky-scroll .page:last-child .team-slider-content-right p {
    color: var(--wc-white);
}
.fix-sticky-scroll-main .page-6:last-child .carousel__nav__item::after,
.fix-sticky-scroll-main .page-6:last-child .carousel__nav__item::before {
    opacity: 0;
}
.fix-sticky-blue .fix-sticky-scroll-main .carousel__nav__item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    left: 19px;
    top: 38px;
    border: 1px solid var(--wc-white);
    transition: all 0.8s ease-in-out;
}
.fix-sticky-blue .fix-sticky-scroll-main .carousel__nav__item.complete::before {
    border: 1px solid var(--wc-white);
}
.fix-sticky-blue .fix-sticky-scroll-main .carousel__nav__item::after {
    border: 1px solid var(--wc-white);
}
.fix-sticky-blue .progress-txt p {
    color: var(--wc-white);
    opacity: 1;
}
.fix-sticky-scroll-main .details {
    padding-left: 380px;
    padding-right: 100px;
    padding-top: 90px;
    padding-bottom: 100px;
}
.socialmedia-icons a {
    background: rgba(255,255,255,0.7);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 8px;
}
.blog-para-single{
    margin: 15px 0;
}
.socialmedia-icons a img{
    width: 16px;
}
.socialmedia-icons a:hover{
    background: rgba(255,255,255,1);
}
.socialmedia-icon img {
    opacity: 0.5;
}
.recent-article-effect .knowledge-hub-card {
    display: flex;
    flex-direction: column;
    height: auto;
}
.recent-article-effect .k-h-content-body p~span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recent-article-effect .knowledge-hub-card:hover .comn-red-btn {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.recent-article-effect .knowledge-hub-card .comn-red-btn {
    position: relative;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.recent-article-effect .knowledge-hub-card-content {
    padding: 31px;
    transition: all 0.5s ease-in-out;
}
.recent-article-effect .knowledge-hub-card-img img {
    height: auto;
    object-fit: cover;
}
.recent-article-effect .knowledge-hub-card:hover .knowledge-hub-card-content {
    padding-bottom: 30px;
    transition: all 0.5s ease-in-out;
}
.recent-article-effect .ReadMore-lnk {
    transform: translateY(70px);
}
.ReadMore-lnk .comn-red-btn button {
    background-color: transparent;
    border: 1px solid var(--wc-primary);
    color: var(--wc-primary);
    padding: 6px 31px !important;
    height: 40px;
    font-size: 12px;
    transition: all 0.4s ease 0s;
}
.ReadMore-lnk .comn-red-btn button:hover {
    background-color: var(--wc-primary100);
    transition: all 0.4s ease 0s;
}
.recent-blog-section .recent-article-effect .knowledge-hub-card {
    height: 530px;
    position: relative;
}
.headerTop .nav1Right {
    top: 13px;
}
.client-section .clientbox:nth-child(3) img{
    mix-blend-mode: darken;
    width: 130px;
}
.product-guide-swiper .swiper {
    overflow-x: visible;
}
.mob-device {
    display: none;
}
.web-device {
    display: block;
}
.nav1Right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.right-nav-sectn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 44px;
}
.bannner-contenmgmt h5 {
    width: 100%;
}

.bannner-contenmgmt p {
    width: 100%;
}
.recent-blog-section .recent-article-effect .knowledge-hub-card:hover .knowledge-hub-card-content {
    padding-bottom: 30px;
    transition: all 0.5s ease-in-out;
}
.small-knowledgeInfoBlock-sectn.knowldge-content-wrapper {
    padding: 23px 30px;
}
.blog-small-card span {
    font-family: "Proxima-Nova-Semibold";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.32px;
    text-align: center;
    color: var(--wc-white);
    background: rgb(239 239 239 / 40%);
    padding: 5px 12px;
    border-radius: 30px;
}
.blog-small-card ul li {
    color: var(--wc-white);
    font-family: "ProximaNova-Bold";
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
.sticky-form1 .formsectn{
    max-width: 500px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    right: -100%;
    transition: all .5s ease-in-out;
}

.sticky-form1.active .formsectn{
    right: 0;
    transition: all .5s ease-in-out;
}
.blog-small-card ul {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}
.blog-small-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
.blog-small-card-sectn h6 {
    font-family: "Proxima-Nova-Semibold";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.64px;
    color: var(--wc-white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-small-card>ul>li>p {
    font-family: "proxima-nova-medium";
    font-size: 12px;
    line-height: 16px;
    color: var(--wc-white);
}
.blog-center .knowledge-hub-card:nth-child(2) .k-h-content-body span,
.blog-right .knowledge-hub-card:nth-child(1) .k-h-content-body span {
    display: none;
}
.blog-center .knowledge-hub-card:nth-child(2) .knowledge-hub-card-img,
.blog-right .knowledge-hub-card:nth-child(1) .knowledge-hub-card-img {
    max-height: 224px;
    height: 100%;
    object-fit: cover;
}
.blog-small-card-sectn>p {
    color: var(--wc-white);
    display: none;
}
.small-card-btn button {
    display: flex;
    width: auto;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
    background: var(--wc-primary);
    border: 0;
    font-family: "ProximaNova-Bold";
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -0.16px;
    padding: 10px 30px;
    display: none;
    line-height: 0;
    background-color: var(--wc-white);
    border: 1px solid var(--wc-white);
    color: var(--wc-primary);
    height: 40px;
    font-size: 12px;
    margin-top: 20px;
}
.knowledge-hub-card-small.knowledge-hub-card:hover .blog-small-card-sectn {
    transform: translateY(-30px);
    transition: all 0.5s ease-in-out;
}
.knowledge-hub-card-small.knowledge-hub-card:hover .small-card-btn button {
    display: block;
    transition: all 0.5s ease-in-out; 
}
.small-card-btn button:hover {
    background-color: var(--wc-primary100);
    transition: all 0.4s ease 0s;
}
.knowledge-hub-card-small.knowledge-hub-card:hover .knowldge-content-wrapper.small-knowledgeInfoBlock-sectn {
    padding-bottom: 0;
}
.blog-tag-group h2 {
    color: var(--wc-white);
    margin: 0;
    padding: 0;
}
.mail-txt {
    text-transform: initial;
}
.banner-section.bannner-blog {
    float: none;
}
.video_modal video {
    border-radius: 0px;
}
.blog-txt .comn-red-btn {
    margin-top: 60px;
}
.nav1 li a.active .menuDD {
    color: var(--wc-primary);
}
.nav1 li a:hover .menuDD {
    color: var(--wc-primary);
}
.faqlist li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 12px;
    font-size: 12px;
    line-height: 14px;
    color: var(--wc-gray200);
}
.faqlist {
    margin-top: 10px;
}
.faq-section > .temp-title{
    text-align: center;
}
.faqlist li:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0px;
    border: 0;
    width: 5px;
    height: 5px;
    left: 0;
    background: #888;
    border-radius: 100%;
}
.faqlist li strong {
    color: #333;
}
.error-message,
.parsley-length {
    font-size: 12px;
}
.inputbox textarea {
    outline: 0px;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inputbox .is-invalid {
    box-shadow: none;
}
.parsley-errors-list.filled {
    font-size: 12px;
}
.socialmedia-icons ul li:last-child {
    display: none;
}
.swal2-confirm.btn {
    color: var(--wc-white) !important;
}
input:-internal-autofill-selected {
    background-color: transparent;
}
.loglists ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
    color: var(--wc-gray200);
}
.blog-que {
    position: relative;
}
.loglists ol ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 0px;
}
.loglists ol h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: var(--wc-gray200);
}
.blog-headpara h6 {
    margin-top: 15px;
}
.loglists ol {
    margin-top: 15px;
}
.blog-detaillink-left .firstchild {
    padding-top: 0px;
}
.lg-list-btm {
    margin-bottom: 50px !important;
}
.agency_box span:last-child {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: var(--wc-gray200);
}
.agency_left .temp-title br {
    display: none;
}
.left-sticky-slide-scroll .fasterculture_left p {
    margin-left: 0px;
}
.popular_platforms .clientbox {
    background-color: var(--wc-white);
}
.banner-section .site-navigation {
    margin-bottom: 20px;
}
.banner-section.bannner-blog .site-navigation {
    margin-bottom: 0px;
}
.iti__selected-dial-code {
    font-size: 14px;
    line-height: 18px;
    color: var(--wc-gray200);
    font-family: 'Proxima-Nova-Semibold';
}
#mobile_code,
#mobile_code3 {
    padding-left: 145px !important;
}
#mobile_code2 {
    padding-left: 145px !important;
}
.blog-detail-avatar img {
    border-radius: 40px;
}
.blog-headpara .memberLoginBtn > a {
    border: 1px solid var(--wc-primary) !important;
}
.download-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: end;
        justify-content: end;
    backdrop-filter: blur(5px);
    transition: all .5s ease-in-out;
}
.leaflet-download .download-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: all .5s ease-in-out;
    flex-direction: column;
}
.dropdown_c {
    position: relative;
}
.selected span {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    width: 200px;
    border-radius: 5px;
    color: #131313;
}
.selected span {
    padding-left: 70px;
    border-radius: 16px;
    border: 1px solid var(--wc-gray100);
    background: #F5F5F5;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    align-items: center;
    color: var(--wc-gray300);
    font-family: 'Proxima-Nova-Semibold';
    cursor: pointer;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    font-size: 14px;
    text-transform: uppercase;
}
.drop-content {
    position: relative;
}
.drop-content ul {
    position: absolute;
    left: 0px;
    top: 5px;
    display: none;
    list-style: none;
    width: 100%;
    background: #f5f5f5;
    border-top: 0;
    border-radius: 10px;
    padding-top: 3px;
    z-index: 1;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
}
.drop-content ul li span {
    display: flex;
    padding: 10px 15px;
    text-decoration: none;
    color: #131313;
    color: var(--wc-gray300);
    font-family: 'Proxima-Nova-Semibold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
}
.drop-content ul li span:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--wc-black);
    cursor: pointer;
}
.selected .arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    top: 22px;
    right: 25px;
    position: absolute;
}
.dropdown_c.dropdown_click.open .drop-content {
    display: block;
}
.dropdown_c.dropdown_click.open .arrow {
    transform: rotate(180deg);
}
.moreless-button img {
    transition: transform 0.3s ease;
}
.moreless-button img.rotated {
    transform: rotate(180deg);
}
.dropdown_c .intro span {
    color: var(--wc-black200);
    font-family: 'Proxima-Nova-Semibold';
    font-size: 16px;
    letter-spacing: -0.16px;
}
.blog-titleimgwrap {
    width: 100%;
    height: 656px;
}
.blog-titleimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-para-avatar img,
.blog-para-single img {
    border-radius: 30px;
}
.download-wrapper .temp-title {
    font-size: 45px;
    line-height: 55px;
}