@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

* {
    margin: 0;
    padding: 0;
    cursor: default;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Monda', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Roboto Mono', sans-serif; */
    font-family: 'Montserrat', sans-serif !important;
    /* font-family: 'Montserrat Alternates', sans-serif; */ f
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
}
body {
    padding: 0px !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #000, #111); /* Fondo de cielo */
    /* color: white;*/
    font-family: Arial, sans-serif;
}

.snowflake {
    user-select: none;
    pointer-events: none;
    z-index: 9999;
    color: #7adbef;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    white-space: nowrap;
}



:root {
    --clr-a: #33c6e5;
    /* --clr-b: #35598c; */
    --clr-b: #35598c;
    --clr-c: #ffffff;
    --clr-d: #999999;
}

.c-pointer {
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
    color: unset;
    cursor: pointer;
}

    a * {
        cursor: pointer;
    }

.top-footer ul, .top-footer li, .icons ul, .icons li {
    list-style: none;
    padding: 0;
}

img, svg {
    width: 100%;
}

.footer-outerBox {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-inner {
    width: 1600px;
}

.footer-verticals {
}


.third-party-hero {
    overflow: hidden;
    padding: 130px 5% 30px !important;
    background: url("../images/bg-service-banner.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

.responsive-btn {
    display: none !important;
}

.navbtn {
    display: block;
}


.dropdown1 > a {
    display: flex;
    align-items: center;
}


.dropdown1:hover .dropdown-nav {
    display: block;
    right: 30px;
    padding: 20px;
    border-radius: 10px;
}



.dropdown-nav {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-nav a {
        font-weight: 300;
        font-size: 1.2rem;
    }






button:focus {
    border: 0px !important;
    outline: 0px !important;
    box-shadow: unset !important;
}





.btn2link {
    font-size: 1rem;
    /* text-transform: uppercase; */

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    border: 1px solid var(--clr-a);
    color: var(--clr-a);
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 14px;
    transition: all .2s ease-in-out;
}

    .btn2link:hover {
        background: var(--clr-a);
        color: var(--clr-c);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    }

@media screen and (min-width:1200px)and (max-width:1548px) {
    .responsive-btn {
        display: block !important;
    }

    .navbtn {
        display: none !important;
    }
}

@media screen and (min-width:300px)and (max-width:600px) {
    .responsive-btn {
        display: none !important;
    }
    .iso-stamp {
        position: absolute;
        transform: translate(94px, -84px) !important;
    }
        .iso-stamp img {
            width: 99px;
            transform: rotate(343deg);
            opacity: 92%;
        }
        .portfolio-gif-container {
        border-radius: 7px !important;
        border: 5px solid #95adc1 !important;
    }

    .portfolio-mobileGif-container {
        border-radius: 5px !important;
        border: 2px solid #8aa2b6 !important;
        width: 47px !important;
        position: absolute !important;
        top: 51px !important;
        right: 0px !important;
        transform: translate(10px, 20px) !important;
        display: none;
    }

    .portfolio-gif {
        border-radius: 4px !important;
    }

    .dropdown1:hover .dropdown-nav {
        display: block;
        right: 30px;
    }
}

@media screen and (min-width:600px)and (max-width:1024px) {
    .dropdown1:hover .dropdown-nav {
        display: block;
        right: 30px;
    }
    .iso-stamp img {
        width: 99px;
        transform: rotate(343deg);
        opacity: 92%;
    }
    .iso-stamp {
        position: absolute;
        transform: translate(156px, -73px) !important;
    }
    .responsive-btn {
        display: none !important;
    }

    .navbtn {
        display: block !important;
    }

    .custom-value-hero-img {
        position: absolute;
        top: 15%;
    }

    .custom-clumn-padding {
        padding: 2rem !important;
    }

    .hero-heading {
        font-size: 23px !important;
    }

}
@media screen and (min-width:1025px) {
    img.custom-integrity-icon, .custom-centricity-icon, .custom-accountability-icon,.custom-continuouslearing-icon {
        display:none;
    }
    .custom-values-content {
        max-width:350px;
        width:100%;
        float:right;
    }
    .custom-values-content-align {
        max-width: 350px;
        width: 100%;
        float: left;
    }

}

@media screen and (max-width:768px) {
    .footer-inner ul {
        padding: 0;
    }

    .interview-sec .container {
        width: 100% !important;
    }
}
/*.vertical-about {
    max-width: 300px;
}*/
/* bootstrap reset */
.container {
    width: 80%;
    max-width: unset;
}

.form-group input, .form-group select {
    height: 45px;
}

.form-group select {
    font-size: .9rem;
}

.form-group input, .form-group select, .form-group textarea {
    border-radius: 10px;
    letter-spacing: 1px;
}

    .form-group textarea:active, .form-group textarea:focus, .form-group textarea:hover, .form-group select:active, .form-group select:focus, .form-group select:hover, .form-group input:active, .form-group input:focus, .form-group input:hover {
        box-shadow: none;
    }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: none;
}

.btn {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    /*text-transform: capitalize;*/
    border-radius: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 13px 5%;
    /* padding: 23px 10%; */
    overflow: hidden;
    /* transition: all .2s ease-in-out; */
}

label {
    display: none;
}

a.btn {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
  /*  max-width: 260px;*/
}

.btn-primary {
    background-color: var(--clr-a) !important;
    border: 2px solid var(--clr-a) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary {
    border: 3px solid var(--clr-a) !important;
    color: var(--clr-a);
    font-weight: 600;
}

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary {
        background-color: var(--clr-c);
    }

        .btn-outline-primary:hover {
            background-color: var(--clr-a) !important;
            color: var(--clr-c) !important;
        }

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: transparent !important;
    border: 2px solid var(--clr-a) !important;
    color: var(--clr-a) !important;
    box-shadow: inset 0px 0px 6px rgb(0, 0, 0, .2);
}

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 480px) {
    .btn {
        padding: 6px 15px;
    }
}

select.form-control.is-invalid {
    background-image: none;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: unset;
}
/*---------------------------------------------------common  ---------------------*/

html, body {
    background: url('../images/landing-slider-bg.webp');
    background-repeat: repeat-y;
    font-family: 'Montserrat';
    /* background-size: contain; */
    /* background-attachment: fixed; */
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.s-txt-a, .s-txt-b {
    color: var(--clr-a);
    font-weight: 500;
}

.s-txt-b {
    color: var(--clr-b);
}

.sec-heading {
    font-size: clamp(2rem, 4vw, 2.7rem);
    text-align: center;
    font-weight: 400;
    margin-bottom: 35px;
}

    .sec-heading > .sub-heading {
        font-size: clamp(0.8rem, 1vw, .85rem);
        margin-top: 10px;
        display: block;
        color: var(--clr-d);
        padding-left: 11%;
        padding-right: 11%;
    }

@media (max-width: 600px) {
    .sec-heading > .sub-heading {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.overlay-content, .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 1);
    opacity: .75;
}

.overlay-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 5px;
    color: var(--clr-c);
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s linear;
    z-index: 10;
}

    .overlay-content:hover {
        opacity: 1;
    }

.Testimonials p,
.about-desc-sec .txt,
.features-sec .txt,
.services-pgsec .descr,
.hero .txt,
.pos-card .txt-bx,
.interview-sec .txt p,
.benefits-sec .descr {
    color: #686868;
    background-color: var(--clr-c);
}

.Testimonials p {
    background-color: transparent;
}
/*******************header***************/

.site-header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    max-height: 90px;
}

.navbarextra .nav-link {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--clr-a) !important;
    cursor: pointer;
    text-transform: capitalize;
    margin-right: 20px;
    letter-spacing: 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    --bb-s: 3px;
    border-bottom: var(--bb-s) solid transparent;
}

    .navbarextra .nav-link.active,
    .navbarextra .nav-link:hover {
        color: var(--clr-b);
        border-bottom: var(--bb-s) solid var(--clr-b);
        /* text-shadow: 1px 1px 2px rgba(0, 0, 0, .2); */
    }

.navbarextra .logo {
    width: 180px;
    transition: all .3s linear;
}

    .navbarextra .logo img {
        width: 100%;
    }

.btnlink {
    font-size: 1rem;
    /* text-transform: uppercase; */
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    border: 1px solid var(--clr-a);
    color: var(--clr-a);
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 14px;
    transition: all .2s ease-in-out;
}

    .btnlink:hover {
        background: var(--clr-a);
        color: var(--clr-c);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    }

.site-header.scrolled {
    /* background: rgba(244, 253, 255, 0.95); */
    background: rgb(255 255 255);
    transition: all .3s linear;
    box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
}

    .site-header.scrolled .navbarextra .logo {
        width: 130px;
    }

    .site-header.scrolled .navbarextra .nav-link {
        color: var(--clr-a);
    }

        .site-header.scrolled .navbarextra .nav-link.active,
        .site-header.scrolled .navbarextra .nav-link:hover {
            position: relative;
            color: var(--clr-b);
            border-bottom: var(--bb-s) solid transparent;
        }

            .site-header.scrolled .navbarextra .nav-link.active::before {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -36%;
                width: 100%;
                height: 3px;
                opacity: 1;
                background: var(--clr-b);
            }

.logoimg {
    width: 30%;
    height: 150px;
}

@media(max-width: 991px) {
    .navbarextra {
        padding: 0px 0.5rem;
    }

        .navbarextra .navbar-collapse {
            background: #ffffff;
            padding: 20px 0px;
        }

        .navbarextra .nav-link {
            color: var(--clr-a);
            text-align: center;
            padding: 10px 0px;
            margin: 0;
            border-bottom: none !important;
        }

            .navbarextra .nav-link:hover {
                text-shadow: none;
            }

    .site-header.scrolled .navbarextra .nav-link.active::before {
        display: none;
    }

    .nav-btn {
        text-align: center;
    }

    .btnlink {
        padding: .5rem;
    }

    .navbar-brand {
        max-width: 220px;
    }
}

/*******************header END***************/

/* =========================================HOME-page */

/*******************hero-sec***************/
/*ai-page*/



.AI-iimgContainer {
    max-width: 550px;
}
/*ai-page*/
.hero {
    overflow: hidden;
    padding: 100px 5% 30px;
    background: url("../images/bg-service-banner.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

/*.blazor-hero {
    overflow: hidden;
    padding: 100px 5% 30px;
    background-repeat: no-repeat;
    background-position: top right;
    background: url("../images/bg-Blazor-banner.svg");
}
*/
.hero-container {
    animation: f-out .5s ease-in-out forwards;
}

    .hero-container .txt-bx {
        /* text-align: center; */
        padding-right: 30px;
    }

@keyframes f-out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-container h1 {
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 3.7rem);
    margin-bottom: 2rem;
}

    .hero-container h1 .s-txt-a,
    .hero-container h1 .s-txt-b {
        font-weight: unset;
    }

.hero-container.sub-pg .img-bx {
    width: clamp(20rem, 70vw, 80rem);
    /*animation: hero-zoom .2s linear forwards;*/
}

/*@keyframes hero-zoom {
    0% {
        transform: scale(0);
        transform-origin: center;
    }

    100% {
        transform: scale(1);
        transform-origin: center;
    }
}*/
@media (max-width: 991px) {
    #hero {
        padding: 60px 5% 30px;
    }

    .achivements {
        border-left: 0px;
        border-right: 0px;
        text-align: center;
        text-transform: capitalize;
    }


    .hero-container {
        flex-direction: column-reverse;
    }

        .hero-container h1 {
            font-size: clamp(1.5rem, 7vw, 4.3rem);
            margin-bottom: 2rem;
        }

        .hero-container .img-bx {
            width: clamp(20rem, 65vw, 80rem);
            margin-bottom: 20px;
        }

        .hero-container.sub-pg .img-bx {
            width: clamp(15rem, 80vw, 80rem);
        }
}

@media (max-width: 480px) {
    #hero {
        padding: 80px 0% 30px;
    }

    .achivements {
        border-left: 0px;
        border-right: 0px;
        text-align: center;
        text-transform: capitalize;
    }


    .hero-container .img-bx {
        width: 100%;
    }

    .hero-container .txt-bx {
        /* text-align: center; */
        padding-right: 0px !important;
    }

    .awards-sec {
        padding: 0px !important;
        /* background: url(../images/landing-slider-bg.webp) no-repeat center; */
        background-size: 115%;
    }

    .service-sec, .about-sec {
        padding: 0px 0px 40px !important;
    }

    .about-lists .content-item {
        padding: 20px 0px !important;
    }

    .Testimonials {
        position: relative;
        text-align: center;
        padding: 20px 0px 50px !important;
    }

    .personalized-web-services {
        padding: 40px 0px 40px !important;
    }

    .about-lists {
        padding-bottom: 40px !important;
    }

    .top-footer {
        padding: 40px 0 45px !important;
    }

    .position-sec {
        padding-top: 0px !important;
    }

    .launch-feature {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .personalized-blazor-services {
        padding: 0rem 0px 1rem !important;
    }

    .about-desc-sec {
        text-align: center;
        margin-top: 0px !important;
        padding: 0px 5% 60px;
    }

    .contact-page .contact-sec {
        padding: 0px 0px 60px !important;
    }

    .hero3 {
        padding: 320px 0% 0px !important;
    }
}


/*******************hero-sec end***************/
.testbtn {
    border-radius: 0;
    color: #3463a7;
    display: inline-block;
    font-size: 1rem;
    height: 490px;
    line-height: 63px;
    position: fixed;
    right: 0;
    top: 160px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(90deg);
}
/*******************award-sec***************/


.awards-sec {
    padding: 50px 0px 50px;
    /* background: url(../images/landing-slider-bg.webp) no-repeat center; */
    background-size: 115%;
}

    .awards-sec .txt-line {
        padding: 20px 0px;
        /* font-weight: 700; */
        text-align: center;
        color: var(--clr-d);
        font-size: .85rem;
    }

.achivements {
    border-left: 1px solid transparent;
    border-right: 1px solid var(--clr-a);
    text-align: center;
    text-transform: capitalize;
}

    .achivements:last-child {
        border-right: 1px solid transparent;
    }

