/****************  Our collaboration Page ****************** */
@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1540px;
  }
  .dextophomeheader.navbar-expand-lg .navbar-collapse {
    height: 480px !important;
}
}


@media (min-width: 1400px) {
  .container.democontainer.founding-members {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) {
  .carousel-inner .carousel-item>div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .slider-main .slider>div {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: flex;
  }

  .carousel-inner .carousel-item>div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .plpr {
    padding-top: 40px;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: flex;
  }

  .carousel-inner .carousel-item>div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .carousel-inner .carousel-item>div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: flex;
  }

  .slider-main .slider>div {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: flex;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown {
    position: relative;
  }

  .nav-item.dropdown .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: auto;
    top: -5px;
    justify-content: end;
    display: flex !important;
    width: 100%;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
    animation: dropdownFadeIn 0.7s ease-out;
  }

  .nav-item:hover .line-img {
    visibility: hidden;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    animation: slideInDown 0.4s ease-out backwards;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }

  /* Smooth hover effect for dropdown items */
  .dropdown-menu .dropdown-item {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 56, 50, 0.1);
    transition: left 0.3s ease;
    z-index: -1;
  }

  .dropdown-menu .dropdown-item:hover::before {
    left: 0;
  }

  .dropdown-menu .dropdown-item:hover {
    transform: translateX(5px);
    background-color: rgba(227, 211, 198, 0.3);
  }

  /* Dropdown toggle arrow rotation */
  .dropdown-toggle::after {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }

  .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  /* Nav link hover enhancement */
  .nav-item.dropdown .dropdown-toggle {
    transition: all 0.3s ease;
  }

  .nav-item.dropdown:hover .dropdown-toggle {
    transform: translateY(-2px);
  }

  /* Background fade-in animation */
  .nav-item.dropdown:hover .background {
    animation: backgroundPulse 0.4s ease-out;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: unset !important;
  }
  .dextophomeheader.navbar-expand-lg .navbar-collapse {
    justify-content: flex-start !important;
    align-items: baseline;
  } 

  .nav-item.dropdown {
    position: relative;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
    animation: dropdownFadeIn 0.7s ease-out;
  }

  .nav-item:hover .line-img {
    visibility: hidden;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    animation: slideInDown 0.4s ease-out backwards;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }

  .dropdown-menu .dropdown-item {
    transition: all 0.3s ease;
    position: relative;
  }

  .dropdown-menu .dropdown-item::before {
    content: "";
    display: none;
  }

  .dropdown-menu .dropdown-item:hover::before {
    left: 0;
  }

  .dropdown-menu .dropdown-item:hover {
    transform: translateX(2px);
    background-color: rgba(227, 211, 198, 0.3);
    background-color: transparent;
  }

  .dropdown-toggle::after {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }

  .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .nav-item.dropdown .dropdown-toggle {
    transition: all 0.3s ease;
  }

  .nav-item.dropdown:hover .dropdown-toggle {
    transform: translateY(-2px);
  }

  .nav-item.dropdown:hover .background {
    animation: backgroundPulse 0.4s ease-out;
  }

  #fullpage header.active {
    display: none;
  }

  .nav-item.dropdown .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    top: 0px;
    position: absolute !important;
    left: 0px;
    width: 190px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
    animation: dropdownFadeIn 0.7s ease-out;

  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    animation: slideInDown 0.4s ease-out backwards;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }

  .dropdown-menu .dropdown-item {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 56, 50, 0.1);
    transition: left 0.3s ease;
    z-index: -1;
  }

  .dropdown-menu .dropdown-item:hover::before {
    left: 0;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #f0e7dc;
  }

  .dropdown-toggle::after {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
  }

  .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .nav-item.dropdown .dropdown-toggle {
    transition: all 0.3s ease;
  }

  .nav-item.dropdown:hover .background {
    animation: backgroundPulse 0.4s ease-out;
  }

}
@media (max-width: 2900px) {
  .sector-in-focus-1 .sector-small-boxes {
    display: none;
  }
}
/*================================= min-width ==============================================*/
@media (max-width: 1600px) {
  body {
    font-size: 12.5px;
  }

  .img-fluid-2 {
    height: 620px;
  }

  .sec-1-content {
    max-width: 773px;
  }

  .sec-5 {
    padding-top: 0px;
  }

  .button2 {
    padding: 10px 50px;
  }

  .sec-4 {
    padding-bottom: 170px;
  }

  .description.container-fluid.pb-0 {
    bottom: 14%;
  }

  .bannerbg {
    padding-top: 150px;
  }

  .main {
    padding-top: 150px;
  }

  .about-us-nav {
    padding-bottom: 5px;
    padding-top: 0px;
  }

  .footer-logo {
    width: 250px;
  }

  /* .news-narratives-page {
    background-size: 100% 100%;
  } */



  nav.breadcrumb-nav ol.breadcrumb li a {
    font-size: 16px;
  }

  .our-partner-1 .tab-menu .menus {
    font-size: 20px;
  }

  .our-partner-1 .text {
    line-height: 45px;
  }

  p.outreach-description {
    font-size: 26px;
    font-weight: 500;
  }

  .dotsmap svg.map-size {
    width: 600px;
  }

  .bannerbg .view-article {
    font-size: 25px;
  }

  main {
    padding-top: 120px;
  }

  .abou2section img.img-fluid.section-2-image {
    width: 560px;
  }

  .the-rotary-foundation .information-3 {
    font-size: 25px;
  }

  .the-rotary-foundation .information-2 {
    font-size: 22px;
  }

  .the-rotary-foundation .information-1 {
    font-size: 30px;
  }


  .about-us-section-2 .text {
    font-size: 30px;
    line-height: 1.4;
  }

  .content-text h4 {
    font-size: 30px;
  }

  .content-text p {
    font-size: 16px;
  }

  .partner-image {
    width: 210px;
    height: 169px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .description>div {
    margin-top: 3%;
  }

  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 80px;
    margin: 0px;
  }

  .main-heading {
    font-size: 36px;
  }

  .partner-title {
    min-height: 50px;
  }



  .d-4 {
    padding-top: 0rem;
  }

  .bottom-text {
    font-size: 22px;
  }

  .partner-t-4 {
    margin-bottom: 0px;
  }

  .dl-2 {
    height: 2px;
  }



  .sec-1-content {
    margin-top: 0;
  }

  .content.sec-1-content.stripbottom.red::after {
    bottom: -24px;
  }

  .dextophomeheader #navbarNavAltMarkup1 {
    height: 400px !important;
  }

  /*******************/
  .yt-menu {
    padding-top: 20px !important;
    padding-left: 31px !important;
  }



  .yt-container {
    width: 100%;
    max-width: 88.5%;
  }

  .sec-1-content h1 {
    font-size: 60px;
  }

  .about-us-nav .nav-menu {
    max-width: 280px;
  }

  a.nav-link {
    font-size: 20px;
  }

  .nav-item.dropdown .dropdown-menu {
    width: 165px;
  }

  header.about-us-nav .nav-item .background {
    left: -165px;
    top: -24px;
    width: 100%;
  }

  .navbar-toggler .menuicon span.linemenu.linetow {
    margin: 7px 0px;
  }

  .navbar-toggler .menuicon span.linemenu {
    width: 33px;
    height: 2px;
  }

  .post-slide {
    height: 528px;
  }





  .description .border-b::after {
    width: 90px;
    height: 3px;
    margin: 0 auto;
    bottom: -20px;
  }



  .marquee-track-list a.position-relative.abc {
    margin-left: -60px;
  }

  .svgbg {
    width: 400px;
  }

  .sec-2 {
    padding-top: 80px;
  }

  .sec-2 .sign {
    height: 130px;
  }

  .some-descrip {
    padding-top: 40px;
  }

  .pl-contact h3 {
    font-size: 26px;
  }

  .contact-us .address {
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
  }

  .contact-us .image {
    height: 340px;
  }

  
  .contact-us {
    padding-bottom: 30px;
  }

  .contactbgmain {
    padding-bottom: 25px;
  }

  .imgtopshape img {
    width: 190px;
  }

  textarea.form-control,
  textarea.form-control:focus {
    min-height: 110px;
  }

  .bannerbg .name {
    font-size: 2.2em;
    max-width: 90%;
    margin: 0 auto;
  }

  span.v-divider {
    height: 35px;
    width: 2px;
  }

  .sec-7 .image {
    width: 280px;
  }

  h1 {
    font-size: 4em;
  }

  .right-social img.social-img {
    max-width: 30px;
  }


 .bannervideo {
    height: 400px;
  }
     .imgthankyu {
        max-width: 1182px;
        margin: 0 auto;
        margin-top: 0px;
        padding-bottom: 0;
    }
}
@media (max-width: 1500px) {
  .about-us-section-1 .heading {
    font-size: 35px;
  }

  .about-us-section-1 .description {
    font-size: 25px;
  }

  .about-us-section-3 .main-image {
    height: 425px;
  }


}

