@import url('https:/fonts.googleapis.com/css2?family=Alumni+Sans:wght@800&family=Poppins:wght@100%3B200%3B300%3B400%3B500%3B600%3B700%3B800%3B900&display=swap'); ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #FBFF5C;
}

body {
    background: #0B0B0B;
    font-size: 16px;
    color: #fff;
    overflow-x: hidden;
}

body,h1,h2,h3,h4,h5,h6,p,a,li,span,strong,input,label {
    font-family: 'Poppins',sans-serif;
}

.alum {
    font-family: 'Alumni Sans';
}

/* headings */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p {
    margin: 0;
    padding: 0;
}

p {
    line-height: normal;
    padding: 0;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #FBFF5C;
}

a:focus {
    outline: none;
    text-decoration: none;
}

figure {
    margin-bottom: 0
}

img {
    border: 0px;
    outline: none;
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px
}

ul,li {
    list-style-type: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/*global css*/
.c-white {
    color: #fff
}

.c-dark {
    color: #0B0B0B
}

.sec-pad {
    padding: 50px 0;
}

.main-heading {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Alumni Sans';
    text-transform: uppercase;
}

.main-pera {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 30px 0;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.thankyou-sec {
    text-align: center;
    height: 100vh;
    display: flex;
    background: #000;
}

.thankyou-sec .container {
    align-self: center;
}

.thankyou-sec h4 {
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1.4px;
}

.thankyou-sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 10px 0;
}

.btn-wrap {
    gap: 20px;
}

.btn-wrap li {
}

.btn-size {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    padding: 17px 35px;
    transition: 0.6s linear;
    border-radius: 125px;
    display: block;
}

.btn-black {
    color: #fff;
    backdrop-filter: blur(5.025640964508057px);
    box-shadow: 0 19px 40px 0 rgba(0,0,0,0.15);
    background: rgba(43,42,42,0.7);
}

.btn-black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 2px solid transparent;
    background: linear-gradient(180deg,#585757,#21212121) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    animation: animatedgradient 5s ease alternate infinite;
    transition: 0.4s linear;
    background-position: 0 0px
}

.btn-black:hover:after {
    background: linear-gradient(180deg,#FBFF5C,#21212121) border-box;
    animation: none;
}

.icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
    fill: #FBFF5C;
}

.wave-sm {
    animation-delay: 0.3s;
}

.wave-md {
    animation-delay: 0.45s;
}

.wave-lg {
    animation-delay: 0.6s;
}

.bg-text {
    position: relative;
    display: inline-block;
    font-family: 'Alumni Sans';
    margin-right: 0;
    padding: 0 10px;
}

.bg-text:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #FBFF5C;
    transition: .8s linear;
    left: 0;
}

.bg-text b {
    position: relative;
    font-weight: 700;
    font-family: 'Alumni Sans';
}

.bg-text.txt-active b {
    color: #1e1d1d;
}

.txt-active:before {
    width: 100%;
}

body.header2 {
}

body.header2 header {
    position: relative;
}

body.header2 header .nav-br {
    margin-bottom: 0;
}

/*custom css*/
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 0;
}

header ul.btn-wrap {
}

header ul.btn-wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
}

header ul.btn-wrap li span {
}

header ul.btn-wrap li span path.path1 {
    fill: #FBFF5C;
}

header ul.btn-wrap li span p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

header ul.btn-wrap li span a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

header ul.btn-wrap li span a:hover {
    color: #FBFF5C
}

header .nav-br {
    padding: 5px 0;
    margin: 10px 0 0;
    background: rgb(11,11,11);
    background: linear-gradient(90deg,#0b0b0b 0.11%,#282828 52.94%,#0b0b0b 100%);
    position: relative;
    transition: 0.4s ease-in;
}

header .nav-br ul.menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

header .nav-br ul.menu li {
}

header .nav-br ul.menu li a {
    font-size: 18px;
    line-height: 12px;
    font-weight: 700;
}

header .nav-br:before {
    content: '';
    position: absolute;
    background: radial-gradient(circle,#fbff5c61 0%,#0b0b0b 100%,#fbff5c5e 100%);
    width: 100%;
    height: 1px;
    top: 0;
}

.main-banner {
    background: #010001;
    position: relative;
    padding: 150px 0;
    display: flex;
    align-items: center;
}

.main-banner .shape {
    position: absolute;
    right: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-banner .content {
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

.main-banner h1 {
    position: relative;
    z-index: 1;
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    text-transform: capitalize;
    color: #fff;
}

.main-banner p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    padding: 30px 0 30px;
    margin-top: 30px;
}

.main-banner p:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 20%;
    background: #fff;
    top: 0;
}

.main-banner video.b-video {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
}

.badge-sec {
    background: #F5F9F4;
}

.badge-sec ul {
    gap: 40px;
    margin-top: 40px;
    justify-content: space-between;
}

.badge-sec ul li {
}

.badge-sec ul li img {
}

.badge-sec ul li img:hover {
    filter: drop-shadow(2px 4px 6px #848282);
}

.f-width {
    height: 90vh;
    position: relative;
    padding: 150px 0 100px;
    overflow: hidden;
}

.f-width:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/about-txt.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: right;
    pointer-events: none;
}

.noise-effect:after {
    content: '';
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/noise-transparent.png');
    animation: 1s infinite noise;
    pointer-events: none;
    z-index: -1;
}

.f-width .img-box {
    display: flex;
    flex-direction: column;
}

.f-width .img-box img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.f-width .img-box .main-heading {
    text-align: end;
    z-index: 1;
}

.f-width .img-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 30px 0 0;
    width: 40%;
    position: absolute;
    bottom: 100px;
}

.f-width .img-box p:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 20%;
    background: #fff;
    top: 0;
}

.box-sec {
    background: #F5F9F4;
}

.box-sec h2 {
    margin-bottom: 30px;
}

.box-sec .box-wrap {
    background: #ececec;
    border-radius: 30px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    transition: 0.4s linear;
}

.box-sec .box-wrap .content {
    transition: 0.4s linear;
    transform: translateY(50%);
}

.box-sec .box-wrap .content span {
    font-weight: 800;
    font-size: 100px;
    line-height: 87px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #0b0b0b;
    font-family: 'Alumni Sans';
    position: relative;
}

.box-sec .box-wrap .content h3 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #0b0b0b;
    margin: 10px 0;
}

.box-sec .box-wrap .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #0c0d0d;
    opacity: 0;
    transition: 0.9s linear;
}

.box-sec .box-wrap .content span:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 65%;
    background: #fbff5c;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.box-sec .box-wrap .content span b {
    position: relative;
}

.box-sec .box-wrap-main:hover .box-wrap {
    box-shadow: -5px 41px 52px 0 rgba(0,0,0,0.12);
}

.box-sec .box-wrap-main:hover .box-wrap .content {
    transform: translateY(0%);
}

.box-sec .box-wrap-main:hover .box-wrap .content p {
    opacity: 0.9;
}

.box-sec .box-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.box-sec .box-wrap.box-1:before {
    background-image: url(assets/images/shape-lines-1.png);
    background-position: left top;
}

.box-sec .box-wrap.box-2:before {
    background-image: url(assets/images/shape-lines-2.png);
    background-position: right top;
}

.box-sec .box-wrap-main:hover {
    background: linear-gradient(2deg,#00000073,transparent);
}

.box-sec .box-wrap-main {
    transition: 0.4s linear;
    border-radius: 30px;
    padding: 1px;
}

.box-sec .box-wrap:after {
    content: '';
    position: absolute;
    background-image: url(assets/images/shape-box-top.png);
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
}

.box-sec .box-wrap-main:hover .box-wrap:before {
    opacity: 0.5;
}

.h-serv-sec {
    background: #1E1E1E;
}

.h-serv-sec .content-list {
    margin-top: 60px
}

.h-serv-sec .content-list .content-list-left {
    display: flex;
    align-items: flex-start
}

.h-serv-sec .content-list .content-list-left .content {
    margin-left: 30px
}

.h-serv-sec .content-list .content-list-left img,.content-list .content-list-left svg {
    margin-top: 15px
}

.h-serv-sec .content-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .6px solid hsla(0,0%,100%,.3);
    padding: 30px 0;
    cursor: pointer;
    position: relative;
    border-radius: 32px 32px 0 0;
    transition: .5s
}

