/* ====== Colors ====== */
:root {
  --primary-color: #e67f30;
  --dark: #000000;
  --white: #ffffff;
  --grey: #a6a6a6;
  --bg-color-first: #e3f1f8;
  --bg-color-second: #f0e7dffd;
}

/* ====== Font ====== */
* {
  font-family: "Poppins", sans-serif;
}

a {
  color: var(--primary-color);
}

::selection {
  background-color: var(--primary-color);
  color: var(--dark);
}

a:hover {
  text-decoration: none;
}

.modal {
  z-index: 99999999;
}

/* ====== header-section-start ====== */

/*========== menu bar =========*/

.header-section .menu-bar {
  width: 100%;
  background-color: #3094e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.096);
}

.header-section .is-sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
  animation: slideInDown 0.5s ease-in;
  background-color: #3094e6;
  padding: 0;
}

.header-section .navbar {
  padding: 0;
}

.header-section .navbar-brand img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.header-section .menu-bar .nav-link {
  text-transform: capitalize;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.header-section .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  transition: 1.5s;
  bottom: 0;
  left: 50%;
  right: 0;
}

.header-section ul li a.active {
  color: #ff6600 !important;
}

.header-section .dropdown-menu {
  background-color: var(--white);
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  padding-top: 15px;
  display: none;
  border: 1px solid white;
  overflow: hidden;
  border: 0;
}

.header-section .dropdown:hover .dropdown-menu {
  display: block;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.103);
  border-radius: 10px;
  border: 1px solid #f5843388;
  padding: 10px 0px;
}

.header-section .sibar-toggle {
  background-color: var(--white);
  color: var(--primary-color);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 10px;
}

.header-section .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color);
  margin-bottom: 4px;
}

.header-section .dropdown i {
  transition: 0.6s;
}

.header-section .dropdown:hover i {
  transform: rotate(180deg);
  transition: 0.6s;
}

.header-section .dropdown-menu .dropdown-item:hover {
  color: var(--white);
  background-color: var(--primary-color);
  animation-duration: 2s;
}

.header-section .navbar-toggler {
  background-color: var(--primary-color);
  color: var(--white);
  margin: 0px;
  line-height: 28px;
  border-radius: 5px;
  border: none;
  padding: 2px 10px;
  border: 1px solid white;
}

.header-section .offcanvas-header {
  background-color: var(--white);
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .sibar-toggle {
  background-color: var(--white);
  color: var(--primary-color);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 10px;
  font-size: 16px;
  padding: 3px 8px;
}

.header-section .nav-link:hover:after {
  width: 100%;
  transition: 0.5s;
  left: 0;
}

.header-section .nav-link:hover {
  color: var(--primary-color);
  transition: 0.5s;
}

.header-section .donate-btn {
  color: var(--white);
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
  margin: 0px 10px;
  border: 1px solid var(--white);
}

.header-section .conatact-link {
  color: var(--white);
  background-color: var(--dark);
  padding: 4px 10px;
  border-radius: 5px;
  display: none;
  margin-left: 10px;
  border: 1px solid white;
}

.header-section .offcanvas-header .btn-close {
  background-color: var(--primary-color);
  opacity: 1;
  background-image: none;
  line-height: 10px;
  border-radius: 5px;
  border: none;
  border: 1px solid white;
  font-size: 16px;
  padding: 6px 8px;
  color: var(--white);
}

/* ====== header-section-end ====== */

/* ====== hero-section-start ====== */
.hero-section {
  overflow: hidden;
}

.hero-section .slide {
  padding: 90px 0px;
  text-align: center;
  height: 500px;
  background-size: cover;
  background-position: left;
  position: relative;
  z-index: 1;
}

.hero-section .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #02070fb2;
  z-index: -1;
}

.hero-section .slide .background-image {
  width: 100%;
  background-position: center;
}

.hero-section .slide .content {
  margin: 0px 50px;
}

.slide {
  position: relative;
}