@media (max-width: 1400px) {
  .container.democontainer.founding-members {
    max-width: 1320px;
  }
    .imgthankyu {
        max-width: 1060px;
    }
    .thankyoucontent h4 { 
    font-size: 2em; 
  }
  .sec-1 .logo {
      height: 12em; 
  }

  h2 {
    font-size: 2.5em;
  }

  .error-404 .error-div .text {
    font-size: 10em;
  }

  .error-404 .error-div .text-2 {
    font-size: 3em;
  }

  .about-us-section-1 .scrolling-div {
    max-height: 400px;
  }

  .error-404 .error-div {
    padding: 100px 0px;
    height: 420px;
  }

  span.v-divider {
    height: 35px;
    width: 2px;
  }

  .contentuser p {
    font-size: 15px;
  }


  .myswiper .swiper-button-next {
    bottom: 30px !important;
  }

  .timeline-wrapper {
    height: 310px;
  }

  .about-us-section-1 .heading {
    margin-bottom: 15px;
  }

  .about-us-section-1 .main-image {
    max-height: 600px;
  }

  .about-us-section-1 {
    min-height: 750px;
  }

  .the-rotary-foundation .information-1 {
    font-size: 28px;
  }

  .about-us-section-3 .top-padding {
    padding-top: 150px;
  }

  .swipersmain .swiper-button-next {
    bottom: 340px;
  }

  .swipersmain .swiper-button-prev {
    top: 340px;
  }

  .sec-1-content h1 {
    font-size: 53px;
  }

  .button2 {
    padding: 8px 40px;
    font-size: 1.2em;

  }

  .contents p {
    margin-bottom: 65px;
  }

  .nav-item .background .list-text {
    font-size: 12px !important;
  }
  

  .flesing {
    max-width: 700px;
  }

  .dot .year-label.section-title {
    font-size: 13px;
  }

  .about-us-section-1 .description {
    font-size: 20px;
  }

  .about-us-section-2 .text {
    font-size: 30px;
  }
  .about-us-section-1 .heading {
    font-size: 30px;
  }

  .our-partner-1 .input-tag {
    font-size: 15px;
  }

  .contents p {
    line-height: 40px;
    font-size: 2.2em;
  }

  .our-partner-1 .text-2 {
    font-size: 23px;
  }

  .our-partner-1 .image-div .name {
    font-size: 20px;
  }

  .partner-title h5 {
    margin-bottom: 41px;
  }

  p.outreach-description {
    font-size: 21px;
  }

  nav.breadcrumb-nav ol.breadcrumb li a {
    font-size: 12px;
  }

  .partner-title h5 {
    font-size: 1.7em;
  }

  .text p {
    font-size: 25px;
    width: 920px;
    line-height: 40px;
  }

  .img-text h5 {
    font-size: 20px;
  }

  .partner-description p {
    font-size:0.9em;
  }

  .post-slide {
    height: 450px;
  }



  .thank-you-page .row-gap {
    padding-top: 300px;
  }

  .imgbginner::after {
    width: 45px;
    height: 318px;
  }

  .grid-basic h5 {
    font-size: 2em;
  }
 

  .contact-us .address-name {
    font-size: 15px;
  }

  .contact-us .address {
    font-size: 15px;
  }

  .contact-us .address-div img {
    width: 15px;
  }

  .contactbgmain {
    padding-top: 71px;
  }

  .imgbginner::before {
    width: 45px;
    height: 289px;
    left: -43px;
  }

 
  .grid-basic h4 {
    font-size: 1.7em;
  }

  .secondimgbg .torow.hovermove::before {
    right: -34px;
  }

  /* .secondimgbg .torow.hovermove::before {
    right: -37px;
  } */

  .hovermove {
    height: 390px;
  }


  .contact-us .labels {
    font-size: 15px;
  }

  .imgtopshape img {
    width: 130px;
  }

  .imgtopshape {
    padding-bottom: 0px;
  }




  .overview-page .img-text {
    font-size: 20px;
  }

  .content-text h4 {
    font-size: 24px;
  }

  .contact-us .address-div img {
    width: 20px;
  }


  .imgbginner::before {
    height: 335px;
  }

  .overview-page-2 .second-div .text {
    font-size: 40px;
    line-height: normal;
  }

  .overview-page-2 .second-div .text-3 {
    line-height: normal;
  }


  .overview-page-2 .gap {
    gap: 40px;
  }

  .imgbginner::after {
    height: 334px;
  }

  .contactbgmain {
    padding-bottom: 30px;
  }
 

  .thank-you-page .main-div .text {
    font-size: 28px;
  }

  .thank-you-page .row-gap {
    padding-top: 360px;
    padding-bottom: 250px;
  }
.partner-title {
        min-height: 100px;
    }
    .partner-description {
    min-height: 150px;
}
  .news-narratives-page .description {
    font-size: 14px;
  }

  .news-narratives-page .read-more {
    font-size: 20px;
  }

  .news-narratives-page .name-date {
    font-size: 14px;
  }

  .pl-contact {
    padding-left: 50px;
  }



  .prdiingcontact {
    padding-right: 20px;
  }

  .sec-1 .nav-link {
    font-size: 19px;
  }


  .sec-1 .description {
    padding-bottom: 50px;
  }

  .sec-2 {
    padding: 70px 0px;
  }

  .sec-2-text {
    font-size: 24px;
  }
  .child-card .contentuser {
    padding-bottom: 10px;
        bottom: 20px;
}
.parent-card:hover .contentuser p {
    max-height: 250px;
}



  .thank-you-page .row-gap {
    padding-top: 300px;
  }

  .thank-you-page .row-gap {
    padding-top: 18rem;
  }

  .bannerbg .menu {
    margin-top: 12%;
  }
 
  .dropdownul li a {
    font-size: 14px;
  }

  a.nav-link {
    font-size: 19px;
  }

  .about-us-nav .nav-item:hover {
    transform: scale(1.05) translatex(-7px);
  }

  header.about-us-nav .nav-item .background {
    left: -137px;
    top: -24px;
  }

  .nav-item.dropdown .dropdown-menu {
    width: 137px !important;
    min-width: 1px;
  }

  .nav-item.dropdown:hover .dropdown-menu .background li {
    padding-bottom: 0px;
  }

  .about-us-nav .nav-menu {
    max-width: 217px;
  }

  .about-us-nav {
    background-position: bottom 23px center;
  }

  #navbarNavAltMarkup1 {
    margin-top: -440px;
    display: block !important;
    height: 440px !important;
  }

  .showactive #navbarNavAltMarkup1 {
    margin-top: 0 !important;
  }

  button.navbar-toggler {
    margin-top: 14px !important;
  }


  .logoto2 {
    height: 86px;
  }

  #fullpage .nav-item .background .list-text {
    font-size: 12px !important;
  }

  .sec-1 {
    max-height: 610px;
  }

  .sec-1-content {
    max-width: 686px;
  }

  .description.container-fluid.pb-0 {
    bottom: 14%;
  }

  .svgbg {
    width: 330px;
  }

  .marquee-track-list a.position-relative.abc {
    margin-left: -50px;
  }

  .bannerbg {
    padding-top: 130px;
  }

  .main {
    padding-top: 130px;
  }

  .bannerbg .name {
    font-size: 1.8em;
    max-width: 60%;
    margin: 0 auto;
  }

  .collabrations-box {
    min-height: 240px;
  }

  .img-fluid-2 {
    height: 520px;
  }

  h1 {
    font-size: 3.5em;
  } 
 
  .thankyoucontent br {
    display: none;
  }
  .thankyoucontent {
      left: -150px;
  }
  .secondimgbg .torow.hovermove::after
   {
        left: -60px;
  }
  .sec-1 .nav-item.dropdown .dropdown-menu {
    top: 25px;
  }
    
}


@media (max-width: 1250px) {
  body {
    font-size: 10px;
  }
   .article-link {
    font-size: 1.5em;
  }

   .grid-basic p {
    font-size: 1.5em;
  }

    span.share-text {
    font-size: 1.2em;
  }
 .left-links .publisher {
    font-size: 1.5em;
  }
.right-social img.social-img {
    max-width: 25px;
  }
  .bannerbg .date {
    font-size: 1.1em;
  }
  .colectionimg {
    width: 120px;
  }

  .about-us-section-3 .top-images {
    top: 10px !important;
  }

  .about-us-section-3 .top-images {
    top: 10px !important;
  }
  .secondimgbg .torow.hovermove::after {
    left: -46px;
  }
    .secondimgbg .torow.hovermove::before {
    right: -51px;
  }
} 

