.page-content {
  background: #fff;
}

.sticky-header .container {
  display: flex;
  align-items: center;
}

.logo-header img {
  width: 20rem;
  height: 100%;
}
.logo-footer img {
  width: 25rem;
  height: auto;
}

.main-slider.style-three .banner-inner .banner-content:after {
  width: 210px;
  height: 174px;
}

.main-slider.style-three .dz-enquirey-box {
  width: 80%;
  padding: 1rem;
}

.main-slider.style-three .banner-inner .banner-content .top-content h1 {
  font-size: 44px;
}

.about-section {
  padding: 6rem 0 2rem 0;
}

.about-section .section-head.style-1 h6 {
  font-size: 16px;
}

.about-section .section-head.style-1 h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.about-section .section-head.style-1 .dz-paragraph {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px;
}

.about-section .section-head.style-1 p {
  font-size: 16px;
  text-align: justify;
}

.about-section .work-inner {
  padding-top: 2rem;
}

.about-section .work-inner .about-work-media .dz-media.style-1 {
  height: 600px;
}

.project-section {
  padding: 2rem 0;
}

.project-section .section-content.style-1 .item {
  margin-bottom: 0;
}

.project-section .section-head.style-1 {
  margin-bottom: 20px;
}

.project-section h2 {
  text-transform: capitalize;
}

.project-section .section-head.style-1 h2 {
  font-size: 35px;
}

.project-section .dz-services-box {
  height: 280px;
}

.project-section .dz-services-box .dz-services-info h3 {
  font-size: 18px;
}

.project-section .dz-services-box .dz-services-info p {
  font-size: 14px;
}

.project-section .dz-services-box:after {
  top: 0;
}

.project-section .our-services-carousel .owl-item {
  margin-bottom: 0;
}

.project-section .dz-services-box .dz-services-info {
  position: relative;
}

.project-section .dz-services-box::before {
  position: absolute;
  z-index: 10;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #245550;
  box-shadow: 0px 15px 50px 0px rgba(36, 85, 80, 0.1);
  border-radius: 0 0 10px 10px;
  bottom: 0;
}

.our-work-section {
  padding: 2rem 0;
}

.our-work-section .dz-service-list-bg {
  width: 100%;
}

.our-work-section .dz-service-list-inner .section-head.style-1 {
  margin-top: 0;
}

.our-work-section .section-head {
  margin-bottom: 0;
}

.our-work-section .work-card {
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
}

.our-work-section .work-card .image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-work-section .work-card .image img{
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.our-work-section .work-card .text-outer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem 0 0;
}

.our-work-section .work-card .text-outer .title {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  padding-bottom: 0.5rem;
}

.our-work-section .work-card .text-outer .desc {
  font-size: 14px;
  color: #3f3e3e;
  opacity: 0.9;
  text-align: justify;
}

.our-work-section .work-card .read-more {
  width: 35%;
  background: none;
  color: #504d4d;
  font-size: 14px;
  border: none;
  padding: 0;
  margin-top: 1rem;
  border-bottom: 1px solid #504d4d;
  display: flex;
  align-items: center;
  z-index: 2;
}

.our-work-section .work-card .read-more i {
  font-size: 10px;
}

