
.marqText {
    font-weight: 700;
    text-decoration: underline;
  }

  .topnew-img {
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
  }


  .topnew-img {
    margin-top: -3px;
  }

  /* hero section */
  .hero-section {
    background: rgb(211, 34, 42);
    background: linear-gradient(344deg,
        rgba(211, 34, 42, 1) 0%,
        rgba(0, 154, 132, 1) 57%);
    /* overflow: hidden; */
  }

  .hero-text {
    margin-top: -5rem;
  }

  .hero-text h1 {
    font-weight: bold;
  }

  .see-more-btn {
    color: white !important;
    font-weight: 700 !important;
    transition: 0.3s;
    background-color: rgba(0, 154, 132, 1) !important;
  }

  .see-more-btn:hover {
    background-color: #d0033a !important;
    transition: 0.3s;
  }

  .see-more-btnTwo {
    color: white !important;
    font-weight: 700 !important;
    transition: 0.3s;
    background-color: #d0033a !important;
  }

  .see-more-btnTwo:hover {
    background-color: rgba(0, 154, 132, 1) !important;
    transition: 0.3s;
  }

  .globe-image {
    max-width: 100%;
    height: auto;
    margin-bottom: -16rem;
    /* margin-right: -8rem; */
    margin-right: -15rem;
    /* animation: moveUpDown 2s ease-in-out infinite; */
  }

  @keyframes moveUpDown {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-20px);
    }
  }



  .list-group-item {
    position: relative;
    display: inline-block;
  }

  .dropdown-menuu {
    display: none;
    position: absolute;
    top: 100%;
    left: -40px;
    background-color: #d0033a !important;
    border-radius: 4px;
    padding: 10px;
    width: 16rem !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .list-group-item:hover .dropdown-menuu {
    display: block;
  }

  .dropdown-menuu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .dropdown-itemm {
    display: block;
    padding: 8px 15px;
    color: #ffffff;
    width: 100%;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .dropdown-itemm a {
    width: 100%;
  }

  .dropdown-itemm:hover {
    background-color: #ee0341 !important;
    border-bottom: 2px solid #009a84;
  }


  /* hero section */
  .logo {
    width: 17rem;
  }

  .navText {
    gap: 10px;
  }

  .navText li a {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .navHoverLine {
    width: 0%;
    height: 3px;
    background-color: #d0033a;
    transition: all 0.2s ease;
  }

  .navli {
    text-align: center;
    width: fit-content;
  }

  .navli:hover .navHoverLine {
    width: 100%;
    transition: all 0.2s ease;
  }

  .whyHeading h2 {
    line-height: 0.8;
    font-weight: 300;
  }

  .whyHeading span {
    font-weight: 700;
  }

  .whText {
    font-size: 15px;
  }

  .intervention {
    border: 2px solid;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    border-radius: 10px;
    background-color: #f3f4f6;
  }

  .object-cover {
    object-fit: cover;
    transition: all 0.2s ease;
  }

  .object-cover:hover {
    transition: all 0.2s ease;
    transform: scale(1.1);
  }

  .cardShadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    /* number of lines to show */
    line-clamp: 11;
    -webkit-box-orient: vertical;
  }

  .intervention .imgdiv {
    height: 20rem;
  }

  .blogDiv {
    /* background-color: #009a84; */
  }

  /* slider */
  .swiper {
    width: 100%;
    min-height: 25rem;
    padding-bottom: 5rem;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #e5e7eb;
    display: flex;
    height: fit-content !important;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sliderDIvmain {
    transition: all 0.2s ease;
  }

  .sliderDIvmain:hover {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaley(1.05);
    transition: transform 0.2s ease;
    transition: all 0.2s ease;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slideLine {
    width: 2px !important;
    height: 18px !important;
    background-color: white !important;
    margin-top: -7.5px !important;
  }

  .nextprev-btn {
    position: absolute;
    top: 2rem;
    right: 0;
    display: flex;
    gap: 1rem;
    width: fit-content;
    height: fit-content;
  }

  .nextprev-btn h6 {
    margin-top: -1px !important;
    color: white;
    font-size: 22px;
    font-weight: 400;
  }

  .button-next,
  .button-prev {
    z-index: 9999;
    width: fit-content;
    height: fit-content;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
  }

  .button-next:hover,
  .button-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .swiper-button-prev {
    left: 10px;
  }

  .button-next {
    right: 10px;
  }

  .button-next svg,
  .button-prev svg {
    fill: #333;
    width: 1rem;
    fill: white;
    height: 1rem;
  }

  /* .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction{
    bottom: -3rem!important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    z-index: 9999;
  } */

  .slideimg {
    height: 18rem !important;
    height: auto;
    border-radius: 10px;
    border: 3px solid rgb(0, 146, 0);
  }

  .complex-gradient {
    background-image: linear-gradient(to bottom, rgba(0, 154, 132, 0.75), #009a84 84%), url('/image/bgdesign.svg'), linear-gradient(to bottom, var(--base-main, #009a84), #009a84);
    background-blend-mode: normal;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: left center;
    width: 100%;
    background-repeat: no-repeat;
  }

  .complex-gradient-new {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), #ffffff 84%), url('/image/bgdesign.svg'), linear-gradient(to bottom, var(--base-main, #009a84), #009a84);
    background-blend-mode: normal;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: left center;
    width: 100%;
    background-repeat: no-repeat;
  }

  .FocusCol {
    transition: all 0.2s ease;
    border: 1px solid white;
    padding: 1rem;
    border-radius: 23px;
    background-color: #009a84;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .FocusCol:hover {
    transition: all 0.2s ease;
    transform: scale(1.05);
  }

  .twocard {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    height: 16rem;
    width: 97%;
  }

  .twocardHeader {
    background-color: gray;
    width: fit-content;
    color: white;
    padding: 3px 5psx;
  }


  .more-btn {
    text-decoration: none;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: #d0033a;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 15px;
  }

  .bookText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footerImg {
    width: fit-content;
  }

  .abouttext {
    width: 90%;
  }

  .outline-none {
    outline: none;
    border: 0;
    height: 2.5rem;
    margin-top: 4px;
  }

  .submit-btn {
    padding: 0.6rem 2rem;
    background-color: #009a84;
    border: 2px solid #009a84;
    text-decoration: none;
    color: white;
    transition: all 0.2s ease;
  }

  .submit-btn:hover {
    transition: all 0.2s ease;
    background-color: #dc3545;
  }

  .footer ul {
    padding-left: 0 !important;
  }

  .footer ul li {
    list-style: none;
    transition: all 0.2s ease;
  }

  .footer ul li:hover {
    color: #009a84;
    transition: all 0.2s ease;
  }

  .social {
    /* background-color: antiquewhite; */
    width: 80%;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .socialDiv {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009a84;
    border-radius: 25px;
    border: 1px solid #009a84;
    transition: all 0.2s ease;
  }

  .socialDiv:hover {
    background-color: #d0033a;
    transition: all 0.2s ease;
  }

  .facebook {
    width: 1.5rem;
    fill: white;
  }

  .twitter {
    width: 1.5rem;
    fill: white;
  }

  .linkedin {
    width: 1.5rem;
    fill: white;
  }

  .youtube {
    width: 1.5rem;
    fill: white;
  }
  .why-now {
    padding: 5rem !important;
  }
  .MobileMenuBar{
    display: none;
  }
  .backheroImage{
    display: none;
  }
  
  @media screen and (max-width: 1920px) {
    .globe-image {
      margin-right: -20rem;
    }
  }

  @media screen and (max-width: 1440px) {
    .globe-image {
      margin-right: -5rem;
    }
  }
  @media screen and (max-width: 1366px) {
    .globe-image {
      margin-right: -8rem;
    }
  }

  @media screen and (max-width: 768px) {
    .hero-section{
      background-image: linear-gradient(to bottom, rgba(0, 154, 132, 0.75), #009a84 84%), url('/image/banner.png'), linear-gradient(to bottom, var(--base-main, #009a84), #009a84);
      background-blend-mode: normal;
      background-size: auto 100%;
      background-attachment: fixed;
      background-position: right center;
      background-repeat: no-repeat;
      width: 100%;
      /* background-repeat: no-repeat;
      background-image: url('/image/banner.png');
      background-repeat: no-repeat;
      background-position: right top;
      background-blend-mode: lighten!important; */
    }
    .below-nav{
      padding-top: 1rem!important;
      z-index: 9999;
    }
    .backheroImage{
      display: block;
      position: absolute;
      top: -13rem;
      right: 0;
      z-index: 0;
      opacity: 0.2;
    }
    .heroImage{
      display: none;
    }
    .hero-text{
      width: 100%!important;
      text-align: center;
    }
    .see-more-btn{
      margin-bottom: 1rem;
    }
    .why-now {
      padding: 5rem 0 !important;
    }
    .whySection {
      display: flex;
      flex-direction: column-reverse;
    }

    .whySectionImg {
      width: 50%;
      margin: auto;
    }

    .whyHeading {
      text-align: justify;
    }

    #nav {
      display: none !important;
      z-index: 9999;
    }

    .twocard {
      height: auto;
      margin: auto !important;
      display: flex !important;
      flex-direction: column !important;
    }

    .bookImg {
      width: 100%;
      height: 20rem;
    }

    .SectionIntervention {
      padding: 0 1rem;
    }

    .InterventionText {
      margin: 0 0 1rem 0;
    }

    .intervention .cardShadow {
      padding: 10px 5px 10px !important;
    }

    .MobileMenuBar{
      display: block;
    }
    .globe-image {
      display: none;
    }
    .hMainSec {
      background-image: url('/bnnrc/image/banner.png');
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: 200px 300px;
    }

  .footerMain{
    margin-top: 2rem!important;
  }

  }

  @media screen and (max-width: 425px) {

    .twocard {
      height: fit-content !important;
      margin: auto !important;
    }

    .bookImg {
      height: 20rem;
      overflow: hidden;
    }

    .bookText {
      height: fit-content;
      overflow: hidden;
    }

    .InterventionText {
      margin: 1rem 0;
    }
    .whySectionImg {
      width: 80%;
      margin: auto;
    }
  }





  /* ..mobile menu */
  .offcanvas-header,
  .offcanvas-body{
    background-color: #009a84;
  }

  .sidebar{
    width: 15rem!important;
    /* background-color: red!important; */
  }
  .mMenuDiv1{
    width: 20px;
    height: 2px;
    background-color: white;
  }

  .mMenuDiv2{
    width: 15px;
    height: 2px;
    margin: 5px 0;
    background-color: white;
  }

  .accordion {
    /* background-color: #eee; */
    color: #ffffff;
    cursor: pointer;
    padding: 6px 18px;
    width: 100%;
    text-align: center;

    margin: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .accordion:hover {
    background-color: #e90000;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    background-color: #d0033a;
  }

  .panel div{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6px;
  }
  .panel div:hover{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6px;
    background-color: #e2013d;
    border-bottom: 2px solid #009a84;
  }
  .panel div a{
    text-decoration: none;
    color: white;
  }
  /* Default custom-width */
    .custom-width {
        width: 75% !important;
    }
    
    /* When zoomed to 125%, adjust width */
    .zoomed-custom-width {
        width: 90% !important;
    }
