* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width:480px) {
    
     .after-c {
    flex-wrap: wrap; /* Mobile pe wrap allow karega */
  }

  .after-c a:nth-child(1),
  .after-c a:nth-child(2) {
    flex: 1 1 auto; /* Phone numbers same row me */
  }

  .after-c a:nth-child(3) {
    flex: 0 0 100%; /* Email full width */
    margin-top: 5px;
  }
    .breadcrumb-area{
            padding-top: 70px !important;
    }
    .about-section {
        padding: 60px 4px;
    }

    .service-box {
        width: 154px;
        height: 167px;
    }

    .top-header a {
        font-size: 12px;
    }

    .media-video {
        height: 211px !important;
    }

    .timeline-section {
        padding: 32px 0px !important;
    }

    .slide-content {
        bottom: 37% !important;
        left: 2% !important;
    }

    .slick-next {
        left: 56% !important;
    }

    .slick-prev {
        left: 44% !important;
    }

    .slide-content h2 {
        font-size: 17px;
        line-height: 30px;
    }

    .slider {

        height: 35vh;
    }

    .arrow.right {
        right: 0 !important;
        width: 10%;
    }

    .arrow {
        position: absolute;
        top: 91% !important;
        height: 34px;
        left: 50%;
    }

    .arrow.left {
        left: 134px !important;
        width: 10%;
    }

    .slide-content {
        position: absolute;
        bottom: 6%;
        left: 15%;
        color: white;
        max-width: 74% !important;
        opacity: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 1px 22px !important;

    }

    .services-container {
        gap: 10px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        right: 0px !important;
    }

    .button.carousel-control-prev {
        left: 0px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 9%;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #000000;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem !important;

    }

    .body {
        width: 100% !important;
    }

    .top-header {
        padding: 7px !important;
        display: block !important;
    }

    .media-top {
        justify-content: center !important;
        padding-top: 5px;
        text-align: center;
    }

    .main-nv-bar {
        position: static;
    }

    .sticky-nav .navbar-nav .nav-link {
        color: #ffffff !important;

    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #0B163C;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        padding-top: 17px;
    }

    .custom-toggler i {
        font-size: 24px;
        color: #0B163C;
        transition: 0.6s ease;
    }

    .navbar-light .navbar-toggler {
        background-color: transparent !important;
        color: transparent !important;
        border: 1px solid #0B163C !important;
        border-radius: 0;
    }

    .carousel-caption h2 {
        font-size: 31px;
        line-height: 30px;
    }

    .carousel-item {
        height: 30vh;
    }

    .carousel-caption {
        bottom: 9%;
    }

    .button__icon {
        width: 32px;
        height: 28px;
    }

    .button__text {
        display: inline-block;
        transition: color 0.2s;
        padding: 0px 18px;
        padding-left: 0.75rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 99px;
        font-size: 10px;
    }

    .all-btn {
        margin-top: 11px !important;
    }

    p {
        font-size: 14px;
    }

    .about-section ul li span {
        font-size: 14px !important;
    }

    .testinomial_heading h2 {
        font-size: 20px;
    }

    .testinomial_heading p {
        text-align: center;
        font-size: 14px;
    }

    .animated_img {
        opacity: 1 !important;
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    .testinomial_left {
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .testinomial_box {
        flex-direction: column;
    }

    .testinomial_sec {
        padding: 40px 10px 0;
    }

    .testinomial_inner_r {
        margin-left: 0px;
        padding: 25px 25px;
    }

    .testinomial_right {
        height: auto;
        width: 100%;
        margin-bottom: 75px;
    }

    .testinomial_main {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .timeline-section {
        padding: 100px 0px 0px !important;
        margin: 0 !important;
    }

    .media-s {
        margin: 0 !important;
        padding: 0 19px !important;
    }

    .timeline-step {
        padding-left: 0 !important;
    }

    .client-title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .media-copy p {
        font-size: 13px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    
   
      .breadcrumb-area{
            padding-top: 70px !important;
    }
    .top-header a {
        font-size: 12px;
        
    }

    .media-video {
        height: 340px !important;
    }

    .timeline-section {
        padding: 100px 0px 0px 0px !important;
    }

    .slide-content {
        bottom: 37% !important;
        left: 2% !important;
    }

    .slick-next {
        left: 56% !important;
    }

    .slick-prev {
        left: 44% !important;
    }

    .slide-content h2 {
        font-size: 29px;
        line-height: 50px;
    }

    .slider {

        height: 53vh;
    }

    .arrow.right {
        right: 0 !important;
        width: 5%;
    }

    .arrow {
        position: absolute;
        top: 91% !important;
        height: 34px;
        left: 50%;
    }

    .arrow.left {
        left: 280px !important;
        width: 5%;
    }

    .slide-content {
        position: absolute;
        bottom: 6%;
        left: 15%;
        color: white;
        max-width: 74% !important;
        opacity: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 1px 22px !important;

    }

    .job-marquee a {
        margin: 0 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        right: 0px !important;
    }

    .button.carousel-control-prev {
        left: 0px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 9%;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #000000;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem !important;

    }

    .body {
        width: 100% !important;
    }

    .top-header {
        padding: 7px !important;
        display: block !important;
    }

    .media-top {
        justify-content: center !important;
        padding-top: 5px;
    }

    .main-nv-bar {
        position: static;
    }

    .sticky-nav .navbar-nav .nav-link {
        color: #ffffff !important;

    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #0B163C;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        padding-top: 17px;
    }

    .custom-toggler i {
        font-size: 24px;
        color: #0B163C;
        transition: 0.6s ease;
    }

    .navbar-light .navbar-toggler {
        background-color: transparent !important;
        color: transparent !important;
        border: 1px solid #0B163C !important;
        border-radius: 0;
    }

    .carousel-caption h2 {
        font-size: 48px;
        line-height: 64px;
    }

    .carousel-item {
        height: 49vh;
    }

    .carousel-caption {
        bottom: 19%;
    }

    .button__icon {
        width: 37px;
        height: 30px;
    }

    .button__text {
        display: inline-block;
        transition: color 0.2s;
        padding: 0px 18px;
        padding-left: 0.75rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 99px;
        font-size: 10px;
    }

    .all-btn {
        margin-top: 11px !important;
    }

    p {
        font-size: 14px;
    }

    .about-section ul li span {
        font-size: 14px !important;
    }

    .testinomial_heading h2 {
        font-size: 20px;
    }

    .testinomial_heading p {
        text-align: center;
        font-size: 14px;
    }

    .animated_img {
        opacity: 1 !important;
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    .testinomial_left {
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .testinomial_box {
        flex-direction: column;
    }

    .testinomial_sec {
        padding: 40px 10px 0;
    }

    .testinomial_inner_r {
        margin-left: 0px;
        padding: 84px 25px;
    }

    .testinomial_right {
        height: auto;
        width: 100%;
        margin-bottom: 75px;
    }

    .timeline-text h4 {
        font-size: 15px;
    }

    .testinomial_main {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    /* .timeline-section {
        padding: 0 !important;
        margin: 0 !important;
    } */

    .media-s {
        margin: 0 !important;
        padding: 0 19px !important;
    }

    .timeline-step {
        padding-left: 0 !important;
    }

    .client-title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .media-copy p {
        font-size: 13px;
    }

    .media-img img {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .slick-next {
        left: 53% !important;
    }

    .slider {
        height: 64vh !important;
    }

    .job-marquee a {
        margin: 0 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        right: 0px !important;
    }

    .button.carousel-control-prev {
        left: 0px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 9%;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #000000;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem !important;

    }

    .body {
        width: 100% !important;
    }

    .top-header {
        padding: 7px !important;
        /* display: block !important; */
    }

    .media-top {
        justify-content: center !important;
        padding-top: 5px;
    }

    .main-nv-bar {
        position: static;
    }

    .sticky-nav .navbar-nav .nav-link {
        color: #ffffff !important;

    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #0B163C;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        padding-top: 17px;
    }

    .custom-toggler i {
        font-size: 24px;
        color: #0B163C;
        transition: 0.6s ease;
    }

    .navbar-light .navbar-toggler {
        background-color: transparent !important;
        color: transparent !important;
        border: 1px solid #0B163C !important;
        border-radius: 0;
    }

    .carousel-caption h2 {
        font-size: 72px;
        line-height: 104px;
    }

    .carousel-item {
        height: 74vh;
    }

    .carousel-caption {
        bottom: 26%;
    }

    .button__icon {
        width: 46px;
        height: 34px;
    }

    .button__text {
        display: inline-block;
        transition: color 0.2s;
        padding: 0px 18px;
        padding-left: 0.75rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 151px;
        font-size: 14px;
    }

    .all-btn {
        margin-top: 11px !important;
    }

    p {
        font-size: 14px;
    }

    .about-section ul li span {
        font-size: 14px !important;
    }

    .testinomial_heading h2 {
        font-size: 36px;
    }

    .testinomial_heading p {
        text-align: center;
        font-size: 14px;
    }

    .animated_img {
        opacity: 1 !important;
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    .testinomial_left {
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .testinomial_box {
        flex-direction: column;
    }

    .testinomial_sec {
        padding: 40px 10px 0;
    }

    .testinomial_inner_r {
        margin-left: 0px;
        padding: 84px 25px;
    }

    .testinomial_right {
        height: auto;
        width: 100%;
        margin-bottom: 75px;
    }

    .timeline-text h4 {
        font-size: 15px;
    }

    .testinomial_main {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .timeline-section {
        padding: 100px 0px 0px  !important;
        margin: 0 !important;
    }

    .media-s {
        margin: 0 !important;
        /* padding: 0 19px !important; */
    }

    .timeline-step {
        padding-left: 0 !important;
    }

    .client-title {
        font-size: 36px;
        margin-bottom: 0px;
    }

    .media-copy p {
        font-size: 13px;
    }

    .media-img img {
        width: 100%;
    }

    .services-container {
        display: flex;
        /* justify-content: center; */
        gap: 20px;
        flex-wrap: initial;
    }

    .service-box {
        width: 171px;
        height: 186px;
    }

    .bg-check {
        height: 42%;
    }

    /* .media-card {
        transform: translate(2%, 50%);
    } */

    .w-set {
        width: 50%;
    }

    footer .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    /* Left: Logo + paragraph */
    footer .col-md-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Right side: Three equal columns */
    footer .col-md-3,
    footer .col-lg-2 {
        width: 24.33%;
        margin-bottom: 0;
    }

    footer h6.fw-bold {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer ul li a {
        font-size: 14px;
    }

    .media-copy {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        text-align: left;
        margin-top: 20px;
    }

    .media-copy p {
        font-size: 14px;
        margin: 0;
    }

    .media-copy ul {
        gap: 15px;
    }

    .media-copy ul li a i {
        font-size: 16px;
    }

}