.h-serv-sec .content-list li:has(+li:hover) {
    border: none
}

.h-serv-sec .content-list li:hover {
    background: #2f2f2f;
    border-radius: 32px;
    padding: 90px 30px;
    border: none;
    cursor: auto
}

.h-serv-sec .content-list li:hover:last-child {
    border-bottom: none
}

.h-serv-sec .content-list li:hover .content p {
    display: block
}

.h-serv-sec .content-list li:hover .right-arrow-icon {
    display: flex
}

.h-serv-sec .content-list li:hover .right-arrow-icon .white-right-arrow path {
    fill: #fff
}

.h-serv-sec .content-list li:hover .content-list-right {
    display: flex;
    align-items: baseline;
}

.h-serv-sec .content-list li:hover h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.h-serv-sec .content-list li h3 {
    text-transform: capitalize;
    color: #969696;
    font-family: 'Alumni Sans';
    font-size: 60px;
}

.h-serv-sec .content-list li p {
    margin-top: 10px;
    max-width: 500px;
    display: none
}

.h-serv-sec .content-list .icon-box img {
    max-width: fit-content;
}

.h-serv-sec .content-list .content-list-right {
    display: none;
    align-items: center
}

.h-serv-sec .content-list .icon-box {
    padding: 0 35px;
    color: #fff
}

.h-serv-sec .content-list .right-arrow-icon {
    display: none
}

.h-serv-sec .right-arrow-icon {
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    background-color: #7427e8;
}

.h-serv-sec .right-arrow-icon:hover {
    background: transparent;
    display: flex;
    border: 1px solid #fff;
}

.h-serv-sec .icon-box {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h-serv-sec .icon-box,.h-serv-sec .icon-wrapper {
    display: flex;
}

.h-serv-sec .icon-box span {
    margin-top: 20px;
    max-width: 100px;
}

.cta-one {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: -130px;
    margin-top: -150px;
}

.cta-one img {
    width: 28%;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    margin: auto;
    transform: rotate(341deg);
    pointer-events: none;
}

.cta-one .container {
    border-radius: 30px;
    background: linear-gradient(180deg,#ffdb5c 0%,#ffee59 52.27%,#fbff5c 100%);
    backdrop-filter: blur(54px);
    box-shadow: 0 50px 72px 0 rgba(247,248,91,0.09);
    padding-top: 60px;
    padding-bottom: 40px;
    /*    height: 300px*/
}

.cta-one h2 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    color: #0b0b0b;
}

.cta-one h2 span {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 90px;
    line-height: 80px;
    text-transform: capitalize;
    color: #0b0b0b;
    display: block;
}

.cta-one h4 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 132px;
    line-height: 1;
    text-transform: capitalize;
    color: #0b0b0b;
    text-align: end;
}

.cta-one .right-arrow-icon {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #000;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-one a {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    transition: .3s ease-in-out;
    position: relative;
    padding: 3px;
}

.cta-one a:before {
    content: '';
    position: absolute;
    background: #fdfa5b;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    left: -3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
}

.cta-one a:hover {
    padding: 0;
}

.cta-one a:hover .right-arrow-icon {
    background: #7427e8;
    display: flex;
    border: 1px solid #fff;
}

.prces {
    background: #FAF9F7;
    padding-top: 300px;
}

.prces h3 {
    text-align: center;
    color: #fff;
}

.prces p {
    text-align: center;
    padding: 30px 230px 0;
}

.prces h4 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0b0b0b;
}

.prces h4 i {
    margin: 0 8px 0 0;
}

.prces ul {
    padding: 26px 0 26px 20px;
    position: relative;
    overflow: visible;
}

.prces ul:after {
    content: '';
    position: absolute;
    background: #D9D9D9;
    width: 2px;
    height: 72%;
    left: 0;
    top: 120px;
}

.prces ul li {
    margin: 37px 0;
    cursor: pointer;
}

.prces ul li.swiper-slide-thumb-active {
    position: relative;
}

.prces ul li.swiper-slide-thumb-active span {
}

.prces ul li.swiper-slide-thumb-active h6 {
}

.prces ul li.swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1b1b1b;
    border-radius: 50px;
    left: -24px;
    bottom: 6px;
    z-index: 3;
}

.prces ul li h5 {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}

.prces ul li h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
}

.prces ul li span {
    display: inline-block;
    background: #D9D9D9;
    width: 50%;
    height: 10px;
    border-radius: 50px;
    position: relative;
}

.prces ul li:nth-child(2) {
    margin-left: 30px;
    position: relative;
}

.prces ul li:nth-child(2) span {
    width: 55%;
}

.prces ul li:nth-child(2):before {
    content: '';
    position: absolute;
    background: #D9D9D9;
    left: -48px;
    height: 2px;
    width: 40px;
    bottom: 10px;
}

.prces ul li:nth-child(2):after {
    left: -53px;
}

.prces ul li:nth-child(3) {
    margin-left: 50px;
    position: relative;
}

.prces ul li:nth-child(3) span {
    width: 70%;
}

.prces ul li:nth-child(3):before {
    content: '';
    position: absolute;
    background: #242425;
    left: -69px;
    height: 2px;
    width: 62px;
    bottom: 10px;
}

.prces ul li:nth-child(3):after {
    left: -74px;
}

.prces ul li:nth-child(4) {
    margin-left: 70px;
    position: relative;
}

.prces ul li:nth-child(4) span {
    width: 80%;
}

.prces ul li:nth-child(4):before {
    content: '';
    position: absolute;
    background: #242425;
    left: -88px;
    height: 2px;
    width: 80px;
    bottom: 10px;
}

.prces ul li:nth-child(4):after {
    left: -94px;
}

.prces ul li:nth-child(5) {
    margin-left: 90px;
    position: relative;
}

.prces ul li:nth-child(5) span {
    width: 85%;
}

.prces ul li:nth-child(5):before {
    content: '';
    position: absolute;
    background: #242425;
    left: -108px;
    height: 2px;
    width: 100px;
    bottom: 10px;
}

.prces ul li:nth-child(5):after {
    left: -114px;
}

.prces ul li:nth-child(6) {
    margin-left: 130px;
    position: relative;
}

.prces ul li:nth-child(6) span {
    width: 75%;
}

.prces ul li:nth-child(6):before {
    content: '';
    position: absolute;
    background: #D9D9D9;
    left: -150px;
    height: 2px;
    width: 142px;
    bottom: 10px;
}

.prces ul li:nth-child(6):after {
    left: -154px;
}

.prces .detlwrp {
    border-radius: 50px;
    height: 390px;
    text-align: left;
    padding: 0 40px;
    top: 110px;
    position: relative;
    backdrop-filter: blur(37px);
    box-shadow: 0 24px 74px 0 rgba(0,0,0,0.1);
    background: #fff;
    border: 1px solid #fbff5c;
}

.prces .detlwrp img {
    filter: brightness(0);
}

.prces .detlwrp span {
    display: inline-block;
    color: #0B0B0B;
    font-weight: 800;
    font-size: 140px;
    vertical-align: middle;
    padding: 0 0 0 30px;
    font-family: 'Alumni Sans';
}

.prces .detlwrp h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 30px 0;
}

.prces .detlwrp p {
    padding: 0;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.prces .mySwiper2 {
    height: 80%;
    width: 100%;
}

.prces .mySwiper .swiper-wrapper {
    display: block;
}

.prces .mySwiper .swiper-slide {
    width: 100%!important;
    height: 100%;
    opacity: 0.4;
}

.prces .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.prces ul li.swiper-slide-thumb-active:before {
    background: #1b1b1b;
}

.prces ul li.swiper-slide-thumb-active:after {
}

.prces ul li span:before {
    content: '';
    position: absolute;
    background: #fbff5c;
    width: 0;
    border-radius: 50px;
    height: 100%;
    transition: 0.5s linear;
}

.prces ul li.swiper-slide-thumb-active span:before {
    width: 100%;
}

.h-port {
    background: #1E1E1E;
}

.h-port .main-heading {
    margin-bottom: 60px;
}

.h-port .img-wrap {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-top: calc(var(--bs-gutter-x)/ 2);
    margin-bottom: calc(var(--bs-gutter-x)/ 2);
    background: #000;
    border-radius: 20px;
}

.h-port .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s linear;
}

