@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

.tpBar {
  background: #06163a;
  display: block;
}
.tpBar .inner {
  padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tpBar .inner .lft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 62px;
       column-gap: 62px;
}
.tpBar .inner .lft .elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.tpBar .inner .lft .elem .txt {
  color: #a1aabf;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 100% */
}
@media screen and (max-width: 767px) {
  .tpBar {
    display: none;
  }
}

.mobTopBar {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #06163a;
  display: none;
}
.mobTopBar .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.mobTopBar .left .headerItem {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a1aabf;
  font-family: "Nunito Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 150% */
}
.mobTopBar .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.mobTopBar .right .headerItem {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 10px;
  color: #a1aabf;
  font-family: "Nunito Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: right;
  /* 150% */
}
@media screen and (max-width: 767px) {
  .mobTopBar {
    display: block;
  }
}

.mainHeader {
  background: white;
}
.mainHeader .inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainHeader .inr .lftt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.mainHeader .inr .lftt .logo img {
  width: 90px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader .inr .lftt .menus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.mainHeader .inr .lftt .menus a {
  color: #202b5d;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 100% */
  text-decoration: none;
}
.mainHeader .inr .rightt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.mainHeader .inr .rightt .choose {
  background: transparent;
  padding: 5px 20px;
  border-radius: 99px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  color: #202b5d;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 100% */
}
.mainHeader .inr .rightt .choose .arrow {
  border-right: 2px solid #202b5d;
  border-bottom: 2px solid #202b5d;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.mainHeader .inr .rightt .contactBtn {
  padding: 12px 31px;
  border: 2px solid #0067da;
  color: #0067da;
  text-align: center;
  font-family: Cabin;
  font-size: 18px;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .mainHeader {
    display: none;
  }
}

.mobiHeader {
  background: white;
  display: none;
}
.mobiHeader .inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobiHeader .inr .lftt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.mobiHeader .inr .lftt .logo img {
  height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobiHeader .inr .rightt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.mobiHeader .inr .rightt .choose {
  background: transparent;
  padding: 5px 20px;
  border-radius: 99px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  color: #202b5d;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 100% */
}
.mobiHeader .inr .rightt .choose .arrow {
  border-right: 2px solid #202b5d;
  border-bottom: 2px solid #202b5d;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.mobiHeader .inr .rightt .contactBtn {
  display: flex;
  padding: 8.414px 21.956px 8.307px 21.7px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #0067DA;
  text-align: center;
  font-family: Cabin;
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.9px;
  border: 1.4px solid #0067DA;
  background-color: transparent;
}
.mobiHeader .inr .rightt .hamburgerIcon {
  background-color: transparent;
  border: none;
}
.mobiHeader .offcanvas {
  width: 360px;
  padding: 16px;
  background: #fff;
}
.mobiHeader .offcanvas .closeContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 20px;
  color: #202B5D;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.mobiHeader .offcanvas .closeContainer button {
  outline: none;
  border: none;
  background-color: inherit;
}
.mobiHeader .offcanvas .searchContainer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 0.5px solid #a1aabf;
  border-top: 0.5px solid #a1aabf;
  padding: 8px 0px;
  margin-bottom: 30px;
}
.mobiHeader .offcanvas .searchContainer input {
  color: #202b5d;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  border: none;
  outline: none;
}
.mobiHeader .offcanvas .sidebarBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.mobiHeader .offcanvas .sidebarBody .listItem {
  color: #202b5d;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.mobiHeader .offcanvas .sidebarBody .listItem a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .mobiHeader {
    display: block;
  }
}

@media (max-width: 767px) {
  #cobiCarousel .carousel-item img {
    height: 50vh;
  }
}
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.carousel-caption h1 {
  color: #fff;
  font-family: Cabin;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
}

.carousel-caption p {
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 44px;
}

.carousel-caption .btn {
  display: flex;
  width: 174px;
  height: 49.03px;
  padding: 13.01px 31.098px 14.02px 31.47px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #00adef;
  border: none;
  outline: none;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: capitalize;
}