.award {
    border-left: 1px solid transparent;
    border-right: 1px solid var(--clr-a);
    text-align: center;
    text-transform: capitalize;
}

    .award:last-child {
        border-right: 2px solid var(--clr-a);
    }

    .award .meter {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .award .meter h1 {
            font-size: 3.3rem;
            font-weight: 500;
            background: -webkit-linear-gradient(var(--clr-a), var(--clr-b));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

@media (max-width: 991px) {
    .award .meter h1 {
        font-size: clamp(2rem, 3.5vw, 3.3rem);
    }
}

@media (max-width: 765px) {
    .award {
        border-top: 1px solid transparent;
        border-left: 1px solid var(--clr-a);
        border-right: none;
        border-bottom: 1px solid var(--clr-a);
    }

        .award:nth-child(odd) {
            border-left: none;
        }

        .award:nth-child(4), .award:nth-child(3) {
            border-bottom: none;
        }

    .achivements {
        border-left: 0px;
        border-right: 0px;
        text-align: center;
        text-transform: capitalize;
    }
}

/*******************award-sec end***************/

/*******************about-sec****service-sec***********/
/*
.page-about .hero {
    background: url("../images/about-us-bg.JPG");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    min-height: 100vh;
    color: #fff;
}

.page-about .bg-overlay {
    background: linear-gradient(180deg, white,transparent,white);
}

.page-about .hero h1 {
    font-size: 6.5rem;
    font-weight: 700;
    text-shadow: 6px 6px 0 rgba(0,0,0,0.6);
}*/

.service-sec, .about-sec {
    position: relative;
    padding: 0px 0px 70px;
    /* background: url(../images/landing-slider-bg.webp) no-repeat; */
    background-position: center;
    background-size: cover;
}

    .Testimonials > .bg, .about-lists > .bg, .service-sec > .bg, .about-sec > .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotateY(180deg);
        /*  background: url(../images/steps.webp) no-repeat;*/
        background-size: 95%;
        background-position: bottom left;
        opacity: .1;
    }

    .about-sec .about-content {
        margin-left: 3rem;
    }

    .service-sec .img-bx, .about-sec .img-bx {
        display: flex;
        align-items: center;
    }

    .service-sec .txt, .about-sec .txt {
        color: #666;
        font-size: clamp(0.8rem, 1.2vw, 1rem);
        letter-spacing: 1px;
    }

    .service-sec .section-title, .about-sec .section-title {
        font-size: clamp(1.5rem, 4vw, 3rem);
        margin-bottom: 3rem;
    }

/*        .service-sec .section-title span, .about-sec .section-title span {
            color: var(--clr-b);
        }*/

    .service-sec .btn, .about-sec .btn {
        width: fit-content;
        width: -moz-fit-content;
    }

    .service-sec .about-content {
        margin-right: 3rem;
    }

    .Testimonials > .bg, .service-sec > .bg {
        transform: rotateY(0deg);
    }




.fundRasing-Services {
    padding: 30px 0px 86px;
}

@media (max-width: 770px) {
    .service-sec, .about-sec {
        padding: 0px 0px 120px;
    }

        .service-sec .row, .about-sec .row {
            flex-direction: column !important;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .service-sec .about-content, .about-sec .about-content {
            margin-left: 0rem;
            margin-right: 0rem;
        }

        .service-sec .section-title, .about-sec .section-title {
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        .service-sec .txt > .btn, .about-sec .txt > .btn {
            margin-top: 1.5rem !important;
        }

        .Testimonials > .bg, .about-lists > .bg, .service-sec > .bg, .about-sec > .bg {
            background-position: center left;
        }
}

/*******************about-sec end***service-sec end************/

/*******************about-lists-sec***************/

/*.about-lists {
    padding: 50px 50px;
}*/

.about-lists .sec-heading {
    margin-bottom: 50px;
}

.about-lists .content-item {
    padding: 30px 0px;
    text-align: center;
}

    .about-lists .content-item img {
        max-width: 70px;
        margin-bottom: 18px;
    }

.about-lists .title {
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .about-lists .title span {
        color: var(--clr-b);
        font-weight: 600;
    }

.about-lists .content-item h4 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 20px 0;
}

.about-lists .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .about-lists .content-item {
        padding: 40px 0;
    }

    .achivements {
        border-left: 0px;
        border-right: 0px;
        text-align: center;
        text-transform: capitalize;
    }

    /*.about-lists .content-item img{
     margin: 60px!important;
  }*/
}

/*******************about-lists-sec end***************/

/*******************Testimonials-sec***************/

.Testimonials {
    position: relative;
    text-align: center;
    padding: 90px 0px 90px;
}

    .Testimonials .carousel-inner .client-img {
        position: absolute;
        width: 218px;
        height: 218px;
        border-radius: 100%;
        border: 2px solid #ffffff;
        background: #ffffff;
        padding: 0px;
        top: 37px;
        left: 33px;
    }

    .Testimonials .sec-heading {
        margin-bottom: 50px;
    }

/*  .Testimonials .carousel-item p {
            padding-left: 18%;
            padding-right: 18%;
        }*/

.carousel-indicators li.active {
    /*height: 37px !important;
    width: 36px !important;*/
    z-index: 1020;
}


.carousel-leftSide {
    min-width: 500px;
    width: 100%;
}

.carousel-indicators {
    width: 100%;
    margin: 0px;
}

    .carousel-indicators li {
        background-color: #3ac6e6;
        height: 11px;
        width: 11px;
        border-radius: 60%;
    }

.test-bg-img {
    background-image: url('../images/test.svg');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.globe-bg {
    background-image: url('../images/globee.png');
    margin: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 335px;
    height: 300px;
}

.country-img {
    height: auto;
    max-width: 300px;
}

.flag {
    width: 58px !important;
    height: 37px !important;
    border-radius: 4px !important;
    border: none !important;
    background: unset !important;
}

.flagg {
    max-width: 58px !important;
    /* max-height: 32px !important; */
    border-radius: 4px !important;
    border: none !important;
    background: unset !important;
    min-height: 38px;
}

    .flagg img {
        height: 100%;
        object-fit: cover;
    }

.left-quote {
    width: 85px !important;
    height: 60px !important;
    border-radius: 4px !important;
    border: none !important;
    background: unset !important;
}

.right-quote {
    width: 77px !important;
    height: 259px !important;
    border-radius: 4px !important;
    border: none !important;
    background: unset !important;
}

.country-name {
    font-size: 13px;
}

.test-sub-text {
    color: #706C6C;
    font-size: 16px;
    min-height: 108px;
}








@media(max-width: 991px) {
    .Testimonials .carousel-item p {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(max-width: 480px) {
    .Testimonials .carousel-item p {
        font-size: .9rem;
        padding-left: 0%;
        padding-right: 0%;
    }
}
/*******************Testimonials-sec end***************/
/* ========================================= HOME-page END */
/* ========================================= ABOUT-page */

.about-desc-sec {
    text-align: center;
    margin-top: 100px;
    padding: 0px 5% 60px;
}

    .about-desc-sec .txt {
        font-size: clamp(.9rem, 1.1vw, 1.1rem);
        letter-spacing: .1rem;
        line-height: 30px;
    }

@media (max-width: 991px) {
    .about-desc-sec .txt {
        letter-spacing: 0px;
    }
}

@media (max-width: 540px) {
    .achivements {
        border-left: 0px;
        border-right: 0px;
        text-align: center;
        text-transform: capitalize;
    }
}
/*******************about-desc end***************/

/*******************agile-sec***************/

.agile-sec {
    text-align: center;
    padding: 0px 4% 60px;
}

    .agile-sec .img-bx {
        position: relative;
        width: clamp(15rem, 55vw, 35rem);
        padding: 20px;
        margin: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .agile-sec .img-bx > .txt {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--clr-a);
            font-size: clamp(1rem, 3.2vw, 3.5rem);
            font-weight: 900;
            text-transform: uppercase;
            transition: all .2s linear;
        }

        .agile-sec .img-bx > img {
            /* opacity: .6; */
            transition: all .2s linear;
        }

        .agile-sec .img-bx:hover > img {
            opacity: 1;
            filter: drop-shadow(0px 0px 2px rgba(83, 83, 83, 0.4));
        }

    .agile-sec .txt-bx {
        color: var(--clr-d);
    }

.rotate {
    animation: rotation 22s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media (max-width: 768px) {
    .agile-sec .img-bx > img {
        opacity: 1;
    }

    .agile-sec .img-bx {
        width: clamp(10rem, 80vw, 40rem);
    }

        .agile-sec .img-bx > .txt {
            font-size: clamp(1rem, 5vw, 3.5rem);
        }

    .d-none768 {
        display: none;
    }
}

@media (max-width: 767px) {
    .left-quote {
        display: none !important;
    }

    .location {
        padding-left: 10% !important;
    }

    .right-quote {
        display: none !important;
    }

    .hero-heading {
        transform: translate(-50%, -50%) !important;
    }
}

@media (max-width: 510px) {
    .location {
        padding-left: 0px !important;
    }

    .left-quote {
        display: none !important;
    }

    .right-quote {
        display: none !important;
    }
}

@media (max-width: 425px) {
    .agile-sec .img-bx {
        width: 100%;
    }

    .Testimonials .carousel-item p {
        max-width: 490px !important;
    }

    .test-sub-text {
        margin: auto;
        text-align: left;
        display: flex;
        justify-content: center;
    }

    .country-img {
        padding-left: 3% !important;
    }

    .carousel-leftSide {
        min-width: unset !important;
    }

    .left-quote {
        display: none !important;
    }

    .right-quote {
        display: none !important;
    }
}

/*******************agile-sec end***************/

/*******************our-process-sec***************/

.our-process-sec {
    position: relative;
    padding: 55px 0px;
    background: url(../images/bg-process.jpg) no-repeat bottom center fixed;
    background-size: cover;
}

    .our-process-sec > .bg-overlay {
        background: #000000;
        /* background: rgb(27, 53, 89); */
    }

    .our-process-sec .sec-head {
        margin-bottom: 65px;
    }

    .our-process-sec .sec-heading {
        color: var(--clr-c);
    }

    .our-process-sec .icon-bx {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }

    .our-process-sec .prs-num {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -20%);
        font-weight: bolder;
        color: var(--clr-b);
        transition: all .1s linear;
        display: none;
    }

    .our-process-sec .prs-icon {
        position: relative;
        /* background: var(--clr-a); */
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid var(--clr-b);
        border-radius: 50%;
        font-size: 3.3rem;
        color: var(--clr-c);
        --sz: 130px;
        width: var(--sz);
        height: var(--sz);
        transition: all .3s linear;
    }

        .our-process-sec .prs-icon img {
            width: 50%;
        }

    .our-process-sec .icon-bx:hover .prs-icon {
        text-shadow: 0px 0px 8px rgba(0, 0, 0, .7);
        box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5);
    }

    .our-process-sec i.prs-icon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .our-process-sec .icon-bx .sec-title {
        font-weight: 900;
        color: var(--clr-c);
    }

/*******************our-process-sec end***************/

/*******************vision-sec***************/

.vision-sec {
    --pd-sz: 70px;
    padding-top: var(--pd-sz);
    padding-bottom: var(--pd-sz);
}

    .vision-sec .card-row {
        justify-content: space-between;
    }

    .vision-sec .vision-box-outter {
        padding: 0px 2%;
    }

    .vision-sec .vision-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        min-height: 410px;
        overflow: hidden;
        width: clamp(13rem, 25vw, 19rem);
        /* 16 */
        border: 2px solid var(--clr-b);
        border-radius: 20px;
        padding: 20px 10px;
        margin: auto;
    }
.custom-card-margin {
    margin-top: 3px;
}
.custom-card-margin-sec {
    margin-top: 0px;
}
.vision-block > figure {
    margin-bottom: 25px;
}

    .vision-block > figure > img {
        width: clamp(13rem, 14vw, 16rem);
    }

.vision-block .title {
    font-weight: 500;
}

.vision-block .txt {
    color: var(--clr-d);
    font-size: .9rem;
}
img.custom-upwork-logo {
    width: 100%;
    max-width: 100px;
}
.custom-clumn-padding.content-top-centre {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1024px) {
    .vision-sec.container {
        width: 100%;
    }

    .left-quote {
        width: 40px !important;
        height: 27px !important;
    }

    .right-quote {
        width: 35px !important;
        height: 285px !important;
    }

    .aboutus-container {
        margin-top: 0 !important;
    }

    #hero.custom-aboutus-container {
        padding: 60px 0% 50px !important;
    }
    .custom-column-hide {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mission-area {
        width: 105px !important;
        left: -36px !important;
        transform: translateY(120px) !important;
    }


    .vision-area {
        width: 105px !important;
        right: -44px !important;
        transform: translateY(120px) !important;
    }

    .custom-column-gap {
        margin: 16px 0;
    }

    .custom-clumn-padding.content-top-centre {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-clumn-padding {
        padding: 3rem !important;
    }
    .custom-column-position-two {
        transform: translate(-70px, 15%) !important;
    }
    .custom-column-position {
        transform: translate(77px, -13%) !important;
    }
    #hero.custom-aboutus-container {
        max-height:50vh !important;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .mission-area {
        width: 105px !important;
        left: -36px !important;
        transform: translateY(105px) !important;
    }

    .vision-area {
        width: 103px !important;
        right: -37px !important;
        transform: translateY(105px) !important;
    }

    .custom-column-gap {
        margin: 16px 0;
    }
    .custom-clumn-padding.content-top-centre {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-clumn-padding {
        padding: 3rem !important;
    }
    img.custom-upwork-logo {
        width: 100%;
        max-width: 100px;
    }
    .custom-clumn-padding.content-top-centre {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-column-position-two {
        transform: translate(-60px, 15%) !important;
    }
    .custom-column-position {
        transform: translate(60px, -15%) !important;
    }
    #hero.custom-aboutus-container {
        height: 600px !important;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .mission-area {
        width: 130px !important;
        left: -34px !important;
        transform: translateY(125px) !important ;
    }
    .iso-stamp {
        position: absolute;
        /* bottom: 0px; */
        left: 99px;
        transform: translate(-11px, 39px) !important;
    }

    .vision-area {
        width: 130px !important;
        right: -36px !important;
        transform: translateY(125px) !important;
    }
    .custom-clumn-padding.content-top-centre {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-column-position {
        transform: translate(140px, -13%) !important;
    }
    .custom-column-position-two {
        transform: translate(-130px, 15%) !important;
    }
    .hero-heading {
        font-size: 38px !important;
    }
}
@media (min-width:2560px) {
    .mission-area {
        transform: translateY(65%) !important;
    }
    .vision-area {
        transform: translateY(65%) !important;
    }
    .custom-clumn-padding.content-top-centre {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-grow-btn {
        border-radius: 40px !important;
    }
    img.custom-value-hero-img {
        width:65% !important;
        display:flex !important;
        margin:auto !important;
    }
    img.achievements-cards-img {
        width:45% !important;
    }
   /* .dropdown:has(.dropdown-menu):hover > .dropdown-menu {
        transform: scale(0.90) translate(-30%, -5%) !important;
    }*/
}

    @media (max-width:768px) {
        .vision-sec .card-row {
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

        .vision-sec .vision-box-outter {
            margin-bottom: 30px;
            max-width: unset;
        }

        .vision-sec .vision-block {
            width: clamp(13rem, 50vw, 19rem);
        }

        .globe {
            height: 270px !important;
            width: 270px !important;
            padding-bottom: 30px !important;
        }

        .location {
            padding-left: 10%;
        }
        .custom-value-hero-img {
            display:none;
        }
        #hero.hero.custom-hero-portfolio {
            padding: 60px 5% 0px !important;
        }
        .portfolio-hero-conatiner.custom-portfolio-hero-container {
            padding: 20px;
        }
    }

    @media (max-width:425px) {
        .vision-sec .vision-block {
            width: clamp(13rem, 90vw, 19rem);
        }
    }

    /*******************vision-sec end***************/

    /* ========================================= ABOUT-page END */

    /* ========================================= PORTFOLIO-page */

    .portfolio .sec-heading > .sub-heading {
        padding: 0px 4%;
    }

    /*.portfolio {
    padding-top: 200px;
}*/

.portfolio .navigation {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

    .portfolio .navigation li {
        margin: 0px 20px;
    }

    .portfolio .navigation a {
        position: relative;
        font-weight: 700;
        padding: 10px 0px;
        color: var(--clr-b);
    }

        .portfolio .navigation.nav-pills .nav-link.active::before, .portfolio .navigation a::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 0px;
            width: 0%;
            background: var(--clr-a);
            transition: all .2s linear;
        }

        .portfolio .navigation.nav-pills .nav-link.active::before, .portfolio .navigation a:hover::before {
            height: 2px;
            width: 70%;
        }

    .portfolio .navigation.nav-pills .nav-link.active {
        color: var(--clr-b);
        background: none;
    }

.portfolio .portfolio-container {
    justify-content: center;
}

.portfolio .tab-content .close {
    position: fixed;
    top: 3%;
    right: 2.5%;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

    .tab-sub-content {
        color: #999999f5;
        font-size: clamp(0.8rem, 1vw, .85rem);
        line-height: 15px;
        font-weight: 400;
    }


    @media(max-width: 991px) {
        .portfolio .modal .modal-dialog {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 95% !important;
            margin: auto;
            height: 100%;
        }

        .portfolio .modal .carousel-inner {
            display: flex;
            align-items: center;
        }
    }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
        max-height: 320px;
    }

        .portfolio .portfolio-item .portfolio-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,.09);
        }

            .portfolio .portfolio-item .portfolio-wrap > img {
                transform: scale(1);
                transition: all .2s linear;
            }

            .portfolio .portfolio-item .portfolio-wrap:hover > img {
                transform: scale(1.2);
            }

        .portfolio .portfolio-item .overlay-content {
            max-height: 0;
            /* opacity: 0; */
            overflow: hidden;
            background: rgba(53, 89, 140, 0.7);
            transition-duration: .5s;
        }

        .portfolio .portfolio-item .portfolio-wrap:hover .overlay-content {
            opacity: 1;
            max-height: 400px;
        }

        .portfolio .portfolio-item .title {
            font-size: clamp(.75rem, 5vw, 1.2rem);
            font-weight: 600;
            text-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
        }

        .portfolio .portfolio-item .txt {
            font-size: clamp(.1rem, 5vw, .7rem);
            font-weight: 500;
            margin: 0px;
            text-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
        }

    .portfolio .tab-content .carousel-control-prev,
    .portfolio .tab-content .carousel-control-next {
        align-items: start;
        justify-content: start;
        width: 4%;
    }

    .portfolio .tab-content .carousel-control-next {
        justify-content: end;
    }

    .portfolio .tab-content .carousel-control-prev-icon {
        background-image: url('../images/left-arrow.svg');
        border-bottom-right-radius: 20px;
    }

    .portfolio .tab-content .carousel-control-next-icon {
        background-image: url('../images/right-arrow.svg');
        border-bottom-left-radius: 20px;
    }

    .portfolio .tab-content .carousel-control-prev-icon,
    .portfolio .tab-content .carousel-control-next-icon {
        background-size: 50%;
        background-position: center;
        background-color: #fff;
        width: 3rem;
        height: 3rem;
    }

    .portfolio .portfolio-item .portfolio-links {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        display: none;
        /*width: 25px;*/
    }

        .portfolio .portfolio-item .portfolio-links a {
            display: block;
            width: 100%;
            height: 100%
        }

        .portfolio .portfolio-item .portfolio-links svg {
            display: none;
        }

            .portfolio .portfolio-item .portfolio-links svg path {
                fill: var(--clr-c);
            }

        .portfolio .portfolio-item .portfolio-links:hover svg path {
            cursor: pointer;
            color: var(--clr-a);
        }

    @media(max-width: 767px) {
        .portfolio .portfolio-item .title {
            font-size: clamp(1rem, 5vw, 1.2rem);
        }

        .portfolio .portfolio-item .txt {
            font-size: clamp(.6rem, 5vw, .8rem);
        }
    }

    /* ========================================= PORTFOLIO-page END */

    /* ========================================= CAREER-page */

    /* career-page */

    .contact-page .hero-container .txt-bx, .career-page .hero-container .txt-bx {
        text-align: left;
    }

    .contact-page .hero-container h1, .career-page .hero-container h1 {
        font-size: clamp(2rem, 4.5vw, 3.2rem);
        margin-bottom: 20px;
    }

.hero-container .txt {
    /*        font-size: .85rem;*/
    margin-bottom: 2.5rem;
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    letter-spacing: 1px;
}

    /* position-sec */

    .position-sec {
        padding-top: 60px;
    }

        .position-sec .pos-card {
            position: relative;
            border-radius: 8px;
            min-width: 250px;
            max-width: 450px;
            width: 100%;
        }

            .position-sec .pos-card .title {
                font-size: 1.1rem;
            }

            .position-sec .pos-card .txt-bx {
                font-size: .9rem;
            }

            .position-sec .pos-card .img-bx {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 130px;
                height: 130px;
                margin: 7px auto 12px;
            }

            .position-sec .pos-card .txt-bx .d-box {
                margin-bottom: 10px;
            }

            .position-sec .pos-card .link-txt {
                position: absolute;
                bottom: 13px;
                right: 20px;
                color: var(--clr-a);
                font-size: .9rem;
                font-weight: 600;
            }

                .position-sec .pos-card .link-txt:hover {
                    text-decoration: underline;
                }

    .container.positions {
        width: 65% !important;
    }

    @media (max-width: 1024px) {
        .container.positions {
            width: 100% !important;
        }
    }

    @media (max-width: 991px) {
        .container.positions {
            width: 100% !important;
        }
    }
    /*.position-sec .icon-bx {
        text-align: center;
    }

        .position-sec .icon-bx > .img-bx {
            display: flex;
            align-items: center;
            width: 70px;
            height: 70px;
            margin: 0px auto 20px;
        }

    .position-sec .main.icon-bx > .img-bx {
        width: 100px;
        height: 100px;
    }

    .position-sec .icon-bx .title {
        font-weight: 900;
        font-size: .8rem;
        margin-bottom: 0px;
    }

@media (max-width: 991px) {

    .container.positions .pos-title {
        background: #eeeeee;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .container.positions .col-pos {
        margin-bottom: 40px !important;
    }

        .container.positions .col-pos .img-bx {
            margin-bottom: 5px;
        }
}*/
    /* interview-sec */
    .interview-sec {
        padding-top: 60px;
        margin-bottom: 60px;
    }

        .interview-sec .container {
            width: 70%;
        }

        .interview-sec .sec-heading {
            margin-bottom: 40px;
        }

        .interview-sec .sub-heading {
            padding: 0px 10%;
        }

    .interview-bx {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .interview-bx img {
            margin-right: 30px;
        }

        .interview-bx:nth-child(even) {
            flex-direction: row-reverse;
            text-align: right;
        }

            .interview-bx:nth-child(even) img {
                margin-left: 30px;
            }

        .interview-bx img {
            width: 250px;
        }

        .interview-bx .title {
            font-weight: 500;
        }

    @media(max-width: 991px) {
        .interview-bx {
            flex-direction: column;
            margin-bottom: 1rem;
            font-size: .8rem;
        }

            .interview-bx img {
                margin-right: 0px;
                margin-bottom: .7rem;
                width: 200px;
            }

            .interview-bx .title {
                font-size: 1.2rem;
            }

            .interview-bx:nth-child(even) {
                flex-direction: column;
                text-align: left;
            }

                .interview-bx:nth-child(even) img {
                    margin-left: 0px;
                }
    }

    /* benefits-sec */

    .benefits-sec {
        padding-top: 200px;
        padding-bottom: 150px;
    }

        .benefits-sec .card {
            padding: 2rem 1rem;
            border: 2px solid var(--clr-b);
            width: 100%;
            margin-bottom: .6rem;
        }

            .benefits-sec .card .img-bx {
                width: 50px;
                height: 50px;
            }

            .benefits-sec .card .title {
                font-weight: 900;
                margin: 10px 0px;
            }

            .benefits-sec .card .txt {
                font-size: .9rem;
            }

    /* contact-sec */

    .contact-sec {
        padding: 60px 0px 60px;
    }

        .contact-sec .wrap-item-bx {
            width: 100%;
            padding: 30px 45px 20px;
            background-color: rgba(128, 150, 180, 0.1);
            border-radius: 10px;
        }

        /*        .contact-sec .wrap-item-bx::after {
            content: "";
            position: absolute;
            bottom: 15%;
            left: 50%;
            transform: translateX(-50%);
            width: 30%;
            height: 1px;
            background-color: #666666;
        }
*/
        .contact-sec .item-bx {
            display: flex;
            justify-content: start;
            align-items: center;
            /*flex-direction: column;*/
            /*text-align: center;*/
            width: fit-content;
            width: -moz-fit-content;
            /*margin: auto;*/
            padding: 13px 0px;
        }



            .contact-sec .item-bx h6 {
                font-weight: 500;
                margin-bottom: .3rem;
            }

            .contact-sec .item-bx p {
                margin-bottom: 0px;
            }
            /*.contact-sec .item-bx.add {
    padding-top: 27px;
    padding-bottom: 27px;
}*/
            .contact-sec .item-bx .img-bx {
                width: 25px;
                height: 25px;
                margin-right: 10px;
            }

        .contact-sec .flags {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            display: flex
        }

        .contact-sec .flag {
            width: 30px;
            margin: 0px 3px;
        }

        .contact-sec p {
            font-size: .8rem;
        }

        .contact-sec .btn {
            padding-top: 8px !important;
            padding-bottom: 8px !important;
        }

        .contact-sec .form-group.textarea {
            position: relative;
        }

        .contact-sec .form-group input {
            border: var(--clr-d);
        }

        .contact-sec .form-group.textarea {
            margin: 0;
        }

            .contact-sec .form-group.textarea textarea {
                border: var(--clr-d);
                height: 105px;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
            }

        .contact-sec .custom-file-label > span {
            padding: 0px 0px 0px 66px;
            font-weight: 600;
            font-size: 1rem;
            letter-spacing: 2px;
            color: #000000;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
        }

        .contact-sec .form-group .btn {
            padding: 10px;
            width: 100%;
            /*background: var(--clr-c);*/
            border-radius: 0;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

            .contact-sec .form-group .btn svg {
                width: 40px;
                cursor: pointer;
                fill: var(--clr-b);
                transition: all .2s linear;
            }

            .contact-sec .form-group .btn:hover svg {
                fill: var(--clr-a);
            }

        .contact-sec .custom-file-label::after {
            content: "" !important;
            right: unset;
            background: url('../images/db-folder.svg');
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 60px;
            color: #ffffff;
            border-radius: .25rem;
            transition: all .2s linear;
        }

        .contact-sec .custom-file-input:hover ~ .custom-file-label::after {
            background: url('../images/lb-folder.svg');
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            color: #35598c;
        }


    @media (max-width: 1440px) {
        .contact-sec > .container {
            width: 95%;
        }
        

        .contact-sec .item-bx {
            justify-content: center;
            align-items: center;
            /*flex-direction: column;*/
            text-align: center;
            width: fit-content;
            width: -moz-fit-content;
            margin: auto;
            padding: 13px 0px;
        }

        .contact-sec .wrap-item-bx {
            width: 100%;
            padding: 40px 0px 10px;
            background-color: rgba(128, 150, 180, 0.1);
        }

            .contact-sec .wrap-item-bx .col-lg-12 {
                padding: 0px
            }
    }

    @media (max-width: 991px) {
        .contact-sec .wrap-item-bx::after {
            display: none;
        }

        .contact-sec .this-mb-sm-2 {
            margin-bottom: 0.75rem !important;
        }
    }

    @media (max-width: 480px) {
        .contact-sec .form-group .btn svg {
            width: 24px;
        }

        .contact-sec .custom-file-label::after {
            width: 20px;
        }

        .contact-sec .custom-file-label > span {
            padding: 0px 0px 0px 28px;
            font-size: 0.75rem;
        }

        .contact-sec .btn {
            font-size: 0.8rem;
        }
    }
    /* ========================================= CAREER-page END */
    /* ========================================= CONTACT-page */
    .contact-page .contact-sec {
        background: none;
        padding: 60px 0px 60px;
    }
        /*, .contact-page .contact-sec .item-bx*/
        /*.contact-page .contact-sec input, .contact-page .contact-sec textarea, .contact-page .contact-sec .btn {
        background-color: rgba(128, 150, 180, 0.1);
    }*/
        .contact-sec input, .contact-sec textarea, .contact-page .contact-sec .btn {
            background-color: rgba(128, 150, 180, 0.1);
        }

    .contact-sec .form-control:focus {
        background-color: rgba(128, 150, 180, 0.1);
    }
    /* ========================================= CONTACT-page END */

    /* ========================================= Services-page */

    .service-page .hero {
        background: url("../images/bg-service-banner.svg");
        background-repeat: no-repeat;
        background-position: top right;
    }

    .services-pgsec {
        padding: 30px 0px 0px;
    }
    /*.services-pgsec .icon-box {
        border: 1px solid #f5f5f5;
    }*/
    @media(max-width: 1024px) {

        .services-pgsec > .container {
            width: 100%;
        }

        .services-pgsec .icon-box {
            padding-left: 0px;
            padding: 20px 0px;
        }
    }

    @media(max-width: 768px) {
        .services-pgsec > .container {
            width: 80%;
        }
    }

    @media (max-width: 480px) {
        .services-pgsec > .container {
            width: 100%;
        }
    }

.services-pgsec .sec-heading {
    /*font-size: clamp(2rem, 2vw, 2rem);*/
    font-size: clamp(2rem, 4vw, 2.7rem);
}

    .services-pgsec.benefits-sec .sec-heading {
        font-size: clamp(2rem, 4vw, 2.7rem);
    }

    .services-pgsec .top-txt {
        font-size: .8rem;
    }

    .services-pgsec .icon-box, .services-pgsec .icon-box * {
        cursor: pointer;
    }

        .services-pgsec .icon-box.no-link, .services-pgsec .icon-box.no-link * {
            cursor: default;
        }

        .services-pgsec .icon-box .icon {
            width: 100px;
            height: 100px;
            margin: auto;
        }

            .services-pgsec .icon-box .icon img {
                width: 100%;
                height: 100%;
                object-fit: scale-down;
            }

        .services-pgsec .icon-box .title {
            margin: 10px 0px;
            font-weight: 600;
        }

        .services-pgsec .icon-box .descr {
            font-size: .75rem;
        }

    .features-sec {
        padding: 100px 0px;
    }

        .features-sec .txt {
            font-size: .85rem;
        }

    .seek-innov-sec {
        padding: 0px 0px 100px;
    }

        .seek-innov-sec .member {
            width: 150px;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

        .seek-innov-sec img {
            width: 80%;
            height: 80%;
            object-fit: scale-down;
        }

    @media (max-width: 480px) {
        .features-sec {
            text-align: center
        }

            .features-sec .txt-bx {
                padding: 25px 0px 30px;
            }
    }

    /* ========================================= Services-page END */

    /* ==== elements(fa-icons) ==== */

    .ele-loc-pin > i,
    .ele-user > i,
    .ele-phone > i,
    .ele-envelope > i {
        position: absolute;
        font-family: "Font Awesome 6";
        top: 50%;
        left: 25px;
        transform: translateY(-53%);
        color: var(--clr-d);
        font-size: 22px;
        font-weight: 900;
    }

    /*.ele-map-marked::before {
    content: "\f5a0";
}

.ele-loc-pin::before {
    content: "\f041";
}

.ele-envelope::before {
    content: "\f0e0";
}

.ele-user::before {
    content: "\f007";
}

.ele-phone::before {
    content: "\f095";
}*/

    /* elements(fa-icons) END */

    /*******************footer-sec***************/
    .footer-outerBox {
        max-width: 1594px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .back-to-top {
        cursor: pointer;
        position: fixed;
        display: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        right: 15px;
        bottom: 15px;
        /* background: var(--clr-b); */
        transition: display 0.5s ease-in-out;
        z-index: 999;
        transition: all ease-in-out 0.3s;
    }

        .back-to-top img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            width: 100%;
            transition: all ease-in-out 0.3s;
        }

        .back-to-top:hover img {
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
        }

    .footer {
        position: relative;
        /* background-color: #e7f2f7; */
        background: rgba(128, 150, 180, 0.1);
    }

        .footer > .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/steps2.webp) no-repeat;
            background-size: cover;
            background-position: bottom right;
            opacity: .1;
        }

    .footer-bottom,
    .top-footer {
        position: relative;
        z-index: 1;
    }

    .top-footer {
        padding: 100px 0 45px;
    }


        .top-footer h3 {
            font-size: 1.0rem;
            line-height: 1.5;
            /* color: #fff; */
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .top-footer p {
            font-size: 13px;
            line-height: 30px;
            /* color: #bdbdbd; */
            font-weight: 300;
            letter-spacing: 1px;
            padding-right: 80px;
            padding-right: clamp(0rem, 0vw, 5.2rem);
        }

        .top-footer li a {
            font-size: 13px;
            line-height: 30px;
            /* color: #bdbdbd; */
            font-weight: 300;
            letter-spacing: 1px;
            /*text-transform: capitalize;*/
            transition: color .3s;
            display: block;
            width: -moz-fit-content;
            width: fit-content;
        }

            .top-footer li a:hover {
                color: var(--clr-a);
            }

    .footer-bottom {
        padding: 30px 0;
    }

        .footer-bottom h5 {
            font-size: 12px;
            line-height: 1;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 7px;
            margin-bottom: 3px;
        }

        .footer-bottom h6 {
            font-size: 11px;
            line-height: 15px;
            font-weight: 400;
            text-transform: capitalize;
            letter-spacing: 2px;
            margin-bottom: 0;
        }

        .footer-bottom a {
            color: #28ABE3;
        }

            .footer-bottom a > img {
                cursor: pointer;
                opacity: .8;
            }

            .footer-bottom a:hover > img {
                opacity: 1;
            }

    /*******************qouteform-modal***************/

    .sec-heading-sml {
        font-size: 1.5rem;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
        color: var(--clr-b);
    }

    form[name="request-quote"] label {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .qouteform.modal {
        padding: 0px !important;
    }

        .qouteform.modal .modal-dialog {
            width: 55%;
            margin: 8vh auto 0px;
            max-width: unset !important;
            padding: 0px 20px;
        }

    @media(max-width: 991px) {
        .qouteform.modal .modal-dialog {
            width: auto;
        }
    }

    .qouteform.modal .modal-body {
        padding: 55px 0px 35px;
    }

    .qouteform.modal .form-row {
        justify-content: space-between;
    }

    .qouteform.modal .sec-heading:nth-child(2) {
        padding: 30px 0px;
        font-weight: 800;
        color: var(--clr-b);
    }

    .qouteform.modal .sec-heading > .sub-heading {
        margin-top: 10px;
        color: var(--clr-d);
        font-size: .9rem;
    }

    .qouteform.modal .form-group input {
        padding-left: 50px;
    }



    /*******************qouteform-modal***************/

    .sec-heading-sml {
        font-size: 1.5rem;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
        color: var(--clr-b);
    }

    form[name="hire-now"] label {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .hireNow.modal {
        padding: 0px !important;
    }

        .hireNow.modal .modal-dialog {
            width: 55%;
            margin: 8vh auto 0px;
            max-width: unset !important;
            padding: 0px 20px;
        }

    @media(max-width: 991px) {
        .hireNow.modal .modal-dialog {
            width: auto;
        }
    }

    .hireNow.modal .modal-body {
        padding: 55px 0px 35px;
    }

    .hireNow.modal .form-row {
        justify-content: space-between;
    }

    .hireNow.modal .sec-heading:nth-child(2) {
        padding: 30px 0px;
        font-weight: 800;
        color: var(--clr-b);
    }

    .hireNow.modal .sec-heading > .sub-heading {
        margin-top: 10px;
        color: var(--clr-d);
        font-size: .9rem;
    }

    .hireNow.modal .form-group input {
        padding-left: 50px;
    }

    .hireNow.modal .form-group textarea {
        padding-left: 50px;
        padding-top: 30px;
    }





    /*backgrounds*/
    @media (max-width: 600px) {
        .footer > .bg {
            background: none;
        }

        .Testimonials > .bg, .about-lists > .bg, .service-sec > .bg, .about-sec > .bg {
            background: none;
        }
    }


    .custom-file-input.is-invalid ~ .custom-file-label > span::before {
        color: #dc3545;
        content: 'Please ';
    }

    .custom-file-input.is-invalid ~ .custom-file-label > span {
        color: #dc3545;
    }

    /*
    .hero.individual-service {
        overflow: hidden;
        background: url("/WebsiteAssets/assets/images/blazor-bg.svg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100%;
        padding-top: calc(100vh - 83vh);
        padding-bottom: calc(100vh - 90vh);
    }*/

    .hero.individual-service1 {
        overflow: hidden;
        background: url("/WebsiteAssets/assets/images/blazor-bg.svg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100%;
        padding-top: calc(100vh - 92vh) !important;
        /*padding-bottom: calc(100vh - 90vh);*/
    }


    .hero.individual-service .txt {
        background: unset;
    }

    .hero.individual-service1 .txt {
        background: unset;
    }
    /*.hero.individual-service .txt-bx {
        width: clamp(280px, 100%, calc(100vw - 60%) );
    }

    .hero.individual-service .img-bx {
        max-width: calc(100vw - 80%);
    }*/
    .angular-feature {
        padding: 5rem 0px 0px;
    }

    .launch-feature {
        padding-top: 3rem;
        /* padding-bottom: 3rem;*/
    }

    .custom-launch {
        padding-top: 2rem !important;
        padding-bottom: 0rem !important;
    }

    /*.js-feature {
    padding-bottom: 5rem;
}*/

    .launch-feature .img-bx {
        width: clamp(280px, 100%, calc(100% - 30%));
    }

/*    .launch-feature .txt {
        font-size: .95rem;
    }*/

    .contact-section {
        background: rgba(128, 150, 180, 0.1);
    }

    .personalized-blazor-services {
        padding: 3rem 0px 0rem;
    }

    .personalized-blazor-services1 {
        padding: 0rem 0px 5rem !important;
    }

    .personalized-blazor-services .icon-box {
        border: 1px solid #ebebeb;
        height: 100%;
    }

    .personalized-blazor-services .icon {
        height: 100px;
    }

        .personalized-blazor-services .icon > img {
            height: 100%;
        }


    .personalized-abpio-services {
        padding: 60px 0px 60px;
    }

        .personalized-abpio-services .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
        }

        .personalized-abpio-services .icon {
            height: 100px;
        }

            .personalized-abpio-services .icon > img {
                height: 100%;
            }


    .why-blazor {
        padding-bottom: 5rem;
    }

        .why-blazor .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
        }

        .why-blazor .icon {
            height: 100px;
        }

            .why-blazor .icon > img {
                height: 100%;
            }

    why-abpio {
        padding-bottom: 5rem;
    }

        why-abpio .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
        }

        why-abpio .icon {
            height: 100px;
        }

            why-abpio .icon > img {
                height: 100%;
            }

    .why-abpio .point-card {
        min-height: unset !important;
        /*font-size: 1.25rem !important;*/
    }

    .why-angular {
        padding-bottom: 5rem;
    }

        .why-angular .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
        }

        .why-angular .icon {
            height: 100px;
        }

            .why-angular .icon > img {
                height: 100%;
            }

        .why-angular .point-card {
            min-height: unset !important;
            /*font-size: 1.25rem !important;*/
        }

        .why-angular .title {
            font-weight: 600;
        }

    /*.why-js {
    padding-bottom: 2rem;
}*/

.why-js .icon-box {
    border: 1px solid #ebebeb;
    height: 100%;
}

.why-js .icon {
    height: 100px;
}

    .why-js .icon > img {
        height: 100%;
    }

.why-js .point-card {
    min-height: unset !important;
    /*font-size: 1.25rem !important;*/
}

.why-js .title {
    font-weight: 600;
}

    .why-ts {
        padding-bottom: 3rem;
    }

        .why-ts .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
        }

        .why-ts .icon {
            height: 100px;
        }

            .why-ts .icon > img {
                height: 100%;
            }

        .why-ts .point-card {
            min-height: unset !important;
            /*font-size: 1.25rem !important;*/
        }

        .why-ts .title {
            font-weight: 600;
        }

.point-card {
    position: relative;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    /* font-size: .9rem;*/
    font-size: .8rem;
    color: #333;
    border: 1px solid #ebebeb;
    padding: 3.5rem 2rem 1.5rem;
    min-height: 150px;
    height: 100%;
}

        .point-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            overflow: hidden;
            background: #fff;
            height: 85px;
            width: 85px;
            background-image: url('../images/Blazor.svg');
            background-size: 60px;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .85;
        }

    .automotive .point-card[card-num="1"]::before {
        background-image: url('../images/expertise.svg');
    }

    .automotive .point-card[card-num="2"]::before {
        background-image: url('../images/scalable.svg');
    }

    .automotive .point-card[card-num="3"]::before {
        background-image: url('../images/agile-icon.svg');
    }


    .why-blazor .point-card[card-num="1"]::before {
        background-image: url('../images/memory-safe.svg');
    }

    .why-blazor .point-card[card-num="2"]::before {
        background-image: url('../images/single-page applications.svg');
    }

    .why-blazor .point-card[card-num="3"]::before {
        background-image: url('../images/plugin.svg');
    }

    .why-blazor .point-card[card-num="4"]::before {
        background-image: url('../images/optimal user experience.svg');
    }

    .why-blazor .point-card[card-num="5"]::before {
        background-image: url('../images/secure.svg');
    }


    .why-csharp .point-card[card-num="1"]::before {
        background-image: url('../images/book.svg');
    }

    .why-csharp .point-card[card-num="2"]::before {
        background-image: url('../images/Performance tracking.svg');
    }

    .why-csharp .point-card[card-num="3"]::before {
        background-image: url('../images/multi-tenacy.svg');
    }

    .why-csharp .point-card[card-num="4"]::before {
        background-image: url('../images/cross-platform.svg');
    }

    .why-csharp .point-card[card-num="5"]::before {
        background-image: url('../images/scalable.svg');
    }

    .why-csharp .point-card[card-num="6"]::before {
        background-image: url('../images/integ-dev.svg');
    }

    .why-csharp .point-card[card-num="7"]::before {
        background-image: url('../images/integrated-library.svg');
    }

    .why-abpio .point-card[card-num="1"]::before {
        background-image: url('../images/angular.svg');
    }

    .why-abpio .point-card[card-num="2"]::before {
        background-image: url('../images/dot-net-mvc.svg');
    }

    .why-abpio .point-card[card-num="3"]::before {
        background-image: url('../images/Blazor.svg');
    }

    .why-abpio .point-card[card-num="4"]::before {
        background-image: url('../images/mongoDB.svg');
        height: 100px;
        width: 150px;
        background-size: 140px;
    }

    .why-abpio .point-card[card-num="5"]::before {
        background-image: url('../images/NoSQL.svg');
    }

    .why-abpio .point-card[card-num="6"]::before {
        background-image: url('../images/sql.svg');
        height: 100px;
        width: 150px;
        background-size: 90px;
    }

    .why-abpio .point-card[card-num="7"]::before {
        background-image: url('../images/dapper.svg');
    }

    .why-abpio .point-card[card-num="8"]::before {
        background-image: url('../images/entityframework.svg');
    }

    .why-angular .point-card[card-num="1"]::before {
        background-image: url('../images/consulting.svg');
    }

    .why-angular .point-card[card-num="2"]::before {
        background-image: url('../images/Development.svg');
    }

    .why-angular .point-card[card-num="3"]::before {
        background-image: url('../images/testing-1.svg');
    }

    .why-angular .point-card[card-num="4"]::before {
        background-image: url('../images/maintenance.svg');
    }

    .why-angular .point-card[card-num="5"]::before {
        background-image: url('../images/Testing & Final Deployment.svg');
    }
    /*Third-party-page*/
    .why-angular .third[card-num="1"]::before {
        background-image: url('../images/telerik.svg');
    }

    .why-angular .third[card-num="2"]::before {
        background-image: url('../images/quick-book.png');
    }

    .why-angular .third[card-num="3"]::before {
        background-image: url('../images/twilo.png') !important;
    }

    .why-angular .third[card-num="4"]::before {
        background-image: url('../images/devSyncfusion.svg');
    }

    .why-angular .third[card-num="5"]::before {
        background-image: url('../images/mudblazor.png');
    }

    .why-angular .third[card-num="6"]::before {
        background-image: url('../images/paypalStripe.svg') !important;
    }

    .why-angular .third[card-num="7"]::before {
        background-image: url('../images/Gapi.svg') !important;
    }

    .why-angular .third[card-num="8"]::before {
        background-image: url('../images/highcharts.svg') !important;
    }

    .why-angular .third[card-num="9"]::before {
        background-image: url('../images/yahoo.svg') !important;
    }

    .why-angular .third[card-num="10"]::before {
        background-image: url('../images/zoomus-icon.svg') !important;
    }


    /*Third-party-page*/




    .fundRasing-Services {
        padding: 30px 0px 86px !important;
    }

    .why-angular .point-card[card-num="6"]::before {
        background-image: url('../images/sql.svg');
        height: 100px;
        width: 150px;
        background-size: 90px;
    }

    .why-angular .point-card[card-num="7"]::before {
        background-image: url('../images/dapper.svg');
    }

    .why-angular .point-card[card-num="8"]::before {
        background-image: url('../images/entityframework.svg');
    }


    .why-js .point-card[card-num="1"]::before {
        background-image: url('../images/react.svg');
    }

    .why-js .point-card[card-num="2"]::before {
        background-image: url('../images/angular.svg');
    }

    .why-js .point-card[card-num="3"]::before {
        background-image: url('../images/vuejs-icon.svg');
    }

    .why-js .point-card[card-num="4"]::before {
        background-image: url('../images/nodejs.svg');
    }

    .why-js .point-card[card-num="5"]::before {
        background-image: url('../images/expressjs.svg');
    }

    .why-js .point-card[card-num="6"]::before {
        background-image: url('../images/nuxtjs-icon.svg');
    }

    .why-js .point-card[card-num="7"]::before {
        background-image: url('../images/nextjs-icon.svg');
    }

    .why-js .point-card[card-num="8"]::before {
        background-image: url('../images/jquery-icon.svg');
    }

    .why-js .point-card[card-num="9"]::before {
        background-image: url('../images/vanillajs-logo.png');
    }

    .why-choose .point-card[card-num="1"]::before {
        background-image: url('../images/business-centric.svg');
    }

    .why-choose .point-card[card-num="2"]::before {
        background-image: url('../images/agile.svg');
    }

    .why-choose .point-card[card-num="3"]::before {
        background-image: url('../images/on-time.svg');
    }

    .why-choose .point-card[card-num="4"]::before {
        background-image: url('../images/guarantee.svg');
    }

    .why-choose .point-card[card-num="5"]::before {
        background-image: url('../images/scalable.svg');
    }

    .why-choose .point-card[card-num="6"]::before {
        background-image: url('../images/maintenance.svg');
    }

    .features-of-logistics .point-card[card-num="1"]::before {
        background-image: url('../images/Artificial Intelligence.svg');
    }

    .features-of-logistics .point-card[card-num="2"]::before {
        background-image: url('../images/iot.svg');
    }

    .features-of-logistics .point-card[card-num="3"]::before {
        background-image: url('../images/bigdata.svg');
    }

    .features-of-logistics .point-card[card-num="4"]::before {
        background-image: url('../images/cloud-dev.svg');
    }
    /*crm imgs*/
    .features-of-logistics .real[card-num="7"]::before {
        background-image: url('../images/improvement.png');
    }

    .features-of-logistics .real[card-num="6"]::before {
        background-image: url('../images/crm-dev-2.png');
    }

    .features-of-logistics .real[card-num="5"]::before {
        background-image: url('../images/interview.png');
    }

    .features-of-logistics .real[card-num="3"]::before {
        background-image: url('../images/cloud-server.png');
    }

    .features-of-logistics .real[card-num="2"]::before {
        background-image: url('../images/integration2.png');
    }

    .features-of-logistics .real[card-num="4"]::before {
        background-image: url('../images/analysis.png');
    }

    .features-of-logistics .real[card-num="1"]::before {
        background-image: url('../images/crm2.png');
    }

    .features-of-logistics .crm[card-num="1"]::before {
        background-image: url('../images/crm.png');
    }

    .features-of-logistics .crm[card-num="2"]::before {
        background-image: url('../images/efficacy.png');
    }

    .features-of-logistics .crm[card-num="4"]::before {
        background-image: url('../images/income-growth.png');
    }

    .features-of-logistics .crm[card-num="3"]::before {
        background-image: url('../images/decision-making.svg');
    }

    .features-of-event .point-card[card-num="1"]::before {
        background-image: url('../images/customizable .svg');
    }

    .features-of-event .point-card[card-num="2"]::before {
        background-image: url('../images/data-management.svg');
    }

    .features-of-event .point-card[card-num="3"]::before {
        background-image: url('../images/cross-platform.svg');
    }

    .features-of-event .point-card[card-num="4"]::before {
        background-image: url('../images/real-time.svg');
    }

    .features-of-event .point-card[card-num="5"]::before {
        background-image: url('../images/automation.svg');
    }

    .features-of-event .point-card[card-num="6"]::before {
        background-image: url('../images/integration-tool.svg');
    }

    .features-of-realestate .point-card[card-num="1"]::before {
        background-image: url('../images/list-search.svg');
    }

    .features-of-realestate .point-card[card-num="2"]::before {
        background-image: url('../images/Scheduling and booking services.svg');
    }

    .features-of-realestate .point-card[card-num="3"]::before {
        background-image: url('../images/team-conection.svg');
    }

    .features-of-realestate .point-card[card-num="4"]::before {
        background-image: url('../images/analytics-reporting.svg');
    }

    .features-of-realestate .point-card[card-num="5"]::before {
        background-image: url('../images/api-integration.svg');
    }

    .features-of-realestate .point-card[card-num="6"]::before {
        background-image: url('../images/e-sign.svg');
    }

    .features-of-realestate .point-card[card-num="7"]::before {
        background-image: url('../images/payment-gateway.svg');
    }

    .features-of-realestate .point-card[card-num="8"]::before {
        background-image: url('../images/lead-generation.svg');
    }

    .why-js .fund[card-num="1"]::before {
        background-image: url('../images/donor-magmt.svg');
    }

    .why-js .fund[card-num="2"]::before {
        background-image: url('../images/voluntry.svg');
    }

    .why-js .fund[card-num="3"]::before {
        background-image: url('../images/crowd.svg');
    }

    .why-js .fund[card-num="4"]::before {
        background-image: url('../images/accounting.svg');
    }

    .why-js .fund[card-num="5"]::before {
        background-image: url('../images/marketing.svg');
    }

    .why-js .fund[card-num="6"]::before {
        background-image: url('../images/event-magmt.svg');
    }

    .why-js .fund[card-num="7"]::before {
        background-image: url('../images/pledge.svg');
    }
    /*fund-raising*/


    /* fitnesspage start*/
    .features-of-logistics .fitness[card-num="1"]::before {
        background-image: url('../images/brand-engagement.png');
    }

    .features-of-logistics .fitness[card-num="2"]::before {
        background-image: url('../images/svg.png');
    }

    .features-of-logistics .fitness[card-num="3"]::before {
        background-image: url('../images/audience.png');
    }

    .features-of-logistics .fitness[card-num="4"]::before {
        background-image: url('../images/competative.png');
    }

    .features-of-logistics .fitness[card-num="5"]::before {
        background-image: url('../images/iteration.png');
    }

    /* fitnesspage-end*/



    .why-ts .point-card[card-num="1"]::before {
        background-image: url('../images/ts-app-dev.svg');
    }

    .why-ts .point-card[card-num="2"]::before {
        background-image: url('../images/ts-consulting.svg');
    }

    .why-ts .point-card[card-num="3"]::before {
        background-image: url('../images/Development.svg');
    }

    .why-ts .point-card[card-num="4"]::before {
        background-image: url('../images/API Development.svg');
    }

    .why-ts .point-card[card-num="5"]::before {
        background-image: url('../images/js-ts-migration.svg');
    }




    .feature-ts {
        padding-bottom: 3rem;
    }

    .feature-vuejs {
        padding-bottom: 3rem;
    }

        .feature-vuejs .point-card[card-num="1"]::before {
            background-image: url('../images/web-app.svg');
        }

        .feature-vuejs .point-card[card-num="2"]::before {
            background-image: url('../images/mobile-app.svg');
        }

        .feature-vuejs .point-card[card-num="3"]::before {
            background-image: url('../images/plugin-1.svg');
        }

        .feature-vuejs .point-card[card-num="4"]::before {
            background-image: url('../images/component.svg');
        }

        .feature-vuejs .point-card[card-num="5"]::before {
            background-image: url('../images/migration.svg');
        }

        .feature-vuejs .point-card[card-num="6"]::before {
            background-image: url('../images/pwa.svg');
        }

        .feature-vuejs .point-card[card-num="7"]::before {
            background-image: url('../images/single-page applications.svg');
        }

    .feature-pwa {
        /*padding-bottom: 5rem;*/
    }

        .feature-pwa .point-card[card-num="1"]::before {
            background-image: url('../images/team.svg');
        }

        .feature-pwa .point-card[card-num="2"]::before {
            background-image: url('../images/handshake.svg');
        }

        .feature-pwa .point-card[card-num="3"]::before {
            background-image: url('../images/scalability.svg');
        }

        .feature-pwa .point-card[card-num="4"]::before {
            background-image: url('../images/component.svg');
        }

        .feature-pwa .point-card[card-num="5"]::before {
            background-image: url('../images/migration.svg');
        }

        .feature-pwa .point-card[card-num="6"]::before {
            background-image: url('../images/pwa.svg');
        }

        .feature-pwa .point-card[card-num="7"]::before {
            background-image: url('../images/single-page applications.svg');
        }

    .feature-api-dev {
        /*padding-bottom: 5rem;*/
    }

        .feature-api-dev .point-card[card-num="1"]::before {
            background-image: url('../images/agile-icon.svg');
        }

        .feature-api-dev .point-card[card-num="2"]::before {
            background-image: url('../images/experience.svg');
        }

        .feature-api-dev .point-card[card-num="3"]::before {
            background-image: url('../images/shield.svg');
        }

        .feature-api-dev .point-card[card-num="4"]::before {
            background-image: url('../images/handshake.svg');
        }

        .feature-api-dev .point-card[card-num="5"]::before {
            background-image: url('../images/team-conection.svg');
        }

        .feature-api-dev .point-card[card-num="6"]::before {
            background-image: url('../images/devops.svg');
        }

        .feature-api-dev .point-card[card-num="7"]::before {
            background-image: url('../images/start-team.svg');
        }

    .feature-reactjs {
        padding-bottom: 5rem;
    }

        .feature-reactjs .point-card[card-num="1"]::before {
            background-image: url('../images/Performance tracking.svg');
        }

        .feature-reactjs .point-card[card-num="2"]::before {
            background-image: url('../images/development-process.svg');
        }

        .feature-reactjs .point-card[card-num="3"]::before {
            background-image: url('../images/component.svg');
        }

        .feature-reactjs .point-card[card-num="4"]::before {
            background-image: url('../images/seo-friendly.svg');
        }

        .feature-reactjs .point-card[card-num="5"]::before {
            background-image: url('../images/community.svg');
        }

    .feature-mean-mern {
        /*padding-bottom: 5rem;*/
    }

        .feature-mean-mern .point-card::before {
            width: 400px;
            background-size: calc(100% - 25px);
            border-radius: 0;
        }

        .feature-mean-mern .point-card[card-num="1"]::before {
            background-image: url('../images/mean.svg');
        }

        .feature-mean-mern .point-card[card-num="2"]::before {
            background-image: url('../images/mern.svg');
        }

    /*#keyFeatures {
    padding-bottom: 1rem;
}*/

    .sec-padding-y {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }

    /*.sec-padding-t {
    padding-top: 5rem;
}*/

    .sec-padding-b {
        padding: 3rem 0 3rem;
    }

    .feature-pill {
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 10px;
        background: #fff;
        font-size: .8rem;
        color: #333;
        border: 1px solid #ebebeb;
        padding: 1.5rem 2rem;
        min-height: 133px;
        height: 100%;
    }

    .feature-pill2 {
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 10px;
        background: #fff;
        font-size: .8rem;
        color: #333;
        border: 1px solid #ebebeb;
        padding: 1.5rem 2rem;
        min-height: 95px;
        height: 100%;
    }

    .feature-pill .img-bx {
        width: 60px;
        /*  margin-right: 3rem;*/
    }

    .feature-pill2 .img-bx {
        width: 60px;
    }

    .feature-pill .title {
        font-size: .9rem;
        margin-bottom: .5rem;
    }

    .feature-pill2 .title {
        font-size: .9rem;
        margin-bottom: .5rem;
    }
    /*.title{
        text-transform: capitalize;
    }*/

    /*.sec-heading .d-block {
    text-transform: capitalize;
}*/




    @media(max-width: 576px) {
        .feature-pill {
            text-align: center;
        }

        .custom-mission-bg {
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
        }

        .custom-vision-bg {
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }

        .custom-integrity-column {
            min-height: unset !important;
        }

        .custom-newabout-heading {
            font-size: 20px !important;
        }

        .custom-clumn-padding {
            padding: 3rem !important;
            
        }
        .aboutus-container {
            position: unset !important;
        }

        .hero-heading {
            font-size: 10px !important;
            top: 35% !important;
        }

        .custom-grow-btn {
            font-size: 8px !important;
        }

        .btn.custom-grow-btn {
            padding: 4px 4px !important;
            margin: 5px 0px 0px 0px;
        }

        #hero.custom-aboutus-container {
            padding: 59px 0% 30px !important;
        }
        
    }
@media only screen and (min-width: 320px) and (max-width: 360px) {
    .mission-area {
        width: 100px !important;
        top: -50px !important;
        right: 0px;
    }
}

    @media only screen and (min-width: 320px) and (max-width: 380px) {
        .vision-area {
            width: 100px !important;
            top: 33px !important;
            left: -3px;
        }

        .custom-card-margin-sec {
            margin-top: 4px;
        }

        .custom-dir-name {
            font-size: 10px;
        }

        p.custom-director-txt-one {
            font-size: 8px;
            transform: translate(60%, -10%) !important;
        }

        .custom-column-position {
            transform: translate(30px, -21%) !important;
        }

        .custom-column-position-two {
            transform: translate(250px, -100%) !important;
        }

        p.custom-director-txt {
            font-size: 8px;
            transform: translate(-35%, -10%) !important;
        }

        #hero.custom-aboutus-container {
            height: 200px !important;
        }
    }

    @media only screen and (min-width: 375px) and (max-width: 377px) {
        .custom-column-position-two {
            transform: translate(290px, -95%) !important;
        }

        #hero.custom-aboutus-container {
            height: 200px !important;
        }
        .mission-area {
            width: 100px !important;
            top: -63px !important;
            right: 0px;
        }
    }

    @media only screen and (min-width: 381px) and (max-width: 425px) {
        .mission-area {
            width: 100px !important;
            top: -65px !important;
            right: 0px;
        }

        .vision-area {
            width: 100px !important;
            top: 10px !important;
            left: -3px;
        }

        .custom-card-margin-sec {
            margin-top: 4px;
        }

        .custom-dir-name {
            font-size: 10px;
        }

        p.custom-director-txt-one {
            font-size: 8px;
            transform: translate(60%, -10%) !important;
        }

        .custom-column-position {
            transform: translate(40px, -10%) !important;
        }

        .custom-column-position-two {
            transform: translate(-40px, 20%) !important;
        }

        p.custom-director-txt {
            font-size: 8px;
            transform: translate(-35%, -10%) !important;
        }

        #hero.custom-aboutus-container {
            height: 200px !important;
        }
    }

    @media only screen and (min-width: 426px) and (max-width: 576px) {
        #hero.custom-aboutus-container {
            height: 250px !important;
        }
    }

    @media only screen and (min-width: 577px) and (max-width: 768px) {
        #hero.custom-aboutus-container {
            height: 370px !important;
        }

        .hero-heading {
            transform: translate(-50%, -70%) !important;
            font-size: 21px !important;
        }
    }


    .icon-box {
        position: relative;
        display: block;
        text-align: center;
        padding: 20px 20px;
        transition: all .2s linear;
        border-radius: 20px;
        height: 100%
    }

        .icon-box .link-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            color: #d2e4ff;
            opacity: 0;
        }

        .icon-box:hover .link-icon {
            opacity: 1;
        }

        .icon-box.no-link:hover .link-icon {
            opacity: 0;
        }

        .icon-box .icon {
            margin-bottom: 1.5rem;
        }

            .icon-box .icon > img {
                object-fit: contain;
            }

        .icon-box .descr {
            font-size: .8rem;
        }

        .icon-box .title {
            margin: 10px 0px;
            font-weight: 600;
        }

            .icon-box .title small {
                font-size: .8rem;
                font-style: italic;
            }

        .icon-box:hover {
            box-shadow: 0px 16px 35px 0px rgb(0 0 0 / 5%);
            background: var(--clr-c);
        }

    .faq-sec {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }

        .faq-sec .card-header {
            border: 0 !important;
        }

            .faq-sec .card-header a {
                font-size: 0.9rem;
                color: var(--clr-a) !important;
                font-weight: 500;
            }

                .faq-sec .card-header a.collapsed {
                    color: var(--clr-b) !important;
                }

                .faq-sec .card-header a:hover {
                    color: var(--clr-a) !important;
                }

                .faq-sec .card-header a.collapsed .fa-minus {
                    display: none;
                }

                .faq-sec .card-header a.collapsed .fa-plus {
                    display: block;
                }

                .faq-sec .card-header a:not(.collapsed) .fa-plus {
                    display: none !important;
                }

                .faq-sec .card-header a:not(.collapsed) .fa-minus {
                    display: block;
                }

        .faq-sec .card-body {
            font-size: .8rem;
        }

    .fa, .fas {
        font-family: "Font Awesome 5 Pro" !important;
        font-weight: 900;
    }


    .key-features .point-card[card-num="1"]::before {
        background-image: url('../images/Scheduling and booking services.svg');
    }

    .key-features .point-card[card-num="2"]::before {
        background-image: url('../images/Location tracking.svg');
    }

    .key-features .point-card[card-num="3"]::before {
        background-image: url('../images/Advanced analytics and reporting.svg');
    }

    .key-features .point-card[card-num="4"]::before {
        background-image: url('../images/Artificial Intelligence.svg');
    }

    .key-features .point-card[card-num="5"]::before {
        background-image: url('../images/Chatbots.svg');
    }

    .key-features .point-card[card-num="6"]::before {
        background-image: url('../images/Performance tracking.svg');
    }

    .key-features .point-card {
        min-height: 120px;
    }

    .design-technologies .point-card::before {
        border-radius: 0px;
        background-size: 55px 50px;
    }

    .design-technologies .point-card[card-num="1"]::before {
        background-image: url('../images/wireframe-creation.svg');
    }

    .design-technologies .point-card[card-num="2"]::before {
        background-image: url('../images/prototyping.svg');
    }

    .design-technologies .point-card[card-num="3"]::before {
        background-image: url('../images/updates.svg');
    }

    .fa-classic, .fa-regular, .fa-solid, .far, .fas {
        font-family: "Font Awesome 6 Free" !important;
    }



    .personalized-web-services {
        padding: 3rem 0rem 3rem;
    }

        .personalized-web-services .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
            box-shadow: none;
        }

        .personalized-web-services .icon {
            height: 100px;
        }

            .personalized-web-services .icon > img {
                height: 100%;
            }

    .trust-us {
        padding: 2rem 0 0rem;
    }

    .card.card-4 {
        border-radius: 20px !important;
        height: 100% !important;
    }

    .card-4 .card-header {
        border-radius: 20px;
    }

    .card-4 .descr {
        font-size: 0.8rem;
    }

    .card-4 .img-box {
        width: 50px;
    }

    /*.why-vuejs {
    padding-bottom: 2rem;
}*/

    /*.why-pwa {
    padding-top: 3rem;
}*/

    /*.hire-mean {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}*/

    /*.hire-mean2 {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}*/

    .personalized-vuejs-services .icon-box {
        border: 1px solid #ebebeb;
        height: 100%;
    }

        .personalized-vuejs-services .icon-box .icon {
            width: 100px;
            height: 100px;
            margin: auto;
        }

    .personalized-nodejs-services {
        padding-top: 3rem;
    }

        /*.personalized-maui-services {
    padding: 5rem 0rem;
}*/

        .personalized-nodejs-services .icon-box {
            border: 1px solid #ebebeb;
            height: 100%;
        }

            .personalized-nodejs-services .icon-box .icon {
                width: 100px;
                height: 100px;
                margin: auto;
            }

    /*.personalized-cloud-services {
    padding: 5rem 0;
}*/

    .personalized-maui-services .icon-box .icon {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .personalized-cloud-services .icon-box {
        border: 1px solid #ebebeb;
        height: 100%;
    }

        .personalized-cloud-services .icon-box .icon {
            width: 100px;
            height: 100px;
            margin: auto;
        }

    .personalized-cloud-services {
        /*border: 1px solid #ebebeb;*/
        height: 100%;
    }

    .use-case {
        padding-bottom: 3rem;
    }

    /*.start-today {
    padding: 5rem 0rem;
}*/

    .health {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .healthcareImg {
        width: 600px;
    }

    .start-today .point-card[card-num="1"]::before {
        background-image: url('../images/business-centric.svg');
    }

    .start-today .point-card[card-num="2"]::before {
        background-image: url('../images/break-down-app.svg');
    }

    .start-today .point-card[card-num="3"]::before {
        background-image: url('../images/architecture-layer.svg');
    }

    .start-today .point-card[card-num="4"]::before {
        background-image: url('../images/API Development.svg');
    }

    .start-today .point-card[card-num="5"]::before {
        background-image: url('../images/deploy.svg');
    }

    .start-today .point-card[card-num="6"]::before {
        background-image: url('../images/testing-1.svg');
    }

    .hiring-section {
        padding: 3rem 0 4rem;
    }

    .why-cloud-services {
        padding: 3rem 0 0rem;
    }

        .why-cloud-services .point-card[card-num="1"]::before {
            background-image: url('../images/expertise.svg');
        }

        .why-cloud-services .point-card[card-num="2"]::before {
            background-image: url('../images/customization.svg');
        }

        .why-cloud-services .point-card[card-num="3"]::before {
            background-image: url('../images/reliability-testing.svg');
        }

        .why-cloud-services .point-card[card-num="4"]::before {
            background-image: url('../images/secure.svg');
        }


    .report-tech .point-card[card-num="1"]::before {
        background-image: url('../images/powerbi.svg');
    }

    .report-tech .point-card[card-num="2"]::before {
        background-image: url('../images/tableau.svg');
    }

    .report-tech .point-card[card-num="3"]::before {
        background-image: url('../images/bold-reports.svg');
    }

    .report-tech .point-card[card-num="4"]::before {
        background-image: url('../images/telerik.svg');
    }

    .report-tech .point-card[card-num="5"]::before {
        background-image: url('../images/datapine.svg');
    }

    .report-tech .point-card[card-num="6"]::before {
        background-image: url('../images/devExpress.svg');
    }

    .report-tech .point-card[card-num="7"]::before {
        background-image: url('../images/microsoft-sql-server.svg');
    }

    .report-tech .point-card[card-num="8"]::before {
        background-image: url('../images/crystalReports.svg');
    }

    .report-tech .point-card[card-num="9"]::before {
        background-image: url('../images/jasperReports.svg');
    }

    .report-tech .point-card[card-num="10"]::before {
        background-image: url('../images/googleCharts.png');
    }

    .report-tech .point-card[card-num="11"]::before {
        background-image: url('../images/highcharts.svg');
    }

    .report-tech .point-card[card-num="12"]::before {
        background-image: url('../images/dundas.png');
    }

    .report-tech .point-card[card-num="13"]::before {
        background-image: url('../images/D3.png');
    }

    .report-tech .point-card[card-num="14"]::before {
        background-image: url('../images/syncfussion.png');
    }

    .report-tech .point-card[card-num="15"]::before {
        background-image: url('../images/primeng-logo.webp');
    }

    .report-tech .point-card[card-num="16"]::before {
        background-image: url('../images/chart.js.svg');
    }

    .report-tech .point-card[card-num="17"]::before {
        background-image: url('../images/echarts.png');
    }


    .feature-nodejs .point-card[card-num="1"]::before {
        background-image: url('../images/web-app.svg');
    }

    .feature-nodejs .point-card[card-num="2"]::before {
        background-image: url('../images/api-integration.svg');
    }

    .feature-nodejs .point-card[card-num="3"]::before {
        background-image: url('../images/consulting.svg');
    }

    .feature-nodejs .point-card[card-num="4"]::before {
        background-image: url('../images/migration.svg');
    }

    .feature-nodejs .point-card[card-num="5"]::before {
        background-image: url('../images/hire.svg');
    }

    .feature-nodejs .point-card[card-num="6"]::before {
        background-image: url('../images/plugin-1.svg');
    }

    .features-of-edTech .point-card[card-num="1"]::before {
        background-image: url('../images/agile-icon.svg');
    }

    .features-of-edTech .point-card[card-num="2"]::before {
        background-image: url('../images/team-conection.svg');
    }

    .features-of-edTech .point-card[card-num="3"]::before {
        background-image: url('../images/secure.svg');
    }

    .features-of-edTech .point-card[card-num="4"]::before {
        background-image: url('../images/diverse.svg');
    }

    .why-erp .point-card[card-num="1"]::before {
        background-image: url('../images/customization.svg');
    }

    .why-erp .point-card[card-num="2"]::before {
        background-image: url('../images/efficiency-productivity.svg');
    }

    .why-erp .point-card[card-num="3"]::before {
        background-image: url('../images/secure.svg');
    }

    .why-erp .point-card[card-num="4"]::before {
        background-image: url('../images/scalability.svg');
    }

    .why-erp .point-card[card-num="5"]::before {
        background-image: url('../images/integ-dev.svg');
    }

    .why-erp .point-card[card-num="6"]::before {
        background-image: url('../images/start-team.svg');
    }

    .feature-testing .point-card::before {
        border-radius: 0px;
        height: 100px;
        width: 100px;
        background-size: 90px;
    }

    .feature-testing .point-card[card-num="1"]::before {
        background-image: url('../images/functional-testing.svg');
    }

    .feature-testing .point-card[card-num="2"]::before {
        background-image: url('../images/non-functional-testing.svg');
    }

    .feature-testing .icon-box {
        box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
        background: var(--clr-c);
    }

        .feature-testing .icon-box .icon {
            width: 100px;
            margin: auto;
        }


.txt {
    /* font-size: 0.9rem;*/
    /* color: #666;*/
    color: #686868;
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    letter-spacing: 1px;
}

    .title > ul > li {
        line-height: 20px;
    }




    .owl-carousel .owl-stage {
        display: flex;
        gap: 0.75rem;
        justify-content: center;
    }

        .owl-carousel .owl-stage .owl-item {
            margin: 0 !important;
        }


    .owl-nav .owl-prev {
        background: #fff;
        position: absolute;
        top: 45%;
        left: -5%;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-nav .owl-next {
        background: #fff;
        position: absolute;
        top: 45%;
        right: -5%;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-nav .owl-prev span,
        .owl-nav .owl-next span {
            display: none;
        }

        .owl-nav .owl-prev:focus,
        .owl-nav .owl-prev:focus-visible,
        .owl-nav .owl-next:focus,
        .owl-nav .owl-next:focus-visible {
            outline: none !important;
        }

        .owl-nav .owl-prev:after,
        .owl-nav .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-nav .owl-next:after {
            content: "\f105";
        }

    .dropdown:has(.dropdown-menu):hover > .dropdown-menu {
        display: block;
        /*padding: 1rem 0.5rem;*/
        padding: 1rem 1rem;
        border-radius: 10px;
        border-bottom: 2px solid #33c6e5 !important;
    }

    .dropdown-menu .dropdown-item {
        /* padding: 0.5rem 1.5rem !important;*/
        padding: 4px 8px !important;
        align-items: center;
    }

        /*.dropdown-menu .dropdown-item:hover {
        color: #fff;
        background-color: #33c6e5;
        border-radius: 4px;
    }*/
        .dropdown-menu .dropdown-item:hover {
            color: #000000;
            background-color: #c6f5ff;
            border-radius: 4px;
        }

    .dropdown:has(.dropdown-menu):hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }


    .test-stack-services, .testing-lifecycle {
        padding: 3rem 0rem 0rem;
    }

        .testing-lifecycle .img-box {
            max-width: 950px;
            margin: 0 auto;
        }

        .test-stack-services .img-box {
            /*width: 100%;*/
            height: 150px;
            width: 150px;
            min-width: 150px;
            min-height: 150px;
            display: flex;
            align-items: center;
            padding: 0.5rem;
            box-shadow: 0 0 20px 0px rgba(0,0,0,0.08);
        }

            .test-stack-services .img-box img {
                width: 100%;
            }

        /*.test-stack-services .img-box .icon-img {
            width: 80px;
        }*/

        .test-stack-services .fix-height {
            margin: auto;
            /*height: 400px;*/
            display: flex;
            flex-direction: column;
            justify-content: end;
        }

            .test-stack-services .fix-height p {
                margin: 0.5rem 0 2rem 0;
            }

    .hiring-section .container-fluid {
        background-image: url(../images/connect-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
    }

    .hiring-section .hiring-heading {
        font-size: 2rem;
        font-weight: bold;
    }


    /*.cloud-launch-feature {
    padding: 5rem 0rem;
}*/

    .cloud-offerings {
        padding: 3rem 0;
    }

    /*.card.flex-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.flex-card .card-header {
    width: 50px;
}

.flex-card .card-title {
    text-align: center;
}

.flex-card .img-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    opacity: 0.6;
}*/
    .csharp-expertise {
        padding: 40px 0 0 !important;
    }

    .new-card {
        margin-bottom: 2rem;
        position: relative;
    }

        .new-card .blue-txt {
            color: #4bbfe8;
        }

        .new-card .green-text {
            color: #73f979;
        }

        .new-card .yellow-text {
            color: #f2dd61;
        }

        .new-card .purple-text {
            color: #ac6cff;
        }

        .new-card .orange-text {
            color: #ea8e61;
        }

        .new-card .card-title {
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .new-card .card-body {
            position: relative;
            z-index: 2;
        }

        .new-card .img-box {
            width: 100px;
            position: absolute;
            top: 0;
            right: 0;
            left: 35%;
            z-index: 1;
            bottom: 0;
            display: flex;
            align-items: center;
            opacity: 0.3;
        }

    /*.vision-card, .mission-card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vision-card .card-header, .mission-card .card-header {
    width: 50px;
    background-color: #cfcfcf;
    font-size:5rem !important;
}

.vision-card .sec-heading, .mission-card .sec-heading{
    font-size:1rem !important;
    text-orientation:upright;
}



.leader-sec {
    padding: 0 0 150px 0;
}
*/


    @media (max-width:425px) {
        .healthcareImg {
            width: 280px !important;
        }

        .cloud-hero-container {
            height: 200px !important;
        }

        .hero-container.sub-pg .img-bx, .hero-container.sub-pg .img-bx img {
            height: unset !important;
        }

        .pwa-hero-container {
            height: unset !important;
        }

            .pwa-hero-container img {
                height: 200px !important;
            }

        .reporting-hero-img img {
            height: unset !important;
        }

        .reporting-hero-img {
            height: 300px !important;
        }

        .testing-hero-container {
            height: 200px !important;
        }

        .arcitecture-hero-container {
            height: 250px !important;
        }

            .arcitecture-hero-container img {
                height: unset !important;
            }

        .abp-hero-container {
            height: 170px !important;
        }

            .abp-hero-container img {
                height: 200px !important;
            }

        .feature-mean-mern .point-card::before {
            width: 300px;
        }

        .healthCare-hero-container, .marketplace-hero-container {
            height: unset !important;
        }

        .compliance-hero-container, .compliance-hero-container img {
            height: unset !important;
        }

        .logistics-hero-container {
            height: unset !important;
        }

        .erp-hero-container {
            height: 200px !important;
        }

        .edTech-hero-container {
            height: 200px !important;
        }

        .automotive-hero-container, .career-hero-container {
            height: 250px !important;
        }

        .sprots-hero-conatiner, .sprots-hero-conatiner img {
            height: unset !important;
        }

        .career-hero-container {
            height: 250px !important;
        }
    }

    @media (max-width:768px) {

        .sec-heading > .sub-heading {
            padding-left: unset !important;
            padding-right: unset !important;
        }

        .hiring-section h5 {
            font-size: 1.25rem !important;
        }

        .feature-blazor {
            padding: 0 0 25px !important;
        }

        .services-pgsec {
            padding: unset;
        }

        .seek-innov-sec {
            padding: unset;
        }

        .personalized-blazor-services {
            padding: 3rem 0px 3rem;
        }

        .faq-sec {
            padding-top: 3rem;
            padding-bottom: 5rem;
        }

        .sec-padding-b {
            padding-bottom: 1rem;
        }

        .personalized-web-services {
            padding: 75px 0px 100px;
        }

        /*  .about-desc-sec {
        padding: 0px 5% 50px;
    }*/

        .agile-sec {
            padding: 0px 4% 70px;
        }

        .portfolio {
            padding-top: 20px !important;
        }

        .interview-sec {
            padding-top: 54px;
            margin-bottom: 13px;
        }

        .contact-sec {
            padding: 0px 0px 60px;
        }

        .contact-page .contact-sec {
            padding: 36px 0px 60px;
        }

        .personalized-blazor-services .icon {
            height: 70px;
        }

        .test-stack-services, .testing-lifecycle {
            padding-bottom: 0;
        }

        .healthcareImg {
            width: 430px;
        }
    }

    @media (max-width: 1200px) {
        #hero {
            padding: 60px 5% 50px;
        }

        .why-cloud-services {
            padding: 0;
        }

        .personalized-cloud-services {
            padding: 3rem 0;
        }

        .cloud-launch-feature {
            padding: 2rem 0rem;
        }

        .sec-padding-t {
            padding-top: 2rem;
        }

        .personalized-blazor-services {
            padding: 3rem 0px 3rem;
        }

        #keyFeatures {
            padding-bottom: 0;
        }

        .hiring-section {
            padding: 0rem 0px 57px;
        }

        .navbar-collapse {
            background: white;
            text-align: center;
        }

        .navbarextra .nav-link.active, .navbarextra .nav-link:hover {
            border-bottom: 0;
        }

        .feature-blazor {
            padding: 0 0 50px;
        }
    }

    .sub-heading li {
        font-size: 14px;
    }

    .disabled-nav {
        pointer-events: none;
        background-color: #ccd2db;
        border-radius: 4px;
    }






    .sun {
        position: absolute;
        top: -5px;
        right: 10px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background: #ff8;
        visibility: hidden;
        box-shadow: 0 0 3px 0 #ff8, 0 0 6px 0 #ff8, 0 0 12px 0 #ff8, 0 0 25px 0 #ff8, 0 0 50px 0 #ff8, 0 0 100px 0 #ff8, 0 0 200px 0 #ff8;
    }

    .moon {
        position: absolute;
        top: 50px;
        left: 300px;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background: #eee;
        visibility: hidden;
        box-shadow: 0 0 3px 0 #eee, 0 0 6px 0 #eee, 0 0 12px 0 #eee, 0 0 24px 0 #eee;
    }

    .globe {
        top: -31px;
        left: 22%;
        width: 330px;
        height: 330px;
        overflow: hidden;
        border-radius: 200px;
        /* transform: rotate(23.4deg); */
    }

        .globe:before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .beacon {
        position: absolute;
        z-index: 2;
        display: block;
        width: 14px;
        height: 15px;
        border-radius: 100px;
        background: #3999aff2;
        color: #3999af;
        text-decoration: none;
        transition-duration: 1s;
        box-shadow: 1px 1px 16px 10px #3b9ab0;
        /* Override anchor defaults */
    }


        .beacon:before {
            content: "";
            position: absolute;
            z-index: 3;
            top: -39px;
            left: -39px;
            width: 90px;
            height: 90px;
            border-radius: 100px;
            border: 3px solid #3999af;
            animation: signal 2s infinite ease-out;
        }
        /* Make the location easy to click by expanding the clickable area from 4px to 20px and space for the text on :hover. */
        .beacon:after {
            content: "";
            position: absolute;
            z-index: 4;
            top: 900px;
            left: 600px;
            width: 20px;
            height: 20px;
            text-indent: 25px;
            line-height: 20px;
        }

        .beacon:hover:after,
        .beacon:focus:after {
            content: attr(data-location);
        }

    @keyframes signal {
        0% {
            transform: scale(0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1);
            opacity: 0;
        }
    }

    [data-location=Hawaii] {
        top: 175px;
        left: 568px;
    }

    [data-location=Tonga] {
        top: 125px;
        left: 170px;
    }

    [data-location=Madagascar] {
        top: 297px;
        left: 333px;
    }

    [data-location=Cyprus] {
        display: none;
        top: 221px;
        left: 99px;
    }

    [data-location=Dominican-Republic] {
        top: 122px;
        left: 575px;
    }

    [data-location=India] {
        top: 200px;
        left: 235px;
    }

    [data-location=UK] {
        top: 140px;
        left: 90px;
    }

    [data-location=Dubai] {
        top: 210px;
        left: 180px;
    }

    [data-location=Nz] {
        top: 330px;
        left: 410px;
    }

    [data-location=Germany] {
        top: 150px;
        left: 120px;
    }
    /*[data-location=France] {
    top: 122px;
    left: 575px;
}*/
    [data-location=Honkong] {
        top: 230px;
        left: 320px;
    }

    [data-location=Slovakia] {
        top: 175px;
        left: 150px;
    }



    .surface {
        position: relative;
        width: 800px;
        height: 400px;
        margin-left: -400px;
        line-height: 0;
        background-image: url('../images/world-map-image.png');
        animation: axis 60s infinite linear;
    }

    @keyframes axis {
        0% {
            margin-left: -400px;
        }

        50% {
            margin-left: 0px;
        }

        100% {
            margin-left: -400px;
        }
    }

    @media screen and (min-width:568px) {
        .Testimonials .carousel-item p {
            min-height: 60px;
        }
    }


    .Testimonials .carousel-item p {
        max-width: 900px;
    }

    @media screen and (max-width:529px) {
        .country-img {
            padding-left: 10%;
        }
    }
    /*hero-img-css-of all-pages*/
    .hero-container.sub-pg .img-bx {
        height: 455px;
        max-height: 527px;
        width: 100%;
        max-width: 530px
    }

        .hero-container.sub-pg .img-bx img {
            height: 467px;
            max-height: 527px;
            width: 100%;
        }

    .testing-hero-container {
        height: 390px;
        max-height: 527px;
        width: 100%;
        max-width: 530px;
    }

        .testing-hero-container img {
            max-height: 527px;
            width: 100%;
        }

    .reporting-hero-img {
        height: 416px;
        max-height: 526px;
        width: 100%;
    }

        .reporting-hero-img img {
            height: 448px;
            width: 100%;
        }

    .cloud-hero-container {
        height: 416px;
    }

        .cloud-hero-container img {
            max-height: 527px;
            width: 100%;
        }

    .arcitecture-hero-container {
        height: 467px;
    }

        .arcitecture-hero-container img {
            height: 470px;
        }

    .pwa-hero-container {
        height: 455px;
        max-height: 527px;
        width: 100%;
    }

        .pwa-hero-container img {
            height: 371px;
            max-height: 527px;
            width: 100%;
        }

    .abp-hero-container {
        height: 418px;
        max-height: 527px;
        width: 100%;
        max-width: 530px;
    }

        .abp-hero-container img {
            height: 283px;
            max-height: 527px;
            width: 100%;
        }

    .healthCare-hero-container {
        height: 455px;
        max-height: 527px;
        width: 100%;
    }

    .marketplace-hero-container {
        height: 455px;
        max-height: 527px;
        width: 100%;
        /* max-width: 530px; */
    }

    .compliance-hero-container {
        height: 455px;
        max-height: 527px;
        width: 100%;
    }

        .compliance-hero-container img {
            height: 486px;
        }

    .logistics-hero-container {
        height: 431px;
        width: 100%;
    }

    .edTech-hero-container {
        height: 412px;
        max-height: 516px;
        width: 100%;
        max-width: 690px;
    }

    edTech-hero-container img {
        max-height: 465px;
        width: 100%;
    }

    .automotive-hero-container {
        height: 455px;
        max-height: 527px;
        width: 100%;
    }

    .erp-hero-container {
        height: 425px;
    }

    .sprots-hero-conatiner {
        height: 455px;
        max-height: 527px;
        width: 100%;
    }

        .sprots-hero-conatiner img {
            height: 558px;
        }

    .about-hero-container {
        max-height: 527px;
        width: 100%;
    }
        /*.about-hero-container img {
        max-height: 413px;
        width: 100%;
    }*/
        .about-hero-container img {
            max-height: 750px;
            width: 100%;
        }

    .portfolio-hero-container {
        max-width: 730px;
    }

    .career-hero-container {
        height: 452px;
        max-height: 536px;
        width: 100%;
        max-width: 800px;
    }

        .career-hero-container img {
            max-height: 484px;
        }
    /*UAE-Page-DesignCSS*/
    .dubai-building img {
        clip-path: polygon(100% 0, 105% 27%, 102% 97%, 86% 88%, 20% 106%, 0 47%, 0 0);
    }

    .UAE-content p {
        padding-top: 10px;
        font-size: 0.8rem;
    }

    .UAE-latest-technology .UEA[card-num="1"]::before {
        background-image: url('../images/micro-stack.png');
    }

    .UAE-latest-technology .UEA[card-num="2"]::before {
        background-image: url('../images/design.png');
    }

    .UAE-latest-technology .UEA[card-num="3"]::before {
        background-image: url('../images/web-frontend.png');
    }

    .UAE-latest-technology .UEA[card-num="4"]::before {
        background-image: url('../images/database.png');
    }

    .UAE-latest-technology .UEA[card-num="5"]::before {
        background-image: url('../images/dev.png');
    }

    .UAE-latest-technology .UEA[card-num="6"]::before {
        background-image: url('../images/quality.png');
    }

    .UAE-latest-technology .UEA[card-num="7"]::before {
        background-image: url('../images/cloud.png');
    }

    .UAE-latest-technology .UEA[card-num="8"]::before {
        background-image: url('../images/mobile-stack.png');
    }

    .UAE-latest-technology .UEA[card-num="9"]::before {
        background-image: url('../images/arc.png');
    }

    .tech-icons {
        width: 50px;
    }

    .tech-content p {
        font-size: 0.8rem;
        line-height: 24px;
        color: #333333;
    }

    .tech-content {
        border: 1px solid #e7e7e7;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .hero3 {
        overflow: hidden;
        padding: 172px 5% 30px;
        background: url(../images/build.svg);
        background-repeat: no-repeat;
        background-position: top right;
        height: 100vh;
        background-size: contain;
        /* width: 100%; */
        height: 773px;
    }
    /*web-app-development*/
    .hero4 {
        overflow: hidden;
        padding: 172px 5% 30px;
        background: url(../images/dd.png);
        background-repeat: no-repeat;
        background-position: top right;
        height: 100vh;
        background-size: contain;
        /* width: 100%; */
        height: 773px;
    }

    .offer-web-development {
        overflow: hidden;
        padding: 172px 5% 30px;
        background: url(../images/bg-s2g.svg);
        background-repeat: no-repeat;
        background-position: center;
        /*  height: 100vh;*/
        background-size: contain;
        /* width: 100%; */
        /* height: 773px;*/
        position: absolute;
        transform: translate(10px, 10px);
        top: 20%;
    }
}



/*saudi-Page-DesignCSS*/
.saudi-heroimg {
    height: 455px;
    max-height: 527px;
    width: 100%;
    max-width: 530px;
    position: relative;
}

    .saudi-heroimg img {
        height: 481px;
        max-height: 527px;
        width: 100%;
        position: absolute;
        right: 179px;
    }

.saudi-software .point-card[card-num="1"]::before {
    background-image: url('../images/microsoft.png');
}

.saudi-software .point-card[card-num="2"]::before {
    background-image: url('../images/frontend.png');
}

.saudi-software .point-card[card-num="3"]::before {
    background-image: url('../images/frontend.png');
}

.saudi-software .point-card[card-num="4"]::before { 
    background-image: url('../images/data.png');
}

.saudi-software .point-card[card-num="5"]::before {
    background-image: url('../images/ss.png');
}

.saudi-software .point-card[card-num="6"]::before {
    background-image: url('../images/quality.png');
}

.saudi-software .point-card[card-num="7"]::before {
    background-image: url('../images/saudi-cloud.png');
}

.saudi-software .point-card[card-num="8"]::before {
    background-image: url('../images/saudi-mobile.png');
}



@media screen and (max-width:1024px) {
    .hero-container.sub-pg .img-bx img {
        height: unset !important;
    }
}
@media screen and (min-width:1024px) {
    p.custom-contact-text {
        font-size: 20px !important;
    }
}
@media screen and (min-width:1280px) {
    p.custom-contact-text {
        font-size: 17px !important;
    }
    #hero.custom-aboutus-container {
       max-height:720px !important;
    }
 }
@media screen and (min-width:1549px) and (max-width:1560px) {
    .btnlink {
        padding:10px 10px;
    }
}



    @media screen and (min-width:1200px) and (max-width:1439px) {
        /* .dropdown:has(.dropdown-menu):hover > .dropdown-menu {
        transform: scale(0.90) translate(-30%, -6%) !important;
    }*/
        ul.shadow.dropdown-menu.border-0.m-0.custom-menu-scale {
            transform: scale(0.90) translate(-30%, -40px);
        }

        .hero-heading {
            font-size: 36px !important;
        }

        .mission-area {
            width: 130px !important;
            left: -34px !important;
            transform: translateY(125px) !important;
        }

        .vision-area {
            width: 130px !important;
            left: 0px !important;
            transform: translateY(125px) !important;
        }

        .custom-integrity-column {
            min-height: 155px !important;
        }

        .custom-booking-btn {
            width: 60% !important;
        }

        .custom-column-hide {
            margin: 40px auto !important;
        }
        .custom-column-position-two {
            transform: translate(-110px, 15%) !important;
        }
        .custom-column-position {
            transform: translate(110px, -15%) !important;
        }
    }

    @media screen and (min-width:1440px) and (max-width:1549px) {
        ul.shadow.dropdown-menu.border-0.m-0.custom-menu-scale {
            transform: scale(1) translate(-11%, 0%);
        }
    }

@media screen and (min-width:1600px) and (max-width:1860px) {
    ul.shadow.dropdown-menu.border-0.m-0.custom-menu-scale {
        transform: scale(1) translate(-11%, 0%);
    }
   
}

@media screen and (min-width:520px) and (max-width:767px) {
    img.achievements-cards-img {
        width: 45% !important;
    }
}
@media screen and (min-width:1200px) and (max-width:1279px) {
    .card-title.custom-cardtitle-font {
        font-size: 20px !important;
    }
    .card-text.custom-cardtext-font {
        font-size: 14px !important;
    }
   
}
@media screen and (min-width:1280px) and (max-width:1340px) {
    .card-title.custom-cardtitle-font {
        font-size: 23px !important;
    }
    .card-text.custom-cardtext-font {
        font-size: 15px !important;
    }
    img.achievements-cards-img {
        width: 70% !important;
    }
}



    @media screen and (min-width:1290px) and (max-width:1445px) {
        .card-title.custom-cardtitle-font {
            font-size: 22px !important;
        }

        .card-text.custom-cardtext-font {
            font-size: 16px !important;
        }
    }

    @media screen and (max-width:1440px) {
        .saudi-heroimg img {
            position: unset;
        }
    }



    .accordianNav ul {
        display: block;
        text-align: justify;
    }
    /*  this width is arbitrary and here for display only */


}