.hero-section .owl-carousel .owl-nav button.owl-next {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 22px;
  color: var(--white);
  position: absolute;
  right: 25px;
  top: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .owl-carousel .owl-nav button.owl-prev {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 22px;
  color: var(--white);
  position: absolute;
  left: 25px;
  top: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .owl-dots {
  position: absolute;
  margin: auto;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, -50%);
}

.hero-section .owl-carousel button.owl-dot {
  color: inherit;
  height: 15px;
  width: 15px;
  border: 1px;
  background-color: #f7f5f5;
  border-radius: 50%;
  margin: 2px;
  font-size: 50px;
  line-height: 0;
  color: var(--white);
}

.hero-section .owl-carousel button.owl-dot.active {
  background-color: var(--primary-color);
  height: 15px;
  width: 30px;
  border-radius: 10px;
  transition: 0.5s;
}

.hero-section .slide .content .highlight {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
}

.hero-section .slide .content span {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}

.hero-section .slide .content h2,
.hero-section .slide .content h1 {
  font-size: 50px;
  font-weight: 700;
  color: var(--white);
  margin-top: 20px;
}

.hero-section .slide .content .action-btns {
  margin-top: 50px;
}

.hero-section .action-btns .btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 30px;
  text-decoration: none;
  margin-right: 5px;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
  border: none;
}

.hero-section .action-btns .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white);
  border-radius: 5px;
  z-index: -1;
  transform: translateX(-100%);
  transition: ease-in-out 0.5s;
}

.hero-section .action-btns .btn-primary:hover:before {
  color: var(--primary-color);
  transition: ease-in-out 0.5s;
  transform: translateX(0);
}

.hero-section .action-btns .btn-primary:hover {
  color: var(--primary-color);
  transition: 0.5s;
}

/* ====== hero-section-end ====== */

/* ====== about-section-start ====== */

.about-section {
  padding: 90px 0px;
  background-color: var(--bg-color-first);
}

.about-section .about-content span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.about-section .about-content span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 100px;
}

.about-section .about-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.about-section .about-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  text-align: justify;
}

.about-section .our-vision p,
.about-section .our-mission p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
}

.about-section .our-vision h3,
.about-section .our-mission h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 20px;
}

.about-section .action-btns .btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 30px;
  text-decoration: none;
  margin-right: 5px;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
}

.about-section .action-btns .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white);
  border-radius: 5px;
  z-index: -1;
  transform: translateX(-100%);
  transition: ease-in-out 0.5s;
}

.about-section .action-btns .btn-primary:hover:before {
  color: var(--primary-color);
  transition: ease-in-out 0.5s;
  transform: translateX(0);
}

.about-section .action-btns .btn-primary:hover {
  color: var(--primary-color);
  transition: 0.5s;
}

.about-section .action-btns .btn-secondary {
  background-color: var(--dark);
  color: var(--white);
  padding: 10px 30px;
  text-decoration: none;
  margin-right: 5px;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
}

.about-section .action-btns .btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white);
  border-radius: 5px;
  z-index: -1;
  transform: translateX(-100%);
  transition: ease-in-out 0.5s;
}

.about-section .action-btns .btn-secondary:hover:before {
  color: var(--primary-color);
  transition: ease-in-out 0.5s;
  transform: translateX(0);
}

.about-section .action-btns .btn-secondary:hover {
  color: var(--primary-color);
  transition: 0.5s;
}

.about-section .about-content,
.about-section .about-image {
  margin-bottom: 25px;
}

.about-section .about-image img,
.about-section .about-image .about-image-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  border-radius: 10px;
  object-fit: cover;
}

/* ====== about-section-end ====== */

/* ====== our-works-section-start ====== */

.our-works-section {
  background-color: var(--white);
  padding: 90px 0px;
  position: relative;
}

.our-works-section .section-title {
  text-align: center;
  margin: 0px 150px 45px 150px;
}

.our-works-section .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.our-works-section .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 100px;
}

.our-works-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.our-works-section .section-title p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
}

