.member-directory .directory tbody tr td .view-details-bt, .member-directory .input-area .input-sec .search-btn, .cv_bank_page .input-area .input-sec .search-btn, .help_request_modal .modal-body .row .payment_details_submit, .help_request_page .help_desk_column .event-details .i_want_to_help, .blog-details-page .blog_sec .left_site_col .search_card .search-form .search-btn, .blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box .comment-submit-button, .register_page .register_wrapper .form form .form-group .submit_btn, .forgot_password_page .container .card .form .submit_button, .event-details-page .event-details .join_in_event,
.event-details-page .event-details .view_joined_members, .event-details-page .modal-footer .payment_details_submit, .event-details-page .modal-body .search_member_joined, .scholarship-details .event-content-wrapper .form_sec .scholarship_apply, .mission-page-section .mission-content .mission_btn, .all-job-section .filter-form .primary-btn, .job-details-wrapper .container .apply_btn, .job-details-wrapper .container .top_section .right_sec .apply_btn, .footer .footer-area .form .submit_btn, .navbar .right_btn_sec .primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--aa-brand, #36348e);
  border: 1px solid var(--aa-brand, #36348e);
  border-radius: 50px;
  padding: 8px 24px;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  transition: all 0.3s ease;
}
.member-directory .directory tbody tr td .view-details-bt:hover, .member-directory .input-area .input-sec .search-btn:hover, .cv_bank_page .input-area .input-sec .search-btn:hover, .help_request_modal .modal-body .row .payment_details_submit:hover, .help_request_page .help_desk_column .event-details .i_want_to_help:hover, .blog-details-page .blog_sec .left_site_col .search_card .search-form .search-btn:hover, .blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box .comment-submit-button:hover, .register_page .register_wrapper .form form .form-group .submit_btn:hover, .forgot_password_page .container .card .form .submit_button:hover, .event-details-page .event-details .join_in_event:hover,
.event-details-page .event-details .view_joined_members:hover, .event-details-page .modal-footer .payment_details_submit:hover, .event-details-page .modal-body .search_member_joined:hover, .scholarship-details .event-content-wrapper .form_sec .scholarship_apply:hover, .mission-page-section .mission-content .mission_btn:hover, .all-job-section .filter-form .primary-btn:hover, .job-details-wrapper .container .apply_btn:hover, .job-details-wrapper .container .top_section .right_sec .apply_btn:hover, .footer .footer-area .form .submit_btn:hover, .navbar .right_btn_sec .primary-btn:hover {
  background: #ffffff;
  color: var(--aa-brand, #36348e);
}

.slider-box .content .btn_sec .view-Gallery-btn, .contact-us-page .container .contact-column .btn_sec .submit-btn, .event-section .container .testimonial_section .content .join_us_btn, .scholarship-section .section-card .card-content .view-details, .all-job-section .btn_sec .view-Gallery-btn, .all-job-section .jobs-card .view-details-bt, .news-blog-section .container .btn_sec .view-Gallery-btn, .news-blog-section .container .blog-box .blog-content .view_details, .event-sec-wrapper .btn_sec .view-Gallery-btn, .event-sec-wrapper .testimonial_section .content .join_us_btn, .job-section .btn_sec .view-Gallery-btn, .job-section .jobs-card .view-details-bt, .navbar .right_btn_sec .secondary-btn, .navbar .mobile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--aa-brand, #36348e);
  border-radius: 50px;
  padding: 8px 24px;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--aa-brand, #36348e);
  transition: all 0.3s ease;
}
.slider-box .content .btn_sec .view-Gallery-btn:hover, .contact-us-page .container .contact-column .btn_sec .submit-btn:hover, .event-section .container .testimonial_section .content .join_us_btn:hover, .scholarship-section .section-card .card-content .view-details:hover, .all-job-section .btn_sec .view-Gallery-btn:hover, .all-job-section .jobs-card .view-details-bt:hover, .news-blog-section .container .btn_sec .view-Gallery-btn:hover, .news-blog-section .container .blog-box .blog-content .view_details:hover, .event-sec-wrapper .btn_sec .view-Gallery-btn:hover, .event-sec-wrapper .testimonial_section .content .join_us_btn:hover, .job-section .btn_sec .view-Gallery-btn:hover, .job-section .jobs-card .view-details-bt:hover, .navbar .right_btn_sec .secondary-btn:hover, .navbar .mobile-icon:hover {
  background: var(--aa-brand, #36348e);
  color: #ffffff;
}

/** Top Header*/
.top-header {
  background: #f9f9f9;
  padding: 7px 0px;
}
.top-header .top-header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.top-header .top-header-info a {
  color: #2d2c2b;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header .top-header-info a:hover {
  color: var(--aa-brand, #36348e);
}
.top-header .top-social-header .top-header-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-header .top-social-header .top-header-social a {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.top-header .top-social-header .top-header-social a svg rect {
  transition: all 0.3s ease;
}
.top-header .top-social-header .top-header-social a svg path {
  transition: all 0.3s ease;
}
.top-header .top-social-header .top-header-social a:hover {
  background: var(--aa-brand, #36348e);
}
.top-header .top-social-header .top-header-social a:hover svg rect {
  fill: var(--aa-brand, #36348e);
}
.top-header .top-social-header .top-header-social a:hover svg path {
  fill: #ffffff;
}

/** Navbar */
.navbar {
  background-color: #ffffff !important;
  height: 70px;
  border: none;
}
.navbar .btn-primary {
  background-color: var(--aa-brand, #36348e);
  border-color: var(--aa-brand, #36348e);
}
.navbar .mobile-icon {
  border-radius: 6px;
  color: var(--aa-brand, #36348e) !important;
}
.navbar .mobile-icon:hover {
  color: #ffffff !important;
}
.navbar .navbar-nav {
  gap: 32px;
}
.navbar .navbar-nav li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  padding: 0;
  transition: all 0.3s ease;
  padding: 5px 10px;
}
.navbar .navbar-nav li a:hover {
  font-weight: 500;
  color: var(--aa-brand, #36348e);
}
.navbar .right_btn_sec {
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .right_btn_sec .secondary-btn {
    display: none;
  }
}

.footer {
  background: #1e1d1d;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 350px) and (max-width: 575px) {
  .footer .container .row:first-child {
    row-gap: 20px;
  }
}
.footer .footer-area {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer .footer-area .footer-logo {
  max-width: 200px;
  max-height: 100px;
}
.footer .footer-area .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #b6b6b6;
}
.footer .footer-area .footer-social {
  display: flex;
  gap: 10px;
}
.footer .footer-area .footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.footer .footer-area .footer-social a:hover {
  background: var(--aa-brand, #36348e);
}
.footer .footer-area .footer-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}
.footer .footer-area .useful_link {
  padding-left: 0;
}
.footer .footer-area ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .footer .footer-area ul {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-area ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-area ul {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .footer-area ul {
    padding-left: 0;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .footer .footer-area ul {
    padding-left: 0;
  }
}
.footer .footer-area ul li,
.footer .footer-area ul a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #b6b6b6;
  margin-bottom: 0;
}
.footer .footer-area .newslatter_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #b6b6b6;
}
.footer .footer-area .form {
  position: relative;
}
.footer .footer-area .form .footer-input {
  background: rgba(255, 255, 255, 0.101961);
  border-radius: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-area .form .footer-input {
    width: 100%;
  }
}
.footer .footer-area .form .submit_btn {
  width: 73px;
  height: 47px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 69%;
  top: 12%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .footer .footer-area .form .submit_btn {
    left: 69%;
    top: 12%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-area .form .submit_btn {
    left: 62%;
    top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-area .form .submit_btn {
    top: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .footer-area .form .submit_btn {
    top: 10%;
  }
}
.footer .footer-area .form .submit_btn svg path {
  fill: #ffffff;
}
.footer .footer-area .form .submit_btn:hover svg path {
  fill: #1d1d1d;
}
.footer .footer-massage {
  background: #2b2b2b;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.footer .footer-massage p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}

.form-select,
.form-control {
  padding: 13px 16px !important;
  border: 1px solid #CFCFCF !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  margin: 0 !important;
}

.modal-content {
  background: #ffffff;
  border-radius: 24px;
}
.modal-content .modal-header {
  background: #f9f9f9;
  border-radius: 24px 24px 0px 0px;
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2d2c2b;
}
.modal-content .modal-header button {
  border: none;
  background: none;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
body {
  font-family: "Inter", sans-serif !important;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.page-banner {
  height: 352px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner .page-banner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.page-banner .page-banner-content .page-banner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 114%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.page-banner .page-banner-content ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-banner .page-banner-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #ffffff;
}
.page-banner .page-banner-content ul li:first-child a {
  text-decoration: underline;
}

.job-section {
  background-color: #ffffff;
  padding: 80px 0;
}
.job-section .container {
  display: flex;
  gap: 65px;
  flex-direction: column;
}
.job-section .jobs-card {
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.0705882);
  border-radius: 24px;
  height: 374px;
  transition: all 0.3s;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .job-section .jobs-card {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .job-section .jobs-card {
    height: 100%;
  }
}
.job-section .jobs-card .job_img {
  height: 100%;
  width: unset;
}
.job-section .jobs-card .job_description {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.job-section .jobs-card .job_description .job-title-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job-section .jobs-card .job_description .job-title-content .job-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2d2c2b;
  margin-bottom: 0;
}
.job-section .jobs-card .job_description .job-title-content .job-title-details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  margin-bottom: 0;
}
.job-section .jobs-card .view-details-bt {
  border-radius: 6px;
  width: 175px;
}
.job-section .jobs-card:hover {
  border: 1px solid var(--aa-brand, #36348e);
  transform: translateY(-3px);
}
.job-section .jobs-card:hover .job-title {
  color: var(--aa-brand, #36348e);
}
.job-section .jobs-card:hover .job-title-sub-text {
  color: #000000;
}
.job-section .jobs-card:hover .job-title-details {
  color: #000000 !important;
}
.job-section .jobs-card:hover .view-details-bt {
  color: var(--aa-brand, #36348e) !important;
}
.job-section .jobs-card:hover .view-details-bt:hover {
  background: var(--aa-brand, #36348e);
  color: #ffffff !important;
}
.job-section .jobs-card:hover .view-details-bt:hover svg path {
  fill: #ffffff;
}
.job-section .btn_sec {
  position: relative;
}
.job-section .btn_sec .view-Gallery-btn {
  height: 52px;
  display: flex !important;
}
.job-section .btn_sec .arrow-icon {
  width: 52px;
  height: 52px;
  background: var(--aa-brand, #36348e);
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 54.2%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .job-section .btn_sec .arrow-icon {
    left: 55.2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .job-section .btn_sec .arrow-icon {
    left: 56.2%;
  }
}
.job-section .btn_sec .arrow-icon svg {
  transform: rotate(325deg);
}
.job-section .btn_sec .arrow-icon svg path {
  fill: #ffffff;
}

.event-sec-wrapper {
  background: #f9f9f9;
  padding: 120px 0px;
}
.event-sec-wrapper .customPrevBtn,
.event-sec-wrapper .customNextBtn {
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.event-sec-wrapper .customPrevBtn svg path,
.event-sec-wrapper .customNextBtn svg path {
  transition: all 0.3s;
}
.event-sec-wrapper .customPrevBtn:hover,
.event-sec-wrapper .customNextBtn:hover {
  background: var(--aa-brand, #36348e);
}
.event-sec-wrapper .customPrevBtn:hover svg path,
.event-sec-wrapper .customNextBtn:hover svg path {
  fill: #ffffff;
}
.event-sec-wrapper .container {
  gap: 65px;
  display: flex;
  flex-direction: column;
}
.event-sec-wrapper .testimonial_section {
  display: flex;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-sec-wrapper .testimonial_section {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .event-sec-wrapper .testimonial_section {
    flex-direction: column;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .event-sec-wrapper .testimonial_section {
    flex-direction: column;
  }
}
.event-sec-wrapper .testimonial_section .image img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-sec-wrapper .testimonial_section .image img {
    width: 300px;
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .event-sec-wrapper .testimonial_section .image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .event-sec-wrapper .testimonial_section .image img {
    width: 100%;
    height: auto;
  }
}
.event-sec-wrapper .testimonial_section .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-sec-wrapper .testimonial_section .content .top_sec {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-sec-wrapper .testimonial_section .content .top_sec {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .event-sec-wrapper .testimonial_section .content .top_sec {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
}
.event-sec-wrapper .testimonial_section .content .content-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.event-sec-wrapper .testimonial_section .content .content-left span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #616670;
}
.event-sec-wrapper .testimonial_section .content .content-right {
  display: flex;
  gap: 20px;
}
.event-sec-wrapper .testimonial_section .content .content-right .countdown span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.event-sec-wrapper .testimonial_section .content .content-right .countdown h3 {
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--aa-brand, #36348e);
  margin-bottom: 0;
}
.event-sec-wrapper .testimonial_section .content .main_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-sec-wrapper .testimonial_section .content .main_content .event_title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  color: #2d2c2b;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-sec-wrapper .testimonial_section .content .main_content .event_title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-sec-wrapper .testimonial_section .content .main_content .event_title {
    font-size: 28px;
  }
}
.event-sec-wrapper .testimonial_section .content .main_content .event_details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.event-sec-wrapper .testimonial_section .content .join_us_btn {
  border-radius: 6px;
  width: 176px;
}
.event-sec-wrapper .testimonial_section .content .join_us_btn:hover svg path {
  fill: #ffffff;
}
.event-sec-wrapper .btn_sec {
  position: relative;
}
.event-sec-wrapper .btn_sec .view-Gallery-btn {
  height: 52px;
  display: flex !important;
}
.event-sec-wrapper .btn_sec .arrow-icon {
  width: 52px;
  height: 52px;
  background: var(--aa-brand, #36348e);
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 54.2%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .event-sec-wrapper .btn_sec .arrow-icon {
    left: 55.2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-sec-wrapper .btn_sec .arrow-icon {
    left: 56.2%;
  }
}
.event-sec-wrapper .btn_sec .arrow-icon svg {
  transform: rotate(325deg);
}
.event-sec-wrapper .btn_sec .arrow-icon svg path {
  fill: #ffffff;
}

.gallery-sec-wrapper {
  padding: 120px 0px;
}
.gallery-sec-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.gallery-sec-wrapper .portfolio-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.gallery-sec-wrapper .portfolio-container .filter-app {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.gallery-sec-wrapper .portfolio-container .portfolio-item {
  position: relative;
  width: 424px;
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .gallery-sec-wrapper .portfolio-container .portfolio-item {
    width: 96%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-sec-wrapper .portfolio-container .portfolio-item {
    width: 96%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery-sec-wrapper .portfolio-container .portfolio-item {
    width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .gallery-sec-wrapper .portfolio-container .portfolio-item {
    width: 100%;
  }
}
.gallery-sec-wrapper .portfolio-container .portfolio-item .portfolio-img img {
  border-radius: 16px;
}
.gallery-sec-wrapper .portfolio-container .portfolio-item .overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 400px;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 30%;
  border-radius: 16px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery-sec-wrapper .portfolio-container .portfolio-item .overlay {
    width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .gallery-sec-wrapper .portfolio-container .portfolio-item .overlay {
    width: 100%;
  }
}
.gallery-sec-wrapper .portfolio-container .portfolio-item .overlay .icon_sec {
  width: 60px;
  height: 60px;
  background: var(--aa-brand, #36348e);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-sec-wrapper .portfolio-container .portfolio-item .overlay .gallery-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gallery-sec-wrapper .portfolio-container .portfolio-item .overlay .gallery-info .gallery-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}
.gallery-sec-wrapper .portfolio-container .portfolio-item .overlay .gallery-info .gallery-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
.gallery-sec-wrapper .portfolio-container .portfolio-item:hover .overlay {
  opacity: 1;
}

.responsibility-sec-wrapper {
  padding: 120px 0px;
}
.responsibility-sec-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsibility-sec-wrapper .container .row {
    row-gap: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .responsibility-sec-wrapper .container .row {
    row-gap: 20px;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .responsibility-sec-wrapper .container .row {
    row-gap: 20px;
  }
}
.responsibility-sec-wrapper .container .box-wrapper {
  border: 1px solid #e4e4e4;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .responsibility-sec-wrapper .container .box-wrapper {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsibility-sec-wrapper .container .box-wrapper {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsibility-sec-wrapper .container .box-wrapper {
    height: 100%;
  }
}
.responsibility-sec-wrapper .container .box-wrapper .icon-box {
  width: 117px;
  min-height: 117px;
  border: 1px dashed var(--aa-brand, #36348e);
  border-radius: 58.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.responsibility-sec-wrapper .container .box-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.responsibility-sec-wrapper .container .box-wrapper .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .responsibility-sec-wrapper .container .box-wrapper .content .title {
    text-align: center;
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsibility-sec-wrapper .container .box-wrapper .content .title {
    text-align: center;
    font-size: 24px;
  }
}
.responsibility-sec-wrapper .container .box-wrapper .content .details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  text-align: center;
}

.countdown-section-wrapper {
  padding: 0px 0px 120px 0px;
}
.countdown-section-wrapper .main-wrapper {
  height: 160px;
  background: var(--aa-brand, #36348e);
  display: flex;
  align-items: center;
}
.countdown-section-wrapper .main-wrapper .main-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.countdown-section-wrapper .main-wrapper .main-card .single-card {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.countdown-section-wrapper .main-wrapper .main-card .single-card .content .number {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  color: #ffffff;
}
.countdown-section-wrapper .main-wrapper .main-card .single-card .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}

.news-blog-section {
  padding: 120px 0px;
  background-color: #f9f9f9;
}
.news-blog-section .customPrevBtn,
.news-blog-section .customNextBtn {
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.news-blog-section .customPrevBtn svg path,
.news-blog-section .customNextBtn svg path {
  transition: all 0.3s;
}
.news-blog-section .customPrevBtn:hover,
.news-blog-section .customNextBtn:hover {
  background: var(--aa-brand, #36348e);
}
.news-blog-section .customPrevBtn:hover svg path,
.news-blog-section .customNextBtn:hover svg path {
  fill: #ffffff;
}
.news-blog-section .container {
  gap: 65px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .news-blog-section .container .owl-item {
    width: 410px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .news-blog-section .container .owl-item {
    width: 410px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-section .container .owl-item {
    width: 410px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-section .container .owl-item {
    width: 410px;
  }
}
.news-blog-section .container .blog_row {
  display: flex;
  gap: 65px;
}
.news-blog-section .container .blog-box {
  background: #ffffff;
  border: 1px solid #f9f9f9;
  height: 610px;
  box-shadow: none;
  width: 410px;
}
@media (min-width: 350px) and (max-width: 575px) {
  .news-blog-section .container .blog-box {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .news-blog-section .container .blog-box {
    width: 100%;
  }
}
.news-blog-section .container .blog-box .blog-main-img {
  position: relative;
}
.news-blog-section .container .blog-box .blog-main-img .blog_img {
  height: 381px;
  width: 100%;
}
.news-blog-section .container .blog-box .blog-main-img .meta_date {
  position: absolute;
  bottom: 20px;
  width: 350px;
  height: 40px;
  padding: 0px 10px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 30px;
}
.news-blog-section .container .blog-box .blog-main-img .meta_date .date,
.news-blog-section .container .blog-box .blog-main-img .meta_date .created_by {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news-blog-section .container .blog-box .blog-main-img .meta_date .date p,
.news-blog-section .container .blog-box .blog-main-img .meta_date .created_by p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616670;
}
.news-blog-section .container .blog-box .blog-content .blog-title {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #171717;
  height: 140px;
}
.news-blog-section .container .blog-box .blog-content .view_details {
  border-radius: 6px;
  width: 176px;
}
.news-blog-section .container .blog-box .blog-content .view_details:hover svg path {
  fill: #ffffff;
}
.news-blog-section .container .btn_sec {
  position: relative;
}
.news-blog-section .container .btn_sec .view-Gallery-btn {
  height: 52px;
  display: flex !important;
}
.news-blog-section .container .btn_sec .arrow-icon {
  width: 52px;
  height: 52px;
  background: var(--aa-brand, #36348e);
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 54.2%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .news-blog-section .container .btn_sec .arrow-icon {
    left: 55.2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-section .container .btn_sec .arrow-icon {
    left: 56.2%;
  }
}
.news-blog-section .container .btn_sec .arrow-icon svg {
  transform: rotate(325deg);
}
.news-blog-section .container .btn_sec .arrow-icon svg path {
  fill: #ffffff;
}

.section-header-wrapper {
  padding: 0px;
}
.section-header-wrapper .section-header-name {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
  margin-bottom: 0;
}

.job-details-wrapper {
  padding: 80px 0;
}
.job-details-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.job-details-wrapper .container .top_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-details-wrapper .container .top_section .left_sec {
  display: flex;
  gap: 20px;
  align-items: center;
}
.job-details-wrapper .container .top_section .left_sec .company-logo {
  width: 160px;
  height: 160px;
  border: 1px solid #e4e4e4;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-details-wrapper .container .top_section .left_sec .company-name h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.job-details-wrapper .container .top_section .left_sec .company-name h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #727272;
}
.job-details-wrapper .container .top_section .right_sec .apply_btn {
  border-radius: 6px;
}
.job-details-wrapper .container .top_section .right_sec .apply_btn svg path {
  fill: #ffffff;
}
.job-details-wrapper .container .top_section .right_sec .apply_btn:hover svg path {
  fill: var(--aa-brand, #36348e);
}
.job-details-wrapper .container .main_section .about_company_title,
.job-details-wrapper .container .main_section .job_description_title,
.job-details-wrapper .container .main_section .job_requirement_title,
.job-details-wrapper .container .main_section .job_benefits_title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #2d2c2b;
}
.job-details-wrapper .container .main_section .col-md-8 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job-details-wrapper .container .main_section .about_company {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-details-wrapper .container .main_section .about_company .icon_section {
  display: flex;
  gap: 30px;
  align-items: center;
}
.job-details-wrapper .container .main_section .about_company .icon_section .icon_content {
  display: flex;
  gap: 8px;
  align-items: center;
}
.job-details-wrapper .container .main_section .about_company .icon_section .icon_content span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #727272;
}
.job-details-wrapper .container .main_section .job_description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-details-wrapper .container .main_section .job_description .job_description_content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.job-details-wrapper .container .main_section .job_requirement {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-details-wrapper .container .main_section .job_requirement .job_requirement_content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.job-details-wrapper .container .main_section .job_benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-details-wrapper .container .main_section .job_benefits .job_benefits_content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.job-details-wrapper .container .main_section .sidebar_card {
  background: #f9f9f9;
  border-radius: 24px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job-details-wrapper .container .main_section .sidebar_card div {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.job-details-wrapper .container .main_section .sidebar_card div .sidebar_title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2d2c2b;
}
.job-details-wrapper .container .main_section .sidebar_card div .sidebar_content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.job-details-wrapper .container .apply_btn {
  border-radius: 6px;
}
.job-details-wrapper .container .apply_btn svg path {
  fill: #ffffff;
}
.job-details-wrapper .container .apply_btn:hover svg path {
  fill: var(--aa-brand, #36348e);
}

.all-job-section {
  padding: 80px 0;
}
.all-job-section .filter-form {
  display: flex;
  gap: 24px;
}
.all-job-section .filter-form .primary-btn {
  border-radius: 0;
}
.all-job-section .jobs-card {
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.0705882);
  border-radius: 24px;
  height: 374px;
  transition: all 0.3s;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .all-job-section .jobs-card {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .all-job-section .jobs-card {
    height: 100%;
  }
}
.all-job-section .jobs-card .job_img {
  height: 100%;
  width: unset;
}
.all-job-section .jobs-card .job_description {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.all-job-section .jobs-card .job_description .job-title-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.all-job-section .jobs-card .job_description .job-title-content .job-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2d2c2b;
  margin-bottom: 0;
}
.all-job-section .jobs-card .job_description .job-title-content .job-title-details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  margin-bottom: 0;
}
.all-job-section .jobs-card .view-details-bt {
  border-radius: 6px;
  width: 175px;
}
.all-job-section .jobs-card:hover {
  border: 1px solid var(--aa-brand, #36348e);
  transform: translateY(-3px);
}
.all-job-section .jobs-card:hover .job-title {
  color: var(--aa-brand, #36348e);
}
.all-job-section .jobs-card:hover .job-title-sub-text {
  color: #000000;
}
.all-job-section .jobs-card:hover .job-title-details {
  color: #000000 !important;
}
.all-job-section .jobs-card:hover .view-details-bt:hover {
  background: var(--aa-brand, #36348e);
  color: #ffffff !important;
}
.all-job-section .jobs-card:hover .view-details-bt:hover svg path {
  fill: #ffffff;
}
.all-job-section .btn_sec {
  position: relative;
}
.all-job-section .btn_sec .view-Gallery-btn {
  height: 52px;
  display: flex !important;
}
.all-job-section .btn_sec .arrow-icon {
  width: 52px;
  height: 52px;
  background: var(--aa-brand, #36348e);
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 54.2%;
}
.all-job-section .btn_sec .arrow-icon svg {
  transform: rotate(325deg);
}
.all-job-section .btn_sec .arrow-icon svg path {
  fill: #ffffff;
}

.about_us_section {
  padding: 80px 0;
}
.about_us_section .about_img {
  width: unset;
}
.about_us_section .mission-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_us_section .mission-content .about_us_description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}

.history_section {
  padding: 80px 0;
}
.history_section .timeline:before {
  background: var(--aa-brand, #36348e);
}
.history_section .timeline .timeline-year {
  background-color: var(--aa-brand, #36348e);
  border-radius: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_section .timeline ul li:nth-child(odd):before {
  border: 4px solid var(--aa-brand, #36348e);
}
.history_section .timeline ul li:nth-child(2n):before {
  border: 4px solid var(--aa-brand, #36348e);
}
.history_section .timeline .content {
  border: 1px solid #e4e4e4;
  padding: 20px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.history_section .timeline .content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var(--aa-brand, #36348e);
}
.history_section .timeline .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  margin: 0;
}

.mission-page-section {
  padding: 80px 0;
}
.mission-page-section .mission-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mission-page-section .mission-content .mission_description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mission-page-section .mission-content .mission_description div {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mission-page-section .mission-content .mission_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.mission-page-section .mission-content .mission_btn {
  border-radius: 6px;
  width: 196px;
}
.mission-page-section .mission-content .mission_btn svg path {
  fill: #ffffff;
}
.mission-page-section .mission-content .mission_btn:hover svg path {
  fill: var(--aa-brand, #36348e);
}

.committee-section {
  padding: 80px 0;
}
.committee-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.committee-section .container .row:nth-child(2) {
  row-gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .committee-section .container .row:nth-child(2) {
    justify-content: center !important;
    gap: 20px;
  }
}
.committee-section .container .communite-area {
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 30px;
  width: 415px;
  height: 587px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .committee-section .container .communite-area {
    width: 32%;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .committee-section .container .communite-area {
    height: 100%;
  }
}
.committee-section .container .communite-area .committee_img {
  width: 354.07px;
  height: 386.59px;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .committee-section .container .communite-area .committee_img {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .committee-section .container .communite-area .committee_img {
    height: 360px;
  }
}
.committee-section .container .communite-area .content {
  padding-bottom: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.committee-section .container .communite-area .content .text_sec {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.committee-section .container .communite-area .content .text_sec h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2d2c2b;
}
.committee-section .container .communite-area .content .text_sec p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.committee-section .container .communite-area .content .communite-social {
  display: flex;
  justify-content: center;
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper {
  gap: 15px;
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50px;
  transition: all 0.3s;
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper a svg rect {
  transition: all 0.3s;
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper a svg path {
  transition: all 0.3s;
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper a:hover {
  background: var(--aa-brand, #36348e);
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper a:hover svg rect {
  fill: var(--aa-brand, #36348e);
}
.committee-section .container .communite-area .content .communite-social .communite-social-wrapper a:hover svg path {
  fill: #ffffff;
}

.scholarship-section {
  padding: 80px 0;
}
.scholarship-section .section-card {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.scholarship-section .section-card .card-image {
  position: relative;
}
.scholarship-section .section-card .card-image img {
  border-radius: 8px;
  height: 313px;
  width: 100%;
}
.scholarship-section .section-card .card-image .countdown-wrap {
  position: absolute;
  background: #ffffff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  top: 72%;
  left: 125px;
}
.scholarship-section .section-card .card-image .countdown-wrap .countdown {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}
.scholarship-section .section-card .card-image .countdown-wrap .countdown span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.scholarship-section .section-card .card-image .countdown-wrap .countdown h3 {
  width: 40px;
  height: 40px;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--aa-brand, #36348e);
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.scholarship-section .section-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.scholarship-section .section-card .card-content .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.scholarship-section .section-card .card-content .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.scholarship-section .section-card .card-content .content .details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.scholarship-section .section-card .card-content .content .details p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.scholarship-section .section-card .card-content .view-details {
  border-radius: 6px;
  width: 175px;
}
.scholarship-section .section-card .card-content .view-details:hover svg path {
  color: #ffffff;
}

.scholarship-details {
  padding: 80px 0;
}
.scholarship-details .event-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scholarship-details .event-content-wrapper .event_details_img {
  border-radius: 8px;
}
.scholarship-details .event-content-wrapper .title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.scholarship-details .event-content-wrapper .details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.scholarship-details .event-content-wrapper .details p,
.scholarship-details .event-content-wrapper .details ul,
.scholarship-details .event-content-wrapper .details li,
.scholarship-details .event-content-wrapper .details tr,
.scholarship-details .event-content-wrapper .details td,
.scholarship-details .event-content-wrapper .details span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.scholarship-details .event-content-wrapper .details h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.scholarship-details .event-content-wrapper .form_sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scholarship-details .event-content-wrapper .form_sec form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scholarship-details .event-content-wrapper .form_sec form .form-group label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.scholarship-details .event-content-wrapper .form_sec form .form-group input {
  height: 54px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3 !important;
  border-radius: 5px;
  padding: 14px 20px;
}
.scholarship-details .event-content-wrapper .form_sec form .form-group textarea {
  border: 1px solid #f3f3f3 !important;
  border-radius: 5px;
  padding: 14px 20px;
  background: #f9f9f9;
  height: 150px;
}
.scholarship-details .event-content-wrapper .form_sec form .form-group input[type=file]::file-selector-button {
  background: #f9f9f9;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(160, 165, 177, 0.4);
  border-radius: 6px 0px 0px 6px;
  height: 48px;
}
.scholarship-details .event-content-wrapper .form_sec form .form-group input[type=file] {
  padding: 8px 20px !important;
}
.scholarship-details .event-content-wrapper .form_sec .scholarship_apply {
  border-radius: 6px;
  width: 156px;
}
.scholarship-details .event-content-wrapper .form_sec .scholarship_apply svg path {
  fill: #ffffff;
}
.scholarship-details .event-content-wrapper .form_sec .scholarship_apply:hover svg path {
  fill: var(--aa-brand, #36348e);
}
.scholarship-details .event-details {
  background: #f9f9f9;
  border-radius: 24px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.scholarship-details .event-details .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2d2c2b;
}
.scholarship-details .event-details .date p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}

.event-section {
  padding: 80px 0px;
}
.event-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-section .container .testimonial_section {
  display: flex;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  padding: 40px;
  gap: 24px;
}
.event-section .container .testimonial_section .image img {
  border-radius: 12px;
}
.event-section .container .testimonial_section .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.event-section .container .testimonial_section .content .content-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.event-section .container .testimonial_section .content .content-left span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #616670;
}
.event-section .container .testimonial_section .content .content-right {
  display: flex;
  gap: 20px;
}
.event-section .container .testimonial_section .content .content-right .countdown {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}
.event-section .container .testimonial_section .content .content-right .countdown span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.event-section .container .testimonial_section .content .content-right .countdown h3 {
  width: 40px;
  height: 40px;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--aa-brand, #36348e);
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.event-section .container .testimonial_section .content .main_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-section .container .testimonial_section .content .main_content .event_title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  color: #2d2c2b;
  letter-spacing: -0.01em;
}
.event-section .container .testimonial_section .content .main_content .event_details {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.event-section .container .testimonial_section .content .join_us_btn {
  border-radius: 6px;
  width: 176px;
}
.event-section .container .testimonial_section .content .join_us_btn:hover svg path {
  fill: #ffffff;
}

.event-details-page {
  padding: 80px 0px;
}
.event-details-page .modal-body {
  padding: 24px;
}
.event-details-page .modal-body .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-details-page .modal-body .form-group textarea {
  height: 120px;
}
.event-details-page .modal-body .search_member_joined {
  border-radius: 6px;
  width: 146px;
}
.event-details-page .modal-footer .payment_details_submit {
  border-radius: 6px;
  width: 146px;
}
.event-details-page .container .row {
  justify-content: space-between;
}
.event-details-page .container .row .col-lg-5 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.event-details-page .event-content-wrapper {
  display: flex;
  flex-direction: column;
}
.event-details-page .event-content-wrapper .event_details_img {
  border-radius: 12px;
}
.event-details-page .event-content-wrapper .title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.event-details-page .event-content-wrapper .description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.event-details-page .event-content-wrapper .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.event-details-page .event-content-wrapper .location {
  display: flex;
  gap: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.event-details-page .event-content-wrapper .map iframe {
  width: 100%;
}
.event-details-page .event-details {
  background: #f9f9f9;
  border-radius: 24px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-details-page .event-details .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2d2c2b;
}
.event-details-page .event-details .date p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.event-details-page .event-details .join_in_event,
.event-details-page .event-details .view_joined_members {
  border-radius: 6px;
}
.event-details-page .event_schedule {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.event-details-page .event_schedule .schedule_title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
}
.event-details-page .event_schedule .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-details-page .event_schedule .accordion .accordion-item {
  border-bottom: 0;
  margin-bottom: 0px;
  border: 1px solid #e3e3e3;
  border-radius: 5px !important;
  padding: 20px;
  border-left: 1px solid #e3e3e3 !important;
  border-right: 1px solid #e3e3e3 !important;
  border-top: 1px solid #e3e3e3 !important;
  box-shadow: none;
}
.event-details-page .event_schedule .accordion .accordion-item .accordion-button {
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #171717;
  display: flex;
  gap: 12px;
  padding: 10px;
}
.event-details-page .event_schedule .accordion .accordion-item .accordion-button:after {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 18px;
  background-position: center;
}
.event-details-page .event_schedule .accordion .accordion-item .accordion-button .time {
  background: var(--aa-brand, #36348e);
  border-radius: 6px;
  padding: 0px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
}
.event-details-page .event_schedule .accordion .accordion-item .accordion-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616670;
}
.event-details-page {
  /* New event schedule (aa-event-schedule) overrides legacy accordion time styles */
}
.event-details-page .event_schedule.aa-event-schedule {
  gap: 0;
}
.event-details-page .event_schedule.aa-event-schedule .schedule_title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2430;
}
.event-details-page .event_schedule.aa-event-schedule .accordion {
  gap: 0;
}
.event-details-page .event_schedule.aa-event-schedule .accordion .accordion-item {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.event-details-page .event_schedule.aa-event-schedule .accordion .accordion-button {
  gap: 8px;
}
.event-details-page .event_schedule.aa-event-schedule .accordion .accordion-button:after {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-size: 14px;
}
.event-details-page .event_schedule.aa-event-schedule .accordion .accordion-button .aa-event-schedule__time.time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(54, 52, 142, 0.08);
  border: 1px solid rgba(54, 52, 142, 0.18);
  color: var(--aa-brand, #36348e);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.forgot_password_page {
  padding: 80px 0;
}
.forgot_password_page .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forgot_password_page .container .card {
  width: 532px;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.0705882);
  border-radius: 24px;
}
.forgot_password_page .container .card .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.forgot_password_page .container .card .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #313131;
}
.forgot_password_page .container .card .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #727272;
  opacity: 0.75;
  text-align: center;
}
.forgot_password_page .container .card .form {
  flex-direction: column;
  gap: 30px;
}
.forgot_password_page .container .card .form label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #201141;
}
.forgot_password_page .container .card .form .submit_button {
  border-radius: 12px;
  width: 100%;
}
.forgot_password_page .container .card .form .icon {
  position: absolute;
  top: 13px;
  left: 15px;
}
.forgot_password_page .container .card .form .form-select,
.forgot_password_page .container .card .form .form-control {
  padding-left: 40px !important;
  border-radius: 12px;
  height: 50px;
  border: 1px solid #cecece;
}
.forgot_password_page .container .card .form .input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.forgot_password_page .container .card .bottom_part {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #201141;
}
.forgot_password_page .container .card .bottom_part a {
  color: #1e4ae9;
}

.register_page {
  padding: 80px 0;
}
.register_page .image img {
  width: 100%;
}
.register_page .register_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.register_page .register_wrapper .register_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.register_page .register_wrapper .register_content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 126%;
  letter-spacing: -0.01em;
  color: #201141;
  text-align: center;
}
.register_page .register_wrapper .register_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  text-align: center;
}
.register_page .register_wrapper .form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.register_page .register_wrapper .form form .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.register_page .register_wrapper .form form .form-group label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #201141;
}
.register_page .register_wrapper .form form .form-group .form-control {
  border: 1px solid #cecece !important;
  border-radius: 12px;
  padding: 10px 10px 10px 20px !important;
  height: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #727272;
}
.register_page .register_wrapper .form form .form-group .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}
.register_page .register_wrapper .form form .form-group .pass_icon {
  position: absolute;
  top: 12px;
  right: 15px;
}
.register_page .register_wrapper .form form .form-group .submit_btn {
  border-radius: 12px;
  width: 100%;
}

.contact-us-page {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 0;
}
.contact-us-page .container .contact-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-us-page .container .contact-column .contact-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us-page .container .contact-column .contact-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #151515;
}
.contact-us-page .container .contact-column .contact-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.contact-us-page .container .contact-column .contact-area form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-us-page .container .contact-column .contact-area form .form-control {
  background: #f9f9f9;
  border-radius: 5px;
  height: 58px;
  padding: 16px 20px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  border: none !important;
}
.contact-us-page .container .contact-column .contact-area form textarea {
  height: 184px !important;
}
.contact-us-page .container .contact-column .btn_sec {
  position: relative;
}
.contact-us-page .container .contact-column .btn_sec .submit-btn {
  height: 52px;
  display: flex !important;
}
.contact-us-page .container .contact-column .btn_sec .arrow-icon {
  width: 52px;
  height: 52px;
  background: var(--aa-brand, #36348e);
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 23%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .contact-us-page .container .contact-column .btn_sec .arrow-icon {
    left: 26%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-page .container .contact-column .btn_sec .arrow-icon {
    left: 32%;
  }
}
.contact-us-page .container .contact-column .btn_sec .arrow-icon svg {
  transform: rotate(325deg);
}
.contact-us-page .container .contact-column .btn_sec .arrow-icon svg path {
  fill: #ffffff;
}
.contact-us-page .container .contact-info {
  background: #f9f9f9;
  border-radius: 25px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contact-us-page .container .contact-info .contact-box {
  padding: 0;
  border-radius: 0;
}
.contact-us-page .container .contact-info .contact-box .contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-us-page .container .contact-info .contact-box .contact h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #1e1d1d;
}
.contact-us-page .container .contact-info .contact-box .contact p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #727272;
}
.contact-us-page .container .contact-info .contact-box .social ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  padding: 0;
}
.contact-us-page .container .contact-info .contact-box .social ul li {
  width: 40px;
  height: 40px;
  background: var(--aa-brand, #36348e);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-page .container .contact-info .contact-box .social ul li a {
  color: #ffffff;
}

.gallery-page {
  padding: 80px 0;
}
.gallery-page .portfolio-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.gallery-page .portfolio-container .filter-app {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.gallery-page .portfolio-container .portfolio-item {
  position: relative;
  width: 424px;
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .gallery-page .portfolio-container .portfolio-item {
    width: 96%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-page .portfolio-container .portfolio-item {
    width: 96%;
  }
}
.gallery-page .portfolio-container .portfolio-item .portfolio-img img {
  border-radius: 16px;
}
.gallery-page .portfolio-container .portfolio-item .overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 400px;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 30%;
  border-radius: 16px;
}
.gallery-page .portfolio-container .portfolio-item .overlay .icon_sec {
  width: 60px;
  height: 60px;
  background: var(--aa-brand, #36348e);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-page .portfolio-container .portfolio-item .overlay .gallery-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gallery-page .portfolio-container .portfolio-item .overlay .gallery-info .gallery-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}
.gallery-page .portfolio-container .portfolio-item .overlay .gallery-info .gallery-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
.gallery-page .portfolio-container .portfolio-item:hover .overlay {
  opacity: 1;
}

.gallery_details {
  padding: 80px 0;
}

.blog-page {
  padding: 80px 0;
}
.blog-page .row {
  row-gap: 60px;
}
.blog-page .blog-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: none;
}
.blog-page .blog-box .blog-main-img {
  position: relative;
}
.blog-page .blog-box .blog-main-img .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 16px;
}
.blog-page .blog-box .blog-main-img .overlay-link .overlay-text {
  background: var(--aa-brand, #36348e);
  border-radius: 40px;
  padding: 24px 18px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
.blog-page .blog-box:hover .overlay-link {
  opacity: 1;
}
.blog-page .blog-box .blog-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-page .blog-box .blog-content .meta {
  display: flex;
  gap: 20px;
}
.blog-page .blog-box .blog-content .meta span {
  display: flex;
  gap: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #727272;
  align-items: center;
}
.blog-page .blog-box .blog-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #2d2c2b;
}

.blog-details-page {
  padding: 80px 0;
}
.blog-details-page .blog_sec {
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-details-page .blog_sec {
    gap: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-page .blog_sec {
    gap: 0px;
  }
}
.blog-details-page .blog_sec .article-details-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-details-page .blog_sec .article-details-col .post-meta .gap-30 {
  gap: 30px;
}
.blog-details-page .blog_sec .article-details-col .post-meta .date_sec {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: var(--aa-brand, #36348e);
  border-radius: 5px;
}
.blog-details-page .blog_sec .article-details-col .post-meta .date_sec span:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
}
.blog-details-page .blog_sec .article-details-col .post-meta .date_sec span:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
.blog-details-page .blog_sec .article-details-col .post-meta .author_sec {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616670;
  display: flex;
  gap: 10px;
}
.blog-details-page .blog_sec .article-details-col .blog_title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.blog-details-page .blog_sec .article-details-col .article-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-details-page .blog_sec .article-details-col .article-details .img-article {
  position: relative;
}
.blog-details-page .blog_sec .article-details-col .article-details .img-article img {
  margin-bottom: 4px;
  border: 2px solid #dee1e6;
  border-radius: 0.75rem;
  width: 100%;
}
.blog-details-page .blog_sec .article-details-col .article-details .blog_content_details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-details-page .blog_sec .article-details-col .article-details .blog_content_details h2,
.blog-details-page .blog_sec .article-details-col .article-details .blog_content_details h3,
.blog-details-page .blog_sec .article-details-col .article-details .blog_content_details h4,
.blog-details-page .blog_sec .article-details-col .article-details .blog_content_details h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.5px;
  color: #143157;
}
.blog-details-page .blog_sec .article-details-col .article-details .blog_content_details p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.15px;
  color: #616670;
}
.blog-details-page .blog_sec .article-details-col .article-details .tag-wrapper {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.17px;
  text-transform: capitalize;
  color: #2d2c2b;
  margin-top: 0px;
  display: flex;
  gap: 34px;
  flex-direction: column;
}
.blog-details-page .blog_sec .article-details-col .article-details .tag-wrapper .gap-16 {
  gap: 16px;
}
.blog-details-page .blog_sec .article-details-col .article-details .tag-wrapper .tag_links {
  display: inline-flex;
  padding: 8px 15px;
  color: #2d2c2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
  background: #fff;
  transition: all 0.3s ease 0s;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.blog-details-page .blog_sec .article-details-col .article-details .share-link-wrapper {
  display: flex;
  gap: 34px;
  flex-direction: column;
}
.blog-details-page .blog_sec .article-details-col .article-details .share-link-wrapper .share-span {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 25px !important;
  line-height: 35px !important;
  color: #2d2c2b !important;
}
.blog-details-page .blog_sec .article-details-col .article-details .share-link-wrapper .share-link-list {
  padding-left: 0;
  display: flex;
  gap: 15px;
}
.blog-details-page .blog_sec .article-details-col .article-details .share-link-wrapper .share-link-list li {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 0;
  text-align: center;
  line-height: 30px;
  background: #f9f9f9;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper {
  width: 100%;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-title {
  color: #171717;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  margin-top: 0px;
  margin-bottom: 25px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner {
  padding: 0;
  border-bottom: unset;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-avatar {
  width: 80px;
  height: 80px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data {
  flex: 1;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .top_text {
  display: flex;
  justify-content: space-between;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .top_text .gap-15 {
  gap: 15px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .top_text .user-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #171717;
  margin-bottom: 0px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .top_text .date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #726b7d;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .user-feedback {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.15px;
  color: #616670;
  margin-bottom: 0px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .right_text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.blog-details-page .blog_sec .article-details-col .article-comment .comment-list-wrapper .comment-list .comment-item .comment-inner .comment-data .right_text .reply_now {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--aa-brand, #36348e);
  border: none;
  background: transparent;
  width: 75px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box .comment-title {
  color: #2d2c2b;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  margin-top: 40px;
}
.blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box .comment-form-row {
  row-gap: 29px;
  -moz-column-gap: unset;
       column-gap: unset;
}
.blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box .comment-form-row .comment-text-area {
  height: 259px;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.17px;
  color: #727272;
  width: 100%;
  padding: 13px 16px !important;
}
.blog-details-page .blog_sec .article-details-col .article-comment .article-comment-box .comment-submit-button {
  border-radius: 6px;
  width: 200px;
  height: 50px;
}
.blog-details-page .blog_sec .left_site_col {
  display: flex;
  flex-direction: column;
  gap: 31px;
  width: 420px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-details-page .blog_sec .left_site_col {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-page .blog_sec .left_site_col {
    width: 33.33333333%;
  }
}
.blog-details-page .blog_sec .left_site_col .popular_tag_card,
.blog-details-page .blog_sec .left_site_col .recent_post_sec,
.blog-details-page .blog_sec .left_site_col .category_card,
.blog-details-page .blog_sec .left_site_col .search_card {
  background: #f9f9f9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 30px;
}
.blog-details-page .blog_sec .left_site_col .popular_tag_card .title,
.blog-details-page .blog_sec .left_site_col .recent_post_sec .title,
.blog-details-page .blog_sec .left_site_col .category_card .title,
.blog-details-page .blog_sec .left_site_col .search_card .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #171717;
}
.blog-details-page .blog_sec .left_site_col .search_card .search-form {
  width: 329.11px;
  height: 56px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-details-page .blog_sec .left_site_col .search_card .search-form {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-page .blog_sec .left_site_col .search_card .search-form {
    width: 100%;
  }
}
.blog-details-page .blog_sec .left_site_col .search_card .search-form .form-control {
  border-radius: 5px;
  height: 56px;
}
.blog-details-page .blog_sec .left_site_col .search_card .search-form .search-btn {
  border-radius: 5px;
  width: 45.08px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-details-page .blog_sec .left_site_col .search_card .search-form .search-btn:hover svg path {
  fill: var(--aa-brand, #36348e);
}
.blog-details-page .blog_sec .left_site_col .category_card ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
  width: 100%;
  padding-left: 0;
}
.blog-details-page .blog_sec .left_site_col .category_card ul li {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 25px;
}
.blog-details-page .blog_sec .left_site_col .category_card ul li a {
  display: flex;
  justify-content: space-between;
}
.blog-details-page .blog_sec .left_site_col .category_card ul li a span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
}
.blog-details-page .blog_sec .left_site_col .category_card ul li:hover {
  background: var(--aa-brand, #36348e);
}
.blog-details-page .blog_sec .left_site_col .category_card ul li:hover a span {
  color: #ffffff;
}
.blog-details-page .blog_sec .left_site_col .category_card ul li:hover a span svg path {
  fill: #ffffff;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts .posts {
  display: flex;
  gap: 15px;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts .posts .image {
  min-width: 85px;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts .posts .image img {
  width: 85px;
  height: 85px;
  border-radius: 12px;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts .posts .title_with_author {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts .posts .title_with_author span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #727272;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-details-page .blog_sec .left_site_col .recent_post_sec .recent_posts .posts .title_with_author a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #2d2c2b;
  transition: all 0.3s;
}
.blog-details-page .blog_sec .left_site_col .popular_tag_card ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-details-page .blog_sec .left_site_col .popular_tag_card ul li a {
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
  transition: all 0.3s;
}
.blog-details-page .blog_sec .left_site_col .popular_tag_card ul li a:hover {
  background: var(--aa-brand, #36348e);
  color: #ffffff;
}

.help_request_page {
  padding: 80px 0;
}
.help_request_page .help_desk_column {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.0705882);
  border-radius: 24px;
  background: #ffffff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.help_request_page .help_desk_column .help-desk {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.help_request_page .help_desk_column .help-desk .title-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.help_request_page .help_desk_column .help-desk .title-area .help-request-title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #2d2c2b;
}
.help_request_page .help_desk_column .help-desk .title-area .help-request-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #727272;
}
.help_request_page .help_desk_column .help-desk .title-area .help-request-subtitle .requested-by {
  color: #727272;
}
.help_request_page .help_desk_column .help-desk .help-sub-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.help_request_page .help_desk_column .help-desk .help-sub-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.help_request_page .help_desk_column .help-desk .help_image {
  width: 100%;
  height: auto;
}
.help_request_page .help_desk_column .event-details .i_want_to_help {
  border-radius: 6px;
  width: 200px;
  height: 50px;
}
.help_request_page .help_desk_column .event-details .i_want_to_help svg path {
  fill: #ffffff;
}
.help_request_page .help_desk_column .event-details .i_want_to_help:hover svg path {
  fill: var(--aa-brand, #36348e);
}

.help_request_modal .modal-body {
  padding: 24px;
}
.help_request_modal .modal-body .row {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.help_request_modal .modal-body .row .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.help_request_modal .modal-body .row .form-group label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #201141;
}
.help_request_modal .modal-body .row .form-group .form-control {
  padding: 10px 10px 10px 20px !important;
  border: 1px solid #cecece !important;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #727272;
  height: 50px;
}
.help_request_modal .modal-body .row .form-group textarea {
  height: 103px !important;
}
.help_request_modal .modal-body .row .instruction p,
.help_request_modal .modal-body .row .instruction small,
.help_request_modal .modal-body .row .instruction strong {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #2d2c2b;
}
.help_request_modal .modal-body .row .payment_details_submit {
  border-radius: 12px;
  width: 140px;
}
.help_request_modal .modal-body .row .payment_details_submit svg path {
  fill: #ffffff;
}
.help_request_modal .modal-body .row .payment_details_submit:hover svg path {
  fill: var(--aa-brand, #36348e);
}

.cv_bank_page {
  padding: 80px 0;
}
.cv_bank_page .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.cv_bank_page .input-area .input-sec {
  display: flex;
  gap: 24px;
}
.cv_bank_page .input-area .input-sec .form-control {
  border: 1px solid #cfcfcf;
  padding: 13px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.cv_bank_page .input-area .input-sec .search-btn {
  border-radius: 0px;
  width: 140px;
}
.cv_bank_page .cv-bank thead tr th {
  background-color: #f9f9f9;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #5b5b5b;
  text-align: start;
}
.cv_bank_page .cv-bank tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.cv_bank_page .cv-bank tbody tr td {
  border: none !important;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #2d2c2b;
  text-align: left;
}
.cv_bank_page .cv-bank tbody tr td .member_name_image {
  display: flex;
  gap: 12px;
}
.cv_bank_page .cv-bank tbody tr td .member_name_image .member_img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.cv_bank_page .cv-bank tbody tr td .cv-download {
  padding: 8px 14px;
  background: #e9ecfb;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
}
.cv_bank_page .cv-bank tbody tr td .cv-download:hover {
  background: #d9e0f7;
}

.member-directory {
  padding: 80px 0;
}
.member-directory .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.member-directory .input-area form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.member-directory .input-area .input-sec {
  display: flex;
  gap: 24px;
}
.member-directory .input-area .input-sec .form-control {
  border: 1px solid #cfcfcf;
  padding: 13px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #727272;
}
.member-directory .input-area .input-sec .search-btn {
  border-radius: 0px;
  width: 140px;
}
.member-directory .directory thead tr th {
  background-color: #f9f9f9;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #5b5b5b;
  text-align: start;
}
.member-directory .directory tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.member-directory .directory tbody tr td {
  border: none !important;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #2d2c2b;
  text-align: left;
}
.member-directory .directory tbody tr td .member_name_image {
  display: flex;
  gap: 12px;
}
.member-directory .directory tbody tr td .member_name_image .member_img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.member-directory .directory tbody tr td .view-details-bt {
  border-radius: 6px;
}

#memberDetails .modal-body {
  padding: 24px;
}
#memberDetails .modal-body .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#memberDetails .modal-body .content .content_section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#memberDetails .modal-body .content .content_section .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2d2c2b;
}
#memberDetails .modal-body .content .content_section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2d2c2b;
  display: flex;
  gap: 10px;
}

.slider-box .slider-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.slider-box .content {
  width: 648px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-box .content {
    width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .slider-box .content {
    width: 100%;
  }
}
.slider-box .content .title_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slider-box .content .title_content .slider-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-box .content .title_content .slider-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-box .content .title_content .slider-title {
    font-size: 36px;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .slider-box .content .title_content .slider-title {
    font-size: 24px;
  }
}
.slider-box .content .title_content .slider-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ffffff;
}
.slider-box .content .btn_sec {
  position: relative;
}
.slider-box .content .btn_sec .view-Gallery-btn {
  height: 52px;
  display: flex !important;
  background: transparent;
  border: 1px solid #ffffff !important;
}
.slider-box .content .btn_sec .arrow-icon {
  width: 52px;
  height: 52px;
  background: var(--aa-brand, #36348e);
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 93%;
}
.slider-box .content .btn_sec .arrow-icon svg {
  transform: rotate(325deg);
}
.slider-box .content .btn_sec .arrow-icon svg path {
  fill: #ffffff;
}
.slider-box .slider-pagin ul {
  gap: 12px;
}
.slider-box .slider-pagin ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.slider-box .slider-pagin ul li a:hover {
  background: var(--aa-brand, #36348e);
}
.slider-box .slider-pagin ul li a:focus {
  background: var(--aa-brand, #36348e);
}
.slider-box .slider-pagin ul .active {
  padding-bottom: 0 !important;
}
.slider-box .slider-pagin ul .active a {
  background: var(--aa-brand, #36348e) !important;
}
.slider-box .button .customPrevBtn,
.slider-box .button .customNextBtn {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
}
.slider-box .button .customPrevBtn svg path,
.slider-box .button .customNextBtn svg path {
  fill: #ffffff;
  transition: all 0.3s;
}
.slider-box .button .customPrevBtn:hover,
.slider-box .button .customNextBtn:hover {
  background: var(--aa-brand, #36348e);
}
.slider-box .button .customPrevBtn:hover svg path,
.slider-box .button .customNextBtn:hover svg path {
  fill: #ffffff;
}
.slider-box .button .customPrevBtn {
  left: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-box .button .customPrevBtn {
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-box .button .customPrevBtn {
    left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-box .button .customPrevBtn {
    left: 15px;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .slider-box .button .customPrevBtn {
    left: 10px;
  }
}
.slider-box .button .customNextBtn {
  right: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-box .button .customNextBtn {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-box .button .customNextBtn {
    right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-box .button .customNextBtn {
    right: 15px;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .slider-box .button .customNextBtn {
    right: 10px;
  }
}

.notice .breaking-caret {
  background-color: var(--aa-brand, #36348e);
}
.notice .badge-primary {
  background-color: var(--aa-brand, #36348e);
}/*# sourceMappingURL=style.css.map */