.accordianNav a,
.accordianNav h3 {
    display: block;
    line-height: 2.5em;
    color: #757575;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding-left: 1em;
    font-size: 1em;
    font-weight: 100;
}

.accordianNav a {
    text-decoration: none;
    padding-left: 0;
}





/* Background hover animation. */

.accordianNav h3:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #444;
    background: rgba(244, 244, 244, .3);
    transition: all 0.3s ease-out;
}

.accordianNav h3:hover:before,
.accordianNav .dropArrow.active:before {
    width: 2%;
}

.accordianNav .dropArrow span {
    z-index: 2;
    position: relative;
}

.accordianNav .dropArrow:after {
    content: "\f067";
    width: 6px;
    height: 6px;
    /*border-bottom: 2px solid #757575;
     border-right: 2px solid #757575;*/
    float: right;
    position: relative;
    top: 12px;
    right: 25px;
    transform: rotate(45deg);
    transform-origin: center;
}

.accordianNav .dropArrow.active {
    color: black
}

    .accordianNav .dropArrow.active:after {
        transform: rotate(-135deg);
        border-color: #464646;
    }





/* +Hover and Touch effect */

.accordianNav a:hover,
.accordianNav a:active,
.accordianNav h3:hover,
.accordianNav h3:active,
.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
    color: black;
    border-color: black;
    -webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
    transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
    list-style-type: none;
}