.our-work-section .work-card:before {
  transform: translateX(100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  z-index: 0;
}

.our-work-section .work-card:after {
  transform: translateX(-100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  z-index: 0;
}

.our-work-section .work-card:hover:before {
  transition: 0.2s transform linear, 0.2s height linear 0.2s;
  transform: translateX(0);
  height: 100%;
  border-color: #559064;
}

.our-work-section .work-card:hover:after {
  transition: 0.2s transform linear 0.4s, 0.2s height linear 0.6s;
  transform: translateX(0);
  height: 100%;
  border-color: #559064;
}

.gallery-section {
  padding: 2rem 0;
}

.know-more-section {
  padding: 2rem 0;
}

.know-more-section .about-us-inner .section-head.style-1 h2 {
  font-size: 35px;
}

.know-more-section .about-us-inner .dz-about-us-info .dz-info-box .info-content p {
  font-size: 14px;
}

.legal-docs-section {
  padding: 2rem 0;
}

.legal-docs-section .docs-table .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.legal-docs-section .docs-table .title h1 {
  font-size: 30px;
  color: #000;
  position: relative;
}

.legal-docs-section .docs-table .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.3rem;
}

.legal-docs-section .docs-table .table th {
  background-color: #245550 !important;
  color: #fff;
  width: 30%;
}

.legal-docs-section .docs-table .table td {
  background-color: #c6dddb !important;
  color: #212529;
  width: 70%;
  position: relative;
}

.legal-docs-section .docs-table .table> :not(caption)>*>* {
  font-size: 15px;
}

.legal-docs-section .docs-table .table td::after {
  content: "";
  background: #000;
  position: absolute;
  display: block;
  height: 0.1vh;
  width: 100%;
  bottom: 0;
  left: 0;
}

.mission-vision-section {
  padding: 2rem 0;
}

.objective-section {
  padding: 2rem 0 0 0;
}

.objective-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.objective-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.objective-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.5rem;
}

.objective-section .objective-card {
  margin: 2rem 0;
}

.objective-section .objective-card .points {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.objective-section .font-18 {
  position: relative;
  padding: 0 0 1.5rem 1rem;
  font-size: 17px;
}

.objective-section .font-18:last-child {
  padding-bottom: 0;
}

.objective-section .font-18::before {
  content: "";
  background: #000;
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 0.5rem;
  left: 0;
}

.board-members-section {
  padding: 2rem 0;
}

.board-members-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.board-members-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.board-members-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.5rem;
}


.board-members-section .table {
  margin-bottom: 0;
  border-color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.board-members-section .table thead th {
  background-color: #245550 !important;
  color: #fff;
}

.board-members-section .table td {
}

.board-members-section .table> :not(caption)>*>* {
  font-size: 1rem !important;
}

.management-structure-section {
  padding: 2rem 0;
}

.management-structure-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.management-structure-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.management-structure-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}

.management-structure-section .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.management-structure-section .text p {
  font-size: 18px;
  line-height: 1.6;
}

.our-partner-section {
  padding: 2rem 0;
}

.our-partner-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-partner-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.our-partner-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}

.our-partners-carousel .owl-nav {
  display: block;
}

.our-partners-carousel .owl-nav .owl-prev,
.our-partners-carousel .owl-nav .owl-next {
  background-color: #fff;
  color: #130f26;
  font-size: 16px;
  cursor: pointer;
  border-style: solid;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  box-shadow: 0px 15px 50px 0px rgba(36, 85, 80, 0.2);
  position: absolute;
}

.our-partners-carousel .owl-nav .owl-prev {
  left: -10%;
  top: 40%;
}

.our-partners-carousel .owl-nav .owl-next {
  right: -10%;
  top: 40%;
}

.our-partners-carousel .owl-nav .owl-prev:after,
.our-partners-carousel .owl-nav .owl-next:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  background-color: #245550;
  border-radius: 6px;
  z-index: -1;
}

.our-partners-carousel .owl-nav .owl-prev:after {
  left: -4px;
}

.our-partners-carousel .owl-nav .owl-next:after {
  right: -4px;
}

.our-partners-carousel .dz-services-box .dz-services-info p {
  margin-bottom: 0;
  color: #212529;
  font-size: 15px;
}

.our-partners-carousel .dz-services-box {
  border: 1px solid #245550;
  height: 250px;
}

.our-partners-carousel .dz-services-box::before {
  position: absolute;
  z-index: 10;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #245550;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0 0 10px 10px;
  bottom: 0;
}

.our-partners-carousel .dz-services-box .dz-services-media {
  width: 100%;
  height: 130px;
  background: #fff;
  padding: 5px;
}

