/* ================================================================================= */
/* Comman Css */
/* ================================================================================= */
body {
  font-size: 20px;
  color: #4b4d53;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

h1,
.h1 {
  font-size: 80px;
}

h2,
.h2 {
  font-size: 60px;
}

h3,
.h3 {
  font-size: 50px;
}

h6,
.h6 {
  font-size: 26px;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.font-sans {
  font-family: "Open Sans", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.fs-38 {
  font-size: 38px;
}

.fs-30 {
  font-size: 30px;
}

.fs-26 {
  font-size: 26px;
}

.fs-22 {
  font-size: 22px;
}

a {
  text-decoration: none;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: #4b4d53 !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: #256942 !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #256942 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fa8202;
  --bs-btn-border-color: #fa8202;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fa8202;
  --bs-btn-hover-border-color: #fa8202;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fa8202;
  --bs-btn-active-border-color: #fa8202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fa8202;
  --bs-btn-disabled-border-color: #fa8202;
}

a.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

a.btn-primary span {
  background-color: #fff;
  color: #fa8202;
  display: inline-flex;
  padding: 10px;
  border-radius: 50%;
  margin-left: 6px;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5b5b5b;
  --bs-btn-border-color: #5b5b5b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5b5b5b;
  --bs-btn-disabled-border-color: #5b5b5b;
}

a.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
a.btn-secondary span {
  background-color: #fa8202;
  display: inline-flex;
  padding: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #256942;
  --bs-btn-border-color: #256942;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #256942;
  --bs-btn-hover-border-color: #256942;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #256942;
  --bs-btn-active-border-color: #256942;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #256942;
  --bs-btn-disabled-border-color: #256942;
}

a.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

a.btn-success span {
  background-color: transparent;
  border: 1px solid #fff;
  display: inline-flex;
  /* padding: 10px; */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 6px;
  min-width: 20px;
  min-height: 20px;
  height: 40px;
  width: 40px;
}

.highlights {
  background-color: rgba(250, 130, 2, 0.3);
  padding: 10px;
  border-left: 5px solid #fa8202;
}
.highlights p {
  color: #fa8202;
  font-style: italic;
}

/* ================================================================================= */
/* End Comman Css */
/* ================================================================================= */

/* ================================================================================= */
/* Top Bar Css */
/* ================================================================================= */

.top-bar .top-bar-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar .top-bar-social-icon a {
  color: #fff;
  margin: 0 8px;
}

/* ================================================================================= */
/* End Top Bar Css */
/* ================================================================================= */

/* ================================================================================= */
/* Header Css */
/* ================================================================================= */

.header-menu .main-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

.header-menu .main-menu ul li {
  margin-right: 14px;
  color: #4b4d53;
}

.header-menu .main-menu ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4b4d53;
  padding: 6px 16px;
  border-radius: 50px;
  transition: all 0.6s;
  font-size: 20px;
  font-weight: 600;
}

.header-menu .main-menu ul li:hover a {
  background-color: #4b4d53;
  color: #fff;
}

.header-menu .main-menu ul li.active a {
    background-color: #4b4d53;
    color: #fff;
}

.header-menu .header-menu-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-menu .header-menu-btns .header-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu .header-menu-btns .header-call-btn .header-call-btn-logo {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #8787871e;
  border-radius: 50%;
}

.header-menu .header-menu-btns .header-call-btn .header-call-btn-logo img {
  width: 20px;
}

.header-menu .header-menu-btns .header-call-btn .header-call-btn-text p {
  color: #979191;
  font-size: 14px;
}
.header-menu .header-menu-btns .header-call-btn .header-call-btn-text a {
  color: #5b5b5b;
  font-weight: 500;
  font-size: 20px;
}

.header-menu .header-menu-btns .header-donet-btn a.btn {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.header-menu .header-menu-btns .header-donet-btn a.btn span img {
  max-width: 24px;
}

/* ================================================================================= */
/* End Header Css */
/* ================================================================================= */

/* ================================================================================= */
/* Top Hero Section */
/* ================================================================================= */

.top-hero-section .top-hero {
  /* position: relative; */
  background-image: url(/images/top-hero-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.top-section-padding {
  padding: 100px 0;
}

.top-hero-bottom {
  margin-top: -27px;
}

.top-hero-section .top-hero .splide__pagination {
  bottom: -50px;
}
.top-hero-section .top-hero .splide__pagination__page {
  background: #5b5b5b;
  height: 10px;
  width: 10px;
}
.top-hero-section .top-hero .splide__pagination__page.is-active {
  background: #3a7854;
  transform: scale(1.4);
  z-index: 1;
}

/* ================================================================================= */
/* End Top Hero Section Css */
/* ================================================================================= */

/* ================================================================================= */
/* Achievement Section Css */
/* ================================================================================= */

.achievement-section {
  background-image: url(/images/achievement-bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.achievement-section .achievement-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
}

.achievement-section .achievement-box .achievement-box-img {
  height: 80px;
  width: 80px;
}

/* ================================================================================= */
/* End Achievement Section Css */
/* ================================================================================= */

/* ================================================================================= */
/* Courses Section Css */
/* ================================================================================= */

.course-section {
  padding-top: 80px;
  padding-bottom: 180px;
  background-image: url(/images/course-section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.course-box-section {
  margin-top: -150px;
}

.course-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-box .course-box-body {
  background-color: #f8f8f8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-box .course-box-body .course-box-title {
  flex-grow: 1;
}

.course-box .course-box-footer {
  text-align: center;
  margin-top: -25px;
}
/* ================================================================================= */
/* End Courses Section Css */
/* ================================================================================= */

/* ================================================================================= */
/* News Section Css */
/* ================================================================================= */

.news-section {
  background-image: url(/images/news-section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-box {
  height: 100%;
  width: 100%;
  padding: 50px;
}
.news-box-1 {
  height: 50%;
  width: 100%;
  padding: 50px;
}

.news-box-green {
  background-color: #256942;
}
.news-box-gray {
  background-color: #5b5b5b;
}

.news-box-white {
  background-color: #fff;
}

/* ================================================================================= */
/* End News Section Css */
/* ================================================================================= */

/* ================================================================================= */
/* Testimonial Css */
/* ================================================================================= */
.testimonial-video-play {
  position: relative;
  border-radius: 0 80px 0 0;
  overflow: hidden;
}
.testimonial-video-bg {
  position: relative;
  z-index: 0;
}

.testimonial-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25253851540616246) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}

.testimonial-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.testimonial-video-play-button .play-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 5px;
}

.testimonial-video-play-button .play-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: #fff;
  color: #5b5b5b !important;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 24px;
}

.testimonial-column {
  height: 100%;
}

.testimonial-column-side-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.testimonial-column .testimonial-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 100px;
  padding-left: 50px;
  padding-top: 50px;
  height: 100%;
  width: 100%;
}

.testimonial-column .testimonial-box .testimonial-box-head img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonial-column
  .testimonial-box
  .testimonial-box-footer
  .ratting
  .star-fill {
  color: #fa8202;
}

.testimonial-column .testimonial-box .testimonial-box-body .title .title-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transform: translate(-30px, 0px);
}

.testimonial-column .testimonial-slider .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 2em;
  top: 100%;
  z-index: 1;
  background: #fa8202;
  color: #fff;
  border: 1px solid #fa8202;
}

.testimonial-column .testimonial-slider .splide__arrow:disabled {
  opacity: 0.3;
  background: transparent;
  color: #989caa;
  border: 1px solid #989caa;
}

.testimonial-column .testimonial-slider .splide__arrow--prev {
  left: 50px;
}

.testimonial-column .testimonial-slider .splide__arrow--next {
  right: 75%;
}

.testimonial-column .testimonial-slider .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}

.testimonial-column .testimonial-slider .splide__arrow:disabled svg {
  opacity: 1;
  fill: #989caa;
  height: 1.2em;
  width: 1.2em;
}

/* ================================================================================= */
/* End Testimonial Css */
/* ================================================================================= */

/* ================================================================================= */
/* Footer Css */
/* ================================================================================= */
.footer-section {
  background-color: #fafafa;
}

.footer-social-midea {
  margin-top: 20px;
}

.footer-social-midea .social-link {
  display: flex;
  align-items: center;
}

.footer-social-midea .social-link .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  background-color: #e4e4e4;
  border-radius: 50%;
  color: #4b4d53;
  transition: all 0.5s;
  margin-right: 8px;
}

.footer-social-midea .social-link .social-btn:hover {
  background-color: #fa8202;
  color: #fff;
}

.footer-useful-link {
  list-style: none;
  padding-left: 0;
}

.footer-useful-link li {
  margin-bottom: 16px;
}

.footer-useful-link li:last-child {
  margin-bottom: 0px;
}

.footer-useful-link li a {
  font-size: 20px;
  color: #4b4d53;
}

.footer-contact a span img {
  width: 20px;
}

.footer-contact a span {
  color: #fa8202;
  margin-right: 4px;
}

.footer-section .footer-bar {
  background-color: #4b4d53;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section .footer-bar p {
  margin-bottom: 0;
}

/* ================================================================================= */
/* End Footer Css */
/* ================================================================================= */

/* ================================================================================= */
/* Services Page Css */
/* ================================================================================= */

.inner-page-banner {
  position: relative;
}
.inner-page-banner .bg-img {
  position: relative;
  z-index: 0;
}
.inner-page-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.25253851540616246) 100%
  );
  z-index: 1;
}

