﻿/* Fonts */
.logo {
    margin-bottom: 2%;
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


/* Roboto Regular */
.Roboto-regular {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
}

/* Roboto Bold */
.Roboto-bold {
    font-family: Roboto, math !important;
    font-weight: bold !important; /* 700 */
}

/* Roboto Semibold */
.Roboto-semibold {
    font-family: 'Roboto', math !important;
    font-weight: 600 !important; /* Semibold */
}


/* Roboto Medium */
.Roboto-medium {
    font-family: 'Roboto', math !important;
    font-weight: 500 !important; /* Medium */
}


/* Roboto Black */
.Roboto-Black {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Black */
}

/* Roboto Extrabold (Black) */
.Roboto-extrabold {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Extrabold (or Black) */
}


*,
*::after,
*::before {
    box-sizing: border-box !important;
}

body {
    margin: 0 !important;
    font-family: Roboto, math !important; /* Fallback to math if Roboto-Bold is not available */
}

.rowMargin {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

:root {
    --red-color: #E13335;
    --black-color: #363435;
    --grey-color: #F2F2F2;
    --black-color2: #323232;
    --white-color: #FFFFFF;
    --grey-color2: #D9D9D9;
}
.section-max-width1 {
    max-width: 1850px;
    padding-right: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.main-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* Header 1 CSS Start */
.custom-subheader {
    background-color: var(--black-color) !important;
    height: auto !important;
    width: 100% !important;
    padding: 10px 10px; /* Add some padding to the top and bottom */
}

.subheader-icon {
    width: 21.61px !important;
    height: 21.1px !important;
}


.subheader-text {
    font-size: 12px !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.subheader-border {
    border-right: 1px solid #FFFFFF !important;
    /*padding: 0 10px !important;*/ /* 0 for top and bottom, 10px for left and right */
}

.looking-for-training {
    color: var(--red-color) !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.question {
    width: 16px !important;
    height: 16px !important;
}

#subNavbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out contact info and social media icons */
    align-items: flex-start; /* Align items to the start */
    width: 100%; /* Ensure the container spans the full width */
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Contact info and social media lists */
.contact-info-wrapper,
.social-icons-wrapper {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important; /* Align items to the start */
    width: 100%;
}

/* Ensure contact-info and social-icons lists are horizontally aligned within their wrappers */
.contact-info,
.social-icons {
    display: flex;
    flex-wrap: wrap;
    list-style: none; /* Remove default list styling */
    margin: 0;
    padding: 0;
}

    /* Contact info and social media list items */
    .contact-info li,
    .social-icons li {
        display: flex;
        align-items: center; /* Center items vertically within the list items */
        margin: 0; /* Remove default list item margin */
        padding: 0 5px; /* Add horizontal padding for spacing */
    }

.social-icon {
    width: 20px !important;
    height: auto !important;
}

.social-icons a {
    color: white !important; /* Set the text color to white */
    text-decoration: none !important;
}

.social-icons img {
    height: auto !important;
}



/* Header 2 CSS Start */
/* Custom styles for nav links */
.menu-link-custom {
    color: var(--black-color) !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease !important;
    font-size: 13px !important;
}

.custom-header {
    width: 100% !important;
}

.header-container {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.header-logo img {
    height: 40px;
}

.toggle-menu {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

.header-nav {
    display: flex;
    align-items: center !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .header-nav li {
        margin-left: 20px;
    }

    .header-nav a {
        text-decoration: none;
        color: var(--black-color);
        padding: 10px;
        text-transform: uppercase;
        transition: background-color 0.3s ease;
    }

        .header-nav a:hover {
            background-color: var(--grey-color) !important;
        }

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80% !important;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    color: var(--black-color) !important; /* Ensure text color is black */
}

    /* Additional styles for links inside the sidebar */
    .side-menu a {
        color: var(--black-color); /* Ensure text color is black */
        transition: color 0.3s ease;
    }

        .side-menu a:hover {
            color: var(--black-color) !important; /* Change color on hover */
        }


    .side-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .side-menu li {
        width: 100%;
    }

    .side-menu a {
        display: block;
        padding: 10px 20px;
        text-transform: uppercase;
        color: var(--black-color);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .side-menu a:hover {
            color: var(--grey-color) !important;
        }

.close-menu {
    background: none;
    border: none;
    cursor: pointer;
    align-self: flex-end;
    padding: 10px;
}



.header-customButton {
    color: var(--grey-color) !important;
    background-color: var(--red-color) !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease !important;
    border: none !important;
}

/* Footer */
.footer-background {
    background-image: url('../images/Footer/edit/Footer-Banner.png') !important;
    background-size: cover !important;
    background-position: center !important;
}

.custom-links a,
.social-media-icons a,
.additional-logos a {
    color: white !important; /* Set the text color to white */
    text-decoration: none !important;
}

.footer-title {
    color: var(--white-color) !important;
    font-size: 35px !important; /* Adjust size if needed */
}

.footer-background .text-white {
    color: #ffffff !important; /* Ensure white text color */
}

.social-media-icons img,
.additional-logos img {
    /*max-width: 30px !important;*/ /* Adjust size if needed */
    height: auto !important;
}

.additional-logos img {
    /*max-width: 50px !important;*/ /* Adjust size if needed */
}

/* Sub - Footer */
.sub-footer-text {
    font-size: 14px !important;
}

    .sub-footer-text ul.d-flex.list-unstyled {
        padding-left: 0 !important; /* Remove default padding */
        margin: 0 !important; /* Remove default margin */
    }

        .sub-footer-text ul.d-flex.list-unstyled li {
            position: relative;
            list-style-type: none !important; /* Remove default list style */
        }

            .sub-footer-text ul.d-flex.list-unstyled li:not(:first-child)::before {
                content: '';
                display: inline-block !important;
                width: 7px !important;
                height: 7px !important;
                background-color: var(--black-color) !important;
                position: absolute !important;
                left: -13px !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
            }

.subfooter-each-list > a {
    text-decoration: none !important;
    color: var(--black-color) !important;
}

.subfooter-each-list {
    margin-right: 1rem; /* Add space between list items */
    /* Add other styling as needed, for example: */
    font-size: 14px; /* Adjust font size */
}

    .subfooter-each-list a {
        text-decoration: none; /* Remove underline from links */
        color: inherit; /* Use inherited text color */
    }

/* Remove margin for the last item */
ul.d-flex li:last-child {
    margin-right: 0;
}





/* Common */
a:hover {
    text-decoration: none !important; /* Remove underline on hover */
}

.d-none {
    display: none !important;
}

.cardbtn {
    background-color: #FFFFFF !important;
    color: var(--red-color) !important;
    border: none !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.custom-card-footer {
    border: none !important;
    background-color: #FFFFFF !important;
}

/* Hover effect with box-shadow */
.custom-hover-effect-with-shadow {
    transition: transform 0.3s, box-shadow 0.3s;
}

    .custom-hover-effect-with-shadow:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

/* Hover effect without box-shadow */
.custom-hover-effect-no-shadow {
    transition: transform 0.3s;
}

    .custom-hover-effect-no-shadow:hover {
        transform: translateY(-10px);
    }

/* Define the animation for sliding up */
@keyframes slideUp {
    from {
        transform: translateY(50px); /* Adjust as needed */
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(50px); /* Adjust as needed */
        opacity: 0;
    }
}

.hidden {
    opacity: 0;
    transform: translateY(50px) !important; /* Start position */
    visibility: hidden; /* Ensures the element is hidden when not in view */
}

/*.visible {
    opacity: 1;
    transform: translateY(0);
    animation: slideUp 1s ease-out forwards;
    visibility: visible;*/ /* Ensures the element is visible when in view */
/*}*/

.hidden-again {
    opacity: 0;
    transform: translateY(50px); /* Adjust as needed */
    animation: slideDown 1s ease-out forwards;
    visibility: hidden; /* Ensures the element is hidden when not in view */
}

.decorative-header {
    position: relative;
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    padding: 0 !important;
    margin: 0 !important;
}

.line {
    width: 5.188rem !important;
    height: 5px;
    background-color: var(--red-color);
}

    .line.left {
        margin-right: 1rem; /* Space between the text and left line */
    }

    .line.right {
        margin-left: 1rem; /* Space between the text and right line */
    }


.custom-Padding {
    padding-left: 17.375rem !important;
    padding-right: 17.375rem !important;
}

.custom-animation {
    animation: none !important;
}

/* Global Presence */

/* Hover effect for the icon only when the entire list item is hovered */
.address-item {
    position: relative;
}

    .address-item img.custom-hover-effect-no-shadow {
        transition: transform 0.3s;
    }

    .address-item:hover img.custom-hover-effect-no-shadow {
        transform: translateY(-10px);
    }


/* Testimonial Section Start */

.main-testimonial-card-size {
    width: 23.0625rem !important;
    height: 21.875rem !important;
}

.main-testimonial-body {
    background-color: var(--grey-color) !important;
    padding-top: 50px !important; /* Space from the Achievement Block */
}

.maintestimonial {
    background-color: var(--grey-color) !important;
    bottom: 91px !important;
}

.service-card {
    border: 1px solid var(--grey-color) !important;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .service-card .card-title {
        font-size: 1.25rem;
        color: var(--red-color) !important;
    }

    .service-card .card-text {
        font-size: 1rem;
        color: var(--black-color) !important;
    }

.text-center {
    text-align: center;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.testimonialtxt {
    color: var(--red-color) !important;
}

.card-header-testimonial {
    border: none !important;
    background-color: #FFFFFF !important;
}

.card-footer-testimonial {
    border: none !important;
    background-color: #FFFFFF !important;
}

/* Custom CSS for hover effect */
.service-card:hover {
    background: url('../images/CommonImages/testimonialbackgroundimage.svg') no-repeat center center;
    background-size: 130% !important; /* Ensure the image covers the entire area */
}

    .service-card:hover .card-header-testimonial {
        border: none !important;
        background-color: unset !important;
    }

    .service-card:hover .card-footer-testimonial {
        border: none !important;
        background-color: unset !important;
    }

    /* Change the icon on hover */
    .service-card:hover .card-header .light-icon {
        display: inline-block !important; /* Hide light icons on hover */
    }

    .service-card:hover .card-header .dark-icon {
        display: none !important; /* Show dark icons on hover */
    }



/* FAQ */

/* Set the custom icon for the collapsed (closed) state */
.accordion-button::after {
    content: "";
    background-image: url('../icons/CommonIcons/PLUS-ICON.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 1.25rem !important; /* Adjust the size as needed */
    width: 1.25rem !important; /* Adjust the size as needed */
    height: 1.25rem !important; /* Adjust the size as needed */
    margin-left: auto !important;
    transition: transform 0.2s ease !important;
}

/* Set the custom icon for the expanded (open) state */
.accordion-button:not(.collapsed)::after {
    background-image: url('../icons/CommonIcons/MINUS-ICON.svg') !important;
    transform: rotate(180deg) !important; /* Adjust rotation if needed */
}

/* Set the background color for the open accordion button */
.accordion-button:not(.collapsed) {
    background-color: var(--grey-color) !important;
}

/* Set the background color for the open accordion body */
.accordion-body {
    background-color: var(--grey-color) !important;
    border-top: none !important;
}

button:focus:not(:focus-visible) {
    outline: none !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-item {
    margin-bottom: 13px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.accordion-button {
    color: var(--black-color2) !important;
}

.accordion-header-custom-border {
    border-bottom: 1px solid var(--black-color2) !important;
}

/*Talk To Us*/
.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-right: 73px !important;
}

.section-max-width {
    max-width: 1200px !important;
    /*max-width: 1080px !important;*/
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-menu-max-width {
    max-width: 1550px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    --bs-navbar-padding-y: 0 !important;
}


#TechnologyContactBg {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/CommonImages/vacancies-BG.png') no-repeat center center;
    background-size: cover !important;
}

/* talktous */
.talktous {
    background-image: url('../images/Vacancies/vacancies-BG.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 467px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}


.custom-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%; /* Ensure cards take full width of column */
    padding: 0;
    margin: 0;
}

    .custom-card .info {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

        .custom-card .info img {
            margin-right: 12px;
        }

        .custom-card .info p {
            margin: 0;
        }

.cls-border {
    border-bottom: 2px solid var(--red-color);
}

.tell-us-about {
    font-size: 14px;
}

.tell-us-title {
    font-size: 26px;
}

.custom-gutter {
    --bs-gutter-x: 1.5rem; /* Adjust gutter spacing */
}

.send-message-white-custombutton {
    background: var(--red-color) !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 0 #ffffff !important;
    text-align: center !important;
    border: none !important;
    transition: ease-out 0.7s !important;
    outline: none !important;
}

    /* Hover effect: changes to red button styles */
    .send-message-white-custombutton:hover {
        background: #ffffff !important;
        color: var(--black-color) !important;
        box-shadow: inset 800px 0 0 0 #ffffff !important;
        border: none !important;
    }

/* Common */
.red-text-color {
    color: var(--red-color);
}

.White-text-color {
    color: #fff;
}

.font-12px {
    font-size: 12px;
}

.font-14px {
    font-size: 14px; /* Correct font-size for .font-14px class */
}



/* Common Padding */
.containerpd {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}


.nav-Header-font1 {
    font-size: 22px !important;
}
/*for Header padding*/
.HeaderPadding {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.faq-sub-content {
    text-align: center;
}
/*Common Heading Text*/
.TechBannerText {
    text-align: center;
}

    .TechBannerText h2 {
        color: #fff;
        font-size: 58px;
        font-weight: 500;
    }

    .TechBannerText p {
        color: #fff;
        font-size: 22px;
    }

/*service-header*/
.service-header {
    color: var(--black-color) !important;
}



/* Global common css start */
.CommonCntContainerPd {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.CommonContactBg {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/CommonImages/commoncontactbg.png') no-repeat center center;
    background-size: cover !important;
    height: 350px !important;
}

.CommonContactBgText {
    font-size: 40px;
    font-weight: 600;
    color: var(--white-color);
}

.CommonContactBtn {
    padding: 10px 40px;
    background: var(--red-color);
    border-radius: 10px;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: ease-out 0.7s !important;
}

    .CommonContactBtn:hover {
        background: #ffffff !important;
        color: var(--black-color) !important;
        box-shadow: inset 300px 0 0 0 #ffffff !important;
        border: none !important;
    }

.CommonTitleOne {
    font-size: 28px;
    font-weight: 900;
    color: var(--black-color2);
}

.CommonSubTitleTwo {
    font-size: 18px;
    color: var(--black-color2);
}

.CommonTab {
    color: var(--red-color);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #D3D3D3;
}

.CommonTabImg {
    padding-bottom: 25px;
}

    .CommonTabImg img {
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    }

.common-nav-tabs .nav-link:focus, .common-nav-tabs .nav-link:hover {
    border-bottom: 3px solid #E13335 !important;
    border: none;
    color: var(--red-color) !important;
}

.common-nav-tabs .nav-item.show .nav-link, .common-nav-tabs .nav-link.active {
    color: var(--red-color) !important;
    background: none !important;
    border-bottom: 3px solid var(--red-color) !important;
}

.common-nav-tabs .nav-link {
    border: none !important;
    color: var(--black-color2) !important;
}

.CardCommon {
    padding: 6px 5px;
    background: #f2f2f2 !important;
    border-radius: 5px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
    border: none !important;
}

.CardCommonTital {
    font-size: 24px;
    font-weight: 500;
    color: var(--black-color2);
    padding-left: 8px;
}

.CardCommon ul li {
    font-size: 18px;
    padding-bottom: 12px;
    color: var(--black-color2);
    line-height: 24px;
}

    .CardCommon ul li::marker {
        color: var(--red-color);
        font-size: 24px;
    }

/* Portfolio */

.unique-logos {
    width: 100% !important;
}

/* Styling for the carousel container */
.unique-carousel {
    overflow: hidden;
}

.unique-carousel-track {
    display: flex;
    width: 100% !important;
}

.unique-carousel-item {
    flex: 0 0 auto;
    position: relative; /* Ensure position relative to contain the absolute label */
    overflow: hidden; /* Hide overflow of label */
}

.unique-logos {
    max-width: 100%;
    height: auto;
}

.unique-carousel {
    width: 100% !important;
}


.unique-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.7);
    color: white;
    padding: 10px; /* Increased padding for better visibility */
    text-align: center;
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    opacity: 0; /* Start with invisible label */
    transform: translateY(20px); /* Start with label slightly below the image */
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transitions */
    pointer-events: none; /* Prevents label from blocking mouse events */
}

.unique-carousel-item:hover .unique-label {
    opacity: 1; /* Fade in label */
    transform: translateY(0); /* Move label up to its position */
    pointer-events: auto; /* Allows interaction with the label if needed */
}

/* Prevent dragging for the entire carousel and its contents */
.unique-carousel, .unique-carousel-item, .unique-logos {
    user-drag: none; /* For WebKit browsers */
    -webkit-user-drag: none; /* For WebKit browsers */
    -ms-user-select: none; /* For Internet Explorer/Edge */
    user-select: none; /* Standard property */
    pointer-events: none; /* Disables all mouse events */
}

/* Reset pointer-events for specific interactive elements if needed */
.unique-carousel, .unique-carousel-item {
    pointer-events: auto; /* Re-enable pointer events for carousel navigation and other interactions */
}


/*New carousel*/

.marquee-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    gap: 1rem;
}

    .marquee-wrapper .marquee-content {
        position: relative;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        gap: 1rem;
        cursor: grab;
    }

        .marquee-wrapper .marquee-content .card-testimonial {
            padding: 1rem;
            color: #f5f5f5;
        }

            .marquee-wrapper .marquee-content .card-testimonial article picture {
                position: relative;
            }

                .marquee-wrapper .marquee-content .card-testimonial article picture img {
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: 50% 15%;
                    object-position: 50% 15%;
                }

            .marquee-wrapper .marquee-content .card-testimonial article h4 {
                font-size: 20px;
                text-transform: capitalize;
                margin-block: 1rem;
            }

            .marquee-wrapper .marquee-content .card-testimonial article article.short-description p {
                font-family: var(--ff-heading);
                font-size: 14px;
                font-weight: 300;
                line-height: 20px;
                margin-bottom: 1.2rem;
            }


.scrollingX {
    animation: scroll 78s linear infinite;
}

.marquee-wrapper:hover .scrollingX {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

/* Prevent dragging for the entire carousel and its contents */
.marquee-wrapper, .marquee-content, .card-testimonial, .card-testimonial img {
    user-drag: none; /* For WebKit browsers */
    -webkit-user-drag: none; /* For WebKit browsers */
    -ms-user-select: none; /* For Internet Explorer/Edge */
    user-select: none; /* Standard property */
    pointer-events: none; /* Disables all mouse events */
}

/* Reset pointer-events for specific interactive elements if needed */
.marquee-wrapper, .marquee-content {
    pointer-events: auto; /* Re-enable pointer events for carousel navigation and other interactions */
}


/* Global common css end */

/* Time Line Common */

/* Timeline Body */
.Timelinecontainerpd {
    padding-bottom: 16rem !important;
}


/* Timeline Section Start */
.Process-Header {
    font-size: 16px !important;
}

.Process-Content {
    font-size: 12px !important;
}

.custom-timeline-content {
    height: 5rem !important;
}

.custom-timeline li {
    float: left;
    width: 16.6666%; /* adjusted for six items */
    position: relative;
    text-align: center;
}

    .custom-timeline li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--red-color) !important;
        bottom: 45px;
        left: -50%;
        z-index: -999;
        transition: all ease-in-out .3s;
    }

    .custom-timeline li:first-child:after {
        content: none;
    }

/*.navbar-toggler-icon{
    background: repeat !important;
}*/

.header-new-nav a {
    text-decoration: none;
    color: var(--black-color);
    padding: 8px;
    /*text-transform: uppercase;*/
    transition: background-color 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 46px;
}

.header-new-nav a:hover {
    background-color: var(--grey-color);
}

.header-navbtn {
    color: var(--grey-color) !important;
    background-color: var(--red-color) !important;
    /*text-transform: uppercase !important;*/
    transition: color 0.3s ease !important;
    border: none !important;
    padding-right: 23px !important;
    padding-left: 24px !important;
    border-radius: 9px;
}

    .header-navbtn:hover {
        background-color: var(--red-color) !important;
        color: var(--grey-color) !important;
    }

.techsubmenu-li {
    position: static !important;
}

.techmenu {
    /*position: absolute !important;*/
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px !important;
}

    .techmenu .dropdown-item {
        padding: 6px 10px;
        color: #323232 !important;
        font-size: 14px;
        font-weight: 600;
    }

        .techmenu .dropdown-item:hover {
            background: none;
            color: #E13335 !important;
        }

.techsubmenuimg {
    padding-bottom: 18px;
    border-bottom: 1px solid #323232;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .techsubmenuimg img {
        margin-right: 15px;
        margin-left: 3px;
    }

.megamun-serv-li {
    position: static !important;
}

.megamun-serv {
    /*position: absolute !important;*/
}

.drpIndustrieMenu {
    right: 480px !important;
    left: 100px !important;
}

.drpservicemenu {
    padding: 15px 0 !important;
}



    .drpservicemenu .dropdown-item {
        padding: 12px 24px;
        color: #323232 !important;
        font-size: 16px;
        font-weight: 600;
    }




        .drpservicemenu .dropdown-item:hover {
            color: #FFFFFF !important;
            background: #E13335;
        }

.drpcommonmenu {
}

    .drpcommonmenu .dropdown-item {
        padding: 12px 35px;
        color: #323232 !important;
        font-size: 16px;
        font-weight: 600;
    }

        .drpcommonmenu .dropdown-item:hover {
            color: #FFFFFF !important;
            background: #E13335;
        }

.headersubmenubg {
    background: url('../images/Services/edit/headermenubg.jpg') no-repeat center center;
    background-size: cover !important;
    color: #fff;
}

    .headersubmenubg .submenutxt {
        font-size: 20px;
        color: #fff;
        padding-bottom: 12px;
    }

    .headersubmenubg .submenutxt2 {
        font-size: 16px;
        color: #fff;
    }

.submenuarrow {
}

    .submenuarrow:hover {
        background: none !important;
    }

.cntboxlink {
    color: #323232;
    text-decoration: none;
}

.achivement-block1 {
    position: static !important;
    bottom: auto !important;
    padding-top: 0 !important;
    max-width: 1000px;
    margin: auto;
}

.achievement-card {
    width: 100% !important;
    max-width: 196px !important;
    height: auto !important;
    display: flex;
    justify-content: center; /* Horizontal alignment */
    align-items: center; /* Vertical centering */
    text-align: center; /* Align text inside the card */
    border: 1px solid var(--grey-color) !important; /* Example border for visualization */
}

    .achievement-card .card-body .card-title {
        color: var(--red-color) !important; /* Example color */
        font-size: 40px;
    }

    .achievement-card .card-body {
        flex: none !important;
    }

.achievement-text {
    font-size: 16px !important;
}

.achivement-block {
    position: static !important;
    bottom: auto !important;
    padding-top: 0 !important;
}

.achievement-cards {
    margin-top: 50px;
}

/*Error Message*/
.frmerrormsg {
    font-size: 13px;
    color: #E13335;
    padding-left: 5px;
    display: none;
}

.trans_image {
    width: 20px;
}

.highlight-error-field {
    border: 2px solid var(--red-color) !important;
}



/* Steps */
.verticalstep {
    position: relative;
    min-height: 1em;
    color: gray;
}

    .verticalstep + .verticalstep {
        margin-top: 4.0em
    }

    .verticalstep > div:first-child {
        position: static;
        height: 0;
    }

    .verticalstep > div:not(:first-child) {
        margin-left: 4.5em;
        padding-left: 1em;
    }

    .verticalstep.verticalstep-active {
        color: #4285f4
    }

        .verticalstep.verticalstep-active .circle {
            background-color: #4285f4;
        }

/* Circle */
.circlestepper {
    /*background: gray;*/
    position: relative;
    /*width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;*/
    width: 60px;
    height: 60px;
    border-radius: 100%;
    /*color: #fff;*/
    text-align: center;
    /*box-shadow: 0 0 0 3px #fff;*/
}

    /* Vertical Line */
    .circlestepper:after {
        content: ' ';
        position: absolute;
        display: block;
        top: 1px;
        right: 50%;
        bottom: 1px;
        left: 50%;
        height: 100%;
        width: 1px;
        transform: scale(1, 2);
        transform-origin: 50% -70%;
        /*background-color: rgba(0, 0, 0, 0.25);*/
        background-color: #E13335;
        z-index: -1;
    }

.verticalstep:last-child .circlestepper:after {
    display: none
}

.verticalsteplast .circlestepper:after {
    display: none
}

/* Stepper Titles */
.steppertitle {
    font-size: 16px;
    font-weight: 600;
    color: #323232;
}

.steppercaption {
    font-size: 12px;
    color: #323232;
}

.webverticalstep {
    display: none !important;
}


.verified {
    color: green;
}

.not-verified {
    color: red;
}

.CustomcommonBtn {
    background-color: var(--red-color) !important;
    color: #fff !important;
    border: none !important; /* Removes border */
}

.nav-Header-font {
    font-size: 19px !important;
}

.btnmargin {
    margin-left: 60px;
}

.EmailButton {
    width: 64px;
    background: url('../../Album/Footer/Send-Email.svg') no-repeat right;
    margin-left: -13px;
    border: none;
    
}

/*.email-wrapper {
    display: flex;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

    .email-wrapper button {
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .email-wrapper button:hover {
            background: #b71c1c;
        }

        .email-wrapper button svg {
            width: 20px;
            height: 20px;
            fill: white;
        }
*/
.footerBoxButton {
    margin-top: 30px;
    box-sizing: border-box;
}

.FooterTexbox {
    width: 386px;
    height: 60px;
    border-radius: 11px;
    padding-left: 10px;
    border: none;
}

.footer-location {
    padding-bottom: 55px;
}

.footer-icons {
    width: 31px;
    float: left;
    height: 100% !important;
}

.footer-content{
    font-size: 20px;
}

.footer-content-box {
    box-sizing: border-box;
}

.footer-content-start {
    margin-top: 45px;
    margin-bottom: 30px;
}
.navbar-collapse {
    flex-basis: 100%;
     flex-grow: 0!important; 
    align-items: center;
}
.footer-explore{
    padding-left:120px;
}

.footer-social-icons{
    margin-left: 40px;
    margin-right: 40px;
}

.Roboto-bold-GetInTouch-size {
    font-size: 45px;
}

.Roboto-regular-Size-industries {
    font-size: 20px;
}

.FooterTexbox:focus ~ .EmailButton {
    transform: scale(1.1);
}

.hire-us-white-custombutton-geintouch {
    background: var(--red-color) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    width: 218px !important;
    height: 60px !important;
    box-shadow: inset 0 0 0 0 #ffffff !important;
    font-family: "Lato-SemiBold", sans-serif !important;
    font-size: 25px !important;
    text-align: center !important;
    border: none !important;
    transition: ease-out 0.7s !important;
    outline: none !important;
}

    /* Hover effect: changes to red button styles */
    .hire-us-white-custombutton-geintouch:hover {
        background: #ffffff !important;
        color: var(--black-color) !important;
        box-shadow: inset 300px 0 0 0 #ffffff !important;
        border: none !important;
    }

@media (max-width: 576px) {
    .footer-explore {
        padding-left: 0px;
    }

    .FooterTexbox {
        border-radius: 11px;
        padding-left: 10px;
        border: none;
    }

    .EmailButton {
        float: left;
        border: none;
    }
}

.Roboto-Black-size {
    font-size: 40px;
}

.Roboto-medium-why-choose-size {
    font-size: 18px;
}

@media (max-width: 768px) {
    
}

@media (max-width: 992px) {
    .footer-explore {
        padding-left: 0px;
    }

    .footer-location {
        padding-bottom: 0px;
    }

    .center-BoxButton {
        justify-content: center !important;
    }

    .FooterTexbox {
        width: 280px !important;
    }
}

@media (max-width: 1043px) {
    .FooterTexbox {
        width: 210px !important;
    }

    .footer-icons {
        padding-bottom: 0px;
    }
}


@media (max-width: 1400px) {
    .FooterTexbox {
        width: 210px !important;
    }

    .footer-title {
        font-size: 1.4rem !important;
    }

    .Roboto-bold-GetInTouch-size {
        font-size: 39px;
    }

    .Roboto-regular-GetInTouch-size {
        font-size: 28px;
    }
}

@media (max-width: 1503px) {
    .FooterTexbox {
        width: 280px;
    }
}

@media screen and (max-width: 991px) {
    #subNavbar {
        flex-direction: column;
        /* padding-left: 0 !important;
        padding-right: 0 !important;*/
    }

    /* Contact info and social media lists */
    .contact-info-wrapper,
    .social-icons-wrapper {
        display: flex;
        flex-direction: row !important;
        align-items: flex-start !important; /* Align items to the start */
        width: 100%;
    }

    .contact-info li:last-child {
        padding: 0 10px !important;
    }

    .footer-background {
        padding: 2rem !important;
    }

    .footer-title {
        font-size: 1.4rem !important;
    }

    .containerpd {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .HeaderPadding {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .nav-Header-font1 {
        font-size: 18px !important;
    }

    .CommonCntContainerPd {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .footer-background {
        padding: 2rem !important;
    }

   /* .footer-title {
        font-size: 1.4rem !important;
    }*/

    .line {
        height: 4px; /* Adjust height for smaller screens */
    }

        .line.left, .line.right {
            margin: 0.5rem; /* Adjust margin for smaller screens */
        }

    .talktous {
        padding-top: 20px; /* Adjusted top padding for small devices */
        padding-bottom: 20px; /* Adjusted bottom padding for small devices */
    }
    /*.navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0px;
    }*/
}

@media (max-width: 1170px) {
    .webverticalstep {
        display: block !important;
    }

    .custom-timeline {
        display: none !important;
    }

    .Timelinecontainerpd {
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 1200px) {
    .header-nav {
        display: none;
    }

    .Roboto-Black-size {
        font-size: 32px;
    }

    .Testimonial-section {
        margin-top: 330px !important;
    }

    .contact-link {
        display: none;
    }

    .toggle-menu {
        display: block;
    }

    .Roboto-bold-GetInTouch-size {
        font-size: 34px;
    }

    .Roboto-regular-GetInTouch-size {
        font-size: 26px;
    }

    .header-nav a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-container {
        padding: 0 !important;
    }

    .custom-Padding {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .talktous {
        padding-top: 40px; /* Adjusted top padding for medium screens */
        padding-bottom: 40px; /* Adjusted bottom padding for medium screens */
    }
}

@media (max-width: 400px) {
    .side-menu {
        width: 100%;
    }
}

@media (min-width: 801px) {
    .side-menu {
        transform: translateX(100%);
    }
}
/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-background {
        padding: 2rem 1rem !important;
    }

    .footer-title {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 576px) {
    .main-testimonial-card-size {
        width: 100% !important;
        height: 100% !important;
    }

    .talktous {
        padding-top: 15px; /* Adjusted top padding for extra small devices */
        padding-bottom: 15px; /* Adjusted bottom padding for extra small devices */
    }

    .drpservicemenu .dropdown-item {
        padding: 12px 10px;
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: center !important;
    }
}
@media (min-width: 1400px) {
    .main-testimonial-center {
        padding-right: 20rem !important;
        padding-left: 20rem !important;
    }

    .talktous {
        height: auto; /* Adjust height for smaller screens */
    }
}

@media (max-width: 1024px) {
    .section-menu-max-width {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .navbar-brand {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .marquee-wrapper {
        overflow: auto;
    }

    .btnmargin {
        margin-left: 0px !important;
    }
    /*.header-navbtn {        
        padding-right: 16px !important;
        padding-left: 16px !important;        
    }*/
}

@media (max-width: 992px) {
    .talktous {
        padding-top: 30px; /* Adjusted top padding for tablets */
        padding-bottom: 30px; /* Adjusted bottom padding for tablets */
    }

    .section-menu-max-width {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .navbar-brand {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .unique-carousel {
        width: 75%;
    }

    .drpservicemenu {
        min-width: 780px !important;
    }
}

@media screen and (max-width: 567px) {
    .containerpd {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .HeaderPadding {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .nav-Header-font1 {
        font-size: 18px !important;
    }

    .CommonCntContainerPd {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

@media screen and (max-width: 575px) {
    .CommonTab {
        text-align: left;
    }

    .Roboto-regular-GetInTouch-size {
        font-size: 18px;
    }
}
/*@media (max-width: 1100px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0px;
    }
}*/
@media (max-width: 1560px) {
    .nav-Header-font1 {
        font-size: 18px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 20px;
    }
}

@media (max-width: 1250px) {
    .nav-Header-font1 {
        font-size: 16px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0px;
    }

    .navbar-brand {
        margin-right: 41px !important;
    }
}

@media (max-width: 1099.98px) {
    .achivement-block1 {
        max-width: 600px !important;
    }
}

@media (min-width: 1399.98px) {
    .achivement-block1 {
        position: relative !important;
        padding-top: 0 !important;
        bottom: 18vh !important;
        z-index: 1 !important;
        max-width: 1000px;
        margin: auto;
        object-fit: cover;
    }

    .achivement-block1 {
        padding-top: 2.5rem !important;
        bottom: auto !important;
        padding-top: 0 !important;
    }

    .custom-header-testimonial {
        margin-bottom: -25px !important;
        margin-top: -100px !important;
    }
}

.testimonail-btn-are {
    display: flex;
    place-items: center;
}

.testimonial-btn {
    width: 71px !important;
    height: 73px !important;
    border-radius: 50% !important;
    border: none;
    background-color: white;
}

.BoxTitle {
    box-shadow: 0px 2px 0px 1px #E13335 !important;
    border-radius: 30px !important;
    margin-bottom: 10px;
    color: #E13335 !important;
}

.owl-prev, .owl-next {
    box-shadow: 0px 0px 20px -9px red !important;
}

.Roboto-semibold-testimonial-size {
    font-size: 18px;
}

.testimonial-row {
    width: 1559px !important; 
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    display: flex !important;
    transition: transform 0.5s ease !important;
}

.Roboto-regular-GetInTouch-size {
    font-size: 30px;
}

.our-customer-sub-content {
    width: 730px;
}

.testimonial-container {
    position: relative !important;
    overflow: hidden !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
}

.testimonial-card-body {
    width: 499px !important;
    height: 274px !important;
    margin: 0px 13px;
    padding: 20px 45px;
    background-color: #F2F2F2 !important;
    border-radius: 15px !important;
}

.testimonial-card {
    padding: 7px 10px;
    border: none !important;
    height: max-content !important;

}

.testimonial-vertical-line {
    padding-left: 20px;
    border-left: 7px solid #E13436;
    line-height: 1.1;
}

.mainvacancies {
    /*background-image: url('../../Album/Index/GetInTouchBanner.png');*/ /* Update the path as needed */
    /*background-repeat: no-repeat;
    background-size: cover;*/
    /*width: 1875px !important;*/
    height: 281px !important;
    color: #FFFFFF;
    padding-left:0px !important;
    padding-right:0px !important;
   
}



 /*---------------------------------*/

.testimonial-area{
    width: 1750px;
}

.testimonial-container{
    display: flex;
    justify-content: center;
}

.testimonial-slider {
    position: absolute;
}

.testi-stage {
    display: inline-flex;
    transition: transform 0.3s ease-in-out;
}

.testi-carousel .testi-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.testi-stage-outer{
    margin: 0px 20px;
}

@media (max-width: 1770px) {

    .testimonial-area {
        width: 100% !important;
    }

    .testimonial-card-body {
        width: 425px !important;
        height: 300px !important;
        margin: 0px 50px;
    }

}

@media (max-width: 1730px) {

    .testimonial-card-body {
        width: 425px !important;
        margin: 0px 40px !important;
    }

}

@media (max-width: 1690px) {

    .testimonial-card-body {
        margin: 0px 30px !important;
    }
}

@media (max-width: 1635px) {

    .testimonial-card-body {
        margin: 0px 23px !important;
    }
}

@media screen and (max-width : 1600px) {

    .mainvacancies {
        width: 100% !important;
    }

    .testi-stage, .testimonial-card-body {
        min-height: max-content !important;
        width: 200% !important;
        margin: 0px 23px !important;
    }
}

@media (max-width: 1200px) {
    .mainvacancies {
        height: 100% !important;
    }

    .get-in-touch-btn-box {
        display: flex;
        justify-content: center;
    }

    .text-font{
        font-size:17px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .mainvacancies {
        width: 100% !important;
    }

    .Roboto-Black-size {
        font-size: 28px;
    }

    .Roboto-bold-GetInTouch-size {
        font-size: 29px;
    }

    .Roboto-regular-GetInTouch-size {
        font-size: 22px;
    }

    .testi-stage, .testimonial-card-body {
        width: 300% !important;
        padding: 15px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .mainvacancies {
        width: 100% !important;
    }

    .Roboto-Black-size {
        font-size: 25px;
    }

    .Roboto-bold-GetInTouch-size {
        font-size: 26px;
    }

    .Roboto-regular-GetInTouch-size {
        font-size: 21px;
    }

    .testimonial-btn {
        width: 51px !important;
        height: 53px !important;
    }

    .testi-stage, .testimonial-card-body {
        width: 600% !important;
        margin: 0px 15px !important;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .Roboto-bold-GetInTouch-size {
        font-size: 25px;
    }

    .Roboto-regular-Size-industries {
        font-size: 17px;
    }

    .Roboto-Black-size {
        font-size: 23px;
    }

    .Roboto-regular-GetInTouch-size {
        font-size: 20px;
    }

    .testimonial-btn {
        width: 41px !important;
        height: 43px !important;
    }

    .testi-stage, .testimonial-card-body {
        width: 600% !important;
        margin: 0px 10px !important;
    }
}

@media (max-width: 575.98px) {
    .Roboto-Black-size {
        font-size: 22px;
    }

    .Roboto-regular-Size-industries {
        font-size: 15px;
    }

    .testimonial-card, .testimonial-card-body, .card-body {
        margin: 0px !important;
        padding: 8px !important;
        height: max-content !important;
    }

    .testi-stage, .testimonial-card-body {
        width: 600% !important;
        margin: 0px 14px !important;
    }
}

@media (max-width: 360px) {
    .Testimonial-section {
        margin-top: 570px !important;
    }

    .Roboto-regular-Size-industries {
        font-size: 14px;
    }

    .testimonial-btn {
        width: 41px !important;
        height: 43px !important;
    }

    .testi-stage, .testimonial-card-body {
        width: 600% !important;
        margin: 0px 15px !important;
    }
}


.GetInTouchBanner1 {
    background-image: url('../../Album/Index/GetInTouchBanner01.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.GetInTouchBanner2 {
    background-image: url('../../Album/Index/GetInTouchBanner02.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 0px) and (max-width: 360px) {

    .FooterTexbox {
        width: 50% !important;
    }

    .testimonial-card img{
        width: 10px;
        height: 10px;
    }

    .Roboto-semibold-testimonial-size{
        font-size: 15px !important;
    }

    .testimonial-vertical p{
        font-size: 13px !important;
    }
}
