@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--bodyFont);
  /* font-family: "Roboto Slab", serif; */
}

.container {
  max-width: 1170px;
}

.container-fluid {
  padding: 0 100px;
}

:root {
  --primaryColor: #cd2122;
  --bgColor: #f6f3f0;
  --textColor: #0a1116;
  --paraColor: #3f4447;
  --whiteColor: #ffffff;
  --bodyFont: "Poppins", sans-serif;
  --titleFont: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
  margin: 0;
}

p,
figure {
  margin: 0;
}

a {
  text-decoration: none;
}

/* ================== mobile menu section start================= */
.mobileMenuSection {
  display: none;
}

.mobileMenuButton {
  display: none;
  text-decoration: none;
  width: 25px;
  position: static;
  top: 39px;
  right: 15px;
}

.mobileMenuButton span {
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background: #000;
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.mobileMenuButton span:not(:last-child) {
  margin-bottom: 5px;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {
  opacity: 0;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.mm-navbar {
  z-index: 123;
  background: #565656;
}

.mm-navbar__title>span {
  color: #fff;
}

.mm-listitem:after {
  left: 0;
}

/* code for fixing the conflict of mmenu and bs modal */
.mm-page {
  position: initial;
}

.mm-btn--next:after {
  border-color: #000;
}

.mm-btn--prev:before {
  border-color: #000;
}

.mm-listitem.active {
  background: #878787;
}

.mm-btn.mm-btn--prev.mm-navbar__btn {
  /* background: var(--textColor); */
  color: var(--whiteColor);
}

.mm-menu--position-bottom,
.mm-menu--position-left-front,
.mm-menu--position-right-front,
.mm-menu--position-top {
  z-index: 30 !important;
}

.mm-wrapper--position-left-front .mm-wrapper__blocker {
  z-index: 20 !important;
}

/* ==================== mobile menu section end =================== */
/* header start */
.headerArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: var(--whiteColor);
  border-top: 25px solid #e7ebf2;
  padding: 60px 0 20px;
}

/* 9.6.2026 */
.topbar {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e7ebf2;
  padding: 7px 0px;
  padding-right: 0px;
  border-radius: 0 0 10px 10px;
}

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

.top-right {
  display: flex;
  gap: 25px;
}

/* 9.6.2026 */

.topLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  display: inline-block;
  background: var(--primaryColor);
  border-radius: 5px;
  padding: 8.5px 15px;
  color: var(--whiteColor);
  transition: 0.5s;
}

.topLink:hover {
  /* color: var(--primaryColor); */
  transition: 0.5s;
  background: var(--whiteColor);
}

.socialBar {
  display: flex;
  align-items: center;
  gap: 5px;
}

.socialBar a {
  width: 30px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  background: var(--whiteColor);
  line-height: 1;
  transition: 0.5s;
}

.socialBar li:first-child a {
  color: #1877f2;
}

.socialBar li:nth-child(2) a {
  color: #ff0000;
}

.socialBar li:nth-child(3) a {
  color: #0a66c2;
}

.socialBar li:nth-child(4) a {
  color: #e4405f;
}

.socialBar li a:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
  transition: 0.5s;
}

.socialBar li a:hover img {
  filter: brightness(0) invert(1);
}

.headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.headerMenu {
  display: flex;
  align-items: center;
  gap: 40px;
}

ul.headerMenu>li>a {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: var(--textColor);
  padding: 5px 8px;
  transition: 0.5s;
  padding: 10px;
  display: inline-block;
  position: relative;
}

ul.headerMenu>li>a:hover,
ul.headerMenu>li>a.active {
  color: var(--primaryColor);
  transition: 0.5s;
}

ul.headerMenu>li.haschild>a {
  padding-right: 20px;
}

ul.headerMenu>li.haschild>a::before {
  width: 7px;
  height: 1px;
  background: var(--textColor);
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 5px;
  transition: 0.5s;
}

ul.headerMenu>li.haschild>a::after {
  width: 7px;
  height: 1px;
  background: var(--textColor);
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 0px;
  transition: 0.5s;
}

.homenav a {
  padding: 8px 8px;
  aspect-ratio: 1;
  display: inline-grid;
  background: #f5f5f5;
  border-radius: 7px;
  place-content: center;
  transition: 0.5s;
  color: var(--textColor);
}

.btnSearch,
.donateBTn {
  padding: 7.5px 7px;
  transition: 0.5s;
}

.btnSearch:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
  transition: 0.5s;
}

.headerRight .btn {
  border-radius: 5px;
  font-size: 17px;
  line-height: 1;
  padding: 11px;
}

.btnSearch.btn {
  padding: 1px 4px;
}

.btnSearch.btn:hover img {
  filter: brightness(0) invert(1);
}

.donateBTn {
  background: #cd2122 !important;
  color: var(--whiteColor) !important;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 3px 14px;
  transition: 0.5s;
  font-size: 12px;
}

.btnHover {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: none;
}

.btnHover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--textColor);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.btnHover:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.headerRight {
  display: none;
  gap: 15px;
  align-items: center;
}

/* search overlay */
.searchOverlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--whiteColor);
  z-index: 30;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}

.searchOverlay.active {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.search_btn_mobile {
  display: none;
}

.searchField {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.searchField input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--primaryColor);
  padding: 10px 50px 10px 0;
  font-size: 24px;
  outline: none;
  font-family: var(--bodyFont);
  background: transparent;
}

.closeSearch {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  font-size: 24px;
  color: var(--textColor);
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
}

.closeSearch:hover {
  color: var(--primaryColor);
  transform: rotate(90deg);
}

.searchOverlay.active input {
  animation: fadeInUp 0.5s forwards 0.3s;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* header end */

/* banner section start */
.site_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 148px;
}

.heroInner {
  position: relative;
}

.biplabBtn {
  display: none;
}

.heroSection {
  position: relative;
}

.heroSection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  background: linear-gradient(270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 89.5%);
  z-index: 2;
}

.heroInner {
  position: relative;
}

.heroslider {
  height: 100vh;
  max-height: 850px;
}

.heroslider .swiper-slide {
  overflow: hidden;
}

.heroslider .swiper-slide figure {
  width: 100%;
  height: 100%;
}

.heroslider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.01);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.heroslider .swiper-button-next,
.heroslider .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: var(--whiteColor);
  border-radius: 50%;
  color: var(--textColor);
  transition: all 0.3s ease;
  left: 40px !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navigationWrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50px;
  height: 272px;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 8;
  width: 32px;
}

.navigationWrapper .swiper-button-next,
.navigationWrapper .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: var(--whiteColor);
  border-radius: 50%;
  color: var(--textColor);
  transition: all 0.3s ease;
  position: static;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navigationWrapper .swiper-button-next:after,
.navigationWrapper .swiper-button-prev:after {
  font-size: 10px;
  font-weight: 900;
}

.navigationWrapper .swiper-button-prev:after {
  content: "prev";
  font-family: swiper-icons;
  transform: rotate(90deg);
}

.navigationWrapper .swiper-button-next:after {
  content: "next";
  font-family: swiper-icons;
  transform: rotate(90deg);
}

.navigationWrapper .swiper-button-next:hover,
.navigationWrapper .swiper-button-prev:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

.navigationWrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  transform: rotate(90deg) !important;
  width: 174px !important;
  height: 9px !important;
  background: rgb(255 255 255) !important;
  margin: 0 !important;
  border-radius: 44px;
  padding: 3px;
  overflow: hidden;
}

.navigationWrapper .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: var(--primaryColor) !important;
  height: 100% !important;
  border-radius: 44px;
}

.heroSection .swiper-pagination {
  z-index: 5;
  display: none;
}

/* banner section end */

/* about section start */
.sectionWrapper {
  background: linear-gradient(70deg, #ffffff 0%, #ffe3de 100%);
}

.aboutSec {
  padding: 100px 0;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-image01 {
  margin-right: 36px;
}

.about-image01 {
  border-radius: 0 90px 0 0;
  overflow: hidden;
}

.aboutImgFloat img {
  border: 5px solid #ffffff;
  max-width: 255px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.abotSecimgWrapper {
  position: relative;
}

.aboutImgFloat {
  position: absolute;
  bottom: -35px;
  right: 0px;
}

.aboutTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.aboutTitle h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  color: var(--textColor);
}

.aboutTitle h1 b {
  color: var(--primaryColor);
  font-size: 120px;
  margin-top: 40px;
  display: inline-block;
}

.aboutContent .aboutTitle p {
  max-width: 280px;
  font-family: var(--titleFont);
  font-weight: 400;
  font-size: 27px;
  leading-trim: NONE;
  letter-spacing: 0%;
  color: var(--textColor);
  position: relative;
  margin: 0;
}

.aboutTitle p::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  height: 100%;
  top: 0;
  left: -20%;
  position: absolute;
}

.aboutTitle {
  margin-bottom: 40px;
}

.aboutBody p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  color: var(--paraColor);
  margin-top: 30px;
  line-height: 26px;
}

