/*---------------------------------------------
/////  Qnovate HTML  /////
----------------------------------------------*/
/***********************
* font
***********************/
@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-Black.woff2') format('woff2'),
        url('../font/SofiaPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-BlackItalic.woff2') format('woff2'),
        url('../font/SofiaPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-Bold.woff2') format('woff2'),
        url('../font/SofiaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-BoldItalic.woff2') format('woff2'),
        url('../font/SofiaPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-ExtraLight.woff2') format('woff2'),
        url('../font/SofiaPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-ExtraLightItalic.woff2') format('woff2'),
        url('../font/SofiaPro-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-Light.woff2') format('woff2'),
        url('../font/SofiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-LightItalic.woff2') format('woff2'),
        url('../font/SofiaPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-Medium.woff2') format('woff2'),
        url('../font/SofiaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro.woff2') format('woff2'),
        url('../font/SofiaPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-MediumItalic.woff2') format('woff2'),
        url('../font/SofiaPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-UltraLight.woff2') format('woff2'),
        url('../font/SofiaPro-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-SemiBold.woff2') format('woff2'),
        url('../font/SofiaPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-SemiBoldItalic.woff2') format('woff2'),
        url('../font/SofiaPro-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-Italic.woff2') format('woff2'),
        url('../font/SofiaPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/SofiaPro-UltraLightItalic.woff2') format('woff2'),
        url('../font/SofiaPro-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
/***********************
* Common
***********************/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Sofia Pro';
    font-size: 16px;
    font-weight: 300;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2B2A29;
    text-transform: none;
    font-style: normal;
    background-color: #030116;
    color: #ffffff;
}
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;
   z-index: 1;
}
h1 {
    font-size: 62px;
    font-weight: 500;
    margin-bottom: 30px;
}
h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 24px;
}
h3 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 16px;
}
h6 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
}
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-24 {
    --bs-gutter-y: 24px;
}
.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;
}
ul,ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
/*************************
* Header start
*************************/
header {
    background: linear-gradient(278deg, #000000 -8.23%, #1D4A7E 68.22%);
    position: relative;
    z-index: 111;
}
.topbar {
    padding: 0 60px;
    border-bottom: 1px solid rgb(255 255 255 / 26%);
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}
.topbar-inner p{
    margin-bottom: 0;
}
.topbar-right {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.topbar-right>a {
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
a.search {
    padding: 0 20px;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}
ul.header-social-media {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 18px;
}
ul.header-social-media li a{
    color: #fff;
}
nav.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu-inner {
    display: flex;
    align-items: center;
    column-gap: 50px;
}
ul.main-menu-list {
    display: flex;
    align-items: center;
    column-gap: 55px;
}
.main-header {
    padding: 0 60px;
    border-bottom: 1px solid #707070;
    position: relative;
}
ul.main-menu-list li {
    padding: 45px 0;
}
ul.main-menu-list li a {
    color: #fff;
}
.btn-primary , .btn-secondary{
    color: #fff;
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 35px;
    background-color: #3A95FC;
    position: relative;
    overflow: hidden;
     border: 3px solid #ffffff78;
     transition: all 0.5s;
}
.btn-secondary:hover::after , .btn-primary:hover::after{
  animation: shine 1.5s ease-out infinite;
}
.btn-secondary::after, .btn-primary::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}
ul.main-menu-list>li.active>a, ul.main-menu-list>li:hover>a {
    color: #f7b821;
}
.btn-primary img, .btn-secondary img{
    transition: all 0.5s;
}
.btn-primary span, .btn-secondary span{
    position: relative;
}
.btn-primary:hover img, .btn-secondary:hover img{
    transform: rotate(45deg);
}
.btn-primary:hover::before, .btn-secondary:hover::before {
    opacity: 1;
}
.btn-primary:hover,.btn-secondary:hover{
    transform: scale(1.05);
    border-color: #fff9;
}
@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #14273ccf;
    backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
    transform: scaleY(0) translateZ(100px);
    z-index: 999;
    transition: opacity 500ms, visibility 500ms, transform 700ms;
    padding: 50px;
    border-radius: 0 0 30px 30px;
    display: flex;
    column-gap: 20px;
}
ul.main-menu-list>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.mega-menu-outer {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
        width: 100%;
}
.mega-menu-item h4{
    font-size: 22px;
    margin-bottom: 20px;
    color: #8BD683;
}
ul.dropdown-mega-menu li{
    padding: 10px 0;
    padding-bottom: 3px;
    margin-bottom: 7px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
ul.dropdown-mega-menu li i{
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.5s;
    color: #f7b821;
}
ul.dropdown-mega-menu li:hover i{
    transform: translateX(0);
    opacity: 1;
}
ul.dropdown-mega-menu li:hover a{
    color: #f7b821;
    padding-left: 10px;
}
ul.dropdown-mega-menu li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px ;
    width: 0;
    background-color: #f7b821;
    transition: all 0.5s;
}
ul.dropdown-mega-menu li:hover::after{
    width: 100%;
}
.mega-menu-item {
        flex: 1;
}
ul.dropdown-mega-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mega-menu-box {
    margin-bottom: 30px;
}
.mega-menu-cta {
    width: 300px;
    height: 100%;
    padding: 12px;
    border-radius: 6px;
    background-color: #363350;
}
.mega-menu-cta .image {
    margin-bottom: 10px;
}
.mega-menu-cta a{
    padding: 0 0px;
   display: flex;
   align-items: center;
   column-gap: 10px;
   text-decoration: none;
}
.mega-menu-cta a img{
    transition: all 0.5s;
}
.mega-menu-cta a:hover img{
    transform: rotate(45deg);
}
.mega-menu-cta a:hover {
    color: #fff;
}
ul.main-menu-list>li>ul {
    position: absolute;
    width: 250px;
    padding: 0;
    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: #14273ccf;
    backdrop-filter: blur(15px);
    z-index: 999;
    border-radius: 0 0 12px 12px;
}
ul.main-menu-list>li:hover>ul {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}
ul.main-menu-list>li>ul>li {
    padding: 15px 25px;
    transition: all 0.5s;
    border-bottom: 1px solid #ffffff52;
}
ul.main-menu-list>li>ul>li:last-child{
    border-bottom: 0;
}
ul.main-menu-list>li>ul>li>i{
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.5s;
    color: #f7b821;
}
ul.main-menu-list>li>ul>li:hover>i{
     transform: translateX(0);
    opacity: 1;
}
ul.main-menu-list>li>ul>li:hover a{
    color: #f7b821;
    padding-left: 10px;
}
ul.main-menu-list>li {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
/*************************
* banner start
*************************/
.banner-section {
    background-image: url(../images/banner/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}
.banner-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 60% at 50% 3%, #1D4A7E 30%, #030116 160%);
    z-index: -1;
}
.banner-image {
    position: relative;
}
.banner-image::after{
    content: "";
    position: absolute;
    top: 3px;
    left: -9px;
    height: 580px;
    width: 580px;
    border-radius: 100%;
    border: 1px solid #fff;
    opacity: 0.29;
}
.banner-image .banner-image-inner {
    border-radius: 100%;
    overflow: hidden;
    width: fit-content;
}
.happy-client {
    display: inline-flex;
    flex-direction: column;
    padding: 20px 24px;
    border-radius: 12px;
    backdrop-filter: brightness(1) blur(1px);
    background-color: #b1b1b1c7;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #6D6D6D;
}
.happy-client h3 {
    margin-bottom: 10px;
    font-size: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding-bottom: 5px;
}
.happy-client p {
    margin-bottom: 0;
}
.banner-shape-1 {
    position: absolute;
    top: 160px;
    right: 0px;
}
.banner-shape-2 {
    position: absolute;
    bottom: 10px;
    left: 60px;
}
.banner-content p {
    margin-bottom: 50px;
    width: 83%;
    font-size: 18px;
}
.banner-btn {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-bottom: 15px;
}
/*************************
* about start
*************************/
.about-section {
    padding: 50px 0 130px;
    background-image: url(../images/about-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -17% 50%;
    overflow: hidden;
}
.about-heading {
    margin-bottom: 30px;
    display: flex;
        column-gap: 20px;
}
.about-heading .heading-box {
    width: 55%;
    margin-bottom: 0;
    margin-left: auto;
}
.counter-box {
    display: flex;
    align-items: center;
    column-gap: 12px;
        border-radius: 13px;
    padding-left: 24px;
        backdrop-filter: brightness(1.5) blur(7px);
    background-color: #7d7f8d9e;
}
.counter-box h3 {
    font-size: 62px;
    margin-bottom: 0;
    font-weight: 200;
    color: #B9C859;
}
.counter-box p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    max-width: 60%;
}
.about-image {
    margin-bottom: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.about-heading .heading-box h2 {
    margin-bottom: 0;
}
.about-content p {
    font-size: 18px;
    margin-bottom: 50px;
}
ul.about-list {
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-size: 20px;
}
ul.about-list li {
    position: relative;
    padding-left: 25px;
}
ul.about-list li::after, .about-slider-box h4::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 13px;
    width: 13px;
    background-color: #8BD683;
}
.about-right {
    padding: 35px 40px 30px;
    background-color: #363350;
    border-radius: 35px;
    /*min-height: 360px;*/
    position: relative;
}
.about-slider-box h4 {
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 22px;
    color: #8BD683;
}
/*.about-slider-box h4 {
    margin-bottom: 40px;
    padding-left: 25px;
    font-size: 22px;
}*/
.about-slider-box p {
    font-size: 18px;
}
.custom-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: end;
    position: absolute;
    right: 40px;
    bottom: 30px;
}
.custom-btn button {
    background: none;
    border: none;
}
/*************************
* why-choose start
*************************/
.why-choose-section {
    padding: 67px 0;
    background: linear-gradient(90deg, #A65F5D -12.23%, #1D4A7E 105.52%);
}
.why-choose-outer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.why-choose-box {
    text-align: center;
    padding: 0 50px;
    border-right: 1px solid rgb(255 255 255 / 18%);
}
.why-choose-box:last-child {
    border-right: 0;
}
.why-choose-box .icon {
    margin-bottom: 24px;
}
.why-choose-box h4 {
    margin-bottom: 10px;
}
.why-choose-box p {
    margin-bottom: 0;
}
/*************************
* solution start
*************************/
.solution-section {
    padding: 100px 0 130px;
    position: relative;
    background-image: url(../images/solution-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 130% 50%;
    overflow: hidden;
}
.solution-box {
    background-color: #2F2D43;
    border: 1px solid #5F5F5F;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    grid-column: span 6;
}
.heading-box {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.solution-details {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: end;
    column-gap: 20px;
    width: calc(100% - 60px);
    justify-content: space-between;
    z-index: 2;
}
.solution-details .btn-secondary {
    padding: 20px;
    border-radius: 12px;
}
.solution-title h4 {
    margin-bottom: 14px;
    font-size: 30px;
}
.solution-title p {
    margin-bottom: 0;
    max-width: 360px;
}
.solution-outer {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.solution-box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 40%, rgba(3, 1, 22, 0) 40%, #020012 69.11%);
}
.solution-outer .solution-box:nth-child(3), .solution-outer .solution-box:nth-child(4), .solution-outer .solution-box:nth-child(5) {
    grid-column: span 4;
}
.client-box {
    padding: 50px 40px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #090722;
    border: 1px solid #2F2D43;
}
.client-logo {
    margin-right: 60px;
    display: flex;
    align-items: center;
    height: 45px;
}
/*************************
* service start
*************************/
.service-section {
    padding: 50px 0 130px;
    background-image: url(../images/about-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -17% 50%;
    overflow: hidden;
}
.service-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.service-box {
    padding: 50px 35px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transition: all 0.5s;
}
.service-box .icon {
    margin-bottom: 12px;
}
.service-box h4 {
    margin-bottom: 12px;
}
.service-box p {
    margin-bottom: 0;
}
.service-outer .service-box:nth-last-child(-n+3) {
    border-bottom: 0;
}
.service-outer .service-box:nth-child(4), .service-outer .service-box:nth-child(8),.service-outer .service-box:nth-child(12) {
    border-right: 0;
}
.service-box:hover{
    background-color: #2F2D43;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.18);
}
/*************************
* cta start
*************************/
.cta-section {
    padding: 85px 0;
    background-image: url(../images/cta-bg.png);
    background-size: cover;
    background-position: right;
}
.cta-section h2 {
    margin-bottom: 30px;
}
.cta-section p {
    margin-bottom: 30px;
    font-size: 22px;
    max-width: 50%;
}
/*************************
* partner start
*************************/
.partner-section {
    padding: 100px 0;
    /* background-image: url(../images/solution-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 120% 50%; */
    overflow: hidden;
    position: relative;
}
.partner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(268deg,  rgba(3, 1, 22, 0) 24%, #030116 77.11%);
}
.partner-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(90deg, rgba(3, 1, 22, 0) 24%, #030116 77.11%);
    z-index: 1;
}
.heading-box span {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 19px;
    padding: 6px 20px;
}
.partner-item {
    padding: 18px;
    border: 1px solid #2F2D43;
    border-radius: 13px;
}
.partner-box {
    height: 140px;
    width: 140px;
    border-radius: 13px;
    background-color: #2F2D43;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-logo-outer {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
/* .partner-box:hover{
    background: linear-gradient(220deg, #A65F5D 26.54%, #1D4A7E 100%);
} */
/*************************
* teatimonial start
*************************/
.testimonial-section {
    position: relative;
}
.testimonial-section::after {
    content: url(../images/solution-bg.png);
    position: absolute;
    left: -190px;
    top: 0px;
    z-index: -1;
}
.teatimonial-box {
    margin:0 15px;
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #2F2D43;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonia-auther {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #707070;
}
.testimonia-auther h4 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 300;
}
.testimonia-auther p {
    margin-bottom: 0;
}
.teatimonial-slider button.slick-arrow {
    background-color: transparent;
    color: #2F2D43;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #2F2D43;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}
.teatimonial-slider button.slick-next.slick-arrow {
    right: -45px;
    left: auto;
}
/*************************
* porfolio start
*************************/
.porfolio-section {
    padding: 40px 0;
    overflow: hidden;
}
.heading-box-outer {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.porfolio-section .heading-box {
    width: 50%;
}
.porfolio-section .btn-primary {
    margin-left: auto;
}
.porfolio-inner {
    padding: 24px;
    border-radius: 30px;
    background-color: #2F2D43;
}
.porfolio-item {
     position: relative;
    overflow: hidden;
    border-radius: 30px;
        width: 16%;
    flex-grow: 1;
    transition: all 0.5s;
    min-height: 497px;
}
.porfolio-item:hover,.porfolio-item.active{
        width: 46%;
}
.portfolio-details {
    bottom: -300px;
    opacity: 0;
}
.porfolio-item:hover .portfolio-details ,.porfolio-item.active .portfolio-details {
    bottom: 30px;
    opacity: 1;
}
.portfolio-details {
    position: absolute;
    left: 38px;
    width: calc(100% - 76px);
    display: flex;
    align-items: end;
    column-gap: 20px;
    z-index: 1;
    transition: all 0.5s;
}
.portfolio-details ul {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px;
}
.portfolio-details ul li {
    position: relative;
    padding-left: 10px;
}
.portfolio-details ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 5px;
    width: 5px;
    background-color: #8BD683;
    border-radius: 100%;
}
.portfolio-details h4 {
    margin-bottom: 0;
}
.porfolio-outer {
    display: flex;
    column-gap: 12px;
}
.porfolio-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 40%, rgba(3, 1, 22, 0) 40%, #020012 69.11%);
    opacity: 0;
    transition: all 0.5s;
}
.portfolio-details .btn-secondary {padding: 20px;flex-shrink: 0;}
.porfolio-image {
    height: 100%;
    width: 100%;
}
.porfolio-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.porfolio-item:hover::after, .porfolio-item.active::after{
    opacity: 1;
}
/*************************
* blog start
*************************/
.blog-section {
    padding-bottom: 40px;
}
.blog-inner {
    padding: 24px;
    border-radius: 30px;
    background-color: #2F2D43;
    position: relative;
    z-index: 1;
}
.blog-image {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 224px;
}
.blog-box h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.blog-box h4 a {
    color: #fff;
}
.blog-box {
    width: 400px;
    margin: 0 20px;
}
.blog-box .meta-date {
    color: #fff;
}
.blog-slider-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.blog-slider-btn button {
    background-color: transparent;
    border: none;
}
.blog-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*************************
* project start
*************************/
.project-section {
    padding-bottom: 100px;
    position: relative;
}
.project-section::after {
   /* content: url(../images/solution-bg.png);*/
    position: absolute;
    left: -190px;
    top: -500px;
}
.project-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 15px;
}
.project-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    text-align: center;
    border-radius: 30px;
    padding: 15px;
    backdrop-filter: blur(5px);
    background-color: #00000047;
}
.project-details p{
    margin-bottom: 0;
    font-size: 18px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
ul.slick-dots li button {
    font-size: 0;
    border: 2px solid #B5B5B5;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: transparent;
}
ul.slick-dots li.slick-active button {
    background-color: #B5B5B5;
}
/*************************
* cta start
*************************/
.cta-two-section {
    padding-top: 280px;
    padding-bottom: 100px;
    background-image: url(../images/cta-two-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cta-two-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 40%, #030116 89.11%);
}
/*************************
* footer start
*************************/
footer {
    background: radial-gradient(50% 60% at 50% 103%, #1D4A7E 30%, #030116 160%);
}
.footer-top {
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-menu ul {
    display: flex;
}
.footer-menu ul a {
    color: #fff;
}
.footer-menu ul li {
    padding: 0 12px;
    border-right: 1px solid #fff;
    line-height: 18px;
    font-size: 18px;
}
.footer-menu ul li:last-child {
    border-right: 0;
}
.footer-widget h4 {
    margin-bottom: 35px;
    font-size: 30px;
}
.footer-widget ul li a {
    font-size: 18px;
    color: #fff;
}
.footer-widget ul li {
    margin-bottom: 15px;
}
.footer-widget.sec ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.footer-widget.sec ul li {
    width: 48%;
}
.footer-widget.newsletter {
    padding-left: 40px;
}
.newsletter-box {
    position: relative;
    margin-bottom: 60px;
}
.newsletter-box .form-control {
    border-radius: 24px;
    padding: 12px 24px;
    background-color: #030116;
    border: none;
    color: #fff;
}
.newsletter-box button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #1D4A7E;
    color: #fff;
    font-size: 18px;
    padding: 10px 45px;
    border-radius: 24px;
}
.newsletter-box .form-control::placeholder {
    color: #fff;
}
.footer-social-media ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}
.footer-social-media ul li a {
    font-size: 20px;
}
.footer-lower {
    margin-top: 100px;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgb(255 255 255 / 31%);
}
.footer-lower p{
    margin-bottom: 0;
}
.footer-lower p a{
    color: #fff;
}
/*************************
* animation
*************************/
.banner-shape-1{
    animation: left-to-right 5s ease infinite;
}
@keyframes left-to-right {
    0%{
        transform: translateX(0px);
    }
     50%{
        transform: translateX(50px);
    }
     100%{
        transform: translateX(0px);
    }
}
.header-menu-collaps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
    cursor: pointer;
    display: none;
}
.header-menu-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #fff;
}
.header-menu-collaps span:nth-child(2) {
    width: 32px;
}
.header-menu-collaps span:nth-child(3) {
    width: 16px;
}
/***********************
 * mobile-nav
***********************/
.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: #1d4a7e6e;
    opacity: 0.9;
 }
 .mobile-nav-content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #1D4A7E;
    -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;
 }
 .about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.project-slider {
    z-index: 1;
}
.project-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.solution-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.partner-logo-outer .slick-track {
    display: flex !important;
    gap: 50px;
}
.partner-section .partner-logo-outer:nth-child(2){
    transform: rotate(180deg);
}
.partner-section .partner-logo-outer:nth-child(2) .partner-item {
    transform: rotate(180deg);
}
/***********************
 * about-banner start
***********************/
.about-banner-section {
    padding: 130px 0 60px;
   
    position: relative;
}
.about-video {
    position: absolute;
    top: -310px;
    left: 0;
    width: 100%;
}
.about-banner-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 28% at 50% 53%, #2d71c08f 30%, #030116b7 160%);
}
.about-banner-image {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}
/***********************
 * about-about start
***********************/
.about-about-section {
    padding: 70px 0;
    background-image: url(../images/about-about-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-about-left .counter-box {
    width: auto;
    margin-bottom: 25px;
    background-color: transparent;
    backdrop-filter: none;
    border: 1px solid #3F3C57;
}
.about-about-left {
    padding-right: 80px;
    border-right: 1px solid #707070;   
    height: 100%;
}
.about-about-left h2{
    font-weight: 300;
}
.about-about-right {
    padding-left: 80px;
}
.about-about-right ul.about-list{
    margin-bottom: 0;
}
.about-about-left .heading-box{
    margin-bottom: 0;
}
.mt-50{
    margin-top: 50px;
}
.vision-box h4::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #8BD683;
}
.vision-box {
    background-color: #2F2D43;
    border-radius: 30px;
    padding: 35px 50px;
    height: 100%;
}
.vision-box p:last-child {
    margin-bottom: 0;
}
.vision-box h4 {
    margin-bottom: 35px;
    padding-left: 25px;
}
button.accordion-button {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:first-of-type{
    border-radius: 0;
}
.accordion-button:not(.collapsed){
    color: #fff;
    background-color: transparent;
}
.accordion-item, .accordion-button{
    background-color: transparent;
    color: #fff;
    border: none;
}
.accordion-item{
    padding-bottom: 23px;
    padding-top: 23px;
    border-bottom: 1px solid #707070;
}
.accordion-item:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
button.accordion-button.collapsed {
    margin-bottom: 0px;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-body{
    padding: 0;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/mines.png);
    background-position: center;
}
.accordion-button::after{
    background-image: url(../images/plus.png);
}
.about-about-row {
    display: flex;
    padding: 14px;
    border-radius: 30px;
    background-color: #2F2D43;
    margin-top: 35px;
    align-items: center;
}
.about-about-image {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    height: 332px;
}
.about-about-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-about-content {
    width: 50%;
    padding-left: 50px;
}
.about-about-content p{
    margin-bottom: 0;
    font-size: 18px;
}
/***********************
 * about-about start
***********************/
.why-choose-two-section {
    padding: 50px 0;
}
.blog-section.about {
    margin-top: 35px;
}
/***********************
 * approch start
***********************/
.approch-section {
    padding: 100px 0;
    background-image: url(../images/approcho-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.approch-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 60% at 50% 103%, #1C477A 30%, #030116 160%);
    z-index: -1;
}
.approch-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(180deg, #030116c7 20.11%, rgba(3, 1, 22, 0) 64%);
}
.approch-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.approch-box {
    height: 340px;
    width: 340px !important;
    border-radius: 100%;
    padding: 50px 44px;
    text-align: center;
    border: 1px solid #707070;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}
.approch-box:hover{
    background-color: #fff;
    color: #000;
    transform: scale(1.1);
}
.approch-box:hover h4{
    color: #000;
}
.approch-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #8BD683;
      transition: all 0.5s;
}
.approch-box p{
    margin-bottom: 0;
      transition: all 0.5s;
}
/***********************
 * cta start
***********************/
.cta-three-section {
    padding: 70px 0;
    background-image: url(../images/cta-three-bg.png);
    position: relative;
}
.cta-three-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #A65F5D -12.23%, #1D4A7E 105.52%);
    z-index: -1;
}
.testimonial-section.about {
    padding-top: 70px;
}
/***********************
 * private about start
***********************/
.private-about-section {
    padding: 50px 0 100px;
    overflow: hidden;
}
.private-about-image {
    position: relative;
}
.private-about-image::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #201E31;
    border-radius: 50%;
    animation: 8s linear 3s infinite about-image-shape-1;
    z-index: 2;
}
@keyframes about-image-shape-1 {
    0% {
        width: 300px;
        height: 300px;
    }

    50% {
        width: 550px;
        height: 550px;
    }

    100% {
        opacity: 0.1;
        width: 800px;
        height: 800px;
    }
}
.private-about-image::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #201E31;
    border-radius: 50%;
    animation: 8s linear infinite about-image-shape-1;
    z-index: 1;
}
.private-about-image .image-inner::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #201E31;
    border-radius: 50%;
    animation: 8s linear 6s infinite about-image-shape-1;
    z-index: 4;
}
.private-about-image .image-inner::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #201E31;
    border-radius: 50%;
    animation: 8s linear 9s infinite about-image-shape-1;
    z-index: 3;
}
.private-about-image .image-inner img{
    position: relative;
    z-index: 5;
    max-width: 500px;
        width: 100%;
}
.private-about-content .heading-box {
    margin-bottom: 24px;
}
.private-about-content>p{
   margin-bottom: 24px;
}
.private-about-content ul.about-list{
    margin-bottom: 0;
}
.private-image-box {
    padding: 80px 0;
    display: flex;
    column-gap: 120px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.private-image-box::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height:18px ;
    width: 100px;
    background-image: url(../images/arrow-private.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50% , -50%);
}
.private-about-two {
    padding: 0 0 80px;
    position: relative;
}
.private-about-two::after{
        content: url(../images/private-after-bg.png);
    position: absolute;
    top: -290px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.private-about-box-outer {
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
}
.private-about-box-outer {
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
}
.private-about-box {
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #ffffff40;
}
.private-about-box-image {
    text-align: center;
    width: 50%;
}
.private-about-box-details {
    width: 50%;
    padding-right: 100px;
}
.private-about-box-details h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #8BD683;
}
.private-about-box-details p {
    margin-bottom: 0;
    font-size: 18px;
}
.private-about-box:first-child {
    padding-top: 0;
}
.private-about-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.private-about-box:nth-child(even) .private-about-box-details {
    padding-right: 0;
    padding-left: 100px;
}
/***********************
 * approch start
***********************/
.approch-two-section {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.approch-box-two {
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #2F2D43;
    height: 100%;
    transition: all 0.5s !important;
}
.approch-box-two:hover {
    transform: scale(1.05) translateY(-10px) !important;
    box-shadow: 0 20px 25px -5px rgb(80 72 128), 0 10px 10px -5px rgb(77 74 127);
    border-color: rgb(80 72 128);
}
.approch-box-two h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    color: #8BD683;
}
.approch-top {
    text-align: center;
    border-radius: 14px;
    background-color: #ffffff26;
    backdrop-filter: blur(3px);
    padding: 8px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
ul.approch-list {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    font-size: 18px;
}
ul.approch-list li {
    position: relative;
    padding-left: 25px;
}
ul.approch-list li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 13px;
    width: 13px;
    background-color: #8BD683;
}
/***********************
 * service start
***********************/
.service-section-two {
    padding-bottom: 60px;
}
.service-box-two-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.service-box-two {
    text-align: center;
    border-right: 1px solid #707070;
    padding: 0 50px;
}
.service-box-two .icon {
    height: 105px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 100%;
    background: linear-gradient(49deg, #A65F5D 27.77%, #1D4A7E 105.52%);
    box-shadow: 0 0 0px 10px #ffffff38;
}
.service-box-two h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.service-box-two:last-child {
    border-right: 0;
}
/***********************
 * strategy start
***********************/
.strategy-right button.accordion-button {
    font-size: 22px;
}
.strategy-inner {
    padding: 50px;
    border-radius: 30px;
    background: linear-gradient(42deg, #A65F5D -12.23%, #1D4A7E 105.52%);
}
.strategy-inner  button.accordion-button {
    margin-bottom: 20px;
}
.strategy-inner button.accordion-button.collapsed{
    margin-bottom: 0;
}
.strategy-inner  .accordion-item{
    border-color: #fff;
}
.strategy-content {
    padding-right: 140px;
}
ul.strategy-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 18px;
}
ul.strategy-list li{
        position: relative;
    padding-left: 25px;
}
ul.strategy-list li::after{
     content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #8BD683;
}
/***********************
 * transform start
***********************/
.transform-section {
    padding: 60px 0;
    overflow: hidden;
}
.transform-details {
    padding: 0 90px 10px 10px;
}
.transform-slider  ul.slick-dots {
    margin-top: 20px;
}
.transform-image {
    text-align: end;
    border-radius: 30px;
    overflow: hidden;
}
.transform-details p {
    margin-bottom: 60px;
    font-size: 18px;
}
.solution-box, .solution-title h4,.solution-image{
    transition: all 0.5s;
}
.solution-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgb(80 72 128), 0 10px 10px -5px rgb(77 74 127);
    border-color: rgb(80 72 128);
}
.solution-box:hover .solution-title h4{
    color: #8BD683;
}
.solution-box:hover .solution-image{
    transform: scale(1.2);
}
.solution-details .btn-secondary{
    background: linear-gradient(42deg, #A65F5D -12.23%, #1D4A7E 105.52%);
    border: none;
}
.solution-details .btn-secondary::after{
    display: none;
}
ul.breadcrumb {
    column-gap: 10px;
    padding-bottom: 45px;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    justify-content: center;
}
ul.breadcrumb li a, ul.breadcrumb li span{
    color: #fff !important;
}
ul.breadcrumb li a:hover{
    color: #f7b821 !important;
}
.private-about-content  h4 {
    margin-bottom: 20px;
    margin-top: 30px;
    color: #8BD683;
    font-size: 22px;
}
.public-about-box {
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.transform-details  .heading-box {
    margin-bottom: 0;
}
.industries-box {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border: 1px solid #2F2D43;
    transition: all 0.5s;
    height: 355px;
}
.industries-box .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 70px;
    width: 70px;
    background-color: #2F2D43;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.industries-details {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}
.industries-details h4 {
    margin-bottom: 10px;
}
.industries-details p {
    margin-bottom: 24px;
}
a.btn-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
a.btn-link img{
    transition: all 0.5s;
}
a.btn-link:hover{
    color: #fff;
}
.industries-image {
    opacity: 0;
    transition: all 0.5s;
    height: 100%;
    width: 100%;
}
.industries-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.industries-box:hover .industries-image{
    opacity: 0.47;
}
.industries-box:hover {
    transform:  translateY(-10px) !important;
}
.industries-box:hover a.btn-link img{
    transform: rotate(45deg);
}
.industries-box:hover a.btn-link{
    column-gap: 15px;
}
.industries-section {
    padding: 50px 0 100px;
    position: relative;
}
.industries-section::after{
    /* content: url(../images/industri-bg.png);*/
    background-image: url(../images/about-about-bg.png);
    position: absolute;
    top: 330px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.pt-100{
    padding-top: 100px;
}
.partners-box {
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border: 1px solid #2F2D43;
    overflow: hidden;
    text-align: center;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.5s;
}
.partners-box:hover{
    box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301);
    transform: translateY(-10px);
}
.partners-image {
    margin-bottom: 30px;
}
.partners-section {
    padding: 50px 0 100px;
    position: relative;
}
.partners-section::after{
    content: url(../images/partner-bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.leadership-section {
    padding: 50px 0 100px;
}
.leadership-popup-image img {
        border-radius: 20px !important;
    }
.leadership-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
    filter: grayscale(1);
}
.leadership-box:hover .leadership-image img {
    filter: none;
}
.leadership-image {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
/*.leadership-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}*/
.leadership-details {
    border-radius: 30px;
    padding: 30px 40px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border: 1px solid #2F2D43;
    height: 100%;
}
.leadership-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.leadership-title-inner {
    color: #8BD683;
}
.leadership-title-inner h4 {
    font-size: 22px;
    margin-bottom: 5px;
}
.leadership-title-inner p {
    margin-bottom: 0;
}
.leadership-details>p {
    margin-bottom: 30px;
}
.why-choose-box-two {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.151);
    transition: all 0.5s;
    height: 100%;
    backdrop-filter: blur(3px);
}
.why-choose-box-two:hover{
    box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301);
}
.why-choose-image-two {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.why-choose-details-two {
    position: relative;
    text-align: center;
    padding: 40px 30px;
}
.why-choose-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.why-choose-icon-two {
    margin-bottom: 30px;
}
.why-choose-details-two h4 {
    margin-bottom: 15px;
}
.why-choose-details-two p {
    margin-bottom: 0;
}
.why-choose-two {
    padding-bottom: 100px;
    background-image: url(../images/banner/banner-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.why-choose-two::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgba(26, 26, 26, 0) 40%, rgba(3, 1, 22, 0) 40%, #030116 89.11%);
}
.why-choose-two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(60% 60% at 50% 113%, #1d4a7e91 30%, #030116 160%);
    z-index: -1;
}
.why-choose-box-two:hover .why-choose-image-two{
    opacity: 0.4;
}
.category-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s;
}
.category-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301);
}
.category-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 40%, rgba(3, 1, 22, 0) 40%, #030116a3 89.11%);
}
.category-details {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    z-index: 1;
}
.category-details h4 {
    margin-bottom: 6px;
}
.blog-section-two {
    padding: 50px 0 60px;
}
.blog-block-image {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 24px;
}
ul.blog-meta {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
ul.blog-meta li {
    position: relative;
    padding-left: 20px;
}
ul.blog-meta li::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #8BD683;
}
ul.blog-meta li a, .blog-block h4 a{
    color: #fff;
}
.blog-block h4 {
    margin-bottom: 15px;
}
.blog-block>p{
    margin-bottom: 20px;
}
.blog-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
a.blog-btn {
    color: #8BD683;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.author-details {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.author-name {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.author-name img {
    border-radius: 100%;
}
.author-name>p {
    margin-bottom: 0;
}
.author-details a {
    color: #fff;
}
.author-details a.date{
    padding: 0 20px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.blog-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}
