@media (max-width: 2150px) {
  /* .introduction {
        height: 92vh;
    } */
}

@media (max-width: 1900px) {
  /*Event slider*/
  .event-card {
    /* width: 350px;
        height: 450px; */
    width: 350px;
    height: 400px;
  }

  .event-card.active {
    /* width: 450px;
        height: 500px; */

    width: 508px;
    height: 469px;
  }

  /* event slider*/
}

@media (max-width: 1851px) {
  .event-card img {
    height: 230px;
    /* bottom: -60px; */
  }

  .event-card.active .event-title p {
    font-size: 26px;
  }

  .event-card.active .event-title p span {
    font-size: 44px;
  }
}

@media (max-width: 1460px) and (min-width: 1100px) {
  .event-date {
    bottom: 252px;
  }
  .event-body .event-title p:nth-child(1) {
    bottom: 317px;
  }

  .event-body .event-title p:nth-child(2) {
    bottom: 295px;
  }

  .event-location {
    bottom: 268px;
  }

  .event-card.active .event-date {
    bottom: 30px;
    left: 20px;
    transform: translateX(0%);
  }
  .event-card.active .event-body .event-title p:nth-child(1) {
    bottom: 127px;
    left: 20px;
    transform: translateX(0%);
  }

  .event-card.active .event-body .event-title p:nth-child(2) {
    bottom: 87px;
    left: 20px;
    transform: translateX(0%);
  }

  .event-card.active .event-location {
    bottom: 60px;
    left: 20px;
    transform: translateX(0%);
  }
}

@media (max-width: 1460px) {
  .hero-title {
    font-size: 55px;
  }

  .products h2,
  .events h2,
  .careers .section-title,
  .section .events .section-title,
  .section-title {
    font-size: 48px;
  }

  .section .events h3 {
    font-size: 30px;
  }

  .event-card {
    width: 300px;
    height: 350px;
  }

  /* .event-body {
        transform: translate(0, -232px);
    } */

  .event-card.active {
    width: 350px;
    height: 400px;
  }

  .event-card.active .event-title {
    font-size: 30px;
    margin-top: 10rem;
    text-align: left;
  }

  .event-card.active .event-location {
    font-size: 20px;
  }

  .event-card.active .event-date {
    font-size: 15px;
  }

  .event-title em {
    font-size: 35px;
  }

  /* .event-card img {
        bottom: -120px;
    } */
}