.our-works-section .buttons_container .nav-pills {
  width: 33%;
}
.our-works-section .buttons_container .flex-column {
  background-color: var(--white);
  width: 100%;
  margin: 0px 10px;
  margin-right: 0;
  padding: 20px;
}
.our-works-section .buttons_container .flex-column .nav-link {
  width: 100%;
}
.our-works-section .buttons_container .tab-content {
  width: 65%;
  background-color: var(--white);
}
.our-works-section .buttons_container .flex-column {
  height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column !important;
  margin-bottom: 25px;
}
.our-works-section .buttons_container .flex-column::-webkit-scrollbar {
  width: 5px;
}
.our-works-section .buttons_container .flex-column::-webkit-scrollbar-track {
  background-color: #eeee;
  border-radius: 15px;
}
.our-works-section .buttons_container .flex-column::-webkit-scrollbar-thumb {
  background-color: var(--color2);
  border-radius: 15px;
}
.our-works-section .buttons_container .flex-column .heading_container {
  margin-bottom: 15px;
}
.our-works-section .buttons_container .flex-column .heading_container h5 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.our-works-section .buttons_container .flex-column .heading_container p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
}
.our-works-section .buttons_container .flex-column button.nav-link {
  text-align: left;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
}
.our-works-section .buttons_container .flex-column button.nav-link.active {
  background-color: transparent;
  color: var(--color2);
}
.our-works-section .buttons_container .flex-column button.nav-link .text {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  font-family: "Rubik", sans-serif;
}
.our-works-section .buttons_container .flex-column button.nav-link .icons {
  align-self: center;
  flex: 0 0 auto;
}
.our-works-section .buttons_container .flex-column button.nav-link .icons span {
  width: 23px;
  height: 23px;
  background-color: #dfdbdb;
  border: 4px solid #fff;
  outline: 2px solid #dfdbdb;
  display: block;
  border-radius: 50%;
}

.our-works-section .buttons_container .flex-column button.nav-link:hover .text,
.our-works-section
  .buttons_container
  .flex-column
  button.nav-link.active
  .text {
  color: var(--color2);
}
.our-works-section
  .buttons_container
  .flex-column
  button.nav-link:hover
  .icons
  span,
.our-works-section
  .buttons_container
  .flex-column
  button.nav-link.active
  .icons
  span {
  background-color: var(--primary-color);
  outline-color: var(--color1);
}

.our-works-section .buttons_container {
  display: flex;
}

.our-works-section .buttons_container .tab-content .image_content_area {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 25px;
}
.our-works-section .buttons_container .tab-content .image_content_area .image {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 25px;
}
.our-works-section
  .buttons_container
  .tab-content
  .image_content_area
  .image
  img {
  width: 100%;
  height: 370px;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}
.our-works-section
  .buttons_container
  .tab-content
  .image_content_area
  .desc_area {
  margin-top: 0px;
  flex: 0 0 auto;
  width: calc(100% - 200px);
  padding-left: 15px;
  position: absolute;
  bottom: -90px;
  left: 20px;
  background-color: #ffffffa8;
  padding: 20px;
  box-shadow: 0 15px 15px 5px rgba(0 0 0 / 10%);
  border-radius: 8px;
  border: 1px solid var(--dark);
}
.our-works-section
  .buttons_container
  .tab-content
  .image_content_area
  .desc_area
  h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.our-works-section
  .buttons_container
  .tab-content
  .image_content_area
  .desc_area
  .desc {
  width: 100%;
}
.our-works-section
  .buttons_container
  .tab-content
  .image_content_area
  .desc_area
  .desc
  p {
  line-height: 23px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  color: #222;
  text-align: justify;
}

.our-works-section .readmore {
  margin: 30px 0px 20px 0px;
}

.our-works-section
  .buttons_container
  .tab-content
  .image_content_area
  .desc_area
  .readmore
  a {
  color: var(--primary-color);
  text-decoration: none;
  padding: 8px 10px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--white);
}

/* ====== our-works-section-end ====== */

/* ====== our-impact-section-start ====== */

.our-impact {
  background-color: var(--bg-color-first);
  padding: 90px 0px;
}

.our-impact .section-title {
  text-align: center;
  margin: 0px 150px 15px 150px;
}

.our-impact .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.our-impact .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: var(--dark);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 100px;
}

.our-impact .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.our-impact .funfact-item span {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  transition: 0.2s;
}

.our-impact .funfact-item h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
  margin: 10px 0px;
  transition: 0.2s;
}

.our-impact .Reach-map {
  padding: 20px;
  margin-top: 25px;
}

.our-impact .funfact-item {
  padding: 15px;
  border-radius: 10px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
}