.accordianNav a {
    transform: translate(0px, 0px);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}


/*Drop links*/

.accordianNav ul ul li a {
    padding: 0 0 0 2.5em;
}


    /*hover effect on links*/

    .accordianNav ul ul li a:hover {
        transform: translate(8px, 0px);
    }


/*Hide and show the drops*/

.accordianNav ul ul {
    display: none;
}

.accordianNav li.active ul {
    display: block;
}

.plus-icon::before {
    content: "+";
    font-size: 24px;
    margin-right: 16px;
    font-weight: bold;
    color: #33c6e5;
}

a.navbarextra.custom-accordian-icon {
    flex-grow: 1;
}

.plus-icon {
    margin-left: auto;
}

hr {
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    border-width: 0.5px;
    background-color: #979797;
    border: none;
}

.plus-icon[aria-expanded="true"]::before {
    content: "-";
}

.custom-nav-scrollbar {
    overflow: scroll;
    max-height: 500px;
}

@media only screen and (min-width: 1199px) {
    #navbarNav.custom-nav-scrollbar {
        display: none !important;
    }
}

.portfolioHero-sub-txt {
    font-size: 18px;
    font-weight: 500;
    max-width: 500px;
    line-height: 30px;
    margin-bottom: 40px;
}

.desktop-frame {
    position: relative;
    position: relative;
}