/* about section end */

/* legecy sec start */
.legacyInner {
  display: grid;
  grid-template-columns: 60% 40%;
}

#historytestSwiper {
  display: flex;
  gap: 15px;
  flex-flow: row-reverse;
  overflow: hidden;
  position: relative;
}

#historytestSwiper::before {
  width: 640px;
  aspect-ratio: 1;
  border-right: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: -149px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}

.legacyInner .swiper-thumbs {
  width: 60%;
  transform: translateX(90px);
}

.mySwiper2 {
  width: 40%;
}

.mySwiper {
  height: 600px;
  /* Adjust height as needed for 5 slides */
}

.swipeThumb {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.legecyContent {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

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

#historytestSwiper {
  background: url(/images/organise-bg.png) no-repeat;
  position: relative;
}

.legecyLeft .sectioTitle {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 317px;
}

.legecyLeft .sectioTitle h2 {
  line-height: 60px;
}

.legecyLeft {
  position: relative;
}

.historySliderWrapper {
  position: relative;
  z-index: 5;
}

.swipeThumb span {
  background: #fff;
  font-weight: 600;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 38px;
  letter-spacing: 0%;
  color: #0a1116;
  padding: 5px 37px;
  border-radius: 44px;
  display: inline-block;
}

#historytestSwiper .swipeThumb span {
  transition: 0.5s;
  opacity: 0;
  transform: translateX(-104px) scale(0.4);
}

#historytestSwiper .swiper-slide-active span {
  transform: translateX(91px);
  opacity: 1;
  background: #fff;
}

#historytestSwiper .swiper-slide-prev span,
#historytestSwiper .swiper-slide-next span {
  transform: translateX(60px) scale(0.9);
  opacity: 1;
  background: #78848d;
  transition: 2s;
}

#historytestSwiper .swiper-slide-prev-prev span,
#historytestSwiper .swiper-slide-next-next span {
  transform: translateX(-20px) scale(0.7);
  opacity: 1;
  background: #495055;
  transition: 2s;
}

.legecyContent ul li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #9ca6ae;
  position: relative;
  padding-left: 10px;
  padding-bottom: 5px;
}

.legecyContent ul li::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: #9ca6ae;
  border-radius: 50%;
  top: 10px;
  left: 0;

}

#historytestSwiper .swiper-button-prev,
#historytestSwiper .swiper-button-next {
  display: none;
}

#historytestSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.videoDemo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.videoDemo iframe,
.videoDemo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoBtnWrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0000008c;
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 15px 0;
}

.videoBtn {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--whiteColor) !important;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.videoBtn span {
  width: 30px;
  aspect-ratio: 1;
  display: inline-grid;
  background: var(--primaryColor);
  place-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.legecySec {
  position: relative;
  z-index: 1;
}

.legecySec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: var(--primaryColor);
  z-index: -1;
}

/* legecy sec start */

/* significantProject start */
.significantProject {
  background: var(--primaryColor);
  padding: 120px 0 30px;
}

.sectioTitle h2 {
  font-weight: 300;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 30px;
  color: var(--textColor);
}

.sectioTitle.text-white h2 {
  color: var(--whiteColor);
}

.sectioTitle {
  margin-bottom: 40px;
}

.sectioTitle h2 strong {
  font-weight: 500;
}

.sProjectItem {
  background: var(--whiteColor);
  border-radius: 30px 30px 0 0;
  padding: 20px;
}

.sprojectImg {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.sprojectImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.71;
}

.sprojectContent {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sprojectText p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--textColor);
}

.viewmore {
  background: var(--textColor) !important;
  color: var(--whiteColor) !important;
  border-radius: 5px;
  font-family: var(--titleFont);
}

.viewmore.btnHover::after {
  background: var(--primaryColor);
}

.projectSliderOuter {
  position: relative;
  padding: 0 50px;
}

.projectSliderOuter .swiper-button-next,
.projectSliderOuter .swiper-button-prev {
  color: var(--whiteColor);
  background: transparent;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--whiteColor);
  margin-top: -22.5px;
  transition: 0.5s;
}

.projectSliderOuter .swiper-button-next:hover,
.projectSliderOuter .swiper-button-prev:hover {
  background: var(--whiteColor);
  border: 2px solid var(--whiteColor);
  color: var(--primaryColor);
  transition: 0.5s;
}

.projectSliderOuter .swiper-button-next:after,
.projectSliderOuter .swiper-button-prev:after {
  font-size: 20px;
}

.projectSliderOuter .swiper-button-prev {
  left: 0;
}

.projectSliderOuter .swiper-button-next {
  right: 0;
}

/* significantProject start */

/* lecture sec start */
.lectureSec {
  padding: 80px 0;
  background: #e7ebf2;
}

.lectureWrapper {
  box-shadow: 8px 8px 0px 0px #0a11160a;
  background: var(--whiteColor);
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.lectureContent {
  padding-right: 40px;
}

.lectureContent h3 {
  color: var(--textColor);
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
}

.lectureContent p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--paraColor);
}

.lectureImg .image-anime {
  height: 100%;
}

.lectureImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.primaryBtn {
  color: var(--whiteColor) !important;
  background: var(--primaryColor) !important;
  border-radius: 5px;
  padding: 11px 35px;
  font-family: var(--titleFont);
}

.primaryBtn i,
.viewmore i {
  transition: 0.5s;
  display: inline-block;
}

.primaryBtn:hover i,
.viewmore:hover i {
  transition: 0.5s;
  transform: translateX(10px);
}

.countHead {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}

.countIcon {
  width: 58px;
  height: 76px;
  background: var(--whiteColor);
  display: inline-grid;
  border-radius: 5px;
  place-content: center;
}

.countContent h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0%;
  font-family: var(--bodyFont);
  color: var(--primaryColor);
  margin-bottom: 8px;
}

.countContent h6 {
  font-family: var(--bodyFont);
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: var(--textColor);
}

.countsSec {
  margin-top: 120px;
}

.countItem p {
  font-size: 14px;
  color: var(--paraColor);
}

.countContent {
  flex: 1;
}

.caseStudiesSec {
  padding: 80px 0 0;
}

.caseStudiesSec .sectioTitle strong {
  color: var(--primaryColor);
}

/* lecture sec start */

/* case studies sec */
/* Case Studies CSS */
.caseStudies {
  padding: 60px 0;
  background: #f9f9f9;
}

.caseStudiesInner {
  position: relative;
}

.caseStudyCard {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  pointer-events: auto;
}

.cardImg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.cardContent {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cardHeader {
  margin-bottom: 20px;
  border-left: 3px solid #cd2122;
  padding-left: 15px;
}

.cardTitle {
  font-size: 22px;
  font-weight: 600;
  color: #0a1116;
  margin-bottom: 5px;
}

.cardSubtitle {
  font-size: 14px;
  color: #78848d;
  /* padding-left: 18px; */
}

.cardBody {
  margin-bottom: 30px;
  flex-grow: 1;
}

.cardBody p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--paraColor);
  font-family: "Roboto Slab", serif;
}

.cardFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-top: 1px solid #eee; */
  padding-top: 20px;
}

.cardNum {
  font-size: 14px;
  color: #9ca6ae;
  font-weight: 500;
}

.readMore {
  font-size: 14px;
  color: #9ca6ae;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--titleFont);
}

.readMore:hover {
  color: #cd2122;
}

.caseSwiper {
  padding: 20px 0 50px;
}

/* Flipbook Specific Styles */
#flipbook {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

#flipbook .page {
  width: 500px;
  height: 600px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Fix for Turn.js single mode transparent back */
#flipbook div[style*="background-image: -webkit-linear-gradient"],
#flipbook div[style*="background-image: linear-gradient"] {
  background-color: white !important;
}