@media (max-width: 1200px) {
  img.headerbg {
    top: -12%;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:nth-child(-n + 2) {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about-us-nav .second-logo {
    height: 135px;
  }

  .contact-us .main-div {
    background-position: center;
  }

  .contact-us .address {
    margin-right: 0px;
  }

  .thank-you-page .row-gap {
    padding-bottom: 100px;
  }

  .thank-you-page .main-div .text {
    margin-top: -100px;
  }

  .overview-page .img-text {
    font-size: 20px;
  }

  .overview-page-2 .second-div .text {
    font-size: 40px;
    line-height: normal;
  }

  .overview-page-2 .second-div .text-3 {
    line-height: normal;
  }

  .overview-page-2 .gap {
    gap: 40px;
  }

  .news-narratives-page .heading-for-otherpage {
    font-size: 20px;
    letter-spacing: normal;
  }

  .our-partner-1 .heading-for-otherpage {
    font-size: 16px;
    letter-spacing: normal;
  }

  .sector-in-focus-1 .image-1 {
    max-width: 330px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 500px;
  }

  .about-us-nav .second-logo {
    height: 135px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 150px;
  }

  .our-collaborations .heading-for-otherpage {
    font-size: 16px;
    letter-spacing: normal;
  }


  .article-one .text {
    font-size: 1.2rem;
  }

  .our-partner-1 .heading-for-otherpage {
    font-size: 16px;
    letter-spacing: normal;
  }

  .thank-you-page .row-gap {
    padding-top: 16rem;
    padding-bottom: 10rem;
  }

  .thank-you-page .main-div .text {
    margin-left: 8rem;
    font-size: 2.4rem;
  }

  .partner-image {
    width: 210px;
    height: 169px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
    margin: 0px;
  }

  .main-heading {
    font-size: 36px;
  }

  

  .partner-description {
    font-size: 19px;
    min-height: 90px;
    margin-bottom: 0px;
    padding-top: 3rem;
  }

  .d-4 {
    padding-top: 0rem;
  }

  .bottom-text {
    font-size: 22px;
  }

  .partner-t-4 {
    padding-bottom: 1rem;
    margin-bottom: 0px;
  }

  .divider-line {
    margin-top: 1rem;
  }

  .overview-grid-1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .overview-grid-1 img {
    width: 50% !important;
    height: auto !important;
  }

  .description>div {
    margin-top: 1%;
  }

  .thankyoucontent .text {
    font-size: 20px;
  }

  .contact-us .labels {
    font-size: 18px;
    margin-bottom: 0;
  }

  .contactbgmain {
    background-position: center;
  }

  .about-us-nav .second-logo {
    height: 135px;
  }

  .thank-you-page .row-gap {
    padding-bottom: 100px;
  }



  .thank-you-page .main-div .text {
    margin-top: -100px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 150px;
  }

  .contactbgmain {
    padding-top: 100px;
  }

  .contact-us .address-name {
    font-size: 13px;
  }

  .contact-us .address {
    font-size: 14px;
  }



  .contact-us .address {
    margin-right: 0px;
  }

  /* .hovermove {
    height: 334px;
  } */

  .secondimgbg .torow.hovermove::after {
    left: -39px;
  }

  .secondimgbg .torow.hovermove::before {
    right: -51px;
  }

  .imgbginner::before {
    height: 243px;
    width: 36px;
    left: -35px;
  }

  .imgbginner::after {
    height: 254px;
    width: 28px;
  }

  .content-text p {
    font-size: 14px;
  }

  .text p {
    font-size: 25px;
    line-height: 1.5;
  }

  .text-3 h2 {
    line-height: 1.5;
  }

  .content.sec-1-content.stripbottom.red {
    padding-top: 16px;
    padding-left: 82px;
    padding-right: 82px;
  }

  .sec-1-content h1 {
    font-size: 39px;
  }



  .sec-1 .nav-link {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 0px;
  }

  .border-b::after {
    height: 2px;
  }

  .sec-2-text {
    font-size: 20px;
  }

  .contents p {
    font-size: 19px;
    line-height: 22px;
  }

  .news-narratives-page .heading-for-otherpage {
    font-size: 20px;
    letter-spacing: normal;
  }

  .our-partner-1 .heading-for-otherpage {
    font-size: 16px;
    letter-spacing: normal;
  }

  .sector-in-focus-1 .image-1 {
    max-width: 330px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 500px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 150px;
  }

  .yt-menu {
    padding-top: 20px !important;
    padding-left: 31px !important;
  }



  .yt-container {
    width: 100%;
    max-width: 97%;
  }

  .description.container-fluid.pb-0 {
    bottom: 10%;
  }

  .post-slide {
    height: 380px;
  }

  .sec-7-slider {
    width: 100%;
  }

  .sec-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .owl-buttons .owl-prev,
  .owl-buttons .owl-next {
    top: 75%;
  }

  .flesing {
    max-width: 600px;
  }
  

}

@media (max-width: 1199px) {

    .child-card .contentuser {
        padding-bottom: 35px;
        bottom: 20px;
    }

  .sec-1 .description {
    margin-bottom: 1rem;
    font-size: 45px;
  }

  .about-us-nav {
    padding-bottom: 5px;
  }

  .thankyoucontent {
    transform: translateY(-50%);
  }


  .yt-menu {
    padding-top: 20px !important;
    padding-left: 31px !important;
  }



  .yt-container {
    width: 100%;
    max-width: 94%;
  }

  .sec-1 .description .content {
    margin-bottom: 3rem;
    font-size: 45px;
  }

  .sec-1 .description {
    margin-bottom: 1rem;
    font-size: 45px;
  }

  .sec-1 .description .content {
    margin-bottom: 3rem;
    font-size: 45px;
  }

  .sec-1 .description {
    margin-bottom: 1rem;
    font-size: 45px;
  }

  .sec-1 .description .content {
    margin-bottom: 3rem;
    font-size: 45px;
  }

  .about-us-section-1 .main-image {

    max-width: 77vh;
    max-height: 580px;
  }

  .post-slide {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .text p {
    font-size: 33px;
  }
.partner-title {
    min-height: 50px;
  }
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }

  .main-heading {
    font-size: 36px;
  }

  .partner-title {
    min-height: 50px;
  }

  .partner-description {
    padding-top: 0px;
    font-size: 18px;
    min-height: 90px;
  }

  .d-3 {
    padding-top: 1.5rem;
    padding-bottom: 0.9rem;
  }

  .bottom-text {
    font-size: 22px;
  }

  .about-us-section-1 .main-image {
    top: 0;
    right: -35px;
    max-height: 470px;
  }

  .pt-md-4 {
    padding-top: 3.5rem !important;
  }


  
  .about-us-section-1 .description {
    font-size: 18px;
    width: 430px;
  }

  .bannerbg .view-article {
    font-size: 25px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }

  .main-heading {
    font-size: 36px;
  }

  .partner-title {
    min-height: 50px;
  }

  .partner-description {
    font-size: 18px;
    padding-top: 0px;
  }

  .d-4 {
    padding-top: 0.8rem;
  }

  .bottom-text {
    font-size: 22px;
  }

  .dl-4 {
    margin-top: 0rem;
  }

  .partner-description p {
    font-size: 1em;
  }
.navbar-toggler {
    display: none;
}
.navbar .container.justify-content-lg-center {
    justify-content: center !important;
}
.navbar .navbar-nav {
    justify-content: center !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.dextophomeheader #navbarNavAltMarkup1.navbar-collapse {
    margin-top: 0px !important;
    padding-top: 0px !important;
}


}

@media (max-width: 991px) {
  .bannervideo {
    height: 480px;
    max-width: 100%;
  }
  .contenttowtabs p {
    font-size: 1em; 
}
      .thankyoucontent {
        width: auto;
    }
.founding-members .row .col-6:nth-child(4) .imgbg.hovermove {
    overflow: inherit;
}
.about-us-gallery { 
    background-position: top center; 
}
  .imgbginner::after {
    opacity: 0;
    display: none;
  }

  .secondimgbg .torow.hovermove::before {
    display: none;
    opacity: 0;
  }

  .imgbginner::before {
    display: none;
    opacity: 0;
  }

  .background-black .blackbg:nth-child(3) .tothree.hovermove::after {
    content: "";
    width: 90px;
    height: 104%;
    position: absolute;
    left: auto;
    top: -1px;
    background-image: url(../img/off-white-shap.svg);
    background-repeat: no-repeat;
    z-index: 999;
    object-fit: contain;
    background-size: contain;
    right: -48px;
  }

  .background-black .blackbg:nth-child(5) .torow.hovermove::after {
    content: "";
    left: auto;
    right: -48px;
  }



  .sdg-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .text p {
    width: auto;
  }

  .main {
    padding-top: 140px;
  }

  .sdg-item {
    width: 120px;
    grid-column: auto !important;
  }

  .sdg-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .bottom-img {
    display: none;
  }

  /* Bottom Image for small screen */
  .bottom-img-s {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
  }



  .sdg-item {
    width: 120px;
    /* Reset grid properties for flex fallback */
    grid-column: auto !important;
  }

  .contact-us .main-div {
    background-image: url(../img/contact-us-bg-2.jpg);
    background-position: left;
    padding-top: 100px;
  }

  .imgbginner {
    width: 100%;
    height: 100%;
  }

  .fullimgeslider {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .dropdown-menu {
    transition: all 0.3s ease;
  }

  .thank-you-page .main-div {
    background-position: top center;
  }

  .thank-you-page .main-div .text {
    font-size: 30px;
  }

  .overview-page .text {
    font-size: 30px;
  }

  .overview-page-2 {
    margin-top: 0px;
  }

  .our-partner-1 .heading-for-otherpage {
    margin-top: 0px;
  }

  .sector-in-focus-1 .sector-big-boxes {
    display: none;
  }

  .sector-in-focus-1 .sector-small-boxes {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 350px;
  }

  .our-partner-1 .input-tag {
    padding: 10px 30px;
    font-size: 18px;
  }

  .our-partner-1 .tab-menu {
    margin-top: 50px;
  }

  .our-partner-1 .margin-class {
    margin-top: 0px;
  }



  .about-us-section-3 .main-image {
    height: 400px;
    top: unset;
    left: 0px;
    margin: auto;
  }

  .about-us-section-3 .images {
    display: none !important;
  }

  .about-us-section-2 .text {
    font-size: 25px;
  }

  .about-us-section-1 {
    padding-bottom: 150px;
  }

  .about-us-section-1 .main-image {
    top: 90px;
    right: 0px;
    height: auto;
    left: 0;
    margin: 0 auto;
  }

  .about-us-nav .logo-2 {
    height: 100px;
    padding-top: 0px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 70px;
  }

  .about-us-nav .second-logo {
    margin-top: 0px;
    margin-left: 50px;
  }

  .sec-5 {
    padding-top: 70px;
  }

  #myCarousel {
    margin-top: 50px !important;
  }

  .sec-4 {
    padding-bottom: 150px;
  }

  .sec-4 .text {
    font-size: 25px;
  }
.our-partner-1 .image-div:hover .image {
    transform: translateY(-30px);
}
  .sec-3 {
    padding-top: 100px;
  }
.contants-approch { 
   transition: none;
       
}
.contants-approch p{
 display: -webkit-box;
   -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
   overflow: hidden;
  text-overflow: ellipsis;
 font-size: 10px;
 width: 88%;
 margin: 0 auto;
}
.contants-approch a { 
    font-size: 11px; 
}
.our-partner-1 .image-div {
    transition:none; 
}
  #myCarousel {
    margin-top: 50px !important;
  }
.borderbottom::after { 
    width: 140px; 
}
.our-partner-1 .image-div .name {
        font-size: 17px;
    }
  .sec-2 {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .sec-2 .text {
    font-size: 25px;
  }

  img.social-img {
    width: 25px;
  }

  .sec-1 .description {
    overflow-y: unset;
    padding-top: 220px;
    padding-bottom: 50px;
  }

  h1 {
    font-size: 4em;
  }

  span.v-divider {
    width: 3px;
    height: 28px;
    margin-left: 5px;
  }



  .section-height {
    height: auto;
    scroll-snap-align: unset;
  }

  .our-collaborations .heading-for-otherpage {
    margin-top: 0px;
  }

  .our-partner-1 .heading-for-otherpage {
    margin-top: 0px;
  }

  .our-collaborations {
    background: #F0E6DA;
  }

  .our-partner-1 .input-tag {
    padding: 10px 30px;
    font-size: 18px;
  }

  .our-partner-1 .tab-menu {
    margin-top: 50px;
  }

  .our-partner-1 .margin-class {
    margin-top: 0px;
  }

  .our-collaborations .input-tag {
    padding: 10px 30px;
    font-size: 18px;
  }

  .our-collaborations .tab-menu {
    margin-top: 50px;
  }

  .our-collaborations .margin-class {
    margin-top: 0px;
  }

  .thank-you-page .main-div {
    background-image: url(../img/thank-you-mobile-bg.png);
    background-size: contain;
    background-position: top center;
    min-height: 40rem;
    padding-top: 18rem;
    padding-bottom: 8rem;
  }

  .thank-you-page .main-div .text {
    margin-left: 0;
    font-size: 2rem;
    padding: 0 2rem;
  }

  .thank-you-page .row-gap {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }



  .bannerbg .date {
    font-size: 15px;
  }

  .bannerbg .gap .icons {
    height: 20px;
    width: 20px;
  }

  .sec-2 .section-height {
    padding-top: 1px;
  }

  .sec-2 {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .sec-2 .text {
    font-size: 25px;
  }

  .sec-1 .description {
    overflow-y: unset;
    padding-top: 220px;
    padding-bottom: 50px;
  }


  .sdg-grid .sdg-item:first-child {
    margin-left: 0px;
  }

  .sdg-grid .sdg-item:nth-child(2) {
    margin-left: 0px;
  }

  .sdg-grid .sdg-item:nth-child(3) {
    margin-left: 0px;
  }

  .sdg-grid .sdg-item:nth-child(4) {
    margin-left: 0px;
  }



  .thankyoucontent {
    padding-right: 130px;
    padding-left: 0;
  }

  .imgthankyu img {
    max-width: 100%;
  }

  .thank-you-page .main-div {
    background-position: top center;
  }

  .thank-you-page .main-div .text {
    font-size: 30px;
  }

  .dropdown-menu {
    transition: all 0.3s ease;
  }



  .overview-page-2 {
    margin-top: 0px;
  }

  .about-us-nav .logo-2 {
    height: 100px;
    padding-top: 0px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 70px;
  }

  .about-us-nav .second-logo {
    margin-top: 0px;
    margin-left: 50px;
  }


  .common-heading.stripbottom {
    color: #913832;
  }

  .about-us-section-1 .scrolling-div {
    max-height: 370px;
  }

  .flesing .year-label.section-title {
    display: none;
  }

  .about-us-section-3 .top-padding h2.common-heading.white {
    color: #913832;
  }

  .about-us-section-2 {
    background-image: url(../img/hfhfhfhfh.png);
    padding-top: 130px !important;
    background-size: 100% 100%;
    padding-bottom: 90px;
    position: relative;
    z-index: 1 !important;
    filter: drop-shadow(0px 1px 8px rgba(53, 41, 27, 0.5));
  }

  .about-us-section-3 .top-padding .border-b.white::after {
    background-color: #7a2928;
  }

  .timeline-wrapper {
    margin-top: 450px;
  }

  .about-us-gallery {
    background-image: url(../img/lastbgabout.png);
    background-size: cover;
    background-color: #913832;
    padding-top: 100px;
  }

  .about-us-section-3 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2DFDC 25%, #C47D72 55%, #913832 100%);
  }

  .about-us-section-1 {
    background-size: cover;
    background-position: bottom;
  }

  .about-us-section-3 .top-padding {
    padding-top: 50px;
  }

  .conentsliv {
    padding-left: 185px;
    padding-top: 30px;
    padding-right: 20px;
  }

  .flesing {
    max-width: 788px;
  }

  .about-us-section-1 .description {
    width: auto;
  }

  .myswiper .swiper-button-prev {
    left: 360px;
  }

  .myswiper .swiper-button-next {
    left: 360px;
  }

  .about-us-section-1 .section-title {
    transform: rotate(90deg);
  }

  .text-content {
    margin-left: 0;
    text-align: center;
    order: 2;
    padding-left: 0px;
    max-width: 100%;
  }

  .dot:last-child::after {
    height: 80px;
  }

  .timeline-wrapper {
    height: 350px;
  }

  .about-us-section-3 .heading {
    font-size: 22px;
  }

  .about-us-section-3 .heading-2 {
    font-size: 16px;
  }
    .about-us-section-3 .description {
        font-size: 14px;
    }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {

    right: auto;
    left: 50%;
    top: auto;
    bottom: -15px;
    transform: rotate(90deg) translatex(20px);
  }

  .swipersmain .swiper-button-next {
    left: auto;
    top: auto;
    bottom: 55px;
    right: 60px;
  }

  .about-us-section-3 .bottom-padding {
    padding-bottom: 0;
  }

  .swipersmain .swiper-button-prev {
    left: 65px;
    top: auto;
    bottom: 55px;

  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0px 10px;
    border: 1px solid #fff;
    background-color: transparent;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 70px;
  }

  .about-us-section-1 {
    background-image: url('../img/aboutmobilein.jpg');
  }

  .about-us-section-3 {
    background-size: 185% 100%;
    padding-bottom: 100px;
    margin-top: -45px;
    padding-top: 40px;
  }

  header.about-us-nav {
    background-image: url(../img/shapemobileshapes.png);
  }

  .about-us-nav .nav-menu {
    width: auto;
  }

  .contactbgmain {
    background-image: url(../img/postcard-mobile.png);
    background-position: left;
    padding-top: 100px;
    position: relative;
    background-size: 100% 100%;
    padding-bottom: 190px;

  }

  .contact-us .address-div {
    width: 228px;
    left: 70px;
    bottom: 70px;
    position: absolute;
  }

  .imgtopshape {
    display: none;
  }

  .pl-contact {
    position: inherit;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: center;
  }



  .heading:after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -21px;
    margin: 0 auto;
    background: #913832;
    left: 0;
    right: 0;
  }

  .leftimg {
    text-align: center;
    width: 100%;
    padding: 20px 70px;
    margin: 68px 20px;
  }




  .prdiingcontact {
    padding-right: 90px;
    padding-left: 90px;
    border-left: 0;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    left: -90px;
    top: 60px;
    padding-top: 0;
  }

  .about-us-nav .nav-item .background {
    position: absolute;
    background-size: cover;
    background-position: bottom;
    left: -15px;
    align-items: end;
    padding-bottom: 25px;
  }



  .about-us-nav .nav-item:hover {
    transform: scale(1) translatex(0px);
    z-index: 9999;
  }

  .about-us-nav .nav-item {
    border: 0;
    border-left: 0px;
    justify-content: end;
    width: 100%;
    padding-left: 0;
  }

  .about-us-nav .nav-item:hover {
    border-left: 0;
    font-weight: 300;
  }

  .about-us-nav .nav-link {
    line-height: normal;
    border-bottom: 1px solid #fff;
    display: block;
    padding-left: 30px;
  }

  .navbar-nav .dropdown-menu a.dropdown-item.nav-link.p-1.list-text {
    border-bottom: 0;
  }

  #news-slider .owl-pagination {
    max-width: 100%;
  }

  .logoto2 {
    height: 80px;
    top: 0;
  }

  .showactive img.logoto2 {
    opacity: 1;
    height: 80px;
    top: 28%;
  }

  #myCarousel {
    margin-top: 50px !important;
  }

  #news-slider .owl-wrapper {
    margin-left: 0px;
  }

    .sec-1 .nav-item.dropdown .dropdown-menu {
        left: 80px ;
        top: 56px ;
    }

  div#demo::after,
  div#demo::before,
  #news-slider::after,
  #news-slider::before {
    width: 0;
  }

  #news-slider::after {

    width: 0;
  }

  .dropdown-menu {
    transition: all 0.3s ease;
  }

  .container {
    max-width: 100rem !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .sec-1 {
    max-height: 610px;
    height: 600px;
  }



  .footer-bottom-text {
    max-width: 100%;
  }



  .sec-4 .text {
    font-size: 25px;
  }

  .footer-terms-of {
    position: static;
  }



  .footer-bottom-text p {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .sec-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dextophomeheader {
    width: 22%;
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: block !important;
            padding-top: 60px;
        transform: translateY(-60px);
        /* opacity: 0; */
        transition: transform 0.55s ease, opacity 0.45s ease; 
  }

  .dextophomeheader #navbarNavAltMarkup1 {
    display: none !important;
  }
  nav.dextophomeheader.showactive #navbarNavAltMarkup1 {
    display: block !important;
    height: 500px !important;
    transition: ease-in-out 1s;
  }

  nav.dextophomeheader.showactive .navbar-nav.nav-menu {
    width: auto;
    flex-direction: column !important;
    justify-self: end;
    margin-top: 0;
    transition: ease-in 0.5s;
    margin-bottom: 18px;
    font-weight: 300;
    max-width: 267px;
    padding-top: 50px;
    gap: 0;
    margin-right: 0;
    margin-left: auto;
    flex-wrap: wrap !important;
  }

  nav.dextophomeheader.showactive {
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: block !important;
    background-image: url(../img/shapemobileshapes.png);
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 15px center;
    padding-bottom: 0px;
    background-clip: border-box;
    top: 0;
    z-index: 1000;
    padding-left: 30px;
    padding-right: 30px;
    transform: translateY(0);
  }

  nav.dextophomeheader.showactive .nav-link {
    line-height: normal;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 19px;
    color: white;
    padding-left: 30px;
    padding-right: 0px;
    letter-spacing: 0;
  }

  nav.dextophomeheader.showactive .nav-link:hover {
    border-radius: 0px;
  }

  nav.dextophomeheader.showactive .customeborder {
    border: 0;
    border-left: 0px;
    justify-content: end;
    width: 100%;
    padding-left: 0;
    transition: ease-in 0.5s;
    margin-bottom: 18px;
    font-weight: 300;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
 

  nav.dextophomeheader.showactive a.main-logo-custom {
      display: none;
  }

  nav.dextophomeheader.showactive .mainlogo.mobilelogo {
    display: block !important;
    /* transform: scale(1) translateY(184%); */
    transition: all 1s ease;
  }
  nav.dextophomeheader.showactive .mainlogo.mobilelogo img.one.logoto2 {
    left: 30px;
  }
  nav.dextophomeheader.showactive .container.justify-content-lg-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
    justify-content: space-between !important;
  }
  nav.dextophomeheader.showactive .nav-item .background .list-text {
    color: #913832;
  }
  nav.dextophomeheader.showactive .nav-item .background {
    left: -137px;
    top: -24px;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: bottom;
    align-items: end;
    padding-bottom: 25px;
  }

    nav.dextophomeheader.showactive button.navbar-toggler {
      margin-top: 0px !important;
  }
  nav.dextophomeheader.showactive button.navbar-toggler.border-0 {
      top: 15px;
      position: absolute;
      right: 40px;
  }
  

  .about-us-nav {
    padding-bottom: 0px;
  }

  .dextophomeheader button {
    position: static;
    margin: 0;
    padding: 0;
  }

  .dextophomeheader button img {
    position: static;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 31px;
  }

  .sec-1>nav>.container>a {
    margin: 0 auto;
  }

  .contents.mt-6 {
    display: block;
  }

  .nav-item.dropdown .dropdown-menu .background li {
    margin-top: 0px !important;
  }

  button.navbar-toggler {
    padding-right: 0;
  }

  .news-narratives-page {
    background-image: url(../img/mobilevienbgphole.png);
  }

  .footer {
    background-image: url(../img/footerbgmobile.png) !important;
  }


  .showactive img.logoto2 {
    opacity: 0;

  }

  button.navbar-toggler {
    margin-top: 5px !important;
  }



  .showactive img.one.logoto2 {
    opacity: 1;
    top: 0;
  }





  .contact-us .address-div img {
    width: 14px;
  }

  .conentsliv .heading::after {
    content: "";
    display: none;
  }

  .pryaveyt .heading::after {
    content: "";
    display: none;
  }

  .our-partner-1 .heading-for-otherpage {
    margin-top: 0px;
  }

  .our-partner-1 .input-tag {
    padding: 10px 30px;
    font-size: 18px;
  }

  .our-partner-1 .tab-menu {
    margin-top: 50px;
  }

  .our-partner-1 .margin-class {
    margin-top: 0px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 350px;
  }


  .myswiper .swiper-button-next {
    transform: translateY(-500%);

  }

  .about-us-section-3 .main-image {
    margin: auto;
    position: relative;
    left: auto;
    right: auto;
    height: 300px;
  }

  .about-us-section-3 .content {
    flex-wrap: wrap;
  }

  .about-us-section-3 .images {
    display: none !important;
  }

  .imgcrav {
    width: 100%;
    text-align: center;
    order: 1;
    margin: 50px 0px;
    margin-bottom: 0;
  }





  .hovermove {
    height: 100%;
  }

  .border-b::after {
    width: 75px;
    height: 2px;
    bottom: -6px;
  }

  .about-us-nav .logo-2 {
    height: 100px;
    padding-top: 0px;
  }

  .about-us-section-2 .text {
    font-size: 25px;
  }




  .about-us-nav .nav-menu {
    padding-bottom: 70px;
  }

  .about-us-nav .second-logo {
    margin-top: 0px;
    margin-left: 50px;
  }



  #myCarousel {
    margin-top: 50px !important;
  }

  .sec-4 {
    padding-bottom: 150px;
  }

  .sec-4 .text {
    font-size: 25px;
  }


  .sec-3 {
    padding-top: 100px;
  }

  #myCarousel {
    margin-top: 50px !important;
  }

  .sec-2 {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .sec-2 .text {
    font-size: 25px;
  }

  .sec-1 .description {
    overflow-y: unset;
    padding-top: 220px;
    padding-bottom: 50px;
  }

  img.logoto2.mobile-hide {
    display: none;
  }



  

  .pl-contact h3 {
    order: 2;
    position: relative;
  }

  .pl-contact h3::after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -21px;
    margin: 0 auto;
    background: #913832;
    left: 0;
    right: 0;
  }


  .yt-menu {
    padding-top: 20px !important;
    padding-left: 31px !important;
  }


  .yt-container {
    width: 100%;
    max-width: 94%;
  }

  .overview-page .common-heading {
    line-height: 2.5rem;
  }

  .overview-page .overview-para {
    font-size: 33px;
  }

  .cirile {
    top: 76px;
    right: -1px;
  }

  .scpetop {
    margin-top: 20px;
  }

     .contact-us .address { 
        width: 190px;
    }

  .img-text h5 {
    margin-top: 1px !important;
    font-weight: 600;
    font-size: 22px;
  }

  .overview-page svg {
    padding-bottom: 18px;
  }

  .map-size {
    max-width: 82%;
    height: 79%;
    padding: 3%;
  }

  .sec-2-text {
    line-height: 1.8rem;
  }

  .sec-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sec-7-p {
    margin-right: 2rem;
  }

  .sec-4 .common-heading {
    margin-top: 2rem;
  }

  .sec-4 .content {
    padding: 0rem;
  }

  .sec-4 .content .about-content h6 {
    font-size: x-large;
    width: 80%;
    font-family: "Bodoni Moda 9pt italic";
    font-weight: 400;
    font-size: 1.68rem;
    color: rgb(145, 56, 50);
  }

  .carousel-control-prev {
    margin-left: 3.2rem;
  }

  .carousel-control-next {
    margin-right: 1rem;
  }

  .bannerbg .name {
    font-size: 2.1em;
  }

  .collabrations-box {
    min-height: 210px;
  }



  .sec-1>nav>.container>button.navbar-toggler.border-0 {
    display: none;
  }

  #fullpage header.about-us-nav.active {
    display: block;
  }

  .about-us-nav {
    background-position: bottom 15px center;
  }

  .dot .year-label.section-title {
    left: -90px;
  }


  .contact-us .image {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-left: 2px solid #7e2a2a;
    border-right: 2px solid #7e2a2a;
    border-radius: 0;
  }

  img.left-shaf {
    width: 360px;
  }

  img.right-shaf {
    width: 385px;
  }

  .sec-1 {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/mobilemainheader.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    position: relative;
  }

  ul.dropdown-menu.show {
    z-index: 999;
  }
