body {
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif !important;
}

img {
  max-width: 100%;
}

.heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

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

p {
  font-size: 15px;
}

.btns .button {
  border-radius: 4px;
  background-color: #128a43;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 40px;
  transition: all 0.5s;
  cursor: pointer;
}

.btns .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btns .button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btns .button:hover span {
  padding-right: 25px;
}

.btns .button:hover span:after {
  opacity: 1;
  right: 0;
}

.btns2 .button {
  border: none;
  color: #ba6913;
  background-color: transparent;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  text-align: left !important;
}

.btns2 .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-align: left !important;
}

.btns2 .button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btns2 .button:hover span {
  padding-right: 25px;
}

.btns2 .button:hover span:after {
  opacity: 1;
  right: 0;
}

.nav-links .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  list-style: none;
}

.nav-links a.nav-link {
  padding-left: 32px !important;
  font-size: 13px !important;
  font-weight: 300;
}

.nav-links .navbar-nav li>a {
  color: #fff;
}

.nav-links .navbar-nav li>a:hover {
  color: #f89934;
}

.nav-links .navbar-nav li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f89934;
  transition: width 0.3s;
}

.nav-links .navbar-nav li>a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.links-icons {
  padding-left: 70px;
}

.top-header {
  padding: 32px 0;
  position: absolute;
  width: 100%;
}

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

.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  display: none;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}

/* Dropdown Show on Hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

/* Dropdown Item Style */
.navbar-nav .dropdown-menu li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
}

.navbar-nav .dropdown-menu li a:hover {
  background-color: #f89934;
  color: #fff;
}

.banner-section {
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  height: 730px !important;
}

.banner-content {
  padding-top: 42%;
}

.banner-content h1 {
  color: #db7e1b;
  margin: 0;
  font-size: 44px;
  line-height: 43px;
}

.banner-content h1 span {
  font-size: 19px;
  color: #128a43;
}

.banner-content h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  line-height: 23px;
  margin-top: 6px;
  margin-bottom: 25px;
}

.service-inner {
  border-radius: 15px;
  box-shadow: 0px 0px 40px -16px;
  border: 1px solid #53535382;
  height: 100% !important;
  position: relative;
}

.service-inner .btns2 {
  position: absolute;
  bottom: 31px;

}

.service-inner img {
  border-radius: 15px 15px 0 0;
}

.service-inner h4 {
  font-size: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 16px;
  color: #0a6730;
}

.service-inner p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 16px;
}

.service-inner ul {
  padding: 0;
  margin: 0;
}

.service-inner ul li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 8px;
}

.service-inner ul li i {
  margin-right: 10px;
  color: #db7e1b;
}

.service-content {
  padding: 40px;
  height: 470px;
}

.service-section {
  padding: 90px 0;
}

.event-section {
  background: url(../images/event.png) no-repeat;

  background-size: cover;
}

.event-layer {
  background-color: rgb(0, 0, 0, 0.8);
  padding: 90px 0;
}