.blog-block:last-child {
    border: 0;
    margin-bottom: 0;
}
ul.pagination {
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
ul.pagination li a {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    transition: all 0.5s;
}
ul.pagination li.active a, ul.pagination li:hover a {
    background-color: #2F2D43;
}
.recent-post-item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
}
.blog-widget{
    padding: 24px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
}
.blog-widget h4 {
    font-size: 22px;
}
.blog-widget{
    margin-bottom: 40px;
}
.recent-post .recent-post-item:nth-child(2) {
    padding-top: 0;
}
.recent-post-item:last-child{
    border-bottom:0;
    padding-bottom:0;
}
.recent-post-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight:300;
}
.recent-post-item h4 a{
    color:#fff;
}
.recent-post-item .title >a{
    color:#8BD683;
}
ul.blog-tag {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 20px;
}
ul.blog-tag li a {
    color: #fff;
    padding: 8px 24px;
    border: 1px solid #fff;
    border-radius: 20px;
}
ul.blog-tag li a:hover {
    background-color: #030116;
}
.blog-widget.blog-cta {
    background-color: #3A95FC;
}
.blog-cta-item {
    display: flex;
    column-gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #ffffff45;
    align-items: center;
}
.blog-cta-item .icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-cta-title p , .blog-cta-title a{
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.blog-cta-item:nth-child(4){
    border-bottom: 0;
    padding-bottom: 50px;
}
.blog-cta-item:nth-child(2){
    padding-top: 0;
}
a.blog-cta-btn {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 16px;
    border-radius: 17px;
    font-size: 24px;
    font-weight: 400;
    color: #3A95FC;
}
.blog-section-three {
    padding-bottom: 100px;
    position: relative;
}
.blog-section-three::after{
    content: url(../images/blog-bg.png);
    position: absolute;
    top: -330px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.blog-details-image {
    padding: 30px 0;
    max-width: 900px;
    margin: auto;
}
.blog-list-box {
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
}
.blog-list-box h4 {
    font-weight: 400;
    margin-bottom: 35px;
}
.blog-list-box ul{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.blog-list-box ul li {
    position: relative;
    padding-left: 25px;
}
.blog-list-box ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 13px;
    width: 13px;
    background-color: #8BD683;
}
.blog-details-block {
    padding: 50px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff47;
}

.blog-details-block .title h4 {
    margin-bottom: 10px;
}

.blog-details-block .title {
    margin-bottom: 40px;
}
.blog-details-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.blog-details-item {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-bottom: 10px;
}
.blog-details-item .icon {
    flex-shrink: 0;
}
.blog-details-item p {
    margin-bottom: 0;
}
.blog-details-content{
    padding-left: 30px;
}
.blog-details-content h4{
    color: #8BD683;
    font-size: 22px;
}
.blog-details-content h5{
    margin-bottom: 30px;
    font-size: 18px;
}
.blog-details-content ul{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.blog-details-content ul li{
    position: relative;
    padding-left: 25px;
}
.blog-details-content ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 13px;
    width: 13px;
    background-color: #8BD683;
}
.blog-details-content ul li::before{
    content: "";
    position: absolute;
        top: 8px;
    left: 6px;
    height: calc(100% + 30px);
    width: 1px;
    background-color: #8BD683;
}
.blog-details-content ul li:last-child::before{
    display: none;
}
.blog-details-image-two {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.blog-details-image-two img{
    height: 100%;
    width: 100%;
        object-fit: cover;
}
.blog-details-wrapper-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.blog-details-items {
    border-left: 3px solid #8BD683;
    padding-left: 12px;
    padding-right: 30px;
}
.blog-details-items h4 {
    margin-bottom: 10px;
}
.blog-details-items p{
    margin-bottom: 0;
}
.blog-details-content-two h4 {
    margin-bottom: 30px;
}
.blog-details-content-two ul {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.blog-details-content-two ul li{
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.blog-details-content-two ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border: 3px solid rgb(255 255 255 / 15%);
    border-radius: 100%;
    height: 13px;
    width: 13px;
    background-color: #8BD683;
}
.blog-details-content-two ul li strong{
    display: block;
}
.faq-section {
    padding-bottom: 100px;
}
.faq-section .accordion-body {
    padding-right: 200px;
}
.category-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-section-two.blog-details {
    position: relative;
}
.blog-section-two.blog-details::after{
    content: url(../images/blog-details-bg.png);
    position: absolute;
    top: -300px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.about-banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-section {
    padding: 50px 0 100px;
    position: relative;
}
.contact-section::after {
    content: url(../images/blog-bg.png);
    position: absolute;
    top: -100px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.contact-outer {
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    padding: 40px;
}
.contact-form .form-group {
    display: flex;
    column-gap: 30px;
    row-gap: 24px;
    margin-bottom: 24px;
}
.contact-form .form-group .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 12px 0;
}
.contact-form .form-group .form-control::placeholder{
    color: #fff;
}
.contact-form .form-group option{
    color: #000;
}
.address-section {
    padding-bottom: 100px;
}
.address-box {
    border-radius: 24px;
    padding: 20px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    height: 100%;display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
    transition: all 0.5s;
}
.address-box:hover{
    box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301);
    transform: translateY(-10px);
}
.address-box h4{
    font-size: 26px;
    margin-bottom: 15px;
}
.address-box a{
    color: #fff;
}
.address-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}
.address-box ul li {
    position: relative;
    padding-bottom: 2px;
    transition: all 0.5s;
    cursor: pointer;
}
.address-box ul li.active{
    color: #f7b821;
}
.address-box ul li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #f7b821;
    transition: all 0.5s;
}
.address-box ul li.active::after{
    width: 100%;
}
.address-box .location-box{
    position: relative;
    height: 50px;
    width: 100%;
}
.address-box .location-box p{
    opacity: 0;
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
    left: 20px;
    transition: all 0.5s;
}
.address-box .location-box p.active{
    opacity: 1;
}
.careers-tab-item {
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    margin-bottom: 35px;
    transition: all 0.5s;
}
.careers-tab-item:hover{
   box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301); 
}
.job-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 8px;
}
.job-title h3{
    margin-bottom: 0;
    font-weight: 600;
}
.job-title h3 a {
    color: #8BD683;
}
.job-type {
    display: flex;
    margin-bottom: 20px;
    column-gap: 24px;
}
.job-type-inner {
    position: relative;
    padding-left: 26px;
}
.job-type-inner::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-color: #8BD683;
    border-radius: 100%;
}
.job-type-inner p{
    margin-bottom: 0;
}
.job-details {
    width: 80%;
}
.career-section {
    padding: 50px 0 100px;
}
.event-section {
    padding: 50px 0 100px;
    position: relative;
}
.event-section::after{
    content: url(../images/event-details-bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.event-box {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 450px;
}
.event-details {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 100px);
    left: -630px;
    z-index: 1;
    transition: all 1s;
    background-color: #1e1d1d6b;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
}
.event-box:hover .event-details{
     left: 20px;
}
.event-image {
    height: 100%;
    width: 100%;
}
.event-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}
.event-box:hover .event-image img{
    transform: scale(1.1) translateX(25px);
}
.event-details-block {
    margin-bottom: 40px;
}
.event-details-image {
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.event-details-image img{
    transition: all 0.5s;
}
.event-details-image:hover img{
    transform: scale(1.1);
}
.event-details-inner {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.event-details-image-two {
    border-radius: 12px;
    overflow: hidden;
}
.event-details-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5S;
}
.event-details-image-two:hover img{
   transform: scale(1.1);
}
ul.event-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
ul.event-list li {
    position: relative;
    padding-left: 26px;
}
ul.event-list li::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #8BD683;
}
.event-widget {
    padding: 20px;
    border-radius: 16px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    margin-bottom: 30px;
}
.booking .form-group-two {
    margin-bottom: 15px;
}
.booking .form-group-two .form-control {
    background-color: transparent;
    color: #fff;
    padding: 10px 15px;
}
.booking .form-group-two .form-control::placeholder{
    color: #fff;
}
.remainder-box input[type="checkbox"] {
    margin-right: 5px;
}
.job-title a{
    flex-shrink: 0;
}
.job-form-group label {
    margin-bottom: 5px;
    color: #fff;
}
.job-form-group .form-control{
    border-radius: 4px;
    border: none;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
}
.job-form-group .form-control::placeholder{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.job-form-group-outer {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.job-type-filters-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.job-type-inner-two {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: left;
}
.job-form-group {
    flex: auto;
}
.job-filters {
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
}
.job-filters-inner .btn-primary {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 16px;
}

/* **** 18/6/2025  ****  */

.project-section-two {
    padding: 50px 0 100px;
    position: relative;
}
.project-section-two::after{
    /*content: url(../images/happenings-bg.png);*/
    position: absolute;
    top: -200px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.project-section-two .project-box {
    margin: 0;
    transition: all 0.5s;
}
.project-section-two .project-box:hover{
    box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301); 
    transform: translateY(-10px);
}
.project-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 23%);
    opacity: 0;
    transition: all 0.5s;
}
.project-box:hover .project-icon-box {
    opacity: 1;
}
.project-details p{
    color: #fff;
}
.project-section-two ul.pagination {
    margin-top: 30px;
}
.celebrate-video {
    height: 100%;
    width: 100%;
}
.celebrate-video iframe {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border: 8px solid #B7B7B7;
}
.celebrate-section{
    padding-bottom: 100px;
}
.celebrate-section h2 {
    color: #8BD683;
}
.accelerator-two-section {
    padding: 50px 0 100px;
    position: relative;
}
.accelerator-two-section::after{
    /*content: url(../images/accelerator/accelerator-bg.png);*/
    position: absolute;
    top: -200px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.accelerator-left h2 span {
    color: #8BD683;
    margin: 0;
    border: 0;
    padding: 0;
    font-weight: 400;
}
.accelerator-box-outer {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}
.accelerator-box {
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    transition: all 0.5s;
}
.accelerator-box:hover{
     box-shadow: 0 3px 30px rgba(58, 148, 252, 0.301); 
    transform: translateY(-10px);
}
.accelerator-box p {
    font-size: 18px;
    margin-bottom: 0;
}
.accelerator-box .icon {
    margin-bottom: 15px;
}
ul.accelerator-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 50px;
}
ul.accelerator-list li {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
}
ul.accelerator-list li::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 100%;
    background-color: #8BD683;
    border: 3px solid rgba(255, 255, 255, 0.15);
}
ul.accelerator-list li strong {
    color: #8BD683;
}
.accelerator-box-two {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-bottom: 35px;
}
.accelerator-box-two:last-child{
    margin-bottom: 0;
}
.accelerator-detail-two h4 {
    margin-bottom: 0;
    font-size: 40px;
}
.accelerator-detail-two p {
    margin-bottom: 0;
    font-size: 18px;
}
.accelerator-right {
    padding: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border-radius: 30px;
}
.accelerator-right h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #8BD683;
}
.accelerator-form .form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #fff;
}
.accelerator-form .form-control::placeholder{
    color: #fff;
}
.accelerator-form select.form-control{
    color: #707070;
}
.accelerator-form select.form-control:valid{
    color: #fff;
}
.accelerator-form .form-group{
    margin-bottom: 30px;
}
.accelerator-form .form-group option {
    color: #000;
}
.form-group-lower {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 30px;
}
.form-group-lower p {
    margin-bottom: 0;
    font-size: 14px;
}
.form-group-lower input[type="checkbox"] {
    margin-top: 5px;
}
.accelerator-form .btn-secondary {
    display: flex;
    width: 100%;
    justify-content: center;
}
.career-details-tab ul li button {
    padding: 0;
    padding-bottom: 15px;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #2F2D43;
}
.career-details-tab ul li button::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #8BD683 ;
    transition: all 0.5s;
}
.career-details-tab ul li button.active::after{
    width: 100%;
}
.career-details-tab ul li button:hover{
    color: #fff;
}
.career-details-tab>ul {
    column-gap: 20px;
    margin-bottom: 35px;
}
.career-details-tab>ul>li {
    width: 200px;
    border-radius: 0;
}
.career-setails-section {
    padding: 50px 0 100px;
    position: relative;
}
.career-setails-section::after{
    /*content: url(../images/career-details-bg.png);*/
    position: absolute;
    top: -200px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}