.portfolio-gif-container {
    border-radius: 20px;
    border: 8px solid #95adc1;
}

.portfolio-gif {
    border-radius: 13px;
}

.portfolio-mobileGif-container {
    border-radius: 20px;
    border: 6px solid #8aa2b6;
    width: 125px;
    position: absolute;
    top: 140px;
    right: 0px;
    transform: translate(57px, 20px);
}

.portfolio-hero-conatiner {
    padding: 40px;
}

.text-conatiner {
    max-width: 700px;
}

/*.dropdown-item:hover .custom-nav-icon {
    filter: brightness(0) invert(1);*/ /* Changes the image color to white */
/*transition: filter 0.3s ease;*/ /* Smooth transition */
/*}*/
img.custom-nav-icon {
    width: 32px;
    max-width: 32px;
    height: 32px;
}

img.custom-nav-icons {
    width: 25px;
    max-width: 25px;
    height: 25px;
}

/*Bounce Effect */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.bounce-effect-icon {
    display: inline-block;
    animation: bounce 3s infinite;
}
/*Rotate Effect */
.rotate-effect {
    animation: rotateInfinite 10s linear infinite;
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*Pulse Effect */
.pulse-effect-icons {
    display: inline-block;
    transform: perspective(1000px);
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/*Wobble Effect */
.wobble-effect-icon {
    display: inline-block;
    animation: wobble 8s infinite ease-in-out;
}

@keyframes wobble {
    0% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-2px) rotate(-5deg);
    }

    30% {
        transform: translateX(10px) rotate(3deg);
    }

    45% {
        transform: translateX(-2px) rotate(-3deg);
    }

    60% {
        transform: translateX(10px) rotate(2deg);
    }

    75% {
        transform: translateX(-5px) rotate(-1deg);
    }

    100% {
        transform: translateX(0);
    }
}

