@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fdfdfd;
  font-family: "Inter", sans-serif;
  color: #171717;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Poppins", sans-serif;
}
body .card {
  border-radius: 16px;
  overflow: hidden;
}
body .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
body .sec-head {
  color: #250cac;
  text-decoration: underline;
  text-decoration-color: #ffa700;
  text-underline-offset: 16px;
  font-size: 48px;
  line-height: 160%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  body .sec-head {
    font-size: 28px;
  }
}
body .sec-sub-title {
  font-size: 20px;
  line-height: 90%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #ffa700;
}
body .sec-sub-head {
  font-size: 18px;
  font-weight: 500;
  margin-top: 28px;
}
body .sub-heading {
  font-size: 1rem;
  font-weight: bold;
  color: #4932eb;
  font-family: "Poppins", sans-serif;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  body .sub-heading {
    font-size: 2.5rem;
    padding: 20px;
  }
}
body .cta-lg {
  padding: 12px 32px;
  color: #fdfdfd;
  background: #250cac;
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 32px;
  border: 1px solid transparent;
}
body .cta-lg:hover {
  background: #fdfdfd;
  color: #250cac;
  border: 1px solid #250cac;
}
body .cta-md {
  padding: 8px 24px;
  color: #fdfdfd;
  background: #250cac;
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid transparent;
}
body .cta-md:hover {
  background: #fdfdfd;
  color: #250cac;
  border: 1px solid #250cac;
}
body .cta-md-2 {
  padding: 8px 24px;
  color: #250cac;
  background: #fdfdfd;
  border: 1px solid #250cac;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid #250cac;
}
body .cta-md-2:hover {
  background: #250cac;
  color: #fdfdfd;
  border: 1px solid transparent;
}
body .cta-sm {
  padding: 8px 24px;
  color: #fdfdfd;
  background: #250cac;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 8px;
  border: 1px solid #fdfdfd;
}
body .cta-sm:hover {
  background: #fdfdfd;
  color: #250cac;
  border: 1px solid #250cac;
}
body .cta-sm-2 {
  padding: 8px 24px;
  color: #250cac;
  border: 1px solid #250cac;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
}
body .cta-sm-2:hover {
  background: #250cac;
  color: #fdfdfd;
  border: 1px solid #250cac;
}

