@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Anek+Malayalam:wght@100..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Geologica:wght@100..900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}




:root {

    --100vh: 607px;

}



@font-face {

    font-family: Sequel_sans_Light;

    src: url("../fonts/Sequel Sans/Sequel\ Sans\ Light\ Body.ttf");

}

@font-face {

    font-family: Sequel_sans_Bold;

    src: url("../fonts/Sequel Sans/Sequel\ Sans\ Bold\ Body.ttf");

}

@font-face {

    font-family: steradian_bold;

    src: url("../fonts/steradian/SteradianTRIAL-Bd.otf");

}

@font-face {

    font-family: steradian_md;

    src: url("../fonts/steradian/SteradianTRIAL-Md.otf");

}

@font-face {

    font-family: steradian_th;

    src: url("../fonts/steradian/SteradianTRIAL-Th.otf");

}

@font-face {

    font-family: steradian_lt;

    src: url("../fonts/steradian/SteradianTRIAL-Lt.otf");

}

@font-face {

    font-family: Merriweather_Bold;

    src: url("../fonts/merriweather/Merriweather-Bold.ttf");

}

@font-face {

    font-family: Merriweather_Light;

    src: url("../fonts/merriweather/Merriweather-Light.ttf");

}

@font-face {

    font-family: Merriweather_Regular;

    src: url("../fonts/merriweather/Merriweather-Regular.ttf");

}

@font-face {
    font-family: PPRightGothic_CompactBlack;
    src: url("../fonts/pp-right-gothic/PPRightGothic-CompactBlack.otf");
}

@font-face {
    font-family: PPRightGothic_Medium;
    src: url("../fonts/pp-right-gothic/PPRightGothic-Medium.otf");
}

@font-face {
    font-family: PPRightGothic_Light;
    src: url("../fonts/pp-right-gothic/PPRightGothic-Light.otf");
}

@font-face {
    font-family: PPRightGothic_NarrowLight;
    src: url("../fonts/pp-right-gothic/PPRightGothic-NarrowLight.otf");
}

@font-face {
    font-family: Inter_18pt_Bold;
    src: url("../fonts/inter/Inter_18pt-Bold.ttf");
}

@font-face {
    font-family: Inter_18pt_Light;
    src: url("../fonts/inter/Inter_18pt-Light.ttf");
}

@font-face {
    font-family: Inter_18pt_Medium;
    src: url("../fonts/inter/Inter_18pt-Medium.ttf");
}



:root {

    --text-color: #c68e3c;

    --text-color1: #000;

    --text-color2: #ffeab0;

    --text-color3: #d3d3d3;

    --text-color4: #929292;

    --text: #004474;

    /* --bg-color: #004474; */
    --bg-color: #025cab;

    --bg-color1: #000;

    --bg-color2: #bebebe;

    --bg-color3: #1d1c1c;

    --futur: futur;

    --futura_light_bt: futura_light_bt;

    --futura_medium_bt: futura_medium_bt;

    --futura_medium_condensed_bt: futura_medium_condensed_bt;

    --CondensedLight: CondensedLight;

    --Futura_Bold_font: Futura_Bold_font;

    --Futura_Bold_font: Futura_Bold_font;

    --Futura_Book_font: Futura_Book_font;

    --FUTURAB_bold: FUTURAB_bold;
    --Sequel_sans_Bold: Sequel_sans_Bold;
    --Sequel_sans_Light: Sequel_sans_Light;
    --steradian_bold: steradian_bold;
    --steradian_md: steradian_md;
    --steradian_th: steradian_th;
    --steradian_lt: steradian_lt;
    --Merriweather_Bold: Merriweather_Bold;
    --Merriweather_Light: Merriweather_Light;
    --Merriweather_Regular: Merriweather_Regular;
    --Poppins: "Poppins", serif;
    --Inter: "Inter", serif;
    --PPRightGothic_CompactBlack: PPRightGothic_CompactBlack;
    --PPRightGothic_Medium: PPRightGothic_Medium;
    --PPRightGothic_Light: PPRightGothic_Light;
    --PPRightGothic_NarrowLight: PPRightGothic_NarrowLight;
    --Inter_18pt_Bold: Inter_18pt_Bold;
    --Inter_18pt_Light: Inter_18pt_Light;
    --Inter_18pt_Medium: Inter_18pt_Medium;

    --gradient: linear-gradient(to top, #141e30, #243b55);
    --gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 47%, rgba(0, 0, 0, 0.92) 94%);
    --gradient-2: linear-gradient(rgba(34, 160, 174, 0.75), rgba(0, 0, 0, 0.80));

}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--text);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    width: 100%;

    overflow-x: hidden;

    /* overflow: hidden;

    overflow-x: hidden;

    overflow-y: scroll; */
    font-family: var(--Inter);
    letter-spacing: 1px;

    background-color: #fff;

}

html.lenis {

    height: auto;

}



.lenis.lenis-smooth {

    scroll-behavior: auto !important;

}



.lenis.lenis-smooth [data-lenis-prevent] {

    overscroll-behavior: contain;

}



.lenis.lenis-stopped {

    overflow: hidden;

}



.lenis.lenis-scrolling iframe {

    pointer-events: none;

}

.top {
    padding-top: 100px;
}

.bottom {
    padding-bottom: 100px;
}

.p-l-r {
    padding-left: 60px;
    padding-right: 60px;
}

section {
    isolation: isolate;
    /* Prevents blend mode issues */
}

.heading-2 {
    font-size: 48px;
    font-family: var(--Merriweather_Regular);
}

.paragraph {
    font-size: 16px;
    font-family: var(--Poppins);
    color: #000;
    font-weight: 300;
    text-align: justify !important;
}

.path--box_lern p {
    text-align: justify !important;
}

.paragraph1 {
    font-size: 20px;
    font-family: var(--Poppins);
    color: #000;
    font-style: italic;
    text-align: justify !important;
}

.heading-4 {
    font-size: 70px;
    font-family: var(--steradian_bold);
}

.heading-5 {
    font-size: 80px;
    font-family: var(--steradian_bold);
}

.tagline {
    font-family: var(--steradian_md);
    font-size: 16px;
    text-transform: uppercase;
}

.sec-subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
}

.inner-banner .sec-subtitle {
    text-transform: none !important;
}

.color-theme {
    color: var(--text);
}

.color-theme-2 {
    color: #fff;
}

.sec-subtitle span {
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
    color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    opacity: 0.1;
    display: none;
}

.color-theme span {
    -webkit-text-stroke: 2px var(--text);
}

.color-theme-2 span {
    -webkit-text-stroke: 2px #fff;
}

.header-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    /* mix-blend-mode: exclusion; */
    /* display: none; */
}

header.active {
    background: #000;
}

.bg-body-tertiary {
    background-color: transparent !important;
}


@-webkit-keyframes Floatingx {
    0% {
        -webkit-transform: translateY(50px)
    }

    65% {
        -webkit-transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(50px)
    }
}

@keyframes Floatingx {
    0% {
        -webkit-transform: translateY(50px)
    }

    65% {
        -webkit-transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(50px)
    }
}

.navbar-brand {
    position: relative;
}

.navbar-brand .logo-box {
    position: relative;
}

.navbar-brand .logo-box img {
    width: 140px;
}

.navbar-brand .logo-box h4 {
    font-size: 22px;
    font-family: var(--Inter_18pt_Medium);
}

.navbar-brand .logo-box h4 span {
    color: #555;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: var(--PPRightGothic_Light);
    font-size: 18px;
    color: #fff;
    padding: 20px 16px !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}


.home-banner-section {
    position: relative;
    background: var(--gradient);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-link {
    position: fixed;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    flex-direction: column;
    color: #fff;
    mix-blend-mode: difference;
}

.footer-social-link li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.banner-slider-home {
    position: relative;
    width: 100%;
    position: relative;
}

.banner-slider-home::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 350px;
    height: 100%;
    background: linear-gradient(178deg, rgb(123 144 180 / 87%) 9%, rgb(10 125 206 / 45%) 67%);
    z-index: 1;
    opacity: 1;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}


.banner-slider-home .myHomeSlider {
    position: relative;
}

.banner-slider-home .myHomeSlider .swiper-slide {
    height: 95vh;
    width: 100%;
    position: relative;
}



.banner-slider-home .myHomeSlider .swiper-slide .banner-content-home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background-color: #18191d66 !important;
    z-index: 11;

}