.carousel-container {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.carousel-controls {
  bottom: -28px;
  position: absolute;
  text-align: center;
  margin-top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.carousel-btn {
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 16px;
  background-color: #db7e1b;
  color: white;
  border: none;
  border-radius: 56px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.carousel-btn:hover {
  background-color: #128a43;
}

.slide-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

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

.inmg-layer {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.8);
  /* dark transparent overlay */
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: bottom 0.4s ease;
  padding: 25px;
}

.slide-inner:hover .inmg-layer {
  bottom: 0;
}

.slide-inner:hover .inmg-layer h4 {
  font-size: 16px;
  font-weight: 400;
}

.slide-inner:hover .inmg-layer p {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
}

.c-inner {
  background-color: #ffffff;
  padding: 2px;
  border-radius: 11px;
  position: relative;
}

.Happenings-inner {
  padding: 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}

.Happenings-inner i {
  color: #fff;
  background-color: #128a43;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.Happenings-inner h3 {
  font-size: 17px;
  margin-left: 22px;
  margin-bottom: 0;
}

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.slide {
  flex: 0 0 auto;
  width: 375px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

.slide img {
  display: block;
  max-width: 96px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: -20px;
  left: -21px;
  border: 5px solid #db7e1b;
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.slide-caption h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

.slide-caption p {
  margin: 0;
  font-size: 14px;
}

.arrow {
  color: #fff;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  border: 0 !important;
  background: #128a43;
  border-radius: 40px;
}

.slider {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.slider {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider::-webkit-scrollbar {
  display: none;
}

.stories-section {
  padding: 90px 0;
}

.slide .content {
  background: #f6f6f6;
  border-radius: 9px;
  padding: 100px 30px 20px 30px;
  border: 1px solid #b1b1b1;
}

.slide .content p {
  font-weight: 400;
  font-size: 12px;
  margin: 20px 0px !important;
  line-height: 20px;
}

.slide .content h3 {
  font-size: 17px;
  margin: 30px 0;
  color: #000;
}

.testimonial-slider {
  display: flex;
  align-items: center;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.testimonial-track {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.testimonial-card {
  flex: 0 0 600px;
  background: white;
  border-radius: 16px;
  padding: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote {
  font-size: 15px;
  color: #333;
  margin-bottom: 7px;
}

.author {
  font-weight: 500;
  font-size: 19px;
  color: #000000;
}

.ts-arrow {
  background: #fff;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.gallery-section {
  padding: 90px 0;
}

.gallery-section .gallery-inner {
  border-radius: 14px;
  background-color: #f0f3f8;
  padding: 20px;
}

.gallery-section .gallery-inner h5 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 18px;
  text-align: center;
  color: #000 !important;
}

.gallery-section .gallery-inner img {
  border-radius: 14px;
}

.footer {
  background: #181715;
  padding-top: 50px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.logo-col h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

img.logo {
  max-width: 160px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin: 16px 0;
  color: #bababa;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
}

.footer-col ul li a {
  color: #bababa;
  text-decoration: none;
}

.footer-col p {
  display: flex;
  margin: 16px 0;
  color: #bababa;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
}

.footer-col i {
  margin-right: 7px;
  color: #db7e1b;
  margin-top: 5px;
}

hr {
  margin: 30px 0 15px;
  border: 0;
  border-top: 1px solid #6a838c;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.contact-left {
  box-shadow: 0px 0px 40px -22px #000;
  background: #f9f9f9;
  padding: 42px;
  position: absolute;
  width: 480px;
  top: 350px;
}

.social-icons i {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 22px;
  color: #db7e1b;
}

.footer form {
  display: flex;
  justify-content: space-between;
}

.footer .btns .button {
  border-radius: 4px;
  background-color: #128a43;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  padding: 6px 25px;
  transition: all 0.5s;
  cursor: pointer;
  width: 100%;
}

.footer .form-control {
  background-color: transparent !important;
  border: 1px solid #4b4b4b;
  color: #fff;
  font-size: 11px;
  padding: 12px 10px;
}

.col-md-8.black .nav-links .navbar-nav li>a {
  color: #000 !important;
  font-weight: 400;
}

.col-md-8.black .links-icons i {
  color: #000 !important;
}

.top-header.new {
  box-shadow: 0px -16px 10px 10px;
  position: static !important;
}

.top-header.new .nav-links .navbar-nav li>a {
  color: #000 !important;
  font-weight: 500;
}

.inner-banner {
  background: url(../images/inner-banner-about.png) no-repeat;
  background-size: cover !important;
  height: 400px;
  display: flex;
  align-items: center;
}

.Chapters {
  background: url(../images/team.png) no-repeat !important;
  background-size: cover !important;
}

.inner-banner .about-bottom {
  display: flex;
  align-items: center;
}

.inner-banner .about-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}

.inner-banner h3 {
  font-size: 45px;
  color: #db7e1b !important;
  font-weight: 500;
}

.inner-banner .about-bottom .middle-dot {
  width: 20px;
  height: 20px;
  background: #128a43;
  border-radius: 19px 0 19px 18px;
  margin: 0 10px;
}

.about-section {
  padding: 80px 0;
}

.about-section img {
  border: 1px solid #db7e1b;
  border-radius: 20px;
  padding: 7px;
}

.contact-section {
  padding: 80px 0;
}

.contact-section .c-inners {
  background: #F0F3F8;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
}

.contact-section .c-inners i {
  font-size: 29px;
  color: #db7e1b;
}

.contact-section .c-inners h6 {
  font-size: 20px;
  margin: 10px 0;
  color: #000;
}

.contact-section .c-inners p {
  color: #575757 !important;
}

.contact-section .form-control {
  color: #000;
  padding: 16px;
  font-size: 13px;
}

::placeholder {
  color: #000 !important;
}

.contact-section textarea {
  color: #000;
  padding: 16px;
  font-size: 13px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  height: 155px;
}

.contact-section .form-label {
  margin-bottom: 0.5rem;
  font-size: 12px;
  color: #128a43;
}

.contact-section img {
  border-radius: 20px;
}

.Chapters-section {
  padding: 80px 0;
}

.Eventess {
  background: url(../images/events.png) no-repeat !important;
  background-size: cover;
}

.event-sectionss {
  padding: 80px;
}

.event-sectionss .event-inner-section {
  border: 1px solid #c0c0c0;
  padding: 24px;
  border-radius: 20px;
}

.event-sectionss .event-inner-section img {
  border-radius: 15px;
}

.event-sectionss .event-inner-section h4 {
  font-size: 20px;
  margin-top: 15px;
  color: #000;

}

.event-sectionss .event-inner-section p {
  font-size: 13px;
}

.event-sectionss .event-inner-section .event-bottom-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}



.event-sectionss .event-inner-section .event-bottom-box button.btn.btn-dark {
  border: 0;
  background: #128a43;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
}

.event-sectionss .event-inner-section .event-bottom-box button.btn.btn-dark i {
  font-size: 12px;
  margin-right: 8px;
}


.ibox {
  display: flex;
  align-items: center;
  border-right: 1px solid #00000054;
  margin-right: 13px;
  margin-left: 0px;
  padding-left: 0px;
}

.ibox h5 {
  font-size: 12px;
  margin: 0;
  padding-right: 13px;
  padding-left: 7px;
}

.ibox i {
  color: #dc7406;
}

ul.bold-ul {
  padding-left: 19px !important;
  margin-bottom: 3px;
}

ul.bold-ul li {
  font-weight: 700;
}

.a-sections {
  margin-bottom: 20px;
}

.a-sections p {
  padding-left: 20px;
}

table {
  border: 1px solid #000;
}

table th {
  background: #db7e1b !important;
  font-size: 14px;
  color: #fff !important;
  padding: 18px 10px !important;
}

table td {
  font-size: 14px;
}

th,
td {
  border: 1px solid #000 !important;
  vertical-align: top;
  padding: 10px;
  text-align: left !important;
}

td ul {
  padding-left: 20px;
  margin: 0;
}

td ul li {
  margin-bottom: 5px;
}

.note {
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 10px;
}

.table-container {
  max-width: 100%;
  overflow-x: auto;
}

.membership-table th:nth-child(1) {
  width: 15%;
}

.membership-table th:nth-child(2) {
  width: 10%;
}

.membership-table th:nth-child(3) {
  width: 12%;
}

.membership-table th:nth-child(4) {
  width: 28%;
}

.membership-table th:nth-child(5) {
  width: 35%;
}

.founder p {
  margin-bottom: 5px !important;
}

.founder p a {
  color: #db7e1b;
}

.imgs {
  position: relative;
}

.leadership-section {
  padding: 80px 0;
}

.team-box {
  background: #fff;
  box-shadow: 0px 8px 20px -13px #000;
  border-radius: 10px;
}

.team-box .content {

  padding: 21px;
  border: 1px solid #b5b5b5;
  text-align: center;

}

.team-box .content h5 {
  font-weight: 600;
  font-size: 18px;
}

.team-box .content p {
  margin: 0;
  font-size: 13px;
  color: #b86c1a;

}

.imgs a {
  background-color: #128a43;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  border-radius: 25%;

}

.founder ul {
  padding-left: 1px !important;
}

.founder ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

.founder ul li i {
  list-style: none;
  display: flex;
  align-items: baseline;
  font-size: 14px;
  margin-bottom: 14px;
  margin-right: 10px;
  color: green;

}