/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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&family=Readex+Pro:wght@160..700&display=swap');*/

/* @import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Dancing+Script:wght@400..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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&family=Quicksand:wght@300..700&family=Readex+Pro:wght@160..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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'); */

body {
    /*font-family: "Poppins", sans-serif !important;*/
    /* font-family: "Quicksand", serif !important; */
    overflow-x: hidden;
}

.web-font{
    font-family: var(--heading-text);
    font-size: 45px;
    font-weight: 600;
    color: #ffffff !important;
}
:root {
    --grey_font: #777777;
    --black: #000000;
    --logo_colour: #2c3cb9;
    --bg_light_grey: #ececec;
    --heading-font: 30px;
    --subheading: 15px;
    --footersubheading: 18px;
    --sub-text: "Poppins", sans-serif;
    --heading-text: "Inria Serif", serif;
    --darkmode-ligth:#fff;
}

.theme-light {
    --primary-base: #ffffff;
    --color-secondary: #fbfbfe;
    --color-accent: #fd6f53;
    --font-BTW: #000000;
    --font-WTB: #ffffff;
    --text-logo-color: #2c3cb9;
    --text-grey: #777777;
    ---light-bg: #F5F8FF;
    --light-stroke: #E3ECFF;
}

.theme-dark {
    --primary-base: #2a2c2d;
    --color-secondary: #2a2c2d;
    --color-accent: #12cdea;
    --font-WTB: #000000;
    --font-BTW: #ffffff;
    --text-logo-color: #ffffff;
    --text-grey: #bcbcbc;
    ---light-bg: #282929;
    --light-stroke: #535353;
}

.web_banner {
    display: block;
}

.mobile_banner {
    display: none;
}

/* .card_boxactive {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;

} */
.container_padding{
    padding: 0px 4%;
}
.textcenter {
    text-align: center;
}

.dark {
    background-color: #292c35;
}
.locationview{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    background: #ffffff1c;
    padding: 10px;
    border-radius: 10px;
    margin: 0px 7px 13px;
}
.india_footerimg{
    opacity: 0.3;
}
.locationview:hover img{
     opacity: 1;
}
.locations_footer_views{
    border-bottom: 2px solid #ffffff12;
    margin-bottom: 11px;
}
section {
    margin: 40px 0px;
}

body {
    background-color: var(--primary-base) !important;
}
.icon_solution{
    height: auto !important;
}
.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #111;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-moon {
    color: #f1c40f;
}

.fa-sun {
    color: #f39c12;
}

.checkbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
    transform: translateX(24px);
}



.btn--changeGradient {
    /* background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important; */
    /*background: linear-gradient(90deg, #2c3cb9, #1c6bdb, #03a9f4, #f441a5, #ffeb3b, #03a9f4, #1c6bdb, #2c3cb9);*/
    background-size: 400%;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 8px 25px !important;
    font-size: var(--subheading);
    background-color: #ffffff00;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 round 10px);
}

.btn--changeGradient:hover span {
    color: var(--logo_colour);
}

.Header_shake-notification span {
    position: relative;
}

.btn--changeGradient:hover,
.about_us ul li .cursor_point a button:hover,
.technology_slack .nav-tabs .nav-link:hover {
    animation: changeGradientAnimation 15s linear infinite;
}

.btn--changeGradient:hover {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
}

@keyframes changeGradientAnimation {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

.btn-12 {
    background: none;
    /* position: relative; */
    /* right: 20px;
    bottom: 20px; */
    border: none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    color: #fff;
}

.btn-12 span {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-12 span:nth-child(1) {
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}



/* <-- animation --> */
header,
.head-nav-third {
    z-index: 999;
}

#navbar .sticky {
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
}

.head-nav-third .navbar,
.pd-zero {
    padding: 0
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
}

.head-nav-third {
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
}

.head-nav-third ul li a{
    font-family: var(--sub-text);
    position: relative;
    font-size: var(--subheading);
    line-height: 31px;
    color: #ffffff;
    font-weight: 300;
    padding: 16px 5px;
}

.header-nav-second ul li:hover::after {
    width: 100%;
    transition: width .3s;
}

.head-nav-third ul li:hover a, .navbar-nav li ul li:hover a {
    color: #fff ;
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
    border-radius: 10px;
}

.navbar-nav li ul li a::after {
    display: none !important;
}

.navbar-nav li:hover a::after {
    width: 100%;
    transition: width .3s;
}

.header-nav-second ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #a1c633;
    transition: width .3s
}

.head-nav-third ul li:last-child,
.top-alert-strip ul li:last-child {
    margin-right: 0
}

.head-nav-third .navbar-nav {
    margin-top: 8px
}

.header-nav-second ul li:hover a {
    color: #b0000c
}

.navbar-brand {
    height: 40px
}

.navbar-brand img {
    width: 214px
}

.sticky .navbar-brand img {
    width: 152px
}

.head-nav-one ul li a:hover {
    color: #9093fa;
    transition: .5s
}

.head-nav-third.stick {
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: .4s;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    z-index: 9999
}

.head-nav-third ul li.active a {
    color: #0b1688;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 5px;
    line-height: 20px 15px;
    position: relative;
    top: 2px
}

.header-nav-second {
    background: #fff;
    padding-top: 15px
}

.header-nav-second ul {
    text-align: right
}

.header-nav-second ul li {
    display: inline-block;
    margin-right: 20px 15px
}

.header-nav-second ul li a {
    color: #534c4c;
    font-size: var(--subheading);
    font-weight: 600
}

.header-nav-second ul li select,
.our-partners p {
    font-size: var(--subheading);
    font-family: 'Open Sans', sans-serif
}

.header-nav-second ul li a span {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.header-nav-second ul li a img {
    padding-right: 10px
}

.header-nav-second ul li select {
    border: 0;
    padding: 6px 29px 6px 15px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px -1px #ccc;
    -moz-box-shadow: 0 0 5px -1px #ccc;
    box-shadow: 0 0 5px -1px #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 5px
}

.head-nav-third ul li {
    margin: 0 9px
}

.navbar-nav ul {
    background-image: linear-gradient(#ff000000, #f3f6ff);
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px
}

.navbar-nav ul {
    background-color: #fff
}

.navbar-nav ul {
    display: none;
    position: absolute;
    width: 275px;
    top: 100%;
    z-index: 1;
    text-align: left;
    color: #fff;
    list-style: none;
    padding: 0;
    margin-top: 0px
}

#collapsibleNavbar {
    justify-content: center;
}

.navbar-nav ul li a {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 16px 5px;
    font-size: var(--subheading);
}

.navbar-nav li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}

.navbar-nav li ul li {
    /* color: #fff; */
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 4px 10px
}

.scroll-mynav {
    /*height: 550px !important;*/
    overflow-y: scroll !important;
}
.scroll-mynav li{
    border-radius: 10px 10px 10px 10px;
}

.mobile-show,
.mobile_view,
.nav-mobile,
.radio {
    display: none;
}

/* ///////////////////////////////////////////////////////////////////////////header css end//////////////////////////////////////////////////////////////////////////////////// */
a {
    text-decoration: none !important;
}

.section_container {
    padding: 0 60px !important;
}

header .get_Quote a {
    padding: 0 !important;
}

header .get_Quote {
    padding: 4px 23px !important;
}

.get_Quote {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
}

.navbar-expand-md .navbar-nav {
    margin-top: 0 !important;
    align-items: center;
}

/* Footer css */
.facebook img {
    width: auto !important;
}

footer {
    background: linear-gradient(180deg, #1d2747, #172039);
    padding: 40px 0 0;
}

footer .logo_sec {
    display: flex;
    align-items: center;
}

footer a img {
    height: 19px;
    width: 171px;
}

footer p {
    color: #fff !important;
    font-size: var(--subheading);
    text-align: center;
    margin: 5px 0px 20px;
}

Footer .tagline {
    font-size: var(--subheading);
    margin: 0px 0px 0px 20px;
    text-align: left;
    line-height: 24px;
}

footer .social-media {
    float: inline-end;
}

footer .social-media ul {
    display: flex;
    gap: 10px;
}

footer .social-media ul li,
.sidebar .social-media ul li {
    background: #173db9;
    padding: 8px 13px;
    border-radius: 100px;
    transition: transform 2s;
}

footer .social-media ul .facebook,
.sidebar .social-media ul .facebook {
    padding: 8px 15px;
}

footer .social-media ul li a {
    color: #fff;
}

footer .social-media ul li:hover {
    background: #fff;
    transform: rotate(360deg);
}

Footer ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: var(--subheading);
    font-weight: 400;
    color: #ffffff;
}

footer ul li {
    margin-bottom: 6px;
}

footer .social-media ul li:hover a {
    color: #173db9;
}

footer .Navigation li:first-child a{
    font-size: var(--footersubheading);
    font-weight: 600;
    color: #6b7bad;
}

.company_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 2px solid #ffffff12;
    border-bottom: 2px solid #ffffff12;
    margin: 20px 0;
}

.main_bannercontent h2,
.about_content h2,
.head_text h1,
Footer h1 {
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 600;
    color: #fff;
    margin: 0px 30px 0px 0px;
}

Footer ul {
    padding: 0;
    list-style: none;
}

footer .Blue_btn {
    padding: 10px 30px !important;
}

.Blue_btn {
    background: #173db9;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
}

.contact li {
    display: flex;
    flex-direction: row;
}

.contact div {
    background: #173DB9;
    padding: 5px 9px;
    border-radius: 50px;
    margin-right: 10px;
    width: 33px;
    height: 33px;
}

.contact svg {
    color: #fff;
}

/* Footer css end*/

/* ----- about_us  ------ */
.img_fluid {
    width: 100% !important;
}

.hear_about_client_info {
    transform-origin: center;
    will-change: transform;
}