.h-port .img-wrap:hover img {
    transform: scale(1.1);
}

.h-port .sm-port {
}

.h-port .sm-port .img-wrap {
    height: 350px;
}

.our-industry {
}

.our-industry .content-list {
}

.our-industry .content-list li:nth-child(2) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(2) .content-list-right .card-image:before {
    background: linear-gradient(137.15deg,#30cdff 17.24%,#1e8df2 55.05%)
}

.our-industry .content-list li:nth-child(3) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(3) .content-list-right .card-image:before {
    background: #fff
}

.our-industry .content-list li:nth-child(4) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(4) .content-list-right .card-image:before {
    background: linear-gradient(319.59deg,#dab28c 39.85%,#00c6db 88.35%)
}

.our-industry .content-list li:nth-child(5) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(5) .content-list-right .card-image:before {
    background: linear-gradient(153.85deg,#fff 16.47%,#00b2ff 64.09%)
}

.our-industry .content-list li:nth-child(6) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(6) .content-list-right .card-image:before {
    background: linear-gradient(127.97deg,#cfff48 14.26%,#dbff00 62.01%)
}

.our-industry .content-list li:nth-child(7) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(7) .content-list-right .card-image:before {
    background: #8d5dff
}

.our-industry .content-list li:nth-child(8) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(8) .content-list-right .card-image:before {
    background: #ffc701
}

.our-industry .content-list li:nth-child(9) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(9) .content-list-right .card-image:before {
    background: linear-gradient(177.53deg,#246fff 2.07%,#334377 76.57%)
}

.our-industry .content-list li:nth-child(10) .content-list-right .card-image:after,.our-industry .content-list li:nth-child(10) .content-list-right .card-image:before {
    background: #ffc551
}

.our-industry .content-list li.box11 .content-list-right .card-image:after,.our-industry .content-list li.box11 .content-list-right .card-image:before {
    background: linear-gradient(92deg,#fea638 2.07%,#d4571d 76.57%);
}

.our-industry .content-list li.box12 .content-list-right .card-image:after,.our-industry .content-list li.box12 .content-list-right .card-image:before {
    background: linear-gradient(92deg,#986de0 2.07%,#4c3fb6 76.57%);
}

.our-industry .content-list .content-list-left {
    display: flex;
    align-items: baseline;
}

.our-industry .content-list .content-list-left .content {
    margin-left: 30px
}

.our-industry .content-list .content-list-left img,.content-list .content-list-left svg {
    /* margin-top:15px; */
}

.our-industry .content-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .6px solid hsla(0,0%,100%,.3);
    padding: 30px 0;
    cursor: pointer;
    position: relative;
    border-radius: 32px 32px 0 0;
    transition: .5s;
}

.our-industry .content-list li:has(+li:hover) {
    border: none
}

.our-industry .content-list li:hover {
    background: #2f2f2f;
    border-radius: 32px;
    padding: 90px 30px;
    border: none;
    cursor: auto
}

.our-industry .content-list li:hover:last-child {
    border-bottom: none
}

.our-industry .content-list li:hover .content p {
    display: block
}

.our-industry .content-list li:hover .right-arrow-icon {
    display: flex
}

.our-industry .content-list li:hover .right-arrow-icon .white-right-arrow path {
    fill: #fff
}

.our-industry .content-list li:hover .content-list-right {
    display: flex;
    align-items: flex-start
}

.our-industry .content-list li:hover h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.our-industry .content-list li h3 {
    text-transform: capitalize;
    color: #969696
}

.our-industry .content-list li p {
    margin-top: 10px;
    max-width: 500px;
    display: none
}

.our-industry .content-list .content-list-right {
    display: none;
    flex-wrap: wrap;
    align-items: center
}

.our-industry .content-list .icon-box {
    padding: 0 35px;
    color: #fff
}

.our-industry .content-list .right-arrow-icon {
    display: none
}

.our-industry .content-list-right {
    position: absolute;
    left: 45%
}

.our-industry .content-list-right img {
    position: relative;
    z-index: 9;
    max-height: 330px
}

.our-industry .content-list-right .card-image {
    position: relative
}

.our-industry .content-list-right .card-image:after,.our-industry .content-list-right .card-image:before {
    content: "";
    height: 200px;
    width: 200px;
    background: linear-gradient(137.15deg,#5f00db 17.24%,#ec7ef6 55.05%);
    position: absolute;
    display: block!important;
    border-radius: 100%;
    z-index: -1
}

.our-industry .content-list-right .card-image:before {
    top: -60px;
    left: 50px
}

.our-industry .content-list-right .card-image:after {
    bottom: -60px;
    right: 50px;
    transform: rotate(-180deg)
}

.our-industry .right-arrow-icon {
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    background-color: #a86bff;
}

.our-industry ul {
    margin-top: 80px;
}

.our-industry .right-arrow-icon:hover {
    background: transparent;
    display: flex;
    border: 1px solid #fff;
}

.h-case {
    padding: 100px 0 440px;
}

.h-case .main-heading {
    margin-bottom: 60px;
}

.h-case ul.case-slider {
}

.h-case ul.case-slider li {
    margin: 10px;
}

.h-case ul.case-slider li .heading-wrap {
}

.h-case ul.case-slider li .heading-wrap h3 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    text-transform: capitalize;
    color: #fff;
}

.h-case ul.case-slider li .img-wrap {
    position: relative;
    text-align: center;
}

.h-case ul.case-slider li .img-wrap:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    right: 70px;
    border-radius: 19px;
    background: #fbff5c;
    top: 5px;
    display: none;
}

.h-case ul.case-slider li .img-wrap img {
    position: relative;
    display: inline;
    width: 80%;
}

.h-case ul.case-slider li .content-wrap {
}

.h-case ul.case-slider li .content-wrap h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.h-case ul.case-slider li .content-wrap h4 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.h-case ul.case-slider li .content-wrap p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 0 30px;
}

.h-case ul.case-slider li .content-wrap ul.btn-wrap {
}

.h-case ul.case-slider li .heading-wrap h3 span.bg-text {
}

.h-case .slick-dots {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    bottom: -100px;
    gap: 10px
}

.h-case .slick-dots li {
    margin: 0!important;
}

.h-case .slick-dots li button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #787878;
}

.h-case .slick-dots li.slick-active {
}

.h-case .slick-dots li.slick-active button {
    border-radius: 70px;
    width: 30px;
    height: 10px;
    background: #fbff5c;
}

.cta-two {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: -130px;
    margin-top: -210px;
}

.cta-two .container:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/shape-lines-1.png);
    width: 293px;
    height: 355px;
    background-repeat: no-repeat;
    left: -70px;
    top: -70px;
    background-position: top;
    pointer-events: none;
}

.cta-two .container:after {
    content: '';
    position: absolute;
    background-image: url(assets/images/shape-lines-2.png);
    width: 280px;
    height: 335px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    pointer-events: none;
    /* transform: rotate(90deg); */
}

.cta-two img {
    width: 40%;
    position: absolute;
    right: 15%;
    top: 10px;
    bottom: 0;
    margin: auto;
}

.cta-two .container {
    border-radius: 30px;
    backdrop-filter: blur(54px);
    box-shadow: 0 50px 72px 0 rgba(0,0,0,0.13);
    padding-top: 60px;
    padding-bottom: 40px;
    background: linear-gradient(180deg,#252525 0%,#282828 24.21%,#1b1b19 100%);
    position: relative;
}

.cta-two h2 {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Alumni Sans';
    width: 70%;
    margin-bottom: 30px;
}

.review-sec {
    padding: 300px 0 80px;
    background: #FAF9F7;
}

.review-sec .main-heading {
    margin-bottom: 60px;
}

.review-sec ul.slider-box {
}

.review-sec ul.slider-box li {
}

.review-sec ul.slider-box li .box-wrap {
    box-shadow: 0 4px 31px 0 rgba(0,0,0,0.07);
    background: #e9e9e9;
    border-radius: 902px;
    align-items: center;
    padding: 10px;
    gap: 10px;
    display: flex;
    margin: 10px;
    overflow: hidden;
}

.review-sec ul.slider-box li .box-wrap .img-wrap {
}

.review-sec ul.slider-box li .box-wrap .img-wrap span {
    width: 70px;
    height: 70px;
    display: flex;
    background: #fbff5c;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.review-sec ul.slider-box li .box-wrap .img-wrap span b {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1e1d1d
}

.review-sec ul.slider-box li .box-wrap .content-wrap {
}

.review-sec ul.slider-box li .box-wrap .content-wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    padding-right: 10px;
    height: 80px;
    overflow-y: auto;
}

.review-sec ul.slider-box li .box-wrap .content-wrap ::-webkit-scrollbar {
    width: 0px;
}

.review-sec ul.slider-box li .box-wrap:hover .content-wrap ::-webkit-scrollbar {
    width: 3px;
}

.review-sec ul.slider-box li .box-wrap:hover .content-wrap ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #000;
}