/* Vibrate Effect */
@keyframes vibrate {
    0%,10%,20%,30%,40%,50%,60% {
        transform: translate(1px, 1px) rotate(0deg);
    }


    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


.vibrate-high {
    animation: vibrate 3s linear infinite;
}

.mega-menu-item-style {
    font-size: 14px;
    font-weight: 500;
}

.custom-line-height {
    line-height: 25px;
    color: #606060;
}

.custom-gap {
    gap: 7rem;
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .custom-gap {
        gap: 1.75rem !important;
    }
  
    .column-cus-height {
        max-height:175px !important;
        height:100%;
    }
}

a.custom-accordian-icon.custom-clr {
    /*color: #606060 !important;*/
    font-size: 14px !important;
    font-weight: 600 !important;
    align-items: baseline;
    padding: 6px 6px 6px 16px;
}

.plus-icon.custom-fw::before {
    content: "+";
    font-size: 24px;
    margin-right: 40px;
    font-weight: normal !important;
    color: #33c6e5;
}

.plus-icon.custom-fw[aria-expanded="true"]::before {
    content: "-";
}

@media only screen and (max-width: 768px) {
    img.custom-nav-icons {
        width: 22px !important;
        max-width: 25px;
        height: 22px !important;
    }

    .aboutus-container {
        margin-top: 0 !important;
    }

    .photobanner img {
        height: 100px !important;
        max-width: 170px !important;
    }

    .photobanner-left img {
        height: 100px !important;
        max-width: 170px !important;
    }
    p.custom-contact-text {
        font-size: 14px !important;
    }
}

.dropdown-item.active, .dropdown-item:active {
    color: #3a3a3a !important;
    text-decoration: none !important;
    background-color: #e1fbff !important;
}

/*Aboutus new page us css */
.aboutus-container {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
/*    margin-top: 5rem;*/
}

/*    .aboutus-container img {
        width: 100%;
        height: auto;
    }*/

#hero.custom-aboutus-container {
    position: relative;
    background: url("../images/aboutus-heroimg.png") no-repeat center center;
    background-size:cover;
    height: 100vh; /* Adjust as per requirement */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:5rem
}