.aboutus_container {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.aboutus_container img {
    /* height: 520px; */
    width: 100%;
}

.aboutus_container .about_content hr {
    border: 0 !important;
    background: linear-gradient(90deg, #173db9, #03a9f4);
    height: 5px;
    opacity: 1;
    width: 30%;
    border-radius: 100px;
    margin: 15px auto;
}

.waviy span,
.about_content h1 {
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: #ffffff00; */
    color: #fff;
    font-size: 45px;
}

.about_content h2 {
    line-height: 40px;
}

.about_content {
    position: absolute;
    top: 5%;
    width: 50%;
    text-align: center;
    transform: translate(0px, 50%);
}

.about_innercontent p,
.about_info .about_detals {
    color: #474747;
    text-align: center;
    font-size: 17px;
    margin: 0px;
    line-height: 25px;
}

.about_innercontent h1 {
    font-family: var(--heading-text);
    text-align: center;
    font-weight: 400;
    margin: 10px 0px;
    font-size: 40px;
}

.about_innercontent h1 span {
    font-weight: 600;
    color: var(--logo_colour);
}

.right_side_dev p,
.dev-info .apllication_process ul li,
.apllication_process .extend_hover p,
.approach_slider .subheading,
.service_info .subheading,
.dev-info .subheading,
.about_innercontent p {
    font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-weight: 400;
    line-height: 30px;
}

.user_experience {
    /* background: #F5F8FF; */
    text-align: center;
    padding: 25px 0 20px;
    border-radius: 20px;
    margin: 40px 0px 30px;
    background: linear-gradient(166deg, #ffffff, #F5F8FF);
    border: 2px Solid #F5F8FF;
    transition: border-color 0.4s ease;
}

.user_experience:hover {
    /* background: linear-gradient(166deg, var(--logo_colour), #0c155a); */
    border-color: var(--logo_colour);
    /* border: 4px Solid linear-gradient(166deg, #173db9, #03a9f4); */
}

.user_experience h1 {
    font-family: var(--sub-text);
    font-size: 40px;
    font-weight: 410;
    margin: 0px;
    line-height: 35px;
    color: #000;
}

.user_experience:hover h1 {
    color: var(--logo_colour) !important;
}

.Client h1,
.wheel-slider-wrap .our_vision,
.approach_slider .heading,
.service_info .heading,
.dev-info .heading,
.testimonials h1,
.our_customer h1,
.our_journey h1,
.achievements_container h1,
.home_about_us h1,
.ourmission h1,
.feature-card-content h1{
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 600;
    margin: 0px;
}

.achievements_container li:hover img {
    transform: scale(0.5);
    margin-top: -41px;
    margin-left: 18px;
}

.animated-image {

    animation: continuousAnimation 10s infinite linear;
}

@keyframes continuousAnimation {
    0% {
        transform: scale(1) rotate(0deg) translateY(0px);
    }

    50% {
        transform: scale(1.05) rotate(5deg) translateY(10px);
    }

    100% {
        transform: scale(1) rotate(0deg) translateY(0px);
    }
}

.achievements_container:hover .hover_effect {
    bottom: -2px;
    opacity: 1;
}

.achievements_container h1 span {
    color: var(--logo_colour);
}

.journey-title {
    margin: auto !important;
    width: 70%;
    text-align: center !important;
}

.Client p,
.home_about_us p,
.testimonials p,
.journey-title,
.our_customer p,
.achievements_container p,
.user_experience p,
.ourmission p {
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
    margin: 5px 0px 5px;
    line-height: 25px;

}

.achievements_Section {
    margin-bottom: 0;
}

.achievements_container {
    width: 100%;
    overflow: hidden;
    background: #F5F8FF;
    padding: 60px 50px;
}

.achievements_container ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.achievements_container ul li:hover p {
   opacity: 1;
    width: 167px;
    text-align: center;
    bottom: 4px !important;
    font-size: 14px;
    left: -13px;
    line-height: 19px;
}

.achievements_container ul li p {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    transition: .3s ease-in-out;
    opacity: 0;
}

.achievements_container ul li {
    text-align: center;
    position: relative;
}

.achievements_container ul li img {
    width: auto;
    height: 120px;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.Client h1 span,
.home_about_us h1 span,
.approach_slider h1 span,
.service_info h1 span,
.dev-info h1 span,
.testimonials h1 span,
.our_customer h1 span,
.our_journey h1 span,
.ourmission h1 span,
.feature-card-content h1 span {
    color: var(--logo_colour);
}

.approach_slider .subheading,
.service_info .subheading,
.dev-info .subheading,
.our_customer p {
    width: 71%;
    margin: auto;
    text-align: center;
}

.our_customer h1,
.our_journey h1 {
    text-align: center;
    margin-bottom: 10px;
}

.our_customer {
    background: #F5F8FF;
    padding: 50px 0px;
}

.our_customer .col-md-2 {
    text-align: center;
}

.our_customer img {
    margin: 15px 0px;
    object-fit: contain;
    max-height: 160px;
    opacity: 80%;
    filter: grayscale(100%);
    transition: 600ms ease;
}

.our_customer img:hover {
    filter: grayscale(0);

}

.logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px 50px;
    justify-items: center;
    align-items: center;
}

.logo-container img {
    width: 160px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.enquery-us {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 15px;
}

.Consult_btn {
    box-shadow: 0px 0px 15px 0px #0000001F;
    background: #FFFFFF;
    border: none;
    font-size: var(--subheading);
    color: var(--logo_colour);
    padding: 8px 18px;
    margin-right: 10px;
    border-radius: 100px;
    font-weight: 600;
}

.Consult_btn:hover {
    background: linear-gradient(0deg, #173DB9, #173DB9),
        linear-gradient(258.26deg, rgba(0, 6, 58, 0) 32.83%, rgba(0, 6, 58, 0.2) 95.71%);
    color: #fff;
}

.enquery-us p {
    color: #404040;
    font-size: var(--subheading);
    font-weight: 400;
    margin: 5px 0px 5px;
    line-height: 25px;

}

.download-btn:hover {
    background: #FFFFFF;
    color: var(--logo_colour);
}

.download-btn {
    background: linear-gradient(0deg, #173DB9, #173DB9), linear-gradient(258.26deg, rgba(0, 6, 58, 0) 32.83%, rgba(0, 6, 58, 0.2) 95.71%);
    font-size: var(--subheading);
    color: #fff;
    padding: 8px 18px;
    margin-right: 0px;
    border-radius: 100px;
    font-weight: 400;
    border: 2px solid #173db9 !important;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 round 10px);
}

.questions_animation {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 600;
    text-align: right;
    color: var(--logo_colour);
    margin: 0px;
}

.questions_section h2 {
    text-align: end;
    font-size: 26px;
    margin: 9px 0px;
}

.sentence::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 6px;
    width: 14px;
    height: 2px;
    background-color: #DAFDBA;
    animation: blink 0.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.testswiperr .swiper-wrapper {
    align-items: flex-end;
}

.testimonials_wrapper {
    background: linear-gradient(#ff000000, #f3f6ff);
    padding: 15px;
    border: 3px solid #F5F8FF;
    border-radius: 15px;
    margin: 20px 0px;

}

.testimonials_wrapper:hover,
.swiper .swiper-slide-active .testimonials_wrapper {
    background: linear-gradient(358deg, rgb(24 36 126) 0%, rgb(38 53 166) 100%),
        /* Dark blue to transparent */
        linear-gradient(179deg, #F5F8FF, #F5F8FF);
    margin-bottom: 50px !important;
    transition: 0.4s ease;
}

.testimonials_wrapper:hover p,
.swiper .swiper-slide-active .testimonials_wrapper p {
    color: #fff !important;
}

.testimonials_container {
    margin: 14px 0px 0px 71px;
    overflow: hidden;
}

.testimonials_wrapper .d-flex {
    margin: 14px 0px;
}

.testimonials_wrapper>p {
    color: #404040;
    font-size: var(--subheading);
    height: 150px;
}

.swiper .swiper-slide:nth-child(1) .testimonials_wrapper img {
    filter: brightness(35);
}

.testimonials_wrapper:hover img {
    filter: brightness(35);
}

.testimonials_wrapper img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.testimonials_wrapper .d-flex>p {
    color: #000000;
    font-size: 17px !important;
    font-weight: 500;
}

.hear_about_client_info {
    background-image: url(../images/beyond_work.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.hear_about_client {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.about_client {
    overflow-x: hidden;
    width: 100%;
    overflow-y: hidden;
    transition: transform 0.2s ease;
}

.about_client .inner_section {
    position: absolute;
    width: 30%;
    color: #fff;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    text-align: center;
    transition: transform 0.2s ease;
}

.inner_section h1 {
    font-size: 45px;
}

.inner_section h2 {
    font-size: 30px;

}

.inner_section p {
    font-size: var(--subheading);
    line-height: 25px;
}

/* timeline slider  */
.h--timeline-container,
.h--timeline-events {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0px;
}

.h--timeline-navigation-container ul,
.h--timeline-navigation-container li,
.h--timeline-events ol,
.h--timeline-events li,
.h--timeline-line ol,
.h--timeline-line li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.h--timeline {
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    overflow: hidden;
}

.h--timeline--loaded {
    opacity: 1;
}

.h--timeline-container {
    height: 100px;
}

.h--timeline-dates {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,
.h--timeline-dates::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 50px;
}

.h--timeline-dates::before {
    left: 0;
    background: linear-gradient(to right, hsl(36, 200, 94), hsla(36, 200, 94, 0));
}

.h--timeline-dates::after {
    right: 0;
    background: linear-gradient(to left, hsl(36, 200, 94), hsla(36, 200, 94, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 49px;
    height: 2px;
    background-color: #D9D9D9;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #173db9;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


/* dates above and below dots */
/* --------------------------------------- */
.h--timeline-date {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: var(--subheading);
    font-weight: 500;
    padding-bottom: 0.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #777777;
}

.h--timeline-date:hover {
    font-weight: 600;
}

/* dots */
/* --------------------------------------- */
/* default colour of dots */
.h--timeline-date::after,
.h--timeline-date::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #D9D9D9;
    background-color: #D1774C;
    transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date::before {
    bottom: -3px;
    height: 9px;
    width: 9px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    z-index: 2;
}

.h--timeline-date:hover::before,
.h--timeline-date:hover::after {
    transition: background-color 0.3s, border-color .3s, top .3s;
}

/* hover colour */
.h--timeline-date:hover::after {
    background-color: #779282;
    border-color: #0A3027;
}

.h--timeline-date--selected {
    pointer-events: none
}

/* active dot colour */
.h--timeline-date--selected::after {
    background-color: #D1774C;
    border-color: #D1774C;
}

.h--timeline-date--selected::before {
    background-color: #D1774C;
}

/* dots to the left of active */
.h--timeline-date--older-event::after {
    background-color: #D1774C;
    border-color: #d9d9d9;
}


/* Carousel navigation */
/* --------------------------------------- */
/* ring around the arrows */
.h--timeline-navigation {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #1a2684;
    transition: border-color 0.3s;
}

.h--timeline-navigation::after {
    content: '\F285';
    position: absolute;
    height: 14px;
    width: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}

.h--timeline-navigation:hover {
    border-color: #D1774C;
}

.h--timeline-navigation--prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
    right: 0;
}

.h--timeline-navigation--inactive {
    cursor: not-allowed;
}

.h--timeline-navigation--inactive::after {
    background-position: 0 -16px;
}

.h--timeline-navigation--inactive:hover {
    border-color: #E8DFD5;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
    /* overflow:hidden; */
    transition: height .4s;
    padding-bottom: 2rem;
}

.h--timeline-event {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
    margin: 0px auto 0px;
}

.h--timeline-event-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    width: 95%;
    margin: auto;
    color: #777777;
}

.h--timeline-event--selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.timeline_rightside {
    padding: 10px 0px;
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,
.h--timeline-event--leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.h--timeline-event--enter-left,
.h--timeline-event--leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.h--timeline-event--leave-right,
.h--timeline-event--leave-left {
    animation-direction: reverse;
}

.h--timeline-event-title {
    color: #173DB9;
    text-align: center;
    font-size: var(--heading-font);
    font-weight: 600;
    margin: 0px;
}

.h--timeline-event-date {
    display: block;
    font-style: italic;
    margin: 0.5rem auto;
    margin: 1rem auto;
}

.h--timeline-event-date::before {
    content: '- ';
}


.h--timeline-date::after,
.h--timeline-date::before {
    background: #D9D9D9;

}

.h--timeline-line li:nth-child(even) .h--timeline-date {
    bottom: -48px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
    width: 21px;
    height: 21px;
    bottom: -11px;
    background-color: #173db9;
    border-color: #173DB9;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
    bottom: 40px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
    bottom: 37px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
    bottom: 44px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
    bottom: -3px;
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.h--timeline-line li:nth-child(odd) .h--timeline-date {
    bottom: 4px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date span {
    transform: translate(-13px, 27px);
    position: absolute;
}


/**/
.timelline_info img {
    width: 396px;
    border-radius: 72px;
    position: relative;
    transform: rotate(352deg);
    height: 258px;
    object-fit: cover;
    right: 0px;
    left: 26%;
}

.journey-startingyear {
    color: #9EA8C7;
    font-size: 146px;
    font-family: "Baloo 2", sans-serif;
    position: absolute;
    margin: 0px;
    z-index: 999;
    font-weight: 700;
    text-shadow: -1px 3px 0 #fff, 1px 3px 0 #fff, 3px -1px 0 #fff, -1px -1px 0 #fff;
    letter-spacing: 2.2px;
    left: 0%;
}

.journey-endyear {
    color: #173DB9;
    font-size: 143px;
    font-family: "Baloo 2", sans-serif;
    position: absolute;
    margin: 0px;
    z-index: 999;
    font-weight: 700;
    text-shadow: -1px 3px 0 #fff, 1px 3px 0 #fff, 3px -1px 0 #fff, -1px -1px 0 #fff;
    top: 95px;
    letter-spacing: 2.2px;
    left: 5%;
}

.journey-endyear span {
    position: absolute;
    top: -4px;
}

.timeline_rightside h1 {
    font-size: var(--heading-font);
    font-weight: 600;
    margin: 8px 0px;
}

.journey-startingyear span {
    letter-spacing: 2.2px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
    bottom: -4px !important;
}

/* about_us end*/


/* Development Service start*/
.my_slider_content p {
    margin: 0px;
    font-size: 14px;
    text-align: left;
    line-height: 27px;
    color: #FFFFFF;
}

.industries_section {
    position: absolute;
    transform: translate(0px, 25px);
    width: 100%;
    left: 0px;
    display: flex;
    flex-direction: row;
    padding: 18px 57px;

}

.industries_section p {
    color: #fff;
    width: 53%;
    margin-left: 21px;
    font-size: var(--subheading);
    line-height: 25px;
}

.industries_section h1 {
    color: #FFFFFF;
    font-size: 58px;
    opacity: 50%;
    margin: 0px;
    line-height: 52px;

}

.about_content p {
       font-size: var(--subheading);
       font-family: var(--sub-text);
    color: #fff;
    width: 482px;
    margin: 15px auto 0px;
    line-height: 25px;
}

.aboutus_container .development-content {
    top: 60px;
    width: 46%;
    text-align: center;
    transform: translate(0px, 51%);
}
.aboutus_container .development-content h2 br{
    display: none;
}
.dev-info .subheading {
    line-height: 25px;
}
.circle_text_view p{
    margin: 5px 40px 5px;
}
.dev-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.dev-info ul li img{
    height: 100%;
    width: -webkit-fill-available;
    object-fit: cover;
    border-radius: 15px;
}

.innerdev img {
    width: 100%;
    border-radius: 15px;
    height: 334px !important;
    object-fit: cover !important;
}

.solution_dev {
    background: #F9F9F9;
    padding: 25px;
    text-align: left;
    border-radius: 15px;
    margin: 15px 0px;
    border: 3px solid transparent;
}

.scalablilty {
    position: relative;
}
.solution_dev>p{
    font-family: var(--sub-text);
    font-size: 14px;
    line-height: 28px;
}
.solution_dev>h1 {
    color: #242424;
    font-size: 20px;
    margin: 5px 0px 5px;
    line-height: 28px;
    font-family: var(--heading-text);
    font-weight: 600;
}

.solution_dev {
    font-size: var(--subheading);
    color: #777777;
    line-height: 28px;
    transition: all .3s ease-in-out;
}

.scalablilty div {
    background: #1E1E1E9E;
    padding: 25px;
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
}

.scalablilty h2 {
    font-size: 20px;
    margin: 0px;
}

.scalablilty p {
    font-size: var(--subheading);
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.scalablilty div p,
.scalablilty div h2 {
    color: #fff;
}

.text_third,
.text_sec,
.text {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #777777a3;
    font-size: var(--subheading);
    animation: textRotation 10s linear infinite;
}

.solution_dev:hover h1 {
    /* line-height: 1.95rem; */
    color: #18648A;
}


@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text_third span,
.text_sec span,
.text span {
    position: absolute;
    left: 50%;
    font-size: var(--subheading);
    transform-origin: 0 100px;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: -3px;
}

.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_text_view {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.circle_text_view .logo {
    text-align: center;
}
.service_slider .swiper-wrapper{
    justify-content: center
}
.service_slider img {
    width: 100%;
    border-radius: 15px;
}

.service_slides .services_innerslides,  .tab_service_slides .tab_services_innerslides {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.approach_slider .subheading,
.service_info .subheading {
    margin-right: auto !important;
    margin-left: 0px;
    text-align: left;
    line-height: 26px
}

.service_slides:hover .services_innerslides p, .tab_service_slides:hover .tab_services_innerslides p {
    color: #fff !important;
}

.service_slides, .tab_service_slides {
    overflow: hidden;
    position: relative;
    border: 4px solid #F5F8FF;
    border-radius: 15px;
}
.service_slides:hover, .tab_service_slides:hover {
    opacity: 1;
    background: linear-gradient(-180deg, #0f6ba9, #2b7aa4);
}
.service_slides:hover img, .tab_service_slides:hover img{
    opacity: 0.1;
}
.tab_service_slides img{
    width: 100%;
    height: 450px;
}
.service_slides:hover .overlay_text{
    transform: translateY(0px);
    display: flex;
    flex-direction: column-reverse;
}
.tab_service_slides:hover .overlay_text {
    transform: translateY(160px);
    display: flex;
    flex-direction: column;
}
img.system_integration.slide-left {
    height: 475px;
    width: -webkit-fill-available;
    object-fit: cover;
}
.img_system{
    overflow: hidden;
    height: fit-content;
    border-radius: 20px;
}
.overlay_text {
    /* background: linear-gradient(90deg, var(--logo_colour), #0c155a); */
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    transform: translateY(555px);
    transition: .3s ease-in-out;
    padding: 20px;
    border-radius: 15px;
}

.overlay_text p {
    color: #fff;
    font-size: var(--subheading);
    line-height: 25px;
}

.service_slides:hover .services_innerslides {
    z-index: 99999;
}

.service_slider .services_innerslides h1 {
    color: #e2e2e2;
}

.services_innerslides p {
    margin: 32px 10px 0px;
    color: #010101;
    width: 160px;
    line-height: 26px;

}

.services_innerslides h1 {
    color: #e2e2e2;
    font-size: 40px;
    font-weight: 600;
}

.wheel-slider {
    overflow: hidden;
}

.wheel-slider-wrap {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.wheelslidercontainer .camera{
    top: 30px;
}
.wheel-slider .item {
    width: calc(100% / 1.2);
    height: 470px;
    border-radius: 10px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

/* .wheelslder_card img {
    width: 100%;
    position: relative;
    border-radius: 10px;
} */

.wheelslder_card .our_vision {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    position: sticky;
    top: 33%;
    transform: translate(21%, -146%);
    width: 25%;
}
.wheelslder_card img {
    height: 77vh;
    margin: 15px;
    object-fit: cover;
    border-radius: 15px;
    width: -webkit-fill-available;
}
.wheelslider {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: 80vw;
    height: 95vh;
    padding-top: 80px;
    display: flex
;
    overflow: hidden;
}
.wheelslder_card{
    width: -webkit-fill-available;
}
.wheelslider-first{
    margin-left: 4%;
}

.wheelslder_card .our_vision h1 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
    font-family: var(--heading-text);
}

.wheelslder_card .our_vision p {
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-family: var(--sub-text);
    margin: 0px;
    font-weight: 400;
    line-height: 25px;
}

.approach_slider .tabs_content ul li:hover,
.solution_dev:hover  {
  border: 3px solid transparent;
  border-radius: 12px; /* or any value you prefer */
  background: 
    linear-gradient(white, white) padding-box, /* inner background */
    linear-gradient(90deg, var(--logo_colour), #0c155a) border-box; /* gradient border */
    transition: 0.4s ease;
}

/* .approach_slider .tabs_content ul li:hover,
.solution_dev:hover h1,
.solution_dev:hover p {
    color: #fff;
} */

/* Wrapper to contain the background image and slides */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/* Large background image */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: background-image 0.5s ease-in-out;
    /* Smooth transition on hover */
}
.our_inducteries .mySlider {
    height: 90vh;
}
/* Swiper container and slides */
.mySlider .swiper-container {
    position: relative;
    z-index: 2;
    /* Above the background image */
    height: 100%;
    display: flex;
    align-items: center;
}

.swiper-slide:hover .my_slider_content p {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.my_slider_content p {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

.mySlider:nth-child(1) .swiper-slide {
    margin-right: 10px;
}

.mySlider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 1rem;
    height: 100vh;
    border-right: 1px solid #fff;
    margin-right: 0px !important;
}

.mySlider .swiper-slide:hover .my_slider_content {
    text-align: left;
}

.my_slider_content h3 {
    font-size: 22px;
}

.swiper-slide[data-bg] {
    position: relative;
    overflow: hidden;
}

.my_slider_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #173DB980;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.innermarket .my_slider_content::before {
    background: #0F6CA980 !important;

}

.infamarket .my_slider_content::before {
    background: #282741a3 !important;
}


.inneruestion_section .questions_animation {
    color: #2B7AA4 !important;
}

.infa .solution_dev:hover,
.infa .service_slides .overlay_text {
    background: linear-gradient(90deg, #0e0e0fa3, #282741);
}


.infa_section span,
.infa_section .questions_animation {
    color: #282741 !important;
}

/* .innerdev .solution_dev:hover,
.innertestimonials .overlay_text {
    background: linear-gradient(90deg, #0f6ca9ba, #2b7aa4);
} */

.swiper-slide:hover .my_slider_content::before {
    opacity: 1;
}

.swiper-slide[data-bg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    background-color: #00000036;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

.my_slider_content {
    opacity: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.mySlider .swiper-slide:hover {
    cursor: pointer;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    z-index: 3;
    /* Above everything */
}

.swiper-pagination {
    z-index: 3;
}

.our_inducteries .swiper-button-next {
    right: 48px;
    left: auto;
}

.our_inducteries .swiper-button-prev {
    left: 48px;
    right: auto;
}

.our_inducteries .swiper-button-next,
.our_inducteries .swiper-button-prev {
    color: #0d1216;
    z-index: 3;
    background-color: #fff !important;
    border-radius: 100px;
    padding: 2px 21px;
    font-weight: 700;
    display:none;
}

.our_inducteries .swiper-button-next > img,
.our_inducteries .swiper-button-prev > img{
 filter: brightness(0);
}
.our_inducteries .swiper-button-prev

.our_inducteries .swiper-button-next:after,
.our_inducteries .swiper-button-prev:after {
    font-size: 18px !important;
    display:none;
}

.our_inducteries {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.our_inducteries #sliderContainer {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Application Development page*/

.hire_use_sec {
    background: #F5F8FF;
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
}

.hire_use_sec:hover {
    box-shadow: 0px 0px 10px 0px #00000021;
    transform: translate(0, -10px);
    background: linear-gradient(0deg, #1c6bdb2e 5%, #FFFFFF 81%);
}

.hire_use_sec h1 {
    font-size: 22px !important;
    color: #262626;
    font-weight: 500;
    margin-bottom: 13px;
    font-weight: 600;
    font-family: var(--heading-text);
}

.hire_use_sec ul {
    padding: 0px 0px 0px 16px;
    margin: 0px;
    list-style-type: disc;
}

.hire_use_sec ul li {
    color: #777777;
    font-size: var(--subheading);
    line-height: 28px;

}

.hire_use_sec button {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    font-size: var(--subheading);
    padding: 8px;
    border-radius: 100px;
    margin-top: 14px;
}

.hire_use_sec button a {
    color: #fff;
}

.apllication_process h1,
.apllication_process h2 {
    color: #393939;
    font-size: 23px;
    line-height: 24px;

}

.apllication_process {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.apllication_process div {
    background: #F5F8FF;
    border-radius: 15px;

}

.main_heading {
    width: 100px;
    height: 456px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
    padding: 22px;
}

.apllication_process .active .extend_hover {
    width: 484px;
    display: block;
}

.main_heading h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(179deg);
    /* transform-origin: top; */
    text-align: left;
    height: 100%;
}

/* .main_animtion:hover .main_heading {
    opacity: 0; 
    visibility: hidden;
}

.main_animtion:hover .extend_hover {
    opacity: 1;
    visibility: visible; 
} */
.extend_hover {
    border: 2px solid #173DB926;
    width: 574px;
}

.apllication_process .extend_hover p {
    line-height: 25px;
}

.extend_hover h2 {
    color: #173DB9;
}

.extend_hover {
    display: none;
    /* transform: translateY(-20px);  */
    transition: all 0.5s ease-in-out;
    width: 100%;
    background: #fff;
    padding: 23px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.apllication_process .active {
    max-width: 484px !important;
}

.apllication_process .active .main_heading {
    display: none;
}

.apllication_process ul {
    list-style: circle;
    padding: 10px;
}

.apllication_process ul li {
    line-height: 26px;
}

.power_tech {
    background: #F5F8FF;
    padding: 50px 0px;
    overflow: hidden;
    
}

.programming_language .card_box {
    width: 100%;
    border-radius: 20px;
    padding: 30px 15px;
    transition: 0.3s;
    background-color: #fff;
    text-align: center;
    height: 200px;
}

.programming_language .card_box:hover h2 {
    color: #fff;
}

.programming_language h2 {
    font-size: var(--subheading);
    font-weight: 300;
    text-align: center;
}

.programming_language img {
    width: auto !important;
    height: 78px !important;
    object-fit: cover;
}

.power_tech .nav-tabs {
    gap: 50px;
    background: #E3ECFF;
    border-radius: 100px;
    padding: 10px 10px;
    width: 100%;
}

.tabs_view .active {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    color: #fff !important;
}

.testimonials_container .nav-tabs .nav-link.active,
.power_tech .nav-tabs .nav-link.active {
    transform: translateY(0px);
    font-weight: 400;
    border-radius: 100px;
}

.testimonials_container .nav-tabs .nav-link.active,
.power_tech .nav-tabs .nav-link.active {
    border: 2px solid var(--light-stroke);
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb);
    color: #fff !important;
}

.testimonials_container .nav-tabs a,
.power_tech .nav-tabs a {
    color: #000000;
    font-size: var(--subheading);
    padding: 8px 21px;
}
.power_tech .nav-tabs a {
    font-weight:400 !important;
}

.sec_head {
    text-align: left !important;
    margin-top: 30px;
}

.approach_slider .tabs_content h2,
.sub_menu_navbar h2,
.sec_head h3 {
    font-size: 23px !important;
        font-family: var(--heading-text);
    font-weight: 600;
    /* margin: 20px 0px 0px !important; */
}

.sec_head p {
    font-size: var(--subheading);
    line-height: 28px;
    margin: 0px;
    color: #777777;
    font-weight: 500;
}

.nav-tabs-container {
    margin: 40px 0px;
}

.card_box h2 {
    color: #000000;
    margin: 10px 0px;
    font-size: var(--subheading);
    font-weight: 400;
    line-height: 25px;
}

.application_sec {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.sub_menu_navbar {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 16px 0px;
}

.sub_menu_navbar ul {
    display: flex;
    justify-content: end;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sub_menu_navbar ul li {
    margin-left: 20px;
}

.approach_slider .tabs_view {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.approach_slider .tabs_view li {
    background: #F4F4F4;
    border-radius: 10px;
    margin-bottom: 10px;
}

.approach_slider .tabs_view a {
    color: #000000;
font-size: var(--subheading) !important;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-family: var(--sub-text);
}

.approach_slider .tabs_content img {
    width: 296px;
    height: 470px;
    object-fit: cover;
    border-radius: 10px;
}

.approach_slider .tabs_content {
    display: flex;
    flex-direction: row;
    border: 2px solid #F0F0F0;
    border-radius: 20px;
    padding: 15px;
}

.approach_slider .tabs_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
}

.approach_slider .tabs_content ul li {
    border: 2px solid #E9EEFF;
    border-radius: 15px;
    padding: 10px;
    width: 171px;
    margin: 5px 5px;
    text-align: center;
    color: #777777;
    font-size: var(--subheading);
}

#c {
    position: relative;
    height: 610px !important;
}

.right_side_dev {
    margin: 16px 16px;
}

.right_side_dev p {
    line-height: 25px;
}

.graphics_banner_content {
    position: relative;
}

.graphics_banner_content .design_service {
    position: absolute;
    top: 20%;
    width: 74%;
    text-align: left;
    margin: auto 20px auto 62px;
}

.main_sectionbanner_content {
    position: absolute;
    top: 17%;
    width: 100%;
    text-align: center;
    margin: auto;
}

.solution_info h1,
.graphics_banner_content h1,
.main_sectionbanner_content h1 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    font-family: var(--heading-text);
}

.solution_info h2,
.graphics_banner_content h2,
.main_sectionbanner_content h2 {
    color: #fff;
    font-size: 33px;
    font-family: var(--heading-text);
}

.main_sectionbanner_content p {
    margin: auto;
    width: 61%;
    color: #BCCAF4;
    line-height: 27px;
    font-size: var(--subheading);
}

.sec_btn:hover,
.first_btn {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 23px;
    color: #000000;
    border: none;
    font-size: var(--subheading);
    border: 1px solid #fff !important;
}

.first_btn:hover,
.sec_btn {
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 100px;
   padding: 8px 18px;
    border: none;
    font-size: var(--subheading);
    
    background-color: #faebd700;
    margin-left: 10px;
}

.brand_logo {
    width: 100%;
    overflow: hidden;
}

.brand-trust-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px 0px 0px;
}

.brand-trust-section .line {
    flex: 1;
    height: 1px;
    background-color: #fff;
    width: 500px;
    margin: auto;
}

.brand-trust-section h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}

.brand_logo img {
    /*mix-blend-mode: lighten;*/
    /*filter: brightness(0) invert(1);*/
    width: 100%;
    height: 67px;
    margin: 29px 0px;
    object-fit: contain;
}

.brand_logo img:hover {
    filter: brightness(100%);
}

.sticky_bar {
    position: fixed;
    top: 64px;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.sub_menu_navbar li a,
.sub_menu_navbar li {
    color: #777777;
    font-size: var(--subheading);
    text-decoration: none;
}

.main_animtion {
    position: relative;
    width: 100%;
    max-width: 100px;
    cursor: pointer;
    margin: 0px 9px;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.process-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

.process-item {
    width: 18%;
    background: #1a1a1a;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.process-item:hover,
.process-item.active {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.process-header {
    padding: 20px;
    background: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.process-details {
    padding: 15px;
    font-size: 14px;
    display: none;
    text-align: left;
    line-height: 1.6;
}

.process-item.active .process-details {
    display: block;
}

/* graphics img */
.accordion__header {
    padding: 1em;
    background-color: #fff;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /*box-shadow: 0px 0px 10px 0px #0000001A;*/
    border-radius: 15px;
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
    color: #404040;
    font-size: var(--subheading);
}

.is-active {
    margin: 0px;
}

.accordion__header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--heading-text);
}

.accordion__header.is-active {
    /* background: #18648A; */
    background: var(--logo_colour);
    color: #fff;
    transition: all .3s ease-in-out;
    border-radius: 15px 15px 0px 0px;
}

.is-active p {
    color: #393939;
    margin: 0px;
    padding: 0px;
    font-size: var(--subheading);
    text-align: center;
    line-height: 25px;
}

.accordion__toggle {
    margin-left: 10px;
    height: 2px;
    background: #18648A;
    width: 13px;
    display: block;
    position: relative;
    flex-shrink: 1;
    border-radius: 2px;
}

.accordion__toggle::before {
    content: "";
    width: 2px;
    height: 13px;
    display: block;
    background: #18648A;
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px;
}

.is-active .accordion__toggle {
    background-color: #fff;
}

.is-active .accordion__toggle::before {
    display: none;
}

.accordion__body {
    display: none;
    padding: 1em;
    background: #D6E9F5;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}

.accordion__body.is-active {
    display: block;
    transform: translate(0px, -8px);
}

.devlopment_process {
    position: relative;
    transform: translate(10px, 40px);
}

.process_tech {
    padding: 70px 0px !important;
}

.inner_page_subheading span {
    color: #2B7AA4 !important;

}

/* .trackes .solution_dev:hover {
    background: rgb(29, 127, 179);
    background: linear-gradient(90deg, rgba(29, 127, 179, 1) 0%, rgba(24, 99, 138, 1) 35%);
} */

.circle .text span {
    display: inline-block;
}

.circle .text span:nth-child(even) {
    margin-right: -2px;
}

#graphics_banner {
    position: relative;
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.brandlogoes_view {
    position: absolute;
    bottom: 26px;
    width: 100%;
    margin: 0px 0px;
}

.graphics_banner_content p {
    margin-right: auto;
    width: 61%;
    color: #bccaf4;
    line-height: 27px;
    font-size: var(--subheading);
}

.graphics_banner_content .sec_btn:hover {
    background-color: #fff !important;
    color: #000;
}

.graphics_banner_content .sec_btn {
    background-color: #173db900;
}

.brand_logo .swiper-slide {
    text-align: center;
}

.Services_side {
    /* background: #F4F4F4;
    border-radius: 15px;
    padding: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}

.Services_side h1 {
    color: #BABABA;
    font-size: 61px;
    font-weight: 100;
}

.service_info .col-md-4 {
    padding: 0px 6px;
}

.Services_side h2 {
    color: #000000;
    font-size: 19px;
    line-height: 29px;
    position: relative;
    font-weight: 500;
    font-family: var(--heading-text);
  
}

.service_info_content:hover p,
.service_info_content:hover h1 {
    z-index: 99999;
    position: relative;
}

.service_info_content:hover .Services_side {
    height: 187px;
}

.service_info_content:hover .Services_side h2 {
    color: #fff;
    margin: 0px 0px;
    font-weight: 500;
    z-index: 99999;
    position: absolute;
    top: 23%;
}

.service_info_content:hover .Services_side h1 {
    color: #fff;
    font-size: 50px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 20px;
}

.service_info_content:hover .text_overlay p {
    color: #fff;
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

.service_content {
    height: fit-content;
    position: sticky;
    top: 100px;
    padding-top: 50px;
}

.service_info_content:hover .text_overlay {
    transform: translateY(0px);
    display: flex;
    flex-direction: column-reverse;
}

.service_info_content .text_overlay {
    /* background: linear-gradient(90deg, rgba(29, 127, 179, 1) 0%, rgba(24, 99, 138, 1) 35%); */
    position: absolute;
    bottom: 0px;
    z-index: 999;
    height: 100%;
    transform: translateY(442px);
    transition: .3s ease-in-out;
    padding: 0 0 20px;
    border-radius: 15px;
    width:92%;
}

.service_content p {
    font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
    margin: 5px 0px 5px;
    line-height: 25px;
}

.service_info_content {
    overflow: hidden;
    position: relative;
    height: 350px;
    padding: 15px;
    margin-bottom: 10px;
    background: #f0f0f0;
    border-radius: 15px;
}
.service_info_content:hover{
    background: linear-gradient(90deg, rgba(29, 127, 179, 1) 0%, rgba(24, 99, 138, 1) 35%);
}
.last_connect {
    padding: 0px;
}

/* home page*/
.quote-slider-wrapper {
    width: 50%;
    overflow: hidden;
}

.homesliderSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homesliderSwiper .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    /* Smooth transition */
    width: 100%;
}

.homesliderSwiper .mobile_home_banner {
    display: none !important;
}

.homesliderSwiper img {
    position: relative;
    height: 591px;
    object-fit: cover;
}

.homesliderSwiper .main_bannercontent {
    top: 32%;
    transform: translate(0%, 0%);
    position: absolute;
    width: 38%;
}

.blog_list_banner p,
.homesliderSwiper .main_bannercontent p {
    margin: 0px;
    line-height: 27px;
    font-size: 17px;
    color: #fff;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -62px linear-gradient(transparent, rgb(0 0 0 / 5%));
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -9px;
}

.waviy span {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));

}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    border: 1px solid #fff;
    background: #fff;

}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px !important;
}

.upwork img {
    width: auto;
    height: 134px;
    margin: 13px 8px;
    object-fit: cover;
}

.home_about_us p {
    width: 85%;
    margin: 10px auto;
    text-align: center;
    line-height: 25px;
}

.upwork {
    padding: 0px;
    margin: 17px 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tri_content {
    font-size: 20px !important;
    line-height: 25px !important;
    color: var(--logo_colour) !important;
    font-weight: 500 !important;
    width: 100% !important;
    margin-right: 10px !important;
}

.home_about_us ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
.web-font {
    line-height: 40px;
    margin-bottom: 24px;
    font-size: 30px;
} */

.marquee {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 120px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 20s linear infinite;
    animation-play-state: running;
}

.marquee .track h1 {
    font-size: 75px;
    font-weight: 600;
    color: var(--text-grey);
    opacity: 0.2;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.cursor_point {
    border: none;
    background-color: #fff;
}

.cursor_point i {
    color: #ffffff;
    background-color: #2c3cb9;
    padding: 13px 16px;
    border: 2px solid #2c3cb9;
    border-radius: 50%;
}

.download-btn:hover,
.cursor_point i:hover {
    color: #2c3cb9;
    background-color: #ffffff;
    border: 2px solid #2c3cb9;
}

.solution {
    background: #F5F8FF;
    padding: 70px 0;
    position: relative;
}
.graphic_gradient{
    background: linear-gradient(45deg, #3d7aa4, #0083d9);
}
.graphic_gradient h1, .graphic_gradient h1 span, .graphic_gradient .subheading {
    color: #fff !important;
}
.sol_point ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

.sol_point ul li {
    background: #fff;
    width: 100%;
    border: 4px solid var(--light-stroke);
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sol_point ul li h1 {
    margin: 0 15px 0 0;
    font-size: 50px;
    font-weight: 600;
    color: #E3ECFF;
}

.right_element p,
.sol_point ul li h3 {
    font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
    line-height: 28px;
}

.sol_point ul li:first-child {
    width: 90%;
}

.solution .text_area h2 {
    font-family: "Oswald", sans-serif;
    font-size: 78px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--logo_colour);
}

.solution .text_area h1 {
    color: #777777;
    width: 200px;
    font-size: 25px;
    margin: 0 0 0;
}

.solution .text_area {
    position: relative;
    rotate: -90deg;
    top: 68%;
}

.main_division .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}

.main_division .swiper-slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.quote-text-wrap .right_element {
    align-content: center;
    padding-left: 53px;
    width: 464px;
    /* padding-top: 10%; */
    padding-top: 38px;
    padding-bottom: 11px;
}

.quote-slider-wrapper .swiper-slide .right_element {
    transition: all 0.3s;
}

.quote-text-wrap {
    display: flex;
    height: 100%;
}

.quote-text-wrap .right_element h1 {
    font-size: 20px;
    line-height: 33px;
}

.quote-text-wrap .right_element h1 span {
    color: #173db9;
    font-size: 23px;
    font-weight: 600;
}

.quote-text-wrap .right_element p {
    width: 80%;
    margin: 0 0 30px;
}

.main_division {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    height: 360px;
}

.image-slider-wrapper {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    /* background-color: #f1f1f1; */
}

.main_division .swiper-slide {
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.image-slider {
    height: 500px;
}

/* category page css*/
.category_blog .category_card:hover img,
.blog_list .list .category_card:hover img,
.related_blog .category_card:hover img {
    filter: none;
}

.category_blog .category_card img,
.blog_list .list .category_card img,
.related_blog .category_card img {
    width: 100%;
    height: 250px !important;
    border-radius: 15px;
    position: relative;
    filter: brightness(0.7);
    object-fit: cover;
}

.blog_list_banner {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    padding: 90px 0px;
    margin-bottom: 23px;
}

.category_blog .category_card,
.blog_list .list .category_card,
.related_blog .category_card {
    padding: 10px;
    border: 1px solid var(--bg_light_grey);
    background: #fff;
    border-radius: 20px;
    margin: 10px 0px;
}

.grid_card .category_card {
    margin-top: 20px;
}

.blog_detail_innerconent ul li,
.category_card p,
.category_blog .category_card li,
.category_blog .category_card p,
.blog_list .list .category_card .text_sec p,
.related_blog .category_card .text_sec p {
    color: #777777 !important;
    font-size: var(--subheading) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 43px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    margin: 10px 0 !important;
}

.card_mainheading ul,
.category_card ul,
.blog_heading ul,
.blog_latest .blog_sec .text_sec ul,
.category_blog .category_card .text_sec ul,
.blog_list .list .category_card .text_sec ul,
.blog_detail_banner .text_sec ul,
.related_blog .category_card .text_sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 60px;
    margin: 0;
    font-size: var(--subheading) !important;
}

.category_card h4 {
    font-size: 14px !important;
    font-weight: 400;
    margin: 0px;
    color: var(--logo_colour);
    margin: 9px 0px 6px;
    background: #e9ecff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;

}

.blog_latest .blog_sec .text_sec p,
.blog_latest .blog_sec .text_sec ul li,
.category_blog .category_card .text_sec p,
.category_blog .category_card .text_sec ul li,
.blog_list .list .category_card .text_sec p,
.blog_list .list .category_card .text_sec ul li,
.blog_detail_banner .text_sec ul li,
.related_blog .category_card .text_sec p,
.related_blog .category_card .text_sec ul li {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 22px;

}

.breadcrumb a {
    color: #fff;
}

.head_text p {
    width: 67%;
    line-height: 29px;
    font-size: var(--subheading) !important;
}

.category_blog .category_card li {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(37 81 200);
    content: var(--bs-breadcrumb-divider, "/");
    font-size: var(--subheading) !important;
}

.water-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: var(--logo_colour);
    background: linear-gradient(90deg, #2c3cb9b0, #1c6bdbc2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc935c", endColorstr="#cc935c", GradientType=1);
}

.water-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background: url(https://images.unsplash.com/photo-1496196614460-48988a57fccf?ixlib=rb-1.2.1&auto=format&fit=crop&w=1267&q=80);
    background-size: cover;
}

.newsletter_banner .text_area {
    z-index: 9999;
    position: absolute;
    top: 13%;
    text-align: center;
    color: #fff;
    width: 843px;
    margin: auto;
    left: 18%;
}

.get_Quote {
    font-size: 15px;
    padding: 9px 23px;
    border: none;
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    border-radius: 34px;
    border: 1px solid #9aabe1;
}

#newsletterform input {
    border-radius: 100px;
    width: 400px;
    padding: 8px 20px;
    border: 1px solid #fff;
    background: transparent;
    margin: 20px 0px;
    color: #fff;
    font-weight: 300 !important;
}

.newsletter_banner .text_area h2,
.blog_detail_banner .text_sec h2 {
    font-size: var(--heading-font);
    font-weight: 600;
    text-shadow: 0 0 10px #00000070;
    width: fit-content;
    margin: 10px auto;
}

.newsletter_banner .text_area p {
    font-size: var(--subheading);
    font-weight: 300 !important;
    margin: auto;
    text-shadow: none;
    line-height: 25px;
}

.blog_list .list .category_card img {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 316px !important;
    max-height: 200px;
}

#newslemail::placeholder {
    color: #fff;
    font-size: var(--subheading);
}

.blog_list .list .category_card a,
.blog_list .list .category_card {
    display: flex;
    margin-bottom: 20px;
}

.blog_list .filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    gap: 10px;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.blog_list p,
.blog_list a {
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-weight: 400;
    font-size: 15px;
    margin: 0px 0px 8px !important;
}

.blog_list p {
    color: #000 !important;
}

.blog_list .filter ul li {
    padding: 3px 15px;
    border-radius: 10px;
    background: #fff;
    line-height: 35px;
    border: 1px solid var(--bg_light_grey);

}

.hidden {
    display: none !important;
}

.category_card .text_sec h4 {
    background: #e9ecff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 400;
}

.card_mainheading {
    padding: 0px 15px;
}

#list {
    height: 734px;
    overflow-y: scroll;
}

.blog_list h4 {
    font-size: 17px;
    font-weight: 300;
}

.blog_content_wrap h1 a,
.blog_list .web-font span {
    color: var(--logo_colour);
}

#list::-webkit-scrollbar {
    width: 5px;
}

.contact_form h1 {
    font-size: var(--heading-font);
    font-weight: 500;
    margin: 0px;
}

.contact_form {
    background: #f1f3ff;
    padding: 20px 16px;
    border-radius: 15px;
    text-align: center;
    position: sticky;
    width: 100%;

}

.contact_form img {
    width: 100%;
    margin: 13px 0px;
}

.tb-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.tb-list .left_side {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 410px;

}

.blog_content_wrap ul {
    padding: 0px 15px;
    margin: 0px;
    list-style: nano;
}

.tb-list ul li {
    padding: 5px 0px;
    margin: 0px;
    width: 100%;
    height: auto;
}

.left_side,
.right_side {
    position: sticky;
    top: 110px;
    align-self: start;
}

.category_card .blog_detail_innerconent h1,
.contact_form h1,
.blog_content_wrap h2,
.blog_content_wrap h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    line-height: 29px;
    color: #000;
}

#socialshareicons p,
.contact_form p,
.blog_content_wrap ul li,
.blog_content_wrap p {
    font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
    margin: 5px 0px 5px;
    line-height: 25px;
}

.blog_content_wrap img {
    width: 100%;
}

.tb-list ul li a {
    font-size: var(--subheading);
    font-weight: 500;
    color: #212529;
    margin: 5px 0px 5px;
    line-height: 25px;
}

.blogdetail_innersection {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    padding-top: 6%;
    height: 160px;
    margin-bottom: 30px;
    text-align: center;

}

.blogdetail_innersection h1 {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    margin: 0px;
}

.contact_form h1 {
    font-size: 18px !important;
    text-align: center;
    line-height: 27px;

}

#contact_popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 1000;
    overflow: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* Smooth transition */
    transform: translateX(-100%);
    /* Off-screen initially */
    opacity: 0;
    /* Fully transparent */
}

#contact_popup .modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    background: white;
    width: 60%;
    /* Adjust as needed */
    transform: translate(0%, -50%);
    top: 50%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#contact_popup.active {
    display: block;
    transform: translateX(0%);
    opacity: 1;
}

#contact_popup .deisgn_area {
    display: flex;
    align-items: center;
}

#contact_popup .deisgn_area .text_area {
    background: #fff6eb;
    padding: 30px 15px 20px;
    border-radius: 15px;
    text-align: center;
}

#contact_popup .deisgn_area .text_area img {
    width: 80%;
    height: auto;
}

#contact_popup .deisgn_area .text_area h2 {
    font-size: 22px;
    margin: 21px 0 0px;
}

#contact_popup .deisgn_area .text_area h4 {
    font-size: var(--subheading);
    font-weight: 400;
    color: #2b2b2b;
    line-height: 24px;
}

#contactsuccess,
#contacterror {

    display: none;
    width: 100%;
}

.contact_popup_form input::placeholder {
    font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
    line-height: 24px;
}

.contact_popup_form input,
textarea {
    font-size: var(--subheading);
    width: 100%;
    padding: 8px 8px;
    border: 1px solid #ebe1e18a;
    margin: 5px 0px !important;
    border-radius: 15px;
    font-family: var(--sub-text);
}

.calnum {
    border-radius: 5px;
    margin-right: 10px;
    padding: 6px 14px;
    border: 1px solid #c7c5c5;
}

#calsum {
    width: 70px !important;
    padding: 8px 20px;
    border: 2px solid #ebe1e18a;
    margin: 5px 0px !important;
    border-radius: 15px;
}

.get_Quote {
    font-size: var(--subheading);
    padding: 9px 23px;
    border: none;
    background-color: #173db9;
    color: #fff;
    margin-top: 0px;
    border-radius: 34px;
    border: 1px solid #9aabe1;
}

.close {
       position: absolute;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 500;
    left: 98%;
    top: -4%;
    cursor: pointer;
    background-color: #07164b;
    background-color: #ffffff69;
    color: #253cab;
    border-radius: 100px;
    padding: 2px 5px;
    line-height: 20px;
    height: 30px;
    width: 30px;
}

#socialshareicons ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-direction: row;
}

#socialshareicons ul li {
    width: auto !important;
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 8px;
}

#socialshareicons ul li i {
    color: #fff;
}

.related_blog .category_card .category {
    position: absolute;
    top: 19px;
    left: 19px;
}

.blog_detail_innerconent {
    margin-top: 15px;
}

.blog_detail_innerconent ul li span {
    color: #000;
}

.related_blog h2 {
    font-size: 20px;
    font-weight: 300;
}

.related_blog {
    margin-top: 20px;
}

.category_blog .category_card:hover,
.blog_list .list .category_card:hover,
.related_blog .category_card:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 10px #e3e3f7 !important;
}

.navbar-nav ul::-webkit-scrollbar,
.tb-list ul::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.navbar-nav ul::-webkit-scrollbar-track,
.tb-list ul::-webkit-scrollbar-track {
    background: #2c3cb9;
    border-radius: 10px;
}

.navbar-nav ul::-webkit-scrollbar-thumb,
.tb-list ul::-webkit-scrollbar-thumb {
    background: #2c3cb9;
    border-radius: 10px;
}

.navbar-nav ul::-webkit-scrollbar-thumb:hover,
.tb-list ul::-webkit-scrollbar-thumb:hover {
    background: var(--logo_colour);
}

.navbar-nav ul::-webkit-scrollbar-corner,
.tb-list ul::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.tb-list {
    position: sticky;
    width: 100%;
}

.know_more a::before,
.navbar .let_talk a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    border-radius: 30px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.navbar .let_talk a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.testimonials_container .nav-tabs li a {
    border: 2px solid #F5F8FF;
    border-radius: 100px;
    margin: 0px 11px 10px 0px;
    font-weight: 500;

}

/* faq page*/

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__header {
    padding: 15px 25px;
    /*font-weight: 600;*/
    cursor: pointer;
    position: relative;
    /* border: 1px solid #e5dcdc; */
}

.faq .accordion .accordion__header::after {
    content: '';
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.faq .accordion .accordion__header.active {
    background: #e5f3fa;
}

.faq .accordion .accordion__header.active::after {
    transform: rotateX(180deg);
}

.faq .accordion .accordion__item .accordion__content {
    /*padding: 0 25px;*/
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}

.accordion .accordion__content p {
    font-size: var(--subheading);
    line-height: 25px;

    padding: 6px 14px;
    border: 1px solid #e5f3fa;
    border-radius: 11px;

}

/* term & condition*/
.term_codition p {
    font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
    text-align: left;
    line-height: 25px;
}

.term_codition .web-font {
    line-height: 40px;
    margin-bottom: 0px;
    font-size: 19px;

}

/* marketing inner pages */
.market_inner {
    background: linear-gradient(0deg, #017ACA, #017ACA),
        linear-gradient(109.63deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

}

.marketing_inner_Sec {
    position: relative;
    height: 710px !important;
    background: linear-gradient(0deg, #017ACA, #017ACA),
        linear-gradient(109.63deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

}

.marketing_inner_Sec .main_sectionbanner_content {
    position: absolute;
    top: 17%;
    width: 50%;
    text-align: left;
    margin: auto;
    right: 67px;
}

.marketing_inner_Sec .main_sectionbanner_content p {
    margin: auto;
    width: 100%;
    color: #BCCAF4;
    line-height: 27px;
    font-size: var(--subheading);
}

.marketing_inner_Sec .main_banner {
    width: 100%;
    height: 560px;
    object-fit: cover;
    position: relative;
    left: 74px;
    top: 86px;
    border-radius: 500px;
}

.marketing_inner_Sec .circles {
    width: 400px;
    border: 2px solid #fff;
    height: 560px;
    position: absolute;
    z-index: 9999;
    border-radius: 500px;
    top: 89px;
    left: 98px;
}

.market_optimize {
    background-color: #F3F3F3;
    border-radius: 15px;
    padding: 3px 0px;
    margin-bottom: 15px;
    overflow: hidden;
}

.market_optimize:hover button {
    transform: translate(0px, 3px);
    display: block;
}

.market_optimize:hover {
    background-color: #017ACA;
}

.market_optimize:hover p {
    margin-top: 24px;
}

.market_optimize_inner {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 11px 4px 4px 4px;
    height: 280px;
}

.market_optimize h1 {
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    line-height: 28px;
}
.learning  .tab-content{
    
    display:none;
}
.market_optimize p {
      
    font-weight: 400;
    margin: 70px 0px 0px;
 
    line-height: 25px;
    font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading);

}

.market_optimize button {
    background: #017ACA;
    border-radius: 100px;
    padding: 8px 15px;
    color: #fff;
    border: 1px solid #017ACA;
    margin-top: 10px;
       font-size: var(--subheading);
    transform: translate(0px, 104px);
    display: none;
}

.offshore_left_img {
    width: 100%;
    margin: 20px 0px;
    border-radius: 0px 33px 30px 0px;
    height: 335px;
    object-fit: cover;
    object-position: left;
}

.infra_inner_section .heading,
.infra_inner_section .subheading {
    text-align: center !important;
    margin: auto !important;
}

.infra-box p {
    color: #777777 !important;
    font-size: var(--subheading) !important;
    line-height: 26px;
    margin: 0px;
}

.infra-box h1 {
    font-size: var(--heading-font);
    font-weight: 500;
    color: #2c3cb9;
}

.infra-box {
    padding: 12px;
    border: 1px solid #8080803b;
    margin: 37px 0px 0px;
    border-top: none;
    height: 144px;
    border-bottom: 0px;
}

.infra_inner_section .col-md-3 {
    padding: 0px;
}

.solution_info p {
    font-size: var(--subheading);
    color: #fff;
    line-height: 25px;
}

.font_view {
    font-size: 25px !important;
    margin-bottom: 9px !important;
}

.offshore_Section .d-flex {
    display: flex !important;
    justify-content: center;
    margin-left: 0px;
    margin-top: 15px;
}

/* contact us*/



section.contact_banner {
    background: #fff;
    position: relative;
}

section.contact_banner::before,
section.contact_banner::after {
    content: "";
    background-color: #183180;
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
}

section.contact_banner::after {
    background: url("../img/banner_bg.png")no-repeat center;
    mix-blend-mode: luminosity;
    opacity: 0.06;
}

section.contact_banner .container {
    position: relative;
    z-index: 5;
}

section.contact_banner .contactbanner_txt h3 {
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: 600;
    line-height: 41px;
    text-align: left;
    margin-top: 12px;

}

section.contact_banner .contactbanner_txt p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    margin-top: 11px;

}

section.contact_banner .contactbanner_txt {
    color: #FFFFFF;
    padding-top: 70px;
}

section.contact_banner .contactbanner_txt p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    margin-top: 12px;
}

section.contact_banner .contactbanner_txt {
    padding-top: 38px;
}

.contact_form .form-group {
    margin-bottom: 10px;
    margin-top: 5px;
}

.contact_form .form-group textarea.form-control {
    border-radius: 15px;
    font-size: 16px;
    line-height: 25px;
}

.contact_form .form-group .form-control {
    min-height: 45px;
    border-radius: 8px;
    border-radius: 50px;
    font-size: 19px;
    padding-left: 15px;
    border: 2px solid #EDEDED;
    background: #FFFFFF33;
    color: #6B6B6B !important;

}
.small_Box3 a{
      background: #f3f6fd;
    border-radius: 100px;
    padding: 10px;
    width: 48px;
    text-align: center;
    height: 43px;
    margin: 0px 3px;
    line-height: 10px;
}
.small_Box3 img {
    width: 70%;
    /* line-height: 10px; */
}
.draw_form .form-group {
    margin: 10px;
}

.draw_form .form-group:first-child {
    margin-left: 0;
}

.draw_form .form-group:last-child {
    margin-right: 0;
}

.draw_form .form-group label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.draw_form .form-control {
    min-width: 250px;
    border-color: #cfcfcf;
    border-radius: 8px;
    min-height: 45px;
    color: #c80350;
    font-weight: 500;
    box-shadow: none !important;
}

.contact_form .form-group textarea.form-control {
    border-radius: 15px;
    font-size: 19px;
    padding-right: 16px;
}

.contact_form .form-group .form-control {
    min-height: 45px;
    border-radius: 8px;
    border-radius: 15px;
    border: 2px solid #EDEDED;
    background: #FFFFFF33;
    color: #6B6B6B !important;
     font-family: var(--sub-text);

}


.contactbanner_txt h2 {
    color: #FFFFFF !important;
    font-size: 25px;
    margin-top: 80px;
    font-weight: 600;
    line-height: 40.85px;
    text-align: left;

}

.contactbanner_txt p {
    color: #FFFFFF !important;
}

.request_Proposal {
    font-size: 35px;
    font-weight: 600;
    line-height: 54.85px;
    text-align: left;
    color: rgba(255, 255, 255, 0.22) !important;
    margin-top: 65px;
}

.contact_form p {
    color: #000000;
    font-size: 17px;
}

.contact_form {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 10px 23px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 15px;

}

.MN {
    background: linear-gradient(250.96deg, rgba(0, 0, 0, 0) 60.07%, rgba(0, 0, 0, 0.2) 93.61%);
}

p.your_Id {
    color: #B70000 !important;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 27.24px;
    margin-top: 3px;
}

.contact_form .form-group .form-control::placeholder {
    font-size: 14px;
}


.contact_detail h3 {
    font-size: 20px;
}


.content_Flex {
    display: flex;
    justify-content: space-between;
}

.small_Box {
    padding: 10px 10px;
    height: auto;
       font-family: var(--sub-text);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
   
     border: 1px solid #d2d4e0;
}

.small_Box2 {
    margin: 10px 0;
    margin-top: 5px;
   padding: 10px 10px;
    height: auto;
    /* background: #F3F6FD; */
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d2d4e0;
    font-family: var(--sub-text);
}

.small_Box3 {
    padding: 10px 10px;
    height: auto;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    position: absolute;
     border: 1px solid #d2d4e0;

}


p.details_Number {
    font-size: var(--subheading);
    font-weight: 400;
    line-height: 25.87px;
    margin-top: 12px;
    margin-top: 3px;
    margin-right: 13px;
    color: #404040;
    text-align: left;
}

.details_Circle {
    background: #f3f6fd;
    padding: 10px 14px;
    height: auto;
    border-radius: 100px;
    color: #FFFFFF;
    margin-left: -3px;
    height: 44px;
    color: #2433a3;
}

.faq_Section {
    background: #F5F8FF;
    text-align: center;
    padding: 28px 0px;
}


.details_Circle3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    background: #173DB9;
    color: white;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    transition: background-color 0.3s;
    margin: auto 6px;
}

.faq_Section h1 {
    font-size: var(--heading-font);
    font-weight: 500;
    margin: 0px;
}

.contact_map iframe {
    margin-top: 15px;
    width: 100%;
    height: 350px;
}

.contact_map {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 17px;
}

section.tooltip_1 {
    background: #F5F8FF;
    height: auto;
    width: 100%;
}

.content_Center1 {
    text-align: center;
}

/* tooltip css start here */

.accordion_all_section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

div#accordionExample {
    margin-top: 25px;
}


i.fa-brands.fa-facebook-f.details_Circle3.facebook_Logo {
    padding: 10px 13px;
}

i.fa-brands.fa-twitter.details_Circle3.twitter_Logo {
    padding: 10px 10px;
}

p.details_Number1 {

    font-size: 14px;
    font-weight: 400;
  line-height: 20px;
    color: #404040;
    text-align: left;
    margin: 0px 10px 0px 8px;

}

.space_Manage {
    margin-left: -37px;
}

.space_Manage2 {
    margin-left: 30px;
    position: relative;
}

.space_Manage1 {
    margin-left: 4px;
    position: relative;
}

i.fa-solid.fa-location-dot.details_Circle2 {
    margin-left: 17px;
}

.form_You {
    margin-top: 0px;
    color: #000000 !important;

}

p.connect_3 {
    margin-top: -14px;
    color: #173DB9 !important;
    font-family: var(--heading-text);
    font-size: 30px;
    font-weight: 600;
    line-height: 52.5px;
    text-align: center;

}

p.your_Business {
       width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 23px;
    margin-top: 12px;
    color: #000000;
    font-family: var(--sub-text);
}

/* changes css start here */

section.contact_banner::before,
section.contact_banner::after {
    content: "";
    position: absolute;
    background-image: url(../images/banner\ 2\ \(4\).png);
    top: 0;
    height: 70%;
    width: 100%;
    z-index: 1;
}

.row.space_Form {
    margin-top: 8px;
}

.paleato_Img {
    width: 100%;
}


/* Image styling */
.paleato_Img {
    max-width: 64%;
    max-height: 100%;
    padding: 10px;
    object-fit: contain;
    border-radius: 10px;
    box-sizing: border-box;
}

.paleato_Img1 {
    max-width: 73%;
    max-height: 100%;
    padding: 10px;
    object-fit: contain;
    border-radius: 10px;
    box-sizing: border-box;
    margin-left: -30px;
}

.paleato_Img2 {
    max-width: 74%;
    max-height: 100%;
    padding: 10px;
    object-fit: contain;
    border-radius: 10px;
    box-sizing: border-box;
    margin-left: -80px;
}

.contact_form .form-group .form-control::placeholder {
    color: #6B6B6B !important;

}

.hear_Form h3 {
   
    font-size: 33px;
    font-weight: 600;
    line-height: 52.5px;
    text-align: center;
    color: #000000 !important;
    font-family: var(--heading-text);
}

.connect_Line hr {
    width: 100%;
    border: none;
    font-weight: 600;
    height: 2px !important;
}

p.company_Details1 {
    font-size: 19px;
    font-weight: 400;
    line-height: 25.87px;
    margin-top: 10px;
    color: #000000;
    margin-right: 150px;
    font-family: var(--heading-text);
}

p.company_Details2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 25.87px;
    margin-top: 10px;
    color: #000000;
    margin-right: 50px;
    font-family: var(--heading-text);
}

.row.card_Space2 {
    margin-top: 20px;
    margin-left: -28px;
}

.insta_Logo1 {
    margin: 0px 6px;
}

.long_Established {
    font-family: Open Sans;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    line-height: 30px;
    margin-top: -2px;
}

.accordion-header {
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 13px;
}

button.accordion-button.collapsed {
    color: #000000;
    font-family: Open Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 27.24px;
}

.connect_Line {
    margin: 0px -37px;
    margin-left: 1px;
    margin-top: -3px;
}

.connect_Line2 hr {
    width: 100%;
    border: none;
    font-weight: 600;
    height: 2px !important;
}

.connect_Line2 {
    margin: 0px 2px;
    margin-left: -38px;
    margin-top: -3px;
}

.frequently_Asked {
    color: #173DB9;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 52.5px;
}

section.contact_info {
    margin-top: -167px;
    z-index: 1;
    position: relative;
}

.hear_Form {
    margin-top: 0px;
}
.small_Box3:hover i,
.small_Box2:hover i,
.small_Box:hover i{
      box-shadow: rgba(100, 100, 111, 0.2) 0px;
}
.contact_form .form-group .btn.btn_pink {
    width: 100%;
    background-color: #173DB9;
    color: #fff;
    border-radius: 100px;
    max-width: 207px;
    font-size: 14px;
    font-weight: 600;
    line-height: 25.87px;
    text-align: center;
    margin-top: 7px;
    padding: 8px 0px;
    position: relative;
    z-index: 99999;
}

.icon_solution {
    width: 70px !important;
    height: 70px !important;
    border-radius: 100px !important;
}

.offshore .solution_dev {
    height: 300px;
}

.width {
    width: 100% !important;
    line-height: 28px !important;

}

.offshore_content .heading {
    text-align: Center !important;
    margin: 10px auto !important;
    width: 100% !important;
    line-height: 45px !important;
}

.heading_offshore {
    text-align: Center !important;
    margin: 10px auto !important;
    width: 100% !important;
    line-height: 28px !important;
}

.main_offshore {
   right: 68px;
    top: 18px !important;
    transform: translate(0px, 134%) !important;
}
#clients_view{
    transform: translate(0px, 57%) !important;
}

.offshore_Section h1 {
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #fff !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin: 10px 0px !important;
    line-height: 28px;
}

.offshore_Section .aboutus_container .development-content {
    top: 13px !important;
}

/* .main_Solution {
    background: linear-gradient(0deg, rgba(24, 99, 138, 0.94), rgba(24, 99, 138, 0.94)), linear-gradient(180deg, rgba(22, 147, 213, 0.6) 0%, rgba(22, 147, 213, 0) 100%);
    height: 100vh;

} */ 
.main_Solution {
    /* background: linear-gradient(90deg, var(--logo_colour), #0c155a); */
    background: linear-gradient(90deg, #15165d, #173DB9, #0273AC, #017ACA, #0273AC, #173DB9 , #15165d);
    /* background: linear-gradient(90deg, #173DB9 25%, #0273AC 25%, #15165d 100%, #017ACA 25%); */
    background-size: 700%;
    height: auto;
    padding: 40px 0;
    border-radius: 0 0 0 110px;
}
.main_Solution:hover {
  animation: changeGradientAnimation 20s linear infinite;
}
@keyframes changeGradientAnimation {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 700%;
  }
}
.main_Solution ul {
    list-style: none;
    display: flex
;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-top: 60px;
    gap: 50px;
}
.main_Solution ul li{
    flex: 0 50%;
}
.main_Solution ul li img{
   width: 100%;
   height: auto;
}
.main_Solution ul li .solution_info{
    position: relative;
    top: 0;
}
.main_Solution ul li .solution_info h2 {
    font-family: var(--heading-text);
    font-size: 35px;
    line-height: 45px;
}

/*.approach_slider .row{*/
/*    align-items: center;*/
/*}*/
.main_Solution ul li .solution_info p{
    font-family: var(--sub-text);
    font-weight:300 ;
}
.main_Solution .row {
    position: relative;
    top: 90px;
}

.solution_info h2 {
    line-height: 43px;
}

.solution_info {
    position: absolute;
    top: 30px;
}

.third_intigration .logo_info {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.third_intigration .storee_detials {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    justify-content: center;
    align-items: center;
}

.third_intigration ul li img {
    width: 111px;
    margin: 7px 32px;
    height: 52px;
    object-fit: contain;
}

.third_intigration h1 {
    font-size: var(--heading-font);
    font-weight: 500;
    margin: 0px;
    text-align: left;
}

.third_intigration h2 {
    font-family: var(--heading-text);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.third_intigration ul li,
.third_intigration p {
    color: #777777;
    font-size: var(--subheading);
    font-family: var(--sub-text);
    line-height: 28px;
    text-align: left;
    margin-top: 0px !important;
    line-height: 26px;
}

.third_intigration {
    width: 100%;
    overflow: hidden;
    /*background: #F5F8FF;*/
    /* padding: 40px 50px;*/
}

.third_intigration .card_box {
    padding: 20px;
    background: #2c3cb905;
    margin: 0px 10px;
    height: 330px;
    border-radius: 20px;
    margin-top: 30px;
}
.third_intigration .card_box:hover, .third_intigration .swiper-slide-active .card_box {
    margin-top: 0px;
    transition: 0.4s ease;
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
}
.third_intigration .card_box:hover h2, .third_intigration .card_box:hover p, .third_intigration .swiper-slide-active .card_box p,  .third_intigration .swiper-slide-active .card_box h2{
    color: #fff;
}
.third_intigration .textcenter {
    text-align: center !important;
}

.modal.active {
    display: flex;
    z-index: 999999;
    background: #F6F6F6;
}

#consult-popup .modal-content {
    padding: 30px;
}

#consult-popup .logo-container img {
    width: 55px !important;
    height: 55px !important;
}

#consult-popup span {
    color: #173DB9;

}

.indus_project ul li {
    background: #E9EEFF;
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 13px;
    margin-right: 8px;
}

#consult-popup h4 {
    font-size: 17px;
    margin: 8px 0px;
    line-height: 26px;
}

#consult-popup .logo-container {
    gap: 7px 0px !important;
}

.indus_project p {
    font-size: 15px;
    margin-bottom: 9px;
}

#consult-popup h2,
#consult-popup h1 {
    font-size: 23px;
    font-weight: 500;
    margin: 0px 0px 10px;
}