@media (max-width: 1399px) {
  .services-section-divided .col {
    width: 30%;
    margin-top: 0;
  }

  .services-title h2 {
    font-size: 150px;
    margin-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .light-logo {
    height: 38px;
  }

  /* .hero-subtitle.rebuilding .btn {
        font-size: 12px;
        line-height: 20px;
    } */

  .hero-subtitle.rebuilding .btn img {
    width: 20px;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-title .text-image img {
    width: 55px;
  }

  .hero-paragraph p {
    font-size: 15px;
    line-height: 28px;
  }

  .hero-content-text h2 {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 50px;
  }

  .hero-buttons.updated-ui p {
    font-size: 14px;
    padding: 7px 8px;
    padding-left: 18px;
  }

  .hero-buttons.updated-ui .cta-button {
    font-size: 14px;
  }

  .hero-buttons .cta-button .fa-arrow-right {
    font-size: 25px;
    width: 45px;
    height: 45px;
  }

  .hero-subtitle.rebuilding.updated-ui {
    font-size: 12px;
    margin-bottom: 0;
  }

  .services-title h2 {
    font-size: 140px;
  }

  .careers .section-subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }

  .custom-border-color {
    font-size: 22px;
    line-height: 40px;
    padding: 10px 0;
  }

  #jobAccordion {
    margin-top: 0;
    /* padding-bottom: 150px; */
  }

  .accordion .accordion-button .job-item-title,
  .accordion .accordion-button .job-type {
    font-size: 14px;
  }

  /* .accordion .job-item-title-main {
        margin-bottom: 5px;
        padding-bottom: 5px;
    } */
  .accordion .job-item-title-main {
    line-height: 46px;
  }

  .accordion-body .card-block h3 {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .accordion-body .card-block p,
  .accordion-body .card-block ul li {
    font-size: 13px;
    line-height: 22px;
  }

  /* .accordion-body .card-block p {
        margin-bottom: 0;
    } */

  /* .accordion .accordion-button {
        padding: 8px;
    } */

  .btn.btn-anim {
    width: 150px;
    line-height: 24px;
  }

  .btn.btn-anim .label {
    font-size: 14px;
    line-height: 24px;
  }

  .section .events .section-title {
    font-size: 60px;
  }

  .bottom-nav {
    bottom: 10px;
  }

  .bottom-nav-content {
    padding: 12px 12px;
  }

  .bottom-nav a {
    font-size: 11px;
    margin: 0 10px;
  }

  .controls-wrapper {
    margin-top: 0;
  }

  .event-card.active .event-title {
    text-align: left;
  }

  .event-card {
    width: 300px;
    height: 350px;
  }

  .event-card.active {
    width: 450px;
    height: 400px;
  }

  .event-card img {
    /* bottom: -110px; */
    height: 190px;
  }

  .event-card.active .event-title {
    margin-top: 10rem;
  }

  .event-title em {
    font-size: 30px;
  }

  .event-card.active .event-location {
    font-size: 25px;
  }

  .section-title {
    font-size: 60px;
  }

  .controls-wrapper .btn-controls .arrow-btn {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

@media (max-width: 1290px) {
  .hero-section {
    min-height: 100svh !important;
  }
  .section .events .section-title {
    font-size: 45px;
  }

  .section .events h3 {
    font-size: 30px;
  }

  .event-title {
    font-size: 15px;
  }

  .event-location {
    font-size: 17px;
  }

  .event-date {
    font-size: 13px;
  }

  .event-card.active .event-title {
    font-size: 25px;
    margin-top: 120px;
    text-align: left;
    padding-left: 0;
  }

  .event-card.active .event-location {
    font-size: 25px;
    padding-left: 0;
  }

  .event-card.active .event-date {
    font-size: 16px;
    padding-left: 0;
  }

  .event-title em {
    font-size: 25px;
  }

  .event-card {
    height: 350px;
    width: 380px;
  }

  .event-card.active {
    height: 380px;
  }

  /* .event-card img {
        height: 230px;
        bottom: -50px;
    } */

  .services-title h2 {
    font-size: 120px;
  }

  .service-section .inner-content h4 {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-section .inner-content p,
  .service-section .learn-more-button {
    font-size: 14px;
  }

  .careers .section-subtitle {
    font-size: 14px;
  }

  .accordion-body .card-block p {
    margin-bottom: 10px;
  }

  .custom-border-color {
    line-height: 55px;
  }

  #jobAccordion {
    max-height: 100%;
  }

  .scrollable-element {
    height: auto;
  }

  .section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
  }

  .fp-overflow {
    overflow-y: inherit !important;
    max-height: 100%;
  }

  .section .section-title {
    position: sticky;
    top: 50px;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(40px);
  }

  .fp-scrollable-inner {
    height: 100%;
  }

  .section.careers .container-fluid.py-5 {
    height: auto;
    overflow: inherit;
  }

  .navbar {
    height: 56px;
    padding: 0 20px;
  }

  .carrres-left-side {
    padding-top: 0;
  }

  .right-background {
    right: 0;
  }

  .introduction {
    margin-top: 56px;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 48px;
    margin-bottom: 16px;
  }

  .hero-title .text-image img {
    width: 50px;
  }

  .hero-subtitle.rebuilding .btn {
    font-size: 12px;
  }

  .hero-paragraph p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 14%;
    margin-bottom: 24px;
  }

  .hero-content-text h2 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }

  .hero-buttons.updated-ui p,
  .hero-buttons.updated-ui .cta-button {
    font-size: 14px;
  }

  .hero-buttons .cta-button .fa-arrow-right {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .service-section .inner-content h4 {
    font-size: 18px;
    padding: 10px;
  }

  .service-section .card-box {
    height: 500px;
  }

  .careers .section-title {
    font-size: 28px;
    line-height: 1;
    width: auto;
    padding-left: 3rem;
  }

  .custom-border-color {
    padding-top: 10px;
    padding-left: 50px;
    display: none;
  }

  .carrres-left-side {
    padding-left: 0;
  }

  .careers .section-subtitle {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    padding: 24px 50px;
    padding-bottom: 0;
  }

  #jobAccordion.intro {
    padding: 10px 50px;
  }

  .services-section-divided .col {
    width: 33%;
  }

  .careers-continer .col-lg-8 {
    width: 100%;
  }

  .careers-continer .col-lg-4.image-grid {
    display: none;
  }

  .event-title em {
    font-size: 24px;
    line-height: 1;
  }

  .event-card.active .event-title {
    font-size: 30px;
  }

  .event-card.active .event-location {
    font-size: 28px;
    line-height: 1.3;
  }

  .event-card.active .event-date {
    font-size: 16px;
  }

  .event-card.active .event-title p {
    font-size: 26px;
  }

  .event-card.active .event-title p span {
    font-size: 34px;
  }

  .products h2,
  .section-title,
  .services-subtitle h3 {
    font-size: 28px;
  }

  .services-title h2 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0;
  }

  .services-subtitle h3 {
    line-height: 1;
  }

  .service-section .inner-content p {
    font-size: 14px;
  }

  .service-section .learn-more-button,
  .service-section .cta-button {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 600;
  }

  .service-section .learn-more-wrapper .small {
    font-size: 14px;
  }

  .learn-more-text {
    font-size: 14px;
  }

  .product-card .learn-more-hover .arrow img {
    width: 15px;
    height: 15px;
  }

  .products h2 {
    margin-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .swiper-container-wrapper {
    display: block;
  }

  .careers .section-title {
    font-size: 48px;
    line-height: 1;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 10px 10px 40px;
  }

  .carrers-swiper-mobile {
    width: 100%;
  }

  .careers .carrres-title {
    flex-flow: column;
  }

  .section .events h3 {
    font-size: 24px;
  }

  .event-card {
    height: 350px;
  }

  .event-card img {
    height: 225px;
  }

  .event-card.active {
    height: 400px;
  }

  .controls-wrapper .btn-controls .arrow-btn {
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .arrow-btn {
    font-size: 11px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-logo p {
    font-size: 11px;
  }

  .footer-logo .logo-footer {
    padding-top: 0;
  }

  .right-background {
    display: none;
  }
}

@media (max-width: 1150px) {
  .hero-subtitle.rebuilding .btn {
    font-size: 16px;
    line-height: 32px;
  }

  .hero-title {
    padding: 0 19%;
  }

  .hero-paragraph p {
    padding: 0 4rem;
  }

  .products h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers .section-title {
    padding-left: 20px;
  }

  .events h2 {
    padding-left: 32px;
  }
}

@media (max-width: 1100px) {
  /*Home section responsive*/
  .navbar {
    height: 56px;
    padding: 0 15px;
  }

  .introduction {
    margin-top: 0;
    height: 100svh;
    overflow-y: hidden;
    position: absolute;
  }

  .light-logo {
    height: 30px;
  }

  #navbarNav .navbar-nav .nav-item {
    width: 132px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
  }

  #navbarNav .navbar-nav .nav-item a {
    font-size: 12px;
    margin: 0;
  }

  #navbarNav .navbar-nav .nav-item:last-child a {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 32px;
    text-align: left;
  }

  #navbarNav .navbar-nav .nav-item:last-child span {
    padding-right: 0;
  }

  #navbarNav .navbar-nav .nav-item:last-child .fa-arrow-right {
    font-size: 18px;
    margin-right: 0;
  }

  .hero-subtitle.rebuilding {
    margin-top: 0;
  }

  .hero-title .text-image img {
    width: 50px;
  }

  .hero-subtitle.rebuilding .btn {
    font-size: 12px;
  }

  .hero-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 40px;
    margin-bottom: 15px;
  }

  .hero-paragraph p {
    font-size: 14px;
  }

  .hero-content-text h2 {
    font-size: 15px;
    line-height: 28px;
    padding: 0 7%;
    padding-bottom: 30px;
  }

  .hero-buttons.updated-ui p {
    font-size: 15px;
    padding-left: 16px;
  }

  .hero-buttons.updated-ui .cta-button {
    font-size: 15px;
    margin-left: 10px;
  }

  .hero-buttons .cta-button .fa-arrow-right {
    font-size: 20px;
    width: 44px;
    height: 44px;
  }

  .hero-paragraph p {
    color: rgba(255, 255, 255, 0.6);
    padding: 0 6%;
  }

  /*Home section responsive end*/
  .services-section-divided .col {
    width: 37%;
  }

  .service-section .card-box:hover {
    box-shadow: none;
    transform: scale(0.9);
    z-index: 2;
  }

  .service-section .inner-content h4,
  .service-section .inner-content p {
    color: rgba(255, 255, 255, 1);
  }

  .service-section .inner-content h4 {
    font-weight: 700;
    font-size: 24px;
  }

  .service-section .inner-content p {
    font-weight: 500;
  }

  .service-section .card-box:hover .inner-content p {
    font-weight: 500;
  }

  .service-section .card-box {
    height: 545px;
  }

  .service-section .learn-more {
    opacity: 1;
    visibility: visible;
  }

  .carousel-wrapper {
    display: none;
  }

  .swiper-container-event-mobile {
    display: block;
  }

  .event-card.active .event-title {
    font-size: 20px;
  }

  .event-card.active .event-location {
    font-size: 20px;
  }

  .event-card.active .event-date {
    font-size: 14px;
  }

  .products h2 {
    font-size: 48px;
  }

  .swiper-container-event-mobile .controls-wrapper {
    padding: 0;
  }

  .swiper-container-event-mobile .controls-wrapper .btn-controls {
    position: absolute;
    right: 10px;
    /* top: 30px; */
    display: flex;
    width: 135px;
    align-items: center;
    justify-content: flex-end;
  }

  .swiper-container-event-mobile .controls-wrapper .btn-controls button {
    padding: 23px;
  }

  .swiper-container-event-mobile .controls-wrapper {
    height: 70px;
    display: block;
    margin-top: 50px;
  }

  .swiper-container-event-mobile .page-line-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 72%;
  }

  .swiper-container-event-mobile .controls-wrapper .border-line {
    width: 75%;
    margin-top: 20px;
  }

  .swiper-container-event-mobile .swiper {
    position: relative;
    padding: 30px 0;
  }

  .swiper-container-event-mobile .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .swiper-container-event-mobile .swiper-slide-active .event-card {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    margin: 0;
  }

  .swiper-container-event-mobile .event-card {
    width: 100%;
    height: 295px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .swiper-slide.swiper-slide-active .event-card.active .event-title {
    margin-top: 0;
    text-align: center;
    font-size: 16px;
  }

  .swiper-slide.swiper-slide-active .event-card.active .event-body {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
  }

  .swiper-container-event-mobile .event-card img {
    width: 100%;
    min-height: 160px;
    object-fit: cover;
    bottom: 0;
    position: relative;
    border-radius: 0;
  }

  .swiper-container-event-mobile .event-body {
    padding: 15px;
    transform: translate(0, 0);
  }

  .swiper-container-event-mobile .event-title {
    font-size: 16px;
    font-weight: bold;
  }

  .swiper-container-event-mobile .event-title em {
    font-style: italic;
    font-size: 16px;
  }

  .event-card.active .event-date {
    font-size: 12px;
  }

  .event-card.active .event-location {
    font-size: 18px;
  }

  .swiper-container-event-mobile .event-location {
    font-size: 14px;
    margin-top: 5px;
  }

  .swiper-container-event-mobile .event-date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
  }

  /* Navigation Arrows */
  .swiper-container-event-mobile .controls-wrapper .btn-controls .arrow-btn {
    width: 30px;
    height: 30px;
  }

  .swiper-container-event-mobile .swiper-button-next::after,
  .swiper-container-event-mobile .swiper-button-prev::after {
    font-size: 12px;
    position: relative;
    opacity: 1;
  }

  .swiper-container-event-mobile.d-block.d-lg-none {
    padding-right: 0;
    padding-left: 0;
  }

  .section.careers .container-fluid.py-5 {
    height: auto;
  }

  .fp-overflow {
    max-height: 100%;
  }

  /* Floating Trigger Button */
  .onclickicon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 9999;
  }

  .scroll-icon {
    width: 60px;
    height: auto;
  }

  .floating-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /*backdrop-filter: blur(4px); */
    display: none;
    z-index: 999;
  }

  /* Floating Menu */
  .floating-menu {
    position: fixed;
    bottom: 140px;
    right: 40px;
    background: transparent;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    z-index: 999;
  }

  /* Styled buttons */
  .fm-btn {
    background: #359bd8;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    width: 176px;
    height: 36px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }

  .fm-btn img {
    width: 18px;
  }

  /* Close Button */
  .close-floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 11px 0px 8px 19px;
    margin-bottom: -6px;
  }

  .flottingicon-main {
    display: block;
  }

  .onclickicon {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .onclickicon img {
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 65px;
    height: 61px;
  }

  .scroll-buttons {
    right: 15px;
    bottom: 90px;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    overflow: hidden;
  }
  .section .section-title {
    box-shadow: none;
    background-color: transparent;
    backdrop-filter: none;
  }

  /* .section .section-title {

    box-shadow: none;
    background-color:transparent !important;
    backdrop-filter: none;
  } */
  .stickyForMob .section-title,
  .sticky-heading {
    box-shadow: none;
    background-color: transparent;
    backdrop-filter: none;
  }
  
  h2.stickyForMob.is-sticky {
    padding-top: 18px;
    padding-bottom: 18px;
  }

    .carrres-title .section-title {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .sticky-heading {
    padding: 10px 0px;
  }

  .about-us-main {
    padding: 0;
  }
  .stickyForMob.is-sticky::after {
    background-image: url("../images/bg.jpg");
    background-position: center -70px;
    position: absolute;
    content: "";
    left: calc(var(--bs-gutter-x) * -0.5);
    top: 0;
    height: 100%;
    width: calc(100% + var(--bs-gutter-x) * 0.5 + var(--bs-gutter-x) * 0.5);
    z-index: -1;
  }

  .section-title.stickyForMob.is-sticky::after {
    width: 100%;
    height: 100%;
    left: 0;
  }

  .events .stickyForMob.is-sticky::after,
  .about-us-main .stickyForMob.is-sticky::after {
    background-image: url("../images/bg.jpg");
    background-position: center -70px;
    position: absolute;
    content: "" !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100% !important;
    z-index: -1;
    display: block !important;
    margin: 0;
  }
  .stickyForMob.is-sticky.dif::after {
    left: calc(var(--bs-gutter-x) * -1);
    width: calc(
      100% + var(--bs-gutter-x) * 0.9 + var(--bs-gutter-x) * 0.9
    ) !important;
  }
  .hero-subtitle.rebuilding {
    margin-bottom: 25px;
  }

  .hero-subtitle.rebuilding .btn {
    font-size: 16px;
  }

  .hero-title {
    padding: 0 31%;
    margin-bottom: 20px;
  }

  .hero-content-text h2 {
    font-size: 14px;
    padding: 0 0 30px 0;
  }

  .services-subtitle h3 {
    margin-top: -22px;
  }

  .service-section .card-box {
    height: 505px;
    border-radius: 24px;
  }

  .event-card.active .event-title {
    font-size: 18px;
  }

  .event-title em {
    font-size: 28px;
  }

  .event-card.active .event-location {
    font-size: 18px;
    text-align: center;
  }

  /* .event-card.active {
        height: 350px;
    } */

  .event-card.active .event-title {
    margin-top: 150px;
  }

  .event-card {
    height: 320px;
  }

  .right-background {
    right: 0;
  }

  #jobAccordion {
    margin-right: 0;
  }

  .scroll-buttons button {
    padding: 0;
    width: 33px;
    height: 29px;
  }

  /*For Section Title make sticky*/
  .services-title h2 {
    position: sticky;
    top: 50px;
    z-index: 50;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  }

  /* Ensure parent sections allow sticky positioning */
  .section {
    position: relative;
  }

  .section.careers .container-fluid.py-5 {
    overflow: inherit;
  }

  /*For Section Title make sticky End*/

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section .events h3 {
    padding-left: 20px;
  }

  .careers-continer {
    padding: 0;
  }

  .accordion .accordion-button {
    margin-bottom: 0;
  }

  .accordion-body .card-block h3 {
    font-size: 16px;
  }

  .events h2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
  }

  .services-sticky {
    position: sticky;
    top: 50px;
    width: 100%;
    z-index: 10;
    padding: 10px 20px;
    margin-bottom: 20px;
    /* backdrop-filter: blur(100px); */
  }

  .services-section-divided {
    overflow: hidden;
  }

  .accordion .accordion-button {
    background: transparent;
  }

  .accordion .job-item-title-main {
    padding-right: 0;
  }

  .accordion .accordion-button .job-type span {
    margin-right: 19px;
  }
}