.our-impact .funfact-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 20px;
  z-index: -1;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.our-impact .funfact-item:hover:before {
  transform: translateY(0);
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.our-impact .funfact-item:hover h2,
.our-impact .funfact-item:hover span {
  color: var(--white);
  transition: 0.2s;
}

.our-impact .funfact-item p {
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
}

/* === our-impact-section-end === */

/* ===current-projects-section-start===  */

.current-projects {
  padding: 90px 0px;
  background-color: var(--white);
}

.current-projects .section-title {
  text-align: center;
  margin: 0px 150px 45px 150px;
}

.current-projects .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.current-projects .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 150px;
}

.current-projects .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.current-projects .project-img {
  text-align: center;
  position: relative;
  transition: 0.5s;
}

.current-projects .project-img img {
  border-radius: 5px;
  transition: 0.5s;
}

.current-projects .project-img:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}

.current-projects .project-img span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: #1d19178f;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  border-radius: 5px;
}

.current-projects .project-item {
  padding: 10px;
  border-radius: 10px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
  background-color: var(--primary-color);
}

.current-projects .project-item:hover span {
  background-color: var(--dark);
}

.current-projects .project-item .project-content h3 {
  font-size: 18px;
  color: var(--dark);
  font-weight: 700;
  margin: 20px 0px;
}

.current-projects .project-item .project-content p {
  font-size: 16px;
  color: var(--dark);
  text-decoration: none;
  margin-bottom: 15px;
}

.current-projects .project-item .project-content a {
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
}

/* ===current-projects-section-end===  */

/* ===event-section-start===  */

.event-section {
  padding: 90px 0px;
  background-color: var(--bg-color-first);
}

.event-section .section-title {
  text-align: center;
  margin: 0px 150px 45px 150px;
}

.event-section .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.event-section .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 70px;
}

.event-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.event-section .slide {
  position: relative;
  overflow: hidden;
}

.event-section .owl-carousel .owl-nav button.owl-next {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  right: -8px;
  top: 40%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-section .owl-carousel .owl-nav button.owl-prev {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  left: -8px;
  top: 40%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-section .card .card-body span {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
}

.event-section .card .card-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 10px 0px;
}

.event-section .card .card-body p {
  font-size: 16px;
  font-weight: 300;
  color: var(--dark);
}

.event-section .card .card-img-top {
  height: 400px;
  object-fit: cover;
  transition: 0.5s;
}

.event-section .card {
  overflow: hidden;
  transition: 0.5s;
}

.event-section .card:hover .card-img-top {
  transform: scale(1.05);
  transition: 0.5s;
}

/* ===event-section-end===  */

/* ===print-media-section-start=== */

.print-media-section {
  padding: 90px 0;
  background-color: var(--white);
}

.print-media-section .section-title {
  text-align: center;
  margin: 0px 150px 45px 150px;
}

.print-media-section .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.print-media-section .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 200px;
}

.print-media-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.print-media-section .print-media-box {
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--dark);
}

.print-media-section .print-media-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.print-media-section .print-media-box img:hover {
  transform: scale(1.05);
}

.print-media-section .image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.print-media-section .image-popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.print-media-section .close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  z-index: 1001;
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
}

.print-media-section .slide {
  position: relative;
}