/* Hide the default radio button */
#consult-popup .form-field input[type="radio"] {
    display: none;
    /* Hide the radio button */
}

.indus_project .form-field {
    display: flex;
    flex-direction: row;
}

/* Style for the custom radio button */
#consult-popup .form-field input[type="radio"]+.custom-radio {
    /*width: 20px;*/
    /*height: 20px;*/
    /*border: 2px solid #333;*/
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Change appearance when radio button is selected */
#consult-popup .form-field input[type="radio"]:checked+.custom-radio {
    background-color: #173db9;
    /* Green color for selected radio */
    border-color: #173db9;
}

/* Style the label text */
#consult-popup .form-field label {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #173db91c;
    padding: 7px;
    border-radius: 100px;
    margin-right: 3px;
    font-size: 13px;
    width: 105px;
    text-align: center;
}

.selected {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    color: #fff !important;

}

/* Optional: add hover effect for custom radio button */
#consult-popup .form-field .custom-radio:hover {
    background-color: #e0e0e0;
}


#consult-popup .form-field input {
    border: 1px solid #EDEDED;
    padding: 7px 15px;
    width: 100%;
    border-radius: 100px;
    margin-bottom: 10px;

}

#consult-popup .form-field input::placeholder {
    font-size: 15px;
    color: #EDEDED;
}