/* #flipbook .page.dummy-page,
    #flipbook .p1 {
        visibility: hidden;
    } */
#flipbook .caseStudyCard {
  height: 100%;
  box-shadow: none;
  border-radius: 0;
  background: #f7f8fb;
  border-right: 1px solid #fff;
}

#flipbook .caseStudyCard.rightCard {
  background: linear-gradient(270deg, #f7f8fb 76.55%, #dadee4 100%);
  border-right: none;
}

.flipbook-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  /* padding: 20px 0; */
}

.flip-btn {
  background: transparent;
  border: 1px solid #cfd0d4;
  color: var(--textColor);
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.flip-btn:hover {
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  transition: 0.5s;
}

.flip-btn.disabled {
  background: #ededed;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
  /* cursor: not-allowed; */
}

.flip-controls {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}

.turn-page.p1 {
  display: grid;
  place-content: center;
  background: linear-gradient(90deg, #f7f8fb 76.55%, #dadee4 100%);
}

#flipbook {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  cursor: grab;
  touch-action: pan-y;
}

#flipbook:active {
  cursor: grabbing;
}

#flipbook .page {
  user-select: none;
  -webkit-user-select: none;
}

/* case studies sec */

/* gallery sec start */
.lowersectionWrapper {
  background: linear-gradient(210deg, #ffffff 64%, #ffe3de 99%);
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

.gridItem img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.06;
}

.gridItem.itemSmall img {
  aspect-ratio: 1 / 0.75;
}

.gridItem {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.gridItem::before {
  content: "";
  position: absolute;
  background: #0000007a;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
}

.gridItem:hover::before {
  opacity: 1;
  transition: 0.5s;
}

.gridItem a {
  width: 30px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #cd2122;
  color: #fff;
  z-index: 2;
  transition: 0.5s;
}

.gridItem:hover a {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}

.gridCol {
  display: flex;
  gap: 14px;
  flex-direction: column;
  justify-content: flex-end;
}

.gridCol:first-child,
.gridCol:last-child {
  justify-content: center;
}

.gallerySec {
  padding: 100px 0;
  position: relative;
}

.galleryTitle {
  max-width: 530px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.galleryTitle .primaryBtn {
  margin-top: 40px;
}

/* gallery sec start */


/* map sec start- 27.05.26 */
/* Background (non-active) states fill */
svg path:not(.activeState) {
  fill: #F0F2F6 !important;
  transition: fill 0.3s ease;
}

/* Active states default style */
.activeState {
  fill: #A6B5C7 !important;
  cursor: pointer;
  transition: fill 0.3s ease;
}

/* Selected/Hovered active states style */
.activeState:hover,
.activeState.selected {
  fill: var(--primaryColor) !important;
}

/* Map Markers Styling */
.map-marker {
  cursor: pointer;
  pointer-events: none;
  /* Allow clicks/hovers to pass through to activeState path underneath */
}

.map-marker .marker-bg {
  fill: rgba(255, 255, 255, 0.4) !important;
  stroke: none !important;
  transition: all 0.3s ease;
}

.map-marker .marker-dot {
  fill: #FFFFFF !important;
  transition: all 0.3s ease;
}

/* Selected Marker Style */
/* .map-marker.selected .marker-bg {
  fill: rgba(205, 33, 34, 0.4) !important;
  stroke: none !important;
}

.map-marker.selected .marker-dot {
  fill: #CD2122 !important;
} */

.mapwrapper {
  position: relative;
}

.infoTab {
  position: absolute;
  width: 100%;
  max-width: 350px;
  box-shadow: 0px 0px 20px 0px #00000026;
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  pointer-events: none;
  z-index: 5;
  left: 170px;
  top: 280px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: none;
  /* Hidden by default on page load */
}

.infoTab.moving {
  left: auto;
  top: auto;
  transition: none;
}

.infoTab h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0%;
  color: var(--textColor);
  margin-bottom: 15px;
}

.infoTab ul {
  display: flex;
  flex-flow: wrap;
  gap: 10px 0;
}

.infoTab ul li {
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding-left: 12px;
}

.infoTab ul li::before {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  background: var(--primaryColor);
  border-radius: 50%;
  top: 5px;
  position: absolute;
  left: 0;
}

.mapTitle {
  font-family: var(--titleFont);
  font-weight: 300;
  font-size: 50px;
  /* line-height: 40px; */
  letter-spacing: 0%;
  color: var(--textColor);
  margin-bottom: 50px;
}

.mapTitle strong {
  color: var(--primaryColor);
  font-weight: 600;
  display: block;
}

.operatingDiv {
  border: 1.5px dotted #B4BCCA;
  padding: 40px 30px 30px;
  position: relative;
  width: 100%;
  max-width: 370px;
}

.operatingDiv strong {
  display: inline-block;
  background: var(--whiteColor);
  position: absolute;
  top: -13px;
  padding: 0 3px;
  font-weight: 500;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--textColor);
  left: 24px;
}

.operatingDiv ul {
  display: inline-grid;
  gap: 15px;
}

.operatingDiv ul li {
  font-weight: 500;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #3F4347;
}

.operatingDiv ul li span {
  display: inline-block;
  color: var(--primaryColor);
  width: 50px;
  margin-right: 30px;
  position: relative;
}

.operatingDiv ul li span::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  width: 1px;
  height: 100%;
  background: #9CA6AE;
}

.mapSec {
  position: relative;
  padding-bottom: 100px;
}

/* map sec start- 27.05.26 */

/* blog sec start */
.tesblogGrid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.blogOuter {
  background: #e7ebf2;
  padding: 40px 15px;
}

.blogListing {
  display: inline-grid;
  padding: 15px;
  gap: 18px 0;
  height: 344px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blogOuter .sectioTitle strong {
  color: var(--primaryColor);
}

/* Hide scrollbar - Chrome, Safari */
.blogListing::-webkit-scrollbar {
  display: none;
}

.blogListing li a {
  display: flex;
  background: var(--whiteColor);
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}

.blogListing li a:hover {
  /* box-shadow: 0px 0px 7px 3px rgb(205 33 34 / 25%);
  transition: 0.5s; */
}

.blogThumb {
  width: 130px;
  height: 100px;
  overflow: hidden;
}

.blogThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogContent {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 5px;
}

.blogDate {
  background: var(--textColor);
  color: var(--whiteColor);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 13px 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90px;
}

.blogText {
  max-width: 280px;
  color: var(--textColor);
}

/* blog sec start */
/* testimonail slider */
.testimonialContainer .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.testimonialContainer .swiper-slide {
  background-size: cover;
  background-position: center;
}

.testimonialContainer .mySwipertes {
  height: 80%;
  width: 100%;
}

.testimonialContainer .tesslider {
  height: 170px;
  box-sizing: border-box;
  padding: 10px 0;
}

.testimonialContainer .tesslider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.testimonialContainer .tesslider .swiper-slide-thumb-active {
  opacity: 1;
}

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

.tesOuter {
  background: #cd2122;
  padding: 40px 30px 30px;
  position: relative;
}

.tesOuter:before {
  position: absolute;
  content: "";
  background: url(../images/quote.svg) no-repeat left top;
  width: 97px;
  height: 92px;
  left: 0;
  top: 0;
}

.testimonialContainer {
  /* border-radius: 20px; */
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.testimonialContainer .tesslider .swiper-slide p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  /* font-style: italic; */
  color: var(--whiteColor);
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.testimonialContainer .tesslider {
  height: 220px;
  overflow: visible !important;
}

.testimonialContainer .tesslider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
  opacity: 0;
}

.testimonialContainer .tesslider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonialContainer .thumbImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0px 6px rgb(255 255 255 / 41%);
  transition: all 0.5s ease;
  margin: 0 auto;
  background: #fff;
}

.testimonialContainer .thumbImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.testimonialContainer .thmbInfo {
  /* margin-top: 15px; */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

.testimonialContainer .swiper-slide-thumb-active .thmbInfo {
  opacity: 1;
  transform: translateY(0);
}

.testimonialContainer .thmbInfo h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}

.testimonialContainer .thmbInfo small {
  color: rgba(255, 255, 255, 0.7);
}

/* Arc Effect */
.testimonialContainer .mySwipertes .swiper-slide-thumb-active .thumbImg {
  width: 80px;
  height: 80px;
  border-color: #fff;
  box-shadow: 0 0 0px 6px rgb(255 255 255 / 41%);
  transform: translateY(-20px);
}