@media (max-width: 991px) {
  :target::before {
    content: "";
    display: block;
    height: 40px;
    margin-top: 40px;
  }

  .no-scroll {
    overflow: hidden !important;
    height: 100vh !important;
    /* optional, avoids bounce on mobile */
  }

  .nav-link.subscribeBtn span {
    min-width: 0;
  }

  .nav-link.subscribeBtn:hover span::after {
    margin: 0;
    padding: 0;
    color: #359bd8;
  }

  .navbar-brand {
    margin-bottom: 0;
    margin-right: 0;
  }

  .navbar.loaded {
    /* background: linear-gradient(97deg, rgb(16, 29, 46) 15%, rgb(36, 65, 95) 50%, rgb(20 36 59 / 99%) 85%); */
    padding-bottom: 0;
    padding-top: 0;
    height: 56px;
    line-height: 56px;
  }

  .section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .service-section .container {
    padding-top: 0;
  }

  .service-section .card-box {
    height: 545px;
  }

  .fp-tableCell {
    height: auto !important;
  }

  .hero-section.home .fp-tableCell {
    height: 100vh !important;
    /* Keep first section full screen */
  }

  .bottom-nav {
    display: none;
  }

  .scrollable-element {
    height: auto;
  }

  .fp-scrollable-inner {
    height: 100%;
    /* max-height: 100%; */
  }

  .fp-overflow {
    max-height: 100%;
    /* overflow-y: auto !important; */
  }

  /* #services1 .fp-overflow {
        overflow: hidden !important;
    } */

  .right-background {
    width: 100%;
    height: 100%;
    display: none;
  }

  .hero-content {
    padding: 0;
    /* padding-top: 100px; */
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../images/icon/close.svg");
  }

  .navbar-toggler.collapsed {
    box-shadow: none;
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icon/memuicon.svg");
  }

  button.navbar-toggler:focus:not(:focus-visible) {
    /* outline: 0; */
    box-shadow: none;
    border: none;
    outline-color: tomato;
  }

  #navbarNav .navbar-nav {
    background: #f8f8f8;
    border: none;
    border-radius: 2px;
    padding: 4rem 2rem;
    overflow: auto;
    max-height: 650px;
    height: 86vh;
    margin-top: 10px;
  }

  #navbarNav .navbar-nav .nav-item {
    background: transparent;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
    justify-content: center;
    display: flex;
    width: 100%;
  }
  #navbarNav .navbar-nav .nav-item.d-none-sm {
    display: none;
  }

  #navbarNav .navbar-nav .nav-item.mobiletag a {
    color: #359bd8;
    font-weight: 600;
    font-size: 18px;
  }

  #navbarNav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #636363;
  }

  #navbarNav .navbar-nav .nav-item .nav-link.active {
    color: #359bd8;
    font-weight: 700;
    border-bottom: 2px solid;
    padding: 0;
    max-width: max-content;
    margin: 0 auto;
  }

  #navbarNav .navbar-nav .nav-item:last-child a {
    /* color: #636363; */
    width: 100%;
    margin: 0;
  }

  #navbarNav .navbar-nav .nav-item:last-child:hover {
    background: transparent;
    color: #636363;
  }

  /* #navbarNav .navbar-nav .nav-item a:hover {
        color: #636363;
    } */

  #navbarNav .navbar-nav .nav-item:nth-child(7) {
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 10px;
  }

  #navbarNav .navbar-nav .nav-item:last-child .fa-arrow-right {
    display: none;
  }

  /* Hero Section start*/

  .hero-title {
    font-size: 2.5rem;
    padding: 0 19%;
  }

  .hero-title .text-image img {
    width: 48px;
  }

  .inner-content-paragraph {
    width: 100%;
  }

  .inner-content-paragraph p {
    font-size: 15px;
    line-height: 26px;
  }

  .hero-buttons .cta-button {
    font-size: 18px;
  }

  .hero-buttons .cta-button .fa-arrow-right {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .inner-content-paragraph p + p {
    padding-top: 10px;
  }

  .hero-subtitle .btn {
    /* font-size: 15px;
        padding-left: 35px;
        padding-right: 35px; */
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-description {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }

  .cta-button {
    width: 230px;
    padding-left: 2rem;
  }

  /*Hero Section End*/

  /*services Section start*/

  .scroll-buttons button {
    position: relative;
  }

  .scroll-buttons button i {
    position: absolute;
    left: 11px;
    bottom: 10px;
    padding: 3px;
  }

  .services-title h2 {
    font-size: 120px;
  }

  .services-subtitle h3 {
    font-size: 36px;
    margin-top: -23px;
  }

  .services-section-divided .col {
    width: 43%;
  }

  .service-section .learn-more-button {
    padding: 10px 24px;
  }

  /* .products h2,
    .events h2 {
        font-size: 35px;
    } */

  /* .events h2 {
        padding-top: 2rem;
        padding-bottom: 0;
    } */

  /*services Section end*/

  .image-grid .img-wrapper {
    display: none;
  }

  /*carrres Section Start*/
  .carrres-left-side {
    padding-left: 0;
  }

  .careers .carrres-title {
    flex-flow: column;
  }

  .careers .section-title {
    font-size: 48px;
    line-height: 1;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 10px 10px 40px;
  }

  .careers .section-subtitle {
    font-size: 14px;
    width: 100%;
    padding: 30px 60px;
  }

  #jobAccordion.intro {
    padding: 30px 40px;
    padding-top: 0;
  }

  .custom-border-color {
    padding-left: 60px;
  }

  .accordion .accordion-button .job-item-title,
  .accordion .accordion-button .job-type {
    font-size: 16px;
    line-height: 32px;
  }

  .accordion-body .card-block p,
  .accordion-body .card-block ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-body .card-block p {
    margin-bottom: 10px;
  }

  .accordion-body .card-block p strong {
    font-size: 16px;
  }

  /*carrres Section End*/

  /* arrow button top and bottom */
  .scroll-buttons #scroll-up {
    border-radius: 30px 30px 0px 0px;
  }

  .scroll-buttons button {
    padding: 20px;
    width: 29px;
    height: 33px;
  }

  /* arrow button top end*/

  /* .accordion .accordion-button .job-type span {
        display: none;
    } */

  .accordion .accordion-button {
    padding: 5px 10px;
  }

  .swiper-container-event-mobile .controls-wrapper {
    padding: 0;
  }

  .page-indicator {
    font-size: 3rem;
  }

  .section.careers .container-fluid.py-5 {
    height: auto;
  }

  .carrers-swiper-mobile {
    width: 100%;
  }

  .carrers-swiper-mobile .swiper-slide img {
    border-radius: 8px;
  }

  #jobAccordion {
    max-height: 100%;
  }

  .swiper-container-event-mobile .controls-wrapper .btn-controls {
    position: absolute;
    right: 10px;
    /* top: 30px; */
    display: flex;
    width: 135px;
    align-items: center;
    justify-content: flex-end;
  }

  .swiper-container-event-mobile .controls-wrapper .btn-controls button {
    padding: 23px;
  }

  .swiper-container-event-mobile .controls-wrapper {
    height: 70px;
    display: block;
    margin-top: 50px;
  }

  .swiper-container-event-mobile .page-line-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 72%;
  }

  .swiper-container-event-mobile .controls-wrapper .border-line {
    width: 75%;
    margin-top: 20px;
  }

  .swiper-container-event-mobile .swiper {
    position: relative;
    padding: 30px 0;
  }

  .swiper-container-event-mobile .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .swiper-container-event-mobile .swiper-slide-active .event-card {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    width: 300px;
    height: 400px;
  }

  .swiper-container-event-mobile .event-card {
    width: 85%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .swiper-slide.swiper-slide-active .event-card.active .event-title {
    margin-top: 0;
    text-align: center;
    font-size: 16px;
  }

  .swiper-slide.swiper-slide-active .event-card.active .event-body {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
  }

  .swiper-container-event-mobile .event-card img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
    bottom: 0;
    position: relative;
    border-radius: 0;
  }

  .swiper-container-event-mobile .event-body {
    padding: 15px;
  }

  .swiper-container-event-mobile .event-title {
    font-size: 16px;
    font-weight: bold;
  }

  .swiper-container-event-mobile .event-title em {
    font-style: italic;
    font-size: 16px;
  }

  .event-card.active .event-date {
    font-size: 12px;
  }

  .event-card.active .event-location {
    font-size: 18px;
  }

  .swiper-container-event-mobile .event-location {
    font-size: 14px;
    margin-top: 5px;
  }

  .swiper-container-event-mobile .event-date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
  }

  /* Navigation Arrows */
  .swiper-container-event-mobile .controls-wrapper .btn-controls .arrow-btn {
    width: 30px;
    height: 30px;
  }

  .swiper-container-event-mobile .swiper-button-next::after,
  .swiper-container-event-mobile .swiper-button-prev::after {
    font-size: 12px;
    position: relative;
    opacity: 1;
  }

  .swiper-container-event-mobile.d-block.d-lg-none {
    padding-right: 0;
    padding-left: 0;
  }

  .section .events h3 {
    padding-left: 14px;
    font-size: 20px;
    line-height: 1.5;
  }

  .fp-enabled body,
  html.fp-enabled {
    overflow: auto;
  }

  .arrow-btn.up::after,
  .arrow-btn.down::after {
    display: none;
  }

  .myContent.intro.footer {
    margin-bottom: 5rem;
  }
}