.banner-slider-home .myHomeSlider .swiper-slide .banner-content-home::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    z-index: 8;
    opacity: 1;
}

.banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
    font-size: 50px;
    color: #fff;
    transition: 0.9s;
    transition-delay: 0.2s;
    transform-origin: left;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    position: relative;
    z-index: 11;
}

.banner-slider-home .myHomeSlider .swiper-slide .banner-content-home p {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 0.9s;
    transition-delay: 0.4s;
    transform-origin: left;
    position: relative;
    z-index: 11;
}

.banner-slider-home .myHomeSlider .swiper-slide .banner-content-home a {
    width: fit-content;
    text-decoration: none;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 0.9s;
    transition-delay: 0.6s;
    transform-origin: left;
    position: relative;
    z-index: 11;
}

.banner-slider-home .myHomeSlider .swiper-slide.swiper-slide-active .banner-content-home h1,
.banner-slider-home .myHomeSlider .swiper-slide.swiper-slide-active .banner-content-home p,
.banner-slider-home .myHomeSlider .swiper-slide.swiper-slide-active .banner-content-home a {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}



.banner-slider-home .myHomeSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-right-arrow-box {
    position: absolute;
    bottom: 15%;
    right: 8%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}

.left-right-arrow-box .swiper-button-next,
.left-right-arrow-box .swiper-button-prev {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.5s;
}

.left-right-arrow-box .swiper-button-next:hover,
.left-right-arrow-box .swiper-button-prev:hover {
    background: var(--gradient);
}

.left-right-arrow-box .swiper-button-next::after,
.left-right-arrow-box .swiper-button-prev::after {
    font-size: 20px !important;
    color: var(--text);
}

.left-right-arrow-box .swiper-button-next:hover::after,
.left-right-arrow-box .swiper-button-prev:hover::after {
    font-size: 20px !important;
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: all !important;
}

.btn-31 {
    display: block;
    box-sizing: border-box;
    padding: 18px 45px;
    position: relative;
    background: none;
    text-transform: uppercase;
    border-radius: 50px;
    width: fit-content;
    text-decoration: none;

}

.white_btn {
    color: white;
    background-color: #025cab;
}

.dark_btn {
    color: white;
    background-color: var(--bg-color);
}

.btn-31:before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    --progress: 100%;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    /* clip-path: polygon(100% 0, var(--progress) var(--progress), 0 100%, 100% 100%); */
    transition: clip-path 0.2s;
    border-radius: 50px;
    height: 101%;
    width: 101%;
    left: -1px;
}

.white_btn::before {
    background: var(--bg-color);
}

.dark_btn::before {
    background: #e0dfdf;
}

.btn-31:hover:before {
    --progress: 0%;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.btn-31 .text-container {
    display: block;
    position: relative;
    overflow: hidden;
}

.btn-31 .text {
    display: block;
    position: relative;
    font-weight: 900;
    z-index: 2;
}

.white_btn .text {
    color: white;
}

.white_btn:hover .text {
    color: #fff;
}

.dark_btn:hover .text {
    color: #000;
}


.btn-31:hover .text {
    animation: move-up-alternate 0.3s forwards;
    will-change: transform;
}

@keyframes move-up-alternate {
    from {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    100% {
        transform: translateY(0%);
    }
}

.home-about-section {
    position: relative;
    background-color: #000;
}

.home-about-section .right-section .sec-subtitle,
.home-about-section .right-section h2,
.home-about-section .right-section p {
    color: black;
}

.random__about {
    color: var(--text) !important;
}

.home-about-section .left-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home-about-section .left-section .image-1 {
    position: relative;
    width: 90%;
    /* width: 100%; */
    height: 100%;
    border-radius: 0;
}

.home-about-section .left-section .image-2 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    bottom: 25%;
    right: 25px;
    border: 10px solid #fff;
}

.home-about-section .left-section .image-3 {
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.home-about-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.home-about-section .left-section .image-1 img {
    border-radius: 20px;
    /* clip-path: polygon(0 0, 91% 0, 100% 100%, 10% 100%); */
}

.service-section-home {
    background-color: #f4f4f4;
}

.service-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(237 232 232 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    transition: 0.6s;
    /* background: url('../images/about.jpg'); */
    height: 550px;
}

.service-card-img {
    position: relative;
    width: 100%;
    height: 100%;
}



.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s;

}

.service-card:hover .service-card-img img {
    transform: scale(1.4) rotate(10deg);

}

.service-card-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: var(--gradient-1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}

.service-card::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: var(--gradient-1);
    z-index: 1;
    border-radius: 50%;
    transition: 0.6s;
    transform: scale(0);
    opacity: 0;
}

/* .service-card:hover:after {
    transform: scale(1);
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
} */

.service-card:hover {
    background: #004474;
}

.icon-box {
    background: #fff;
    color: var(--text);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.icon-box img {
    /* filter: invert(1) brightness(1.5); */
    width: 35px;
}

.service-card:hover .icon-box {
    background: #fff;
    color: var(--text);
}

.service-card:hover .icon-box img {
    filter: none;
}

.service-card h4 {
    /* color: var(--text); */
    font-size: 20px;
    margin: 30px 0 20px;
    transition: 0.6s;
    position: relative;
    z-index: 2;
}

.service-card:hover h4 {
    color: #fff;
}

.service-card p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.service-card .line-text-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    transition: 1s;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.service-card:hover .line-text-box {
    flex-direction: row-reverse;
}

.service-card .line-text-box span {
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    transition: 0.6s;
}

.service-card .line-text-box h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    transition: 0.6s;
}

.service-card:hover .line-text-box span {
    background: #fff;
}

.service-card:hover .line-text-box h6 {
    color: #fff;
}

.service-card .arrow-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    position: absolute;
    right: -54px;
    top: -54px;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
}

.service-card:hover .arrow-box {
    right: 20px;
    top: 20px;
    background-color: #fff;
    color: var(--text);
    opacity: 1;
}

.industry-section-home {
    /* background: url('../images/case1-bg.jpg'); */
    background-size: cover;
    height: 100vh;
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
    /* background-color: #025cab !important; */
}

.industry-slider {
    padding-right: 0;
}

.industry-section-home .swiper {
    padding-bottom: 80px;
}

.industry-section-home .service-card {
    box-shadow: 0 0 2px rgb(111 110 110 / 50%);
    background: #fff;
    /* color: #000; */
}

/* .industry-section-home .service-card p {
    color: #000;
}

.industry-section-home .service-card:hover p {
    color: #fff;
} */

.industry-section-home .swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}

.industry-section-home .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--gradient) !important;
    width: 60px !important;
    border-radius: 30px !important;
}

.client-section {
    margin-top: 260px;
}

.client-section .left-section {
    position: relative;
    padding-right: 80px;
}

.client-section .left-section img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-section .left-section .client-counter {
    position: absolute;
    bottom: 0;
    left: 0;
}

.client-section .left-section .client-counter h3 {
    font-size: 250px;
    font-weight: 600;
    display: inline-block;
    line-height: .8;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: 50%;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    background-image: url('../images/01.jpg');
    font-weight: 900;
}

.client-section .left-section .client-counter h5 {
    font-family: var(--CondensedLight);
    font-size: 32px;
}

.client-section .right-section {
    position: relative;
    padding-left: 0;
}

.client-section .right-section .client-logo-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.client-section .right-section .client-logo-box ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.client-section .right-section .client-logo-box ul li {
    width: 25%;
    padding: 10px;
}

.client-section .right-section .client-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* border: 1px solid #e6e2e2; */
    border-radius: 15px;
    /* box-shadow: 0 0 10px rgb(226 226 226 / 50%); */
}

.client-section .right-section .client-logo-box .client-logo img {
    width: 80%;
}

.blog-section {
    position: relative;
    /* background: linear-gradient(199deg, rgba(36, 59, 85, 1) 18%, rgba(0, 0, 0, 0.82) 57%, rgba(20, 30, 48, 0.98) 85%); */
    background-color: #025cab;
}

.blog-section .blog-card {
    position: relative;
    display: block;
    height: 550px;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.blog-section .blog-card::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 47%, rgba(0, 0, 0, 0.92) 94%);
    content: '';
    z-index: 1;
}

.client-logo img {
    width: 70% !important;
}

.blog-section .blog-card::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 47%, rgba(0, 0, 0, 1) 94%);
    content: '';
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.blog-section .blog-card:hover:before {
    opacity: 1;
}