/* Positioning slides in an arc */
.testimonialContainer .mySwipertes .swiper-slide-prev,
.testimonialContainer .mySwipertes .swiper-slide-next {
  transform: translateY(20px) scale(0.9);
  opacity: 1;
  transition: 0.5s;
}

.testimonialContainer .mySwipertes .swiper-slide-prev-prev,
/* Custom logic needed or use nth-child for 5 visible slides */
.testimonialContainer .mySwipertes .swiper-slide-next-next {
  transform: translateY(80px) scale(0.7);
  opacity: 0.6;
  transition: 0.5s;
}

/* Since Swiper doesn't provide prev-prev classes by default, we can use the following trick if slidesPerView is 5 */
.testimonialContainer .mySwipertes .swiper-slide:not(.swiper-slide-active,
  .testimonialContainer .swiper-slide-prev,
  .swiper-slide-next) {
  transform: translateY(80px) scale(0.75);
}

.testimonialContainer .swiper-slide-prev-prev .thumbImg {
  transform: translateX(70px);
}

.testimonialContainer .swiper-slide-next-next .thumbImg {
  transform: translateX(-70px);
}

.testimonialContainer .mySwipertes {
  height: 200px;
  box-sizing: border-box;
  padding: 40px 0;
}

.testimonialContainer .swiper-button-prev,
.testimonialContainer .swiper-button-next {
  display: none;
}

.tesOuter .sectioTitle {
  margin-bottom: 30px;
}

/* testimonail slider */

/* our partners */
.ourPartners {
  padding: 100px 0 160px;
}

.partnerItem {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #fff;
}

.partnerItem img {
  width: auto;
  height: auto;
}

.ourPartnersWrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ourPartnersWrapper::before {
  content: "";
  width: 20%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, #fff1ef38 64%, #ffece9 79%);
  z-index: 2;
}

.ourPartnersWrapper::after {
  content: "";
  width: 20%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #ffffff14 64%, #ffffff 79%);
  z-index: 2;
}

.ourPartnersSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* our partners */

/* map sec */
.mapSec {
  position: relative;
}

.mapTag {
  background: var(--textColor);
  color: var(--whiteColor);
  display: inline-block;
  font-family: var(--titleFont);
  font-weight: 300;
  font-size: 40px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  padding: 20px 50px;
  border-radius: 60px 60px 0 0;
}

.mapTag strong {
  color: var(--primaryColor);
}

/* footer start */
.footerArea {
  background: var(--textColor);
  border-top: 3px solid var(--primaryColor);
  padding: 100px 0 0;
}

.footerLogo h3 {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0%;
  color: var(--whiteColor);
  margin-top: 20px;
  margin-bottom: 45px;
}

.footerBrandCol p {
  color: #9ca6ae;
  font-size: 15px;
  margin-bottom: 8px;
}

.footerBrandCol p a {
  color: #9ca6ae;
  transition: 0.5s;
}

.footerBrandCol p a:hover {
  color: var(--primaryColor);
  transition: 0.5s;
}

.footerBrandCol p span {
  display: inline-block;
  margin-left: 15px;
}

.footerBrandCol p i {
  color: var(--primaryColor);
}

.footerBrandCol .socialBar {
  margin-top: 60px;
}

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

.fTitle {
  color: var(--whiteColor);
  font-family: var(--titleFont);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.fnavCol ul {
  display: inline-grid;
  gap: 5px;
}

.fnavCol ul li a {
  color: #9ca6ae;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0%;
  transition: 0.5s;
}

.fnavCol ul li a:hover {
  color: var(--whiteColor);
  transition: 0.5s;
}

.subscribeOuter h2 {
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 0%;
  color: var(--whiteColor);
}

.subscribeOuter h2 strong {
  color: var(--primaryColor);
  font-weight: 600;
}

.subscribeOuter {
  max-width: 364px;
  margin-left: auto;
}

.subscribeOuter p {
  color: #9ca6ae;
  margin: 25px 0 40px;
}

.subscribeForm {
  position: relative;
}

.subscribeForm .form-control {
  background: transparent;
  border: 1px solid #495055 !important;
  border-radius: 5px;
  box-shadow: none !important;
  height: 46px;
  color: var(--whiteColor);
  padding-right: 105px;
}

.subscribeForm .form-control::placeholder {
  color: #acb1b4;
}

.subscribeBtn {
  color: var(--whiteColor) !important;
  position: absolute;
  top: 0;
  background: #495055;
  height: 100%;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.subscribeBtn::after {
  background: var(--primaryColor);
}

.copyRight p {
  color: #9ca6ae;
  font-size: 14px;
}

.copyRight p a {
  color: var(--whiteColor);
}

.copyRight p a:hover {
  color: var(--primaryColor);
}

.copyNav {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  gap: 50px;
}

.copyNav li {
  position: relative;
}

.copyNav li:not(:last-child)::after {
  width: 2px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  right: -26px;
  background: #495055;
}

.copyNav li a {
  color: #495055;
  transition: 0.5s;
}

.copyNav li a:hover {
  color: var(--whiteColor);
  transition: 0.5s;
}

.copyRight {
  background: #18232b;
  padding: 12px 0;
  margin-top: 80px;
}

/* footer start */





/* 4.6.2026 about us */

.inner_bnr_text {
  position: relative;
}

.inner_bnr_text .breadcrumb {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background: #0A1116B2;
  backdrop-filter: blur(5px);
  padding: 11px 0;
}

.inner_bnr_text .breadcrumb ul {
  display: flex;
  gap: 20px;
}

.inner_bnr_text .breadcrumb ul li a {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--titleFont);
  color: var(--whiteColor);
  transition: 0.5s;
}

.inner_bnr_text .breadcrumb ul li span {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--titleFont);
  color: var(--whiteColor);
  transition: 0.5s;
}

.bread_menu.active {
  font-weight: 600;

}

.inner_bnr_text .breadcrumb ul li.bread_menu {
  position: relative;
}

.inner_bnr_text .breadcrumb ul li.bread_menu::before {
  position: absolute;
  content: "";
  height: 24px;
  background-color: #CD2122;
  width: 1px;
  left: -10px;
  top: 0;
  /* transform: translateX(49%); */
}


.about_inner_sec .sectioTitle strong {
  color: var(--primaryColor);
}

.about_inner_sec {
  padding: 120px 0 0px;
  background: url('../images/about_bg.png')no-repeat;
  background-size: cover;
  background-position: center;
}

.about_inner_sec p {
  font-size: 25px;
  font-weight: 600;
  color: #0A1116;
  font-family: var(--titleFont);
}

.about_inner_sec h6 {
  font-size: 25px;
  font-weight: 300;
  color: #0A1116;
  font-family: var(--titleFont);
  line-height: 40px;
  text-align: center;
  padding-top: 30px;
  width: 970px;
  margin: 0 auto;
}

.about_inner_sec h6 span {
  color: var(--primaryColor);
  font-weight: 500;
}

.idenity h3 {
  font-size: 35px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);
  padding-bottom: 30px;
}

.idenity p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4447;
  font-family: var(--bodyFont);
  line-height: 26px;
}

.right_cards {
  width: auto;
  padding: 0 35px 0 0;
  position: relative;
  overflow: inherit;
  margin-bottom: 5px;
}

.vision_card {
  background-color: #E7EBF2;
  padding: 10px 10px 20px;
  width: fit-content;
}

.vision_card .card_inner {
  margin-top: 30px;
  padding: 0 10px;
}

.vision_card .card_inner h4 {
  font-size: 35px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);
}

.vision_card .card_inner h4 img {
  margin-right: 15px;
}

.vision_card .card_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--titleFont);
  line-height: 25px;
  padding-top: 20px;
}

.mission_card {
  background-color: #0A1116;
  padding: 10px 10px 20px;
  width: fit-content;
  margin-top: 29px;
  border-bottom: 5px solid #CD2122;
}


.mission_card .card_inner {
  margin-top: 30px;
  padding: 0 10px;
}

.mission_card .card_inner h4 {
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: var(--bodyFont);
}

.mission_card .card_inner h4 img {
  margin-right: 15px;
}

.mission_card .card_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #9CA6AE;
  font-family: var(--titleFont);
  line-height: 25px;
  padding-top: 20px;
}


.img_grid_sec {
  padding: 100px 50px 120px;
  position: relative;
}

