/***********************
* Common
***********************/
html {
    scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: none;
    font-style: normal;
    background-color: #0b0f2c;
    position: relative;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
   font-family: "Lexend", sans-serif;
}
h1 {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 24px;
}
h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 24px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 18px;
    font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
}
.Primary-btn i {
    transition: all 0.5s;
}
.Primary-btn:hover i {
    transform: translateX(10px);
}
.Primary-btn {
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    padding: 4px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    font-size: 16px;
    font-weight: 400;
    background: #5047eb;
    color: #fff;
}
.Primary-btn .btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b0f2c;
    color: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 35px;
    z-index: 1;
    -webkit-transition: all 400ms 
ease;
    transition: all 400ms 
ease;
    font-size: 16px;
    line-height: 1;
    position: relative;
}
.Primary-btn:hover .btn-icon{
    color: #fff;
}
.Primary-btn .btn-icon i:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Primary-btn:hover .btn-icon i:last-child{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
.Primary-btn .btn-text {
    position: relative;
    text-shadow: 0 0 #fff, 0 22px #fff;
    transition: text-shadow 0.5s 
ease-in-out;
    color: transparent;
    overflow: hidden;
}
.Primary-btn:hover .btn-text{
    text-shadow: 0 -22px #fff, 0 0 #fff;
}
/***********************
* header
***********************/
header.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    z-index: 9999;
    margin: 15px;
    border-radius: 12px;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo {
    max-width: 220px;
}
.main-menu>ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu>ul>li{
    padding: 24px 0;
}
.main-menu>ul>li>a {
    color: #fff;
    font-size: 16px;
    position: relative;
}
.main-menu ul> li.dropdown{
    padding-right:20px ;
}
.main-menu ul> li.dropdown > a::before {
    position: absolute;
    top: 62%;
    right: -20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s;
    line-height: 0px;
}
.main-menu ul> li.dropdown:hover > a::before{
    transform: rotate(180deg);
}
.main-menu>ul>li>ul.sub-menu{
    width: 250px;
}
.main-menu>ul>li>ul.sub-menu, .main-menu>ul>li>.megamenu {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms 
ease, visibility 500ms 
ease, transform 700ms 
ease;
        background-color: #0f1237;
    z-index: 9999999999;
    padding: 0;
    border-radius: 8px;
    margin: 0;
    border: 1px solid #5c5e7b;
}
.main-menu>ul>li>.megamenu {
    width: calc(100% - 30px);
    max-width: 1320px;
    left: 50%;
    transform: scaleY(0) translateZ(100px) translateX(-50%);
        margin: 0 auto;
        inset-inline-start: 50%;
        display: block;
}
.main-menu>ul>li:has(.megamenu){
    position: static;
}
.main-menu>ul>li:hover>ul.sub-menu, .main-menu>ul>li:hover>.megamenu {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}
.main-menu>ul>li:hover>.megamenu{
    transform: scaleY(1) translateZ(0px) translateX(-50%);
}
.main-menu>ul>li>ul.sub-menu li{
    padding: 10px 16px;
    border-bottom: 1px solid #5c5e7b;
    transition: all 0.5s;
    position: relative;
}
.main-menu>ul>li>ul.sub-menu li:last-child{
     border-bottom: 0;
}
.main-menu>ul>li>ul.sub-menu li a{
    color: #fff;
}
.main-menu>ul>li>ul.sub-menu li:hover{
      padding-left: 30px;
}
.main-menu>ul>li>ul.sub-menu li::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    height: 2px;
    width: 0;
    transition: all 0.5s;
        background: #5047eb;
    transform: translateY(-50%);
}
.main-menu>ul>li>ul.sub-menu li:hover::after{
     width: 15px;
}
.main-menu>ul>li>ul.sub-menu li:hover a{
    color: #5047eb;
}
.megamenu {
    border-radius: 12px;
    padding: 20px !important;
    display: flex !important;
    column-gap: 20px;
}
.megamenu-inner {
    padding-right: 20px;
}
.megamenu-inner p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lexend';
    margin-bottom: 20px;
}
ul.mega-submenu li {
    margin-bottom: 12px;
}
ul.mega-submenu li a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #fff;
    line-height: normal;
}
ul.mega-submenu li a span {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    flex-shrink: 0;
}
ul.mega-submenu li a span img {
    max-width: 30px;
}
.megamenu-cta {
    width: 25%;
    flex-shrink: 0;
    padding: 30px;
    border-radius: 12px;
    background-color: #2a2c49;
    position: relative;
    overflow: hidden;
}
.megamenu-cta p {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
}
.megamenu-image {
    position: absolute;
    bottom: -40px;
    right: -40px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #5047eb;
}
.about-mega-menu-details {
    width: 65%;
    padding-right: 30px;
}
.about-mega-menu-details p {
    font-size: 20px;
    font-family: 'Lexend';
}
.about-mega-menu-details>span {
    display: inline-block;
    margin-bottom: 20px;
}
ul.mega-submenu li:hover a {
    color: #5047eb;
}
.main-menu-right {
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.header-side-menu {
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
}
.header-side-menu span {
    background-color: #fff;
    height: 2px;
    display: inline-block;
    width: 100%;
}
.header-side-menu span:nth-child(2){
    width: 50%;
    transition: all 0.5s;
}
.header-side-menu:hover span:nth-child(2){
    width: 100%;
}
a.search-btn {
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
}
a.search-btn img {
    max-width: 22px;
}
a.search-btn:hover img{
     animation: gelatine 0.6s;
}
@keyframes gelatine {
	from,
	to {
		transform: scale(1, 1);
	}
	25% {
		transform: scale(0.7, 1.1);
	}
	50% {
		transform: scale(1.1, 0.7);
	}
	75% {
		transform: scale(0.95, 1.05);
	}
}
.sticky-header--cloned.sticky-fixed {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}
.sticky-fixed {
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
    position: fixed  !important;
    transform: translateY(0);
    z-index: 999;
    transition: all 1.5s;
}
.sticky-header--cloned {
    position: fixed !important;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
}
header.main-header.sticky-header--cloned.sticky-fixed{
  margin-top: 5px;
  background-color: rgb(0 0 0 / 36%);
}
/***********************
 * search-popup
***********************/
.search-popup {
    position: fixed;
    left: 0;
    top: 93px;
    height: calc(100vh - 93px);
    width: calc(100% - 30px);
    margin: 0 15px;
    opacity: 0;
    border-radius: 12px;
    z-index: 99999;
    visibility: hidden;
    transform: translateY(-100vh);
    background-color: rgba(0, 0, 0, 0.70);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
 .search-active .search-popup {
    transform: translateY(0);
    margin-top: 0;
    opacity: 1;
    visibility: visible;
 }
 .search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: 0 auto 0;
    transform: scale(0);
    transform-origin: center;
    -webkit-transition: all 1s 0.5s ease;
    -moz-transition: all 1s 0.5s ease;
    -ms-transition: all 1s 0.5s ease;
    -o-transition: all 1s 0.5s ease;
    transition: all 1s 0.5s ease;
 }
 .search-active .search-popup form{
    transform: scale(1);
 }
 .search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
 }
 .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #5047eb;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    border-radius: 12px;
 }
 .search-popup .form-group input[type="search"]::placeholder{
    color: #fff;
 }
 .search-popup .form-group input[type="submit"],
 .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 3px;
    height: 70px;
    line-height: 30px;
    background: transparent;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    z-index: 1;
 }
 .close-search {
    position: absolute;
    left: 0;
    right: 0;
    border: transparent;
    top: 20%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: #5047eb;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
 }
 .search-active .close-search {
    visibility: visible;
    opacity: 1;
 }
 .close-search:before,
 .close-search:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 25px;
    top: 24px;
    right: 13px;
    transform: rotate(45deg);
 }
 .close-search:after {
    transform: rotate(-45deg);
 }
 input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