.inner-page-banner-section .inner-page-banner .top-content ol {
  margin-bottom: 0;
}

.inner-page-banner .top-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  z-index: 3;
}

.inner-page-banner-section .breadcrumb-item a {
  color: #fa8202;
}

.inner-page-banner-section .breadcrumb-item.active {
  color: #fff;
  font-weight: 300;
}

.inner-page-banner-section .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: 300;
}

/* ================================================================================= */
/* End Services Page Css */
/* ================================================================================= */

/* ================================================================================= */
/* About Page Css */
/* ================================================================================= */
.about-page-side-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  /* filter: grayscale(1); */
}

.mission-vision-section {
  background-color: #f9e8d9;
  padding-top: 50px;
  padding-bottom: 420px;
}
.mission-vision-section .mivi-box .mivi-box-img img {
  height: 150px;
  width: 150px;
}

.about-bottom {
  margin-top: -370px;
  margin-bottom: 50px;
}

/* ================================================================================= */
/* End About Page Css */
/* ================================================================================= */

/* ================================================================================= */
/* Contact Us Page Css */
/* ================================================================================= */
.contact-form-section .form-control {
  font-weight: 500;
  color: #4b4d53;
  background-color: #eaeaea;
}

/* ================================================================================= */
/* End Contact Us Page Css */
/* ================================================================================= */