.img_grid_sec .sectioTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  width: 473px;
}

.img_grid_sec .sectioTitle h2 {
  font-size: 35px;
  line-height: 45px;
}

.about_img_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.about_img_grid .grids {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-end;

}

.grids:first-child {
  justify-content: center;
  align-items: end;
}

.grids:last-child {
  justify-content: center;
}

.about_img_grid .grids .griditem {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about_img_grid .grids .griditem::before {
  content: "";
  position: absolute;
  background: #0000007a;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
}

.about_img_grid .grids .griditem:hover::before {
  opacity: 1;
  transition: 0.5s;
}

.about_img_grid .grids .griditem a {
  width: 30px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #cd2122;
  color: #fff;
  z-index: 2;
  transition: 0.5s;
}

.about_img_grid .grids .griditem:hover a {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}

.about_img_grid .grids .griditem img {
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}

.about_img_grid .grids .griditem .first_img {
  height: 267px;
}

.about_img_grid .grids .griditem .second_img {
  height: 147px;
}

.about_img_grid .grids .griditem.gridSmall {
  margin-left: 50px;
}

.about_img_grid .grids .griditem .third_img {
  height: 347px;
}

.about_img_grid .grids .griditem .fourth_img {
  height: 252px;
}

.about_img_grid .grids .griditem .fifth_img {
  height: 147px;
  border-radius: 10px;
}

.about_img_grid .grids .griditem.gridsmallRight {
  margin-right: 50px;

}

.about_img_grid .sectioTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 473px;
  top: 90px;
}

.about_img_grid .sectioTitle h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
}

.img_grid_sec .sectioTitle h2 strong {
  color: var(--primaryColor);
}

.img_grid_sec .img_about {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 8px 0px 0px #0A11160A;
  margin-top: -85px;
  z-index: 11;
}

.img_grid_sec .img_about::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(180deg, #CD2122 0%, #FFFFFF 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.img_grid_sec .img_about p {
  column-count: 2;
  font-size: 15px;
  font-weight: 400;
  color: #3F4447;
  line-height: 26px;
}

.img_grid_sec .img_about p span {
  font-weight: 600;
}

.grids:nth-child(1) {
  /* order: 1; */
}



.founder_sec {
  padding-bottom: 120px !important;
}

.founder_sec h6 {
  padding-top: 10px;
}

.founder_blk {
  width: 1100px;
  padding: 30px 0;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, #CD2122 0%, #FFFFFF 100%) 1;
  margin: 0 auto;
}

.founder_hdr h3 {
  font-size: 35px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--bodyFont);
}

.founder_hdr {
  display: flex;
  align-items: center;
  gap: 31px;
}

.founder_hdr h5 {
  font-size: 14px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);

  line-height: 17px;
}

.founder_sec {
  background: none;
}

.founder_hdr_right {
  position: relative;
}

.founder_hdr_right h6 {
  font-size: 15px;
  font-weight: 600;
  color: #0A1116;
  font-family: var(--bodyFont);
  line-height: 17px;
  width: auto;
  padding-top: 2px;
}

.founder_hdr_right::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #DBDBDB;
  height: 38px;
  left: -15px;
  top: 0;
}

.founder_txt p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4447;
  font-family: var(--bodyFont);
  line-height: 26px;
  padding-top: 23px;
}

.founder_img {
  margin-left: -70px;
}

.founder_txt a {
  font-size: 16px;
  font-weight: 600;
  color: #0A1116;
  font-family: var(--bodyFont);
  position: relative;
  top: 40px;
  transition: 0.4s all ease-in-out;
}

.founder_txt a:hover img {
  transform: translateY(3px);
}

.founder_txt a img {
  background: #CD2122;
  transition: 0.4s all ease-in-out;
  padding: 16px 13px;
  border-radius: 5px;
  margin-left: 15px;
}

.team_sec h6 {
  padding-top: 10px;
}

.team_card {
  position: relative;
}

.team_card img {
  width: 100%;
  display: block;
}

.team_inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border-top: 5px solid #CD2122;
}

.team_inner h4 {
  font-size: 16px;
  color: #3F4347;
  font-weight: 600;
  font-family: var(--bodyFont);
  line-height: 23px;
  text-align: center;
  padding-bottom: 5px;
}

.team_inner p {
  font-size: 12px;
  color: #3F4347;
  font-weight: 400;
  font-family: var(--bodyFont);
  line-height: 23px;
  text-align: center;
}

.team_sec {
  padding-bottom: 110px !important;
}


.inner_page_common h2 strong {
  color: var(--primaryColor);
}

.inner_page_common h6 {
  font-size: 25px;
  font-weight: 300;
  color: #0A1116;
  font-family: var(--titleFont);
  line-height: 40px;
  text-align: center;
  padding-top: 30px;
  width: 970px;
  margin: 0 auto;
}

.projects_sec h6 {
  padding-top: 10px;
}

.project_card {
  position: relative;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 8px 8px 0px 0px #0A11160A;
  border: 3px solid #FFFFFF;
  background-color: #fff;
}

.project_hdr {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 10px;
  height: 155px;
}

.project_hdr a {
  position: relative;
  z-index: 1;
}

.project_card figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 155px;
}

.project_card figure img {
  width: 115px;
  height: 155px;
}

.project_hdr p {
  font-size: 16px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--bodyFont);
  line-height: 26px;
}

.projects_sec {
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
  padding: 120px 0;
}

.project_btm {
  margin-top: 120px;
}

.project_btm img {
  width: 100%;
  border-radius: 10px;
  border-bottom: 5px solid #fff;
}

.prjct_btm_card {
  background-color: #E7EBF2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.prjct_btm_card h5 {
  font-size: 16px;
  font-weight: 400;
  color: #3F4347;
  padding: 17px 0;
  text-align: center;
  font-family: var(--bodyFont);
}

.red_btn a img {
  width: auto;
  border-bottom: none;
}

.red_btn a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--titleFont);
}

.red_btn {
  background: #CD2122;
  text-align: center;
  padding: 9px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.prjct_btm_card a {
  padding: 9px 0;
  text-align: center;
  background-color: #CD2122;
  border: 1px solid #CD2122;
}


.director_sec {
  padding: 120px 0;
  transition: 0.4s all ease-in-out;
  overflow: hidden;
  position: relative;
}

.director_sec h6 {
  padding-top: 10px;
}

.director_crd {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.director_crd .card_inner {
  display: flex;
  gap: 2px;
  align-items: stretch;
  /* important */

}

.director_crd .card_inner .right_part {
  width: 100%;
}

.director_crd .card_inner .right_part img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.director_crd .card_inner .left_part {
  background: #CD2122;
  border-top-left-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  padding: 0 10px;
}

.director_crd .card_inner .left_part .txt h6 {
  width: auto;
  font-size: 15.55px;
  color: #FF9999;
  font-weight: 700;
  font-family: var(--titleFont);
  padding-top: 30px;
  line-height: 11.31px;
}

.director_crd .card_inner .left_part .txt h3 {
  font-size: 49.48px;
  color: #FF9999;
  font-weight: 700;
  font-family: var(--titleFont);
  line-height: 38.88px;
  transform: rotate(90deg);
}

.director_crd .card_btm {
  background-color: #E7EBF2;
  width: 100%;
  padding: 10px 0;
  height: 100%;
}

.director_crd .card_btm h4 {
  font-size: 15px;
  font-weight: 600;
  color: #3F4347;
  font-family: var(--bodyFont);
  line-height: 21px;
  text-align: center;
}

.director_crd .card_btm p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--bodyFont);
  line-height: 23px;
  text-align: center;
  padding-top: 7px;
}





.director_crd .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0px);
  background: #0A1116CC;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
  z-index: 2;
  border-top-left-radius: 60px;
  backdrop-filter: blur(6px);
}

.director_crd:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.overlay_content {
  padding: 20px;
  color: #fff;
}

.overlay_content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 22px;
  font-family: var(--bodyFont);
}

.overlay_content span {
  display: block;
  width: 45px;
  height: 2px;
  background: #CD2122;
  margin: 0 auto 15px;
}

.overlay_content p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: #fff;
}

.video_sec {
  padding: 0 0 120px;
}

.video_sec strong {
  color: var(--primaryColor);
  font-weight: 600;
}

.nav-tabs.video_tab {
  justify-content: center;
  border-bottom: none;
  gap: 10px;
}