ul.slider-box.review-slider-rht li .box-wrap:hover .content-wrap ::-webkit-scrollbar {
    width: 3px;
}

.review-sec ul.slider-box li .box-wrap .content-wrap h6 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
}

.review-sec ul.slider-box.review-slider-rht li {
    float: left;
}

.review-sec ul.slider-box.review-slider-rht li .box-wrap {
    direction: ltr;
    text-align: left;
}

.review-sec ul.slider-box li .box-wrap:hover {
    background: #fbff5c;
}

.review-sec ul.slider-box li .box-wrap:hover .img-wrap span {
    background: #1e1d1d;
}

.review-sec ul.slider-box li .box-wrap:hover .img-wrap span b {
    color: #fff;
}

.faq-sec {
    position: relative;
    background: #1e1e1e;
}

.faq-sec .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: 0 0;
    outline: none;
    line-height: 16px;
}

.faq-sec .accordion button:hover,.faq-sec .accordion button:focus {
    cursor: pointer;
    color: #c4c4c4
}

.faq-sec .accordion button:hover::after,.faq-sec .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2
}

.faq-sec .accordion button .accordion-title,.faq-sec .accordion button .accordion-title h3 {
    padding: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    display: block;
    width: 95%;
}

.faq-sec .accordion button .icon {
    align-items: center;
    display: inline-flex;
    position: absolute;
    top: 8px;
    right: 0;
    border: 0;
    justify-content: center
}

.faq-sec .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: currentColor
}

.faq-sec .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
    width: 2px;
    height: 10px;
    background: currentColor
}

.faq-sec .accordion button[aria-expanded=true] {
    color: #fff
}

.faq-sec .accordion button[aria-expanded=true] .icon::after {
    width: 0
}

.faq-sec .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity,max-height
}

.faq-sec .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 2s linear,max-height .5s linear;
    will-change: opacity,max-height
}

.faq-sec .accordion .accordion-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 2em 0;
    line-height: 21px;
    color: #fff;
}

.faq-sec .accordion-item {
    border: 2px solid #7c7f808f!important;
    border-radius: 20px!important;
    margin-bottom: 30px;
    padding: 10px 20px;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.06);
    background: linear-gradient(180deg,rgba(81,81,81,0.81) 0%,rgba(54,54,54,0.55) 100%);
    flex: 0 0 48%;
}

.faq-sec .accordion {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

footer {
    padding: 60px 0 30px;
}

footer #toggle .mesmo > a:after {
    content: "+";
    font-size: 15px;
    position: absolute;
    right: -20px;
}

footer #toggle .mesmo .sub-menu {
    margin-bottom: 10px;
}

footer #toggle .mesmo .sub-menu li a {
    color: #737373;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 10px;
}

footer h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

footer ul.footer-menu {
}

footer ul.footer-menu li {
}

footer ul.footer-menu li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.4s linear;
    position: relative;
}

footer a {
    transition: 0.4s linear;
}

footer a:hover {
    color: #fbff5c!important;
    transform: scale(1.1);
    transform-origin: left;
}

footer ul.contact-info {
}

footer ul.contact-info li {
}

footer ul.contact-info li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

footer ul.contact-info li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
    padding: 15px 0 30px 0;
    display: block;
}

footer ul.contact-info li:last-child {
}

footer ul.contact-info li:last-child a {
    padding: 0 0 10px 0;
}

footer ul.contact-info li:last-child p {
    padding-bottom: 15px;
}

footer ul.contact-info.address-wrap li {
    display: flex;
    align-items: start;
    gap: 20px;
}

footer ul.contact-info.address-wrap li span i {
    color: #F5CE00;
    font-size: 30px;
}

footer ul.contact-info.address-wrap li span p {
    font-weight: 700;
}

footer ul.contact-info.address-wrap li span a {
    color: #BCBCBC;
    font-weight: 400;
    text-transform: capitalize;
}

footer ul.contact-info li.c-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

footer ul.contact-info li.c-info .txt {
}

footer ul.contact-info li.c-info .txt h6 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 5px;
}

footer ul.contact-info li.c-info .txt a {
    padding: 0;
}

footer ul.contact-info.address-wrap li:last-child {
}

footer ul.contact-info.address-wrap li:last-child i {
    color: #4260FF;
}

footer .copy-right {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #2B2B2B;
}

footer .copy-right p {
    font-size: 14px;
    font-weight: 400;
}

footer .copy-right p a {
    margin: 0 10px;
}

footer .copy-right ul.ssm {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

footer .copy-right ul.ssm li {
}

footer .copy-right ul.ssm li p {
    font-size: 20px;
    font-weight: 600;
}

footer .copy-right ul.ssm li a {
}

footer .copy-right ul.ssm li a i {
    font-size: 20px;
    transition: 0.4s linear;
}

footer .copy-right ul.ssm li a:hover i {
    color: #fbff5c!important;
    transform: scale(1.1);
    transform-origin: left;
}

.serv-inner-banner {
    position: relative;
    background: #010001;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.serv-inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,#0d0f0e 2.57%,rgba(11,11,11,0) 100%);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.serv-inner-banner .content {
    position: relative;
    z-index: 2;
}

.serv-inner-banner .content h1 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 108px;
    line-height: 95px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    width: 70%;
    margin: auto;
}

.serv-inner-banner img.shape {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.serv-inner-banner img.banner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    bottom: 0;
    margin: auto;
    opacity: 0.4;
    width: 60%;
    animation: updown 8s infinite;
    transition: 0.4s linear;
}

.counter-sec {
    background: #010001;
}

.counter-sec video.b-video {
    width: 100%;
}

.counter-sec p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}

.counter-sec ul.counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.counter-sec ul.counter-wrap li {
}

.counter-sec ul.counter-wrap li .numb {
    position: relative;
}

.counter-sec ul.counter-wrap li .numb:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 70%;
    background: #222;
    top: 5px;
    left: 0;
    margin: auto;
}

.counter-sec ul.counter-wrap li .numb span.count {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 67px;
    line-height: 70px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #fbff5c;
    position: relative;
}

.counter-sec ul.counter-wrap li .numb b {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 67px;
    line-height: 70px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #fbff5c;
}

.counter-sec ul.counter-wrap li .numb p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.01em;
    position: relative;
}

.steps-sec {
    position: relative;
    background: #F7F8F7;
    padding-bottom: 300px;
    margin-bottom: -160px;
}

.steps-sec .accordion button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: none;
    background: 0 0;
    outline: none;
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #3a3a3a;
    text-align: left;
}

.steps-sec .accordion button:hover,.steps-sec .accordion button:focus {
    cursor: pointer;
    color: #000;
}

.steps-sec .accordion button:hover::after,.steps-sec .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2
}

.steps-sec .accordion button .accordion-title {
    padding: 0;
}

.steps-sec .accordion button .icon {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    bottom: 0;
    margin: auto;
}

.steps-sec .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(assets/images/arrow-left.png);
    width: 20px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
}

.steps-sec .accordion button .icon::after {
    display: none
}

.steps-sec .accordion button[aria-expanded=true] {
    color: #0B0B0B;
    background: #fbff5c;
    border-radius: 14px 14px 0 0;
}

.steps-sec .accordion button[aria-expanded=true] .icon::after {
    width: 0
}

.steps-sec .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity,max-height;
    background: #f0f0f0;
    border-radius: 0 0 14px 14px;
}

.steps-sec .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 2s linear,max-height .5s linear;
    will-change: opacity,max-height
}

.steps-sec .accordion .accordion-content p {
    margin: 20px 40px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0b0b0b;
    text-align: left;
    width: 90%;
}

.steps-sec .accordion-item {
    border: 0!important;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: transparent;
}

.steps-sec .accordion {
    position: relative;
    padding-left: 30px;
    width: 80%;
    margin: auto;
}

.steps-sec p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
    text-align: center;
    color: #7b7878;
    width: 70%;
    margin: auto;
    margin-top: 10px;
}

.steps-sec .accordion:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    background: #c1c2c1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.steps-sec .accordion button[aria-expanded=true] span.icon:before {
    background-image: url(assets/images/arrow-down.png);
    width: 11px;
    height: 20px;
}

.tool-sec {
    padding-top: 300px;
}

.tool-sec .industry-gallary .top-menus {
    margin-top: 120px
}

.tool-sec .industry-gallary .top-menus .content-box {
    display: inline-block
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box {
    position: relative
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box .outside-circle {
    width: 230px;
    height: 230px;
    background: #1c1c1c;
    border-radius: 50%;
    position: relative;
    animation: rotate360_2 8s linear infinite alternate;
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box .outside-circle:before {
    width: 226px;
    height: 226px;
    left: -5px;
    top: -12px;
    border: .5px solid rgba(99,99,99,.5);
    border-radius: 50%;
    content: "";
    position: absolute
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box .outside-circle:after {
    background: #ec930c;
    right: unset;
    top: 63%;
    width: 10px;
    height: 10px;
    left: 2px;
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: rotate360_2 2s linear infinite;
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box .content-text {
    position: absolute;
    right: 15px;
    top: 85%
}

.tool-sec .industry-gallary .top-menus .content-box .circle-box .content-text span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px
}

.tool-sec .industry-gallary .top-menus .content-box:first-child {
    margin-left: 200px;
    animation: bubble-animation-top-bottom 5s infinite alternate
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(2) {
    margin-left: 150px;
    margin-bottom: 0;
    animation: zoom-in-zoom-out 5s ease-out infinite
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(2) .circle-box .outside-circle {
    width: 146px;
    height: 146px
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(2) .circle-box .outside-circle:before {
    width: 144px;
    height: 144px;
    top: -2px;
    left: unset;
    right: -9px
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(2) .circle-box .outside-circle:after {
    right: unset;
    top: 94%;
    width: 8px;
    height: 8px;
    left: 65%;
    background: #2497ed
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(2) .circle-box .content-text {
    right: unset;
    top: 10%;
    left: -20px
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(3) {
    margin-left: 170px;
    animation: bubble-animation-top-bottom 5s infinite alternate
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(3) .circle-box .outside-circle {
    width: 266px;
    height: 266px
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(3) .circle-box .outside-circle:before {
    width: 278px;
    height: 278px;
    top: -2px;
    left: 0
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(3) .circle-box .outside-circle:after {
    top: 50%;
    width: 12px;
    height: 12px;
    left: -5px;
    background: #6ad8e6
}

.tool-sec .industry-gallary .top-menus .content-box:nth-child(3) .circle-box .content-text {
    top: 70%
}

.tool-sec .industry-gallary .bottom-menu {
    margin-top: 30px;
}

.tool-sec .industry-gallary .bottom-menu .content-box {
    display: inline-block
}

.tool-sec .industry-gallary .bottom-menu .content-box:first-child {
    animation: bubble-animation-right-left 5s infinite alternate
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(2) {
    animation: bubble-animation-bottom-top 5s infinite alternate
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(3) {
    animation: bubble-animation-left-right 5s infinite alternate
}

.tool-sec .industry-gallary .bottom-menu .content-box .circle-box {
    position: relative
}

.tool-sec .industry-gallary .bottom-menu .content-box .circle-box .outside-circle {
    width: 318px;
    height: 318px;
    background: #1c1c1c;
    border-radius: 50%;
    position: relative;
    animation: rotate360_1 8s linear infinite;
}

.tool-sec .industry-gallary .bottom-menu .content-box .circle-box .outside-circle:before {
    content: "";
    position: absolute;
    width: 308px;
    height: 308px;
    border: .5px solid rgba(99,99,99,.5);
    border-radius: 50%;
    left: 20px;
    top: -8px
}

.tool-sec .industry-gallary .bottom-menu .content-box .circle-box .outside-circle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #54c5f8;
    border-radius: 50%;
    right: 25px;
    top: 77%
}

.tool-sec .industry-gallary .bottom-menu .content-box .circle-box .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.tool-sec .industry-gallary .bottom-menu .content-box .circle-box .content-text {
    position: absolute;
    right: -25px;
    top: 53%
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(2) .circle-box {
    margin-left: 160px
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(2) .circle-box .outside-circle {
    width: 242px;
    height: 242px
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(2) .circle-box .outside-circle:before {
    width: 226px;
    height: 226px;
    top: 10px;
    left: unset;
    right: -12px
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(2) .circle-box .outside-circle:after {
    right: unset;
    top: 94%;
    width: 14px;
    height: 14px;
    left: 65%;
    background: #5bcdeb
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(2) .circle-box .content-text {
    right: 0;
    top: 68%
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(3) {
    margin-left: 114px;
    margin-bottom: 70px;
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(3) .circle-box .outside-circle {
    width: 196px;
    height: 196px
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(3) .circle-box .outside-circle:before {
    width: 200px;
    height: 200px;
    top: 8px;
    left: unset;
    right: 0
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(3) .circle-box .outside-circle:after {
    top: 26%;
    width: 10px;
    height: 10px;
    left: 4px;
    background: #ffcb2b
}

.tool-sec .industry-gallary .bottom-menu .content-box:nth-child(3) .circle-box .content-text {
    right: -25px;
    top: 68%
}

.process-sec {
    position: relative;
    overflow: hidden;
}

.process-sec .indicators {
    left: 2rem;
    top: 0;
    margin: 10vh 0;
    height: 80vh;
    width: 3px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
}

.process-sec .indicator {
    width: 100%;
    background-color: #adadad;
    flex-grow: 1;
    margin: 2px 0;
}

.process-sec .point {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
    justify-content: space-evenly;
}

.process-sec .wrapper {
    height: 100vh;
    width: 100%;
    padding: 60px 0;
}

.process-sec .point article {
    flex: 0 0 60%;
}

.process-sec .point article h4,.process-sec .point article h3 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fbff5c;
}

.process-sec .point article p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-transform: capitalize;
    color: #c1c1c1;
    padding-top: 10px;
    width: 80%;
}

.process-sec .point img {
    width: 50%;
}

.process-sec .main-heading {
    position: relative;
    top: 40px;
}

.screens-sec {
    background: #000;
    padding: 80px 0;
}

.screens-sec p {
    font-weight: 400;
    font-size: 17px;
    line-height: 158%;
    text-transform: capitalize;
    text-align: center;
    color: #f8f4fa;
    width: 80%;
    margin: auto;
}

.screens-sec ul.box-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    margin-top: 40px;
}

.screens-sec ul.box-wrap li {
    position: relative;
    flex: 0 0 20%;
}

.screens-sec ul.box-wrap li .head {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-bottom: 10px;
}

.screens-sec ul.box-wrap li .head span {
    text-align: end;
}

.screens-sec ul.box-wrap li .head span h6 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    text-fill-color: transparent;
    text-stroke: 1px #919191;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #919191;
    -moz-text-fill-color: transparent;
}

.screens-sec ul.box-wrap li .head span img {
    height: 80px;
    object-fit: cover;
}

.screens-sec ul.box-wrap li .head span p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    width: 100%;
    padding-top: 5px;
    text-align: left;
}

.screens-sec ul.box-wrap li .progress-barr {
    border-radius: 1000px;
    width: 90%;
    height: 15px;
    border: 0.824648px solid #fff;
    background: linear-gradient(90deg,#fbff5c 50%,#000 0);
    background-size: 210% 200%;
    background-position: 100% 100%;
    float: right;
}

.screens-sec ul.box-wrap li .progress-barr.active {
    background-position: 0 100%;
    border-color: #ffffff;
    transition: all .6s;
    transition-timing-function: linear;
}

.screens-sec ul.box-wrap li:before {
    content: '';
    position: absolute;
    background: #303030;
    width: 1px;
    height: 90%;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.screens-sec ul.box-wrap li:last-child:before {
    display: none;
}

.inner-banner {
    position: relative;
    overflow: hidden;
}

.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg,#0d0f0e 2.57%,rgba(11,11,11,0) 100%);
    pointer-events: none;
}

.inner-banner .row {
    position: relative;
    z-index: 1;
}

.inner-banner .img-wrap {
    position: relative;
    text-align: center;
    margin-top: 150px;
}

.inner-banner .img-wrap img {
}

.inner-banner .img-wrap img.banner-img {
    position: relative;
    z-index: 1;
    width: 80%;
}

.inner-banner .img-wrap img.blur-shape {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
}

.inner-banner .img-wrap img.cir-shape {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: rotate360_1 20s linear infinite;
}

.inner-banner h1 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 108px;
    line-height: 95px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.inner-banner p {
    font-size: 22px;
    line-height: 30px;
    width: 80%;
    margin-top: 20px;
}

.inner-banner img.banner-bg {
    position: absolute;
    right: -400px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.marquee-sec {
    overflow: hidden;
    padding: 20px 0;
    backdrop-filter: blur(14px);
    background: linear-gradient(90deg,#0b0b0b 0.11%,#282828 52.94%,#0b0b0b 100%);
    position: relative;
}

.marquee-sec:before {
    content: '';
    position: absolute;
    background: radial-gradient(circle,#fbff5c61 0%,#0b0b0b 100%,#fbff5c5e 100%);
    width: 100%;
    height: 1px;
    top: 0;
}

.marquee-sec ul {
    animation: marquee 20s infinite linear;
    justify-content: center;
    height: 100%;
    display: flex;
    gap: 30px;
}

.marquee-sec ul li {
    flex-shrink: 0;
    text-align: center;
}

.marquee-sec ul li h3 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 60px;
    line-height: 81%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.marquee-sec ul li p {
    color: #FBFF5C;
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 70px;
    line-height: 81%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    animation: rotate360_1 20s linear infinite;
    width: fit-content;
}

.counter-sec1 {
    padding-top: 250px;
}

.counter-sec1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

.counter-sec1 ul li {
}

.counter-sec1 .circle_percent {
    font-size: 200px;
    width: 181px;
    height: 181px;
    position: relative;
    background: #393939;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
    background: linear-gradient(180deg,#3a3a3a 0%,rgba(83,83,83,0) 100%);
}

.counter-sec1 .circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 181px;
    height: 181px;
    clip: rect(0 1em 1em 0.5em)
}

.counter-sec1 .round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 181px;
    height: 181px;
    background: #FFE45B;
    clip: rect(0 5em 5em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s
}

.counter-sec1 .percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em)
}

.counter-sec1 .percent_more:after {
    position: absolute;
    left: .5em;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffe45b;
    content: ""
}

.counter-sec1 .circle_inbox {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #0b0b0b;
    z-index: 3;
    border-radius: 50%
}

.counter-sec1 .percent_text {
    position: absolute;
    font-size: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    font-family: 'Alumni Sans';
}

.counter-sec1 ul li h5 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.three-box {
    background: #000000;
}

.three-box .main-heading {
    margin-bottom: 60px;
}

.three-box .box-wrap .box-wrap-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    transition: 0.4s linear;
    margin-bottom: 6px;
}

.three-box .box-wrap .box-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.three-box .box-wrap .box-wrap-content h3 {
    font-weight: 800;
    font-size: 35px;
    line-height: 83%;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Alumni Sans';
    padding: 10px 0;
}

.three-box .box-wrap .box-wrap-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.8;
    height: 150px;
    overflow-y: auto;
}

.three-box .box-wrap .box-wrap-content a {
    font-size: 12px;
}

.three-box .box-wrap {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s linear;
    position: relative;
    padding: 2px;
    background: linear-gradient(180deg,rgba(81,81,81,0.81) 0%,rgba(54,54,54,0.55) 100%);
    width: 80%;
    margin: auto;
}

.three-box .box-wrap .overlay {
    padding: 30px;
    background: linear-gradient(180deg,#121818 0.09%,#0c0f0f 81.24%);
    position: relative;
    border-radius: 15px;
}

.three-box .box-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.4s linear;
    width: 100%;
    height: 0%;
    background: #fbff5c;
}

.three-box .box-wrap:hover:before {
    height: 100%;
}

.three-box .box-wrap:hover .box-wrap-img {
    filter: brightness(0) invert(1);
    transform: translateY(-7px);
}

.three-box .box-wrap:hover .box-wrap-content a {
    color: white;
}

.three-box .box-wrap:hover {
    transform: translateY(-7px);
}

.three-box .box-wrap ::-webkit-scrollbar {
    width: 0px;
}

.three-box .box-wrap:hover ::-webkit-scrollbar {
    width: 2px;
}

.aboutpg .badge-sec {
    padding-bottom: 300px;
    margin-bottom: -150px;
}

.client-logo {
    padding-bottom: 350px;
}

.client-logo ul.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    row-gap: 40px;
    margin-top: 60px;
}

.client-logo ul.logo-wrap li {
    flex: 0 0 25%;
    flex-shrink: revert-layer;
    min-height: 100%;
}

.client-logo ul.logo-wrap li .box-wrp {
    transition: 0.4s linear;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.client-logo ul.logo-wrap li .box-wrp img {
    filter: brightness(0) invert(1);
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: 0.4s linear;
}

.client-logo ul.logo-wrap li .box-wrp:hover {
}

.client-logo ul.logo-wrap li .box-wrp:hover img {
    filter: unset;
}

.client-logo ul.logo-wrap li .box-wrp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgba(81,81,81,0.81) 0%,rgba(54,54,54,0.55) 100%);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.06);
    transition: 0.4s linear;
    transform: translateY(101%);
    border-radius: 25px;
}

.client-logo ul.logo-wrap li .box-wrp:hover:before {
    transform: translateY(0);
}

.case-banner {
}

.case-banner .img-wrap {
}

.case-banner .img-wrap img.banner-img {
    width: 100%;
    left: -50px;
}

.case-sec {
}

.case-sec .study-wrap {
    transition: 0.4s linear;
    margin-bottom: 80px;
    width: 95%;
    display: block;
}

.case-sec .study-wrap h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    text-transform: capitalize;
    color: #fbff5c;
}

.case-sec .study-wrap .img-box {
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.case-sec .study-wrap .img-box img.bg-img {
    border-radius: 20px;
}

.case-sec .study-wrap .img-box img.inner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    transition: 0.4s linear;
}

.case-sec .study-wrap h2 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 60px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    width: fit-content;
}

.case-sec .study-wrap .img-box img {
    width: 100%;
}

.case-sec .study-wrap h2:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    bottom: 0;
    transition: 0.4s linear;
}

.case-sec .study-wrap:hover h2:before {
    width: 100%;
}

.case-sec .study-wrap:hover .img-box img.inner-img {
    transform: scale(1.1);
}

.service-banner {
}

.service-banner .img-wrap {
    text-align: left;
}

.service-banner .img-wrap .shape1-img {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.service-banner .img-wrap .shape-img {
    position: absolute;
    left: 130px;
    z-index: 1;
    animation: rotate360_1 10s linear infinite;
}

.service-banner .img-wrap img.banner-img {
    width: 90%;
}

.ser-sec {
    padding-bottom: 150px
}

.ser-sec .box-wrap {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s linear;
    position: relative;
    padding: 2px;
    background: linear-gradient(180deg,rgba(81,81,81,0.81) 0%,rgba(54,54,54,0.55) 100%);
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
}

.ser-sec .box-wrap .box-wrap-img {
}

.ser-sec .box-wrap .box-wrap-img img {
    filter: grayscale(1);
    opacity: 0.1;
    width: 100%;
}

.ser-sec .box-wrap .box-wrap-content h3 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.ser-sec .box-wrap .box-wrap-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    width: 90%;
}

.ser-sec .box-wrap .box-wrap-content a {
    font-size: 12px;
}

.ser-sec .box-wrap .overlay {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.ser-sec .box-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.4s linear;
    width: 100%;
    height: 0%;
    background: #fbff5ccf;
}

.ser-sec .box-wrap:hover:before {
    height: 100%;
}

.ser-sec .box-wrap:hover .box-wrap-content a {
    color: white;
}

.ser-sec .box-wrap:hover {
    transform: translateY(-7px);
}

.ser-sec .box-wrap-content {
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin: auto;
    justify-content: center;
}

.ser-sec .box-wrap .overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#212121 0%,rgba(46,50,48,0.11) 100%);
}

.ser-sec .box-wrap:hover .overlay:before {
    background: linear-gradient(180deg,#fbff5c 0%,rgba(251,255,92,0.15) 100%);
}

.ser-sec .box-wrap:hover .box-wrap-content * {
    color: #0B0B0B!important;
}

.ser-sec .right-arrow-icon {
    display: none
}

.ser-sec .right-arrow-icon {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    background-color: #ffffff;
}

.ser-sec .right-arrow-icon:hover {
    background: transparent;
    display: flex;
    border: 1px solid #fff;
}

.ser-sec .box-wrap .overlay a.btn-serv {
    position: absolute;
    right: 10px;
    bottom: 10px;
    transform: translateY(120%);
    transition: 0.4s linear;
}

.ser-sec .right-arrow-icon svg path {
    fill: #000;
}

.ser-sec .box-wrap:hover .overlay a.btn-serv {
    transform: translateY(0%);
}

.contact-banner {
    padding: 100px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-banner .content {
}

.contact-banner .content .main-heading {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: #fff;
}

.contact-banner .content ul.contact-info {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-banner .content ul.contact-info li {
}

.contact-banner .content ul.contact-info li a {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.contact-banner .content ul.contact-info li a i {
    color: #FBFF5C;
    margin-right: 10px;
    font-weight: 700;
    animation: blink 2s infinite;
}

.contact-banner .content ul.contact-info li a:hover {
    color: #FBFF5C;
}

.contact-banner .content ul.contact-info li a:hover i {
}

.contact-banner .content ul.ssm {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-banner .content ul.ssm li {
}

.contact-banner .content ul.ssm li a {
    border-radius: 100%;
    border: 1px solid #2c2c2c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151716;
}

.contact-banner .content ul.ssm li a i {
    font-size: 20px;
}

.contact-banner .content ul.ssm li a:hover {
    background: #fff;
}

.contact-banner .content ul.ssm li a.fb:hover {
    background: #4060A5;
}

.contact-banner .content ul.ssm li a.twt:hover {
    background: #0f1419;
}

.contact-banner .content ul.ssm li a.lnk:hover {
    background: #0094BC;
}

.contact-banner .content ul.ssm li a.inst:hover {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.contact-banner .content ul.ssm li a:hover i {
    color: #fff;
}

.contact-banner form {
}

.contact-banner form .feilds {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-banner form .feilds input,.contact-banner form .feilds textarea {
    backdrop-filter: blur(5px);
    background: rgba(46,50,48,0.81);
    border: 1px solid rgba(209,209,209,0.7);
    border-radius: 7px;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 20px;
    outline: none;
}

.contact-banner form .feilds textarea {
    height: 120px;
    resize: none;
}

.contact-banner form .btn-feild {
}

.contact-banner form .btn-feild input[type="submit"] {
    backdrop-filter: blur(5.025640964508057px);
    box-shadow: 0 19px 40px 0 rgba(0,0,0,0.15);
    background: #fbff5c;
    border-radius: 1256px;
    height: 49px;
    outline: none;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #212121;
    padding: 10px 30px;
}

.contact-banner form .btn-feild input[type="submit"]:hover {
    background: #fff;
    color: #212121;
}

.main-privacy {
    border-bottom: 1px solid #7f7a7a;
}

.main-privacy h3 {
    font-size: 30px;
    line-height: normal;
}

.main-privacy p {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
}

.main-privacy ul li {
    list-style: disc;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}

/*popup css*/
body.homepg {
}

body.homepg .our-industry {
    padding-top: 280px;
}

body.homepg .h-port {
    padding-bottom: 330px;
}

.servicespg .ser-sec {
    padding-bottom: 280px;
}

.casepg .case-sec {
    padding-bottom: 280px;
}

header .nav-br ul.main-menu {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center;
}

header .nav-br ul.main-menu li {
}

header .nav-br ul.main-menu li a {
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

header .nav-br ul.main-menu li a:hover {
}

header .nav-br ul.main-menu li a:before {
    content: '';
    position: absolute;
    background: #fbff5c;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: 0.4s linear;
}

header .nav-br ul.main-menu li a:hover:before {
    width: 100%;
}

.hamburger-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-btn span.arrow {
    display: inline-block;
    background: #fff;
    height: 2.5rem;
    width: 0.125rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.hamburger-btn span.arrow.arrow-left {
    transform: translateX(-500px);
    transition: 1s linear;
    opacity: 0;
}

.hamburger-btn span.arrow.arrow-right {
}

.menu-prnt {
    width: fit-content;
    margin-left: auto;
    position: relative;
}

.menu-prnt.scroll-nav .arrow.arrow-left {
    transform: translateX(0px);
    opacity: 1
}

header .nav-br .menu-prnt.scroll-nav ul.main-menu li:nth-child(2) a {
    transition: 0.2s linear;
}

header .nav-br .menu-prnt.scroll-nav ul.main-menu li:nth-child(3) a {
    transition: 0.4s linear;
}

header .nav-br .menu-prnt.scroll-nav ul.main-menu li:nth-child(4) a {
    transition: 0.6s linear;
}

header .nav-br .menu-prnt.scroll-nav ul.main-menu li:nth-child(5) a {
    transition: 0.9s linear;
}

header .nav-br .menu-prnt.scroll-nav ul.main-menu li:nth-child(6) a {
    transition: 1.2s linear;
}

header .nav-br .menu-prnt.scroll-nav ul.main-menu li a,header .nav-br .menu-prnt.scroll-nav ul.main-menu li {
    opacity: 0;
    pointer-events: none;
}

.menu-prnt.scroll-nav .hamburger-btn.scroll-btn {
    transition: 0.6s linear;
}

.menu-prnt.scroll-nav .hamburger-btn.scroll-btn span.arrow.arrow-right {
    left: 10px;
}

.hamburger-btn a.humb-menu {
    pointer-events: none;
    transform: scale(0);
    display: inline-block;
    transform-origin: center;
    transition: 1.1s linear;
}

.hamburger-btn a.humb-menu span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #fbff5c;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.hamburger-btn a.humb-menu span i {
    color: #000;
    font-size: 20px;
}

.menu-prnt.scroll-nav .hamburger-btn.scroll-btn a.humb-menu {
    transform: scale(1);
    pointer-events: auto;
}

.menu-prnt.scroll-nav .hamburger-btn.scroll-btn .arrow {
    opacity: 0;
}

header .nav-br .menu-prnt ul.main-menu li:nth-child(6) a {
    transition: 0.2s linear;
    transition-delay: 0.2s;
}

header .nav-br .menu-prnt ul.main-menu li:nth-child(5) a {
    transition: 0.4s linear;
    transition-delay: 0.4s;
}

header .nav-br .menu-prnt ul.main-menu li:nth-child(4) a {
    transition: 0.6s linear;
    transition-delay: 0.6s;
}

header .nav-br .menu-prnt ul.main-menu li:nth-child(3) a {
    transition: 0.9s linear;
    transition-delay: 0.9s;
}

header .nav-br .menu-prnt ul.main-menu li:nth-child(2) a {
    transition: 1.2s linear;
    transition-delay: 1.2s;
}

.inner-banner.inner-case {
    padding: 150px 0;
}

.inner-banner.inner-case p {
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    width: 85%;
}

.inner-banner.inner-case .img-wrap {
    top: 50px;
    margin-top: 0;
}

.inner-banner.inner-case .img-wrap img.banner-img {
}

.inner-banner.inner-case .img-wrap img.cir-shape {
    left: unset;
    right: 80px;
    top: unset;
    width: auto;
}

.case-sec-2 {
    background: #000000;
    padding: 50px 0;
}

.case-sec-2 .content-wrap {
    text-align: end;
    padding-right: 40px;
    position: relative;
}

.case-sec-2 .content-wrap h3 {
    font-family: 'Alumni Sans';
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.case-sec-2 .content-wrap p {
}

.case-sec-2 .content-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 5px;
    top: 0;
    background: radial-gradient(circle,#fbff5cf5 0%,#0b0b0b 100%,#fbff5c5e 100%);
}

.case-sec-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.7;
}

.tool-sec.case-tools {
    padding-top: 50px;
}

.tool-sec.case-tools p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.8;
    text-align: center;
    width: 80%;
    margin: auto;
}

.case-content {
    padding: 50px 0;
    background: #000;
}

.case-content .content-box {
    padding: 40px 0 0;
}

.case-content .content-box .img-wrap {
    text-align: center;
}

.case-content .content-box .img-wrap img {
}

.case-content .content-box .content {
}

.case-content .content-box .content .content-head {
    font-weight: 800;
    font-size: 45px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #f5f6f7;
    padding-bottom: 10px;
}

.case-content .content-box .content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.7;
}

.case-content img.full-img {
    margin-top: 100px;
}

body.case-inner {
}

body.case-inner .review-sec {
    padding: 60px 0;
}

header .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 3rem;
}

header .marquee.marquee-2 {
    transform: skewY(-3deg);
    margin-bottom: 30px;
}

header .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4rem;
    min-width: 100%;
    animation: scroll 50s linear infinite;
}

header .marquee p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
}

header .nav-br.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
    padding: 10px 0;
}

header .nav-br.fixed-nav a.h-logo img {
    width: 50%;
}

header .nav-br a.h-logo {
}

header .nav-br a.h-logo img {
    width: 80%;
    transition: 0.5s linear;
}

.h-case ul.case-slider li .heading-wrap h3 span.bg-text:before {
    width: 105%!important;
}

.h-case ul.case-slider li .heading-wrap h3 span.bg-text b {
    color: #1e1d1d;
}

.inner-banner.inner-case h1 {
    font-size: 85px;
}

header .top-bar {
    padding-top: 10px;
}

.faq-sec .accordion button[aria-expanded=true] span.accordion-title {
    color: #fbff5c;
}

.mob-tap {
    position: relative;
}

.mob-tap:before {
    content: '\f055';
    position: absolute;
    font-family: 'FontAwesome';
    right: 20px;
    font-size: 20px;
    color: #fff;
    top: 0;
}

.inner-banner.inner-case .content {
}

.inner-banner.inner-case .content h1 {
    font-size: 65px;
    line-height: 70px;
}

.inner-banner.inner-case .img-wrap {
}

.inner-banner.inner-case .img-wrap img {
}

.blink {
    animation: blink 2s infinite;
}

.fullmenu {
    background-color: #1e1d1d;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    clip-path: circle(141.2% at 100% 0);
    transition: 2s ease;
}

.fullmenu.noise-effect:after {
    animation-duration: 0.1s
}

.fullmenu .container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.fullmenu a.cross {
}

.fullmenu a.cross i {
    font-size: 40px;
    color: #fff;
    border: 5px solid #00c8dc;
    border-radius: 50%;
}

.fullmenu a.m-logo img {
    width: 40%;
}

.fullmenu ul.f-nav {
    text-align: center;
}

.fullmenu ul.f-nav li {
    position: relative;
    padding-bottom: 20px;
    width: fit-content;
    margin: auto;
}

.fullmenu ul.f-nav li a {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.4s linear;
    transform: scale(1);
    padding-bottom: 10px;
}

.fullmenu ul.f-nav li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #00c8dc;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s linear;
}

.fullmenu ul.f-nav li a:hover:before {
    width: 50px;
}

.fullmenu ul.f-nav li ul.sub-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.fullmenu ul.f-nav li ul.sub-list li {
    flex: 0 0 33%;
}

.fullmenu ul.f-nav li ul.sub-list li:before {
    display: none;
}

.fullmenu ul.f-nav li ul.sub-list li a {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}

.fullmenu ul.f-nav li ul.sub-list li a:hover {
    transform: scale(0.9);
    opacity: 1
}

.fullmenu ul.f-nav li.serv-menu:before {
    display: none;
}

.fullmenu ul.f-nav li a:hover {
    color: #00c8dc;
    transform: scale(0.8);
    opacity: 1
}

.fullmenu.hide {
    clip-path: circle(0% at 100% 0);
}

.fullmenu .header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fullmenu .header-contact ul.contact-info {
}

.fullmenu .header-contact ul.contact-info li {
    padding-bottom: 10px;
}

.fullmenu .header-contact ul.contact-info li a {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.fullmenu .header-contact ul.contact-info li a:hover {
    color: #00c8dc;
}

.fullmenu .header-contact ul.contact-info li a i {
    color: #FBFF5C;
    margin-right: 10px;
    font-weight: 700;
    animation: blink 2s infinite;
}

.fullmenu .header-contact ul.ssm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fullmenu .header-contact ul.ssm li {
}

.fullmenu .header-contact ul.ssm li a {
    border-radius: 100%;
    border: 1px solid #2c2c2c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151716;
}

.fullmenu .header-contact ul.ssm li a i {
    font-size: 20px;
}

.fullmenu .header-contact ul.ssm li a:hover {
    background: #fff;
}

.fullmenu .header-contact ul.ssm li a.fb:hover {
    background: #4060A5;
}

.fullmenu .header-contact ul.ssm li a.twt:hover {
    background: #0f1419;
}

.fullmenu .header-contact ul.ssm li a.lnk:hover {
    background: #0094BC;
}

.fullmenu .header-contact ul.ssm li a.inst:hover {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.fullmenu .header-contact ul.ssm li a:hover i {
    color: #fff;
}

.menu-prnt.scroll-nav .hamburger-btn.scroll-btn li.menu-item a {
    pointer-events: none;
}

.h-serv-sec .content-list li.react-box .icon-box img {
    width: 60%;
}

.counter-sec .img-wrap {
    text-align: center;
    position: relative;
}

.counter-sec .img-wrap img {
    position: relative;
}

.counter-sec .img-wrap .circle-box {
    border-radius: 50%;
    background-color: #0000ff94;
    width: 130px;
    height: 130px;
    position: absolute;
    transition: 0.4s linear;
    animation: zoomIn 1.5s infinite alternate;
    opacity: 0.7;
}

.counter-sec .img-wrap .circle-box.circle-01 {
    left: 40px;
    top: -20px;
}

.counter-sec .img-wrap .circle-box.circle-02 {
    bottom: 60px;
    background: rgb(222,222,222);
    width: 180px;
    height: 180px;
    animation-delay: 1.8s;
}

.counter-sec .img-wrap .circle-box.circle-03 {
    right: 40px;
    top: 70px;
    animation-delay: 2s;
    background-color: #222222;
    opacity: 1;
}

.counter-sec .img-wrap .circle-box.circle-04 {
    right: 30px;
    bottom: 0;
    opacity: 0.5;
    animation-delay: 2.2s;
}

.counter-sec .img-wrap .circle-box.circle-05 {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 60px;
    left: 20px;
    margin: auto;
    opacity: 0.7;
    animation-delay: 2.5s;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.4)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.1)
    }
}
