.slider-neon-text {
    color: #3ab54a !important;
    border-radius: 20px;
    padding: 2px;
    margin: 10px;
}

.footer__logo a img {
    width: 200px;
}

.phone {
    text-decoration: none;
    color: white !important;
}

.green {
    color: #18b04c !important;
}

.telecom {
    max-height: 500px;
    overflow-y: scroll !important;
}

.logo img {
    width: 200px;
}

.brand__single a {
    padding: 5px !important;
    border: 1px solid lightgrey !important;
    border-radius: 10px;
}

.brand__single a img {
    border-radius: 10px;
}

.bg-lightgrey {
    background-color: whitesmoke !important;
}

.bd {
    border: 1px dotted;
    padding: 20px;
    border-radius: 20px 30px 10px;
    color: #fff;
}

.head-icons img {
    width: 30px;
    margin-right: 10px;
}

.megamenu-1 {
    min-width: 45vw !important;
    height: 300px !important;
}

.megamenu-2 {
    min-width: 47vw !important;
    height: 360px !important;
    overflow: hidden !important;
}

.left-side {
    left: -150px !important;
}

@media (max-width: 480px) {
    .align-self-center{
        margin-top: 80px;
    }
    /* .bg-green-gradient {
        background: linear-gradient(
            135deg,
            #00467f 0%,
            #012b4d 50%,
            #a5cc82 100%
        );

    } */
    .bg-green-gradient{

        background: #162561;
        background-image: radial-gradient(
                circle at 20% 100%,
                rgb(184 184 184 / 0.1) 0%,
                rgb(184 184 184 / 0.1) 33%,
                rgb(96 96 96 / 0.1) 33%,
                rgb(96 96 96 / 0.1) 66%,
                rgb(7 7 7 / 0.1) 66%,
                rgb(7 7 7 / 0.1) 99%
            ),
            linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
    }

    .mob-img {
        width: 450px !important;
        margin-left: 20px !important;
        opacity: 0.8;
        border-radius: 10px;
        border-top-left-radius: 150px;
        margin-bottom: 20px;
    }

    .mt-xs-50 {
        margin-top: 50px;
    }

    .carousel-indicators {
        bottom: -25px;
    }

    .h-100vh {
        height: 95vh !important;
    }

    .mt-40-10 {
        margin-top: 10px !important;
    }

    .w-50 {
        width: 90%;
        margin: auto;
    }

    #rev_slider_3_1_wrapper {
        height: 250px !important;
    }

    .d-xs-none {
        display: none;
    }

    .w-md-80 {
        width: 100%;
    }

    .fw-900 {
        font-size: 42px !important;
    }

    .w-80p {
        width: 100% !important;
    }

    .w-70 {
        width: 100% !important;
    }

    .pb-60 {
        padding-bottom: 20px !important;
    }

    .pt-60 {
        padding-top: 20px !important;
    }

    .breadcrumb {
        padding: 20px 0px !important;
    }

    .c-blue {
        font-size: 25px !important;
    }

    .career-banner {
        padding: 55px 0 !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .m-auto {
        color: #fff;
        width: 40% !important;
        margin: auto !important;
    }

    .about-style-three-areaabout-solid-thumb {
        height: auto !important;
    }

    .laptop-contact {
        display: none;
    }

    .tx-border-text {
        margin-right: -130px !important;
    }
}