.nav-tabs.video_tab li button {
  font-size: 16px;
  font-weight: 400;
  color: #9CA6AE;
  border: 1px solid #9CA6AE;
  border-radius: 21px;
  padding: 7px 45px;
  font-family: var(--titleFont);
}

.nav-tabs.video_tab li button:hover {
  border: 1px solid #9CA6AE;
}

.nav-tabs.video_tab li button.active {
  font-size: 16px;
  font-weight: 600;
  color: #0A1116;
  border: 1px solid #CD2122;
  border-radius: 21px;
  padding: 7px 45px;
  font-family: var(--titleFont);
  background-color: #FFF6F6;
}

.video_cntent {
  padding-top: 20px;
}

.video_cntent figure {
  position: relative;
}

.video_cntent figure::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url('../images/video-before.png')no-repeat;
  background-size: contain;
  left: -13px;
  top: -13px;
}

.video_cntent figure::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url('../images/video-after.png')no-repeat;
  background-size: contain;
  right: -13px;
  bottom: -13px;
}

.video_cntent figure img {
  width: 100%;
}

.video_cntent .videoDemo {
  height: auto;
  overflow: visible;
}

.video_cntent .videoBtn i {
  color: #fff;
}

.video_cntent .videoBtn {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  color: #3F4447 !important;
  padding-top: 10px;
  padding-bottom: 0;
  width: 100%;
  text-align: left;
  line-height: 19px;
}

.video_cntent .videoBtn span {
  min-width: 30px;
}

.video_cntent .btnHover:hover::after {
  right: auto;
  left: 0;
  width: 0;
}








.headerMenu>li {
  position: relative;
}



/* Dropdown */
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 16px;
  padding: 12px 0;
  margin: 0;
  list-style: none;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .08),
    0 5px 15px rgba(205, 33, 34, .08);

  border-top: 3px solid #cd2122;

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);

  transition: all .35s ease;
  z-index: 999;
}

/* Hover Show */
.haschild:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(8px);
}

.submenu li a {
  display: block;
  padding: 9px 20px;
  color: #222;
  text-decoration: none;
  font-size: 15px;
  transition: all .3s ease;
  position: relative;
}

.submenu li a:hover {
  background: rgba(205, 33, 34, .05);
  color: #cd2122;
  padding-left: 28px;
}

.submenu li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 0;
  height: 2px;
  background: #cd2122;
  transform: translateY(-50%);
  transition: .3s;
}

.submenu li a:hover::before {
  width: 6px;
}

/* Dropdown top arrow */
.submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-top: 3px solid #cd2122;
  border-left: 3px solid #cd2122;
}


.project_details_sec {
  padding: 20px 0 0;
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
}

.project_details_sec a {
  font-size: 15px;
  font-weight: 400;
  color: #495055;
  font-family: var(--titleFont);
}

.project_details_sec a img {
  margin-right: 5px;
  width: 6px;
}

.project_details_sec h3 {
  padding: 40px 0 30px;
  font-size: 35px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--bodyFont);
}

.project_details_box {
  background-color: #fff;
  padding: 20px;
}

.project_details_box img {
  width: 100%;
}

.project_details_box p {
  padding: 30px 10px 120px;
  font-size: 15px;
  font-weight: 400;
  color: #3F4447;
  line-height: 26px;
}

.studies_card figure {
  height: 100%;

}

.studies_card figure img {
  width: 100%;
  height: 100%;
}

.studies_card .studies_right {
  background-color: #E7EBF2;
  padding: 30px;
  height: 100%;
}

.studies_case {
  background: none;
  padding-bottom: 120px !important;
}

.studies_hdr {
  display: flex;
  gap: 10px;
  align-items: center;
}

.studies_hdr h6 {
  width: auto;
  text-align: left;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);
  line-height: normal;
}

.studies_hdr h4 {
  width: auto;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--bodyFont);
}

.studies_hdr img {
  height: 45px;
}

.studies_right p {
  color: #3F4447;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--bodyFont);
  padding-top: 25px;
}

.studies_card.scnd {
  padding-top: 60px;
}

.volunteer_sec {
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
}

.cmn_form form {
  padding: 30px;
  border-radius: 5px;
  box-shadow: 4px 4px 0px 0px #0A11160A;
  background: #fff;
}

.cmn_form h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
  padding-bottom: 25px;
}

.cmn_form form label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);

}

.cmn_form form label span {
  color: #CD2122;
}

.cmn_form form .form-control {
  border: 1px solid #E7EBF2;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
  color: #0A1116;
  font-weight: 500;
  font-family: var(--bodyFont);
}

.cmn_form form .form-control:focus {
  box-shadow: none;
  border: 1px solid #0A1116;

}


.cmn_form form textarea {
  border: 1px solid #E7EBF2;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
  color: #0A1116;
  font-weight: 500;
  font-family: var(--bodyFont);
}

.cmn_form form textarea:focus {
  box-shadow: none;
  border: 1px solid #0A1116;

}


.cmn_form form select {
  border: 1px solid #E7EBF2;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
  color: #0A1116;
  font-weight: 500;
  font-family: var(--bodyFont);
}

.cmn_form form select:focus {
  box-shadow: none;
  border: 1px solid #0A1116;

}

.cmn_form form .form-check-input {
  border-radius: 4px;
  height: 20px;
  width: 20px;
}

.cmn_form form .form-check {
  display: flex;
  align-items: end;
  gap: 8px;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.cmn_form form .form-check label {
  font-size: 14px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--bodyFont);
  margin-bottom: 0;
}

.cmn_form form .form-check-input:focus {
  box-shadow: none;
  border: 1px solid #0A1116;
}

.cmn_form form .form-check-input:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.cmn_form form .form-check-input:checked {
  background-color: #0A1116;
  border-color: #0a1116;
}

.cmn_form form .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230A1116' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.uploadBox {
  width: 100%;
}

.uploadBox input[type="file"] {
  display: none;
}

.uploadLabel {
  width: 100%;
  min-height: 95px;
  background: #f3f4f6;
  border: 1px dashed #b9bec5;
  border-radius: 4px;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all .3s ease;
}

.uploadLabel:hover {
  background: #eef1f4;
  border-color: #8f98a3;
}

.removeFile {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 21px;
  border: none;
  border-radius: 50%;
  background: #dfe3e9;
  color: #0A1116;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  z-index: 2;
}


.uploadIcon {
  margin-bottom: 6px;
  line-height: 1;
}

.uploadLabel h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #3F4347;
  line-height: 1.2;
  font-family: var(--bodyFont);
}

.uploadLabel p {
  margin: 4px 0 0;
  font-size: 10px;
  font-weight: 500;
  color: #3F4347;
  line-height: 1.2;
  font-family: var(--bodyFont);
}

.cmn_form form .apply_btn {
  padding: 15px 31.5px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--titleFont);
  background-color: #CD2122;
  color: #fff;
}

.form_right img {
  border-radius: 5px;
  width: 100%;
  height: 269px;
}

.volunteer_sec {
  padding-bottom: 120px !important;

}

.terms_check .form-check-label {
  font-style: italic !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.cmn_form form h5 {
  font-size: 20px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
  padding-bottom: 15px;
}

.position_blk .open_blk {
  background-color: #9CA6AE;
  padding: 30px 20px 20px;
  border-radius: 5px;
  height: 824px;
  overflow-y: hidden;
}

.open_blk .all_card {
  height: 715px;
  overflow-y: scroll;
}

.position_blk .open_blk .all_card::-webkit-scrollbar {
  width: 0px;
}

.position_blk .open_blk .all_card::-webkit-scrollbar-track {
  background: transparent;
}

.position_blk .open_blk .all_card::-webkit-scrollbar-thumb {
  background: #0A1116;
  border-radius: 10px;
}

.position_blk .open_blk h5 {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--titleFont);
  color: #fff;
  padding-bottom: 19px;
}

.position_blk .open_blk .all_card .open_card {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
}

.position_blk .open_blk .all_card .open_card h4 {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--bodyFont);
}

.position_blk .open_blk .all_card .open_card .open_card_hdr {
  border-bottom: 1px solid #E7EBF2;
}

.position_blk .open_blk .all_card .open_card .open_card_body {
  padding: 14px 20px;
}

.position_blk .open_blk .all_card .open_card .open_card_body p {
  font-size: 13px;
  font-weight: 400;
  color: #3F4447;
  font-family: var(--bodyFont);
}