.blog-section .blog-card .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 4;
}

.blog-section .blog-card .blog-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.blog-section .blog-card .blog-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blog-section .blog-card:hover .blog-img img {
    /* transform: scale(1.1); */
}

.blog-section .blog-card .blog-content h4 {
    color: #fff;
    font-size: 26px;
}

.blog-section .blog-card .blog-content p {
    color: #fff;
    margin-bottom: 30px;
}

.blog-slider .left-right-arrow-box {
    position: relative;
    right: 0;
    bottom: -85px;
}

footer {
    background-color: #000;
    position: relative;
    padding-top: 50px;
    /* background: url('../images/01.jpg'); */
}

/* footer::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    z-index: 1;
} */

footer .container-fluid {
    position: relative;
    z-index: 2;
}

footer .footer-logo-box {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    top: 0;
    width: 160px;
    /* height: 160px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    /* background: var(--bg-color);
    box-shadow: 0 0 10px rgb(41 52 133); */
}

.more-information-footer {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.more-information-footer h5 {
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid #626060;
    margin-right: 10px;
    margin-bottom: 0;
}

.more-information-footer p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    line-height: 22px;

}

.more-information-footer p span {
    font-size: 12px;
    color: #d9d9d9;
}

.footer-column-box {
    position: relative;
}

.footer-column-box h4 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
}

.footer-column-box ul {
    list-style: none;
    padding-left: 0;
}

.footer-column-box ul li a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    color: #fff;
}

.footer-column-box p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    padding: 8px 0;
}

.footer-column-box h6 {
    font-size: 20px;
    color: #d9d9d9;
    font-family: var(--CondensedLight);
    padding-bottom: 10px;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px;
    border-top: 1px solid #626060;
    margin-top: 80px;

}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.footer-bottom p a {
    text-decoration: none;
    color: #fff;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    list-style-type: none;
}

.footer-bottom ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

/* .liquid-img {
    width: 100%;
    filter: url(#liquid);
    transition: transform 0.3s ease;
} */

.testimonials-section {
    position: relative;
    background: url('../images/01.jpg');
}

.testimonials-tab-section {
    position: relative;
    padding-bottom: 30px;
}

.testimonials-tab-section ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 45px;
    padding-left: 0;
    margin-bottom: 0;
}

.testimonials-tab-section ul li button {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    border: none;
    gap: 14px;
}

.testimonials-tab-section ul li button img {
    width: 20px;
    margin-right: 8px;
}

.testimonials-tab-section ul li button.active {
    background: var(--bg-color);
    color: #fff;
}

.testimonials-tab-section ul li button.active img {
    filter: invert(1) brightness(1);
}

.testimonials-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 75%), rgba(0, 0, 0, 0.80));
    z-index: 1;
}

.testimonials-section .container-fluid {
    position: relative;
    z-index: 2;
}

.tabcontent {
    display: none;
    transition: 0.6s;
}

.single-testimonial-inner {
    margin: 0;
    /* background: #fff; */
    box-shadow: 0 0 2px rgb(222 215 215);
    /* border: 1px solid #efefef; */
    border-radius: 20px;
    position: relative;
}

.single-testimonial-inner .testimonail-user-img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.single-testimonial-inner .testimonail-user-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.single-testimonial-inner .testimonial-detail {
    padding: 30px;
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-testimonial-inner .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    color: #fff;
}

.single-testimonial-inner .media-left img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.single-testimonial-inner .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-testimonial-inner .media-body h6 {
    font-size: 20px;
}

.single-testimonial-inner h5 {
    font-size: 18px;
    color: #fff;
}

.single-testimonial-inner p {
    color: #fff;
}

.single-testimonial-inner h5 img {
    width: 24px;
}

.single-testimonial-inner .line_img {
    width: 100%;
}

.myTestimonial {
    padding: 8px 14px !important;
}

.testimonials-section .left-right-arrow-box {
    position: relative;
    right: 0;
    bottom: -85px;
}

.testimonials-section .left-right-arrow-box .swiper-button-next,
.testimonials-section .left-right-arrow-box .swiper-button-prev {
    background: var(--gradient) !important;
}

.testimonials-section .left-right-arrow-box .swiper-button-next::after,
.testimonials-section .left-right-arrow-box .swiper-button-prev::after {
    color: #fff !important;
}

.hover-img {
    width: 300px;
    filter: url(#filter1);
    /* Placeholder; will be replaced via JS */
    transition: filter 0.3s ease;
}

.liquid-text {
    font-size: 80px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.life-at-jilit-highlight-section {
    position: relative;
}

.single-highlight-inner {
    position: relative;
}

.single-highlight-inner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.single-highlight-inner .highlight-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    display: flex;
    align-items: end;
    padding: 25px;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    transition: 0.6s;
}

.single-highlight-inner .highlight-content:hover {
    background: var(--gradient-2);
}

.single-highlight-inner .highlight-content h5 {
    color: #fff;
    font-size: 22px;
}

.sticky_box {
    position: fixed;
    bottom: 26%;
    right: 10px;
    display: flex;
    z-index: 111;
    flex-direction: column;
    gap: 20px;
}

.sticky_box button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border: none;
    border: 1px solid #fff;
}

#scrollToTop {
    display: none;
}

/* ===privacy-policy============================================= */