#consult-popup form {
    padding: 25px;
    box-shadow: 0px 0px 20px 0px #0000000D;
    background-color: #fff;

}

.form-field .flex-form {
    display: flex;
    flex-direction: row;
    margin: 16px 0px 0px;
}

.indus_project {
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 14px;
}

.indus_project ul {
    display: flex;
    list-style: none;
    padding: 0px;
    white-space: nowrap;
    overflow: scroll;
    margin: 0px;

}

.indus_project ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.indus_project ul::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.form-field .flex-form input {
   width: 46px !important;
    border-radius: 10px !important;
    text-align: center;
    border: 1px solid gray;
    height: 46px;
}

.form-field .flex-form span {
    font-size: 22px;
    margin: 10px;
}

.modelslider .model_wrapper {
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #80808021;
    border-radius: 10px;

}

.modelslider .model_wrapper p {
    color: #777777 !important;
    font-size: 13px;
    margin: 0px;
    line-height: 23px;
}

.modelslider .model_wrapper .d-flex h1 {
    font-size: 22px !important;
    font-size: 15px !important;
}

.modelslider .model_wrapper img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.offshore_Section .cursor_point{
    border: none;
    background-color: #ffffff00 !important;
}



.Client .tab-content img {
   height: auto;
    display: flex;
    justify-content: center;
    /* box-shadow: 0 0 9px #e6e6e6; */
    border-radius: 13px;
    transition: transform .5s;
    width: 90% !important;
    padding: 10px;
    object-fit: contain;
    filter: none !important;
}
.Client .tab-content .Space {
    margin: 0 10px 20px;
    height: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 9px #e6e6e6;
    border-radius: 13px;
    transition: transform .5s;
    /* width: 100%; */
    padding: 10px;
}
.Client .tab-content .Space {
    margin: 0 10px 20px;
}