.position_blk .open_blk .all_card .open_card .open_card_body p span {
  font-weight: 600;
}

.position_blk .open_blk .all_card .open_card .open_card_body p img {
  height: 19px;
  width: 15px;
}

.position_blk .open_blk .all_card .open_card .open_card_body p.bag {
  padding-bottom: 13px;
  display: flex;
  gap: 9px;
}

.position_blk .open_blk .all_card .open_card .open_card_body p.candidate {
  padding-bottom: 13px;
}

.position_blk .open_blk .all_card .open_card .open_card_body p.description {
  padding-top: 13px;
  padding-bottom: 10px;
}


/* ===========gallery page start=========== */
.gallerypageSec {
  padding: 120px 0;
  position: relative;
}

.about_inner_sec.gallerypageSec h6 {
  padding-top: 0px;
}

.tabTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tabTop select {
  max-width: 370px;
  box-shadow: none !important;
}

.galItemGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.galItemGrid .gridItem img {
  aspect-ratio: 1 / .74;
}

.pagination {
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}

.pagination li a {
  border: none !important;
  width: 30px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  border-radius: 5px;
  background: #E7EBF2;
  color: var(--textColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
}

.pagination li a.active,
.pagination li a:hover {
  background: var(--primaryColor);
  color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
  background: transparent;
  color: var(--textColor);
}

.career_imgs img {
  width: 100%;
}

.career_imgs img.last {
  height: 344px;
  object-fit: cover;
}

/* 24.6.2026 */
.blog_page_sec {
  padding: 120px 0;
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
}

.blog_page_sec h6 {
  padding-top: 10px;
}

.blog_page_box {
  box-shadow: 0px 0px 10px 0px #0A11161A;
  background-color: #fff;
  border-radius: 10px;
}

.blog_page_box .main_blog_img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.blog_page_box .date {
  padding: 10px 15px;
  background-color: #E7EBF2;
  font-size: 13px;
  font-weight: 600;
  color: #3F4447;
  font-family: var(--bodyFont);
  display: flex;
  align-items: end;
  gap: 10px;
}

.blog_page_box .blog_cap {
  padding: 15px 15px 60px;
}

.blog_page_box .blog_cap a {
  color: #3F4447;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--bodyFont);
  line-height: 30px;
  transition: .3s all ease-in-out;
}

.blog_page_box .blog_cap a:hover {
  color: #CD2122;
  text-decoration: underline;
}

.blog_right {
  padding: 20px;
  box-shadow: 8px 8px 0px 0px #0A11160A;
  border-radius: 10px;
  background-color: #fff;
}

.blog_right form {
  position: relative;
  margin-bottom: 20px;
}

.blog_right form input {
  border: 1px solid #E7EBF2;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #0A1116;
  padding: 11px 15px;
  width: 100%;
}

.blog_right form input::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--titleFont);
}



.blog_right form img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.blog_right .blog_right_all h4 {
  font-size: 20px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
  padding-bottom: 15px;
}

.blog_right_all .blogs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog_right_all .blogs .filter_blogs {
  display: flex;
  gap: 15px;
}

.blog_right_all .blogs .filter_blogs .filter_blog_cntnt span {
  background-color: #E7EBF2;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: 600;
  color: #3F4447;
  font-family: var(--bodyFont);
  text-transform: uppercase;

}

.blog_right_all .blogs .filter_blogs .filter_blog_cntnt p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4447;
  line-height: 21px;
  font-family: var(--bodyFont);
  padding-top: 10px;
}

.blog_right_all hr {
  margin-top: 24px;
  margin-bottom: 16px;
  border-top: 1px solid #d7d7d7;
}

.blog_right .blog_right_all a {
  color: #3F4347;
  font-family: var(--bodyFont);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: space-between;
}

.blog_right .blog_right_all a:not(:last-of-type) {
  padding-bottom: 12px;
}

.blog_right .blog_right_all a:hover {
  color: #CD2122;
}

.blog_right .blog_right_all .form-check {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.blog_right .blog_right_all .form-check input {
  height: 20px;
  width: 20px;

}

.blog_right .blog_right_all .form-check label {
  color: #3F4347;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--bodyFont);
}

.blog_right .blog_right_all .form-check .form-check-input:checked {
  background-color: #CD2122;
  border-color: #CD2122;
}

.blog_right .blog_right_all .form-check .form-check-input:focus {
  box-shadow: none;
}









/* blog-details */


.blog_inner_sec {
  padding: 60px 0;
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
}

.blog_inner_sec .blog_page_box .date {
  padding: 20px 30px 11px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #3F4447;
  font-family: var(--bodyFont);
  display: flex;
  align-items: end;
  gap: 10px;
}

.blog_inner_sec .blog_page_box .blog_cap a {
  color: #3F4447;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--bodyFont);
  line-height: 41px;
}

.blog_inner_sec .blog_page_box .blog_cap a:hover {
  text-decoration: none;
}

.blog_inner_sec .blog_page_box .blog_cap {
  padding: 0px 30px 20px;
}

.blog_inner_sec .blog_page_box p {
  padding: 0 30px 25px;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--bodyFont);
  line-height: 26px;
}

.reply_sec {
  padding-top: 60px;
}

.reply_sec h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0A1116;
  padding-bottom: 30px;
  font-family: var(--titleFont);
}

.reply_sec form label {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: #0A1116;
  margin-bottom: 5px;
}

.reply_sec form label span {
  color: #cd2122;
}

.reply_sec form input {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #0A1116;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E7EBF2;
}

.reply_sec form input:focus {
  box-shadow: none;
  border-color: #cd2122;
}


.reply_sec form textarea {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #0A1116;
  border-radius: 5px;
  border: 1px solid #E7EBF2;
}

.reply_sec form textarea:focus {
  box-shadow: none;
  border-color: #cd2122;
}

.reply_sec form .form-check input {
  height: 20px;
  width: 20px;
}


.reply_sec form .form-check .form-check-input:checked {
  background-color: #CD2122;
  border-color: #CD2122;
}

.reply_sec form .form-check label {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #0A1116;
  font-style: italic;
  padding-left: 10px;
}

.reply_sec form button {
  padding: 15px 33px;
  background-color: #cd2122;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--titleFont);
  border: 1px solid #cd2122;
  transition: 0.3s all ease-in-out;
}

.reply_sec form button:hover {
  background-color: #0A1116;
  border: 1px solid #0A1116;
}



.mdl_hdr {
  text-align: center;
}

.mdl_hdr h1 {
  font-size: 30px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
  padding-bottom: 5px;
}

.mdl_hdr p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--titleFont);
}

#exampleModal .modal-header {
  position: relative;
  justify-content: center;
  padding-bottom: 0;
  border-bottom: none;
}

#exampleModal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 30px;
  padding-top: 0;



  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239CA6AE'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  padding: 0;
  color: #9CA6AE;
  background: transparent var(--bs-btn-close-bg) center/15px auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

#exampleModal .modal-body {
  padding: 30px;
}

#exampleModal .modal-footer {
  justify-content: center;
  border-top: none;
  padding-top: 30px;
  padding-bottom: 0;
}

#exampleModal .modal-footer .donateBTn {
  background: #cd2122 !important;
  color: var(--whiteColor) !important;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--titleFont);
  margin: 0;
}


#exampleModal .modal-body label {
  font-size: 14px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);
  margin-bottom: 5px;
}

#exampleModal .modal-body label span {
  color: #cd2122;
}

#exampleModal .modal-body form input {
  border: 1px solid #E7EBF2;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  color: #0A1116;
  font-family: var(--bodyFont);
  font-weight: 500;
}

#exampleModal .modal-body form input:focus {
  box-shadow: none;
}


#exampleModal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 630px;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

#exampleModal .modal-dialog {
  --bs-modal-width: 630px;
}



.form-label {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.form-label span {
  color: #ff4d4f;
}

.gender-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
  height: 40px;
}

.last-radio-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0px;
}

.gender-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #444;
  margin-bottom: 0 !important;
}

.gender-option input {
  display: none;
}

.radio-custom {
  min-width: 20px;
  height: 20px;
  border: 1px solid #E7EBF2;
  border-radius: 50%;
  position: relative;
  transition: all .3s ease;
}

.gender-option span {
  font-size: 14px;
  font-weight: 400;
  color: #3F4347 !important;
}