.founding-members .row .col-6:first-child .imgbginner::after,
  .founding-members .row .col-6:nth-child(3) .imgbginner::after,
  .founding-members .row .col-6:nth-child(5) .imgbginner::after {
    content: "";
    background: url(../img/trip2.png);
    width: 29px;
    height: 180px;
    position: absolute;
    right: -1px;
    top: 0;
    background-size: cover;
    opacity: 0;
    z-index: 9;
    transition: 1.3s all ease;
    display: block;
  }

  .founding-members .row .col-6:nth-child(2n) .imgbginner::after,
  .founding-members .row .col-6:nth-child(4) .imgbginner::after {
    content: "";
    background: url(../img/trip.png);
    width: 29px;
    height: 180px;
    position: absolute;
    right: auto;
    top: 0;
    left: -28px;
    background-size: cover;
    opacity: 0;
    z-index: 9;
    transition: 2s;
    display: block;
  }

  .founding-members .row .col-6:first-child .hovermove:hover .imgbginner::after,
  .founding-members .row .col-6:nth-child(3) .hovermove:hover .imgbginner::after,
  .founding-members .row .col-6:nth-child(5) .hovermove:hover .imgbginner::after,
  .founding-members .row .col-6:nth-child(2n) .hovermove:hover .imgbginner::after,
  .founding-members .row .col-6:nth-child(4) .hovermove:hover .imgbginner::after {
    opacity: 1;
  }
  ul.dropdown-menu.show {
      z-index: 999999;
  }
  .sec-1>nav>.container>button.navbar-toggler.border-0 {
      display: block;
  }
  .min-hverty .effect {
      min-height: 100%;
  }
  .min-hverty .effect:last-child {
    padding-top: 40px;
  }
  svg .sector1 {
    transition: fill 2s ease;
  }

}