@media (max-width: 821px) {
  #jobAccordion {
    max-height: 100%;
  }

  /* .swiper-container-event-mobile .controls-wrapper {
        margin-top: 0;
    } */

  /* .swiper-container-event-mobile .controls-wrapper .border-line {
        margin-top: 32px;
    } */

  #jobAccordion {
    margin-right: 0;
  }

  #jobApplyModal .form-control {
    font-size: 14px;
    padding-bottom: 4px;
  }

  /* .swiper-container-event-mobile .swiper-slide-active .event-card{
        margin-left: 0;
        margin-right: 15px;
    } */
  .products h2 {
    font-size: 48px;
    padding-left: 22px;
    padding-right: 0;
    color: #fff;
  }
}

/* On larger screens: 4 per row */
/* @media (min-width: 768px) {
    .image-grid .img-wrapper img {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
} */

.apply-btn {
  display: flex !important;
  justify-content: center;
  gap: 15px;
  align-items: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .introduction {
    background: linear-gradient(
        97deg,
        rgba(16, 29, 46, 0) 15%,
        rgba(36, 65, 95, 0.31) 50%,
        rgba(20, 36, 59, 0.64) 85%
      ),
      url("../images/gif/ezgif.com-speed1.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-content {
    padding-top: 0;
  }

  .carrers-swiper-mobile .swiper-container-wrapper {
    width: 100%;
  }

  .carrres-left-side .left-background {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }

  .page-indicator {
    font-size: 24px;
  }

  /* .scroll-buttons {
        right: 10px;
        bottom: 2%;
    } */

  /*Event Slider CSS*/
  .cards-container {
    display: block;
  }

  .event-card {
    width: 100%;
  }

  #jobAccordion .card-block p,
  #jobAccordion .card-block ul li {
    font-size: 14px;
    padding-bottom: 5px;
  }

  #jobAccordion .card-block p {
    padding-bottom: 10px;
  }

  #jobAccordion .btn.btn-anim {
    margin-bottom: 0;
    width: 50%;
  }

  .btn.btn-anim .label {
    font-size: 12px;
  }

  /* .swiper-container-event-mobile .controls-wrapper .btn-controls {
        top: 34px;
    } */

  .swiper-container-event-mobile .controls-wrapper {
    padding: 1rem 0;
  }

  /*Event slider CSS End */
  #jobAccordion {
    height: auto;
    max-height: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }

  .event-card {
    width: 220px;
  }

  /* .section h2 {
        font-size: 36px;
    } */

  .hero-content-text h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
  }

  .hero-subtitle.rebuilding .btn {
    font-size: 16px;
    padding: 0 10px;
  }

  .hero-buttons.updated-ui p {
    font-size: 18px;
  }

  .hero-paragraph p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 9%;
    padding-bottom: 60px;
    padding-top: 48px;
    margin-bottom: 0;
  }

  .hero-buttons.updated-ui .cta-button {
    font-size: 16px;
    margin-top: 0;
    margin-left: 13px;
  }

  .hero-subtitle.rebuilding.updated-ui {
    font-size: 14px;
  }

  .page-indicator {
    font-size: 22px;
  }

  .hero-title {
    font-size: 48px;
    margin-bottom: 0;
    padding: 0 19%;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .bottom-nav {
    padding: 0.5rem 1rem;
  }

  .bottom-nav a {
    display: block;
    margin: 0.5rem 0;
    text-align: center;
  }

  .fp-scrollable-inner {
    max-height: fit-content;
  }

  .carrers-swiper-mobile {
    height: 200px;
  }

  .carrers-swiper-mobile .swiper-slide img {
    height: 200px;
  }

  .swiper-pagination-bullet {
    background: #d9d9d980 !important;
  }

  .swiper-pagination-bullet-active {
    background: #bababa !important;
  }

  .products h2 {
    font-size: 48px;
  }

  .myContent.intro.footer {
    border: none;
  }

  .myContent.intro.footer {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .hero-title {
    padding: 0 3.5rem;
  }

  .learn-more-divider {
    border: 0.4px solid #9a9a9a4a;
  }

  .services-section-divided .col {
    width: 100%;
  }

  .services-title h2 {
    font-size: 92px;
  }

  .accordion-body .card-block .col-6:last-child {
    justify-content: start;
  }

  .accordion .accordion-button {
    background: transparent;
  }

  .accordion .accordion-button .job-type span {
    display: none;
  }

  .otp-container {
    width: 100%;
  }

  #jobApplyModal .otp-container .otp-fields {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  #jobApplyForm .otpbelow-section .otp-error {
    right: 35px;
    top: 0;
  }
  .onclickicon img {
    width: 46px;
    height: 46px;
  }
  .onclickicon {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .services-title h2 {
    font-size: 64px;
  }

  .services-subtitle h3 {
    font-size: 24px;
    margin-top: -13px;
  }

  .services-section-divided .col {
    width: 100%;
  }

  .service-section .card-box {
    height: 100%;
  }

  .service-section .inner-content p {
    font-size: 12px;
  }

  .service-section .learn-more-wrapper .small {
    color: rgba(157, 162, 169, 1);
    font-weight: 600;
  }

  .service-section .cta-button {
    line-height: 36px;
  }

  .modal-content::before {
    display: none;
  }

  .modal-dialog {
    width: auto;
  }

  .accordion .accordion-button .job-item-title,
  .accordion .accordion-button .job-type {
    font-size: 13px;
    line-height: 42px;
  }

  .accordion .accordion-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion .job-item-title-main {
    padding-left: 10px;
    padding-right: 0;
  }

  .service-section .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .careers .section-title {
    padding-left: 20px;
  }

  .careers .section-subtitle {
    padding: 24px;
  }

  #jobAccordion.intro {
    padding: 24px;
    padding-top: 0;
  }

  .carrers-swiper-mobile {
    height: auto;
  }

  .carrers-swiper-mobile .swiper-slide img {
    height: auto;
    object-fit: cover;
  }

  .careers .section-subtitle {
    color: #ffffff;
  }

  #jobAccordion .card-block p,
  #jobAccordion .card-block ul li {
    font-size: 12px;
  }

  .accordion-body .card-block p strong {
    font-size: 15px;
  }

  .products h2,
  .events h2,
  .careers .section-title {
    font-size: 32px;
    padding: 10px 0 10px 10px;
    line-height: 1;
  }

  .events h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .section .events h3 {
    padding-left: 25px;
    padding-right: 0;
  }

  .careers .section-title {
    padding-left: 25px;
    margin-bottom: 15px;
  }

  #jobApplyForm .otpresend .resend-otp.btn:disabled {
    font-size: 10px;
  }
}