input[type="search"]::-moz-search-cancel-button {
    display: none;
}
input[type="search"]::-ms-clear {
    display: none;
}
/***********************
 * side menu
***********************/
.side-menu-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}
.side-menu-wrapper.expanded{
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}
.side-menu-overlay.side-menu-toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}
.side-menu-content {
    width: 100%;
    max-width: 420px;
    background-color: #ffffff21;
    padding: 30px 30px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
    height: 100%;
    margin-left: auto;
    backdrop-filter: blur(10px);
    overflow-y: scroll;
    scrollbar-width: none; 
}
.side-menu-wrapper.expanded .side-menu-content{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
}
.side-menu-logo-box {
    margin-bottom: 30px;
    max-width: 250px;
}
.side-menu-container p {
    margin-bottom: 30px;
}
.side-menu-container h4{
    margin-bottom: 20px;
}
.side-menu-container ul {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
.side-menu-container ul li {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-direction: column;
}
.side-menu-container ul li i{
    line-height: 0;
    font-size: 18px;
    position: relative;
}
.side-menu-container ul li a{
    color: #fff;
}
ul.side-menu-social-media {
    display: flex;
    justify-content: start;
    column-gap: 15px;
}
ul.side-menu-social-media li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #5047eb;
    color: #fff;
    position: relative;
    transition: all 0.5s;
    border: 1px solid #5047eb;
}
ul.side-menu-social-media li a::before{
    content: "";
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50% ,-50%);
    height: 0%;
    width: 0%;
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 0;
}
ul.side-menu-social-media li a:hover::before{
    height: 100%;
    width: 100%;
}
ul.side-menu-social-media li a:hover{
    color: #5047eb;
}
.side-menu-toggler {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    top: 30px;
}
.side-menu-toggler span {
    height: 1px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.side-menu-toggler span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}