.print-media-section .owl-carousel .owl-nav button.owl-next {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  right: -8px;
  top: 40%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.print-media-section .owl-carousel .owl-nav button.owl-prev {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  left: -8px;
  top: 40%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===print-media-section-end=== */

/* ===testimonial-section-start=== */

.testimonial-section {
  padding: 90px 0px;
  background: url(../images/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #141313d8;
  z-index: -1;
}

.testimonial-section .section-title {
  margin-bottom: 45px;
}

.testimonial-section .section-title h2 {
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  padding: 0px 10px;
}

.testimonial-section .table {
  border: 2px solid black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  background-color: var(--dark);
}

.testimonial-section .testimonial-content p {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  text-align: justify;
  padding: 0px 10px;
}

.testimonial-section .testimonial-content h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  padding: 0px 10px;
}

.testimonial-section .slide {
  position: relative;
}

.testimonial-section .owl-dots {
  position: absolute;
  bottom: -20px;
  left: 5px;
}

.testimonial-section .owl-carousel button.owl-dot {
  color: inherit;
  height: 15px;
  width: 15px;
  border: 1px;
  background-color: #b3aeae;
  border-radius: 50%;
  margin: 2px;
  font-size: 50px;
  line-height: 0;
  color: var(--white);
}

.testimonial-section .owl-carousel button.owl-dot.active {
  background-color: var(--primary-color);
  height: 15px;
  width: 30px;
  border-radius: 10px;
  transition: 0.5s;
}

/* ===testimonial-section-end=== */

/* ==footer-section-start== */

.footer-section {
  padding-top: 50px;
  background-color: #3094e6;
  overflow: hidden;
}

.footer-section .footer-item {
  padding: 10px;
}

.footer-section .footer-item img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.footer-section .footer-item .qr-code img {
  width: 100%;
}

#qrCodeModal .btn-close {
  color: var(--white);
  opacity: 1;
  background-image: none;
  line-height: 10px;
  border-radius: 5px;
  border: none;
  border: 1px solid white;
  font-size: 16px;
  padding: 6px 8px;
  background-color: var(--dark);
}

.footer-section .footer-item p {
  font-size: 14px;
  color: var(--white);
  font-weight: 300;
  margin: 20px 0px;
}

.footer-section .footer-item .social-icons ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.footer-section .footer-item span {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 20px;
  background-color: var(--primary-color);
  padding: 0px 10px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  font-weight: 600;
}

.footer-section .footer-item .service-links i,
.footer-section .footer-item .pages-links i,
.footer-section .footer-item .contact-kota i {
  margin-right: 5px;
  color: var(--white);
  font-size: 16px;
}

.footer-section .footer-item .contact-kota p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--white);
}

.footer-section .footer-item .social-icons ul li {
  margin-right: 10px;
  background-color: var(--white);
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  line-height: 40px;
  transition: 1.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.footer-section .footer-item .social-icons ul li::before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 5px;
  inset: 0;
  z-index: -1;
  transform: translateY(-50px);
  transition: 1.5s;
}

.footer-section .footer-item .social-icons ul li:hover::before {
  transition: 1s;
  transform: translateY(-0px);
}

.footer-section .footer-item .social-icons ul li:hover a {
  color: var(--white);
  transition: 0.5s;
}

.footer-section .footer-item .services-link,
.footer-section .footer-item .contact-kota {
  list-style: none;
  padding: 0;
  margin: 15px 0px;
}

.footer-section .footer-item .services-link li,
.footer-section .footer-item .contact-kota li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  transition: 0.2s;
}

.footer-section .footer-item .services-link li:hover,
.footer-section .footer-item .contact-kota li:hover {
  margin-left: 5px;
  transition: 0.2s;
}

.footer-section .footer-item .services-link li a,
.footer-section .footer-item .contact-kota a {
  color: var(--white);
  text-decoration: none;
  position: relative;
}

.footer-section .footer-item .services-link li a::before,
.footer-section .footer-item .contact-kota a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -5px;
  border-radius: 5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s;
}

.footer-section .footer-item .services-link li a:hover:before,
.footer-section .footer-item .contact-kota a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1s;
}

.footer-section .copy-right {
  text-align: center;
  color: var(--white);
  font-size: 14px;
  margin-top: 20px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
}

.footer-section .copy-right p {
  padding: 20px 0px;
  margin: 0;
}

.footer-section .call-button .call {
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 5px;
  color: white;
  right: 1em;
  bottom: 6em;
  position: fixed;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  z-index: 9999;
  margin-bottom: 10px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid var(--primary-color);
}

.footer-section .whatsapp-button .whatsapp {
  background-color: #25d366;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 5px;
  color: white;
  right: 1em;
  bottom: 3em;
  position: fixed;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  z-index: 9999;
  margin-bottom: 10px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid var(--primary-color);
}

/* ==footer-section-end== */

/* ===breadcrumb-section-start=== */

.breadcrumb-section {
  padding: 50px 0px;
  position: relative;
  background: url(../images/breadcrumb-bg.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #010d14bb;
  z-index: -1;
}

.breadcrumb-section .breadcrumb-heading h1 {
  font-size: 30px;
  color: var(--white);
  font-weight: 600;
  z-index: 1;
}

.breadcrumb-section .breadcrumb li {
  font-size: 16px;
  color: var(--white);
  z-index: 1;
}

.breadcrumb-section .breadcrumb li i {
  padding: 0px 10px;
}

.breadcrumb-section .breadcrumb li a {
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
}

.breadcrumb-section .breadcrumb li a:hover {
  color: var(--primary-color);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
}

/* ===breadcrumb-section-end=== */

/* ===what-we-do-section-start===*/

.what-we-do {
  padding: 45px 0px;
  background-color: var(--white);
}

.what-we-do .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.what-we-do .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.what-we-do .what-we-do-box {
  margin-bottom: 25px;
}

.what-we-do .what-we-do-box p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  text-align: justify;
}