.our-partners-carousel .dz-services-box .dz-services-media img {
  object-fit: contain;
}

.projects-section {
  padding: 2rem 0;
}

.projects-section .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.projects-section .title h1 {
  font-size: 27px;
  color: #000;
  position: relative;
  line-height: 1.3;
  margin-bottom: .5rem;
}

.projects-section .image {
  height: 100%;
}

.projects-section .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.projects-section .project-text p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 0;
}
.girl-child-education-project .image{
  height: 330px;
}
.radio-himalaya-project .image{
  height: 330px;
}
.rapid-action-learning-rpoject .image{
  height: auto;
}
.homestay-tourism-project .image {
  height: auto;
}


.radio-himalaya-project .other-info p{
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}

.projects-section .other-info .heading {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: .5rem;
  font-family: "Montserrat", sans-serif;
}

.projects-section .other-info .sub-heading {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.projects-section .other-info .points {
  color: #245550;
  font-size: 17px;
  padding: 0 0 0 2rem;
  position: relative;
}
.projects-section .other-info .points span{
  font-weight: bold;
}

.projects-section .table {
  margin-bottom: 0;
}

.projects-section .table th {
  background-color: #245550 !important;
  color: #fff;
}

.projects-section .table td {
  background-color: #c6dddb !important;
  color: #212529;
  position: relative;
}

.projects-section .table> :not(caption)>*>* {
  font-size: 15px;
}

.projects-section .table td::after {
  content: "";
  background: #000;
  position: absolute;
  display: block;
  height: 0.1vh;
  width: 100%;
  bottom: 0;
  left: 0;
}

.projects-section .other-info .points:not(:last-child) {
  margin-bottom: 1rem;
}

.projects-section .other-info .points .icon {
  position: absolute;
  left: 0;
  font-size: 13px;
  top: 0.3rem;
}

.gallery-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.gallery-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}

.contact-section {
  padding: 2rem 0;
}

.contact-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.contact-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}

.donate-section {
  padding: 2rem 0;
}

.donate-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.donate-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.donate-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}

.scroller {
  padding: 1rem 0 0 0;
}

.marquee-horizontal2 {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.track-horizontal2 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 25s linear infinite;
}

.marquee-text {
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 0.3em;
  padding-left: 0.3em;
  flex: 0 0 auto;
  color: #ffff;
  font-size: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-footer.style-1 .footer-top {
  padding: 2rem 0;
}

.widget {
  margin-bottom: 0;
}

.document-section {
  padding: 2rem 0;
}

.document-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.document-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.document-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}

.document-section .document-report-child{
  border: 1px dashed #000;
  padding: .5rem;
}

/* Other Project CSS Start */
.other-project-section {
  padding: 2rem 0;
}

.other-project-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.other-project-section .title h1 {
  font-size: 40px;
  color: #000;
  position: relative;
}

.other-project-section .title h1::after {
  content: "";
  background: #245550;
  position: absolute;
  display: block;
  height: 3px;
  width: 60%;
  left: 25%;
  top: 2.7rem;
}
.other-project-section .card{
  margin-bottom: 1rem;
}
.other-project-section .card .card-title{
  font-size: 1.2rem;
}

.other-project-section .card .btn{
padding: .2rem 1rem;
font-size: .9rem;
}
/* Other Project CSS Start */

.image-container{
  height: 270px;
  border: 1px solid #266c23;
  
}


/* Media Query Start */