.side-menu-toggler:hover span {
    transform: translateY(-50%) rotate(0deg);
}
.locked {
    position: fixed;
    width: 100%;
    top: 0;
}
.side-menu-container>span {
    margin-bottom: 24px;
    display: inline-block;
}
.side-menu-container>p {
    margin-bottom: 16px;
    font-size: 24px;
}
.side-menu-container ul li span {
    font-size: 16px;
    color: #d6cfcf;
}
.side-menu-lower {
    margin-top: auto;
}
.side-menu-lower p {
    margin-bottom: 16px;
    font-size: 20px;
}
/***********************
* Preloader
***********************/
.preloader {
    position: fixed;
    inset: 0;
    background: #0b0f2c;
    z-index: 99999999;
    overflow: hidden;
    color: #fff;
}
.preloader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ball-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ball-bounce-wrap {
    position: relative;
    width: 10px;
    height: 33px;
}
.ball-bounce {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5047eb;
    border-radius: 50%;
    animation: bounce 1s linear infinite;
}
.ball-shadow {
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 5px;
    background: #5047eb;
    border-radius: 50%;
    filter: blur(8px);
    left: 50%;
    transform: translateX(-50%);
    animation: shadowBlur 1s linear infinite;
}
.loading-text {
    font-size: 26px;
    font-weight: 600;
    animation: textWave 1.2s ease infinite;
}
.preloader-overlay {
    position: absolute;
    inset: 0;
    background: #0b0f2c;
    animation: overlayFade 1.8s forwards;
}
.loading-text span {
    display: inline-block;
    animation: textWave 1.2s ease infinite;
    transform-origin: center;
}
@keyframes overlayFade {
    0%,50% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes bounce {
    0%   { transform: translateY(-30px) scaleX(1.2); }
    30%  { transform: translateY(20px) scaleX(1); }
    60%  { transform: translateY(-10px) scaleX(1.1); }
    100% { transform: translateY(-30px) scaleX(1.2); }
}
@keyframes shadowBlur {
    0%   { transform: translateX(-50%) scale(0.6); opacity:0.4; }
    30%  { transform: translateX(-50%) scale(1); opacity:1; }
    100% { transform: translateX(-50%) scale(0.6); opacity:0.4; }
}
@keyframes textWave {
    0%,100% { opacity: .3; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-3px); }
}
.preloader.loaded .loading-text {
    opacity: 0;
}
.mt-30{
    margin-top: 30px;
}
/***********************
* hero
***********************/
.body-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.hero-section {
    padding: 200px 0 100px;
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100px;
    z-index: 1;
    background: linear-gradient(0deg,rgba(11, 15, 44, 1) 0%, rgba(11, 15, 44, 0) 100%);
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(157deg,rgba(11, 15, 44, 1) 0%, rgba(11, 15, 44, 0.27) 100%);
}
.hero-content {
    position: relative;
    z-index: 1;
}
span.tagline {
    margin-bottom: 16px;
    display: inline-block;
    font-size: 18px;
}
.hero-content h1, .hero-content p {
    margin-bottom: 30px;
}
.hero-content p {
    max-width: 80%;
}
/***********************
* about
***********************/
.about-section {
    padding-bottom: 100px;
    padding-top: 80px;
    position: relative;
}
.about-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../image/about-bg-two.png);
    width: 750px;
    height: 1300px;
    object-fit: cover;
    z-index: -1;
}
.heading-tag {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #ffffff30;
    margin-bottom: 16px;
}
.heading-tag img {
    max-width: 16px;
}
.about-counter-box {
    border-radius: 10px;
    padding: 28px 30px;
    background-color: #ffffff24;
    position: relative;
}
.counter-icon {
    height: 70px;
    width: 70px;
    background-color: #b2b0e154;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-icon img {
    max-width: 40px;
    filter: brightness(50) invert(1);
}
span.step {
    position: absolute;
    top: 30px;
    right: 30px;
}
.counter-inner {
    padding-top: 80px;
}
.counter-inner p:last-child {
    font-size: 50px;
    margin-bottom: 0;
    display: flex;
    line-height: normal;
}
.customber-box {
    height: 100%;
    border-radius: 10px;
    position: relative;
    background-image: url(../image/about-bg.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    overflow: hidden;
}
.star-icon {
    position: absolute;
    top: 50px;
    right: 50px;
    max-width: 60px;
    z-index: 1;
}
.star-icon img {
    filter: brightness(50) invert(1);
}
.fill-ratings p {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
.fill-ratings, .customber-box h3{
    z-index: 1;
    position: relative;
}
.star-icon.two {
    left: 40px;
    top: 93px;
    max-width: 50px;
}
.customber-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #181649;
    opacity: 0.7;
}
.zoomInOut {
	animation: zoomEffect 3s linear infinite;
}
@keyframes zoomEffect {
	0%,
	100% {
		transform: scale(0.7);
	}
	50% {
		transform: scale(1.2);
	}
}
/***********************
* service
***********************/
.service-section {
    overflow: hidden;
    position: relative;
}
.service-box {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 12px;
    border: 1px dashed #a9a6eabf;
    display: flex;
    column-gap: 35px;
        align-items: center;
        transition: all 0.5s;
}
.service-box:hover {
    border-color: transparent;
    background-color: #ffffff1c;
}
.service-box:last-child {
    margin-bottom: 0;
}
.service-box-left {
    width: 40%;
    flex-shrink: 0;
}
.service-box-left h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.service-box-left .icon {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(297deg, rgba(80, 71, 235, 0.4) 0%, rgb(254 254 254 / 12%) 52%, rgba(80, 71, 235, 0.4) 100%);
}
.service-box-left .icon img {
    width: 48px;
    transition: all 0.5s;
}
.service-box:hover .icon img {
    filter: brightness(50);
}
ul.services-list li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px;
}
ul.services-list li::after{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(../image/sparkler.svg);
    background-size: 20px;
}
.service-left {
    position: sticky;
    top: 50px;
}
/***********************
* industry
***********************/
.industry-section {
    padding: 100px 0;
    position: relative;
}
.industry-section::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/industry-bg.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.industry-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.industry-box {
    border-right: 1px solid #5047eb;
    position: relative;
    border-bottom: 1px solid #5047eb;
    text-align: center;
    padding: 25px;
}
/* .industry-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    background-color: #0b0f2c;
    z-index: 1;
} */
.industry-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.industry-box .icon {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.industry-box p {
    margin-bottom: 0;
    font-size: 14px;
}
.industry-box:nth-child(4), .industry-box:nth-child(8), .industry-box:nth-child(12){
    border-right: 0;
}
.industry-box:nth-last-child(-n+4) {
    border-bottom: 0;
}
.industry-box .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: #5047eb;
    transition: all 0.5s;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 12px;
}
.industry-box .icon img {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.industry-box:hover .icon::after {
    transform: translate(-50%, -50%) scale(1);
}
.industry-box:hover .icon img {
    filter: brightness(50);
}
/***********************
* case-study
***********************/
.case-study-title {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.case-study-title-inner {
    padding-top: 100px;
    padding-bottom: 100px;
        text-align: center;
}
.case-study-title .t_line > div {
    background-image: linear-gradient(to right, #fff 50%, #686868 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.case-study-section {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    padding: 80px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-study-outer{
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    column-gap: 100px;
    padding-right: 100px;
}
.case-study-box {
    max-width: 1024px !important;
    padding: 100px 80px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    column-gap: 60px;
    align-items: center;
    border: none !important;
      flex: 0 0 100vw;
}
.case-study-box::before{
        position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(272deg, #0b0f2c 0%, rgb(11 15 44) 24.69%, rgb(11 15 44 / 61%) 55.72%, rgb(11 15 44 / 79%) 82.18%, #0b0f2c 100%);
    z-index: 1;
    opacity: 0.8;
}
.case-study-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.left-details {
    width: 65%;
    position: relative;
    z-index: 1;
}
.case-study-item {
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 4px solid #441A86;
    position: relative;
    z-index: 1;
    color: #fff;
}
.case-study-item:nth-child(2){
        border-left: 4px solid #51286E;
}
.case-study-item:last-child {
    margin-bottom: 0;
}
.case-study-item p {
    font-size: 45px;
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
}
.case-end-image {
    flex: 0 0 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-end-image img{
    width: 60%;
    height: auto;
}
/***********************
* client
***********************/
.client-section{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.client-section::after{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(268deg, rgba(3, 1, 22, 0) 24%, #0b0f2c 77.11%);
}
.client-section::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(90deg, rgba(3, 1, 22, 0) 24%, #0b0f2c 77.11%);
    z-index: 1;
}
.heading-box {
    margin-bottom: 30px;
}
.client-box {
    border: 1px solid rgba(252, 247, 243, 0.1);
    border-radius: 20px;
    padding: 0 20px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    background-color: #fff;
    width: 163px !important;
    height: 73px;
}
.partner-logo-outer {
    margin-bottom: 30px;
}
.partner-logo-outer:last-child {
    margin-bottom: 0;
}
.partner-logo-outer:nth-child(2) {
    transform: rotate(180deg);
}
.partner-logo-outer:nth-child(2) .client-box {
    transform: rotate(180deg);
}
/***********************
* why choose
***********************/
.why-choose-section {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}
.why-choose-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../image/about-bg-two.png);
    width: 750px;
    height: 1300px;
    object-fit: cover;
    z-index: -1;
}
.circle-text-wrap-outer {
    position: relative;
    width: 300px;
    height: 300px;
        background: linear-gradient(115deg, rgba(68, 26, 134, 1) 0%, rgba(81, 40, 110, 1) 100%);
    border-radius: 100%;
}
.circle-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 100%;
    background-color: #fff;
}
.circle-logo img{
    max-width: 60px;
}
svg.circle-text-svg {
    fill: #fff;
}
svg.circle-text-svg text.circle-text {
    font-size: 20px;
    letter-spacing: 0.06em;
}
.why-choose-left {
    position: sticky;
    top: 50px;
}
.why-choose-right {
    padding-left: 60px;
}
.service-left {
    position: sticky;
    top: 50px;
}
.why-choose-item {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 12px;
    background-color: #ffffff1c;
}
.why-choose-item:last-child {
    margin-bottom: 0;
}
.why-choose-item h3 {
    margin-bottom: 12px;
    font-size: 22px;
}
.why-choose-item p {
    margin-bottom: 0;
}
.why-choose-item:nth-child(odd){
    margin-right: 80px;
}
.why-choose-item:nth-child(even){
    margin-left: 80px;
}
/***********************
* counter
***********************/
.counter-inner-two {
    border-radius: 20px;
    display: flex;
    background: linear-gradient(115deg, rgba(68, 26, 134, 1) 0%, rgba(81, 40, 110, 1) 100%);
}
.counter-item {
    flex: 1;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}
.counter-item p:first-child {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    font-size: 50px;
    line-height: normal;
}
.counter-item p {
    margin-bottom: 0;
}
.counter-item span.count-separator {
    position: absolute;
    top: 50%;
    right: -5px;
        width: 10px;
    height: 90px;
    transform: translateY(-50%);
    background-image: url(../image/separator.svg);
    opacity: 0.5;
}
/***********************
* testimonial
***********************/
.testimonial-section {
    padding: 100px 0;
    position: relative;
}
.testimonial-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/about-bg-two.png);
    width: 750px;
    height: 1300px;
    object-fit: cover;
    z-index: -1;
}
.heading-outer {
    display: flex;
    align-items: center;
    column-gap: 100px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.testimonial-section .heading-box {
    width: 40%;
    margin-bottom: 0;
}
.heading-outer h2 {
    margin-bottom: 0;
}
.testimonial-box {
    border-radius: 12px;
    padding: 24px 18px;
    background-color: #ffffff26;
    border: 1px solid transparent;
    transition: all 0.5s;
    margin: 0 15px;
}
.slick-active.slick-center .testimonial-box{
    border: 1px solid #5047EB;
}
.testimonial-box .icon {
    margin-bottom: 15px;
}
.testimonial-box .icon img {
    width: 40px;
}
.testimonial-box .auther {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px dashed #ffffff75;
}
.testimonial-box .auther h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.testimonial-box .auther p {
    margin-bottom: 0;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots button {
    background-color: #5047EB;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 12px;
    font-size: 0;
    transition: all 0.5s;
}
ul.slick-dots li.slick-active button {
    width: 45px;
}
.testimonial-btn {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.testimonial-btn .slick-arrow {
    height: 50px;
    width: 50px;
    border: 1px solid #5047EB;
    background-color: transparent;
    border-radius: 100%;
    color: #5047EB;
    font-size: 20px;
}
/***********************
* team
***********************/
.team-section {
    position: relative;
    padding-bottom: 100px;
}
.team-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../image/about-bg-two.png);
    width: 750px;
    height: 1300px;
    object-fit: cover;
    z-index: -1;
}
.team-image {
    position: relative;
    margin-bottom: 12px;
    border-radius: 12px;
    background-color: #44464c;
}
.team-box h3 {
    margin-bottom: 5px;
    font-size: 22px;
}
.team-box p {
    margin-bottom: 0;
}
.team-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    background-color: #5047EB;
    z-index: -1;
    opacity: 0;
    border-radius: 12px;
}
.teamimage-inner{
    border-radius: 12px;
    overflow: hidden;
}
.team-box:hover .team-image::after {
    transform: rotate(6deg);
    opacity: 1;
}
.team-image img {
    width: 100%;
    border-radius: 12px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
    transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.team-box:hover .team-image img{
    -webkit-transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
    transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
/***********************
* blog
***********************/
.blog-section {
    position: relative;
    padding-bottom: 100px;
}
.blog-section::after {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    background-image: url(../image/about-bg-two.png);
    width: 750px;
    height: 1300px;
    object-fit: cover;
    z-index: -1;
}
.blog-left {
    position: sticky;
    top: 100px;
}
.blog-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff52;
    display: flex;
    column-gap: 30px;
}
.blog-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.blog-item .blog-image {
    width: 45%;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.blog-item .blog-image::after{
        content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.blog-item .blog-image:hover::after{
        height: 250%;
    transition: all 600ms 
linear;
    background-color: transparent;
}
.blog-item .blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-item .blog-image:hover img{
    transform: scale(1.1);
}
.blog-details h3 {
    margin-bottom: 20px;
    font-size: 20px;
}
.blog-details h3 a {
    color: #fff;
}
/*************************
* cta start
*************************/
.cta-section {
    padding-top: 190px;
    padding-bottom: 90px;
    background-image: url(../image/cta-two-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cta-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 40%, #0b0f2c 89.11%);
}
.cta-section h2{
    position: relative;
    z-index: 1;
}
/*************************
* footer
*************************/
footer {
    position: relative;
    padding-top: 60px;
    background: radial-gradient(50% 60% at 50% 103%, #51286E 30%, #0b0f2c 160%);
}
.footer-top {
    display: flex;
    align-items: center;
    column-gap: 60px;
    justify-content: space-between;
    border-radius: 12px;
    border: 1px solid #5047eb;
    padding: 24px 35px;
    background-color: #ffffff17;
    margin-bottom: 50px;
}
.footer-logo {
    max-width: 300px;
}
.newslatter {
    position: relative;
    width: 46%;
    flex-shrink: 0;
}
.newslatter .form-control {
    background-color: #ffffff26;
    border-radius: 30px;
    padding: 15px 25px;
    color: #fff;
    border-color: #ffffff6b;
}
.newslatter .form-control::placeholder {
    color: #ddcaca;
}
.newslatter .Primary-btn {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.newslatter .form-control:focus {
    border-color: #5047eb;
}
.about-footer {
    padding-right: 50px;
}
.footer-social p {
    font-size: 24px;
}
.footer-social i {
    position: relative;
}
.footer-menu {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
}
.footer-link.contact {
    width: 220px;
}
.footer-link.contact li a::after{
    display: none;
}
.footer-link h4 {
    margin-bottom: 20px;
}
.footer-link ul li {
    margin-bottom: 6px;
}
.footer-link ul li a {
    position: relative;
    color: #fff;
    padding-bottom: 2px;
}
.footer-link ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    transition: all 0.5s;
    background-color: #fff;
}
.footer-link ul li:hover a::after {
    width: 100%;
}
.footer-lower {
    margin-top: 40px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #ffffff82;
}
.footer-lower p {
    margin-bottom: 0;
}
ul.footer-lower-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.footer-lower-link li a {
    color: #ffffff;
}
.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
 }
 .mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
 }
 .mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0b0f2c40;
    opacity: 0.9;
 }
 .mobile-nav-content .logo-box {
    width: 240px;
}
 .mobile-nav-content {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #0b0f2c;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
 }
 .mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
 }
 .mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
 }
 .mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
 }
 .mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
 }
 ul.mobile-menu-list {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
 }
 ul.mobile-menu-list li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
 }
 ul.mobile-menu-list li:last-child {
    border: none;
 }
 .locked {
    position: fixed;
    width: 100%;
    top: 0;
 }
 ul.mobile-menu-list li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 ul.mobile-menu-list .dropdown ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
 }
 ul.mobile-menu-list .dropdown ul li a {
    padding-left: 35px;
 }
 .mobile-menu-list .menu-item-has-children button.expanded {
    transform: translateY(-50%)rotate(90deg);
 }
 .mobile-menu-list .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    float: right;
    transition: all 0.3s;
    line-height: 0px;
 }