.what-we-do .what-we-do-box p span {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}

/* ===what-we-do-section-end===*/

/* ===Print-Media-section-start=== */

.print-Media {
  padding: 90px 0px;
  background-color: var(--white);
}

.print-Media .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.print-Media .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
}

.print-Media .container {
  width: 90%;
  margin: auto;
  text-align: center;
}

.print-Media .section-title h2 {
  font-size: 30px;
  margin: 20px 0;
}

.print-Media .print-items {
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 25px;
  border-radius: 10px;
  height: 300px;
  border: 1px solid var(--dark);
}

.print-Media .print-items img {
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s;
  height: 280px;
  object-fit: cover;
}

.print-Media .row img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
}

.popup img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.popup span {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
}

/* ===Print-Media-section-end=== */

/* === team-section-start === */

.team-section {
  padding: 90px 0px;
  background-color: var(--white);
}

.team-section .section-title {
  text-align: center;
  margin: 0px 150px 45px 150px;
}

.team-section .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.team-section .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 100px;
}

.team-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.team-section .team-item {
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  background-color: var(--bg-color-first);
}

.team-section .team-item img {
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

.team-section .team-content {
  padding: 20px 5px 10px 5px;
}

.team-section .team-content h3 {
  font-size: 18px;
  color: var(--dark);
  font-weight: 600;
}

.team-section .team-content p {
  font-size: 16px;
  color: rgb(104, 103, 103);
  font-weight: 400;
}

.team-section .slide {
  position: relative;
}

.team-section .owl-carousel .owl-nav button.owl-next {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  right: 0px;
  top: 30%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section .owl-carousel .owl-nav button.owl-prev {
  height: 45px;
  width: 45px;
  border: 1px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  left: 0px;
  top: 30%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === team-section-end === */

/* ===digital-Media-section-start=== */

.digital-media {
  padding: 90px 0px;
  background-color: var(--bg-color-first);
}

.digital-media .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.digital-media .section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 30px 5px 5px 30px;
  position: relative;
  z-index: 1;
}

.digital-media .section-title span::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.904);
  border-radius: 30px 5px 5px 30px;
  z-index: -1;
  height: 55px;
  width: 100px;
}

.digital-media .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.digital-media .container {
  width: 90%;
  margin: auto;
  text-align: center;
}

.digital-media .digital-items {
  margin-bottom: 25px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ===digital-Media-section-end=== */

/* ===completse-event-section-start=== */

.complete-events {
  padding: 90px 0px;
  background-color: var(--bg-color-first);
}

.complete-events .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.complete-events .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0px 20px 0px;
}

.complete-events .event-item {
  margin-bottom: 25px;
}

.complete-events .card .card-body span {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
}

.complete-events .card .card-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 10px 0px;
}

.complete-events .card .card-body p {
  font-size: 16px;
  font-weight: 300;
  color: var(--dark);
}

.complete-events .card .card-img-top {
  height: 400px;
  object-fit: cover;
}

/* ===completse-event-section-end=== */

/* ===contact-info-section-start=== */

.contact-info {
  padding: 90px 0px;
  background-color: var(--bg-color);
  overflow: hidden;
}

.contact-info .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.contact-info .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
}

.contact-info .service-inner-item {
  margin-bottom: 20px;
  background-color: var(--primary-color);
  padding: 20px 10px;
  border-radius: 5px;
}

.contact-info .service-inner-item h2 {
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
}

.contact-info .service-inner-item .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  transition: 0.5s;
}

.contact-info .service-inner-item:hover .icon {
  transform: scale(1.2);
  transition: 0.5s;
}