.career-setails-section h2{
    color: #8BD683;
}
.career-details-block h4 {
    color: #8BD683;
}
.career-details-block {
    margin-bottom: 40px;
}
.career-details-block p{
    margin-bottom: 20px;
}
ul.career-details-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
ul.career-details-list li {
    position: relative;
    padding-left: 26px;
}
ul.career-details-list li::after{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.15);
}
.career-details-tab .btn-primary{
    display: flex;
    width: 100%;
    justify-content: center;
}
.career-details-widget {
    border-radius: 30px;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    padding: 30px;
    margin-bottom: 40px;
}
.career-details-item {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}
.career-details-item p {
    margin-bottom: 10px;
    color: #8BD683;
}
.career-details-item h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.career-details-item:first-child {
    padding-top: 0;
}
.career-details-item:last-child {
    padding-bottom: 0;
    border: 0;
}
.apply-form .form-group {
    margin-bottom: 24px;
}
.apply-form .form-group label {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
}
.apply-form .form-group .form-control {
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border: none;
    color: #fff;
    padding: 10px 20px;
}
.apply-form .form-group .form-control::placeholder {
    color: #d5d5d5;
    font-weight: 300;
}
.resume-box {
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    border-radius: 6px;
    padding: 30px 0;
}
.resume-box .form-control {
    display: none;
}
.resume-box-inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
}
.resume-box-inner p {
    margin-bottom: 0;
}
.career-details-right {
    position: sticky;
    top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.leadership-box .btn-secondary img {
    transform: rotate(45deg);
}
.leadership-box:hover .btn-secondary img {
    transform: rotate(0deg);
}

/*S/4HANA AI Conversion */
.service-box-two-outer.two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
}
.service-box-two.two {
    text-align: center;
    border-right: none;
    padding: 0 30px;
    position: relative;
}