@media (max-width: 767px) {

  .imgthankyu {
    margin-top: 0;
  }
.our-partner-1 .image-div .name {
        font-size: 15px;
    }
  .about-us-section-1 {
    padding-bottom: 0px;
  }

  .scpetop {
    margin-top: 20px;
  }
.contants-approch a {
    font-size: 10px;
}
  .thank-you-page .text-center {
    margin-top: 0px !important;
  }

  .grid-basic h5 {
    font-style: normal;
    font-size: 2em;
  }

  .our-collabrations-box {
    padding-top: 0px;
  }

  .description.container-fluid.pb-0 {
    bottom: 17%;
  }

  .mins-highr {
    min-height: auto !important;
    padding-bottom: 100px !important;
  }

  .swipersmain .swiper-button-prev {
    bottom: 30px;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }

  .swipersmain .swiper-button-next {
    bottom: 30px;
  }

  .about-us-gallery {
    padding-top: 30px;
  }

  .about-us-section-3 .top-padding {
    padding-top: 2px;
  }

  .sec-1 .logo {
    margin-top: 8px;
  }

  span.share-text {
    padding-left: 0px;
  }

  span.v-divider {
    margin-left: 0px;
  }

  .grid-basic.towcol {
    margin-top: 53px;
  }

  .text-center {
    margin-top: 50px !important;
  }

  .h3-gap {
    margin-top: 40px;
  }

  .cirile {
    top: 25px;
    right: 20px;
  }

  .img-text h5 {
    font-size: 18px;
  }

  .banner-bottom-description .border-b {
    font-size: 4em;
  }

  .banner-bottom-description {
    padding-bottom: 15%;
  }

  .grid-basic,
  .grid-basic.threecol,
  .our-collabrations-box .grid-basic.towcol,
  .grid-basic.towcol {
    grid-template-columns: 1fr;
  }

  .collabrations-box {
    min-height: 180px;
  }

  .our-collabrations-box .grid-basic.towcol {
    width: 100%;
  }

  .our-collabrations-box {
    width: 70%;
    margin: 0 auto;
  }

  .sec-2 {
    padding-top: 70px;
  }

  nav.breadcrumb-nav {
    margin-left: 0;
    max-width: 100rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  ol.breadcrumb {
    gap: 8px;
    margin-bottom: 20px;
  }

  ol.breadcrumb li.breadcrumb-item {
    padding-left: 0px !important;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    margin-right: -5px;
  }

  .sec-3 .image {
    width: 300px;
    height: 400px;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

  .sec-5 .carousel-item a:hover .bottom-div .description-text {
    max-height: 150px;
    font-size: 14px;
  }

  .sec-4 {
    padding-top: 70px;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:nth-child(1) {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-2 {
    padding-top: 70px;
  }

  .sec-2 {
    padding-top: 0px;
  }

  .overview-grid-1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .overview-grid-1 img {
    width: 50% !important;
    height: auto !important;
  }

  .sec-5 .carousel-item a:hover .bottom-div .description-text {
    max-height: 150px;
    font-size: 14px;
  }

  .grid-basic {
    margin-bottom: 18px;
    gap: 20px;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

  .article-link {
    font-size: 1.7em;
  }

  .sec-5 .carousel-item a:hover .bottom-div .description-text {
    max-height: 150px;
    font-size: 14px;
  }

  .about-us-section-3 .bottom-padding {
    padding-bottom: 55px;
  }

  .sec-4 {
    padding-top: 70px;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:nth-child(1) {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bannervideo {
    height: 380px;
  }

  .sec-2 {
    padding-top: 70px;
  }

  .sec-2 {
    padding-top: 0px;
  }

  .overview-grid-1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .overview-grid-1 img {
    width: 50% !important;
    height: auto !important;
  }

  .sec-5 .carousel-item a:hover .bottom-div .description-text {
    max-height: 150px;
    font-size: 14px;
  }

  .leftimg {
    padding: 0px 0px;
    margin-top: 100px;
  }

  .ifeect {
    padding: 0 30px;
  }

  ul.pagination {
    justify-content: center !important;
  }

  .sec-4 {
    padding-top: 70px;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .sec-3 {
    padding-top: 70px;
  }

  .carousel-inner .carousel-item>div:nth-child(1) {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .our-partner-1 .image-div::after {
    width: 100px;
  }

  .our-partner-1 img {
    width: 120px !important;
    height: auto !important;
  }

  .our-partner-1 .image-div .image-35 {
    max-width: 80px;
  }

  .our-partner-1 .image-div .image-24 {
    max-width: 60px;
  }

  .our-partner-1 .image-div .image-30 {
    max-width: 70px;
  }


  .error-404 .error-div .text {
    font-size: 9rem;
    letter-spacing: 0;
  }

  .trf-main .common-heading {
    margin: 0px;
    padding: 0px;
  }

  .error-content {
    margin-bottom: 0rem;
  }

  .error-404 .error-div {
    background-position: center top -14px;
    text-align: center;
    padding: 80px 0px;
  }

  .thank-you-page .main-div .text {
    font-size: 25px;
  }

  .error-404 .error-div .text-3 {
    margin-left: 0px;
  }


  .error-404 .error-div .text-2 {
    margin-top: 0px;
    margin-left: 0;
    font-size: 3em;
  }

  .our-partner-1 .text {
    font-size: 33px;
  }

  .sector-in-focus-1 .text {
    font-size: 33px;
  }


  .about-us-section-3 .main-image {
    height: 400px;
    margin: auto;
  }

  .imgcrav {
    width: 100%;
    text-align: center;
  }

  .about-us-section-3 .content {
    flex-wrap: wrap;
  }

  .text-content {
    max-width: 100%;
  }

  .about-us-section-3 .bottom-padding {
    padding-bottom: 0px;
  }

  .about-us-section-3 .bottom-padding-2 {
    padding-bottom: 150px;
  }

  .about-us-section-2 {
    margin-top: -100px;
  }

  .about-us-section-1 .gaps {
    padding-bottom: 200px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 0px;
  }


  .our-partner-1 .text {
    font-size: 24px;
  }

  .tab-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .center-label {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .left-tab,
  .right-tab {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    justify-content: center !important;
  }

  .left-tab.col-4,
  .right-tab.col-4 {
    padding: 0 !important;
  }

  .our-collaborations .tab-menu .menus {
    font-size: 13px;
    letter-spacing: 0.08rem;
    margin: 0;
    padding: 6px 0;
  }

  .our-collaborations .tab-menu .menus::after {
    width: 0 !important;
  }

  .our-collaborations .tab-menu .menus.active::after {
    width: 100% !important;
  }

  .our-collaborations .text {
    font-size: 25px;
  }

  .thank-you-page .main-div {
    min-height: 35rem;
    padding-top: 14rem;
  }

  .thank-you-page .main-div .text {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 1.5rem;
  }

  .tab-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .center-label {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .left-tab,
  .right-tab {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    justify-content: center !important;
  }

  .left-tab.col-4,
  .right-tab.col-4 {
    padding: 0 !important;
  }

  .our-partner-1 .tab-menu .menus {
    font-size: 13px;
    letter-spacing: 0rem;
    margin: 0;
    padding: 6px 0;
  }

  .our-partner-1 .tab-menu .menus::after {
    width: 0 !important;
  }

  .our-partner-1 .tab-menu .menus.active::after {
    width: 100% !important;
  }

  img.social-img {
    width: 20px;
  }


  .footer-bottom-text p {
    font-size: 12px;
    margin-bottom: 9px;
  }

  .our-partner-1 .text {
    font-size: 33px;
  }

  .nav-item .background {
    min-height: auto;
  }




  .secondimgbg .torow.hovermove::after {
    left: -50px;
  }

  .about-us-section-3 .heading {
    margin-bottom: 0;
  }

  .carousel-inner .carousel-item>div {
    display: none;
  }

  .bannerbg .view-article {
    font-size: 20px;
  }

  .our-collaborations .image-div {
    padding: 0px 0;
  }

  .bannerbg .view-article {
    font-size: 20px;
  }


  .text p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .partner-title h5 {
    margin-bottom: 15px;
  }

  .partner-description {
    font-size: 16px;
    min-height: auto;
    padding-bottom: 0;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .text-3 h2 {
    line-height: 1.5;
  }

  .thank-you-page .main-div .text {
    font-size: 25px;
  }

    .sec-5 .post-slide a:hover .bottom-div .description-text {
        max-height: 150px; 
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 12px !important;
    }

  p.outreach-description {
    font-size: 15px;
    padding-bottom: 30px;

  }

  .sdg-item img {
    width: 85%;
  }

  .sdg-grid {
    gap: 18px;
  }

  .divider-line {
    width: 40%;
  }

  .text-3 h2 {
    margin-bottom: 20px;
  }

  .marquee-track {
   animation: marquee-horizontal 40s linear infinite;
  }


  .about-us-nav .nav-menu {
    padding-bottom: 0px;
  }



  .text-2.my-3 p {
    margin-top: 0px;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

     .thankyoucontent {
        padding-right: 112px;
        padding-left: 10px;
        left: 33px;
    }

  .pt-md-4 {
    padding-top: 0.5rem !important;
  }

  .svgbg {
    width: 325px;
  }

  .marquee-track-list a.position-relative.abc {
    margin-left: -40px;
  }

  .contact-us .submit-btn {
    margin-right: 10px;
  }

  .sdg-grid {
    padding-bottom: 50px;
  }


  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
  }

  .about-us-nav {
    padding-bottom: 0px;
  }


  .about-us-section-1 .menu {
    padding-left: 28px;
  }

  .myswiper .swiper-button-prev {
    left: 180px;
  }

  .myswiper .swiper-button-next {
    left: 180px;
  }


  .dot .year-label.section-title {
    font-size: 8px;
  }


  .dots-container {
      left: 48px;
      top: 31%;
  }

  .about-us-section-1 .heading {
    font-size: 20px;
  }

  .about-us-section-1 .description {
    font-size: 16px;
  }

  .dot .year-label.section-title {
    margin-left: 33px;
    margin-top: 25px;
    left: -112px;
  }

  .timeline-line {
    left: 47px;
    top: 33%;
  }

  .news-narratives-page .input-tag {
    width: 230px;
  }

  .about-us-section-1 {
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .about-us-section-2 .text {
    font-size: 20px;
  }


  .common-headingcolo {
    margin-top: 0px !important;
  }

  .footer-bottom-text {
    margin-top: 20px !important;
    max-width: 100% !important;
  }

  .footer-terms-of {
    bottom: 0px !important;
  }

  .footer {
    padding-top: 20px !important;
    padding-bottom: 7px !important;
            min-height: auto !important;
  }

  .tab-label.active-label {
    margin-bottom: 0px;
  }

  .sec-3 .image {
    width: 300px;
    height: 400px;
  }

  .news-narratives-page .news-article {
    font-size: 14px;
  }

  .news-narratives-page .description {
    font-size: 14px;
    margin-top: 0 !important;
    display: none;
  }

  .news-narratives-page .read-more {
    font-size: 18px;
  }

  .policy-contents h5 {
    margin-top: 20px;
  }

  .number-pl p {
    padding-left: 20px;
  }

  .number-pl h5 {
    padding-left: 5px;
  }

  .news-narratives-page .name-date {
    font-size: 14px;
  }

  .pright {
    padding-right: 15px;
  }

  .pleft {
    padding-left: 15px;
  }

  .section-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-text h4 {
    font-size: 16px;
  }

  .background-black {
    row-gap: 10px;
  }

  .background-black .blackbg:nth-child(3) .tothree.hovermove::after {

    right: -40px;
  }

  .background-black .blackbg:nth-child(5) .torow.hovermove::after {

    right: -37px;
    width: 70px;
  }

  #news-slider .owl-pagination .owl-page {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .contentuser {
    max-width: 78%;
  }

  owl-buttons .owl-prev,
  .owl-buttons .owl-next {
    position: absolute;
    top: auto;
    transform: translateY(0);
    width: 13px;
    height: 23px;
    background-size: 10px;
    right: 0px;
    bottom: -53px;
    background-repeat: no-repeat;
  }

  .owl-buttons .owl-prev {
    position: absolute;
    top: auto;
    transform: translateY(0);
    width: 13px;
    height: 23px;
    background-size: 10px;
    left: 0px;
    bottom: -54px;
    background-repeat: no-repeat;
  }

  .sec-5 .image {
    width: 300px;
  }

  .sec-5 .left-arr-btn {
    margin-left: 0px;
  }

  .sec-5 .right-arr-btn {
    margin-left: 0px;
  }

  #news-slider .owl-wrapper {
    margin-left: 0;
  }

  .content.sec-1-content.stripbottom.red {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-5 .image {
    width: 100%;
  }

  .content.sec-1-content.stripbottom.red {
    padding-left: 50px;
    padding-right: 50px;
  }

  .conentsliv {
    padding-left: 85px;
  }

  .sec-1-content h1 {
    font-size: 40px;
  }

  .description>div {
    margin-top: 0%;
  }

  .footer-terms-of {
    gap: 7px;
  }

  .footer-terms-of a {
    padding-bottom: 0px;
  }

  .sec-7 {
    min-height: auto;
  }

  .contents p {
    font-size: 24px;
    line-height: 1.5;
  }

  .sec-2-text {
    font-size: 20px;
  }

  .contents p {
    line-height: 36px;
  }

  img.left-shaf {
    bottom: 0;
  }

  img.right-shaf {
    bottom: -74px;
    width: 338px;
  }

  .sec-1 .m-logo {
    display: inline-block;
    position: absolute;
    top: 6rem;
    left: 52%;
    transform: translateX(-50%);
    width: 7rem;
    height: auto;
    z-index: 10;
  }

  .sec-1 .flower-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 19rem;
    z-index: 2;
  }

  .sec-1 .description {
    font-size: 40px;
  }

  .sec-1 nav {
    position: relative;
    z-index: 8;
  }

  .cursor {
    display: none;
  }

  .about-us-nav {
    background-position: bottom 0px center;
  }
.contentuser { 
    padding-bottom: 8px;
}
  button.navbar-toggler {
    margin-top: 15px !important;
  }



  .plpr {
    padding-top: 10px;
  }

  .policy-contents {
    padding-bottom: 40px;
  }

  .about-us-section-3 .bottom-padding-2 {
    padding-bottom: 150px;
  }

  .footer-terms-of a {
    font-size: 1.2em;
    border-right: 1px solid #efe5db;
  }

  .footer-logo {
    width: 140px;
  }

  .sdg-item {
    width: 100px;
    grid-column: auto !important;
  }

  .sec-3 {
    padding-top: 70px;
  }

  .about-us-nav .nav-menu {
    padding-bottom: 0px;
  }

  .about-us-section-1 .gaps {
    padding-bottom: 25px;
  }

  .sec-2-text {
    line-height: 1.8rem;
  }

  .sec-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sec-7-p {
    margin-right: 2rem;
  }

  .sec-4 .content {
    padding: 0rem;
  }

  .contentuser p {
    font-size: 13px;
  }

  .imgbginner .contentuser {
    bottom: 0px;
    max-width: 95%;
    width: 100%;
  }


  .img-fluid-2 {
    height: auto;
  }

  .sec-4 .content .about-content h6 {
    font-size: x-large;
    width: 80%;
    font-family: "Bodoni Moda 9pt italic";
    font-weight: 400;
    font-size: 1.68rem;
    color: rgb(145, 56, 50);
  }

  .error-404 .error-div {
    background-size: inherit;
  }


  .grid-basic p {
    margin-bottom: 15px;
    font-size: 1.8em;
  }

  .partner-description p {
    margin-bottom: 13px;
  }

  .text-3 h3 {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .navbar-nav .dropdown-menu {
    left: 62px;
    top: 63px;
  }

  .filterbox {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  h3.border-b.common-heading {
    font-size: 16px;
  }

  .our-partner-1 .tab-menu .menus {
    font-size: 10px;
  }

  .our-partner-1 .input-tag {
    font-size: 12px;
  }

  .our-partner-1 .text-2 {
    font-size: 18px;
    padding-top: 20px;
  }

  .h3-gap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  section.homebanner.sec-1.section-height.panel {
    padding-top: 90px;
  }

  img.headerbg {
    top: -5%;
    height: 445px;
  }

  .sec-1>nav>.container>button.navbar-toggler.border-0 {
    display: block;
    top: 80px;
    position: absolute;
    right: 40px;
  }

  
  .sec-1>nav.dextophomeheader.showactive>.container>button.navbar-toggler.border-0 {
    top: 15px;
  }

  nav.dextophomeheader.showactive

  .sec-1 .logo {
    margin-top: 44px;
  }

  .sec-1 .navbar-toggler .menuicon span.linemenu {
    width: 33px;
    background-color: #fff;
    height: 2px;
  }

  .contents {
    margin-top: 40px;
  }

  h2.border-b.common-heading {
    font-size: 25px;
  }

  .contactbgmain {
    background-position: top center;
    padding-top: 20px;
    padding-bottom: 170px;
  }

  .contact-us .image {
    width: 60%;
    border-left: none;
    border-right: none;
  }

  .sec-5 .image {
    width: 334px;
    height: 540px;
  }

  .leftimg {
    width: 75%;
    border-left: 2px solid #7e2a2a;
    border-right: 2px solid #7e2a2a;
    margin-top: 85px;
    margin-bottom: 27px;
  }

  .pl-contact h3 {
    font-size: 20px;
  }

  section.sec-4.section-height {
    padding-top: 25px;
    margin-top: -32px;
  }

  .sec-4 {
    background-image: url(../img/bgphone.png);
    background-position: bottom center;
    background-size: cover;
    min-height: 90vh;
  }

  .our-partner-1 .text-wrapper::after {
    width: 90%;
  }

  .sec-7 .image {
    width: 230px !important;
  }

  .grid-basic div h5 {
    font-size: 1.7em;
  }
  .content-text br {
    display: block;
}
.navbar-toggler {
    display: block;
}

  .about-us-nav .effect {
    transition: ease-in-out 0.8s;
  }

}

@media (max-width: 650px) {
  .contact-us .address-div {
    width: 228px;
  }
.child-card .contentuser{
  bottom: 0;
  margin-bottom: 10px;
}
  img.left-shaf {
    bottom: 200px;
    transform: rotate(10deg);
  }

  .banner-bottom-description {
    padding-bottom: 22%;
  }

  .about-us-section-2 .text br {
    display: none;
  }

  .secondimgbg .torow.hovermove::after {
    left: -18px;
  }

  .background-black .blackbg:nth-child(3) .tothree.hovermove::after {
    content: "";
    width: 50px;
  }

  .contentuser {
    max-width: 75%;
    width: 100%;
  }

  .news-narratives-page .bottom-div {
    justify-content: center !important;
  }



  .sec-5 .post-slide a:active .bottom-div .description-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .news-narratives-page .arrows {
    width: 14px;
  }


  .sec-5 .post-slide a:active .bottom-div .text-3,
  .sec-5 .post-slide a:active .bottom-div .text-6 {
    transform: translateY(-10px);
  }

  .sec-5 .post-slide a:active .bottom-div .source-text {
    transform: translateY(10px);
  }




  .sec-3 .image {
    width: 300px;
  }

  .sec-3 .left-arr-btn {
    margin-left: 0px;
  }

  .sec-3 .right-arr-btn {
    margin-left: 0px;
  }

  .sec-1 .description {
    font-size: 40px;
  }

  .sec-7 .image {
    width: 300px;
  }

  .sec-7 .left-arr-btn {
    margin-left: 0px;
  }

  .sec-7 .right-arr-btn {
    margin-left: 0px;
  }

  .sec-1 .description {
    font-size: 40px;
  }

  .sec-5 .left-arr-btn {
    margin-left: 0px;
  }

  .sec-5 .right-arr-btn {
    margin-left: 0px;
  }

  .sec-5 .carousel-item a:active .bottom-div .description-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sec-5 .carousel-item a:active .bottom-div .text-3,
  .sec-5 .carousel-item a:active .bottom-div .text-6 {
    transform: translateY(-10px);
  }

  .sec-5 .carousel-item a:active .bottom-div .source-text {
    transform: translateY(10px);
  }



  .sec-3 .image {
    width: 300px;
  }

  .sec-3 .left-arr-btn {
    margin-left: 0px;
  }

  .sec-3 .right-arr-btn {
    margin-left: 0px;
  }

  .sec-5 .left-arr-btn {
    margin-left: 0px;
  }

  .sec-5 .right-arr-btn {
    margin-left: 0px;
  }

  .sec-5 .carousel-item a:active .bottom-div .description-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sec-5 .carousel-item a:active .bottom-div .text-3,
  .sec-5 .carousel-item a:active .bottom-div .text-6 {
    transform: translateY(-10px);
  }

  .sec-5 .carousel-item a:active .bottom-div .source-text {
    transform: translateY(10px);
  }

  .section-wrapper {
    padding: 40px 15px;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .main-heading {
    font-size: 28px;
  }

  .partner-image {
    width: 150px;
    height: 130px;
  }

  .partner-title {
    min-height: auto;
  }

  .imgbginner .contentuser {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 20px;
  }

  .partner-description {
    font-size: 16px;
    min-height: auto;
  }

  .bottom-text {
    font-size: 18px;
  }

  .content-text h4 {
    font-size: 15px;
  }

    .imgbginner .contentuser p {
        font-size: 10px;
         /* display: -webkit-box; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        width: 88%;
    }
.contentuser { 
    left: 20px; 
}
.child-card .contentuser{
  padding-bottom: 50px;
}
}

@media (max-width: 575px) {
  .sec-1 .description {
    padding-top: 160px;
    font-size: 35px;
  }
.child-card .contentuser{
  padding-left: 0;
}
  img.headerbg {
    height: 430px;
    transform: rotate(353deg);
    width: 110%;
  }

  .banner-bottom-description .border-b {
    font-size: 3em;
  }

  .contentuser {
    max-width: 85%;
    width: 100%;
  }




  .container.founding-members {
    padding-top: 0;
  }



  .sec-1 .description {
    padding-top: 160px;
    font-size: 35px;
  }

  .sec-1 .left-img {
    left: -70px !important;
  }

  .sec-1 .right-img {
    right: -70px !important;
  }

  .sec-1 .left-img {
    left: -70px !important;
  }

  .sec-1 .right-img {
    right: -70px !important;
  }



  .article-one .gap {
    gap: 4px;
  }


  .about-us-section-3 .main-image {
    height: auto;
    margin: auto;
    width: 100%;
  }




  .thank-you-page .main-div {
    background-position: top center;
    min-height: 32rem;
  }

  .thank-you-page .main-div .text {
    font-size: 0.7rem;
    padding: 0 2rem;
  }

  .right-social {
    gap: 0.5rem !important;
  }

  .right-social a img.social-img {
    width: 18px;
    height: auto;
  }

  .right-social img {
    height: 18px;
  }

  .background-black .blackbg:nth-child(3) .tothree.hovermove::after {
    right: -20px;
  }

  .secondimgbg .torow.hovermove::after {
    left: -35px;
  }

  .article-one .back img {
    height: 15px;
  }
.contenttowtabs { 
    min-height: 170px;
}
  .thank-you-page .row-gap {
    padding-top: 275px;
    padding-bottom: 100px;
  }
.contenttowtabs p {
    bottom: -180px;
}
  .imgthankyu img.dextopimgthanky {
    display: none;
  }

  .imgthankyu img {
    max-width: 100%;
    width: 100%;
  }

  .imgthankyu img.mobilethank {
    display: block;
  }

   .thankyoucontent {
        padding-right: 40px;
        padding-left: 10px; 
        left: 0;
    }

  .thank-you-page .row-gap {
    padding-top: 275px;
    padding-bottom: 100px;
  }

  .overview-page-2 .second-div .text {
    font-size: 30px;
  }

  .overview-page-2 .second-div .text {
    font-size: 30px;
  }

  .about-us-gallery {
    padding-bottom: 50px;
  }

  .imgthankyu {
    padding-bottom: 20px;
  }
      .child-card .contentuser {
        padding-bottom: 20px;
    }
}

@media (max-width: 524px) {
  .main {
    padding-top: 120px;
  }



  .contact-us .address-div {
    left: 40px;
    bottom: 50px;
  }



  .myswiper .swiper-button-next {
    transform: translateY(-200%);
  }

  .bannerbg {
    padding-top: 120px;
  }

  .sec-4 .common-heading {
    margin-top: 4rem;
  }

  .our-partner-1 .text {
    font-size: 25px;
  }
    .contentuser p {
        font-size: 11px;
    }

  .about-us-section-2 .text {
    font-size: 20px;
  }

  .about-us-nav .line-img {
    height: 20px;
  }

  .sec-4 .text {
    font-size: 20px;
  }

  .sec-2 .text {
    font-size: 20px;
  }

  .sec-1 .description {
    padding-top: 240px;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: center;
  }

  .navbar-toggler:active .description {
    padding-top: 0px;
  }

  .sec-1 .line-img {
    height: 20px;
  }

  .our-partner-1 .text {
    font-size: 25px;
  }

  .about-us-section-2 .text {
    font-size: 20px;
  }

  .about-us-nav .nav-menu {
    margin-top: 0px;
  }

  .prdiingcontact {
    padding-right: 50px;
    padding-left: 50px;
  }

  .about-us-nav .line-img {
    height: 20px;
  }

  .about-us-nav .nav-menu {
    margin-top: 0px;
  }

  .sec-4 .text {
    font-size: 20px;
  }

  .sec-2 .text {
    font-size: 20px;
  }

  .sec-1 .description {
    padding-top: 240px;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: center;
  }

  .navbar-toggler:active .description {
    padding-top: 0px;
  }

  .sec-1 .line-img {
    height: 20px;
  }

  .common-read-more-btn .btn-text {
    font-size: 16px;
  }

  .our-collaborations .text {
    font-size: 25px;
  }


  .article-one .text {
    font-size: 16px;
  }

  .bannerbg .gap {
    gap: 12px;
  }

  .sec-2 .text {
    font-size: 20px;
  }

  .about-us-nav {
    background-position: bottom 30px center;
  }

  section.thank-you-page {
    padding-top: 0rem;
    padding-bottom: 50px;
  }

  nav.menu.pt-3.mt-lg-0 {
    padding-bottom: 10px;
  }

  .bannerbg .view-article {
    font-size: 20px;
  }

  .sec-1 .m-logo {
    display: inline-block;
    position: absolute;
    top: 5rem;
    left: 18rem;
    transform: translateX(-50%);
    width: 16rem;
    height: auto;
    z-index: 10;
  }

  .contact-us {
    padding-bottom: 0;
  }

  .sec-1 .flower-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 19rem;
    z-index: 2;
  }


  .sec-1 .description {
    font-size: 40px;
  }



  .sec-1-line {
    margin-right: 1rem;
    margin-top: -2rem;
  }

  .sec-1 nav {
    position: relative;
    z-index: 8;
  }

  .common-read-more-btn .btn-text {
    font-size: 16px;
  }

  .sec-4 .text {
    font-size: 20px;
  }

  .sec-1 .m-logo {
    display: inline-block;
    position: absolute;
    top: 5rem;
    left: 16rem;
    transform: translateX(-50%);
    width: 16rem;
    height: auto;
    z-index: 10;
  }

  .sec-1 .flower-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 21rem;
    z-index: 2;
  }

  .about-us-nav .line-img {
    height: 20px;
  }

  .about-us-nav .nav-menu {
    margin-top: 0px;
  }


  .sec-1 .description {
    font-size: 40px;
  }



  .fullimgeslider {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .sec-1 nav {
    position: relative;
    z-index: 8;
  }

  .sec-1 .m-logo {
    display: inline-block;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
    height: auto;
    z-index: 10;
  }

  .sec-1 .flower-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 21rem;
    z-index: 2;
  }

  .sec-1 .flower-2 {
    margin-top: 2rem;
    margin-bottom: -2rem;
  }

  .sec-1-line {
    margin-right: 1rem;
    margin-top: -1rem;
  }


  .sec-1 .description {
    font-size: 40px;
  }



  .sec-1 nav {
    position: relative;
    z-index: 8;
  }



  button.navbar-toggler {
    margin-top: 3px !important;
  }

  h1 {
    font-size: 3em;
  }

  .thankyoucontent h4 {
    font-size: 1.5em;
  }

  .sec-1 .logo {
    margin-top: 29px;
  }

  .sec-1>nav>.container>button.navbar-toggler.border-0 {
    top: 70px;
  }
  .sec-1>nav.dextophomeheader.showactive>.container>button.navbar-toggler.border-0 {
    top: 15px;
  }

  .sec-5 .image {
           width: 298px;
    height: 485px;
  }

  .owl-wrapper-outer::after {
    left: 0;
    background: none;
  }

}

@media (max-width: 400px) {
  .bannerbg .gap {
    gap: 7px;
  }


  .banner-bottom-description {
    padding-bottom: 35%;
  }






  .pl-contact h3 {
    font-size: 18px;
  }

  .bannerbg .gap .icons {
    height: 15px;
    width: 15px;
  }

  .bannerbg .date {
    font-size: 11px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 320px;
  }



  .our-partner-1 .text {
    font-size: 22px;
  }


  .our-partner-1 .text {
    font-size: 22px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 320px;
  }



  .our-collaborations .text {
    font-size: 22px;
  }

  .our-partner-1 .text {
    font-size: 18px;
    width: 327px;
    margin: 0 auto;
    margin-top: 30px;
  }

  span.v-divider {
    width: 2px;
    height: 18px;
  }

  .contact-us .labels {
    font-size: 11px;
  }

  section.thank-you-page {
    padding-bottom: 0;
  }

  .contact-us .submit-btn {
    margin-left: auto;
    margin-right: 6px;
  }

  .sec-1-content h1 {
        font-size: 32px;
    }

  .description.container-fluid.pb-0 {
    bottom: 16%;
  }

  .sec-1 .logo {
    margin-top: 8px;
  }

  .sec-1>nav>.container>button.navbar-toggler.border-0 {
    top: 70px;
  }
  .sec-1>nav.dextophomeheader.showactive>.container>button.navbar-toggler.border-0 {
    top: 15px;
  }

  .sec-4 {
    padding-bottom: 70px;
  }
}

@media (max-width: 374px) {
  body {
    font-size: 7px;
  }

  .contents p {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .sec-4 .common-heading {
    margin-top: 0rem;
  }

  .pl-contact h3 {
    font-size: 20px;
  }

      .thankyoucontent {
        padding-right: 40px;
        left: 10px;
    }

  .prdiingcontact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sec-1 .m-logo {
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 12rem;
    transform: translateX(-50%);
    width: 12rem;
    height: auto;
    z-index: 10;
  }

  .sec-1 .flower-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 25rem;
    z-index: 2;
  }

  .sec-1 .flower-2 {
    margin-top: 2rem;
    margin-bottom: -2rem;
  }

  .sec-1-content {
    font-size: medium;
    width: 100%;
    height: fit-content;
  }

  .sec-1-line {
    margin-right: 1rem;
    margin-top: -1rem;
  }


  .sec-1 .description {
    font-size: 40px;
  }



  .sec-1 nav {
    position: relative;
    z-index: 8;
  }

}

@media (max-width: 365px) {
  .sec-1 .description {
    font-size: 30px;
  }

  .contact-us .labels {
    font-size: 11px;
  }

  .overview-page-main .common-heading {
    margin: 0px;
  }


  .container {
    margin-top: 27px !important;
  }

  .overview-page .text h2 {
    font-size: 10px;
  }



  .cirile {
    top: 2px;
    right: 1rem;
  }

  .overview-page .circle-img {
    height: 15px;
    width: 15px;
  }

  .overview-page .img-text {
    margin-left: 6px;
  }

  .img-text h5 {
    font-size: 13px !important;
    padding-top: 6px !important;
  }

  .our-collaborations .common-heading {
    font-size: 1.3rem !important;
  }

}


/*2025-12-14*/
@media (max-width: 767px) {
    .our-partner-1 img {
        width: 120px !important;
        height: 150px !important;
    }
}

@media (max-width: 767px) {
    .grid-basic p {
        margin-bottom: 15px;
        font-size: 14px !important;
    }
}

@media (max-width: 1400px) {
    .partners-section:hover .contants-approch p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

.section-height {
    min-height: 89vh;
}

.description.container-fluid.pb-0 {
    bottom: 10%;
}

.sec-1>nav>.container>button.navbar-toggler.border-0 {
    bottom: 11%;
}
.sec-1>nav.dextophomeheader.showactive>.container>button.navbar-toggler.border-0 {
    bottom: unset;
  }

}

@media (max-width: 480px) {

.img-fluid-2 {
    height: 200px;
}

}
@media (max-width: 480px) {
    .parent-card .child-card .card-image img {
    height: 240px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .sector-in-focus-1 .sector-small-boxes {
    padding: 0 !important;
}

.sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container {
    padding: 0 !important;
}

.sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container img {
    height: auto;
}


.sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container .child-card, 
.sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container .card-image,
 .sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container .parent-card {
    width: 100%;
}



.sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container .col-md-6 {
    width: 48%;
}
.sector-in-focus-boxes-container .background-black {
    column-gap: 20px;
}
}

@media (max-width: 767px) {

.parent-card .child-card .card-image img {
    height: auto;
}

.text-center.sector-small-boxes .sector-in-focus-boxes-container .parent-card .child-card {
    width: 86%;
    margin: auto;
}


.text-center.sector-small-boxes .sector-in-focus-boxes-container {
    padding: 0 !important;
}

.text-center.sector-small-boxes .sector-in-focus-boxes-container .parent-card, 
.text-center.sector-small-boxes .sector-in-focus-boxes-container .parent-card .card-image  {
    width: 100%;
}
}

/* @media (min-width: 768px) and (max-width: 991px) {
    .sector-in-focus-1 .sector-small-boxes .container.sector-in-focus-boxes-container img {
        height: 46vh;
    }
} */
 @media (min-width: 768px) and (max-width: 991px) {
  .child-card .contentuser {
    padding-bottom: 16px;
    bottom: 20px;
}
}

@media (max-width: 1400px) {
    .hovermove {
        height: 100%;
    }
}
@media (max-width: 767px) {
.firstbgimg:first-child .card-image svg.overlay-img {
    left: 2%;
}
}