.red-gradient {
    background-image: -webkit-linear-gradient(1deg, #157e64 0%, #1e61f0 100%);
    background-clip: text;
    color: #fff0;
}

.green-gradient {
    background-image: -webkit-linear-gradient(1deg, #18b04c 0%, #009f9f 100%);
    background-clip: text;
    color: #fff0;
}

.w-60 {
    width: 55%;
}

.rd-10 {
    border-radius: 20px;
}

.h-50vh {
    height: 60vh;
}

.bg-orange {
    background-color: #f7917b;
}

.bg-yellow {
    background-color: #fbbb25;
}

.bg-lightblue {
    background-color: #20a74d;
}

.bg-deep-blue {
    background-color: #4385f5;
}

.bg-orange2 {
    background-color: #fd3d3d;
}

.bg-yellow2 {
    background-color: #b98408;
}

.bg-lightblue2 {
    background-color: #065e3c;
}

.bg-deep-blue2 {
    background-color: #ab79fa;
}

.card {
    position: relative;
}

.card-bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-bg {
    text-align: center;
}

.main-bg img {
    position: relative;
}

.num-cards {
    position: absolute;
    right: 30%;
}

.missison-outer {
    padding: 25px;
    background-color: #fff0;
    border-radius: 60px;
    position: relative;
}

.mission-card-overlay {
    position: absolute;
    bottom: 0;
    border: 3px solid #342a46;
    width: 100%;
    padding: 10px;
    height: 70%;
    right: 0;
    border-radius: 75px;
    z-index: -1;
}

.red-top {
    border-top: 20px solid #342a46;
}

.vision-card-overlay {
    position: absolute;
    top: 0;
    border: 3px solid #3ab54a;
    width: 100%;
    padding: 10px;
    height: 70%;
    right: 0;
    border-radius: 75px;
    z-index: -1;
}

.blue-top {
    border-top: 20px solid #3ab54a;
}

.value-card-overlay {
    position: absolute;
    bottom: 0;
    border: 3px solid #3269d5;
    width: 100%;
    padding: 10px;
    height: 70%;
    right: 0;
    border-radius: 75px;
    z-index: -1;
}

.yellow-top {
    border-top: 20px solid #3269d5;
}

.mission-card {
    padding: 40px;
    background-color: #fff;
    color: #000;
    text-align: center;
    z-index: 99;
    box-shadow: rgb(122 122 122 / 0.6) 2.4px 2.4px 3.2px;
    border-radius: 60px;
    height: 100%;
}

.justify {
    text-align: justify;
    padding-top: 20px;
}

.mission-card img {
    width: 70px;
}

.yellow-top h3 {
    margin-top: 10px;
    color: #3269d5;
}

.blue-top h3 {
    margin-top: 10px;
    color: #3ab54a;
}

.red-top h3 {
    margin-top: 10px;
    color: #342a46;
}

.cl-out {
    background-color: #fff;
    margin: 10px;
    padding: 5px;
    border-radius: 10px;
}

.cl-out img {
    border-radius: 10px;
}

.response-card {
    background: linear-gradient(to right, #c000a0, #0038e1);
    padding: 50px;
    border-radius: 20px;
}

.green-btn {
    background-color: #18b04c;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 700;
}

.rs-card-img img {
    border-radius: 20px;
    margin-top: 20px;
}

.cc img {
    height: 70vh;
}

.technology {
    justify-content: center;
}

.parent {
    position: relative;
}

.child {
    position: absolute;
    top: 30px;
    z-index: -1;
}

.child img {
    width: 100%;
}

.w-70 {
    width: 60%;
    justify-content: center;
}

.fw-900 {
    font-size: 60px;
}

.links a {
    color: #223176;
    font-size: 18px;
    font-weight: 600;
}

.w-80p {
    width: 80%;
}

.mr-2 {
    margin-right: 8px;
}

.bg-darkblue {
    background-color: #223176;
}

.bg-circle {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}

.bg-circle-brown {
    border: 1px solid #9e803b;
    padding: 10px;
    border-radius: 30px;
    background: #ecd59f;
}

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

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

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.keys-sec {
    background-color: #0c0c35;
}

.sld {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sld span {
    border: 1px solid rgb(68 68 253 / 0.315);
    background-color: rgb(68 68 253 / 0.315);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    box-shadow: 5px 5px 20px rgb(24 176 76 / 0.06),
        10px 10px 81px rgb(24 176 76 / 0.11);
}

.my-3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-abs {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.portfolio-img-sec {
    position: relative;
}

.about-style-three-areaabout-solid-thumb {
    width: 100%;
}

.about-style-three-areaabout-solid-thumb-2 {
    width: 100%;
}

.bg-white {
    background-color: white !important;
}

.bluebtn a {
    border: 2px solid #3b3bf8;
    border-radius: 10px;
    padding: 10px;
}

.unlist li {
    list-style-type: none;
}

.portfolio-img-sec {
    position: relative;
}

.industry-shape {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
}

.industry-post {
    position: absolute;
    bottom: 10px;
}

.for-desk-gocontest {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: -1;
}

.for-mob-gocontest {
    margin-top: 40vh;
}

.for-tab-gocontest {
    margin-top: 30vh;
}

.for-lap-gocontest {
    margin-top: 30vh;
}

.h-100 {
    height: 100% !important;
}

.quick-contact-area {
    background-color: #0a183f;
    padding-top: 100px;
}

.sub-heading-n {
    text-transform: uppercase;
    color: #0a183f;
    margin-left: 0;
    position: relative;
}

.form-bg-n h2 {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 10px;
}

.solution-area {
    background-image: url(../img/app/solution-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    z-index: -2;
    margin-bottom: 100px;
    padding-bottom: 20px;
}

.z-indexx-999 {
    z-index: 999 !important;
}

.bg-whitesm {
    background-color: #fcfcfc;
}

.foot-item-text {
    color: white !important;
}

.mb-70 {
    margin-bottom: 70px;
}

.shadow.dark:after {
    background: #091d3e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.shadow.dark {
    position: relative;
    z-index: 1;
}

.portfolio-banner {
    padding: 150px 20px 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shadow {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.text-light {
    color: var(--white);
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.product-banner-content h1 {
    font-size: 30px;
}

.port-banner-content h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    color: var(--white);
}

.port-banner-content p {
    margin-top: 20px;
}

.product-banner-img {
    max-width: 495px;
    margin: auto;
}

.ecommerce-sec {
    background-image: url(../img/bg/ecommerce-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
    .career-banner-content h1 {
        color: #00507a;
        font: normal normal 35px / 48px arial !important;
    }

    .about-style-one-box {
        position: relative;
    }
}

.info p {
    color: #5e6e7e !important;
}

@media only screen and (max-width: 767px) {
    .ecommerce-sec {
        padding: 0 !important;
    }

    .default-padding-top {
        padding-top: 50px !important;
    }

    .port-banner-content h1 strong {
        font-size: 45px !important;
        line-height: 54px !important;
    }

    .portfolio-banner {
        padding: 10px 20px 50px 0 !important;
    }

    .work-life-content-main .work-life-content:after {
        position: absolute !important;
        content: "";
        width: 80% !important;
        height: 2px !important;
        background: var(--pink) !important;
        left: 0px !important;
        right: 0px !important;
        bottom: -37px !important;
        opacity: 0.28 !important;
        margin: auto !important;
    }

    .work-life-content h1 {
        letter-spacing: 0px !important;
        color: #3a3737 !important;
        font-weight: 600 !important;
        margin-bottom: 7px !important;
    }

    .work-life-content {
        text-align: center !important;
    }

    .cab-booking {
        position: relative;
        margin-top: 0px !important;
    }

    .contact-sec-head {
        width: 100% !important;
        margin: auto;
    }

    .cab-booking .cab-content h1 {
        font-size: 26px !important;
        font-weight: 600 !important;
        color: #fff;
    }

    .cab-icon img {
        width: 40px !important;
    }

    .cab-icon-sec {
        margin-top: 30px !important;
    }

    .circle-shape-m {
        width: 294px !important;
        top: 0px !important;
        right: -26px !important;
    }

    .shape-cab {
        right: -11px !important;
        top: 366px !important;
        width: 211px !important;
    }

    .shape-cab2 {
        left: -11px !important;
        top: 242px !important;
        width: 310px !important;
    }

    .ecommerce-sec {
        background-size: cover !important;
    }

    .crm-section {
        background-size: cover !important;
    }

    .port-pad-bottom {
        padding-bottom: 0px !important;
    }

    .portfolio-img-sec {
        position: relative !important;
        min-height: 200px !important;
        margin-bottom: 25px !important;
    }

    .for-eco-desk {
        position: absolute !important;
        left: -9px !important;
        top: 15px !important;
    }

    .for-eco-mob {
        width: 70px !important;
        top: 131px !important;
    }

    .for-eco-tab {
        width: 130px !important;
        top: 130px !important;
    }
}

.portfolio-img-sec {
    position: relative !important;
}

.for-eco-desk {
    position: absolute;
    left: -9px;
    top: -83px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

.for-eco-tab {
    width: 230px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 90px;
}

.for-eco-mob {
    position: absolute;
    top: 99px;
    left: 10px;
    z-index: 1;
    width: 140px;
}

.industry-shape {
    position: relative;
}

.btn-n-case {
    background-color: var(--blue);
    color: var(--white);
    border: 2px solid var(--blue);
}

.first {
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.btn-n {
    box-sizing: border-box;
    appearance: none;
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 0.6em;
    color: var(--white);
    cursor: pointer;
    align-self: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 14px !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.btn-md {
    padding: 17px 45px;
    font-size: 17px;
}

.ecommerce-sec {
    background-image: url(../img/telecom/1.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 200px;
}

.overflow-hidden {
    overflow: hidden;
}

.default-padding-top {
    padding-top: 110px;
}

.ecommerce-head {
    letter-spacing: -2.33px;
    color: #00507a;
}

.info p {
    color: #5e6e7e !important;
    font-size: 20px !important;
}

.mcommerce-sec {
    background-image: url(../img/telecom/wf.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.circle-shape-m {
    position: absolute;
    bottom: 86px;
    width: 422px;
    right: -14px;
    z-index: -1;
}

.work-life-img {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.gps-circle {
    width: 80%;
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 30px;
}

.work-life-content-main .work-life-content:not(:last-child) {
    margin-bottom: 60px;
}

.work-life-content {
    position: relative;
}

.work-life-content-main .work-life-content:not(:last-child) {
    margin-bottom: 60px;
}

.work-life-content h1 {
    letter-spacing: 0;
    color: #3a3737;
    font-weight: 600;
    margin-bottom: 7px;
}

.work-life-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.work-life-content img {
    width: 84px;
    margin-bottom: 5px;
}

.contact-sec-head h1 {
    letter-spacing: 0;
    color: #3a3737;
    font-weight: 600;
}

.contact-sec-head p {
    font-weight: 500;
    margin-top: 30px;
}

.contact-sec-head {
    width: 60%;
    margin: auto;
}

.crm-section {
    background-image: url(../img/telecom/crm-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.crm-info {
    padding-top: 30px;
    width: 80%;
}

.crm-info h2 {
    letter-spacing: 0;
    color: #072b3e;
}

.crm-info ul li {
    letter-spacing: 0;
    color: #072b3e;
    margin-bottom: 10px;
    margin-left: 35px;
    position: relative;
}

.crm-info ul li::before {
    content: "\2605";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -30px;
    position: absolute;
    font-size: 14px;
    line-height: 0;
    top: 15px;
    color: #072b3e;
}

.quiz-test-head {
    letter-spacing: -1.71px;
    color: #065885;
}

.quiz-test-item img {
    width: 50px;
    margin-right: 10px;
}

.quiz-test-item {
    display: flex;
    align-items: center;
}

.for-quiz-test li {
    margin-top: 10px !important;
}

.short-feature-list li {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 30px;
    position: relative;
}

li {
    list-style-type: none !important;
}

.quiz-test-sec {
    position: relative;
}

.about-area .shape-animated {
    position: absolute;
    right: 50px;
    top: 80px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.shape-animated img {
    width: 70px;
}

.cab-booking-sec {
    background: #fff0
        linear-gradient(291deg, #242659 0%, #2887bf 99%, #2887bf 100%) 0% 0%
        no-repeat padding-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-sec-head {
    width: 60%;
    margin: auto;
}

.shape-cab2 img {
    transform: scaleX(-1);
}

.shape-cab2 {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 410px;
}

.shape-cab {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 410px;
}

.cab-booking {
    position: relative;
    margin-top: 90px;
}

.cab-icon {
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    text-align: center;
}

.cab-icon img {
    width: 110px;
}

.cab-icon-sec {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cab-booking .cab-content h1 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.cab-booking .cab-content p {
    font-size: 15px;
    color: #fff;
}

.work-life-content-main .work-life-content:not(:last-child):after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background: var(--pink);
    left: 0;
    right: 0;
    bottom: -37px;
    opacity: 0.28;
}

.work-life-img {
    width: 60%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.product-banner-content h1 {
    font-size: 30px;
}

.port-banner-content h1 strong {
    letter-spacing: 0;
    font-weight: 600;
    font-size: 71px;
    line-height: 78px;
    display: block;
    color: var(--white);
}

.bg-grey {
    background-color: #ececec;
}

@media only screen and (min-width: 967px) {
    .career-banner {
        padding: 135px 0 !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
}

@media only screen and (min-width: 667px) {
    .top-lg-5 {
        padding-top: 10px !important;
    }

    .py-40-lg {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .h-100vh {
        height: 92vh;
    }

    .mt-lg-80 {
        margin-top: 80px;
    }

    .cc-section {
        padding: 0 60px;
    }

    .mt-md-50 {
        margin-top: 95px !important;
    }

    .w-50 {
        width: 60%;
    }

    .w-md-80 {
        width: 80%;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .mt-md-10vh {
        margin-top: 50vh;
    }
}

.m-auto {
    color: #fff;
    width: 10%;
    margin: auto !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.career-banner-content h1 {
    color: #00507a;
    text-align: start;
    font: normal normal 54px / 62px arial;
}

.c-blue {
    color: #00507a !important;
    text-align: start;
    font: arial !important;
}

.career-banner-content p {
    color: #00507a;
    font: normal normal 17px / 26px arial;
    margin-bottom: 30px;
    text-align: start;
}

.career-banner {
    padding: 35px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.join-team-content h4 {
    margin-left: 0;
    font: normal normal normal 26px / 34px arial;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0;
}

.join-team-content h2 {
    margin-left: 0;
    font: bolder 54px / 69px arial;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 4px;
}

.join-team-content p {
    font: normal normal normal 16px / 27px arial;
    letter-spacing: 0.58px;
    color: #072b3e;
}

.nav-item i {
    color: #fff;
}

.nav-item {
    padding: 0 5px;
    border-radius: 20px;
    background-color: #082a5f;
    position: relative;
    display: block;
    z-index: 1;
    color: var(--color-black);
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-item:hover {
    background-image: -webkit-linear-gradient(
        1deg,
        #157e64 0%,
        #1e61f0 100%
    ) !important;
    color: white !important;
}

.bg-grey-tab {
    background: #fff0;
    color: #fff;
}

.bg-img img {
    width: 100%;
    height: auto;
}

.p-relative {
    position: relative;
}

.p-absoute {
    position: absolute;
    bottom: 0 !important;
}

hr.style14 {
    border: 0;
    margin-top: 50px;
    height: 5px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.w-10p {
    width: 40px;
    padding-right: 10px;
}

.p-absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 10px !important;
}

.right-0 {
    right: 25px !important;
}

.p-relative {
    position: relative !important;
}

.text-blue {
    color: #082a5f;
}

.heading-port {
    text-transform: uppercase;
}

.portfolio-img-sec {
    position: relative;
}

.mobile-img {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

@media screen and (min-width: 990px) and (max-width: 1400px) {
    .mt-md-100 {
        margin-top: 100px;
    }

    .breadcrumb {
        margin-top: 40px !important;
        padding-top: 60px !important;
    }

    .pt-lg-100 {
        padding-top: 95px !important;
    }
}

.mobile-img {
    width: auto;
    height: 250px;
}

.cc-body {
    background: #162561;
    background-image: radial-gradient(
            circle at 20% 100%,
            rgb(184 184 184 / 0.1) 0%,
            rgb(184 184 184 / 0.1) 33%,
            rgb(96 96 96 / 0.1) 33%,
            rgb(96 96 96 / 0.1) 66%,
            rgb(7 7 7 / 0.1) 66%,
            rgb(7 7 7 / 0.1) 99%
        ),
        linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    max-width: 2400px;
}

.content h1 {
    font-family: "Comfortaa", sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 36px;
    color: #fff;
}

.content p {
    font-size: clamp(0.9rem, 3vw, 1.25rem);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #fff;
}

.content button {
    background: #eaeaea;
    color: #202134;
    font-size: clamp(0.9rem, 4vw, 1rem);
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 8px 14px;
    border-radius: 7px;
    transform: scale(1);
    transition: all 0.4s ease-in;
    cursor: pointer;
}

.content button:is(:hover, :focus) {
    transform: scale(0.98);
    background-color: #6f7aa6;
    color: #eaeaea;
}

.cc-swiper1 {
    position: relative;
    width: 400px;
    height: 490px;
}

.cc-swiper2 {
    position: relative;
    width: 400px;
    height: 490px;
}

.cc-swiper3 {
    position: relative;
    width: 400px;
    height: 490px;
}

.swiper-slide {
    display: block !important;
    position: relative;
    user-select: none;
    border-radius: 20px;
}

.cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgb(255 255 255 / 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgb(0 0 0 / 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

.dark-text {
    color: #202134;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background: rgb(93 95 145 / 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgb(255 255 255 / 0.3);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

.overlay h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
}

.overlay p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
}

.ratings {
    display: flex;
    column-gap: 10px;
    margin-top: -6px;
}

.ratings span {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
}

.star {
    color: #afe312;
}

.cc-logo {
    position: fixed;
    right: -20px;
    bottom: -30px;
    z-index: 10;
}

.cc-logo img {
    width: 120px;
}

.cc-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #0d74ac;
    opacity: 0.4;
}

#particle-canvas {
    width: 100%;
    height: 100%;
}

#particles-js2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 10vh;
    top: 0;
    left: 0;
    z-index: -99;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

#particles-js {
    display: none;
}

.home-particles #particles-js {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100vh;
    top: 0;
}

.bg-dark-blue {
    background-color: #00061a;
}

.home-particles #particles-js {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 200px !important;
    top: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-0 {
    z-index: 0;
}

.z-index-99 {
    z-index: 99 !important;
}

.box-item {
    align-items: center;
    align-self: center;
    justify-content: center;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 375px;
    -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    outline: 1px solid #fff0;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box p {
    font-size: 20px;
    line-height: 1.5em;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.flip-box-front::before,
.flip-box-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    z-index: 1;
    border-radius: inherit;
}

.service-item-inner {
    height: 280px ;
    background: #00061a;
    background: -webkit-linear-gradient(to right, #0a183f, #3a65b5);
    background: linear-gradient(to right, #0a183f, #2c6333);
}

.mob-heading {
    font-size: 50px;
    line-height: 53px;
    color: white;
}
.pr-10{
    padding-right: 10px;
}