.contact-info .contact-item p {
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.contact-info .service-inner-item i {
  font-size: 24px;
  color: var(--primary-color);
  line-height: 50px;
  transition: 1s;
}

.contact-info .service-inner-item a {
  color: var(--white);
  text-decoration: none;
}

/* ===contact-info-section-end=== */

/* ===donate-section-start===  */

.donate-section {
  padding: 90px 0px;
  background-color: var(--white);
}

.donate-section .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.donate-section .section-title span {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.donate-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
}

.donate-section .payment-way {
  cursor: pointer;
  transition: transform 0.3s;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9f9f9;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 10px;
  height: 400px;
  margin-bottom: 25px;
}

.payment-way:hover {
  transform: scale(1.05);
  background: #fff;
}

.donate-section .payment-way img {
  background-color: #f26c33;
  border-radius: 3px;
}

.donate-section .payment-way p {
  font-size: 16px;
  margin-top: 10px;
}

.modal-header .btn-close {
  background-color: var(--primary-color);
  box-shadow: none;
  background-image: none;
  font-size: 20px;
  color: var(--white);
  line-height: 23px;
  opacity: 1;
}

/* ===donate-section-end===  */

/* ===volunteer-section-start=== */

.volunteer-section {
  padding: 90px 0px;
  background-color: var(--white);
  overflow: hidden;
}

.volunteer-section .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.volunteer-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
}

.volunteer-section .container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.volunteer-section .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.volunteer-section .opportunity-card {
  background: var(--primary-color);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.opportunity-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--dark);
  font-weight: 600;
}

.opportunity-card p {
  font-size: 1rem;
  color: var(--dark);
}

.opportunity-card:hover {
  background: var(--white);
  transform: scale(1.05);
  transition: 0.2s;
}

/* ===volunteer-section-end=== */

/* ===form-section-start=== */

.form-section {
  background: var(--bg-color-first);
  padding: 50px 20px;
  border-radius: 10px;
}

.form-section .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.form-section .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
}

.form-section .section-title p {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
}

.form-section input,
.form-section textarea,
.form-section select {
  box-shadow: none;
  border: 1px solid black;
}

.form-section .form-label {
  font-size: 16px;
  color: var(--dark);
  font-weight: 500;
}

.form-section .from-btn {
  margin-top: 40px;
}

.form-section .from-btn .submit-btn {
  background-color: var(--primary-color);
  border: none;
  padding: 10px;
  color: var(--white);
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid white;
}

/* ===form-section-end=== */

/* ===eye-health-section-end=== */

.eye-health,
.Our-Key-Initiatives,
.help-section {
  padding: 45px 0px;
  border-color: var(--white);
}

.eye-health .section-title span {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.eye-health .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin: 10px 0px;
}

.eye-health .eye-health-box p,
.eye-health .vision-mission-box p,
.Our-Key-Initiatives p,
.health-matters p,
.help-section p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  text-align: justify;
  margin-top: 10px;
}

.eye-health-box,
.Our-Key-Initiatives,
.vision-mission-box,
.help-section {
  margin-bottom: 25px;
}

.health-matters h2,
.Our-Key-Initiatives h2,
.help-section h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
}

.eye-health .vision-mission-box h3,
.Our-Key-Initiatives h3,
.health-matters h3,
.help-section h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin-top: 30px;
}

/* ===eye-health-section-end=== */

/* ===eye-health-gallery-start=== */

.eye-health-gallery {
  padding: 90px 0px;
  background-color: var(--bg-color-first);
}

.eye-health-gallery .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.eye-health-gallery .section-title span {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.eye-health-gallery .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin-top: 15px;
}

.eye-health-gallery .eye-health-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  padding: 20px;
}

.eye-health-gallery .eye-checkup-images {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.eye-health-gallery .eye-checkup-images img {
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.eye-health-gallery .eye-checkup-images:hover img {
  transform: scale(1.05);
}

/* ===eye-health-gallery-end=== */

/* ===-our-document-section-start=== */

.our-document {
  padding: 90px 0px;
  background-color: var(--white);
}

.our-document .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.our-document .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark);
  margin-top: 15px;
}

.our-document .document-item {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid black;
}

.our-document .modal-img {
  max-width: 100%;
  height: auto;
}

/* ===-our-document-section-end=== */

/* cancellation-section-start */

.cancellation {
  padding: 45px 0px;
}

.cancellation .cancellation-content h2 {
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 20px;
}

.cancellation .cancellation-content h3 {
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 20px;
}

.cancellation .cancellation-content p {
  font-size: 16px;
  color: var(--dark);
}

/* cancellation-section-end */