.service-box-two.two .devider {
    position: absolute;
    width: 10px;
    height: 180px;
    top: 44%;
    inset-inline-end: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.15;
}
.service-box-two.two .icon img {
    filter: brightness(500) invert(1);
}

/*.accelerator-three-outer {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    padding: 0 50px;
} */

.accelerator-three-outer {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 80px 1fr 80px 1fr; /* Box + Box = Box */
    align-items: stretch;
    padding: 0 50px;
}

.math-symbol {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    color: white; /* adjust if needed */
}

.accelerator-box-three {
    text-align: center;
    backdrop-filter: blur(3px);
    background-color: #ffffff1f;
    position: relative;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accelerator-box-three:hover {
    transform: translateY(-10px);
}
.accelerator-box-three-top span {
    font-size: 60px;
    font-weight: 600;
}
.accelerator-box-three-top span span {
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
    display: inline-block;
}
.accelerator-box-three h5 {
    color: #8BD683;
    margin-bottom: 10px;
}
.accelerator-box-three h4 {
    color: #f19523;
}
.accelerator-box-three:last-child  .accelerator-box-three-top {
/*    background-color: #3a95fc; */
    padding: 10px;
    border-radius: 10px;
    margin: 0 20px;
    margin-bottom: 20px;
}
.accelerator-box-three:last-child .accelerator-box-three-top p {
    margin-bottom: 0;
    font-size: 20px;
}