.gender-option input:checked+.radio-custom {
  border-color: #cd2122;
}

.gender-option input:checked+.radio-custom::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #cd2122;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.input-group {
  flex-direction: column;
}

.input-group .grp_call {
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .grp_call input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .grp_call span {
  font-size: 14px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);
}


#exampleModal .modal-body form select {
  border: 1px solid #E7EBF2;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  color: #0A1116;
  font-family: var(--bodyFont);
  font-weight: 500;
}

#exampleModal .modal-body form select:focus {
  box-shadow: none;
}

.donation_group label {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

.weight_group label {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.amount_blk {
  display: flex;
  gap: 10px;
}

.amount_blk .amount {
  background: #F4F7FB;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--bodyFont);
  color: #3F4347;
  border-radius: 5px;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}

.amount_blk .amount.active {
  background-color: #FAE9E9;
  border: 1px solid #ECAEAE;
}

.modal-open .modal-backdrop.show {
  background-color: #0A1116;
  opacity: 0.8;
}



/* Chrome, Edge, Safari */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 1px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background: #cd2122;
  /* scrollbar color */
  border-radius: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
  background: #cd2122;
}

.modal-dialog-scrollable .modal-body {
  scrollbar-width: thin;
  scrollbar-color: #cd2122 #f1f1f1;
}

.publication {
  padding: 120px 0;
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
}

.publication h2 {
  font-weight: 600;
  margin-bottom: 10px;
}


.publication_nav img {
  width: 100%;
}

.publication_nav .nav .nav-link {
  background-color: #E7EBF2;
  padding: 10px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #0A1116;
  font-family: var(--bodyFont);
}

.publication_nav .nav .nav-link.active {
  background-color: #cd2122;
  color: #fff;
}

.publication_nav .nav {
  gap: 2px;
}

.publication_nav .pub_bx .pub_name {
  background-color: #E7EBF2;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #3F4447;
  font-family: var(--bodyFont);
}

.publication_nav .pub_bx p {
  padding-top: 7px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #3F4447;
  font-family: var(--bodyFont);
}

.contact_sec {
  padding: 120px 0;
  background: linear-gradient(180deg, #E7EBF2 0%, #FFFFFF 100%);
}

.contact_sec h2 {
  margin-bottom: 10px;
}

.contact_sec form {
  box-shadow: 4px 4px 0px 0px #0A11160A;
  border-radius: 5px;
  padding: 30px 20px;
  background-color: #fff;
}

.contact_sec form .gender-box {
  gap: 18px;
  padding: 0 10px;
}

.contact_sec form label {
  font-size: 14px;
  font-weight: 400;
  color: #0A1116;
  font-family: var(--bodyFont);
  margin-bottom: 5px;
}

.contact_sec form input:focus {
  box-shadow: none;
  border-color: #cd2122;
}

.contact_sec form select:focus {
  box-shadow: none;
  border-color: #cd2122;
}

.contact_sec h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
}

.contact_sec p {
  font-size: 14px;
  padding: 15px 0px 25px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--bodyFont);
}

.contact_sec form .weight_group {
  padding-bottom: 20px;
  padding-top: 20px;
}

.download_bx {
  background-color: #0A1116;
  border-radius: 5px;
  padding: 30px 29px;
  text-align: center;
}

.download_bx h4 {
  font-size: 30px;
  font-weight: 300;
  color: #9CA6AE;
  font-family: var(--titleFont);
  padding-top: 19px;
  padding-bottom: 30px;
}

.download_bx img {
  width: auto;
}

.download_bx a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: var(--titleFont);
}

.download_bx a img {
  padding-left: 8px;
  width: auto;
}


.contact_sec form .donateBTn {
  background: #cd2122 !important;
  color: var(--whiteColor) !important;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--titleFont);
  margin-top: 15px;

}

.publication_nav figure {
  padding-top: 10px;
  height: 100%;
}

.publication_nav figure img {
  height: 100%;
}

.contact_btm h4 {
  font-size: 20px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
  padding-top: 70px;
}

.contact_btm .bank_details {
  margin-bottom: 10px;
  padding-top: 30px;
}

.contact_btm .bank_details span {
  font-size: 20px;
  background-color: #0A1116;
  padding: 3px 10px;
  font-weight: 600;
  color: #fff;
  font-family: var(--titleFont);
  margin-bottom: 10px;

}

.contact_btm h5 {
  font-size: 15px;
  font-weight: 500;
  color: #3F4347;
  font-family: var(--titleFont);
  background-color: #E2E9F2;
  padding: 10px 15px;
}


.contact_btm p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--titleFont);
  background-color: #F4F7FB;
  padding: 8px 15px;
  height: 100%;
  display: flex;
  align-items: center;
}


.contact_sec .prticipt_bx {
  box-shadow: 4px 4px 0px 0px #0A11160A;
  border-radius: 5px;
  padding: 30px 20px;
  background-color: #fff;
}

.vlntr_blk {
  padding-top: 40px;
}



.vlntr_blk h5 {
  font-size: 24px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--bodyFont);
}

.contact_sec .prticipt_bx img {
  width: auto;
  padding-right: 8px;
}

.contact_sec .prticipt_bx p {
  font-size: 15px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--bodyFont);
  line-height: 26px;
  padding-top: 20px 0;
}

.contact_sec .prticipt_bx .call img {
  padding-right: 15px;
  min-height: 30px;
  min-width: 35px;
}

.contact_sec .prticipt_bx .call {
  display: flex;
  align-items: start;
}

.contact_sec .prticipt_bx .call span {
  color: #9CA6AE;
}

.contact_sec .prticipt_bx .call span a {
  font-size: 20px;
  font-weight: 600;
  color: #3F4347;
  font-family: var(--bodyFont);
}

.contact_sec .prticipt_bx .call .number p {
  padding-top: 3px;
  padding-bottom: 0;
}

.contact_sec .prticipt_bx hr {
  margin: 30px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #c9c9c9;
  opacity: .25;
}

.vlntr_blk.scnd {
  padding-top: 0;
}

.mtivting_part .call {
  display: flex;
  gap: 16px;
  align-items: start;
  padding-bottom: 20px;
}

.mtivting_part .call p {
  padding-top: 0;
  padding-bottom: 5px;
}

.mtivting_part .call img {
  width: auto;
  padding: 12px;
  background-color: #FFF6F6;
  border-radius: 5px;
}

.mtivting_part {
  padding-top: 80px;
}

.mtivting_part .call p {
  font-size: 13px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--bodyFont);
}


.mtivting_part .call span {
  color: #9CA6AE;
}

.mtivting_part .call span a {
  font-size: 16px;
  font-weight: 600;
  color: #3F4347;
  font-family: var(--bodyFont);
}

.mtivting_part h5 {
  font-size: 30px;
  font-weight: 500;
  color: #0A1116;
  font-family: var(--titleFont);
  padding-bottom: 35px;
}

.mtivting_part .call span {
  font-size: 16px;
  font-weight: 600;
  color: #3F4347;
  font-family: var(--bodyFont);
}

.mtivting_part .call:last-of-type {
  padding-bottom: 0;
}

.contact_sec .prticipt_bx h6 {
  font-size: 15px;
  font-weight: 400;
  color: #3F4347;
  font-family: var(--titleFont);
  text-align: left;
  padding-top: 0;
  line-height: normal;
}

.contact_sec .prticipt_bx h6 span {
  font-weight: 600;
}

.contact_sec .prticipt_bx p {
  padding-bottom: 15px;
  line-height: normal;
}

.contact_sec .prticipt_bx .call span {
  font-size: 20px;
  font-weight: 600;
  color: #3F4347;
  font-family: var(--bodyFont);
}

.office_part {
  padding-top: 40px;
}















.coming_soon{
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#f7faf9,#eef6f1);
    padding:80px 15px;
    text-align:center;
    height: 100vh;
}

.comingSoonWrapper{
    max-width:700px;
    margin:auto;
}

.comingLogo{
    width:200px;
    margin-bottom:20px;
}

.badgeComing{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#198754;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.comingSoonWrapper h1{
    font-size:64px;
    font-weight:700;
    color:#1c3d2d;
    margin-bottom:20px;
}

.comingSoonWrapper p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}


.new_ftr{
  padding-top: 0 !important;
}

.new_ftr .copyRight{
  margin-top: 0;
}