.about_privacy_section {
    background-image: url('../images/privacy-policy.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.about_privacy_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* =======================terms-========================================== */

.terms_section {
    background-image: url('../images/terms-of-use.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.terms_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* =======================about baner============================== */

.about_banner_section {
    background-image: url('../images/about-new-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.about_banner_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}



.about_career_section {
    background-image: url('../images/banner-lefts.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.about_career_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 👈 Optional dark overlay for better text visibility */
    z-index: 1;
}


.clint_section {
    background-image: url('../images/client-bnar.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.clint_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 👈 Optional dark overlay for better text visibility */
    z-index: 1;
}




.about_industry_section {
    background-image: url('../images/05.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.about_industry::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* ======================================================================= */

.jilit-bradcrumb {
    position: absolute;
    top: 45%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;

}



.banner-text {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main_about_ph {
    padding-top: 10px;
}

.main_about_ph h3 {
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
    margin-bottom: 2rem;

}

.down_brd {
    text-align: left;
}


.down_brd h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.down_brd h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: white;
}

.para--abut h4 {
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.inner-banner {
    position: relative;
}

.inner-banner::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    z-index: 1;
    opacity: 1;
}

.vision_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-right: 35px;
}

.vision_content h4 {
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: underline;

}

.rem--dolores {
    padding-left: 0;
}

.vision_content h3 {
    font-size: 40px;
    margin-bottom: 15px;
}

.vision_content p {
    font-size: 17px;
}

.dream-right {
    /* padding-right: 70px; */

}




.left--join {
    padding-top: 70px;
}

.vision--section img {
    /* border-radius: 20px; */
    width: 100%;
}

.emplimnt_section {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.emplimnt_section h4 {
    font-size: 35px;


}

.icons--images {
    display: flex;
    justify-content: center;
    box-shadow: 0 0px 0px rgba(241, 239, 239, 0.6);
    perspective: 1000;
    border-radius: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}



.icons--images img {
    width: 70% !important;
}

.mySwipernew-OEMs .icons--images img {
    width: 50% !important;
    height: auto !important;
}

.service_icon {
    display: flex;
    justify-content: center;
}

.vision_content p {
    padding-top: 8px;
    margin-bottom: 9px;
}

.about_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.about_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* ==================sydtem================================ */

.system_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.system_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* ========================end===================================== */


/* =================data-enter========================================== */

.data_services_section {
    background-image: url('../images/Getty.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.data_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* =====================end=================================================== */

/* ===================================video========================================== */
.video_services_section {
    background-image: url('../images/video-custum-baner.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.video_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* ==================================================end========================================= */

/* ======================infomtion secrity============================ */

.infsec_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.infsec_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* ===========================end=========================== */

/* ==============================inftech================================= */

.infsec_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.infsec_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* ======================inftechend=================================== */



/* =================================infst=================================== */
.inftechnology_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.inftechnology_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* =====================inftech=========================================== */

/* ==========================ssm============================================ */

.ssm_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.ssm_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* =====================ssmend===================================================== */

/* ====================================================================================== */

.dizil_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.dizil_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* end==============================digi======================================================== */


/* ==================================customize==================================== */


.customize_services_section {
    background-image: url('../images/banner-image4.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.customize_services_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* ====================================end=================================== */

.banner-text-wrapper {
    position: relative;
    z-index: 2;
    text-align: left;
}

.banner-heading {
    font-size: 20px;
    margin-bottom: 10px;


}

.banner-subheading {
    font-size: 58px;
    width: 100%;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 500;

}

.banner-heading {
    position: relative;
    display: inline-block;
    margin-top: 20px;

}



.decision-making {

    padding-bottom: 25px;
}

.services--para_box p {
    font-size: 18px;
    margin-bottom: 20px;
}

.services--para_box {}

.boost-box {
    padding-left: 21px;
}

.boost-box li {
    font-size: 20px;
    margin-bottom: 8px;

}



.number-box {
    color: white;
}

.sit_hold {
    color: white;
}

.potential-similr {
    border: 1px solid white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: space-between;

}

.secound--terms h4 {
    padding-bottom: 50px;
    text-align: center;
    font-size: 40px;


}

.number-box p {
    font-size: 60px;
}

.sit_hold p {
    color: white !important;
}

.services-right-box img {
    width: 100%;
    border-radius: 20px;
    -webkit-mask-image: url(../images/mask.webp);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    width: 100%;
    max-width: 750px;
    object-fit: cover;
    object-position: center center;
}





.amet-gt-1 {
    position: relative;
    background-image: url('../images/in-5.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}

.amet-gt-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, rgb(0 0 0 / 20%) 9%, rgb(0 0 0 / 80%) 90%);
    z-index: 1;
}


.amet-gt-1>* {
    position: relative;
    z-index: 2;
}


.amet-gt-2 {
    position: relative;
    background-image: url('../images/in-4.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}

.amet-gt-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, rgb(0 0 0 / 20%) 9%, rgb(0 0 0 / 80%) 90%);
    z-index: 1;
}


.amet-gt-2>* {
    position: relative;
    z-index: 2;
}


.amet-gt-3 {
    position: relative;
    background-image: url('../images/in-3.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}

.amet-gt-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, rgb(0 0 0 / 20%) 9%, rgb(0 0 0 / 80%) 90%);
    z-index: 1;
}


.amet-gt-3>* {
    position: relative;
    z-index: 2;
}


.amet-gt-4 {
    position: relative;
    background-image: url('../images/in-1.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}

.amet-gt-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, rgb(0 0 0 / 20%) 9%, rgb(0 0 0 / 80%) 90%);
    z-index: 1;
}


.amet-gt-4>* {
    position: relative;
    z-index: 2;
}


/* ========================tabsection========================= */


.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-around;

    /* background: linear-gradient(199deg, rgba(36, 59, 85, 1) 18%, rgba(0, 0, 0, 0.82) 57%, rgba(20, 30, 48, 0.98) 85%); */
}


.tab button {

    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
    background: none;
    border: 1px solid black;
    width: 200px;
    background-color: #000;
    color: white;
}


.tab button:hover {}


.tab button.active {
    color: white;
    background: linear-gradient(199deg, rgba(36, 59, 85, 1) 18%, rgba(0, 0, 0, 0.82) 57%, rgba(20, 30, 48, 0.98) 85%);
    border: none;
    outline: none;

}


.tabcontent {
    display: none;
    padding: 6px 12px;
    margin-top: 50px;
    border-top: none;
}

.retail_with {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}

.retail_with h4 {
    margin-bottom: 20px;
}

.retail_with p {
    font-size: 18px;
    line-height: 30px;
}

.next-frontier {
    position: relative;
    display: inline-block;
}

.next-frontier::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    z-index: 1;
    border-radius: 20px;
}



.next-frontier img {

    border-radius: 20px;

    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;

}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    background-color: black;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.read-more-btn .arrow {
    background-color: white;
    color: black;
    border-radius: 50%;
    margin-left: 10px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}


.read-more-btn:hover {
    background-color: #222;

}

.read-more-btn:hover .arrow {
    transform: rotate(90deg);

}

.read-btn {
    margin-top: 20px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    /* font-size: 18px; */
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}


.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    font-size: 20px;
}



.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    font-size: 18px;
}


.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}


.accordion-button:not(.collapsed) {
    color: white;
    background: linear-gradient(199deg, rgba(36, 59, 85, 1) 18%, rgba(0, 0, 0, 0.82) 57%, rgba(20, 30, 48, 0.98) 85%);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body strong {
    font-weight: 400;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    margin-bottom: 15px;
}


.difrnt-head h4 {
    padding-bottom: 30px;
    font-size: 25px;

}

.difrnt-head h2 {
    padding-bottom: 50px;
}

.cash-ht h4 {
    color: white;
    margin-bottom: 25px;
}

.cash-ht p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.orng-bt {
    display: flex;

}

.story-jt img {
    width: 80%;
    border-radius: 20px;
}

.cash-ht {
    width: 60%;
}

.story-jt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-sc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}

.littel-groth a {
    display: block;
    box-sizing: border-box;
    padding: 18px 45px;
    position: relative;
    background: none;
    text-transform: uppercase;
    border-radius: 50px;
    width: fit-content;
    text-decoration: none;
    color: black;
    background-color: #fff;

}

.talhk-dr img {
    border-radius: 0;
    width: 100%;
    object-fit: cover;
    height: 430px;
}

.starts-box {
    color: white;
    width: 75%;
}


.better-future {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.fort--hy a {
    display: block;
    box-sizing: border-box;
    padding: 18px 45px;
    position: relative;
    background: none;
    text-transform: uppercase;
    border-radius: 50px;
    width: fit-content;
    text-decoration: none;
    color: black;
    background-color: #fff;
}

.fort--hy {
    margin-top: 40px;
}


/* ========================time line-================================ */

.timeline__cover {

    color: #ffffff;
}

.timeline__cover .timeline__title {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.timeline__cover .timeline__title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.timeline__cover .timeline__title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline {
    padding-top: 64px;
}

.timeline__cover .timeline ul {
    padding-top: 100px;
}

.timeline__cover .timeline ul li {
    background: #9a9a9a;
    position: relative;
    margin: 0 auto;
    width: 4px;
    margin-bottom: 48px;
    list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
    padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
    content: '';
    background: white;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden {
    /* opacity: 0; */
}

.menu_light-dot {
    padding-right: 50px;
}

.timeline__cover .timeline ul li .content {
    position: relative;
    top: -100px;
    width: 289px;
}

.timeline__cover .timeline ul li .content .badge {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    padding: 6px 12px;
    background: white;
    border-radius: 1000px;
}

.timeline__cover .timeline ul li .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    margin: 16px 0 8px;
}

.timeline__cover .timeline ul li .content p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: 70px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
    left: -38px;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
    left: calc(-289px - 70px);
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
    right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
    .timeline__cover .timeline ul li .content {
        width: 41vw;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline__cover {
        padding: 32px 0;
        background: #27272C;
    }

    .timeline__cover .timeline__title {
        text-align: left;
    }

    .timeline__cover .timeline {
        padding-top: 32px;
    }

    .timeline__cover .timeline ul li {
        margin-left: 48px !important;
    }

    .timeline__cover .timeline__title h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.08px;
    }

    .timeline__cover .timeline ul li {
        margin-left: 20px;
    }

    .timeline__cover .timeline ul li .content {
        width: calc(100vw - 100px);
        transition: .2s;
    }

    .timeline__cover .timeline ul li .content p {
        min-height: 110px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: 38px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content:before {
        left: -33px;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 38px;
    }
}

.stky--section img {
    width: 100%;
    border-radius: 20px;
    border-radius: 0;
    /* clip-path: polygon(0 0, 91% 0, 100% 100%, 10% 100%); */
    height: 94%;

}

.stky--section {
    height: 100%;
}

.dimnd_alfa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 190px;

}

.Company-established img {
    width: 16%;
    display: flex;
    justify-content: center;

}

.Company-established h4 {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
    color: black;
    font-weight: 600;
}

.Company-established {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.ingfr {
    position: relative;
}

.ingfr::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 580px;
    left: 0;
    top: 0;
    /* background-image: url(../images/pattern-bg.avif); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;

}




.contct--section {
    position: relative;
}

.contct--section::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 730px;
    left: 0;
    top: 0;
    /* background-image: url(../images/dop-article.png); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.certificted img {
    border-radius: 20px !important;
}



/* .ingfr::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 700px;
    left: 0;
    top: 0;
    background-image: url(../images/pattern-bg.avif);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;

} */


.orgintion__flip h4 {
    margin-bottom: 50px;
    font-size: 35px;
    text-transform: uppercase;
}




.industry-section-home-9 {
    background: url(../images/1bg.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
    background-color: #025cab;
}

.industry-section-home-9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    pointer-events: none;

}

.path--box_lern p {
    color: white;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
}

.path--box_lern h4 {
    color: white;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.path--box_lern h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #fff;
    opacity: 0.6;
    border-radius: 10px;

}

.main--solutin {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.main--solutin::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/end-to-end.jpg') no-repeat center center / cover; */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.main--solutin:hover::after {
    opacity: 0.2;
}


.main--solutin>* {
    position: relative;
    z-index: 1;
}


/* ========================wan====================================== */

.wan-commision {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.wan-commision::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/wan.jpg') no-repeat center center / cover; */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);

}


.wan-commision:hover::after {
    opacity: 0.1;
}


.wan-commision>* {
    position: relative;
    z-index: 1;
}


/* ================================================= */



/* ===================Wireless-mobilty=========================== */


.Wireless-mobilty {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.Wireless-mobilty::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/wireless.jpg') no-repeat center center / cover; */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Wireless-mobilty:hover::after {
    opacity: 0.1;
}


.Wireless-mobilty>* {
    position: relative;
    z-index: 1;
}

/* ===================================== */


/* =========================Routing--path========================= */

.Routing--path {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.Routing--path::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/routing.jpg') no-repeat center center / cover; */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Routing--path:hover::after {
    opacity: 0.1;
}


.Routing--path>* {
    position: relative;
    z-index: 1;
}

/* ============================================ */

/* ===========================Unified============================= */


.Unified {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.Unified::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/unified.jpg') no-repeat center center / cover; */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Unified:hover::after {
    opacity: 0.1;
}


.Unified>* {
    position: relative;
    z-index: 1;
}

/* ===================================================== */

/* ==========================Server Database=========================== */

.Server-Database {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.Server-Database::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/server.jpg') no-repeat center center / cover; */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Server-Database:hover::after {
    opacity: 0.1;
}


.Server-Database>* {
    position: relative;
    z-index: 1;
}


/* ================================================= */

/* ===================Long-term ===================================== */

.Long-term {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.Long-term::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/longterm.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Long-term:hover::after {
    opacity: 0.1;
}

.Long-term>* {
    position: relative;
    z-index: 1;
}


/* ============================================== */


/* =========================Structured=============================== */

.Structured {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.Structured::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/structured.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Structured:hover::after {
    opacity: 0.1;
}

.Structured>* {
    position: relative;
    z-index: 1;
}

/* ==================================== */

/* =============================================managment-suport======================= */

.managment-suport {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.managment-suport::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/management.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.managment-suport:hover::after {
    opacity: 0.1;
}

.managment-suport>* {
    position: relative;
    z-index: 1;
}

/* =============================== */

/* =========================storage--cipy====================== */

.storage--cipy {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.storage--cipy::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/storage.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.storage--cipy:hover::after {
    opacity: 0.1;
}

.storage--cipy>* {
    position: relative;
    z-index: 1;
}

/* ================================== */

/* ========================disater-solut======================= */
.disater-solut {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.disater-solut::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/backup.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.disater-solut:hover::after {
    opacity: 0.1;
}

.disater-solut>* {
    position: relative;
    z-index: 1;
}


/* ============================================ */

/* ==================metadrt_cart==================== */


.metadata_cret {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.metadata_cret::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/Document-Scanning-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.metadata_cret:hover::after {
    opacity: 0.1;
}

.metadata_cret>* {
    position: relative;
    z-index: 1;
}

/* ======================================================================= */


/* ===============digi_infd========================== */


.digi_infd {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.digi_infd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/Digitization-Infrastructure-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.digi_infd:hover::after {
    opacity: 0.1;
}

.digi_infd>* {
    position: relative;
    z-index: 1;
}

/* ============================================================= */

/* ===============archivl__dms================================== */


.archivl__dms {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.archivl__dms::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/Document-Management-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.archivl__dms:hover::after {
    opacity: 0.1;
}

.archivl__dms>* {
    position: relative;
    z-index: 1;
}

/* ========================================== */


/* =====================Risk_Assessment======================== */

.Risk_Assessment {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.Risk_Assessment::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/Risk-Assessment-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Risk_Assessment:hover::after {
    opacity: 0.1;
}

.Risk_Assessment>* {
    position: relative;
    z-index: 1;
}


/* +============================================== */

/* ==========end--poin-============================== */

.Endpoint_Security {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.Endpoint_Security::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/Endpoint-Security-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Endpoint_Security:hover::after {
    opacity: 0.1;
}

.Endpoint_Security>* {
    position: relative;
    z-index: 1;
}


/* =============================== */

/* =========================================== Data_Networks======================= */

.Data_Networks {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.Data_Networks::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/EPC-of-Data-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Data_Networks:hover::after {
    opacity: 0.1;
}

.Data_Networks>* {
    position: relative;
    z-index: 1;
}

/* ======================================== */

/* =================Video_Conferencing============================= */

.Video_Conferencing {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.Video_Conferencing::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/Video-Conferencing-jillit.jpg') no-repeat center center / cover; */
    opacity: 0;
    /* Hidden by default */
    transition: opacity 0.4s ease;
    z-index: 0;
    clip-path: ellipse(147% 100% at 51% 0%);
}


.Video_Conferencing:hover::after {
    opacity: 0.1;
}

.Video_Conferencing>* {
    position: relative;
    z-index: 1;
}

/* ============================================================= */

#hiddenSection {
    display: none;
    padding: 20px;
    margin-top: 20px;
}

.toogld--section {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.toogld--section button {
    display: block;
    box-sizing: border-box;
    padding: 18px 45px;
    position: relative;
    background: none;
    text-transform: uppercase;
    border-radius: 50px;
    width: fit-content;
    text-decoration: none;
    color: black;
    background-color: #fff;
    border: none;
}

.micro-thumb li span {
    color: white;
    font-size: 16px;
}

.micro-thumb li {
    list-style-type: disc;
    color: white;

}

.micro-thumb {
    padding-left: 17px !important;
}

.banner--bottom-box {
    background-color: #FFF;
    width: 100%;
    padding: 10px 40px;

}


.banner--bottom-box img {
    width: 100%;
    display: block;
}



.lets-patrn {
    margin-top: 35px;
    margin-bottom: 35px;
}

.lets-patrn a {
    background-color: var(--bg-color);
    font-size: 18px;
    padding: 14px 45px;
    color: white;
    text-decoration: none;
    border-radius: 50px;

}

.journey-gt p {
    color: black;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}



.royal-gt a {
    color: black;
    text-underline-offset: 10px;
    font-size: 18px;
    background-color: white;

}

.royal-gt a:hover {
    background-color: var(--bg-color);
    color: white;
}


.timeline {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
    scroll-behavior: smooth;
}



.services-right-box {
    opacity: 0;
    transform: translateX(100px);
}


#moreDropdownMenu .dropdown-item {
    white-space: nowrap;
}



.bold-text {
    font-weight: 700;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.nav-item.dropdown:hover>.nav-link {
    cursor: pointer;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--bg-color);
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item-last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* overflow: hidden; */
}



.dropdown-menu {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 10px;
    z-index: 9999;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu-child {
    right: -26px;
    transform: none;
    top: 100%;
    margin-top: 0;
    margin-left: 0;
    width: fit-content;
    left: unset;
}


.custom-contactus-section {
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.custom-contactus-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.coustmersuport-section {
    background-image: url(../images/customer-support.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.coustmersuport-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.custom-gallery-section {
    background-image: url(../images/gallary.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.custom-gallery-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.contct-loction {
    padding: 65px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 0px 110px 0px 110px;


}

.main--lastbox {
    padding: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    margin-top: 0;
    background: #fcfcfc;
    border: 1px solid #dcdcdc;
}


.main--lastbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--bg-color);

    transform: translateY(-50%);
    transition: height 0.8s ease;
    z-index: -1;
}


.main--lastbox:hover::before {
    height: 100%;
    transform: translateY(-50%) scaleY(2);

}

.main--lastbox h4 {
    font-size: 18px;
}


.main--lastbox:hover {
    color: white;
}


.main--lastbox:hover h4,
.main--lastbox:hover p {
    color: white;
}

.new-arival {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.main--lastbox h4 {
    text-transform: uppercase;
}

.texttr-form--box {

    background: url(../images/02.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
}

.texttr-form--box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;

}

.utily_thumb {
    padding: 50px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;

}

.form-label {
    color: white;
}

.btn-forget {
    display: block;
    box-sizing: border-box;
    padding: 14px 45px;
    position: relative;
    background: none;
    text-transform: uppercase;
    border-radius: 50px;
    width: fit-content;
    text-decoration: none;
    color: white;
    background-color: var(--bg-color);
    border: none;
}


/* ====================grid start========================================== */

.travel-thumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}


.column {
    flex: 25%;
    max-width: 33.33%;
    padding: 0 10px;
}


.column img {
    margin-top: 17px !important;
    vertical-align: middle;
    width: 100%;
    border-radius: 20px;
}



@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}


@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

.industry-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.6s ease;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.industry-box img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 20px; */

}

.industry-text {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: black;
    background: #f8f9fc;
}


.dot_botomg {
    position: relative;
    z-index: 0;
}

.dot_botomg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    /* background-image: url(../images/dop-article.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.right__indust-frist img {
    width: 100%;
    height: 100%;
}

.right__indust-frist {
    height: 100%;
}

.menu_light-dot p {
    font-size: 18px;
    margin-bottom: 0;
}



.card-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;

}

.custom-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    max-width: 460px;
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.custom-card img {
    width: 220px;
    height: 100px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: 15px;
}

.card-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}


.custom-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
    width: 100%;
    margin: auto;
}

.grid-item {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
}


.grid-item.short {
    grid-row: span 1;
}


.grid-item.tall {
    grid-row: span 2;
}

.grid-item:hover {
    transform: scale(1.03);
}

.Think-boot h2 {
    color: white;
}



.modal-body {
    padding: 40px;
}


.modal {
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.modal-header {
    background-color: var(--bg-color);
    color: white;
}

.btn-close {
    filter: invert(1);
    opacity: 1;
}

.form-control {
    line-height: 33px !important;
}


.email-heading {
    display: flex;
    align-items: center;
    background: var(--bg-color);
    border-radius: 15px;
    padding: 8px;
    flex-wrap: wrap;

}

.refer-toll {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refer-toll img {
    width: 50%;
    height: auto;
}

.email-heading p {
    color: white;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.email-link a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.Tier_3 p {
    font-size: 18px;
}


.honer_lern {
    padding: 0;
    border-radius: 20px !important;

}

.honer_lern .gt_650ry {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--bg-color);
    border-radius: 10px;
}

.honer_lern .gt_650ry .email-heading {
    width: 50%;
}

.tab {
    overflow: hidden;
    background-color: transparent;
}


.tab button {
    background-color: var(--bg-color);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 30px;
}


.tab button:hover {
    background-color: black;
    color: white;
}


.tab button.active {
    background-color: var(--bg-color);
}


.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}


.lb-image {
    transform: scale(0.85);
    opacity: 1;
    transition: all 0.4s ease;
}

.lb-outerContainer.open .lb-image {
    transform: scale(1);
    opacity: 1;
}

.ovry--set-colm-img {
    /* transition: transform 0.4s ease, box-shadow 0.3s ease; */
    /* transform: scale(1); */
    cursor: pointer;
}

.ovry--set-colm-img:hover {
    /* transform: scale(1.08); */
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); */
    z-index: 2;
}

.miolyt h4 {
    text-align: center;
    line-height: 55px;
}

.form-control:focus {
    color: var(--bg-color);
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: var(--bg-color);
}

select.form-select {
    height: 48px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.left-sections {
    height: 100%;
}

.carrers__main img {
    width: 100%;
    border-radius: 0;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 10% 100%);
    height: 100%;
    object-fit: cover;
}

.carrers__main {
    height: 100%;
}

.advantages__box {
    text-align: center;
    text-transform: uppercase;

}

.advntg_coustm h4 {
    text-transform: uppercase;
    font-size: 18px;
}

.advntg_coustm {
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    height: 290px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1;
}

.advntg_coustm::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: var(--bg-color);
    z-index: -1;
    transition: height 0.5s ease;
    border-radius: 20px;

}

.advntg_coustm:hover::before {
    height: 100%;
}


.advntg_coustm:hover h4,
.advntg_coustm:hover p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.advntg_coustm:hover {
    transform: translateY(-20px);
    z-index: 2;
}

.right_cart-frist {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-direction: column;
    border-right: 1px solid #004474;

}

.caret-img img {
    width: 17%;
}

.bonus-para p {
    margin-bottom: 0;
    margin-top: 5px;
}

.right-section__careers {
    padding: 30px;
}

.bonus-para h4 {
    font-size: 20px;
}

.content-career-letr {
    padding-right: 60px;
}

.content-career-letr p {
    color: white;
    line-height: 27px;
}

.bonus__tipx img {
    width: 90%;
}


.zoom-cardh {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.zoom-cardh img {
    transition: transform 0.5s ease;
}

.zoom-cardh:hover img {
    transform: scale(1.1);
}


.cardh-body {
    padding: 20px;
}

.last-miner-boxis {
    background-image: url('../images/banner-lefts.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.content-overlay {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}


.last-miner-boxis::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.equal-section {
    position: relative;
    z-index: 999999;
    max-width: 800px;
    border-left: 4px solid #fff;
    padding: 20px;
}

.equal-section p {
    color: white;
    font-size: 20px;
}


.with-arrow {
    position: relative;
    padding-left: 35px;
}

.arrow {
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--bg-color);
    font-weight: bold;
    font-size: 18px;
    animation: bounceArrow 0.3s infinite alternate ease-in-out;
}


@keyframes bounceArrow {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(6px);
    }
}



.mySwipernew-p .swiper-wrapper {
    transition-timing-function: linear !important;
}


hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    width: 25%;
}

.mySwipermyClient .swiper-wrapper {
    transition-timing-function: linear !important;
}

.suffel__box {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    margin-top: 14px;
}

.suffel__box .main--lastbox {
    width: 50%;
}

.capcha__section {
    margin-top: 30px;
    margin-bottom: 40px;
}

.form__shdor {
    border: 2px solid var(--bg-color);
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: var(--bg-color1);
}

.card-body h4 {
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card {
    border-radius: 20px;
    height: 400px;
}

.card {
    overflow: hidden;
    position: relative;
}

.card-img-top {
    transition: transform 0.5s ease;
    will-change: transform;
    height: 45%;
    object-fit: cover;
}

.card:hover .card-img-top {
    transform: scale(1.1) rotate(5deg);
}


.card {
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.card:hover {
    background-color: var(--bg-color3);

}

.card:hover .card-title,
.card:hover .card-text {
    color: #fff;

}

.card-img-top {
    transition: transform 0.5s ease;
    will-change: transform;
}

.card:hover .card-img-top {
    transform: scale(1.1) rotate(2deg);
}

.cardh-title {
    font-size: 20px;
}

.card-body h4 {
    position: relative;
}

.card-body h4::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -4px;
    background-color: #004474;
}

.carert__limit img {
    width: 100%;
    border-radius: 20px;
}

.eli-_tornat {
    border-right: 2px solid var(--bg-color);
}


.as_loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as_loader img {
    animation: spin 7s infinite linear;
    -webkit-animation: spin 7s infinite linear;
    -moz-animation: spin 7s infinite linear;
}


/* Hide loader by default */
body .as_loader.loaded {
    display: none;
}

.wave-bouncing-loading-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.wave-bouncing-loading-animation>span {
    display: inline-block;
    font-weight: bolder;
    animation: bouncing-wave-animation 1s infinite;
    animation-delay: calc(.25s * var(--item));
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #025cab;
    color: #fff;
    font-size: 24px;
    font-family: 'Philosopher', sans-serif;
}

@keyframes bouncing-wave-animation {

    0%,
    40%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-0.4em);
    }
}

.proctibd {
    height: 300px;
}

.sequene-logos {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
}

.sequene-logos img {
    max-height: 90%;
    max-width: 100%;
    object-fit: contain;
}

.award_section {
    overflow: hidden;
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}

.award_section img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.award_section:hover img {
    transform: scale(1.1);

}

.award_section h3 {
    font-size: 17px;
    margin-top: 20px;
}

.award_section p {
    font-size: 14px;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.form-control.error-border {
    border: 2px solid red !important;
}

.modal-dialog {
    margin-right: auto;
    margin-left: auto;
    max-width: 790px;
}


.testinf__box li {
    margin-bottom: 15px;
    list-style-type: none;
    font-size: 17px;
    position: relative;
    z-index: 99999;


}

.testinf__box {
    text-align: left;
    margin-bottom: 0;
    padding: 13px;
    padding-left: 0;
}



.dropend:hover .dropdown-menu {
    display: block !important;
}





.preloader {
    background: black;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 1000000000000000000;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    bottom: 0%;
    color: white;
}

.preloader img {
    margin-bottom: 50px;
}

.page-loaded .preloader {
    bottom: -100%;
}

.loader {
    height: 15px;
    aspect-ratio: 5;
    display: grid;
    --_g: no-repeat radial-gradient(farthest-side, #fff 94%, #fff);
}

.loader:before,
.loader:after {
    content: "";
    grid-area: 1/1;
    background: var(--_g) left, var(--_g) right;
    background-size: 20% 100%;
    animation: l32 1s infinite;
}

.loader:after {
    background: var(--_g) 33.3333333333%, var(--_g) 66.6666666667%;
    background-size: 20% 100%;
    animation-direction: reverse;
}

@keyframes l32 {

    80%,
    100% {
        transform: rotate(0.5turn);
    }
}


.dropend>.dropdown-toggle::after {
    float: right;
    margin-left: auto;
}

.dropend>.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    vertical-align: middle;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
    top: 8px;
    position: relative;
}


.dropend>.dropdown-toggle:hover::after {
    transform: rotate(0deg);

}

.digital_levl {
    font-size: 36px !important;
    line-height: 43px;
}




.industry-box {
    position: relative;
    display: inline-block;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.services-hyer {
    position: relative;
    padding-right: 50px;
}

.footer-column-box a {
    text-decoration: none;
}


/* =================tab--new========================= */

.tab-container {
    display: flex;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.tabs {
    display: flex;
    flex-direction: column;
    background: #025cab;
    padding: 0;
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tab-btn {
    padding: 23px;
    background: black;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
}

.tab-btn.active {
    background: #444;
}

.tab-content {
    flex-grow: 1;
    padding: 30px;
    background: #fff;
    width: 700px;
}

.content {
    display: none;
}

.content.active {
    display: block;
}


.dot {
    color: #025cab;
    /* your desired color */
    margin-right: 8px;
}



.industry-box {
    position: relative;
    overflow: hidden;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    transition: left 0.5s ease-in-out;
    display: flex;
    align-items: start;
    justify-content: center;
}

.industry-box:hover .overlay-text {
    left: 0;
}

.testinf__box {
    list-style: none;
    padding: 0;
    margin: 0;
}

.testinf__box li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.testinf__box li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: white;
    /* dot color */
}

.overlay-text {
    font-size: 14px;
    overflow: hidden;
}

.quality-mang p {
    text-align: center !important;
}


.motion_efct img {
    display: flex !important;
    justify-content: center !important;
}


.right__indust-frist img {
    border-radius: 20px;
}

.year_olg img {
    width: 15%;
    filter: invert(1);

}

.year_olg h4 {
    font-size: 15px;
    color: white;

}

.year_olg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

}

.leprd-bot {
    padding: 20px;
    background-color: #025cab;
    color: white;
    border-radius: 10px;
    position: relative;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.awrd_function img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}



.navbar-toggler {

    border: 2px solid #025cab;
    color: transparent;

}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    filter: invert(1);
}

.nft-fort img {
    border-radius: 0;
}


.loction_mapbox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.loction_mapbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.gallery_box {
    position: relative;
}

.gallery_box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 300px;
}

.gallery_box .img-box a {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery_box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.gallery_box .img-box:hover img {
    transform: scale(1.1);
}


/* Premium Modal Styling */
.successModal_modal {}

.successModal_modal .modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.successModal_modal .success-icon i {
    filter: drop-shadow(0 5px 15px rgba(40, 167, 69, 0.3));
    animation: scaleUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleUp {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.successModal_modal .btn-31 {
    border-radius: 50px;
    padding: 12px;
    border: none;
    overflow: hidden;
}

.successModal_modal .btn-31:hover {
    background-color: transparent;
}

#captchaError {
    color: red;
    display: none;
    /* By default hide rahega */
    font-size: 14px;
    margin-top: 5px;
}

.toast.toast-warning {
    opacity: 1 !important;
}

@media (min-width: 576px) {
    .successModal_modal .modal-dialog {
        max-width: 500px !important;
        margin-right: auto;
        margin-left: auto;
    }
}


@media(min-width: 1920px) {
    .navbar-brand .logo-box img {
        width: 200px;
    }

    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 80px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 24px;
        padding: 20px 30px !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        font-size: 24px !important;
    }

    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home p {
        font-size: 28px;
    }

    .left-right-arrow-box .swiper-button-next,
    .left-right-arrow-box .swiper-button-prev {
        width: 60px;
        height: 60px;
    }

    .footer-social-link li a {
        font-size: 40px;
    }

    .sec-subtitle {
        font-size: 30px;
    }

    .digital_levl {
        font-size: 55px !important;
        line-height: 70px;
    }

    .paragraph {
        font-size: 20px;
    }

    .btn-31 {
        padding: 20px 60px;
    }

    .service-card h4 {
        font-size: 30px;
    }

    .card-body h4 {
        font-size: 24px;
    }

    .about_banner_section {
        height: 650px;
    }

    .banner-subheading {
        font-size: 75px;
        line-height: 85px;
    }

    .orgintion__flip h4 {
        font-size: 56px;
    }

    .Company-established h4 {
        font-size: 26px;

        line-height: 38px;
    }

    .industry-text p {
        font-size: 30px;
    }

    .testinf__box li {
        font-size: 20px;
    }

    .journey-gt p {
        font-size: 26px;
    }

    .footer-column-box h4 {
        font-size: 40px;
    }

    .footer-column-box ul li a,
    .footer-column-box p,
    .footer-bottom p,
    .footer-bottom ul li a {
        font-size: 20px;
    }

    .menu_light-dot p,
    .services--para_box p,
    .path--box_lern p,
    .Tier_3 p {
        font-size: 20px;
    }

    .path--box_lern h4 {
        font-size: 30px;
        line-height: 35px;
    }
}


@media (max-width:1440px) {
    .stky--section img {
        width: 100%;
        height: 84%;
    }

    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 46px;
    }
}


@media (max-width:1366px) {
    .stky--section img {
        width: 100%;
        height: 93%;
        object-fit: fill;

    }

    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 43px;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1536px) {
    .industry-section-home {
        height: 90vh;
    }

    .heading-2 {
        font-size: 37px;
        font-family: var(--Merriweather_Regular);
    }
}


@media (max-width:1199px) {

    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 42px;
    }


    .stky--section img {
        width: 100%;
        height: 96%;
        /* object-fit: fill; */
    }


    .card-body h4 {
        font-size: 15px;

    }

    .card-body {
        padding: 8px;
    }


    .heading-2 {
        font-size: 36px;
        font-family: var(--Merriweather_Regular);
    }

    .services--para_box p {
        font-size: 16px;

    }


    .main--lastbox {
        margin-top: 2px;
    }


}



@media (max-width:1024px) {
    .card-text {
        font-size: 14px !important;
    }


    .dimnd_alfa {
        height: 180px;

    }


    .Company-established h4 {
        font-size: 14px;

    }


    .top {
        padding-top: 60px;
    }


    .bottom {
        padding-bottom: 60px;
    }


    .digital_levl {
        font-size: 25px !important;
        line-height: 29px;
    }


    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 31px;
    }



    .service-card-detail {
        padding: 15px;

    }


    .service-card h4 {
        font-size: 18px;

    }



    .stky--section img {
        width: 100%;
        height: 96%;
        object-fit: cover;
        border-radius: 20px;
    }

    .heading-2 {
        font-size: 24px;

    }

    .decision-making {
        padding-bottom: 0px;
    }


    .navbar-brand .logo-box img {
        width: 110px;
    }



    .p-l-r {
        padding-left: 40px;
        padding-right: 40px;
    }



    .main--lastbox {
        margin-top: 0px;
    }




}

@media (max-width:991px) {
    .indusval__box {
        margin-bottom: 30px;
    }

    .dimnd_alfa {
        height: 190px;
    }

    .card-body h4 {
        font-size: 19px;
    }

    .card-text {
        font-size: 16px !important;
    }


    .home-about-section .left-section {
        display: flex;
        justify-content: start;
        padding-bottom: 30px;
    }

    .advantages__box h4 {
        font-size: 30px !important;
    }

    .rebel-lt {
        margin-top: 24px;
    }

    .stky--section img {
        width: 100%;
        height: 96%;
        object-fit: contain;
        border-radius: 20px;
    }

    .raider-bolckt {
        padding-top: 30px;
    }

    .contract-aglik {
        margin-top: 0 !important;
    }

    .services-right-box img {

        -webkit-mask-image: unset;

    }

    .services-right-box {
        padding-top: 25px;
    }




    .miolyt h4 {
        text-align: center;
        line-height: 45px;
    }

    .delta_reft {
        padding-top: 50px;
    }

    .industry-section-home {
        height: 100vh;
    }


    .footer-column-box h6 {
        padding-bottom: 0px;
    }

    .footer-column-box h4 {
        padding-top: 15px;
    }


    .footer-column-box h4 {
        padding-bottom: 0px;
    }

    .paragraph,
    .paragraph1 {
        text-align: left;
    }

}


@media (max-width:767px) {
    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 25px;
    }



    .banner-subheading {
        font-size: 20px;
        width: 100%;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .banner-heading {
        font-size: 18px;

    }

    .orgintion__flip h4 {
        margin-bottom: 32px;
        font-size: 25px;
        text-transform: uppercase;
    }

    .emplimnt_section h4 {
        font-size: 25px;

    }

    .emplimnt_section {
        display: flex;
        justify-content: start;
        margin-bottom: 8px;
    }

    .korty-gt {
        margin-bottom: 0 !important;
    }

    .testinf__box li {

        font-size: 13px;
    }

    .ofc-jy {
        padding-top: 45px;
    }

    .miolyt h4 {
        text-align: center;
        line-height: 37px;
    }

    .btn-31 {
        padding: 10px 40px;

    }

}


@media (max-width:576px) {
    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home h1 {
        font-size: 21px;
        line-height: 27px;
    }

    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home p {
        font-size: 17px;
    }


    .banner-slider-home::after {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 136%);
    }


    .btn-31 .text {
        font-weight: 700;
        font-size: 13px;

    }

    /* .btn-31 {
        padding: 12px 14px;

    } */


    .lower_sixed {
        padding: 8px 13px !important;
    }

    .advantages__box h4 {
        font-size: 22px !important;
        margin-bottom: 25px !important;
    }

    .footer-column-box h4 {
        color: #fff;
        font-size: 20px;
        padding-bottom: 1px;
        padding-top: 20px;
    }

    .sec-subtitle {
        font-weight: 500;
        font-size: 20px;

    }


    .footer-column-box h6 {
        padding-bottom: 0px;
        font-size: 18px;
    }


    .banner-slider-home .myHomeSlider .swiper-slide {
        height: 70vh;
    }


    .digital_levl {
        font-size: 22px !important;
        line-height: 26px;
    }

    .p-l-r {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-brand .logo-box img {
        width: 80px;
    }


    .home-about-section .left-section .image-1 {
        width: 100%;

    }

    .card-body h4 {
        font-size: 16px;
    }

    .footer-logo-box img {
        width: 100px;
    }


    .banner-slider-home .myHomeSlider .swiper-slide .banner-content-home {
        padding: 20px;

    }

    .banner-slider-home::after {
        opacity: 0;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    }


    .service-card {
        position: relative;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 0 10px rgb(237 232 232 / 50%);
        display: flex;
        flex-direction: column;
        justify-content: end;
        text-decoration: none;
        color: #fff;
        overflow: hidden;
        transition: 0.6s;
        /* background: url(../images/about.jpg); */
        height: 400px;
    }


    .icon-box {
        width: 35px;
        height: 35px;
    }


    .client-section {
        margin-top: 0px !important;
    }

    .banner-text-wrapper h4 {
        font-size: 15px;
    }


    .roller_about {
        padding-top: 20px;
    }


    .emplimnt_section h4 {
        font-size: 22px;
    }


    .testinf__box li {
        font-size: 13px;
    }


    .overlay-text {
        left: 0;
        position: relative;
        height: auto;
    }


    .journey-gt h2 {
        font-size: 25px;
    }


    .banner--bottom-box {

        padding: 5px 23px;
    }



    .menu_light-dot {
        padding-right: 0px;
    }



    .path--box_lern h4 {
        font-size: 18px;

    }


    .main--solutin {
        padding: 10px;

    }

    .path--box_lern p {
        font-size: 14px;
    }

    .secound--terms h4 {
        padding-bottom: 32px;
        text-align: center;
        font-size: 25px;
    }


    .miolyt h4 {
        text-align: center;
        line-height: 29px;
    }

    .project-koli {
        margin-bottom: 0px !important;
    }

    .miolyt h4 {
        font-size: 18px !important;
    }


    .coustmersuport-section {
        height: 400px;

    }


    .about_banner_section {
        height: 400px;

    }


    .about_privacy_section {
        height: 400px;
    }

    .about_industry_section {
        height: 400px;

    }


    .system_services_section {
        height: 400px;

    }

    .data_services_section {
        height: 400px;
    }



    .infsec_services_section {
        height: 400px;
    }


    .inftechnology_services_section {
        height: 400px;
    }



    .dizil_services_section {
        height: 400px;
    }



    .customize_services_section {
        height: 400px;
    }


    .custom-gallery-section {
        height: 400px;
    }


    .about_services_section {
        height: 400px;
    }


    .terms_section {
        height: 400px;
    }


    .cost_infrt {
        margin-bottom: 0;
    }


    .main--lastbox h4 {
        font-size: 17px;
    }



    .lastbox:hover p {
        font-size: 16px;
    }


    .utily_thumb {
        padding: 10px;

    }



    .main--lastbox {
        padding: 10px;

    }

    .suffel__box .main--lastbox {
        width: 100%;
    }

    .suffel__box {
        display: flex;
        flex-direction: column;
        margin-top: 14px;
    }


    .custom-contactus-section {
        height: 400px;
    }

    .banner-subheading {
        line-height: 27px;

    }

    .industry-section-home {
        height: auto;
    }

    .client-logo img {
        width: 100% !important;
    }


    .more-information-footer p {
        font-size: 14px;

    }

    .more-information-footer svg {
        height: 55px;
        width: 45px;
    }


    .left-right-arrow-box .swiper-button-next,
    .left-right-arrow-box .swiper-button-prev {
        top: 35px !important;
    }

    .empolring-pi {
        margin-bottom: 25px !important;
    }


    .footer-bottom ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        list-style-type: none;
        text-align: left;
        padding-left: 0;

    }


    .footer-bottom {
        position: relative;
        display: flex;
        align-items: start;
        justify-content: space-between;
        padding: 20px 0 20px;
        border-top: 1px solid #626060;
        margin-top: 30px;
        flex-direction: column;
    }


    .footer-bottom p {
        padding-bottom: 10px;
    }

    .Company-established h4 {
        font-size: 12px;
        line-height: 22px;
    }

    .decision-making {
        padding-bottom: 10px;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        color: #fff;
        padding: 10px 10px !important;
        font-weight: 700;
    }

    .navbar-nav .dropdown-menu {
        right: 0;
        left: auto;
        width: auto;
        min-width: 450px;
        text-align: left;
        font-size: 13px;
    }

    .navbar-collapse {
        background-color: #000;
    }

    .gallery_box .img-box {
        height: 230px;
    }

}

@media (max-width: 768px) {
    .honer_lern .gt_650ry .email-heading {
        width: 100%;
    }

    .industry-section-home .service-card {
        width: 100%;
    }

    #myForm1 {
        margin-top: 40px;
    }
}

@media (max-width:576px) {
    .modal-dialog {
        max-width: 94% !important;
        margin: auto;
    }

    .form__shdor {
        padding: 12px;
    }

    .emplimnt_section h4 br {
        display: none;
    }

    .successModal_modal .modal-body {
        padding: 12px !important;
    }
}

@media (max-width:475px) {
    .induy_port {
        margin-bottom: 20px;
    }

    .header-title {
        display: unset;
    }

    .capcha__section {
        transform: scale(0.9);
    }
}