.hero-heading {
    color: #fff; /* Text color */
    text-align: center;
    font-size: 2rem; /* Adjust font size as needed */
    margin: 0;
    padding: 0 20px; /* Add padding for smaller screens */
}




.hero-heading {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    font-size: 48px;
}

.custom-grow-btn {
    background-color: #ffff;
    color: #16AFF4;
}

.card.custom-review-card-one {
    background-color: #e4faff !important;
    border: 1px solid #43C5E5 !important;
    border-radius:10px !important;
    padding:2px;
    max-height:160px;
    height:100%;
}

.card.custom-review-card-two {
    background-color: #ffeeed !important;
    border: 1px solid #FF948C !important;
    border-radius: 10px !important;
    padding: 2px;
    max-height: 160px;
    height: 100%;
}

.card.custom-review-card-three {
    background-color: #f0ffee !important;
    border: 1px solid #14A800 !important;
    border-radius: 10px !important;
    padding: 2px;
    max-height: 160px;
    height: 100%;
}

.card.custom-review-card-four {
    background-color: #fffedd !important;
    border: 1px solid #FFF800 !important;
    border-radius: 10px !important;
    padding: 2px;
    max-height: 160px;
    height: 100%;
}
.card.custom-review-card-five {
    background-color: #edeafe !important;
    border: 1px solid #8471F3 !important;
    border-radius: 10px !important;
    padding: 2px;
    max-height: 160px;
    height: 100%;
}
.card-body.custom-trophy-img {
    background-image: url('../images/trophy-achieve.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    width: 200px;
    height: 120px;
}
img.custom-star-placement {
    transform: translate(-8%, -15%);
}

.custom-mission-bg {
    background-color: #d7f3fa !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
}

.custom-vision-bg {
    background-color: #aec8f0 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.mission-area {
    background-color: #43C5E5 !important;
    width: 100%;
    height: 110px;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    position: absolute; 
    top: 0; 
    transform: translateY(72%); 
}

.vision-area {
    background-color: #3F6193 !important;
    width: 100%;
    height: 110px;
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
    position: absolute;
    top: 0;
    transform: translateY(72%);
}

.custom-clumn-padding {
    padding: 5rem;
}

.custom-vision-container {
    border-radius: 10px !important;
}

.mission-area h5 {
    transform: translateY(40px);
}

.vision-area h5 {
    transform: translateY(40px);
}

.custom-integrity {
    color: #3E7FF0;
}

.custom-centricity {
    color: #BD7441;
}

.custom-accountability {
    color: #CF4A17;
}

.custom-learing {
    color: #3DACC6;
}

.custom-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .custom-icon-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .custom-icon-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("../images/list-before.png") no-repeat center center;
        background-size: contain;
        
    }