.carouselBtn {
  display: flex;
  width: 51px;
  height: 51px;
  padding: 14px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 25.5px;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  transform: translateY(-50%);
}
.carouselBtn.leftBtn {
  left: 26px;
}
.carouselBtn.rightBtn {
  right: 26px;
}

@media screen and (max-width: 1150px) {
  .carousel-caption h1 {
    font-size: 46px;
  }
  .carousel-caption p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: normal;
  }
}
@media screen and (max-width: 860px) {
  .carousel-caption {
    top: 40%;
  }
  .carousel-caption .btn {
    width: 107px;
    height: 38px;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  .carousel-caption {
    top: 50%;
  }
  .carouselBtn {
    width: 31px;
    height: 31px;
  }
  .carouselBtn img {
    height: 15px;
    width: 15px;
  }
  .carouselBtn.leftBtn {
    left: 15px;
  }
  .carouselBtn.rightBtn {
    right: 15px;
  }
}
.heroServices {
  display: flex;
  min-height: 290px;
  padding: 35px 40px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
  position: relative;
  z-index: 99;
  margin-top: -145px;
  background: #fff;
}
.heroServices .serviceHeading {
  color: #202b5d;
  text-align: center;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  align-self: stretch;
}
.heroServices .serviceItemsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
}
.heroServices .serviceItemsWrapper .item {
  display: flex;
  width: 143px;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
.heroServices .serviceItemsWrapper .item .itemLabel {
  color: #202b5d;
  text-align: center;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .heroServices .serviceItemsWrapper .item {
    width: 128px;
  }
}
@media screen and (max-width: 1150px) {
  .heroServices {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .heroServices {
    margin-top: -50px;
  }
  .heroServices .serviceHeading {
    font-size: 20px;
    line-height: normal;
  }
  .heroServices .serviceItemsWrapper {
    gap: 15px;
  }
  .heroServices .serviceItemsWrapper .item {
    gap: 10px;
  }
  .heroServices .serviceItemsWrapper .item img {
    height: 50px;
  }
  .heroServices .serviceItemsWrapper .item .itemLabel {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .heroServices {
    margin-top: -25px;
  }
}
@media screen and (max-width: 403px) {
  .heroServices .serviceItemsWrapper {
    justify-content: center;
  }
}

.exploreMoreSection {
  display: flex;
  width: 100%;
  min-height: 319.59px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #00adef;
  position: relative;
  z-index: -99;
  margin-top: -200px;
}
@media screen and (max-width: 1200px) {
  .exploreMoreSection {
    margin-top: -350px;
    min-height: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .exploreMoreSection {
    margin-top: -390px;
  }
}
@media screen and (max-width: 768px) {
  .exploreMoreSection {
    margin-top: -500px;
    min-height: 550px;
  }
}
@media screen and (max-width: 533px) {
  .exploreMoreSection {
    margin-top: -700px;
    min-height: 730px;
  }
}
@media screen and (max-width: 402px) {
  .exploreMoreSection {
    margin-top: -749px;
    min-height: 785px;
  }
}

.connecting-section {
  padding-top: 71px;
  padding-bottom: 61px;
}
.connecting-section .connecting-title {
  color: #202b5d;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 37px;
}
.connecting-section .connecting-description {
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 37px;
}
.connecting-section .Subsequently-section {
  padding-left: 42px;
  border-left: 2px solid #00adef;
}
.connecting-section .Subsequently-section .subsequently-title {
  color: #202b5d;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 19px;
}
.connecting-section .Subsequently-section .chairman {
  color: #202b5d;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .connecting-section .connecting-title {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 27px;
  }
  .connecting-section .connecting-description {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 27px;
  }
  .connecting-section .Subsequently-section {
    padding-left: 10px;
  }
  .connecting-section .Subsequently-section .subsequently-title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
  }
}

.Lets-explore-section {
  background: #f8f5f4;
  padding: 10px 0px;
  min-height: 700px;
}
.Lets-explore-section .services-bg {
  margin-top: 59px;
}
.Lets-explore-section .services-bg .Services-section {
  padding-bottom: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Lets-explore-section .services-bg .Services-section .Lets-explore-title {
  color: #202b5d;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .Lets-explore-section .services-bg .Services-section .Lets-explore-title {
    font-size: 20px;
    line-height: normal;
  }
}
.Lets-explore-section .services-bg .Services-section .explore-services-button {
  background: #06163a;
  padding: 14px 32px;
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  align-self: self-end;
}
@media screen and (max-width: 768px) {
  .Lets-explore-section .services-bg .Services-section .explore-services-button {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 24px;
    width: 160px;
    text-align: center;
    align-self: center;
  }
}
.Lets-explore-section .services-bg .services-category {
  position: relative;
}
.Lets-explore-section .services-bg .service-image {
  aspect-ratio: 1.5;
  display: block;
}
.Lets-explore-section .services-bg .service-departments {
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(6, 22, 58, 0.1);
  height: auto;
  position: absolute;
  bottom: -50px;
  /* overlap bottom */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 85%;
  text-align: center;
}
.Lets-explore-section .services-bg .service-departments .services-title {
  color: #202b5d;
  text-align: center;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  padding: 19px 38px;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}
@media screen and (max-width: 767px) {
  .Lets-explore-section .services-bg .service-departments .services-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .Lets-explore-section .services-category {
    margin-bottom: 60px;
  }
  .Lets-explore-section .Lets-explore-title {
    font-size: 26px;
    line-height: 34px;
  }
  .Lets-explore-section .Services-section {
    flex-direction: column;
    display: block;
  }
}

.counter-section {
  background-image: url("/assets/images/city.png");
  background-size: cover;
  padding: 100px 0;
  background-color: #06163a;
}
.counter-section .count {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  justify-content: center;
}
.counter-section .count .count-number {
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.counter-section .count .count-label {
  color: #a3a8b2;
  text-align: center;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .counter-section .count {
    gap: 15px;
  }
  .counter-section .count .count-number {
    font-size: 40px;
    line-height: 36px;
  }
  .counter-section .count-label {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}

.boardofdirectors-section {
  margin-top: 100px;
  margin-bottom: 76px;
}
.boardofdirectors-section .boardofdirectors-title {
  color: #202b5d;
  text-align: center;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 48px;
}
.boardofdirectors-section .boardofdirectors-subtitle {
  color: #62718d;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 65px;
}
.boardofdirectors-section .director-card {
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(6, 22, 58, 0.1);
  padding-bottom: 50px;
}
.boardofdirectors-section .director-img {
  aspect-ratio: 1;
}
.boardofdirectors-section .directors-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  width: 218px;
  margin-left: 20px;
  text-align: left;
}
.boardofdirectors-section .directors-details .director-name {
  color: #202b5d;
  font-family: Cabin;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.boardofdirectors-section .directors-details .director-position {
  color: #0067da;
  font-family: Cabin;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  /* 120% */
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.boardofdirectors-section .directors-details .director-contact {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.boardofdirectors-section .directors-details .director-infomation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.boardofdirectors-section .directors-details .director-branch {
  color: #62718d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.member-section {
  margin-bottom: 35px;
}
.member-section .member-bank-title {
  padding-bottom: 54px;
  color: #202b5d;
  text-align: center;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.member-section .bank-logos .item {
  text-align: center;
  align-items: center;
}
.member-section .bank-logos img {
  max-width: 100%;
  aspect-ratio: 2.9;
}

.NewsandPublications {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  z-index: 1;
}
.NewsandPublications::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0px;
  background-image: url("/assets/images/overlay.jpg");
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .NewsandPublications .newsandpublications-inr {
    padding-top: 0px;
  }
}
.NewsandPublications .news-title {
  color: #202b5d;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.NewsandPublications .news-description {
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.NewsandPublications .more-news {
  display: inline-block;
  padding: 15px 32px;
  border: 1px solid #0067da;
  color: #0067da;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 42px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
}
.NewsandPublications .news-card {
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(6, 22, 58, 0.1);
  padding-bottom: 30px;
}
.NewsandPublications .news-card .news-category {
  justify-content: center;
  align-items: center;
  margin: 0px 23px;
  position: relative;
}
.NewsandPublications .news-card .news-category .news-date {
  color: #fff;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  background: #00adef;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0px;
}
.NewsandPublications .news-card .news-category .message-container {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
}
.NewsandPublications .news-card .news-category .message-container .news-category-text {
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.NewsandPublications .news-card .news-category .news-category-title {
  color: #202b5d;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  padding-top: 5px;
  padding-bottom: 31px;
}
.NewsandPublications .news-card .news-category .Continue-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.NewsandPublications .news-card .news-category .Continue-container .Continue-text {
  color: #42516d;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .NewsandPublications .news-title {
    font-size: 26px;
    line-height: 34px;
  }
  .NewsandPublications .news-description {
    font-size: 16px;
    line-height: 24px;
  }
  .NewsandPublications .more-news {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 25px;
    margin-top: 30px;
  }
}

.event-section {
  margin-top: 178px;
  margin-bottom: 76px;
}
.event-section .event-cobi-title {
  color: #202b5d;
  text-align: center;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 60px;
}
.event-section .owl-carousel .item {
  position: relative;
}
.event-section .owl-carousel .item img {
  width: 100%;
  display: block;
}
.event-section .overlay-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}
.event-section .overlay-text .event-text-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  align-self: flex-start;
  bottom: 36px;
  left: 21px;
}
.event-section .overlay-text .event-text-container .event-text {
  color: #ccc;
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.event-section .overlay-text .event-text-container .event-title {
  color: #ffffff;
  font-family: Cabin;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  height: 60px;
}
.event-section .overlay-text .img-counter-section {
  position: absolute;
  top: 14px;
  right: 14px;
}
.event-section .overlay-text .img-counter-section .img-count {
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 5px 16px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.3);
}
.event-section .overlay-text .img-counter-section .img-count .count-num {
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}
.event-section .owl-dots {
  text-align: center;
  margin-top: 68px;
}
.event-section .owl-dot {
  display: inline-block;
}
.event-section .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 7px;
  background: #d4d6d7;
  /* inactive dot color */
  display: block;
  border-radius: 99px;
  transition: all 0.3s ease;
}
.event-section .owl-dot.active span {
  background: #00aaff;
  transform: scale(1.4);
  width: 12px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  .event-section {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .event-section .event-cobi-title {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 40px;
  }
  .event-section .owl-dots {
    margin-top: 40px;
  }
}
.footer {
  background: #132244;
}
.footer .nav-border {
  border-bottom: 1px solid #263a65;
}
.footer .nav-section {
  display: flex;
  justify-content: space-between;
  padding: 35px 0px 19px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.footer .nav-section .nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .nav-section .nav-item a {
  text-decoration: none;
  color: #b0b8ca;
  font-family: Cabin;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.footer .nav-section .connect {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.footer .nav-section .connect .connect-text {
  color: #b0b8ca;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.53px;
  padding-right: 10px;
}
.footer .mobile-footer {
  margin-top: 32px;
}
.footer .mobile-footer .mobile-tabs {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 10px;
}
.footer .mobile-footer .tabs {
  text-decoration: none;
  color: #b0b8ca;
  font-family: Cabin;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 145px;
}
.footer .mobile-footer .connect-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0px;
}
.footer .mobile-footer .connect-mobile .connect-text-mobile {
  color: #b0b8ca;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.footer .right-side-footer {
  margin-top: 110px;
}
.footer .footer-detils {
  padding-top: 22px;
  padding-bottom: 80px;
}
.footer .footer-detils .logo-container {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.footer .footer-detils .logo-container .cobi-logo-container {
  display: flex;
  flex-direction: row;
  gap: 44px;
  align-items: center;
}
.footer .footer-detils .logo-container .cobi-logo-container .cobi-text {
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.footer .footer-detils .logo-container .cobi-logo-container .logo {
  width: 90.911px;
  height: 100.404px;
  flex-shrink: 0;
  aspect-ratio: 67/74;
}
.footer .footer-detils .logo-container .footer-description {
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.footer .footer-detils .Quick-link-text {
  color: #fff;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 8px;
  line-height: 34px;
}
.footer .footer-detils .Quick-link-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-detils .Quick-link-container a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.footer .footer-detils .footer-text {
  color: #8c96ac;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 12px;
}
.footer .footer-detils .Subscribe-button {
  display: flex;
  flex-direction: row;
  padding-bottom: 17px;
}
.footer .footer-detils .Subscribe-button .email-input {
  padding: 14px 16px;
  outline: none;
  width: 100%;
}
.footer .footer-detils .Subscribe-button button {
  background: #00f;
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 16px;
  padding: 14px 15px;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}
.footer .footer-detils .contact {
  display: flex;
  flex-direction: row;
  gap: 46px;
  align-items: start;
  padding-bottom: 14px;
}
.footer .footer-detils .contact .mail {
  color: #fff;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.footer .copyright {
  background: #06163a;
  text-align: center;
  padding: 25px 0px;
  color: #8c96ac;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
@media screen and (max-width: 768px) {
  .footer .right-side-footer {
    margin-top: 30px;
  }
  .footer .footer-detils {
    padding-bottom: 0px;
  }
  .footer .footer-description {
    font-size: 12px;
  }
  .footer .connect {
    padding-top: 32px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-detils .logo-container {
    gap: 16px;
  }
  .footer .footer-detils .logo-container .footer-description {
    font-size: 14px;
  }
  .footer .footer-detils .Quick-link-text {
    font-size: 16px;
    line-height: 26px;
  }
  .footer .footer-detils .Quick-link-container a {
    font-size: 14px;
    line-height: 14px;
  }
  .footer .footer-detils .footer-text {
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
  }
  .footer .footer-detils .Subscribe-button {
    gap: 10px;
  }
  .footer .footer-detils .Subscribe-button .email-input {
    width: 100%;
  }
  .footer .mobile-footer .tabs {
    font-size: 14px;
    line-height: 14px;
  }
}

.breakcrum {
  background: #00adef;
}
.breakcrum .rgt {
  display: flex;
  flex-direction: row;
  padding: 17px 0px;
  align-content: flex-start;
}
.breakcrum .rgt a {
  text-decoration: none;
}
.breakcrum .rgt .breakcrum-text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .breakcrum .rgt {
    padding: 8px 0px;
  }
  .breakcrum .rgt .breakcrum-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .breakcrum .rgt .breakcrum-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.download-section {
  margin-top: 45px;
}
.download-section .download-title {
  color: #000;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  padding-bottom: 16px;
}
.download-section .download-desc {
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 54px;
}
.download-section .document-table {
  margin-bottom: 70px;
}
.download-section .document-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: #d7d7d7 1px solid;
}
.download-section .document-table .table-left {
  padding-left: 35px;
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.download-section .document-table th,
.download-section .document-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
}
.download-section .document-table th {
  background-color: #d7d7d7;
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.download-section .document-table .download-btn {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.download-section .document-table .download-btn .download-text {
  color: #000;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
.download-section .document-link-table {
  margin-bottom: 70px;
}
.download-section .document-link-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: #d7d7d7 1px solid;
}
.download-section .document-link-table .table-right {
  text-align: right;
  padding-right: 70px;
}
.download-section .document-link-table .table-left {
  padding-left: 35px;
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.download-section .document-link-table th,
.download-section .document-link-table td {
  padding: 12px 15px;
  text-align: left;
  justify-content: flex-end;
  border-bottom: 1px solid #d7d7d7;
}
.download-section .document-link-table th {
  background: rgba(215, 215, 215, 0.47);
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.download-section .document-link-table .download-btn {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.download-section .document-link-table .download-btn .download-text {
  color: #000;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-right: 20px;
  line-height: 28px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .download-section .download-title {
    font-size: 30px;
    line-height: 36px;
  }
  .download-section .download-desc {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 35px;
  }
  .download-section .document-table .table-left {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .download-section .download-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.member-section-page {
  margin-top: 45px;
}
.member-section-page .member-title {
  color: #000;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  padding-bottom: 34px;
}
.member-section-page .national-text {
  color: #000;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  padding: 53px 0px;
  border-top: 1px solid #d7d7d7;
}
.member-section-page .banklist {
  margin-bottom: 70px;
}
.member-section-page .banklist .organisations-container {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: start;
  margin-bottom: 50px;
}
.member-section-page .banklist .organisations-container .organisations-img {
  aspect-ratio: 1;
  height: 80px;
  width: 80px;
}
.member-section-page .banklist .organisations-container .organisations-title {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.member-section-page .banklist .organisations-container .organisations-address {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .member-section-page .member-title {
    font-size: 26px;
    line-height: 36px;
  }
  .member-section-page .national-text {
    font-size: 20px;
    line-height: 22px;
    padding: 40px 0px;
  }
  .member-section-page .banklist .organisations-container {
    gap: 10px;
  }
  .member-section-page .banklist .organisations-container .organisations-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.boardofdirectors-section-page {
  margin-bottom: 100px;
}
.boardofdirectors-section-page .boardofdirectors-title {
  color: #000;
  padding: 50px 0px;
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.boardofdirectors-section-page .director-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.boardofdirectors-section-page .director-card {
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(6, 22, 58, 0.1);
  padding: 15px;
  height: 100%;
}
.boardofdirectors-section-page .director-img {
  aspect-ratio: 1;
}
.boardofdirectors-section-page .directors-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 26px;
  text-align: left;
  padding-bottom: 20px;
}
.boardofdirectors-section-page .directors-details .nameandposition {
  min-height: 140px;
  border-bottom: 1px solid #e8e8e8;
}
.boardofdirectors-section-page .directors-details .nameandposition .director-name {
  color: #202b5d;
  font-family: Cabin;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 26px;
}
.boardofdirectors-section-page .directors-details .nameandposition .director-position {
  color: #0067da;
  font-family: Cabin;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  /* 120% */
}
.boardofdirectors-section-page .directors-details .director-branch {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.boardofdirectors-section-page .directors-details .director-branch-address {
  color: #62718d;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .boardofdirectors-section-page .boardofdirectors-title {
    font-size: 26px;
    line-height: 30px;
  }
  .boardofdirectors-section-page .directors-details {
    padding-bottom: 30px;
    gap: 12px;
  }
  .boardofdirectors-section-page .directors-details .nameandposition {
    min-height: 100px;
  }
  .boardofdirectors-section-page .directors-details .nameandposition .director-name {
    font-size: 20px;
    line-height: 20px;
  }
  .boardofdirectors-section-page .directors-details .director-branch {
    font-size: 16px;
    line-height: 20px;
  }
  .boardofdirectors-section-page .directors-details .director-branch-address {
    font-size: 14px;
    line-height: 19px;
  }
}

.contactIntroSec {
  background: url("/assets/images/bgg.png");
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contactIntroSec .customContainer {
  height: 572px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .contactIntroSec .customContainer {
    height: 400px;
  }
}
.contactIntroSec .customContainer .headngg {
  color: #fff;
  font-family: Cabin;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 990px) {
  .contactIntroSec .customContainer .headngg {
    font-size: 32px;
  }
}
.contactIntroSec .customContainer .subHead {
  margin-top: 11px;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
@media screen and (max-width: 990px) {
  .contactIntroSec .customContainer .subHead {
    font-size: 18px;
  }
}
.contactIntroSec .customContainer .contBtn {
  display: block;
  margin-top: 44px;
  background: #00adef;
  border: none;
  width: 174px;
  padding: 13px;
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 150% */
  text-transform: capitalize;
}
@media screen and (max-width: 990px) {
  .contactIntroSec .customContainer .contBtn {
    margin-top: 30px;
  }
}

.contactFormDiv {
  padding-top: 96px;
  padding-bottom: 70px;
}
.contactFormDiv .dartCir {
  position: absolute;
  bottom: 10px;
  right: 50px;
}
.contactFormDiv .litCir {
  border-radius: 372px;
  background: rgba(32, 43, 93, 0.4);
  width: 354px;
  height: 372px;
  position: absolute;
  bottom: -250px;
  right: -100px;
}
@media screen and (max-width: 550px) {
  .contactFormDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contactFormDiv .contactInfoDiv {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  background: #0067da;
  padding-top: 70px;
  padding-bottom: 72px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 550px) {
  .contactFormDiv .contactInfoDiv {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contactFormDiv .contactInfoDiv .headingg {
  color: #fff;
  padding-bottom: 20px;
  /* H2_SemiBold */
  font-family: Cabin;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
}
@media screen and (max-width: 550px) {
  .contactFormDiv .contactInfoDiv .headingg {
    font-size: 26px;
  }
}
.contactFormDiv .contactInfoDiv .icoTxt {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 46px;
       column-gap: 46px;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .contactFormDiv .contactInfoDiv .icoTxt {
    margin-top: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .contactFormDiv .contactInfoDiv .icoTxt .txt {
    font-size: 20px !important;
  }
}
.contactFormDiv .contactInfoDiv .icoTxt .txt {
  flex: 1;
  color: #fff;
  /* H3_Medium */
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 120% */
}

.contForm {
  margin-left: 10px;
  margin-right: 10px;
}
.contForm .subBtn {
  border-radius: 14px;
  background: #0d4fa8;
  padding: 9px;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  width: 180px;
  margin-top: 50px;
  display: block;
  border: 1px solid #0d4fa8;
  background: #0d4fa8;
}
.contForm .inBox {
  margin-bottom: 24px;
}
.contForm .inBox .inputTitle {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .contForm .inBox .inputTitle {
    margin-bottom: 10px;
  }
}
.contForm .inBox input,
.contForm .inBox textarea {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  outline: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
}

.aboutUsPage {
  background: url("/assets/images/bgg.png");
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aboutUsPage .aboutUsContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 87px;
}
.aboutUsPage .aboutUsContainer .title {
  color: #FFF;
  font-family: Cabin;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.aboutUsPage .aboutUsContainer .logo {
  display: flex;
  padding: 20px;
  align-items: center;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1000px) {
  .aboutUsPage .aboutUsContainer .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .aboutUsPage .aboutUsContainer {
    padding-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .aboutUsPage .aboutUsContainer .logo {
    height: 126px;
    width: 126px;
    justify-content: center;
  }
  .aboutUsPage .aboutUsContainer .logo img {
    height: 100px;
  }
}

.About-section {
  margin-top: 59px;
  margin-bottom: 50px;
}
.About-section .Cooperative-title {
  color: #000;
  font-family: Cabin;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.About-section .Cooperative-description {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 30px;
}
.About-section .img-container {
  border-radius: 16.632px;
  background: linear-gradient(180deg, #d9e1f4 43.05%, #00adef 182.76%);
  padding: 23px;
  margin-left: 86px;
}
.About-section .img-container img {
  border-radius: 16.632px;
}
.About-section .about-desc-container {
  margin-top: 70px;
}
.About-section .about-desc-container .about-desc {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .About-section .Cooperative-title {
    font-size: 50px;
  }
  .About-section .img-container {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .About-section .Cooperative-title {
    font-size: 40px;
  }
  .About-section .Cooperative-description {
    font-size: 18px;
    padding-top: 20px;
  }
  .About-section .about-desc-container .about-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .About-section .Cooperative-title {
    font-size: 30px;
  }
  .About-section .Cooperative-description {
    font-size: 16px;
  }
  .About-section .about-desc-container .about-desc {
    font-size: 16px;
  }
}

.timeline-wrapper {
  background-image: url("/assets/images/aboutUsFrame.png");
  background-size: cover;
  padding: 20px 0px;
}

.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #ddd;
  border-radius: 999px;
  overflow: visible;
  z-index: 1;
}

.timeline-line::before {
  content: "";
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: -5;
  pointer-events: none;
  z-index: 1;
}

.timeline-line .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #000;
  border-radius: 999px;
  transition: height 300ms ease;
  overflow: visible;
  z-index: 2;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.timeline-item .content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 14px;
  box-shadow: 0 8px 10px 0 rgba(161, 170, 191, 0.5);
}
.timeline-item .content h3 {
  color: #62718D;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.timeline-item .content p {
  color: #38404E;
  /* P2 */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.timeline-item.left {
  left: 0;
  text-align: left;
}
.timeline-item.left .content.active {
  background: linear-gradient(135deg, #4a90e2, #007aff);
  color: #fff;
  transform: scale(1.05);
}
.timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-item.right .content.active {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: #fff;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding: 20px 20px;
  }
  .timeline-line {
    left: 20px;
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */