@font-face {
    font-family: 'Montserrat Black';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat';
    color: #000000;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.site-header .header-wrapper {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}
.site-header .header-wrapper .brand-logo{
    max-width: 130px;
    width: 100%;
}
.site-header .header-wrapper .brand-logo a{
    display: block;
}

.site-header .header-wrapper .header-menu {
    padding-top: 30px;
}

.site-header .header-wrapper .header-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-header .header-wrapper .header-menu ul li:not(:last-of-type) {
    margin-right: 100px;
}

.site-header .header-wrapper .header-menu ul li a {
    color: #FCF2DD;
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 30px;
    transition: all 0.6s ease;
}

.site-header .header-wrapper .header-menu ul li a:hover {
    color: #F16522;
}

.main-banner {
    position: relative;
}

.main-banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/banner-overlay.png');
}

.main-banner .banner-content {
    position: relative;
    padding-top: 443px;
    padding-bottom: 415px;
}

.main-banner .banner-content h1 {
    font-family: 'Montserrat Black';
    font-size: 100px;
    color: #FCF2DD;
    text-align: center;
}

.dasra-acts {
    padding-bottom: 155px;
}

.dasra-acts .dasra-acts-wrapper {
    padding: 90px;
    background-color: #FCF2DD;
    border-radius: 40px;
    border: 1px solid #FCF2DD;
    box-shadow: 0px -17px #000;
    position: relative;
    margin-top: -170px;
}

.dasra-acts .dasra-acts-wrapper h2 {
    font-family: "Montserrat", serif;
    color: #FF5A00;
    font-size: 36px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 45px;
}

.dasra-acts .dasra-acts-wrapper p {
    font-family: "Montserrat", serif;
    color: #000000;
    font-size: 30px;
    font-weight: 400;
}

.know-us {
    padding-bottom: 140px;
}

.know-us-card {
    position: relative;
}

.know-us-card .know-us-text {
    color: #ffffff;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

#curved1 {
    position: absolute;
    top: 32px;
    left: 0;
    width: 400px;
}

#curved1,
#curved2 {
    font-family: "Montserrat", serif;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    top: -10px;
    left: -80px;
    width: 400px;
    transform: rotate(-50deg);
}

.site-footer {
    position: relative;
    padding-bottom: 60px;
}

.site-footer .footer-content p {
    font-family: "Montserrat", serif;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

.site-footer .footer-content .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
}


.site-footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 49px;
    background: url('../images/footer-border.png');
    background-repeat: repeat-x;
    background-size: cover;
}

body.bg-two {
    background-color: #FAF2DF;
}

.main-banner.inner-page .banner-content {
    padding-top: 380px;
    padding-bottom: 370px;
}

.about-info-section {
    padding: 60px 0px 60px;
    overflow: hidden;
}

.about-info-section p {
    font-family: "Montserrat", serif;
    font-weight: 300;
    color: #000000;
    font-size: 25px;
}

.about-info-section p b {
    font-weight: 500;
}

.about-info-section .about-parts-list {
    padding-top: 60px;
}

.accelerating-card {
    text-align: center;
}

.accelerating-card .accelerating-icon img {
    margin-bottom: 35px;
    width: 150px;
}

.accelerating-card .accelerating-info h2 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
}

.accelerating-card .accelerating-info h6 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    color: #F16522;
    font-size: 25px;
}

.accelerating-card .accelerating-info p {
    font-family: "Montserrat", serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
}

.about-board {
    padding: 60px 0px 70px;
    background: url('../images/board-bg.png');
    background-size: cover;
    background-position: top;
    background-repeat: repeat-x;
    overflow: hidden;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.section-title h2 {
    font-family: 'Montserrat Black';
    color: #FAF2DF;
    font-size: 70px;
    margin-bottom: 0;
    flex: 1;
    text-align: center;
}

.section-title .next-part {
    color: #FAF2DF;
    flex-shrink: 0;
}

.section-title .next-part svg {
    width: 60px;
    height: 60px;
}

.board-card {
    text-align: center;
}

.board-card .board-body .board-img {
    margin-bottom: 25px;
}

.board-card .board-body .board-name h3 {
    color: #000000;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}

.board-list.row,
.team-row.row {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -100px;
}

.board-list.row>*,
.team-row.row>* {
    margin-top: 100px;
}

.board-list.row>*,
.team-row.row>* {
    padding-left: 50px;
    padding-right: 50px;
}

.team-section {
    position: relative;
    background: url('../images/team-bg.png');
    background-repeat: repeat;
    background-position: 50% 50%;
    padding: 60px 0px 170px;
    margin-top: -20px;
}
.team-section::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: url('../images/team-bg-top.png');
}

.team-section .section-title h2,
.partners-section .section-title h2 {
    color: #F16522;
}

.team-section .section-title .next-part {
    color: #F16522;
}

.team-card {
    text-align: center;
}

.team-card .team-card-body .team-img {
    margin-bottom: 27px;
}

.team-card .team-card-body .team-info h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
    color: #000000;
}

.team-card .team-card-body .team-info p {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 20px;
}

.partners-section {
    padding-top: 60px;
}

.partners-row.row-1 {
    border-bottom: 1px solid #000000;
}

.partner-logo {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.partner-logo.broder-right {
    padding-right: 70px;
    padding-left: 100px;
    border-right: 1px solid #000000;
}

.partners-row.row-2 {
    margin-top: 15px;
}

.partners-row>* {
    display: flex;
}

.partners-row.row-2 .partner-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex: 1;
}

.partners-row.row-2 .partner-logo img {
    max-height: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.partners-row.row-2 .partner-logo.broder-right {
    padding-right: 80px;
    padding-left: 80px;
}

.partners-row.row-2 .partner-logo.space-left {
    padding-left: 80px;
}

.partners-row.row-2.row-3 {
    margin-top: 15px;
    border-top: 1px solid #000000;
}

.partners-row.row-2.row-3 .partner-logo {
    margin-bottom: 0px;
    margin-top: 15px;
}

.partners-section {
    padding-bottom: 60px;
}

.about-info-section p:not(:last-of-type) {
    margin-bottom: 45px;
}

.our-programs {
    padding-top: 60px;
    padding-bottom: 140px;
}

.our-programs .section-title h2 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #000000;
    font-size: 50px;
}

.program-info-block .program-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-info-block .program-title-wrapper h3 {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 30px;
    color: #FAF2DF;
    margin-bottom: 0;
}

.program-info-block .program-title-wrapper .next-move {
    color: #FAF2DF;
    margin-left: auto;
    transition: transform .2s ease-in-out;
}

.program-info-block .program-title-wrapper .next-move svg {
    width: 50px;
    height: 50px;
}

.program-info-block .program-title-wrapper h3 b {
    font-weight: bold;
}

.program-info-block .program-info-title {
    padding: 23px 0px;
    background-size: cover;
    background-repeat: repeat;
    background-position: bottom;
}

.program-info-block .program-info-body {
    margin-top: 60px;
}

.program-info-block .program-info-body p {
    font-family: "Montserrat", serif;
    font-weight: 300;
    color: #000000;
    font-size: 25px;
    text-align: justify;
}

.program-info-block:not(:first-of-type) {
    padding-top: 60px;
}

.program-title-wrapper.text-dark h3 {
    color: #414242;
}

.program-info-block .program-title-wrapper.text-dark .next-move {
    color: #414242;
}

.program-info-logo img {
    display: block;
    margin: auto;
    max-height: 200px;
    max-width: 250px;
}

#scrollUp {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #FF5A00;
    right: 30px;
    bottom: 30px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    display: none;
    z-index: 999 !important;
    border: 2px solid #FF5A00;
    background-color: #FCF2DD;
    line-height: 33px;
}

.program-info-block .program-info-title .accordion-button {
    padding:0px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    background: transparent;
    box-shadow: none;
}

.program-info-block .program-info-title .accordion-button::after {
    display: none;
}



.program-info-block .container.accordion-body {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.accordion-item {
    border-radius: 0 !important;
    background: transparent;
    border: 0;
}




[aria-expanded="true"] .next-move{
    transform: rotate(-180deg);
  }

  .partners-row.row-1 .partner-logo.space-left {
    padding-left: 30px;
}

.program-info-body .row{
    align-items: center;
}
.financial-section .section-title h2{
    color: #F16522;
}

.financial-card .financial-card-body{
    padding: 15px;
    background-color: #F16522;
    color: #FAF2DF;
    border-radius: 10px;
}

.financial-card .financial-card-body .year {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", serif;
}
.financial-card .financial-card-body h3{
    margin-bottom: 15px;
    font-family: "Montserrat", serif;
}
.financial-card .financial-card-body a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", serif;
    color: #FAF2DF;
}

.financial-section{
    padding-top: 40px;
    padding-bottom: 100px;
}
.text-justify{
    text-align: justify;
}

.address-logo p{
    font-family: "Montserrat", serif;
    font-weight: 300;
    color: #000000;
       font-size: 16px;
}
.address-logo a img{
    max-height: 110px;
}
.board-body{
        color: #000000;
}
.board-body:hover{
  color: #000000;   
}
.board-body .icon {
    margin-top: 10px;
}