.Client .tab-content img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.tab-content>.active {
    display: block;
   
}
.clientbanner img{
    width:auto !important;
}
.clientbanner {
        background-color: #121c6d !important;
}
.Client .nav-pills-custom .nav-link {
    background: #f6f8ff;
    border-radius: 10px !important;
    margin-bottom: 16px;
    text-align: left;
    font-family: var(--heading-text);
    font-size: 17px;
    padding: 8px !important;
    font-weight: 600 !important;
}

.Client .nav-pills-custom .nav-link,
.tab-content .text {
    position: relative;
    letter-spacing: .4px;
    line-height: 31px;
    color: #000;
}

.Client .nav-pills-custom .nav-link.active {
    color: #fff;
    background: #0229a7;
}

.offshore_Section .tri_content {
    color: #fff !important;
}

.missionimg {
    width: 86%;
    margin: 20px;
    border-radius: 10px;
}

.ourmission {
    margin: 40px;
}

/*hire details*/
.hiredetails_img {
    width: 100%;
    border-radius: 20px;
}

.hire_details {
    background: #173DB9;
    height: 95vh;
    padding: 9% 0px 0px;
}

.hire_details .about_content {
    width: auto !important;
    top: 0px !important;
}

.hire_details .main_offshore {
    text-align: left;
}

.keyreasons {
    background: #F5F8FF;
    padding: 50px 0px;
}

.model_reasons {
    background-color: #b7c7ce1a;
    border-radius: 10px;
    padding: 14px;
    text-align: left;
}

.model_reasons h2 {
    margin: 7px 0px !important;
    font-size: 21px !important;
}
.model_reasons p {
    text-align: left !important;
    margin: 0px !important;
    width: 100% !important;
    line-height: 25px !important;
}
footer .social-media ul li:hover svg,
footer .social-media ul li:hover a{
    color:#173db9 !important;
}
#consult-popup .active{
    display: flex !important;
    z-index: 999999 !important;
    background: #01040fbd !important;
    /* padding: 18px; */
    transform: translate(0px, 0px) !important;
}
#consult-popup.modal-content{
    margin:30px;
}
#consult-popup .modal-content {
      padding: 0px;
    margin: 30px !important;
    border-radius: 0px !important;
}
.right_sidecontent{
    padding: 40px 0px;
}
.third_intigration span{
    color: var(--logo_colour) !important;
}
.sec_btn:hover{
    border:1px solid #173db9 !important;
      color:#173db9 ;
    
} 

/* responsive*/
@media (min-width: 360px) and (max-width: 786px) {
    .locations_intersection{
     display: flex;
     flex-direction: column;
    }
    .infra-box {
    padding: 12px;
    border: 1px solid #80808033 !important;
    margin: 37px 0px 0px !important;
    /* border-top: none; */
    height: 144px !important;
    /* border-bottom: 0px; */
    margin: 10px !important;
    text-align: center;
}
    .accordion{
        margin: 35px 0px !important;
    }
    .close{
        border: 1px solid blue;
    padding: 0px 16px 7px;
    border-radius: 100px;
    transform: translate(-25px, 8px);
    }
    .right_sidecontent{
        padding: 59px 15px 0px !important;
    }
     #consult-popup .modal-content{
          margin: 0px !important;
      }
    .Client .tab-content .Space {
    margin: 0px 10px 16px;
    width: 44% !important;
}
    .frame {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
    
      .frame .item {
        flex: 0 0 80%;
        scroll-snap-align: start;
        margin-right: 20px;
      }
    
      .wheelslidercontainer {
        height: auto !important;
      }
    .web_banner {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .bi-list {
        color: #fff;
    }

    .waviy {
        -webkit-box-reflect: below -94px linear-gradient(transparent, rgb(0 0 0 / 5%));
        font-size: 57px;
        font-weight: 600;
        letter-spacing: -5px;
    }

    @keyframes scroll {

        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }

    }

    .quote-text-wrap .right_element p {
        width: 100%;
        margin: 0 0 17px;
    }

    .waviy span {
        color: #2c3cb9;
    }

    .homesliderSwiper .main_bannercontent {
        top: 0%;
        position: relative;
        width: 100%;
    }

    .homesliderSwiper img {
        height: auto;
    }

    .solution {
        padding: 40px 0;
    }

    .home_about_us p {
        width: 100%;
    }

    .image-slider-wrapper {
        max-width: 100%;
    }

    .quote-slider-wrapper {
        width: 100%;
    }

    .main_division {
        flex-direction: column;
        height: 550px;
    }

    .quote-text-wrap .right_element {
        padding-left: 21px;
        width: 100%;
        padding-top: 12px;
    }

    Footer h1 {
        margin: 0px 15px 0px 0px;
    }

    .solution .text_area h2 {
        font-size: 45px;
    }

    .sol_point ul {
        flex-direction: column;
    }

    .sol_point ul li:first-child {
        width: 100%;
    }

    :root {
        --heading-font: 20px !important;
        --subheading: 13px !important;
    }

    .approach_slider .subheading,
    .service_info .subheading,
    .dev-info .subheading,
    .our_customer p {
        width: 100%;
    }

    .approach_slider .tabs_content{
        flex-direction: column;
    }
    .circle_text_view {
                margin: 20px 0 0;
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        gap: 20%;
    }
.circle_text_view .logo h1 {
        font-size: 35px;
        line-height: 45px;
    }
.achievements_container {
    padding: 60px 30px;
}
    .process_tech {
        padding: 0px 0px !important;
    }

    .section_container {
        padding: 11px 0px 0px !important;
    }

    .graphics_banner_content p,
    .graphics_banner_content .design_service {
        width: 100%;
        margin: auto 0px auto 0px;
        position: relative;
        color: #000;
    }

    .design_service h1,
    .design_service h2 {
        color: #000 !important;
    }

    #graphics_banner {
        height: 50vh !important;
        object-position: center right;
    }

    .brandlogoes_view {
        top: 34% !important;
    }

    .sub_menu_navbar ul {
        margin: 11px 0px 0px;
        justify-content: center !important;
        flex-direction: column;
    }

    .sub_menu_navbar h2 {
        text-align: center;
    }

    .sticky_bar {
        position: relative;
        z-index: 99;
    }

    .btn--changeGradient {
        position: absolute;
        right: -20px;
        transform: rotate(90deg);
        top: 340px;
        background: linear-gradient(90deg, #2c3cb9, #1c6bdb);
        color: #fff !important;
        z-index: 9999999999;
    }

   .approach_slider .tabs_content img {
        width: 100%;
        height: 270px;
    }

    .right_side_dev {
        margin: 16px 0px 0px;
    }

    .right_side_dev h2 br {
        display: none;
    }

    .approach_slider .tabs_content ul li {
        width: 100%;
    }

    #c {
        width: 100%;
    }

    .main_sectionbanner_content p {
        width: 100%;
        padding: 0px 15px;
    }

    .solution_dev {
        padding: 15px;
        margin: 6px 0px;
        height: 144px;
    }

    .testimonials p br,
    .development-content h2 br,
    .sub_menu_navbar,
    .wheel-slider-wrap .our_vision br,
    .approach_slider .heading br,
    .service_info .heading br,
    .dev-info .heading br,
    .testimonials h1 br,
    .our_customer h1 br,
    .our_journey h1 br,
    .achievements_container h1 br,
    .home_about_us h1 br,
    .user_experience h1 br {
        display: none;
    }

    .main_sectionbanner_content {
        position: absolute;
        top: 10%;
    }

    .graphics_banner_content h2,
    .main_sectionbanner_content h2 {
        font-size: 17px !important;
    }

    .graphics_banner_content h1,
    .main_sectionbanner_content h1 {
        font-size: 22px !important;
    }

    .sub_menu_navbar ul li {
        margin-left: 0px;
        border: 1px solid #f4f4f4;
        padding: 10px;
        margin-bottom: 8px;
    }

    .apllication_process .active,
    .apllication_process .active .extend_hover {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px 0px !important;
        transform: unset;
        height: 100% !important;

    }

    .apllication_process {
        flex-direction: column;
    }

    .service_info .nav-tabs,
    .power_tech .nav-tabs {
        gap: 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .testimonials_container .nav-tabs .nav-link.active,
    .power_tech .nav-tabs .nav-link.active {
        transform: translateY(0px);
    }

    .service_info .nav-tabs a,
    .power_tech .nav-tabs a {
        white-space: nowrap;
    }

    .nav-tabs-container {
        margin: 15px 0px;
    }

    .hire_use_sec {
        margin: 11px;
        padding: 15px;
    }

    .hire_use_sec .mt-5 {
        margin-top: 0rem !important;
    }

    .power_tech {
        padding: 9px 0px;
    }

    .main_animtion {

        max-width: 100%;
        height: auto;
        margin: 5px 0px;
    }

    .main_heading h2 {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
    }

    .main_heading {
        width: 100% !important;
        height: 100% !important;
    }

    .apllication_process h1,
    .apllication_process h2 {

        font-size: 17px;
        line-height: 14px;
        font-weight: 400;
    }

    .approach_slider {
        margin: 0px !important;
        overflow: hidden;
    }

    .brand-trust-section {
        margin: 35px 18px 0px;
    }

    .questions_animation {
        font-size: 33px;
        text-align: center;
    }

    .testimonials h1,
    .our_customer h1,
    .our_journey h1,
    .achievements_container h1,
    .home_about_us h1,
    .questions_section h2 .user_experience h1 {
        line-height: 28px;
    }

    .wheel-slider-wrap .our_vision,
    .approach_slider .heading,
    .service_info .heading,
    .dev-info .heading,
    .testimonials h1,
    .our_customer h1,
    .our_journey h1,
    .achievements_container h1,
    .home_about_us h1,
    .user_experience h1 .home_about_us p,
    .testimonials p,
    .journey-title,
    .our_customer p,
    .achievements_container p,
    .user_experience p,
    .questions_section p,
    .questions_section h2 {
        text-align: center;

    }

    .right_element h1 br,
    .solution_dev h1 br,
    .questions_section p br {
        display: none;
    }

    .enquery-us .d-flex {
        justify-content: center;

    }

    .enquery-us {
        padding: 10px;
    }

    footer .logo_sec {
        flex-direction: column;
    }

    Footer .tagline {
        text-align: center;
        margin: 14px 0px 15px 0px;
    }

    footer .social-media {
        display: flex;
        justify-content: center;
        float: unset;
    }

    .approach_slider .tabs_content h2,
    .sub_menu_navbar h2,
    .sec_head h3 {
        font-size: 20px !important;
    }

    .application_sec {
        box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 0%) !important;
    }

    .testimonials_container {
        margin: 14px 9px 0px 9px;

    }

    /* .aboutus_container .development-content {

        width: 100%;
        text-align: center;
        position: relative !important;
    } */
.aboutus_container .development-content {
           top: 60% !important;;
        left: 50% !important;;
        transform: translate(-50%, -50%)!important;;
        width: 90%;
        text-align: center;
        position: absolute;
}
    .about_top .web-font {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .wheel-slider .item {
        height: 170px;
    }

    .aboutus_container .about_content p {
        width: 100%;
       
    }

    .aboutus_container .development-content {
        top: 0px;
        width: 100%;
        text-align: center;
        transform: translate(0px, 0%);
    }

    .about_content h2 {
        line-height: 29px;
    }

    .main_bannercontent h2,
    .head_text h1 {
        color: #000;
        margin: 10px 0px 0px !important;
    }

    .industries_section {
        transform: translate(0px, 25px) !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 18px 26px !important;
    }

    .industries_section p {
        width: 100%;
        margin-left: 0px;
    }

    .services_innerslides p {
        margin: 0px;
    }

    .overlay_text {
        transform: translateY(555px);
    }

    .mySlider .swiper-slide {
        margin: unset;
    }

    .contact span:before,
    .select span:before {
        position: absolute;
        top: 0px;
        right: 15px;
        content: "+";
        color: #ddd;
        font-size: 25px;
    }

    .contact,
    .select {
        border-bottom: none;
        display: inline-block;
        padding: 0;
        border-radius: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }

    .contact li,
    .select li {
        display: none;
        cursor: pointer;
        padding: 10px 10px;
        border-top: none;
        min-width: 90%;
        background: #27304F;
        border-radius: 8px;
        text-align: center;
    }

    .contact li:first-child,
    .select li:first-child {
        background: none;
        border-bottom: 2px solid #ffffff12;
        border-radius: 0px;
        /* width: 100%; */
        padding: 10px;
        margin-bottom: 0px;
        text-align: left;

    }

    .open li {
        display: inline-flex;
        margin: 10px 0 0px;
        width: 100%;
    }

    .contact li:first-child,
    .select li:first-child {
        display: block;
        border-top: 0px;
    }

    .contact.open span:before,
    .select.open span:before {
        content: "-";
    }

    /* General styles */


    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;

    }

    .navbar-collapse {
        color: #ffffff;
        background: linear-gradient(180deg, var(--logo_colour), #0c155a);
        position: absolute;
        top: -100%;
        /* Hidden initially */
        width: 100%;
        height: 100vh;
        transition: top 0.3s ease-in-out;
    }

    .navbar-collapse.show {
        top: 40px;
        /* Slide into view */
    }

    .menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
        background: #192020;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        z-index: 10;
    }

    .menu li {
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #444;
    }

    .menu li a {
        color: white;
        text-decoration: none;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 30px;
        height: 30px;
        position: relative;
    }

    .menu-icon,
    .menu-icon::before,
    .menu-icon::after {
        content: "";
        width: 25px;
        height: 3px;
        background: white;
        position: absolute;
        transition: all 0.3s ease;
    }

    .menu-icon::before {
        top: -8px;
    }

    .menu-icon::after {
        top: 8px;
    }

    /* Show menu when active */
    .menu-toggle.active .menu-icon {
        background: transparent;
    }

    .menu-toggle.active .menu-icon::before {
        transform: rotate(45deg);
        top: 0;
    }

    .web-font {
        line-height: 28px;
    }

    .menu-toggle.active .menu-icon::after {
        transform: rotate(-45deg);
        top: 0;
    }

    .upwork img {
        height: 89px;
        margin: 0px 8px 0px 22px !important;
    }

    .upwork {
        /*animation: scroll 10s linear infinite; */
        overflow: auto;
        margin: 11px 0px !important;
    }

    /* Show the menu when active */
    .menu-toggle.active+.menu {
        display: flex;
    }

    .solution .text_area {
        position: relative;
        rotate: 360deg;
        top: 0%;
    }

    .power_tech .mt-5 {
        margin-top: 0rem !important;
    }

    .programming_language img {
        width: 100px !important;
        height: 91px !important;
        object-fit: contain;
        background-color: #e3ecff;
        padding: 14px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .programming_language .card_box {
        margin-bottom: 20px;
    }

    .power_tech .dev-info {
        margin-top: 20px;
    }

    .main_bannercontent h2 {
        font-size: 26px !important;
        text-align: center !important;
    }

    .about_top {
        margin: 0px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 20px !important;
    }

    .italic {
        display: none;
    }

    .hear_about_client {
        height: 40vh;
    }

    .about_client .inner_section {
        width: 75% !important;
    }

    .inner_section h2 {
        font-size: 22px;
    }

    .inner_section h1 {
        font-size: 33px;
    }

        .about_content {
        position: absolute;
        top: 3%;
        width: 92%;
        text-align: center;
        transform: translate(0px, 50%);
    }
    .about_content hr {
        display: none;
    }

    .about_innercontent p,
    .about_info .about_detals {
        font-size: 13px;
    }

    .about_info {
        margin-top: 0px;
    }

    .about_innercontent h1 {
        font-size: 30px;
    }

    .head-nav-third ul li {
        margin: 0 0px;
        width: 100%;
    }

    .head-nav-third ul li a, .navbar-nav li ul li a {
        font-weight: 500;
        padding: 5px 14px;
        color: #ffffff;
    }

    .navbar-nav li ul {
        position: relative !important;
        width: 100% !important;
        box-shadow: rgb(0 0 0 / 0%) 0 4px 12px !important;
    }

    .navbar-toggler {
        border: none;
        position: absolute;
        right: 0px;
        top: 7px;
        border: none;
    }

    .bi-x {
        color: #fff;
        font-size: 18px;
    }

    button:focus,
    button:focus-visible {
        outline: 0;
        box-shadow: unset !important;
        border: 0px solid #007bff;
        /* Add a visible border to show focus */
    }

    .head-nav-third .col-lg-12 {
        padding: 0px;
    }

    .navbar-brand {
        padding-left: 15px;
    }

    .marquee {
        height: 88px !important;
        margin-top: 12px;
    }

    .marquee .track h1 {
        font-size: 53px !important;
        font-weight: 500 !important;
    }

    .timelline_info img {
        width: 100%;
        left: 0px;
    }

    .aboutus_container {
        height: 100%;
    }

        .about_content h2 {
        margin: 0;
        font-size: 25px;
    }
    .right_side_dev p,
    .dev-info .apllication_process ul li,
    .apllication_process .extend_hover p,
    .approach_slider .subheading,
    .service_info .subheading,
    .dev-info .subheading,
    .about_innercontent p {
        line-height: 23px;
    }

    .data {
        margin: 20px 0;
    }
    

#toggle {
  
    transform: translate(-36px, 0px);
}
}

@media (min-width: 786px) and (max-width: 920px) {

    .service_info .nav-tabs,
    .power_tech .nav-tabs {
        gap: 0px;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .service_info .nav-tabs a,
    .power_tech .nav-tabs a {
        white-space: nowrap;
    }

    .section_container {
        padding: 0 0px !important;
    }

    .waviy {
        font-size: 65px;
    }

    .testimonials_container {
        margin: 14px 0px 0px 18px;
    }

    .questions_animation {
        font-size: 36px;
    }

    .sol_point ul {
        flex-direction: column;
    }

    .main_division {
        flex-direction: column;

    }

    .main_division {
        display: flex;
        overflow: hidden;
        background: #ffffff;
        border-radius: 10px;
        height: 652px;
    }

    .image-slider-wrapper {
        max-width: 100%;
    }

    .quote-slider-wrapper {
        width: 100%;
        overflow: hidden;
    }
}

.scroll-mynav {
    overflow: visible !important;
}

.navbar-nav ul li a {

    padding: 5px 5px;

}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-item {
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
    font-weight: bold;
}

.nav-link:hover {
    color: #fff;
}

/*Dropdown Menu Styles*/
ul.scroll-mynav,
ul.innerdropdown, .navbar-nav li ul {
    display: none;
    /*Hide dropdown menus initially*/
    position: absolute;
    top: 100%;
    /*Align dropdown below the parent link*/
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 0px 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

ul.innerdropdown {
    left: 275px;
    top: 56px;
}



ul.scroll-mynav>li a,
ul.innerdropdown>li a {
    text-decoration: none;
    color: #333 !important;
    display: block;
}



/*Hover Effects for Dropdowns*/
.nav-item:hover>ul.scroll-mynav {
    display: block;
    /*Show dropdown when hovering over parent*/
}

.inner_navlinkitem:hover>.innerdropdown {
    display: block;
    /*Show nested dropdown*/
}

.inner_navlinkitem:hover, .navbar-nav li ul li:hover {
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
    transition: 0.3s ease;

}

.inner_navlinkitem a:first-child:hover {

    color: #fff !important;
}

/* Harpreet */
.services_innerslides p, .tab_service_slides .tab_services_innerslides p {
    margin: 0px 10px 0px;
    color: #010101;
    width: 160px;
    line-height: 35px;
    font-size: var(--heading-font);
    font-family: var(--heading-text);
}
/* Mission Vision section */
.trackmision {
    z-index: 50;
    height: 200vw;
    position: relative;
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
}

.camera {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.frame {
    flex-direction: row;
    height: 100%;
    display: flex;
}

.track-item-card {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    height: 95vh;
    padding-top: 80px;
    display: flex;
}

.feature-card {
    /* background-color: white; */
    background: linear-gradient(90deg, white 70%, var(--logo_colour) 30%);
    color: var(--white);
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 2.5vw 4.5vw 2.5vw 0;
    padding: 3vw 3vw;
    display: flex;
    position: relative;
    overflow: hidden;
}

.feature-card-content h1 span {
    color: var(--logo_colour);
}

.feature-card-content h1 {
    color: #000;
}

.first-cards .feature-card-content h1,
.first-cards .feature-card-content h1 span {
    color: #fff;
    
    margin: 31px 0px 0px;
}

.feature-card-content p,
.mission-pointers li {
    color: #000;
    font-weight: 300;
    font-family: var(--sub-text);
    font-size: var(--subheading);
    line-height: 26px;
    margin: 0;
}

.first-cards .feature-card-content p,
.first-cards .mission-pointers li {
    color: white;
}

.feature-card-content hr {
    border: 0 !important;
    background: linear-gradient(90deg, #173db9, #03a9f4);
    height: 5px;
    opacity: 1;
    width: 30%;
    border-radius: 100px;
    margin: 15px 0;
}

.first-cards {
    margin: 2.5vw 4.5vw 2.5vw 4.5vw;
    background: #03a9f44a;
    background: linear-gradient(90deg, var(--logo_colour) 60%, #03A9F4 30%);
    border: 2px solid white;
}

.image-and-text {
    justify-content: center;
    align-items: center;
    max-height: 100%;
    display: flex;
}

.image-and-text-column {
    flex: 0 50%;
    /* padding-left: 5vw; */
    padding-right: 5vw;
    position: relative;
}

.feature-card-image {
    max-width: 50%;
    max-height: 480px;
}

.mission-pointers {
    list-style: none;
    padding: 0;
}

.first-cards .mission-pointers li {
    border-bottom: 1px solid #ffffff1f;
}

.mission-pointers li {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    display: block;
}

.mission-pointers li span {
    font-size: 21px;
    font-family: var(--heading-text);
    font-weight: 600;
    padding-right: 10px;
    color: var(--logo_colour);
}

.first-cards .mission-pointers li span {
    color: #00e7ff;
}

.mission-pointers li:last-child {
    border-bottom: 1px solid transparent;
}

.mission-pointers li:hover span {
    padding-left: 20px;
    transition: 0.4s ease;
}
/* Beyond Work Section */
.reveal-mask-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #F5F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/beyond_work.png') no-repeat center center / cover;
    clip-path: circle(0% at center);
    z-index: 2;
    transition: clip-path 1.5s ease-out;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
}

.reveal-mask-section.active .mask-layer {
    clip-path: circle(150% at center);
}

.reveal-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px;
}

.highlight {
    color: #007bff;
}

.inner_section {
    text-align: center;
}

.mask-layer .inner_section {
    color: #fff;
}

.mask-layer .inner_section h2 {
    font-family: var(--sub-text);
    font-size: 70px;
    font-weight: 500;
}

.mask-layer .inner_section h1 {
    font-family: var(--heading-text);
    font-size: 30px;
    font-weight: 500;
}

.mask-layer .inner_section p {
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
    width: 40%;
    margin: 0 auto;
}
.knowmore{
    border:1px solid #fff;
    border-radius: 100px;
    padding: 6px 20px;
    color: #fff;
    width: 130px;
}
.wheelslidercontainer{
    z-index: 50;
    height: 200vw;
    position: relative;
}
.third_intigration .row{
    padding:  0 50px;
}

/* sachin */
.section-mt {
    margin-top: 60px;
  }
  .scroll-mynav li a:hover{
      color:#fff !important;
  }
  .Brands_logos img{
      /*filter: grayscale(100%);*/
      filter: grayscale(100%);
    width: 100%;
    height: 82px;
    object-fit: cover;
  }
   .Brands_logos img:hover{
      filter: grayscale(0%);
  }
  .text-content{
      width:100%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1470px) {
     
      #consult-popup .logo-container img {
    width: 87px !important;
    height: 80px !important;
}
      img.system_integration.slide-left {
    height: 310px !important;
}
      .hire {
    width: 100%;
    margin-bottom: 30px;
  }
      .btn-white-transparent{
            font-size:15px !important;
      }
      .innerdev img {
    width: 100%;
    border-radius: 15px;
    height: 290px !important;
    object-fit: cover !important;
}
      .offshore .solution_dev {
    height: 340px !important;
}
      /*.solution_dev>h1{*/
      /*    font-size: 17px !important;*/
      /*}*/
      .main_Solution ul{
          margin-top: 50px;
      }
      .contact svg {
    color: #fff;
    transform: translate(0px, -2px);
}
      .wheelslider {
          padding-top: 60px !important;
      }
      .track-item-card{
          padding-top: 34px !important;
      }
    .container-lg {
      padding: 0 32px;
    }
    .image-and-text-column{
        padding-right: 0vw !important;
    }
    .mission-pointers br{
        display:none;
    }
  }
  
  /* Button */
  /* White Transparent Button */
  .btn-white-transparent {
    font-family: var(--sub-text);
    padding: 7px 18px;
    background: transparent;
    color: white;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 100px !important;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
    cursor: pointer;
  }
  
  .btn-white-transparent:hover {
    background-color: #fff;
    color: black;
    box-shadow: 0 0 12px -3px #fff;
  }
  
  /* White Color Fill Button */
  .btn-white-fill {
    font-family: var(--sub-text);
    padding: 7px 18px;
    border-radius: 100px;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    background-color: white;
    color: black;
    transition: all 0.3s;
    cursor: pointer;
  }
  
  .btn-white-fill:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: 0 0 12px -3px #fff;
  }
  
  /* Gray Color Fill Button */
  .btn-gray-fill {
    font-family: var(--sub-text);
    padding: 7px 18px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid transparent;
    outline: none;
    background-color: #f0f0f0;
    color: #000;
    cursor: pointer;
  }
  
  /* Gray Transparent Button */
  .btn-gray-transparent {
       padding: 8px 18px;
    border-radius: 100px;
       color: #000;
    font-weight: 400;
    background: transparent;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s;
    font-size: var(--subheading);
  }
  
  .btn-gray-transparent:hover {
    box-shadow: 0 0 12px -3px;
  }
  
  /* Gredient Color filled Button */
  .btn-gredient-fill {
      padding: 8px 18px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 100px;
     font-size: var(--subheading);
     font-family: var(--sub-text);
    font-weight: 400;
    background: linear-gradient(to right, #173db9, #03a9f4);
    background-clip: padding-box;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  .btn-gredient-fill:hover {
    background: linear-gradient(to left, #173db9, #03a9f4);
    border: 2px solid #173db9;
    color: #fff;
    box-shadow: 0 0 12px -3px #173db9;
  }
  
  /* Primary Heading */
  .primary-heading {
    font-family: var(--heading-text);
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
  }
  
  /* @media only screen and (max-width: 1600px) {
    .primary-heading {
      font-size: 32px !important;
      font-weight: 600;
      line-height: 42px;
    }
  
    .btn-white-transparent {
      padding: 7px 18px;
      font-size: 14px;
    }
  
    .btn-white-fill {
      padding: 7px 18px;
      font-size: 14px;
    }
  
    .btn-gray-fill {
      padding: 7px 18px;
      font-size: 14px;
    }
  
    .btn-gray-transparent {
      padding: 7px 18px;
      font-size: 14px;
    }
  
    .btn-gredient-fill {
      padding: 7px 18px;
      font-size: 14px;
    }
  } */
  
  @media only screen and (max-width: 790px) {
        .primary-heading {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
    }
    .section-mt {
    margin-top: 40px;
}
  }
  
  /* Primary Pragraph */
  .primary-paragraph {
    font-family: var(--sub-text);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
  }
  

  
  /* Services tabs buttons active class */
  .services-active-tab-btn {
    transition: all 0.5s;
    padding: 7px 18px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    background: linear-gradient(to right, #173db9, #03a9f4);
    background-clip: padding-box;
    color: white;
    cursor: pointer;
  }
  
  /* Swiper.js next and previous buttons custom */
  .swiper-button-prev,
  .swiper-button-next {
    height: 36px;
    width: 36px;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-blue);
    color: white;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
    --swiper-navigation-size: 20px;
  }
  
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
  
  @media only screen and (max-width: 480px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      height: 32px;
      width: 32px;
      padding: 0 13px;
      --swiper-navigation-size: 15px; /* Larger next button */
    }
  }
  
  /* Back to top button */
  #backToTopBtn {
    height: 32px;
    width: 32px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    opacity: 0%;
    border: none;
    border-radius: 100%;
    outline: none;
    background: var(--dark-blue);
    z-index: 9999;
  }
  
  /* ///////////////////////////////////////////////////////////////////////////header css start//////////////////////////////////////////////////////////////////////////////////// */
 
  
  

/********** Banner Styling **********/
.banner-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* .media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  z-index: 0;
} */
.left {
    text-align: left !important;
    width: 36% !important;
    margin-left: 5%;
}
.text-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 20vh;
}

.btn-white-transparent {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #fff;
     padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
}
.banner-slide div p {
    font-size: 1.2vmax;
    font-family: var(--sub-text);
  }
  
  .banner-slide div h1 {
    margin-top: 20px;
    font-size: 3.5vmax;
    font-family: var(--heading-text);
    line-height: 4vmax;
    font-weight: 400px;
  }
  .banner-slide {
    height: 87vh !important;
    overflow: hidden;
  }
  
  /********** Statistics Styling **********/
  .statistics {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
    height: 120px;
  }
  
  .statistics > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 3px; */
    color: white;
    padding: 20px 0;
  }
  
  .statistics > :nth-child(1) {
    background-color: #252364;
  }
  .statistics > :nth-child(2) {
    background-color: var(--logo_colour);
  }
  .statistics > :nth-child(3) {
    background-color: #0273ac;
  }
  .statistics > :nth-child(4) {
    background-color: #017aca;
  }
  
  .statistics > div > :nth-child(1) {
    font-family: var(--heading-text);
    font-size: 42px;
    font-weight: 600;
  }
  .statistics > div > :nth-child(2) {
    font-family: var(--sub-text);
    font-size: 18px;
  }
  
  /********** Technology is the future Styling **********/
  
  .technology {
    width: auto;
  }
  
  .technology h1{
    text-align: center;
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 700;
    line-height: 45px;
  }
  .technology .heading{
    width: 80%;
    margin: 60px auto 0;
  }
  
  .technology  h1 span{
    color: var(--logo_colour);
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    font-family: var(--heading-text);
  }
  
  .technology  p{
    color: #777777 ;
    text-align: center;
    color: var(--sub-text);
    font-size: var(--subheading);
  }
  
  .technology .buttons-group {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }
  
  .technology > .top > .buttons-group > :nth-child(1) {
    color: var(--dark-blue);
  }
  .Brands_logos{
    padding: 60px 0% 0px;
}
  .technology .logo_head{
    display: flex
;
    align-content: center;
    align-items: center;
}
.technology .logo_head hr
 {
    border: 2px solid #a3a3a3;
    width: -webkit-fill-available;
}
.technology .logo_head h1 {
    padding: 0px 20px;
    width: -webkit-fill-available;
}
  
  .brands-swiper > .swiper-wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
  
  .brands-swiper .swiper-wrapper .swiper-slide{
    width: auto !important;
  }
  
.primary-heading span{
    color: var(--logo_colour);
}
.tabs {
      display: flex;
      margin-bottom: 20px;
      gap: 10px;
    }

    .tab {
      padding: 10px 20px;
      background: #ececec;
      border: none;
      cursor: pointer;
      border-radius: 100px;
      font-family: var(--sub-text);
        font-size: var(--subheading);
    }

    .tab.active {
      background: linear-gradient(90deg, var(--logo_colour), #03A9F4);
      color: white;
    }

    /*.tab-content {*/
    /*  display: none;*/
    /*}*/
.tab-content.active {
    display: block;
    margin: 40px 0 0;
}
  
   .learning, .industries {
    padding: 0px 5%;
}
  /* AI Solution */
  
  .ai-solution {
    padding: 48px;
    width: 100%;
    background-color: #f8f8f8 !important;
  }
  
  .ai-solutions > div {
    display: flex;
    align-items: center;
  }
  
  .ai-solution-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .ai-solution-text-container > h1 {
    text-align: center;
    max-width: 1060px;
    width: 100%;
  }

  .ai-solution-text-container > p {
    max-width: 760px;
    margin-top: 10px;
    color: var(--secondary-text);
    text-align: center;
  }
  
  .ai-solution-slider-container {
    margin-top: 24px;
    padding: 0 68px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  
  .ai-swiper {
    width: 50% !important;
  }
  
  .ai-slider-container {
    position: relative;
    width: 100%;
  }
  
  .ai-images-swiper {
    max-width: 600px !important;
  }
  
  .ai-images-container {
    width: 100%;
    overflow: hidden;
    border-radius: 16px 0 0 16px;
  }
  
  .ai-images-wrapper {
    width: 100%;
    display: flex;
  }
  
  .ai-images-wrapper > img {
    width: 100%;
    object-fit: cover;
  }
  
  .ai-nav-button {
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 100;
  }
  
  .ai-prev-btn,
  .ai-next-btn {
    padding: 6px;
    width: 38px;
    height: 38px;
    font-size: 17.6px;
    border: none;
    border-radius: 100%;
    font: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 999;
  }
  
  .ai-prev-btn {
    background-color: #fff;
    box-shadow: 0 0 9px -3px;
  }
  
  .ai-next-btn {
    background-color: var(--logo_colour);
    color: white;
  }
  
  .ai-solution-slider-container {
    width: 100% !important;
  }
  
  .ai-solution-slider-container > .text-container {
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
  }
  
  .text-slides-wrapper > .swiper-slide {
    padding-right: 25px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  
  .ai-solution-slider-container > .text-container > .text-slides-wrapper {
    width: 100%;
    display: flex;
  }
  
  .ai-solution-slider-container > .text-container > .text-slides-wrapper > div {
    min-width: 100%;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  #ai-solution-text-slider .swiper-slide h1{
              font-family: var(--heading-text);
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
  }
  .ai-solution-slider-container
    > .text-container
    > .text-slides-wrapper
    > div
    > h1 {
    font-family: var(--heading-font);
    font-size: 35px;
    color: var(--logo_colour);
  }
  
  .ai-solution-slider-container
    > .text-container
    > .text-slides-wrapper
    > div
    > :nth-child(2) {
    margin-top: 16px;
    font-weight: 450;
    font-family: var(--sub-text);
  }
  
  .ai-solution-slider-container
    > .text-container
    > .text-slides-wrapper
    > div
    > :nth-child(3) {
    margin-top: 10px;
    font-family: var(--sub-text);
    font-weight: 400;
    color: #646464;
  }
  
  /* Industries Styling */
  .industies-text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
  }
  .industies-text-container > p {
    margin-top: 10px;
    color: var(--secondary-text);
  }
  
  .industries-swiper {
    margin-top: 28px;
    overflow: hidden;
    position: relative;
  }
  
  .industies-cards-cotainer {
    display: flex;
    cursor: grab;
  }
  
  .industies-cards-cotainer > .industry-card {
    padding: 24px;
    margin: 20px 0 0;
    width: 320px;
    border: 4px solid #eeeeee;
    border-radius: 16px;
  

}
.industry-card:hover, .industies-cards-cotainer .swiper-slide-active {
    background: linear-gradient(90deg, var(--logo_colour), #03A9F4);
    margin: 0;
    transition: 0.4s ease;
    border:none;
}
.industry-card:hover .industry-card-content div h1, .industry-card:hover .industry-card-content div h2, .industry-card:hover .industry-card-content p,
.industies-cards-cotainer .swiper-slide-active .industry-card-content div h1, .industies-cards-cotainer .swiper-slide-active .industry-card-content div h2, .industies-cards-cotainer .swiper-slide-active .industry-card-content p{
    color: white;
}
.industry-card:hover .industies-card-image-container, .industies-cards-cotainer .swiper-slide-active .industies-card-image-container{
    border: 4px solid #fff;
}
  
  .industry-card-content > div {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 12px;
    justify-content: center;
}
  
  .industry-card-content > div > h1 {
    font-family: var(--heading-text);
    font-weight: 700;
    font-size: 75px;
    line-height: 100%;
    color: #e2e2e2;
  }
  
  .industry-card-content > div > h2 {
    font-family: var(--heading-text);
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
  }
  
  .industry-card-content > p {
    margin-top: 12px;
    font-family: var(--sub-text);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #777777;
    text-align: center;
  }
  
  .industies-cards-cotainer > .industry-card > .industies-card-image-container {
    margin-top: 24px;
    width: 100%;
    /* height: 160px; */
    border-radius: 16px;
    overflow: hidden;
  }
  
  .industies-cards-cotainer
    > .industry-card
    > .industies-card-image-container
    > img {
    width: 100%;
    height: 100%;
  }
  
  /* Insights Section Styling */
  .insights {
    width: 100%;
  }
  
  .insights > div {
    padding: 48px 95px;
    background-color: #eff4ff;
  }
  
  .insights > div > h1 {
    text-align: center;
  }
  
  .insights-layout {
    margin-top: 32px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 40% 60%;
    gap: 16px;
  }
  
  .insights-left img {
    width: 100%;
  }
  
  .insights-right img {
    width: 180px;
  }
  
  .insights-layout > .insights-left {
    padding: 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    border-radius: 16px;
  }
  
  .insights-layout > .insights-left > h3 {
    font-family: var(--heading-text);
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
  }
  
  .insights-layout > .insights-left > p {
    vertical-align: middle;
    color: var(--secondary-text);
    font-size: 16px;
    line-height: 28px;
  }
  
  .insights-layout > .insights-left > p > span {
    color: var(--dark-blue);
  }
  
  .insights-layout > .insights-left > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .insights-layout > .insights-left > div span {
    display: block;
    margin-top: 2px;
    text-align: center;
  }
  
  .insights-layout > .insights-left > div > div > :nth-child(1) {
    font-family: var(--sub-text);
    color: #777777;
    font-size: 16px;
  }
  
  .insights-layout > .insights-left > div > div > :nth-child(2) {
    font-family: var(--heading-text);
    font-weight: 600;
    font-size: 17px;
  }
  
  .insights-layout > .insights-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .insights-right > div {
    padding: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 16px;
  }
  
  .insights-right > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .insights-right > div > div > h3 {
    font-family: var(--heading-text);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
  
  .insights-right > div > div > div {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .insights-right > div > div > div > span {
    display: block;
    margin-top: 2px;
    text-align: center;
  }
  
  .insights-right > div > div > div > div {
    display: flex;
    flex-direction: column;
  }
  
  .insights-right > div > div > div > div > :nth-child(1) {
    font-family: var(--sub-text);
    color: #777777;
  }
  
  .insights-right > div > div > div > div > :nth-child(2) {
    font-family: var(--heading-text);
    font-weight: 600;
  }
  
  /* Hire Section Starts Here */
  
  .hire {
    width: 100%;
    margin-bottom: 100px;
    background: var(---light-bg);
}
.hiring_class_img{
    width: auto !important;
    height: 100%;
    border-radius: 0 400px 400px 0px;
    border: 10px solid #fff;
    border-left: 0px;
}
  
  .hire-text-container > p {
    margin-top: 10px;
    color: var(--secondary-text);
  }
  
  .hire-cards-container {
    margin: 0 auto;
    margin-top: 40px;
    display: grid;
    /* grid-template-columns: 310px 310px 310px 310px; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    flex-wrap: wrap;
    gap: 24px;
  }
  
  .hire-cards-container > :nth-child(1) {
    background: linear-gradient(0deg, #f5f8ff, #f5f8ff),
      linear-gradient(0deg, #ffffff, #ffffff),
      linear-gradient(
        180deg,
        rgba(28, 107, 219, 0) 3.47%,
        rgba(28, 107, 219, 0.15) 100%
      );
  }
  
  .hire-cards-container .hire-card {
    padding: 16px;
    min-height: 340px;
    max-width: 310px;
    border-radius: 16px;
    background-color: #f5f8ff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    transition: all 1s;
  }
  
  .hire-cards-container > .hire-card:hover {
    background: linear-gradient(to bottom, #ffffff, #70acff7b);
    box-shadow: 0 0 7px -4px;
  }
  
  .hire-card > div > h1 {
    justify-self: start;
    font-family: var(--heading-text);
    font-weight: 600;
    font-size: 27px;
    padding: 10px 10px 0px;
}
  
  .hire-card > div > ul {
    margin-top: 16px;
    /* list-style: none; */
    list-style-position: outside;
    justify-self: start;
  }
  
  .hire-card > div > ul > li {
    font-family: var(--sub-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--secondary-text);
  }
  
  .hire-card > button {
    justify-self: last baseline;
    padding: 10px 30px;
    width: 100%;
    font-family: var(--sub-text);
    font-weight: 500;
    font-size: 18px;
    border-radius: 100px;
    border: none;
    background: linear-gradient(30deg, #2c3cb9, #4f64ff),
      linear-gradient(90deg, rgba(28, 107, 219, 0) 0%, #1c6bdb 100%);
    color: white;
  }
  .form-field  input::placeholder{
      color:#000 !important;
  }
  .location_es_view{
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    display: flex;
    align-items: center;
    color: #FFF;
    justify-content: space-around;
  }
  .location_es_view img{
        /* width: 150px; */
    opacity: 0.3;
  }
  .contact_usviews{
        font-size: var(--footersubheading);
    font-weight: 600;
    color: #6b7bad;
  }
  .locations_intersection{
    display: flex;
  }
  /* =============== Responsive Design ============== */
  
  /* Banner */
.case_studies_setion img{
    position:relative;
}
.casestudies h1{
  position: relative;
    text-align: center;
    font-family: var(--heading-text);
    font-size: 69px;
    font-weight: 700;
    line-height: 45px;
    /* top: 45%; */
    right: 146px;
    color: #fff;
    /* padding: 21px; */
    transform: translate(13%, 132px);
}
.case_studies_setion{
        background: linear-gradient(90deg, #0f6be6, #2837ae);
    height: 297px;
    text-align: center;
}
.case_studiesview h2{
    font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading) !important;
    
    font-weight: 400;
    /* margin: 0px; */
       margin: 12px 0px;
}
.case_studiesview h2 span{
 
        
        font-size: 17px;
    color: #000000 !important;
    font-weight: 500;
}


.case_studiesview p{
    font-family: var(--sub-text);
      
        font-size: 14px !important;
        line-height: 24px;
           color: var(--logo_colour);
    font-weight: 600;
            margin: 0px;
}
.mainsectioncase_studies h1{
    color: var(--logo_colour);
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 600;
}
.case_studiesview img{
width: 100%;
    height: 100%;
    object-fit: cover;
  
    padding: 0px;
    border-radius: 11px;
    background-color: #fff;
    transition: .5s ease;
}
.case_studiesview:hover img{
        transform: scale(1.1);
}
.img_view{
        height: 242px;
    overflow: hidden;
     margin-bottom:10px;
}
.case_studiesview{
     border: 1px solid #111c6b1f;
          height: 420px;
    overflow:hidden;
    border-radius: 10px;
    margin-bottom:30px;
}
.case_studiesview:hover{
        box-shadow: 0px 0px 15px 0px #0000001F;
}
.mainsectioncase_studies{
        background-color: #2c3cb9;
    color: #fff !important;
    padding: 77px 0px;
}
.mainsectioncase_studies h1{
    color:#fff;
}
.mainsectioncase_studies h1 span{
        background-color: #5764c6e0;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 17px 0px;
    line-height: 3;
    font-size: 19px;
}
.challehges_heading,
.case_studyview h1,
.case-studiesinfo h1{
        color: var(--logo_colour) !important;
    font-family: var(--heading-text) !important;
    font-size: var(--heading-font) !important;
    font-weight: 600 !important;

}
.case_studiesview h1{
     display: -webkit-box;
  -webkit-line-clamp: 2;     /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our_clientview p,
.Conclusion p,
.case-studiesinfo p{
        font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-weight: 400;
    line-height: 30px;
}
.our_clientview h3::before,
.our_clientview h3::after{
     content: url(http://placehold.it/170x240/ff0000/ffffff&text=:before_content);
}
.case_studiesview .col-md-7{
    padding: 44px;
}
    .case_stuides_moreinfo{
            padding: 0px 15px 15px 15px;
    }
    .case_studiesview h1{
       font-size: 16px;
    color: #000;
    font-family: var(--heading-text);
    line-height: 25px;
   font-weight:600;
   
    }
    .case_studyview span{
     
    color: #242424;
    font-size: 20px;
    margin: 5px 0px 5px;
    line-height: 28px;
    font-family: var(--heading-text);
    font-weight: 600;
    }
     .case_studyview ul li{
   background-color: #8080800a;
    padding: 12px;
    border-radius: 10px;
    margin: 10px;
    width: 31%;
    height: 180px;
    font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-weight: 400;
    line-height: 30px;
}
    .case_studyview ul{
   padding: 0px 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    }
    .our_clientview{
      overflow: hidden;
    background: #F5F8FF;
    padding: 40px 50px;
  background: linear-gradient(90deg, rgb(44 60 185 / 90%), rgb(28, 107, 219)) !important;
    color: #fff;
    }
/*    .solution_casestudies::after{*/
/*content: "";*/
/*background: #ffffff url(https://dummyimage.com/200x100/ccc/fff) no-repeat;*/
/*width: 100px;*/
/*height: 100px;*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*padding-right: 110px;*/
/*}*/
.solution_casestudies h1{
   color: #242424;
    font-size: 20px;
    margin: 5px 0px 5px;
    line-height: 28px;
    font-family: var(--heading-text);
    font-weight: 600; 
}
.solution_casestudies ul{
    padding: 0px 15px;
    margin:0px;
       list-style: auto;
}
.solution_casestudies ul li{
    font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-weight: 400;
    line-height: 25px;
}
.our_clientview h3{
    font-family: var(--sub-text);
   font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--heading-text);
}
.key_features{
      background: linear-gradient(90deg, rgb(44, 60, 185), rgb(28, 107, 219)) !important;
    color: #ffff;
    padding: 31px;
    margin: 21px 0px;
}
.key_features ul{
    margin:0px;
    padding:0px;
}
.key_features h1{
    color:#fff !important;
}
.stack_view ul{
    padding:0px;
    margin:0px;
    display:flex;
    flex-wrap: nowrap;
}
.case_studies_view ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
        margin: 0px 0px 30px;
}
.case_studies_view ul li a{
       border: 1px solid #121c6d;
    padding: 8px 28px;
    border-radius: 100px;
    font-family: var(--sub-text);
    font-size: var(--subheading);
    margin: 0px 5px;
    color: #121c6c;
}
.tab-link.active {
  color: white;
  background-color: #007bff;
 
}
#ai-images-slider img{
    width:100%;
}
.primary-paragraph{
        margin-top: 0px;
}
.collapsible-header {
        cursor: pointer;
        padding: 10px;
           border-radius: 10px 10px 0px 0px;
        border: 1px solid #ddd;
        margin: 0px !important;
    }
    
    .collapsible-header:hover {
        background-color: #e1e1e1;
    }
    
    .collapsible-content {
        padding: 0 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        border: 1px solid #ddd;
        border-top: none;
    }
    
    .collapsible-content.active {
        max-height: 1000px;
        padding: 10px;
    }
    .solutions_img img{
      width: 100%;
    margin: 7px;
    border-radius: 10px;
        height: 404px;
    object-fit: cover;
    }
    .Conclusion{
        margin-top:15px;
    }
    .collapsible-section{
        margin-bottom:10px;
    }
    .stack_view{
        padding:0px;
        margin:0px;
        display:flex;
        list-style:none;
    }
    .stack_view li{
        width: 50%;
    text-align: center;
    }
     .stack_view  h1{
     color: #2c3cb9;
    font-size: 23px;
    margin: 5px 0px 5px;
    line-height: 28px;
    font-family: var(--heading-text);
    font-weight: 800;
    }
    .stack_view img{
      width: 60%;
    margin: 20px 0px;
    height: 118px;
    object-fit: cover;
    }
    .stack_view h2{
        font-size:18px;
         font-family: var(--sub-text);
    }
    .stack_view{
            margin: 15px 0px;
    }
    .result_view ul{
            padding: 0px;
    margin: 0px;
    
    }
    .result_view li,
    .key_features li{
            font-family: var(--sub-text);
    /* color: #777777 !important; */
    font-size: var(--subheading) !important;
    font-weight: 400;
    line-height: 25px;
    }
    .result_view{
        margin:10px 0px;
    }
    .service_slides{
        height: 400px !important;
    }
.solution_collapse .accordion__header{
        border: 1px solid #e5dcdc !important;
}
.icon_solution_view img{
    width:100%;
}
.icon_solution_view{
   width: 67px !important;
    height: 64px !important;
    border-radius: 100px !important;
    background-color: #f2f7fe;
    border: 2px solid #fff;
    padding: 14px;
}
.check_solution{
    padding:0px;
    margin:0px;
    list-style:none;
}
.check_solution li{
    margin:8px 0px;
}
.check_solution i{
    color: #2c3cb9;
    font-size: 20px;
}
.our_clientview > div > div > div > h1{
    font-size: 68px !important;
    font-weight: bold !important;
}
.case_stuides_moreinfo a{
    border: 1px solid;
    padding: 8px 16px;
    /* margin-top: 10px; */
    border-radius: 100px;
    line-height: 3;
    color: var(--logo_colour);
}
.small_Box i:after{
     position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all .35s;
}
.small_Box:hover i{
    transform: scale(1);
}
.programming_language .card_box:hover{
        background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
}
video{
    width:100%;
}
#progressCircle {
    position: absolute;
    transform: rotate(-90deg);
}
#backToTop span {
    position: absolute;
    font-size: 1.5rem;
    color:var(--logo_colour);
    z-index: 2;
}
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
#progress {
    stroke: var(--logo_colour);
    stroke-dasharray: 157;
    stroke-dashoffset: 157;
    transition: stroke-dashoffset 0.3s linear;
}
#progressCircle circle {
    fill: none;
    stroke-width: 3px;
}
.privacy_section{
    display:flex;
    justify-content: space-between;
}
.term_codition h2{
    font-family: var(--heading-text);
        font-size: var(--heading-font);
    font-weight: 600;
        color: #000;
}
.term_codition ul{
    padding:0px;
   
    list-style:none;
}
.privacy_right{
       margin: 0px 19px 15px;
}
.term_codition ul li{
    list-style:none;
    font-size: var(--subheading);
    color: #777777;
    font-size: var(--subheading);
    
}
.privacy_section h1{
    font-family: var(--heading-text);
    font-size: 20px;
}
.privacy_right li{
    list-style:auto !important;
  
}
.privacy_right ul {
      padding-left:30px;
      font-size: var(--subheading);
    font-weight: 400;
    color: #777777;
}
.privacy_section div{
    margin:0px 16px;
}
.infa .solution_dev:hover{
    color:#fff;
}
.infa .solution_dev:hover h1{
    color:#fff !important;
}
.hire-card a{
        background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    text-align: center;
    color: #fff;
    padding: 5px 6px 8px;
    border-radius: 100px;

}
.hire_content .hr, .inner-hire .hr{
    margin-top: 25px !important;
    margin-bottom: 21px !important;
    border: 2px solid #0083d9;
    border-radius: 10px;
    /* border-top: 3px solid rgba(0, 0, 0, .1); */
    width: 122px;
    margin-right: 498px;
}

.hire_content p, .inner-hire p {
       font-size: var(--subheading);
       font-family: var(--sub-text);
    color: #fff;
    width: 90%;
    line-height: 25px;
}
.hire02 {
    width: 100%;
    margin-bottom: 100px;
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
    padding: 80px 0;
}
.hire02 .allign{
    align-items: center;
}
#service_client_slider02 {
    /* width: 97%; */
    /* z-index: 1; */
    position: relative;
    left: 52px;
    padding: 20px 0
}

#service_client_slider02 .item img{
    border-radius: 20px;
    position: relative;
}
#service_client_slider02 .item .textarea{
    padding: 20px 20px 30px;
    background: #f3f3f3;
    border-radius: 20px;
    margin: 20px 20px 0;
     transition: all 0.3s ease;
}
#service_client_slider02 .item .textarea h2{
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 600;
    color: var(--logo_colour);
}
#service_client_slider02 .item .textarea p{
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
}
.btn {
    background: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: var(--black);
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
}
#service_client_slider02 .owl-item:hover .item .textarea {
    position:absolute;
    margin: -20px 20px 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 999;
}
.btn:hover, #service_client_slider02 .owl-item:hover .item .textarea .btn:hover {
    background: var(--logo_colour);
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
}
#service_client_slider02 .owl-item:hover .item .textarea .btn {
    background: #F5F8FF;
}
#service_client_slider02 .owl-nav, #service_client_slider02 .owl-dots{
    display: none;
}