.profile-clr {
    color: #489FDF;
}

.custom-work-bg-img {
    background-image: url("../images/bg-work-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-work-bg-img .content {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 10px;
    }

.custom-integrity-column {
    min-height: 210px;
}



/*carousel left command right css*/
#container-photobanner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.photobanner {
    display: flex;
    width: max-content;
    animation: bannermove 40s linear infinite;
}

    .photobanner img {
        width: 100%;
        height: 220px;
        max-width: 350px;
        margin-right: 12px;
        object-fit: cover;
        border-radius: 10px;
    }

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}
#container-photobanner:hover .photobanner {
    animation-play-state: paused;
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

#container-photobanner-left {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.photobanner-left {
    display: flex;
    width: max-content;
    animation: bannermoveleft 40s linear infinite;
}

    .photobanner-left img {
        width: 100%;
        height: 220px;
        max-width: 350px;
        margin-right: 12px;
        object-fit: cover;
        border-radius: 10px;
    }

@keyframes bannermoveleft {
    0% {
        transform: translate(-50%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}
.start-icons-width {
    width:100%;
    max-width:150px;
}
#container-photobanner-left:hover .photobanner-left {
    animation-play-state: paused;
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}
.custom-dir-name {
    white-space: pre;
}

.custom-column-position {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translate(180px, -13%);
}

.custom-column-position-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: translate(-180px, 15%);
}

p.custom-director-txt {
    transform: translate(-70%, -10%);
}

p.custom-director-txt-one {
    transform: translate(100%, -10%);
}

a.see-more-txt {
    color: #46a1e7;
}
/*.current-section {
    background-color: #e7fbff;
}*/
.index-hero {
    position: relative;
}

/*.iso-stamp {
    position: absolute;
    bottom: 0px;
    left: 99px;
}*/

.iso-stamp {
    position: absolute;
    /* bottom: 0px; */
    left: 99px;
    transform: translate(-11px, 115px);
}
    .iso-stamp img {
        width: 130px;
        transform: rotate(343deg);
        opacity: 92%;
    }
/*    .iso-stamp img {
        width: 119px;
        transform: rotate(343deg);
        opacity: 92%;
    }*/
@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .iso-stamp {
        position: absolute;
        transform: translate(200px, -73px) !important;
    }
}
.txt.customportfolio-info {
    color:#ffff !important
}
}*/
.custom-text-color-achieve {
    color:#484848;
}