@media (max-width: 767px) {

  /* Home Start */
  .logo-header {
    width: 80%;
}
  .mo-left .header-nav .logo-header img {
      width: 240px;
  }

  .main-bar {
    padding: 0.5rem;
  }

  .navbar-toggler {
    position: absolute;
    right: 1rem;
  }

  .logo-header {
    height: auto;
  }

  .is-fixed .logo-header {
    height: auto;
  }

  .main-slider.style-three .banner-inner .banner-content {
    display: none;
  }

  .main-slider.style-three .banner-pagination img {
    height: 200px;
  }

  .marquee-text {
    font-size: 4vw;
  }

  .main-slider.style-three .dz-enquirey-box {
    width: 100%;
    padding: 0.3rem 1rem;
  }

  .about-section .work-inner {
    padding-top: 0;
  }

  .about-work .work-inner .section-head.style-1 {
    padding-top: 0;
  }

  .content-inner-1.style-1 {
    padding-top: 1rem;
    padding-bottom: 10px;
  }

  .about-section .section-head.style-1 h6 {
    font-size: 3.8vw;
  }

  .about-section .section-head.style-1 h2 {
    font-size: 5vw;
  }

  .about-work .work-inner .section-head.style-1 .dz-paragraph {
    font-size: 3.7vw;
  }

  .about-section .section-head.style-1 p {
    font-size: 3.7vw;
  }

  .about-work .work-inner .about-work-media .experience-info h2 {
    font-size: 10vw;
    margin-bottom: 5px;
  }

  .about-work .work-inner .about-work-media .dz-experience-box .experience-media {
    padding-bottom: 10px;
  }

  .about-work .work-inner .about-work-media .dz-experience-box .experience-media .box-img1 {
    width: 50px;
    height: 50px;
  }

  .about-work .work-inner .about-work-media .dz-experience-box .experience-media .box-img2 {
    top: 20px;
    left: 28%;
    width: 20px;
    height: 20px;
  }

  .project-section .section-head.style-1 h2 {
    font-size: 5vw;
  }

  .our-services-carousel .owl-nav .owl-prev {
    left: -2%;
    top: 33%;
  }

  .our-services-carousel .owl-nav .owl-next {
    right: -2%;
    top: 33%;
  }

  .dz-services-box .dz-services-info {
    padding: 0.5rem;
  }

  .project-section .dz-services-box {
    height: auto;
  }

  .project-section .section-content {
    margin-bottom: 1rem;
  }

  .our-work-section .work-card .text-outer {
    padding: 1rem;
  }

  .our-work-section .work-card {
    margin-bottom: 1rem;
  }

  .our-work-section .work-card .text-outer .title {
    font-size: 5vw;
  }

  .our-work-section .work-card .text-outer .desc {
    font-size: 3.6vw;
  }

  .know-more-section .about-us-inner .section-head.style-1 h2 {
    font-size: 5.6vw;
  }

  .about-us .about-us-inner .dz-about-us-info .dz-info-box {
    padding: 0.5rem;
  }

  .about-us .about-us-inner .dz-about-us-info .dz-info-box .info-content h3 {
    font-size: 3.7vw;
    margin-bottom: 5px;
  }

  .know-more-section .about-us-inner .dz-about-us-info .dz-info-box .info-content p {
    font-size: 3vw;
    line-height: 1.6;
  }

  .scroller {
    padding: 0.5rem 0 0 0;
  }

  .site-footer.style-1 .footer-top {
    padding: 1rem 0;
  }

  .site-footer.style-1 .footer-bottom p {
    color: #fff;
    font-size: 3.5vw;
    opacity: 1;
  }

  .site-footer.style-1 .footer-bottom {
    padding: 0.5rem 0;
  }

  /* Home End */

  /* About Start */
  .legal-docs-section {
    padding: 1rem 0;
  }

  .legal-docs-section .docs-table .title h1 {
    font-size: 4.7vw;
  }

  .legal-docs-section .docs-table .title h1::after {
    top: 2rem;
  }

  .mission-vision-section.content-box .h2 {
    font-size: 6.5vw;
    padding-top: 1rem;
  }

  .mission-vision-section .m-b30 {
    margin-bottom: 0;
  }

  .mission-vision-section p {
    text-align: justify;
  }

  .objective-section {
    padding: 1rem 0 0 0;
  }

  .objective-section .title h1 {
    font-size: 4.7vw;
  }

  .objective-section .title h1::after {
    top: 2rem;
  }

  .objective-section .objective-card {
    margin: 0 0 2rem 0;
  }

  .objective-section .objective-card .points {
    padding-top: 1rem;
  }

  .board-members-section {
    padding: 1rem 0 0 0;
  }

  .board-members-section .title h1 {
    font-size: 4.7vw;
  }

  .board-members-section .title h1::after {
    top: 2rem;
  }

  .board-members-section .member-card {
    margin-bottom: 1rem;
  }

  .management-structure-section {
    padding: 1rem 0 0 0;
  }

  .management-structure-section .title h1 {
    font-size: 4.7vw;
  }

  .management-structure-section .title h1::after {
    top: 2rem;
  }

  .management-structure-section .text p {
    text-align: justify;
    font-size: 16px;
  }

  .our-partner-section .title h1 {
    font-size: 8vw;
  }

  .our-partner-section .title h1::after {
    top: 2.5rem;
  }

  /* About End */

  /* Projects Start */
  .projects-section {
    padding: 1rem 0 0 0;
  }

  .projects-section .title h1 {
    font-size: 4.7vw;
  }

  .projects-section .title h1::after {
    top: 2rem;
  }

  .projects-section .other-info .heading {
    font-size: 5.2vw;
  }

  .projects-section .other-info .sub-heading {
    font-size: 4vw;
  }

  .projects-section .other-info .points {
    text-align: justify;
    font-size: 3.7vw;
    margin-bottom: 1rem;
  }

  /* Projects End */

  /* Gallery Start */
  .gallery-section {
    padding: 1rem 0 0 0;
  }

  .gallery-section .title h1 {
    font-size: 8vw;
  }

  .gallery-section .title h1::after {
    top: 2.2rem;
  }

  .gallery-section .dez-gallery-box {
    margin-bottom: 1rem !important;
  }

  /* Gallery End */

  /* Contact Start */
  .contact-section {
    padding: 1rem 0 0 0;
  }

  .contact-section .title h1 {
    font-size: 8vw;
  }

  .contact-section .title h1::after {
    top: 2.2rem;
  }

  /* Contact End */

  /* Donate Start */
  .donate-section {
    padding: 1rem 0 0 0;
  }

  .donate-section .title h1 {
    font-size: 8vw;
  }

  .donate-section .title h1::after {
    top: 2.2rem;
  }

  /* Donate End */

  /* Documnet Start */
  .document-section{
    padding: 2rem 0 0 0;
  }
  .document-section .title h1 {
    font-size: 7vw;
  }
  .document-section .title h1::after {
    top: 2.2rem;
}
.document-section .document-report-child{
  margin-bottom: 2rem;
}
.about-section .work-inner .about-work-media .dz-media.style-1 {
  height: auto;
}
.other-project-section .title h1 {
  font-size: 32px;
  color: #000;
  position: relative;
}

.board-members-section .table-parent {
  overflow: scroll;
 }
  /* Document End */

  .image-container {
    height: 281px;
    border: 1px solid #266c23;
}
}