.hire-dev-page .container-fluid{
    padding: 30px 50px;
    background: aliceblue;
    width: 90%;
    border-radius: 40px;
}
.hire-dev-page .container-fluid .hire-cards-container .hire-card, .hire-dev-page .container-fluid .hire-cards-container:nth-child(1){
    min-height: 340px;
    max-width:100%;
    background: #fff;
    border: 4px solid transparent;
}
.hire-dev-page .container-fluid .hire-cards-container .hire-card:hover {
    background: linear-gradient(to bottom, #ffffff, #70acff7b);
    box-shadow: none;
    border: 4px solid #fff;
    box-shadow: 0 0 20px #3967d838;
}
.inner-hire{
    /* background: linear-gradient(90deg, var(--logo_colour), #0c155a); */
    background: linear-gradient(90deg, #15165d, #173DB9, #0273AC, #017ACA, #0273AC, #173DB9 , #15165d);
    /* background: linear-gradient(90deg, #173DB9 25%, #0273AC 25%, #15165d 100%, #017ACA 25%); */
    background-size: 400%;
    height: auto;
    padding: 90px 0 0;
     animation: changeGradientAnimation 20s linear infinite;
}
@keyframes changeGradientAnimation {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.react_user_developer{
    border-radius: 50px 50px 0 0;
}
.Align-center{
    list-style: none;
    display: flex;
    gap: 30px;
}
.web_application_block {
    height: -webkit-fill-available;
    padding: 14px 30px;
    border: 4px solid rgb(243, 246, 255);
    border-radius: 15px;
    margin-bottom: 20px;
}
.web_application_block h2 {
    font-family: var(--heading-text);
    color: rgb(0, 0, 0);
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin: 6px 0px;
}
.web_application_block p {
    font-family: Poppins, sans-serif;
    position: relative;
    font-size: 15px;
    color: #777777 !important;
}
.web_application_block:hover {
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgb(243, 246, 255));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.key-reason{
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
    padding: 50px 0;
}
.key-reason .primary-heading, .key-reason .primary-paragraph{
    color: #fff !important;
    text-align: center;
}
.hire_background_content {
    background-color: rgb(255 255 255 / 8%);
    height: -webkit-fill-available;
    padding: 20px 20px;
    transition: 0.3s;
    border-radius: 20px;
    margin-top: 20px;
}
.hire_background_content h2 {
    font-family: var(--heading-text);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.hire_background_content p{
    font-weight: 400;
    color: #cacbe9;
    color: #fff;
}
.hire_background_content:hover {
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
}
.hire_background_content:hover h2{
    color: var(--logo_colour);
}
.hire_background_content:hover p{
    color: #777777;
}
.php_progress {
    text-align: center;
    padding: 46px 0px 0px;
}
.progress_img {
    display: flex;
    list-style: none;
}
.progress_img li:first-child {
    width: 20%;
    height: 20%;
    padding: 60px 0px 60px;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(241, 244, 255);
    border-image: initial;
    border-radius: 50%;
}
.progress_img li:nth-child(2) {
    width: 20%;
    height: 19%;
    padding: 60px 0px 60px;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(188, 199, 238);
    border-image: initial;
    border-radius: 50%;
}
.progress_img li:nth-child(3) {
    width: 20%;
    height: 20%;
    padding: 45px 0px 45px;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(137, 155, 214);
    border-image: initial;
    border-radius: 50%;
}
.progress_img li:nth-child(4)
 {
    width: 20%;
    height: 20%;
    z-index: -1;
    padding: 45px 0px 45px;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(76, 105, 197);
    border-image: initial;
    border-radius: 50%;
}
.progress_img li:nth-child(5) {
    width: 20%;
    height: 20%;
    padding: 60px 0px 60px;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(23, 61, 185);
    border-image: initial;
    border-radius: 50%;
}
#v-pills-tabContent .active ul {
    display: flex
;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}
#v-pills-tabContent .active ul li {
    /* height: -webkit-fill-available; */
    height: 100px;
    width: 44%;
    border: 5px solid #f6f8ff;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
#v-pills-tabContent .active ul li:hover{
    border: 5px solid transparent;
    overflow: visible;
}
#v-pills-tabContent .active ul li:hover img{
    filter: none;
}
#v-pills-tabContent .active ul li img{
    filter: grayscale(1);
    width: 200px;
}
.industries-swiper .swiper-button-next,
.industries-swiper .swiper-button-prev{
    background: linear-gradient(90deg, var(--logo_colour), #03A9F4) !important;
}
.offshore_inner_demoview img{
      height: auto;
    border-radius: 10px;
    border: 4px solid #d1d9ed;
}
/* dark mode of view*/
.darkmode  .reveal-mask-section .our_customer,
.darkmode  .reveal-mask-section ,
.darkmode .statistics > :nth-child(1),
.darkmode .statistics > :nth-child(2),
.darkmode .statistics > :nth-child(3),
.darkmode .statistics > :nth-child(4),
.darkmode body ,
.darkmode section.contact_banner,
.darkmode .ai-solution{
    background-color: #141414 !important;
    /* background-color: #222222f2 !important; */
  color: #eee;
}
.darkmode .achievements_container,
.darkmode .hire_use_sec,
.darkmode .trackmision,
.darkmode .hire-card{
    background: #222222 !important;

}
.darkmode .testimonials_wrapper{
    background: #FFFFFF0F !important;
}

/*setcolor*/
.darkmode .questions_animation ,
.darkmode .achievements_container h1 span,
.darkmode .solution_dev p,
.darkmode .hire-card > div > ul > li{
    color: #868686!important;

}

/*headingcolor*/
.darkmode .our_teamns h1 span,
.darkmode .hear_Form h3,
.darkmode p.connect_3,
.darkmode p.company_Details1,
.darkmode p.company_Details2,
.darkmode .hire_use_sec h1,
.darkmode .testimonials_wrapper p,
.darkmode .btn-gray-transparent,
.darkmode .power_tech h2,
.darkmode .our_customer h1 span,
.darkmode .testimonials h1 span,
.darkmode .about_innercontent h1 span,
.darkmode .solution_dev h1{
    color: #FFFFFF !important;

}
.darkmode .wheelslder_card .our_vision h1{
    color:#000 !important
}
.darkmode .header {
  background: #222;
}
.darkmode  .power_tech .nav-tabs{
    background: #515151;
}
.darkmode .nav-item a{
    color: #FFFFFF;
}
.darkmode .approach_slider .tabs_view li{
    background: #2D2D2D;
}
.darkmode .approach_slider .tabs_view li a{
    color: #fff;
}

.darkmode .btn-primary {
  background: #ff9800;
  color: #111;
}
.darkmode .enquery-us{
   background: #232323 !important; 
}

.darkmode footer{
background: linear-gradient(0deg, #1D2747, #1D2747),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(180deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
  background: #222222f2 !important;
} 
.darkmode .heading span,
.darkmode .primary-heading span{
    color: var(--darkmode-ligth) !important;
}
.darkmode .power_tech,
.darkmode .solution_dev{
background: #FFFFFF0F !important;
}
.darkmode .card_box {
    background: #1D1D1D;
}
.darkmode p.details_N,
.darkmode .enquery-us p{
color: #868686 !important;
}
.darkmode .third_intigration .card_box{
background: linear-gradient(0deg, #282828, #282828),
linear-gradient(180deg, #141414 0%, rgba(20, 20, 20, 0) 100%) !important;
border: 3px solid #282828 !important;
}
.darkmode .Services_side h2,
.darkmode .infra-box h1,
.darkmode .third_intigration .card_box h2{
    color: #fff !important;
}
.darkmode  .tabs_view li .active{
background: #2D2D2D !important;
border: 2px solid #FFFFFF !important;
}
  
.darkmode   .industies-cards-cotainer > .industry-card {
    padding: 24px;
    margin: 20px 0 0;
    width: 320px;
    border: 4px solid #eeeeee;
    border-radius: 16px;
    background: linear-gradient(0deg, #282828, #282828),
linear-gradient(180deg, #141414 0%, rgba(20, 20, 20, 0) 100%);

  }
.darkmode  .service_info_content,
.darkmode .sticky_bar{
    background: #2D2D2D;
}

.darkmode .market_optimize_inner{
    background: #141414 !important;
}
.darkmode  .market_optimize{
    background: #222222 !important;
}
.darkmode .accordion__header{
    background: #333333 !important;
}
.darkmode .accordion__toggle::before,
.darkmode .accordion__toggle{
    background: #fff !important;
}
.darkmode .small_Box {
    background: #232323 !important;
}
.darkmode  .details_Number,

.darkmode  .details_Number1{
color:#fff !important;
}
 #contact_popup p{
   
    font-size: 1.2vmax;
    font-family: var(--sub-text);
}
.darkmode .indus_project p,
.darkmode #consult-popup h1,
.darkmode .modelslider .model_wrapper,
.darkmode  #contact_popup .deisgn_area .text_area h2{
 color: #000;
 font-size: 1.2vmax;
    font-family: var(--sub-text);
}

.darkmode .indus_project p{
    margin-bottom: 0px !important;
}
.darkmode  #contact_popup p,
.darkmode #consult-popup h4{


    color: #000;
    text-align: center;
    font-size: 1.2vmax;
    font-family: var(--sub-text);
}
#toggle{
   background-color: #D9D9D9;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0px;
    margin-left: 10px;
}
.toggle .active{
  background: #FFFFFF;
    padding: 3px 9px;
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.toggle i{
    color: #ff9911de;
}
.toggle i{
display: none;
}
.toggle .active i{ 
    display: block;
}
.darkmode .new_btn{
color: #000 !important;
}
.contact li svg{
    background: #173DB9;
    padding: 5px 9px;
    border-radius: 50px;
    margin-right: 10px;
    width: 33px;
    height: 33px;
}
.location-buttons button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
  width: 123px;
}
.location-buttons button.active {
    background: #173db9;
    color: #fff;
    transform: translate(104px, 0px);
    position: absolute;
}
.location-buttons{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
   
}
.location-buttons button{
    background: #f3f6fd;
    padding: 7px 29px;
    border-radius: 100px;
    color: #FFFFFF;
    margin-left: 0px;
    color: #2433a3;
   
}
.our_teamns{

    padding: 20px;
}
.our_teamns h1{
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 600;
    margin: 0px;
     text-align: center;
}
.our_teamns span{
      font-weight: 600;
    color: var(--logo_colour);  
}
.darkmode .our_teamns p span{
    color: #777777 !important;
}
.our_teamns  p{
    font-family: var(--sub-text);
    color: #777777 !important;
    font-size: var(--subheading) !important;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0px;
}
.our_teamns  p span{
    color: #000;
    font-weight: 600;
}
.our_team{
    width: 100%;
}
.team_container{
    /* background: #F5F8FF; */
    padding: 40px 0px;
   

}