.case-study-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page-header-section {
    padding-top: 180px;
    padding-bottom: 80px;
    position: relative;
}
.page-header-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0b0f2c6e;
}
.page-header-section::before{
        content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(11, 15, 44, 1) 0%, rgba(11, 15, 44, 0) 100%);
}
.heading-box{
    position: relative;
    z-index: 1;
}
.page-header-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.page-header-video video , .page-header-video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
ul.breadcrumb {
    column-gap: 12px;
    justify-content: center;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #ffffff38;
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 1;
}
ul.breadcrumb li {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
ul.breadcrumb li a {
    color: #fff;
}
ul.breadcrumb li a:hover {
    color: #5047eb;
}
.blog-page-section {
    padding: 100px 0;
    overflow: hidden;
}
.blog-nav-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.blog-nav-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.blog-nav-inner span {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #ffffff3b;
    backdrop-filter: blur(4px);
    transition: all 0.5s;
}
.blog-nav-inner span.active, .blog-nav-inner span:hover {
    background-color: #5047eb;
}
.blog-search-bar {
    position: relative;
}
.blog-search-bar input[type="search"] {
    padding: 8px 40px 8px 15px;
    border-radius: 10px;
    border: 1px solid #5047eb;
    background-color: #ffffff3b;
    backdrop-filter: blur(4px);
    color: #fff;
}
.blog-search-bar input[type="search"]::placeholder {
    color: #fff;
}
.blog-search-bar button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #fff;
}
.blog-image-two {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.blog-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-image-two:hover img {
    transform: scale(1.1);
}
.blog-image-two::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.blog-image-two:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-time {
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 3px;
    row-gap: 5px;
}
.blog-time i {
    font-size: 22px;
}
.blog-time::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-width: 26px;
    border-style: solid;
    border-color: black transparent transparent black;
        transform: scaleY(0.5);
}
.blog-time::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 33px;
    border-width: 26px;
    border-style: solid;
    border-color: black black transparent  transparent;
        transform: scaleY(0.5);
}
.blog-box-two h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-box-two h4 a {
    color: #fff;
}
ul.blog-meta {
    display: flex;
    align-items: center;
    column-gap: 35px;
}
ul.blog-meta li.category {
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #ffffff3b;
}
ul.blog-meta li {
    position: relative;
}
ul.blog-meta li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #5047eb;
    transform: translateY(-50%);
}
ul.blog-meta li:first-child::after {
    display: none;
}
.blog-item-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.blog-item-two {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ffffff5c;
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.blog-item-two h4 {
    margin-bottom: 16px;
    font-size: 20px;
}
.blog-item-two .blog-image-two {
    margin-bottom: 0;
    width: 250px;
    flex-shrink: 0;
}
.blog-item-two h4 a {
    color: #fff;
}
.blog-block {
    margin-bottom: 50px;
}
.blog-block:last-child {
    margin-bottom: 0;
}
.blog-heading-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.blog-heading-box h3 {
    margin-bottom: 0;
}
.blog-tab-content-inner {
    display: none;
}
.blog-tab-content-inner.active {
    display: block;
}
.author-box {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 15px;
}
.author-box p {
    margin-bottom: 0;
    font-size: 18px;
}
.author-box img {
    border-radius: 100%;
}
.author-box span {
    font-size: 14px;
}
.blog-box-two.two h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-box-two.two h4 {
    font-size: 20px;
}
.blog-box-two.two >p {
    display: -webkit-box;
    -webkit-line-clamp: 3;   
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-box-two.two {
    background-color: #ffffff30;
    border-radius: 20px;
    padding: 20px;
}
.blog-time span {
    font-size: 14px;
}
.contact-section {
    padding: 100px 0;
}
.contact-box {
    margin: 0 30px;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    background-color: #ffffff30;
    transition: all 0.5s;
}
.contact-box:hover {
    transform: translateY(-10px);
}
.contact-box .icon {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(297deg, rgba(80, 71, 235, 0.4) 0%, rgb(254 254 254 / 12%) 52%, rgba(80, 71, 235, 0.4) 100%);
    font-size: 24px;
}
.contact-box h4 {
    margin-bottom: 15px;
}
.contact-box a {
    display: inline-block;
    color: #fff;
}
.contact-content {
    padding-right: 100px;
}
.contact-item {
    display: flex;
    margin-bottom: 24px;
    column-gap: 15px;
    align-items: center;
}
.contact-item .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    color: #5047eb;
    position: relative;
    transition: all 0.5s;
}
.contact-item .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 95%;
    width: 95%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #5047eb;
    transition: all 0.5s;
    border-radius: 100%;
}
.contact-item:hover .icon::after {
    transform: translate(-50%, -50%) scale(1);
}
.contact-item .icon i {
    position: relative;
    z-index: 1;
}
.contact-item:hover .icon {
    color: #fff;
}
.contact-item a {
    color: #fff;
}
ul.side-menu-social-media li a i {
    position: relative;
    z-index: 1;
}
.contact-form-section {
    padding-bottom: 100px;
    overflow: hidden;
}
.contact-form {
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff30;
}
.contact-form h3 {
    font-size: 24px;
    max-width: 80%;
}
.contact-form .form-group {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.contact-form .form-group .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #ffffff75;
    padding-top: 0;
    padding-left: 0;
    color: #fff;
    width: 100%;
}
.contact-form .form-group .form-control::placeholder {
    color: #fff;
}
.nice-select.form-control {
    padding-right: 13px;
}
.contact-form .form-group .form-control:focus {
    box-shadow: none;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #d6d6d6;
}
.nice-select .list li.option {
    color: #000;
}
.cta-content {
    padding: 45px 30px;
    border-radius: 20px;
    background-color: #a39eef4f;
}
.blog-details-section {
    padding: 100px 0;
}
.blog-block-details {
    margin-bottom: 35px;
}
.blog_image {
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}
.blog_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog_image:hover img {
    transform: scale(1.1);
}
.blog-block-details h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.blog-meta-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #ffffff82;
    border-radius: 10px;
    margin-bottom: 25px;
}
.blog-meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-end: 1px dashed #ffffff82;
    border-inline-end: 1px dashed #ffffff82;
    padding: 25px 0px;
    gap: 10px;
    width: 33.33%;
    justify-content: center;
    column-gap: 10px;
}
.blog-meta-item:last-child {
    border-right: none;
}
.blog-meta-item img {
    width: 50px;
}
.blog-meta-item span {
    font-size: 14px;
    color: #d9d9d9;
}
.blog-meta-item p {
    margin-bottom: 0;
}
.blog-meta-item .icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5047eb;
}
.blog-details-cta {
    position: relative;
    padding: 40px 30px 30px;
    background: #bebafc47;
    border: 1px solid #5047eb;
    border-radius: 12px;
    z-index: 2;
    text-align: end;
}
.blog-details-cta p {
    font-size: 20px;
    text-align: left;
}
.blog-details-cta span {
    position: relative;
}
.blog-details-cta span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #5047eb;
    left: -40px;
}
.blog_image_outer {
    display: flex;
    gap: 24px;
}
.blog-block-details ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 8px;
    margin-bottom: 16px;
}
.blog-block-details ul li {
    position: relative;
    width: 48%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.blog-block-details ul li span {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    background-color: #5047eb;
}
.blog-video .thambnail {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.blog-video .thambnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.blog-video .thambnail:hover img {
    transform: scale(1.1);
}
.blog-video .play-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 1;
    background: #fff;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    color: #5047eb;
    font-size: 20px;
}
.blog-video {
    position: relative;
}
.blog-video .play-btn a::after {
    position: absolute;
    content: "";
    inset-inline-start: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse2 2s linear infinite;
    animation: pulse2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}
@keyframes pulse2 {
    0% {
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}
.pagination {
    align-items: center;
    justify-content: space-between;
}
.pagination .pagination-item a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
}
.pagination .pagination-item a p {
    margin-bottom: 0;
}
.pagination .pagination-item a .icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #5047eb;
}
.pre.pagination-item {
    margin-right: auto;
}
.next.pagination-item {
    margin-left: auto;
}
.blog-sidebar {
    position: sticky;
    top: 100px;
}
.blog-sidebar-widget {
    border-radius: 12px;
    margin-bottom: 35px;
    padding: 24px;
    background-color: #ffffff30;
}
.blog-sidebar-widget h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
.blog-sidebar-widget .blog-search-bar input[type="search"] {
    width: 100%;
}
.recent-post-item {
    display: flex;
    column-gap: 12px;
    margin-bottom: 24px;
    align-items: center;
}
.recent-post-item:last-child {
    margin-bottom: 0;
}
.recent-post-item h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.recent-post-image {
    width: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.category-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}