/* ================================================================================= */
/*                              Responsive Css                                       */
/* ================================================================================= */

@media (max-width: 1399.98px) {
  body {
    font-size: 18px;
    color: #4b4d53;
  }

  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  h1,
  .h1 {
    font-size: 70px;
  }

  h2,
  .h2 {
    font-size: 50px;
  }

  h3,
  .h3 {
    font-size: 40px;
  }

  h6,
  .h6 {
    font-size: 24px;
  }

  .fs-38 {
    font-size: 36px;
  }

  .fs-30 {
    font-size: 28px;
  }

  .fs-26 {
    font-size: 24px;
  }

  .fs-22 {
    font-size: 20px;
  }

  .header-menu .main-menu ul li {
    margin-right: 12px;
  }

  .header-menu .main-menu ul li a {
    padding: 6px 12px;
    font-size: 18px;
  }

  .header-menu .header-menu-btns .header-call-btn .header-call-btn-logo img {
    width: 18px;
  }
  .header-menu .header-menu-btns .header-call-btn .header-call-btn-text a {
    font-size: 18px;
  }
  .header-menu .header-menu-btns .header-donet-btn a.btn {
    font-size: 18px;
  }
  .header-menu .header-menu-btns .header-donet-btn a.btn span img {
    max-width: 22px;
  }

  .testimonial-column
    .testimonial-box
    .testimonial-box-body
    .title
    .title-mark {
    height: 38px;
    width: 38px;
  }

  .mission-vision-section .mivi-box .mivi-box-img img {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 44px;
  }

  h3,
  .h3 {
    font-size: 34px;
  }

  h6,
  .h6 {
    font-size: 22px;
  }

  .fs-38 {
    font-size: 34px;
  }

  .fs-30 {
    font-size: 26px;
  }

  .fs-26 {
    font-size: 22px;
  }

  .fs-22 {
    font-size: 18px;
  }

  a.btn-success span {
    height: 30px;
    width: 30px;
  }

  a.btn-secondary span {
    padding: 6px;
  }

  a.btn-primary span {
    padding: 6px;
  }

  .header-menu .main-menu ul li {
    margin-right: 8px;
  }

  .header-menu .main-menu ul li a {
    padding: 4px 10px;
    font-size: 16px;
  }

  /* .top-hero-section .top-hero .splide__pagination {
    bottom: -30px;
  } */

  .news-box {
    padding: 32px;
  }
  .news-box-1 {
    padding: 32px;
  }

  .testimonial-column .testimonial-box {
    padding-right: 70px;
    padding-left: 40px;
    padding-top: 40px;
  }

  .testimonial-column .testimonial-slider .splide__arrow {
    top: 100%;
  }

  .testimonial-column
    .testimonial-box
    .testimonial-box-body
    .title
    .title-mark {
    height: 33px;
    width: 33px;
  }

  .testimonial-column
    .testimonial-box
    .testimonial-box-body
    .title
    .title-mark {
    transform: translate(-24px, 0px);
  }
  .testimonial-column .testimonial-slider .splide__arrow--prev {
    left: 40px;
  }
  .testimonial-column .testimonial-box .testimonial-box-head img {
    height: 80px;
    width: 80px;
  }
  .mission-vision-section .mivi-box .mivi-box-img img {
    height: 80px;
    width: 80px;
  }

  .mission-vision-section {
    padding-bottom: 300px;
  }

  .about-bottom {
    margin-top: -267px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 44px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h6,
  .h6 {
    font-size: 22px;
  }

  .fs-30 {
    font-size: 20px;
  }

  .fs-26 {
    font-size: 18px;
  }

  .fs-22 {
    font-size: 16px;
  }

  a.btn-success span {
    height: 30px;
    width: 30px;
  }

  a.btn-secondary span {
    padding: 6px;
  }

  a.btn-primary span {
    padding: 6px;
  }

  .header-menu .main-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .header-menu .main-menu ul li {
    margin-bottom: 8px;
  }

  .header-menu .header-menu-btns .header-call-btn .header-call-btn-logo {
    height: 30px;
    width: 30px;
  }

  .header-menu .header-menu-btns .header-call-btn .header-call-btn-logo img {
    width: 16px;
  }

  .header-menu .header-menu-btns .header-call-btn .header-call-btn-text a {
    font-size: 16px;
  }

  .header-menu .header-menu-btns .header-call-btn .header-call-btn-text p {
    color: #979191;
    font-size: 12px;
  }

  .header-menu .header-menu-btns .header-donet-btn a.btn {
    font-size: 16px;
  }

  .header-menu .header-menu-btns .header-donet-btn a.btn span img {
    max-width: 18px;
  }

  /* .top-hero-section .top-hero .splide__pagination {
    bottom: 0px;
  } */

  .top-hero-section .top-hero .splide__pagination__page {
    background: #5b5b5b;
    height: 8px;
    width: 8px;
  }

  .testimonial-column .testimonial-box {
    padding-right: 50px;
    padding-left: 26px;
    padding-top: 26px;
  }

  .testimonial-column .testimonial-box .testimonial-box-head img {
    height: 60px;
    width: 60px;
  }

  .testimonial-column .testimonial-slider .splide__arrow--prev {
    left: 20px;
  }
  .mission-vision-section {
    padding-bottom: 240px;
  }

  .about-bottom {
    margin-top: -198px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  .fs-30 {
    font-size: 20px;
  }

  .fs-26 {
    font-size: 16px;
  }

  .fs-22 {
    font-size: 16px;
  }

  a.btn-secondary span {
    padding: 4px;
  }

  /* .top-hero-section .top-hero .splide__pagination {
    bottom: -10px;
  } */

/*  .header-menu .header-menu-btns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }*/
  .header-menu .header-menu-btns {
  display: flex;
  /* align-items: flex-start; */
  justify-content: flex-start;
  /* flex-direction: column; */
}

  .fs-12 {
    font-size: 14px;
  }

  .top-bar .top-bar-social-icon a {
    color: #fff;
    margin: 0 4px;
    font-size: 14px;
  }

  .top-bar .top-bar-social-icon {
    height: 100%;
  }

  .testimonial-column .testimonial-box {
    padding-right: 50px;
    padding-left: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .mission-vision-section {
    padding-bottom: 200px;
  }

  .about-bottom {
    margin-top: -147px;
  }
}

@media (max-width: 575.98px) {
  .fs-12 {
    font-size: 10px;
  }
  .testimonial-column .testimonial-slider .splide__arrow--next {
    right: 20%;
  }

  .achievement-section .achievement-box .achievement-box-img {
    height: 40px;
    width: 40px;
  }

  .footer-section .footer-bar {
    background-color: #4b4d53;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-section .footer-bar p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .top-bar .top-bar-social-icon a {
    color: #fff;
    margin: 0 2px;
    font-size: 8px;
  }

  .mission-vision-section {
    padding-bottom: 100px;
  }

  .about-bottom {
    margin-top: -70px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.header-donet-btn span.text-dona {
  background: transparent;
  color: #fff !important;
}

@media (max-width: 991px) {
.mobile-menu .offcanvas-btn {position: absolute; right: 16px; top: 14px;} 
.header-menu .header-menu-btns .header-call-btn {line-height: 1;}
.header-menu-btns.header-menu-btns-pad {padding-right: 56px;}
.header-donet-btn span.text-dona {background: transparent; color: #fff !important; line-height: 6px; top: -2px; position: relative;}
.header-menu .offcanvas .header-menu-btns {justify-content: start;}
.tophad {line-height: 1;}
}

@media (max-width: 767px) {
.header-menu-btns.header-menu-btns-pad {padding-right: 40px;}  
.mobile-menu .offcanvas-btn {position: absolute; right: 14px; top: 6px;}
.mobile-menu .offcanvasbtn {padding: 3px 10px 5px;}
.header-donet-mobile a {font-size: 14px; padding: 3px;}
.header-donet-mobile a img {max-width: 16px;}
.tophad {padding-bottom: 3px;}
}

@media (max-width: 575px) {
.header-logo img {max-width: 120px;}
.header-donet-btn span.text-dona {padding: 4px 2px 4px 2px;}
.tophad {line-height: 2px;}
}
.upi-img{    
  width: auto;
  height: 500px;
}