@media (max-width: 540px) {
  .right-background {
    right: 0;
    display: none;
  }

  /* .small.largescreen {
        display: none;
    }

    .small.mobilescreen {
        display: block;
    } 

    .service-section .learn-more-button {
        display: none;
    }
*/
  .small.mobilescreen .readmore {
    color: #359bd8;
  }

  .service-section .cta-button span {
    /* text-decoration: underline; */
    font-weight: 600;
  }

  .learn-more-divider {
    border: 0.4px solid #4848483d;
  }

  .services-title h2 {
    font-size: 4rem;
    line-height: 1;
  }

  .services-subtitle + .mt-5 {
    margin-top: 0 !important;
  }

  .section.service-section.services .col.aos-init {
    margin-top: 0;
  }

  /* .swiper-container-event-mobile .controls-wrapper .border-line {
        margin-top: 20px;
    } */

  .scroll-buttons {
    right: 2%;
    bottom: 1%;
  }

  .section.careers .container-fluid.py-5 {
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .careers-continer {
    width: 100%;
  }

  .mobile-carousel {
    width: 100%;
    /* max-width: 540px;
        margin: 0 auto; */
  }

  /* .carrres-left-side {
        padding-top: 2rem;
    } */

  /* .events h2, .intro, .carrres-left-side {
        padding-top: 0;    
    } */
  /* .careers .section-title {
        font-size: 2rem;
    } */

  /* .carrers-swiper-mobile .swiper-container-wrapper {
        width: 100%;
        max-width: 500px;
        height: 200px;
        padding: 0 1rem;
    } */

  .careers .section-subtitle {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.8;
  }

  .custom-border-color {
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .carrres-left-side .left-background {
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    display: none;
  }

  .scrollable-element {
    border-radius: 0;
  }

  .accordion-body .card-block .col-6 {
    width: 100%;
  }

  .accordion-body .card-block h3 {
    font-size: 14px;
    padding-bottom: 0;
  }

  .hero-paragraph p {
    padding: 0 1rem;
    font-size: 12px;
    margin-bottom: 24px;
    margin-top: 24px;
    line-height: 20px;
  }

  .hero-content-text h2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .hero-subtitle.rebuilding .btn {
    font-size: 12px;
    line-height: 33px;
    height: 33px;
    padding: 0 15px;
  }

  .hero-subtitle.rebuilding .btn img {
    width: 22px;
  }

  .hero-subtitle .btn::after {
    font-size: 10px;
  }

  .hero-subtitle .btn::before {
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
  }

  .hero-buttons.updated-ui p,
  .hero-buttons.updated-ui .cta-button {
    font-size: 12px;
  }

  .hero-buttons.updated-ui p {
    background: transparent;
    display: flex;
    flex-flow: column;
    padding: 4px 10px;
  }

  .hero-buttons.updated-ui .cta-button {
    margin-left: 0;
    margin-top: 0;
  }

  .hero-buttons.updated-ui .cta-button {
    font-size: 16px;
    margin-top: 10px;
    width: 200px;
    /* background: transparent; */
  }

  .hero-subtitle.rebuilding {
    margin-bottom: 30px;
  }

  .scroll-buttons button i {
    left: 11px;
    bottom: 9px;
  }

  .about-us-details .container-fluid.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-subtitle.rebuilding.updated-ui {
    font-size: 12px;
    flex-flow: column;
    padding: 0 16%;
    margin-bottom: 0;
  }

  .service-section .inner-content h4 {
    font-size: 16px;
    padding: 10px 30px;
  }

  /* .service-section .cta-button {
        line-height: 34px;
    } */

  .service-section .inner-content p,
  .service-section .cta-button,
  .service-section .learn-more-button {
    font-size: 12px;
  }

  .service-section .learn-more-wrapper .small,
  .card-footer-hover .small {
    font-size: 14px;
  }

  .services-subtitle h3 {
    font-size: 20px;
    margin-top: -7px;
    font-weight: 600;
  }

  .swiper-container-event-mobile .controls-wrapper {
    margin-top: 20px;
  }

  .mySwiper .swiper-slide.swiper-slide-active {
    margin-right: 0 !important;
  }

  .footer-heading {
    margin-bottom: 0;
  }

  .footer-section .accordion-body {
    margin-top: 20px;
  }

  .footer-logo p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .carrers-swiper-mobile .swiper-slide img {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .light-logo {
    height: 32px;
  }

  .services-title h2 {
    font-size: 56px;
    line-height: 1;
  }

  /* .carrers-swiper-mobile .swiper-container-wrapper {
        max-width: 400px;
    } */

  /* .careers .section-title {
        padding-bottom: 10px;
        margin-bottom: 0;
    } */

  .hero-title {
    font-size: 32px;
    padding: 0 8%;
  }

  .hero-subtitle .btn {
    font-size: 10px;
  }

  .swiper-container-event-mobile .page-line-main {
    width: 68%;
  }

  /* .products h2,
    .events h2,
    .section.events h2.section-title,
    .section-title,
    .services-subtitle h3 {
        font-size: 24px;
    } */
}

@media (max-width: 360px) {
  .swiper-container-wrapper {
    max-width: 320px;
  }

  .carrers-swiper-mobile .swiper-container-wrapper {
    max-width: 340px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle .btn {
    font-size: 10px;
  }

  .hero-content-text h2 {
    font-size: 12px;
    line-height: 22px;
  }

  .swiper-container-event-mobile .page-line-main {
    width: 65%;
  }
}

/* Media Queries */
@media (max-width: 1024px) {
  .errorPopUps .modal-content {
    width: 450px;
  }

  .errorPopUps .modal-header-custom {
    font-size: 18px;
    padding: 10px;
  }

  .errorPopUps .modal-body h3 {
    font-size: 16px;
    margin: 15px 0 10px 0;
  }

  .errorPopUps .modal-body p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .errorPopUps .btn-custom {
    margin: 0;
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .errorPopUps .modal-header-custom {
    font-size: 18px;
  }

  .errorPopUps .modal-body h3 {
    font-size: 15px;
  }

  .errorPopUps .modal-body p {
    font-size: 12px;
  }

  .errorPopUps .btn-custom {
    font-size: 12px;
  }

  .errorPopUps .modal-content {
    width: 400px;
  }
}

@media (max-width: 650px) {
  .errorPopUps .modal-content {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .errorPopUps .modal-header-custom {
    font-size: 15px;
    padding: 5px;
  }

  .errorPopUps .modal-body h3 {
    font-size: 14px;
  }

  .errorPopUps .modal-body p {
    font-size: 12px;
  }

  .errorPopUps .btn-custom {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .errorPopUps .modal-dialog {
    margin: 0;
    padding: 15px;
  }
}

#defaultModel {
  z-index: 9999999;
}

#offlineModal {
  z-index: 999999;
}

@media (max-height: 755px) {
  .hero-content-text h2 {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    padding-top: 12px;
  }
  .hero-paragraph p {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .hero-content {
    padding-top: 50px !important;
  }
}

@media (max-width: 791px) {
  .nav-link.subscribeBtn:hover span {
    color: #359bd8 !important;
  }
  .nav-link.subscribeBtn span::after {
    display: none !important;
  }
  .nav-link.subscribeBtn:hover span::after {
    opacity: 0;
    display: none;
    /* transform: translateY(0); */
    /* color: #000; */
  }

  #navbarNav .navbar-nav {
    background: #f8f8f8;
    border: none;
    border-radius: 2px;
    padding: 2rem 2rem;
    overflow: auto;
    max-height: 650px;
    height: 86svh;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .scroll-buttons button {
    padding: 0px;
    width: 33px;
    height: 29px;
  }

  .scroll-buttons button i {
    left: 8px;
    bottom: 7px;
  }
  .onclickicon {
    right: 22px;
    bottom: 28px;
  }

  .floating-menu {
    bottom: 140px;
    right: 40px;
  }
  .fm-btn {
    font-size: 12px;
    width: 130px;
  }
  .page-cover .cover-bg {
    background-attachment: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .onclickicon img {
    width: 46px !important;
    height: 44px !important;
  }
  .scroll-buttons {
    right: 22px;
    bottom: 90px;
  }
  .floating-menu {
    bottom: 90px;
    right: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablets */
  .onclickicon img {
    width: 64px !important;
    height: 61px !important;
  }
  .scroll-buttons {
    right: 20px;
    bottom: 100px;
    scale: 1.4;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* Styles for tablets */
  .scroll-buttons {
    right: 40px;
    bottom: 140px;
  }
  .onclickicon {
    right: 40px !important;
    bottom: 53px !important;
  }
}


@media screen and (max-width: 1600px) and (min-width: 1460px) {
.careers .section-title{
  font-size: 70px;
}

.event-card.active .event-location{
  font-size: 35px;
}
.event-card.active .event-body .event-title p:nth-child(1) {
    bottom: 165px;}
}
/* 
@media screen and (max-width:1450px) and (min-width: 1600px) {
.careers .section-title{
  font-size: 70px;
}
} */


@media (max-width: 1600px) and (min-width: 1200px) and (max-height:860px) {
  .cards-container{
    height: 350px;
  }
  .event-card{
    height: 280px;
  }
  .event-card.active{
    height: 300px;
  }
  .event-card .event-image{
    height: 140px;
  }
  .event-date{
    bottom: 162px;
}
.event-body .event-title p:nth-child(1) {
  bottom: 240px;
}

.event-body .event-title p:nth-child(2) {
  bottom: 210px;
}

.event-location{
  bottom: 180px;
}

.mission-container{
  padding: 1rem;
}
#aboutus1 .section-title {
  font-size: 70px;
  margin-bottom: 20px;
}
.mission-items-center{
  margin-top: 1rem;
}
/* .events{
  padding: 100px 0 80px;
}
#aboutus1{
  padding: 100px 0 80px;

} */
 .custom-border-color {
  font-size: 20px;
  line-height: 51px;
  margin-right: 40px;
  white-space: nowrap;}
  .accordion .job-item-title-main{
    line-height: 50px;
  }
  .accordion .accordion-button .job-item-title,.accordion .accordion-button .job-type{
    font-size: 14px;
  }
  .accordion-body .card-block h3{
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 16px;
  }
  .accordion-body .card-block p, .accordion-body .card-block ul li{
    font-size: 14px;
    line-height: 24px;
  }
  .accordion-body .card-block p strong{
    font-size: 16px; 
    margin-bottom: 10px;

  }
  .accordion-body .card-block p{
    margin-bottom: 18px;
  }
  .btn.btn-anim {
  width: 175px;}
  .btn.btn-anim .label {
  color: #ffffff;
  font-size: 15px;}
  .service-section .container{
    padding-top: 100px;
  }
  .sticky-heading{
    top: -1px;
  }
  .controls-wrapper{
    padding-left: 10%;
  }
}


@media(max-width:991px){
  #defaultModel .modal-dialog{
display: flex !important;
  }
}
/* go live */