.category-list ul li {
    margin-bottom: 6px;
}
.category-list ul li a:hover {
    color: #fff;
    background-color: #5047eb;
}
.tag-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-list ul li a {
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 10px;
}
.tag-list ul li a:hover {
    color: #fff;
    background-color: #5047eb;
}
.team-image-box , .founder-image{
    border-radius: 20px;
    overflow: hidden;
}
.team-image-box img , .founder-image img{
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
}
.team-image-box:hover img , .founder-image:hover img{
    transform: scale(1.1);
}
.team-image-section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.founder-section {
    padding-bottom: 100px;
}
.founder-image {
    border-radius: 12px;
}
.founder-details {
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff30;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.founder-details h3 {
    margin-bottom: 0;
}
.founder-details .title {
    margin-bottom: 35px;
}
.founder-details .founder-contact {
    margin-top: auto;
}
.testimonial-section-two {
    padding-top: 100px;
}
.testimonial-item-two {
    margin-bottom: 150px;
}
.testimonial-item-two .testimonial-box-two {
    border-radius: 12px;
    padding: 24px 18px;
    background-color: #ffffff26;
    border: 1px solid #5047eb;
    transition: all 0.5s;
}
.retting {
    margin-bottom: 15px;
}
.retting ul {
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #5047eb;
    font-size: 14px;
}
.testimonial-item-two .testimonial-box-two p {
    font-size: 14px;
}
.testimonial-box-two .auther {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.testimonial-box-two .auther img {
    width: 45px;
}
.testimonial-box-two .auther h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.testimonial-box-two .auther p {
    margin-bottom: 0;
}
.testimonial-center {
    position: sticky;
    top: 100px;
}
.testimonial-right {
    margin-top: 150px;
}
.testimonial-item-two:last-child {
    margin-bottom: 0;
}
.testimonial-icon {
    text-align: center;
}
.testimonial-icon img {
    width: 150px;
}
.about-section-two {
    padding: 100px 0;
}
.about-left-two {
    padding-right: 100px;
}
.about-image-two {
    padding-left: 130px;
}
.overview-box {
    border-radius: 12px;
    padding: 24px;
    background-color: #ffffff30;
    height: 400px;
    width: 30%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.overview-box p, .overview-box h3, .overview-box a{
    position: relative;
    z-index: 2;
}
.overview-outer {
    display: flex;
    column-gap: 30px;
   
  will-change: transform;
}
.company-overview-section {
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}
.overview-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.overview-box:nth-child(even) {
    justify-content: end;
}
.overview-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.overview-box::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.overview-box:nth-child(even)::after{
        background: linear-gradient(0deg, rgb(0 0 0 / 82%) 41%, rgba(0, 0, 0, 0) 100%);
}
.overview-box:nth-child(odd)::after{
        background: linear-gradient(180deg, rgb(0 0 0 / 82%) 41%, rgba(0, 0, 0, 0) 100%);
}
.mission-box {
    border-radius: 12px;
    padding: 20px;
    background-color: #ffffff30;
    height: 100%;
    transition: all 0.5s;
}
.mission-box:hover {
    background-color: #928edf4f;
    transform: translateY(-10px);
}
.mission-box .icon {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: #6e67dc63;
    box-shadow: 0 0 20px 9px #0b0f2c52;
    transition: all 0.5s;
}
.mission-box:hover .icon {
    background-color: #6e67dcd9;
}
.mission-box .icon img {
    max-width: 40px;
    filter: brightness(50) invert(1);
}
.mission-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.mission-box li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}
.mission-box li strong {
    font-size: 16px;
}
.mission-box li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #5047eb;
}
.client-two {
    position: relative;
    padding-top: 40px;
}
.client-two .heading {
    text-align: center;
    position: relative;
}
.client-two .heading p {
    display: inline-block;
    padding: 0 20px;
    background-color: #0b0f2c;
    position: relative;
    z-index: 1;
}
.client-two .heading::after {
    content: "";
    position: absolute;
    top: 33%;
    left: 0;
    height: 0.5px;
    width: 100%;
    background-color: #ffffff70;
    transform: translateY(-50%);
}
.client-two .client-box {
    border: none;
    width: 190px !important;
    height: 70px;
    background-color: transparent;
    margin: 0;
}
.client-two .client-box img {
    filter: brightness(5000);
}
.client-two::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(90deg, rgba(3, 1, 22, 0) 24%, #0b0f2c 77.11%);
    z-index: 1;
}
.client-two::after{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(268deg, rgba(3, 1, 22, 0) 24%, #0b0f2c 77.11%);
}
.faq-tab-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.faq-tab-btn p {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #ffffff3b;
    backdrop-filter: blur(4px);
    transition: all 0.5s;
    margin-bottom: 0;
}
.faq-tab-btn p:hover, .faq-tab-btn p.active {
    background-color: #5047eb;
}
.accordion-item {
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    background-color: #ffffff33 !important;
    color: #fff !important;
    border: 1px solid #ffffff78 !important;
    backdrop-filter: blur(10px) !important;
}
.accordion-item:last-child{
    margin-bottom: 0;
}
.accordion-item button.accordion-button {
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    border: none !important;
    font-size: 18px;
    font-family: 'Lexend';
    font-weight: 400;
    box-shadow: none;
}
.accordion-item .accordion-body {
    border: none;
    padding: 0 20px 10px 20px;
}
.accordion-button::after{
    background-image: url(../image/plus.png);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../image/mines.png);
}
.faq-tab-inner {
    display: none;
}
.faq-tab-inner.active {
    display: block;
}
.faq-cta {
    padding: 20px;
    border-radius: 20px;
    margin-top: auto;
    background-color: #ffffff30;
    overflow: hidden;
    position: relative;
}
.faq-cta::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -100px;
    height: 100%;
    width: 100%;
    background-image: url(../image/faq-shape.png);
    background-size: cover;
    background-position: right;
    z-index: -1;
}
.faq-cta p {
    margin-bottom: 24px;
}
.faq-left {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.industry-box-two {
    padding: 20px;
    border-radius: 12px;
    background-color: #ffffff30;
    transition: all 0.5s;
    height: 100%;
}
.industry-box-two:hover {
    transform: translateY(-10px);
        background-color: #8782d754;
}
.industry-box-two .icon {
    background-color: #fff;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0px 4px #ffffffa3;
    transition: all 0.5s;
    border: 1px solid #5e57ddc7;
}
.industry-box-two h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 400;
}
.industry-box-two p {
    margin-bottom: 0;
}
.industry-box-two .icon img {
    transition: all 0.5s;
}
.case-tab-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.case-tab-btn p {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #ffffff3b;
    backdrop-filter: blur(4px);
    transition: all 0.5s;
    margin-bottom: 0;
}
.case-tab-btn p.active, .case-tab-btn p:hover {
    background-color: #5047eb;
}
.case-box {
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff30;
}
.case-image {
    border-radius: 12px;
    overflow: hidden;
}
.case-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.case-box:hover .case-image img {
    transform: scale(1.1);
}
.case-details {
    padding: 15px;
}
.case-details span.category {
    padding: 6px 12px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #ffffff30;
    border-radius: 8px;
}
.case-details h4 {
    font-size: 22px;
    margin-bottom: 12px;
}
.case-details h4 a{
    color: #fff;
}
.case-result {
    margin-top: 24px;
    display: flex;
    column-gap: 50px;
    margin-bottom: 20px;
}
.case-result-item {
    flex: 1;
    position: relative;
}
.case-result-item p {
    font-size: 40px;
    margin-bottom: 0;
}
.case-result-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    height: 100%;
    width: 3px;
    background-color: #5047eb;
}
.case-result-item:first-child::after {
    display: none;
}
.case-tab-content-inner{
    display: none;
}
.case-tab-content-inner.active{
    display: block;
}
.career-about {
    position: relative;
    padding-top: 70px;
}
.career-nav-outer {
    position: sticky;
    top: 60px;
    z-index: 999;
    text-align: center;
    transform: translateY(30px);
}
.career-nav {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ffffff33;
    display: inline-flex;
    column-gap: 30px;
    backdrop-filter: blur(7px);
    border: 1px solid #ffffff66;
}
.career-section {
    padding-top: 40px;
}
.career-nav a {
    color: #fff;
    position: relative;
}
.career-nav a::after{
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #fff;
}
.career-nav a:first-child:after{
    display: none;
}
.founder-text h2 {
    text-align: center;
}
.founder-text {
    padding-top: 50px;
}
.founder-text h2 span {
    color: #5047eb;
}
.founder_title {
    text-align: center;
}
.founder_title h3 {
    margin-bottom: 5px;
    font-size: 24px;
}
.advanteg-section {
    padding: 100px 0;
    overflow: hidden;
}