@media (min-width: 767px) and (max-width: 992px) {

  /* Home Start */
  .navbar-toggler {
    position: absolute;
    right: 1rem;
  }

  .main-slider.style-three .banner-inner {
    max-width: 550px;
    bottom: -4%;
  }

  .main-slider.style-three .dz-enquirey-box {
    width: 100%;
  }

  .marquee-text {
    font-size: 2rem;
  }

  .about-section {
    padding: 2rem 0 2rem 0;
  }

  .about-section .work-inner {
    padding-top: 0;
  }

  .about-work .work-inner .section-head.style-1 {
    padding-top: 0;
  }

  .our-services-carousel .owl-nav .owl-prev {
    left: -3%;
    top: 30%;
  }

  .our-services-carousel .owl-nav .owl-next {
    right: -3%;
    top: 30%;
  }

  .project-section .dz-services-box {
    height: auto;
  }

  .project-section .section-content {
    margin-bottom: 1rem;
  }

  .our-work-section .work-card .text-outer {
    padding: 1rem;
  }

  .our-work-section .work-card .text-outer .title {
    font-size: 1.1rem;
  }

  /* Home End */

  /* About Start */
  .board-members-section .member-card {
    margin-bottom: 1rem;
  }

  /* About End */
}

@media (min-width: 992px) and (max-width: 1200px) {

  /* Home Start */
  .logo-header img {
    width: 18rem;
  }
  .header-nav .nav > li > a, .is-fixed .header-nav .nav>li>a {
    padding: 15px 10px;
  }
  .projects-section .title h1 {
    font-size: 22px;
  }
  .projects-section .image {
    height: auto;
}
  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
    padding: 1rem;
  }

  .main-slider.style-three .banner-pagination img {
    height: 500px;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content h1 {
    font-size: 2rem;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content p {
    font-size: 1rem;
  }

  .main-slider.style-three .banner-inner {
    top: 16rem;
  }

  .marquee-text {
    font-size: 2.5rem;
  }

  .about-work .work-inner .about-work-media {
    margin-left: 7px;
  }

  .our-services-carousel .owl-nav .owl-prev {
    left: -4%;
    top: 25%;
  }

  .our-services-carousel .owl-nav .owl-next {
    right: -4%;
    top: 25%;
  }

  .project-section .section-content {
    margin-bottom: 1rem;
  }

  .our-work-section .work-card .text-outer .title {
    font-size: 14px;
  }

  .our-work-section .work-card .text-outer .desc {
    font-size: 11px;
  }

  .our-work-section .work-card .read-more {
    width: 45%;
  }

  .site-footer.style-1 .footer-top .widget_about .footer-button:not(:last-child) {
    margin-bottom: 1rem;
  }

  /* Home End */


  /* About Start */
  .mission-vision-section {
    padding: 2rem 0 0 0;
  }

  .mission-vision-section .m-b30 {
    margin-bottom: 0;
  }

  .mission-vision-section.content-box .h2 {
    font-size: 2rem;
    padding-bottom: 0;
  }

  .mission-vision-section .dez-divider {
    margin-bottom: 2rem;
  }

  /* About End */
  /* home-stay page */
  .homestay-tourism-project .homestay-tourism-img-container img{
    height: 65vh;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
    padding: 1rem;
  }

  .main-slider.style-three .banner-pagination img {
    height: 500px;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content h1 {
    font-size: 1.5rem;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content p {
    font-size: 1rem;
  }

  .main-slider.style-three .banner-inner {
    top: 16rem;
  }

  .marquee-text {
    font-size: 2.5rem;
  }

  .our-services-carousel .owl-nav .owl-prev {
    left: -4%;
    top: 25%;
  }

  .our-services-carousel .owl-nav .owl-next {
    right: -4%;
    top: 25%;
  }

  .project-section .section-content {
    margin-bottom: 1rem;
  }

  .our-work-section .work-card .text-outer .title {
    font-size: 17px;
  }

  .our-work-section .work-card .text-outer .desc {
    font-size: 13px;
  }

  .our-work-section .work-card .read-more {
    width: 34%;
    z-index: 2;
  }

  .site-footer.style-1 .footer-top .widget_about .footer-button:not(:last-child) {
    margin-bottom: 1rem;
  }
  .projects-section .image {
    height: auto;
}
}

@media (min-width: 1500px) and (max-width: 2000px) {
  .main-slider.style-three .banner-inner .banner-content .banner-content-inner {
    padding: 1rem;
  }

  .main-slider.style-three .banner-pagination img {
    height: 500px;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content h1 {
    font-size: 1.8rem;
  }

  .main-slider.style-three .banner-inner .banner-content .top-content p {
    font-size: 1.2rem;
  }

  .main-slider.style-three .banner-inner {
    top: 10rem;
  }

  .marquee-text {
    font-size: 2.5rem;
  }
}

/* Media Query End */