.custom-container .nav-bar {
  z-index: 10;
  background: #fdfdfd;
  padding-bottom: 12px;
  padding-top: 5px;
}
.custom-container .nav-bar .nav-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .brand img {
  max-width: 140px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .brand-wrap .brand img {
    max-width: 160px;
  }
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details .details {
  font-size: 14px;
  color: #171717;
  text-decoration: none;
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .brand-wrap .contact-details .details {
    font-size: 18px;
  }
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap {
  display: none;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #e6e9f9;
  padding: 8px 8px 8px 40px;
  border-radius: 48px;
  /* Desvices other than small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .nav-link-wrap {
    display: flex;
  }
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link {
  font-size: 16px;
  font-weight: medium;
  color: #171717;
  padding: 4px 0px;
  border-radius: 12px;
  color: #171717;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link:hover {
  color: #250cac;
  text-decoration: underline;
  text-decoration-color: #ffa700;
  text-underline-offset: 4px;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link .dropdown-menu {
  padding: 24px 20px;
  border-radius: 20px;
  z-index: 99;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: medium;
  color: #171717;
  padding: 8px 16px;
  border-radius: 12px;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link .dropdown-menu .dropdown-item:hover {
  color: #250cac;
  background: #e8ebff;
}
.custom-container .nav-bar .nav-bar-wrap .nav-link-wrap .nav-link:hover {
  color: #250cac;
  text-decoration: underline;
}
.custom-container .nav-bar .nav-bar-wrap .menu-btn {
  /* Extra small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .menu-btn {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu {
  position: fixed;
  background: #fdfdfd;
  inset: 0;
  z-index: 10;
  /* Extra small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .toggle-menu {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 5px;
  padding-right: var(--bs-gutter-x, 0.75rem);
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav .brand img {
  max-width: 140px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav .menu-btn {
  /* Extra small devices (phones, 1024px and down) */
}
@media only screen and (min-width: 1024px) {
  .custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-menu-nav .menu-btn {
    display: none;
  }
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 8px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link {
  font-size: 20px;
  font-weight: medium;
  color: #171717;
  padding: 8px 16px;
  border-radius: 12px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link .dropdown-menu {
  padding: 24px 20px;
  border-radius: 20px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: medium;
  color: #171717;
  padding: 8px 16px;
  border-radius: 12px;
  margin-top: 8px;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link .dropdown-menu .dropdown-item:hover {
  color: #250cac;
  background: #e8ebff;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .nav-link:hover {
  color: #250cac;
  background: #e8ebff;
}
.custom-container .nav-bar .nav-bar-wrap .toggle-menu .toggle-nav-link-wrap .cta-md {
  margin-top: 4px;
}
.custom-container .hero {
  height: 82vh;
  margin-top: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: -1;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .hero {
    height: 100vh;
  }
}
.custom-container .hero .hero-wrap {
  height: 82vh;
  padding-top: 32px;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .hero .hero-wrap {
    height: 100vh;
  }
}
.custom-container .hero .hero-wrap .hero-content {
  padding: 0px 180px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 1200px) {
  .custom-container .hero .hero-wrap .hero-content {
    padding: 24px 12px;
  }
}
.custom-container .hero .hero-wrap .hero-content .hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .hero .hero-wrap .hero-content .hero-title {
    font-size: 44px;
  }
}
.custom-container .hero .hero-wrap .hero-content .sub-title {
  font-size: 24px;
  font-weight: 500;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .hero .hero-wrap .hero-content .sub-title {
    font-size: 20px;
  }
}
.custom-container .hero .hero-wrap .hero-content .body-text-wrap {
  padding: 0px 160px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .hero .hero-wrap .hero-content .body-text-wrap {
    padding: 0px 32px;
  }
}
.custom-container .hero .hero-wrap .hero-content .body-text-wrap .body-text {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 400;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .hero .hero-wrap .hero-content .body-text-wrap .body-text {
    font-size: 18px;
  }
}
.custom-container .hero .hero-wrap .hero-content .banner-btn {
  margin-top: 36px;
}
.custom-container .body .about {
  margin: 100px 0px 100px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about {
    margin: 60px 0px;
  }
}
.custom-container .body .about .about-head {
  padding-bottom: 32px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about .about-head {
    text-align: center;
  }
}
.custom-container .body .about .about-head .about-sub-text {
  margin-top: 20px;
}
.custom-container .body .about .about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area {
  min-height: 400px;
  background: #e8ebff;
  padding: 52px 32px;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .card-tag-top {
  color: #fdfdfd;
  background: #171717;
  padding: 6px 12px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 8px;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .card-title {
  font-size: 24px;
  margin-top: 16px;
  font-weight: 500;
  margin-right: 50px;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .card-body-text-grp {
  color: #171717;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .card-body-text-grp .introduction-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-container .body .about .about-content .row-1 .card .card-content-area .cta {
  margin-top: 10px;
}
.custom-container .body .about .about-content .row-1 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about .about-content .row-1 .img-wrap {
    margin-top: 20px;
  }
}
.custom-container .body .about .about-content .row-1 .img-wrap .about-img {
  width: 100%;
  height: 400px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .about .about-content .row-1 .img-wrap .about-img {
    height: auto;
  }
}
.custom-container .body .objectives {
  margin: 60px 0px 80px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives {
    margin: 40px 0px;
  }
}
.custom-container .body .objectives .about-head {
  padding-bottom: 32px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .about-head {
    text-align: center;
  }
}
.custom-container .body .objectives .about-head .title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .about-head .title {
    font-size: 2rem;
  }
}
.custom-container .body .objectives .about-head .about-sub-text {
  margin-top: 20px;
}
.custom-container .body .objectives .about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-container .body .objectives .about-content .row-2 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .about-content .row-2 .img-wrap {
    margin: 40px 0px;
  }
}
.custom-container .body .objectives .about-content .row-2 .img-wrap .about-img {
  width: 100%;
  height: 400px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .objectives .about-content .row-2 .img-wrap .about-img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-container .body .objectives .about-content .row-2 .card-content-area {
  min-height: 400px;
  background: #e8ebff;
  padding: 32px;
}
.custom-container .body .objectives .about-content .row-2 .card-content-area .card-tag-top {
  color: #fdfdfd;
  background: #171717;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 8px;
}
.custom-container .body .objectives .about-content .row-2 .card-content-area .card-title {
  font-size: 2rem;
  color: #171717;
  margin-top: 16px;
  font-weight: 500;
}
.custom-container .body .objectives .about-content .row-2 .card-content-area .card-body-text-grp {
  margin-top: 20px;
  color: #171717;
}
.custom-container .body .objectives .about-content .row-2 .card-content-area .card-body-text-grp .card-text-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-container .body .objectives .about-content .row-2 .card-content-area .cta {
  margin-top: 20px;
}
.custom-container .body .services {
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services {
    padding: 20px 0px;
  }
}
.custom-container .body .services .service-head {
  text-align: start;
  padding-bottom: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services .service-head {
    text-align: center;
  }
}
.custom-container .body .services .service-card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 470px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services .service-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .body .services .service-card-wrap .card .card-img-top {
  height: 240px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .services .service-card-wrap .card .card-img-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-container .body .services .service-card-wrap .card .card-body {
  background: #e6e9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
.custom-container .body .services .service-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  color: #250cac;
}
.custom-container .body .services .service-card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
}
.custom-container .body .services .cta-grp {
  text-align: center;
}
.custom-container .body .services .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .body .gen-activities {
  padding: 60px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities {
    padding: 40px 0px;
  }
}
.custom-container .body .gen-activities .gen-head {
  text-align: center;
  padding: 0px 150px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .gen-head {
    padding: 0px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .gen-head {
    text-align: center;
  }
}
.custom-container .body .gen-activities .stack-holder {
  padding: 60px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder {
    padding: 20px 0px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 {
  padding: 12px 0px;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-1 {
    margin-top: 16px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card {
  min-height: 340px;
  padding: 24px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 440px;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3607843137);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 {
    margin-top: 12px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #e8ebff;
  border-radius: 16px;
  min-height: 440px;
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .areas ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .areas ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-1 .card-2 .text-box .cta {
  margin-top: 20px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 {
  padding: 12px 0px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-1 {
    margin-top: 20px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card {
  min-height: 340px;
  padding: 24px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 460px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.4705882353);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #250cac;
  border-radius: 16px;
  min-height: 460px;
  color: #fdfdfd;
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .areas ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .areas ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.custom-container .body .gen-activities .stack-holder .stack-2 .card-2 .text-box .cta {
  margin-top: 20px;
}
.custom-container .body .donation {
  padding: 20px 0 80px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .donation {
    padding: 40px 0 120px;
  }
}
.custom-container .body .donation .donation-wrap {
  justify-content: center;
  align-items: start;
  border-radius: 32px;
}
.custom-container .body .donation .donation-wrap .donation-head {
  text-align: start;
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .donation .donation-wrap .donation-head {
    text-align: center;
  }
}
.custom-container .body .donation .donation-wrap .donation-head .title {
  font-size: 3rem;
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card {
  background: #e6e9f9;
  border-radius: 16px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .donation .donation-wrap .donation-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  color: #250cac;
}
.custom-container .body .donation .donation-wrap .donation-card-wrap .card .card-body .card-text {
  margin-top: 12px;
}
.custom-container .body .donation .donation-wrap .cta-grp {
  text-align: center;
}
.custom-container .body .donation .donation-wrap .cta-grp .donation-btn {
  margin-top: 60px;
}
.custom-container .body .achievments {
  padding: 60px 0px;
  justify-content: center;
  align-items: center;
  background-position: cover;
  background-repeat: no-repeat;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .achievments {
    padding: 40px 0px;
  }
}
.custom-container .body .achievments .achievments-sec-wrap {
  padding: 24px;
  border-radius: 32px;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-head {
  text-align: center;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-head .title {
  font-size: 3rem;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap {
  padding-top: 100px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap {
    padding-top: 60px;
  }
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap .card {
  text-align: start;
  padding: 60px 24px 24px 24px;
  border-radius: 20px;
  background: #e8ebff;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap .card .card-img {
  width: 44px;
  margin-bottom: 2rem;
}
.custom-container .body .achievments .achievments-sec-wrap .achievments-card-wrap .card .card-body-text {
  margin-top: 32px;
  font-size: 14px;
}
.custom-container .body .testimonial {
  padding: 60px 0px 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial {
    padding: 80px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-head {
  text-align: center;
  margin-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-head {
    padding: 0px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-head .test-title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-head .test-title {
    font-size: 40px;
    line-height: 160%;
  }
}
.custom-container .body .testimonial .test-wrap .test-content {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-content {
    padding-top: 40px;
  }
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel {
  padding: 40px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-content .owl-carousel {
    padding: 0px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card {
  margin: 20px 20px;
  border-radius: 16px;
  overflow: hidden;
  padding: 32px;
  background: #e6e9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card {
    margin: 12px 0px;
  }
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap {
  width: 90px;
  height: 110px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .card-title {
  font-size: 20px;
  color: #250cac;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .sub-title {
  font-size: 14px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .card-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 180%;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta {
  text-decoration: none;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more {
  font-size: 12px;
  color: #250cac;
}
.custom-container .body .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more:hover {
  color: #250cac;
}
.custom-container .body .project {
  padding: 40px 0 80px;
  justify-content: center;
  align-items: center;
}
.custom-container .body .project .project-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .project .project-head {
    text-align: center;
    padding-bottom: 60px;
  }
}
.custom-container .body .project .project-head .title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .project .project-head .title {
    font-size: 2rem;
  }
}
.custom-container .body .project .card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 410px;
  padding: 20px;
  background: #e6e9f9;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .body .project .card-wrap .card {
    margin: 12px 0px;
    min-height: 460px;
  }
}
.custom-container .body .project .card-wrap .card .card-img-top {
  border-radius: 12px;
  min-height: 180px;
}
.custom-container .body .project .card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  margin-top: 20px;
}
.custom-container .body .project .card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #250cac;
}
.custom-container .body .project .card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
  font-size: 13px;
}
.custom-container .body .project .cta-grp {
  text-align: center;
}
.custom-container .body .project .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .about-body .institution .intitution-wrap {
  margin-top: 40px;
  padding: 100px 0px;
  text-align: center;
  background: #e6e9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .about-body .institution .intitution-wrap {
    padding: 60px 0px 20px;
  }
}
.custom-container .about-body .institution .intitution-wrap .institution-content .sec-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .about-body .institution .intitution-wrap .institution-content .sec-title {
    font-size: 40px;
    line-height: 180%;
  }
}
.custom-container .about-body .institution .intitution-wrap .institution-content .para {
  margin-top: 60px;
  padding: 0px 10%;
  font-size: 20px;
  line-height: 190%;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .about-body .institution .intitution-wrap .institution-content .para {
    padding: 20px;
    font-size: 14px;
    line-height: 180%;
  }
}
.custom-container .introduction {
  margin: 120px 0px 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .introduction {
    margin: 80px 0px;
  }
}
.custom-container .introduction .introduction-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .introduction .introduction-head {
    text-align: center;
    padding-bottom: 60px;
  }
}
.custom-container .introduction .introduction-wrap {
  padding: 60px 40px;
  background: #e6e9f9;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-title-2 {
  color: #250cac;
}
@media only screen and (max-width: 600px) {
  .custom-container .introduction .introduction-wrap {
    padding: 60px 28px 28px;
  }
}
.custom-container .introduction .introduction-wrap .introduction-img .img-wrap {
  display: flex;
}
.custom-container .introduction .introduction-wrap .introduction-img .img-wrap .about-img {
  width: 100%;
  border-radius: 16px;
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-title-2 {
  font-size: 2rem;
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-body {
  margin-top: 20px;
}
.custom-container .introduction .introduction-wrap .introduction-text .introduction-list li {
  margin-top: 12px;
}
.custom-container .recognition {
  margin: 140px 0px 80px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .recognition {
    margin: 80px 0px;
  }
}
.custom-container .recognition .construction-head {
  text-align: center;
  padding-bottom: 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .recognition .construction-head {
    padding-bottom: 60px;
  }
}
.custom-container .recognition .construction-wrap {
  padding: 60px 40px;
  background: #e6e9f9;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .recognition .construction-wrap .construction-title-2 {
  color: #250cac;
}
@media only screen and (max-width: 600px) {
  .custom-container .recognition .construction-wrap {
    padding: 40px 28px;
  }
}
.custom-container .recognition .construction-wrap .construction-img .img-wrap {
  display: flex;
}
.custom-container .recognition .construction-wrap .construction-img .img-wrap .about-img {
  width: 100%;
  border-radius: 16px;
}
.custom-container .recognition .construction-wrap .construction-text .introduction-sub-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.custom-container .recognition .construction-wrap .construction-text .construction-body {
  margin-top: 20px;
}
.custom-container .recognition .construction-wrap .construction-text .construction-list li {
  margin-top: 12px;
}
.custom-container .service-body .services {
  padding: 80px 0;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services {
    padding: 40px 0px;
  }
}
.custom-container .service-body .services .service-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-head {
    text-align: center;
  }
}
.custom-container .service-body .services .service-head .title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-head .title {
    font-size: 40px;
    line-height: 160%;
  }
}
.custom-container .service-body .services .service-card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 470px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .service-body .services .service-card-wrap .card .card-img-top {
  height: 240px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .services .service-card-wrap .card .card-img-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-container .service-body .services .service-card-wrap .card .card-body {
  background: #e6e9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
.custom-container .service-body .services .service-card-wrap .card .card-body .card-title {
  font-size: 24px;
  color: #250cac;
}
.custom-container .service-body .services .service-card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
}
.custom-container .service-body .services .cta-grp {
  text-align: center;
}
.custom-container .service-body .services .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .service-body .service-page {
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page {
    padding: 40px 12px;
  }
}
.custom-container .service-body .service-page .service-head {
  text-align: start;
  padding-bottom: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .service-head {
    text-align: center;
  }
}
.custom-container .service-body .service-page .service-head .service-sub-text {
  font-size: 18px;
}
.custom-container .service-body .service-page .service-img .img-wrap {
  display: flex;
}
.custom-container .service-body .service-page .service-img .img-wrap .service-img {
  width: 100%;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .service-img .img-wrap .service-img {
    height: 280px;
  }
}
.custom-container .service-body .service-page .service-description {
  padding: 40px 0;
}
.custom-container .service-body .service-page .service-description .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.custom-container .service-body .service-page .service-description .row .card-1 .card-content-area .title {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
  color: #250cac;
}
.custom-container .service-body .service-page .service-description .row .card-2 .card-content-area {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
  margin-top: 20px;
}
.custom-container .service-body .service-page .service-description .row .card-2 .card-content-area .terms {
  font-size: 12px;
}
.custom-container .service-body .service-page .service-description .row .card-2 .card-content-area .cta-grp {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
}
.custom-container .service-body .service-page .featured {
  padding: 120px 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured {
    padding: 80px 0px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap {
  border-radius: 32px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .achievments-head {
  text-align: center;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .achievments-head .title {
  font-size: 3rem;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap {
  padding-top: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap {
    padding-top: 60px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap .card {
  text-align: start;
  padding: 60px 24px 24px 24px;
  border-radius: 16px;
  background: #e8ebff;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap .card .card-img {
  width: 44px;
  margin-bottom: 2rem;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-stat-wrap .card .card-body-text {
  margin-top: 32px;
  font-size: 14px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap {
  padding: 12px 0px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 {
    margin-top: 20px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card {
  min-height: 340px;
  padding: 24px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 440px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3647058824);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 {
    margin-top: 24px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #250cac;
  border-radius: 16px;
  min-height: 440px;
  color: #fdfdfd;
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .service-body .service-page .featured .featured-sec-wrap .featured-acivities-wrap .card-2 .text-box .cta {
  margin-top: 32px;
}
.custom-container .service-body .service-page .testimonial {
  padding: 120px 0px 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial {
    padding: 80px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-head {
  text-align: center;
  margin-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-head {
    padding: 0px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-head .test-title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-head .test-title {
    font-size: 40px;
    line-height: 160%;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-content {
    padding-top: 40px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel {
  padding: 80px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel {
    padding: 0px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card {
  margin: 20px 12px;
  border-radius: 16px;
  overflow: hidden;
  padding: 32px;
  background: #e6e9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card {
    margin: 12px 0px;
  }
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap {
  width: 90px;
  height: 110px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .card-title {
  font-size: 20px;
  color: #250cac;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-top .title-box .sub-title {
  font-size: 14px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .card-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 180%;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta {
  text-decoration: none;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more {
  font-size: 12px;
  color: #250cac;
}
.custom-container .service-body .service-page .testimonial .test-wrap .test-content .owl-carousel .card .card-body .cta .read-more:hover {
  color: #250cac;
}
.custom-container .gallery-body {
  padding: 60px 0px 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body {
    padding: 20px 0px 80px;
  }
}
.custom-container .gallery-body .gallery-wrap .gallery-car {
  background: #e6e9f9;
  padding: 32px;
  border-radius: 16px;
}
.custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-head {
  text-align: center;
  margin-top: 32px;
}
.custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-head .gallery-car-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-head .gallery-car-title {
    font-size: 36px;
  }
}
.custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-content {
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-content {
    padding: 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-content .owl-carousel {
  margin-top: 20px;
}
.custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-content .owl-carousel .gallery-item {
  overflow: hidden;
}
.custom-container .gallery-body .gallery-wrap .gallery-car .gallery-car-content .owl-carousel .gallery-item img {
  border-radius: 12px;
  width: 100%;
  min-height: 160px;
}
.custom-container .gallery-body .gallery-wrap .photo-gallery {
  padding: 140px 0px 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery {
    padding: 40px 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content {
    padding: 20px 0px 20px 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content .head {
  font-size: 3rem;
  margin-bottom: 8px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content .head {
    font-size: 40px;
    line-height: 180%;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-heading .text-content {
    text-align: center;
    padding: 0px 16px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container {
  padding-top: 32px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container {
    justify-content: center;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item {
  width: 315px;
  cursor: pointer;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item {
    width: 380px;
  }
}
.custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item .gallery-img {
  width: 100%;
  border-radius: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .photo-gallery .gallery-container .gallery-item .gallery-img {
    min-width: 360px;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery {
  margin: 120px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .video-gallery {
    margin: 60px 0px;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 40px px 40px px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content {
    text-align: center;
    padding: 0px 16px;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content .head {
  font-size: 3rem;
  margin-bottom: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .gallery-body .gallery-wrap .video-gallery .gallery-heading .text-content .head {
    font-size: 40px;
    line-height: 180%;
  }
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-wrap {
  margin-top: 60px;
}
.custom-container .gallery-body .gallery-wrap .video-gallery .gallery-wrap .gallery-item {
  display: flex;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}
.custom-container .contact-body {
  padding: 80px 0px;
}
.custom-container .contact-body .contact-info {
  padding: 12px;
}
.custom-container .contact-body .contact-info .contact-title {
  font-size: 3rem;
}
.custom-container .contact-body .contact-info .office-details {
  margin-top: 32px;
}
.custom-container .contact-body .contact-info .office-details .address {
  font-size: 1.2rem;
  margin-top: 20px;
}
.custom-container .contact-body .contact-info .office-details .email-link {
  font-size: 1.2rem;
  text-decoration: none;
  color: #1d1d1d;
}
.custom-container .contact-body .contact-info .office-details .num-grp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-container .contact-body .contact-info .office-details .num-grp a {
  color: #171717;
  text-decoration: none;
}
.custom-container .contact-body .contact-info .office-details .num-grp .contat-number {
  margin-top: 8px;
  font-size: 1rem;
}
.custom-container .contact-body .contact-card {
  background: rgba(249, 249, 249, 0.9098039216);
  padding: 52px 40px;
  border-radius: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .contact-body .contact-card {
    padding: 24px;
    margin-top: 80px;
  }
}
.custom-container .contact-body .contact-card .contact-card-head .heading {
  color: #250cac;
  font-weight: 600;
}
.custom-container .contact-body .contact-card .contact-form {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.custom-container .contact-body .contact-card .contact-form #full_name,
.custom-container .contact-body .contact-card .contact-form #email,
.custom-container .contact-body .contact-card .contact-form #phone,
.custom-container .contact-body .contact-card .contact-form #message {
  padding: 12px 16px;
  margin-top: 12px;
  border-radius: 10px;
}
.custom-container .contact-body .contact-card .contact-form #contact-btn {
  margin-top: 20px;
}
.custom-container .objective-body {
  padding: 80px 0px;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body {
    padding: 40px 12px;
  }
}
.custom-container .objective-body .objective-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body .objective-head {
    padding-bottom: 40px;
  }
}
.custom-container .objective-body .objective-head .title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body .objective-head .title {
    font-size: 2rem;
    line-height: 180%;
  }
}
.custom-container .objective-body .objective-card-wrap .card {
  border-radius: 16px;
  overflow: hidden;
  background: #e6e9f9;
  min-height: 260px;
  margin-top: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .objective-body .objective-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .objective-body .objective-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .objective-body .objective-card-wrap .card .card-body .card-title {
  margin-top: 8px;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #250cac;
}
.custom-container .objective-body .objective-card-wrap .card .card-body .card-text {
  margin-top: 12px;
  font-size: 13px;
}
.custom-container .objective-body .cta-grp {
  text-align: center;
}
.custom-container .objective-body .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .architecture-body {
  padding: 40px 0px 80px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body {
    padding: 40px 0px;
  }
}
.custom-container .architecture-body .architecture-wrap {
  padding: 40px 0px 60px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body .architecture-wrap {
    padding: 20px 0px;
  }
}
.custom-container .architecture-body .architecture-wrap .architecture-head .architecture-title {
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .architecture-body .architecture-wrap .architecture-content {
  margin-top: 20px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body .architecture-wrap .architecture-content {
    margin-top: 28px;
  }
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card {
  margin-top: 16px;
  padding-bottom: 20px;
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-title {
    font-weight: 500;
    font-size: 18px;
  }
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-img-top {
  height: auto;
}
.custom-container .architecture-body .architecture-wrap .architecture-content .arc-wrap .arc-card .item .card .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap {
  padding: 80px 0px 100px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .committee-body .committee-wrap {
    padding: 40px 0px;
  }
}
.custom-container .committee-body .committee-wrap .committee-head {
  text-align: center;
  padding: 0px 200px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .committee-body .committee-wrap .committee-head {
    padding: 0px 12px;
  }
}
.custom-container .committee-body .committee-wrap .com-structure {
  margin-top: 40px;
  padding: 0px 40px;
  background: #fdfdfd;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .committee-body .committee-wrap .com-structure {
    padding: 0px 0px;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-title {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .committee-body .committee-wrap .com-structure .sec-title {
    line-height: 180%;
  }
}
.custom-container .committee-body .committee-wrap .com-structure .sec-1 .card-wrap .card {
  background: #e6e9f9;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-1 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-2 .card-wrap .card {
  background: #e6e9f9;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-2 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-4 .card-wrap .card {
  background: #e6e9f9;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-4 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-3 .card-wrap .card {
  min-height: 310px;
  background: #e6e9f9;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-3 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-5 .card-wrap .card {
  border-radius: 8px;
  background: #e6e9f9;
  padding: 4px 0px;
}
.custom-container .committee-body .committee-wrap .com-structure .sec-5 .card-wrap .card .card-body .card-text {
  font-style: italic;
}
.custom-container .committee-body .committee-wrap .com-structure .sec {
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .sec-head .sec-title {
  margin: 40px 0;
  text-align: center;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .card-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-container .committee-body .committee-wrap .com-structure .sec .card-wrap .card {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
}
.custom-container .activities-body .recent-activities {
  padding: 80px 0;
  justify-content: center;
  align-items: center;
}
.custom-container .activities-body .recent-activities .activities-head {
  text-align: start;
  padding-bottom: 12px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities .activities-head {
    padding-bottom: 28px;
    text-align: center;
  }
}
.custom-container .activities-body .recent-activities .activities-head .activities-sub-text {
  padding-right: 400px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities .activities-head .activities-sub-text {
    padding-right: 0px;
  }
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card {
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  margin-top: 20px;
  background: #e6e9f9;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .recent-activities .activities-card-wrap .card {
    margin-top: 12px;
  }
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-img-top {
  min-height: 200px;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #250cac;
}
.custom-container .activities-body .recent-activities .activities-card-wrap .card .card-body .card-text {
  margin-top: 12px;
  font-size: 13px;
}
.custom-container .activities-body .recent-activities .cta-grp {
  text-align: center;
}
.custom-container .activities-body .recent-activities .cta-grp .project-btn {
  margin-top: 60px;
}
.custom-container .activities-body .gen-activities {
  padding: 80px 0px 40px;
}
.custom-container .activities-body .gen-activities .gen-head {
  text-align: center;
  padding: 0px 100px;
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .gen-head {
    padding: 0px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .gen-head {
    text-align: center;
  }
}
.custom-container .activities-body .gen-activities .stack-holder {
  padding: 40px 0px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 {
  padding: 12px 0px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card {
  min-height: 340px;
  padding: 24px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 440px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3647058824);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #e8ebff;
  border-radius: 16px;
  min-height: 440px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-1 .card-2 .text-box .cta {
  margin-top: 32px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 {
  padding: 12px 0px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 {
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 {
    margin-top: 20px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card {
  min-height: 340px;
  padding: 24px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 460px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .card-title {
  font-size: 1.5rem;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text {
  background: rgba(0, 0, 0, 0.3647058824);
  border-radius: 8px;
  border: 1px solid #fdfdfd;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-1 .card .text-stack .body-text p {
  margin: 6px 20px;
  color: rgba(249, 249, 249, 0.9098039216);
  font-size: 14px;
  font-weight: 500;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box {
  padding: 52px 40px 40px;
  min-height: 340px;
  background: #250cac;
  border-radius: 16px;
  min-height: 460px;
  color: #fdfdfd;
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
  font-size: 16px;
  margin-top: 20px;
  border-radius: 16px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .body-text {
    margin-top: 20px;
  }
}
.custom-container .activities-body .gen-activities .stack-holder .stack-2 .card-2 .text-box .cta {
  margin-top: 32px;
}
.custom-container .activities-body .project {
  padding: 60px 0;
  justify-content: center;
  align-items: center;
}
.custom-container .activities-body .project .project-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .project .project-head {
    text-align: center;
    padding-bottom: 60px;
  }
}
.custom-container .activities-body .project .project-head .title {
  font-size: 3rem;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .project .project-head .title {
    font-size: 2rem;
  }
}
.custom-container .activities-body .project .card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 410px;
  padding: 20px;
  background: #e6e9f9;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .project .card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .activities-body .project .card-wrap .card .card-img-top {
  border-radius: 12px;
  min-height: 180px;
}
.custom-container .activities-body .project .card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  margin-top: 20px;
}
.custom-container .activities-body .project .card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.custom-container .activities-body .project .card-wrap .card .card-body .card-text {
  margin-top: 10px;
  line-height: 120%;
  font-size: 13px;
}
.custom-container .activities-body .project .cta-grp {
  text-align: center;
}
.custom-container .activities-body .project .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .activities-body .apeal {
  margin: 60px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .apeal {
    margin: 40px 0px;
  }
}
.custom-container .activities-body .apeal .apeal-head {
  text-align: center;
  padding-bottom: 100px;
}
.custom-container .activities-body .apeal .apeal-wrap {
  padding: 60px 40px;
  background: #e6e9f9;
  border-radius: 32px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .activities-body .apeal .apeal-wrap {
    padding: 40px 28px;
  }
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-img .img-wrap {
  display: flex;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-img .img-wrap .about-img {
  width: 100%;
  border-radius: 12px;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-title-2 {
  color: #250cac;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-body-text {
  margin-top: 44px;
  line-height: 170%;
}
.custom-container .activities-body .apeal .apeal-wrap .apeal-text .apeal-list li {
  margin-top: 12px;
}
.custom-container .donation-body .donation {
  padding: 80px 0 120px;
}
.custom-container .donation-body .donation .donation-wrap {
  justify-content: center;
  align-items: start;
  border-radius: 32px;
}
.custom-container .donation-body .donation .donation-wrap .donation-head {
  text-align: start;
  padding: 40px 0px;
}
.custom-container .donation-body .donation .donation-wrap .donation-head .title {
  font-size: 3rem;
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card {
  background: #e6e9f9;
  border-radius: 16px;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card .card-body {
  padding: 24px;
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card .card-body .card-title {
  font-size: 1.5rem;
}
.custom-container .donation-body .donation .donation-wrap .donation-card-wrap .card .card-body .card-text {
  margin-top: 12px;
}
.custom-container .donation-body .donation .donation-wrap .cta-grp {
  text-align: center;
}
.custom-container .donation-body .donation .donation-wrap .cta-grp .donation-btn {
  margin-top: 60px;
}
.custom-container .testimonial-body .testimonial {
  padding: 120px 0;
  justify-content: center;
  align-items: center;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .testimonial-body .testimonial {
    padding: 40px 12px;
  }
}
.custom-container .testimonial-body .testimonial .testimonial-head {
  text-align: start;
  padding-bottom: 40px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .testimonial-body .testimonial .testimonial-head {
    text-align: center;
  }
}
.custom-container .testimonial-body .testimonial .testimonial-head .title {
  font-size: 3rem;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px;
  background: #e6e9f9;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .testimonial-body .testimonial .testimonial-card-wrap .card {
    margin: 12px 0px;
  }
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .img-wrap {
  width: 90px;
  height: 110px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .img-wrap .img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .title-box {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-top: 20px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .title-box .card-title {
  font-size: 28px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-top .title-box .sub-title {
  font-size: 16px;
  margin-bottom: 0px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin-top: 20px;*/
  padding: 0px;
}
.custom-container .testimonial-body .testimonial .testimonial-card-wrap .card .card-body .card-text {
  /*font-family: 14px;
  margin-top: 10px;*/
  line-height: 180%;
}
.custom-container .testimonial-body .testimonial .cta-grp {
  text-align: center;
}
.custom-container .testimonial-body .testimonial .cta-grp .service-btn {
  margin-top: 60px;
}
.custom-container .footer {
  background: #e6e9f9;
  color: #1d1d1d;
  padding: 80px 0px 0px;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer {
    text-align: center;
  }
}
.custom-container .footer .footer-top {
  padding-bottom: 28px;
  text-align: end;
}
.custom-container .footer .footer-top .footer-sub-text {
  text-align: start;
  padding-right: 340px;
  font-size: 18px;
  font-weight: 400;
  color: #250cac;
  font-weight: 500;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-sub-text {
    padding-right: 0px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.custom-container .footer .footer-top .footer-head {
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .footer .footer-top .footer-head .footer-title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  /* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-head .footer-title {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .custom-container .footer .footer-top .footer-head {
    text-align: center;
  }
}
.custom-container .footer .footer-content {
  padding-top: 20px;
}
.custom-container .footer .footer-content .footer-sec-title {
  color: #250cac;
}
.custom-container .footer .footer-content .link-sec {
  margin-top: 32px;
  /* Extra small devices (phones, 600px and down) */
}
.custom-container .footer .footer-content .link-sec .footer-links .footer-link {
  color: #1d1d1d;
  text-decoration: none;
  margin-top: 6px;
}
.custom-container .footer .rights {
  padding-top: 60px;
}

/* Extra small devices (phones, 600px and down) */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0px 20px 0px #000000;
}

.sticky + .content {
  padding-top: 102px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #250cac;
  color: #fdfdfd;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 12px;
}
#myBtn img {
  width: 16px;
}

#myBtn:hover {
  background-color: #0b2b8b;
}/*# sourceMappingURL=style.css.map */