.advanteg-section h2 {
    text-align: center;
    margin-bottom: 30px;
}
.advanteg-left {
    padding-right: 50px;
}
.advanteg-tab-btn p {
    margin-bottom: 15px;
    display: flex;
    padding: 13px 15px;
    background-color: #ffffff30;
    border-radius: 12px;
    border: 1px solid #ffffff78;
    transition: all 0.5s;
    column-gap: 20px;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}
.advanteg-tab-btn p i {
    margin-left: auto;
    margin-right: 10px;
}
.advanteg-tab-btn p:hover, .advanteg-tab-btn p.active {
    border: 1px solid #5047eb;
}
 .advanteg-tab-btn p.active {
    background-color: #8a83ff45;
}
.advanteg-tab-content {
    display: none;
    opacity: 0;
}
.advanteg-tab-content.active {
    display: block;
    opacity: 1;
}
.advanteg-tab-box-outer {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
}
.advanteg-tab-box:nth-child(1) {
    grid-column: span 12;
}
.advanteg-tab-box:nth-child(2), .advanteg-tab-box:nth-child(3) {
    grid-column: span 6;
}
.advanteg-tab-box {
    padding: 20px;
    border-radius: 12px;
    background-color: #827cec2e;
}
.advanteg-tab-box p {
    margin-bottom: 0;
}
.advanteg-tab-box .advanteg-title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 12px;
}
.advanteg-tab-box .advanteg-title h3 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
}
.advanteg-tab-box .advanteg-title img {
    width: 35px;
    filter: brightness(500);
    flex-shrink: 0;
}
.position-section {
    padding-bottom: 100px;
}
.position-box {
    padding: 20px;
    border-radius: 12px;
    background-color: #827cec2e;
    height: 100%;
}
.position-box h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.position-box h3 img {
    width: 20px;
}
.position-reqir {
    display: flex;
    align-items: center;
    column-gap: 35px;
    margin-bottom: 15px;
}
.position-reqir p {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #ffffff30;
    border: 1px solid #ffffff47;
}
.apply-section {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}
.apply-section.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}
.apply-form {
    max-width: 768px;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    background-color: #0000004d;
    backdrop-filter: blur(10px);
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100%;
}
.overlay.apply-toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}
button.apply-toggler {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    top: 30px;
    border: none;
    background-color: transparent;
    z-index: 3;
}
button.apply-toggler span {
        height: 1px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
button.apply-toggler span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}
.apply-form-group {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.apply-form-group-inner {
    width: 100%;
        display: flex;
    flex-direction: column;
}
.apply-form-group-inner label {
    margin-bottom: 8px;
    color: #fff;
}
.apply-form-group-inner .form-control {
    height: auto;
    padding: 10px 15px;
    background-color: #ffffff30;
    border-radius: 6px;
    border-color: #ffffff7a;
    color: #fff;
}
.apply-form-group-inner .form-control::placeholder {
    color: #d4d4d4;
}
.apply-form-group-inner .form-control:focus {
    border-color: #5047eb;
    box-shadow: none;
}
.apply-form-group-inner .nice-select.form-control {
    height: 46px;
    display: flex;
    align-items: center;
}
.cv-content {
    padding: 50px;
    background-color: #a39eef4f;
    border-radius: 20px;
}
.cv-content img {
    width: 100px;
    margin-left: 100px;
}
.service-banner-section {
    padding: 100px 0;
    padding-bottom: 40px;
    overflow: hidden;
}
.service-popup {
    position: fixed;
    z-index: 991;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: scale(0) translate(-50% , -50%);
    transform: scale(0) translate(-50% , -50%);
    transform-origin: center ;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
        padding: 50px 0;
}
.service-popup.expanded{
    opacity: 1;
    transform: scale(1) translate(-50% , -50%);
    visibility: visible;
    transition: all 0.5s;
}
.service-popup-content {
    width: 100%;
    max-width: 768px;
    margin: auto;
    background-color: #ffffff40;
    padding: 30px 30px;
    position: relative;
    height: 100%;
    margin-left: auto;
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
.service-popup-overlay.service-popup-toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}
.service-popup-content>p {
    font-size: 20px;
    font-family: 'Lexend';
    margin-bottom: 10px;
}
.service-popup-content>span {
    margin-bottom: 20px;
    display: inline-block;
}
.service-popup-toggler {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    top: 30px;
}
.service-popup-toggler span {
    height: 1px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.service-popup-toggler span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}
.service-form-group {
    display: flex;
    column-gap: 24px;
    margin-bottom: 24px;
}
.service-form-group .form-control {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    background-color: #ffffff30;
    border-radius: 6px;
    border-color: #ffffff7a;
    color: #fff;
}
.service-form-group .form-control::placeholder{
    color: #fff;
}
.service-form-group .iti {
    flex-shrink: 0;
    width: 48%;
}
.service-form-group .flag-dropdown {
    width: 100%;
}
.country-select.inside .selected-flag {
    width: 100%;
}
.service-form-group-inner {
    width: calc(50% - 12px);
    position: relative;
    flex-shrink: 0;
}
.service-form-group-inner .country-select.inside {
    width: 100%;
}
.nice-select.form-control {
    line-height: 24px;
}
.iti__country-list {
    max-width: 331px;
    border-radius: 10px;
    scrollbar-width: none;
    background-color: #11163d;
    backdrop-filter: blur(14px);
}
.iti__country-list li{
    border-bottom: 1px solid #ffffff66;
}
.service-form-group .nice-select.open .list {
    width: 100%;
    height: 170px;
    overflow: scroll;
        scrollbar-width: none;
}
.service-form-group-inner .country-select.inside .country-list {
    max-width: 100%;
    border-radius: 10px;
    scrollbar-width: none;
    background-color: #11163d;
    backdrop-filter: blur(14px);
}
.exparties-section {
    padding-bottom: 100px;
}
.exparties-box {
    border-radius: 12px;
    background-color: #ffffff30;
    padding: 20px;
    position: relative;
    transition: all 0.5s;
    height: 310px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.exparties-box .counter-item {
    padding: 0;
    margin-bottom: auto;
}
.exparties-box h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
}
.exparties-box > p {
    margin-bottom: 0;
    font-size: 14px;
}
.exparties-box .counter-item p {
    justify-content: flex-start;
}
.exparties-box:hover {
    background-color: #5047eb33;
    transform: translateY(-10px);
}
.exparties-box::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #5047eb54;
    box-shadow: 0 0 50px 40px #5047eb54;
    transition: all 0.5s;
}
.exparties-box:hover::after {
    height: 150px;
    width: 150px;
}
.client-two.two{
    padding-bottom: 80px;
}
.process-section {
    position: relative;
    z-index: 99;
}
.process-box {
    width: 991px !important;
    border-radius: 20px;
    border: 1px solid #ffffff57;
    position: relative;
    padding: 50px;
    height: 460px;
}
.process-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.process-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    border-radius: 20px;
    overflow: hidden;
}
.process-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
}
.process-content .icon {
    width: 80px;
    margin-bottom: auto;
    filter: brightness(50) invert(1);
}
.process-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
}
.process-details {
    width: 40%;
}
.process-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0b0f2cab;
        border-radius: 20px;
}
.process-outer {
    display: flex;
    column-gap: 60px;
        flex-wrap: nowrap;
    width:max-content; 
}
.process-section>.container{
max-width: 991px;
    margin: auto;
}
.process-box:nth-child(2) .process-content {
    align-items: end;
}
.process-box.three .process-content {
    flex-direction: row;
    height: auto;
        margin-bottom: 30px;
}
.process-box.three .process-content .process-details {
    flex: 1;
    text-align: center;
    margin-right: 80px;
}
.process-favicon-outer {
    display: flex;
    justify-content: center;
}
.process-favicon {
    height: 200px;
    width: 200px;
    border-radius: 10px;
    background-color: #0b0f2c;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
  will-change: transform;
  z-index: 99;
  position: relative;
}
.faqs-section{
    overflow: hidden;
}
.why-choose-two {
   padding-top: 100px;
    margin-bottom: -100px;
}
.why-choose-two-box {
    border-radius: 12px;
    padding: 20px;
    background-color: #ffffff30;
    height: 320px;
    display: flex;
    flex-direction: column;
}
.why-choose-two-box.three{
    text-align: end;
}
.why-header {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: auto;
    justify-content: space-between;
}
.why-choose-two-box .icon {
    width: 50px;
    filter: brightness(50) invert(1);
}
.why-choose-two-box h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.why-choose-two-box p {
    margin-bottom: 0;
}
.why-choose-two-box .icon {
    margin-bottom: auto;
}
.why-choose-two-box.four .why-details, .why-choose-two-box.five .why-details {
    display: flex;
    align-items: end;
    column-gap: 60px;
}
.why-choose-two-box.five {
    text-align: end;
    align-items: end;
}
.why-choose-two-box.two {
    height: 415px;
}
.why-choose-two-box.four, .why-choose-two-box.five {
    transform: translateY(-100px);
    background-color: transparent;
}
.why-background-image {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.why-background-image img {
    width: 100%;
    height: 100%;
}
.why-choose-two-box.five .why-background-image {
    transform: scaleX(-1);
}
.pw-section {
    overflow: hidden;
}
.process-favicon-outer{
  position: relative;
  height: 100%;
}
.process-favicon{
  will-change: transform;
}
.process-box{
  flex:0 0 991px;
}
.team-section.two {
    padding-bottom: 0;
}
.case-study-banner {
    padding: 100px 0;
}
.case-banner-lower {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #ffffff45;
    display: flex;
    column-gap: 30px;
}
.case-banner-item {
    flex: 1;
}
.case-banner-item p {
    font-size: 18px;
    margin-bottom: 5px;
}
.case-banner-item span {
    color: #b4b4b4;
}
.case-block {
    margin-bottom: 30px;
}
.case-block h2 {
    font-size: 28px;
    margin-bottom: 12px;
}
.case-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.case-block ul li {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.case-block ul li span {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    background-color: #5047eb;
    flex-shrink: 0;
}
.case-block-inner {
    padding-left: 20px;
    margin-bottom: 24px;
}

.case-sidebar {
    position: sticky;
    top: 100px;
}
.result-widget {
    padding: 24px;
    border-radius: 12px;
    background-color: #ffffff30;
    margin-bottom: 40px;
}
.result-widget ul li {
    border-bottom: 1px dashed #ffffff5c;
    padding: 10px 0;
}
.result-widget ul li:last-child{
    border-bottom: 0;
}
.result-widget ul li p {
    margin-bottom: 0;
    font-size: 18px;
}
.result-widget ul li span {
    color: #bfbfbf;
}
.result-widget h4 {
    margin-bottom: 10px;
    font-size: 22px;
}
.case-details-section {
    padding-bottom: 100px;
}
.case-sidebar .faq-cta p {
    font-size: 22px;
    margin-bottom: 16px;
}
.case-sidebar .faq-cta>span {
    display: inline-block;
    margin-bottom: 30px;
}
