:root {
    --primary-color: #9F3712;
    --primary-color-2: #A49474;
    --primary-black: #231F20;
    --secondary-color: #FFF3EF;
    --secondary-color-2: #EDEAE3;
    --secondary-color-3: #7F7053;
    --primary-font: "Inter", sans-serif;
    --secondary-font: "Poppins", sans-serif;
}

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

html {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #FFFFFF;
    background-image: url('../images/paperboard-texture.png');
    background-size: contain;
    background-repeat: repeat;
    font-family: var(--primary-font);
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
}

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

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

/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
} */

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 0px;
    background: #FFFFFF;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.05);
}

.site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-wrapper .brand-logo {
    max-width: 260px;
    width: 100%;
}

.site-header .header-wrapper .brand-logo a {
    display: block;
}

.site-header .header-wrapper .menu-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

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

.site-header .header-wrapper .main-nav-links {
    padding-right: 30px;
}

.site-header .header-wrapper .main-nav-links ul .nav-item {
    position: relative;
}

.site-header .header-wrapper .main-nav-links ul .nav-item:not(:last-of-type) {
    margin-right: 20px;
}

.site-header .header-wrapper .main-nav-links ul .nav-item .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: var(--primary-color);
    padding-bottom: 10px;
    gap: 5px;
    transition: all 0.6s ease;
}

.site-header .header-wrapper .main-nav-links ul .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: url('../icons/link-border.svg');
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.6s ease;
}

.site-header .header-wrapper .main-nav-links ul .nav-item:hover .nav-link,
.site-header .header-wrapper .main-nav-links ul .nav-item .nav-link.active {
    text-shadow: 1px 0px 1px var(--primary-color);
}

.site-header .header-wrapper .main-nav-links ul .nav-item:hover .nav-link::after,
.site-header .header-wrapper .main-nav-links ul .nav-item .nav-link.active::after {
    opacity: 1;
}

.site-header .equity-bars {
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
}

.site-header .nav-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cut-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    background: url('../icons/button-border.png');
    padding: 10px 15px;
    border-radius: 50px;
    background-size: 100% 100%;
    text-align: center;
    min-width: 84px;
    min-height: 43px;
}

.cut-btn-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    background-color: var(--primary-color);
    border-image-source: url('../icons/button-border-circle.png');
    border-image-slice: 6;
    border-image-width: 6px;
    border-image-outset: 1px;
    border-radius: 50%;
}

.main-banner {
    padding-top: 20px;
    margin-bottom: 234px;
    margin-bottom: 80px;
    /* height: 687px; */
    /* display: flex;
    align-items: center; */
}

.main-banner .banner-content {
    max-width: 621px;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}

.main-banner .banner-content h1 {
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 56px;
    line-height: 68px;
    color: var(--primary-color);
}

.main-banner .banner-content p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
}

.main-banner .banner-buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.th-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    padding: 0 15px;
    border-radius: 50px;
    color: #FFF3EF;
    font-family: var(--secondary-font);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    transition: all 0.6s ease;
}

.th-btn:hover {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.border-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
    min-width: 82px;
    color: var(--primary-color);
    border-radius: 30px;
    transition: all 0.6s ease;
    background: transparent;
}

.border-button:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.user-list {
    display: flex;
    align-items: center;
}

.user-list img {
    transition: all 0.6s ease;
}

.user-list img:not(:first-of-type) {
    margin-left: -12px;
    position: relative;
    z-index: 1;
}

/* .main-banner .banner-tab-wrape {
    display: none;
}

.main-banner .banner-tab-wrape.banner-tab-2 {
    display: block;
    opacity: 0;
}

.main-banner .banner-tab-wrape.active {
    display: block;
    opacity: 1;
} */
/* 
.main-banner .banner-tab-1 {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
} */

/* .main-banner .banner-tab-1 img {
    width: 100%;
} */
.main-banner .swiper-pagination {
    position: relative;
    top: 0%;
    left: 10px;
    bottom: auto;
    margin: 0;
}

.swiper-pagination {
    display: flex;
    gap: 5px;
    margin-top: 60px;
    width: auto !important;
}

.swiper-pagination span {
    display: block;
    width: 11px;
    height: 11px;
    background: var(--primary-color);
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.6s ease;
    border-radius: 50%;
    margin: 0 !important;
    padding: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top {
    padding-top: 100px;
}

.logo-slider .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.logo-slider .logo-item a{
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #FAE2B4;
    border-radius: 15px;
}
.logo-slider .logo-item img {
    height: 120px;
    width: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}
.logo-slider .slick-track {
    display: flex;
    align-items: center;
}

.section-title .sm-title {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}

/* .section-title .sm-title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: currentColor;
    margin-right: 5px;
} */

.section-title h2 {
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    color: var(--primary-color);
    margin-bottom: 17px;
}

.section-title p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary-black);
}

.section-title .th-btn {
    margin-top: 35px;
}

.section-title {
    margin-bottom: 55px;
}

.info-card .info-card-body {
    text-align: center;
}

.info-card .info-card-body .info-number {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: var(--primary-color-2);
    margin-bottom: 5px;
}

.info-card .info-card-body .title {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color-2);
    margin-bottom: 12px;
}

.info-card .info-card-body p {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.info-card .info-card-body .info-card-icon {
    margin-bottom: 10px;
}

.mission-section .info-card {
    position: relative;
}

.mission-section .row .info-card:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-image: url('../icons/vert-border.png');
    background-repeat: repeat-y;
    background-size: cover;
}

.sector-card {
    display: flex;
    flex-direction: column;
}

.sector-card .sector-card-body {
    position: relative;
    flex: 1;
    height: 100%;
    padding: 15px;
    z-index: 1;
    border-image-source: url('../icons/card-border.svg');
    border-image-slice: 10;
    border-image-width: 6px;
    border-image-outset: 0.9px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sector-card .sector-card-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9F3712DE;
    z-index: -1;
}

.sector-card .sector-card-body .sector-icon {
    margin-bottom: 10px;
}

.sector-card .sector-card-body h4 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 13px;
}

.sector-card .sector-card-body p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    flex: 1;
}

.sector-card .sector-card-body .wh-button {
    margin-top: 28px;
}

.sector-card .sector-card-body .sector-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.wh-button {
    display: inline-flex;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 50px;
    border-image-source: url('../icons/wh-button-border.svg');
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 1px;
    min-width: 109px;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.section-title.btm-small {
    margin-bottom: 30px;
}

.event-card .event-card-body {
    padding: 15px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF3EB 100%);
    border-radius: 5px;
    display: flex;
    border-image-source: url("../icons/event-card.svg");
    border-image-slice: 3;
    border-image-width: 6px;
    border-image-outset: 0.9px;
    overflow: hidden;
}

.event-card .event-card-body .event-img {
    max-width: 145px;
    width: 100%;
    flex-shrink: 0;
}

.event-card .event-card-body .event-info {
    flex: 1;
    padding-left: 15px;
}

.event-card .event-card-body .event-info h3 {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.event-card .event-card-body .event-info .date-time {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.media-card .media-card-body {
    padding: 15px 30px;
    text-align: center;
    position: relative;
}

.media-card .media-card-body .media-img {
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.media-card .media-card-body .media-img img {
    display: block;
    margin: auto;
}

.media-card .media-card-body h5 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.media-card .media-card-body p {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.media-archives .slick-list {
    padding: 0 100px;
}

.media-card .media-card-body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-image: url('../icons/vert-border.png');
    background-repeat: repeat-y;
    background-size: cover;
}

.s-btn {
    margin-top: 30px;
}

.contribute-block {
    padding: 30px 0px;
    background: var(--secondary-color);
}

.contribute-block .contribute-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contribute-block .contribute-text h2 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
    color: var(--primary-color);
    margin: 0;
}


.site-footer {
    position: relative;
    z-index: 1;
    padding: 45px 0px;
    background-color: var(--primary-color);
    margin-top: -1px;
    border-image-source: url("../icons/footer-border.svg");
    border-image-slice: 3.2;
    border-image-width: 6px;
    border-image-outset: 4px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: auto;
    flex: 1;
}

ul.columns-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.footer-col h4 {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li a {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col:not(:last-of-type) {
    padding-right: 105px;
}

.footer-col.contact-col {
    flex: 0 0 350px;
}

.cont-block {
    display: flex;
    gap: 15px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.cont-block a {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.cont-block .con-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    width: 26px;
    height: 26px;
    border-image-source: url('../icons/con-border.svg');
    border-image-slice: 9;
    border-image-width: 10px;
    border-image-outset: 1.6px;
    flex-shrink: 0;
}

.cont-block:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
    flex-wrap: wrap;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: url('../icons/ft-bottom-line.svg');
    background-size: 100%;
    background-repeat: repeat-x;
}


.footer-bottom p {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-bottom .user-ifo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-bottom .user-ifo a {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

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

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-image-source: url('../icons/social-box.svg');
    border-image-slice: 9;
    border-image-width: 10px;
    border-image-outset: 1.6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.sticky-newsletter {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    transform: translateX(200%);
    transition: all 0.6s ease;
}

.sticky-newsletter.active {
    transform: translateX(0);
}

.sticky-newsletter .newsletter-trigger {
    background-color: var(--primary-color);
    outline: none;
    border: none;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border-image-source: url('../icons/large-round.svg');
    border-image-slice: 12;
    border-image-width: 13px;
    border-image-outset: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 15px;
}

.newsletter-form {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 4px 4px 8.2px rgba(0, 0, 0, 0.17);
    border-radius: 15px;
    border-image-source: url('../icons/newsletter.svg');
    border-image-slice: 6;
    border-image-width: 6px;
    border-image-outset: 2px;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.6s ease;
    margin-bottom: 50px;
}

.newsletter-form.show {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-bottom: 0px;
}

.newsletter-form .semi-note {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 5px;
    background: var(--secondary-color-2);
    border-radius: 5px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.newsletter-form .semi-note a {
    display: inline-flex;
    align-items: center;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--primary-color);
    gap: 5px;
}

.newsletter-form .semi-note a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 1px;
}

.newsletter-form h3 {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0px;
}

.newsletter-form form input {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border-image-source: url('../icons/input-border.svg');
    border-image-slice: 8;
    border-image-width: 7px;
    border-image-outset: 1px;
    padding: 0 15px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: var(--primary-black);
    outline: none;
}

input::placeholder {
    color: var(--primary-black);
}

input::-webkit-input-placeholder {
    color: var(--primary-black);
}

input::-moz-placeholder {
    color: var(--primary-black);
}

.newsletter-form .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    padding: 0 15px;
    height: 40px;
    border-radius: 50px;
    color: #FFF3EF;
    border-image-source: url('../icons/light-button-n.svg');
    border-image-slice: 11;
    border-image-width: 10px;
    border-image-outset: 1px;
    position: absolute;
    right: 0;
}

.newsletter-form .input-wrapper {
    position: relative;
}

.bnr-event-card .bnr-event-body {
    padding: 15px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    border-image-source: url('../icons/bnr-event-border.svg');
    border-image-slice: 11;
    border-image-width: 13px;
    border-image-outset: 2px;
}

.bnr-event-card .bnr-event-body .bnr-event-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.bnr-event-card .bnr-event-body .bnr-event-img {
    margin-bottom: 15px;
    padding-top: 55%;
    position: relative;
}

.bnr-event-card .bnr-event-body h3 {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.bnr-event-card .bnr-event-body .date-time {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.nm-btn {
    display: inline-flex;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 50px;
    border-image-source: url(../icons/wh-button-border.svg);
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 1px;
    min-width: 109px;
    height: 44px;
    align-items: center;
    justify-content: center;
}



.menu-toggle {
    position: relative;
    display: none;
}

.menu-toggle span {
    width: 20px;
}

.menu-toggle span,
.menu-toggle span::after,
.menu-toggle span::before {
    height: 2px;
    background: var(--secondary-color);
    transition: .2s;
    display: block;
    position: relative;
}

.menu-toggle span::after,
.menu-toggle span::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-toggle span::before {
    top: -6px;
}

.menu-toggle span::after {
    bottom: -6px;
}

.offset-container {
    padding-left: 15px;
    padding-right: 0px;
}

.banner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.banner-row .banner-left {
    max-width: 621px;
    width: 100%;
}

.banner-row .banner-right {
    max-width: calc(100% - 621px);
    width: 100%;
    flex: 1;
}

.bnr-event-slider .bnr-event-card.slick-slide {
    height: auto;
}

.bnr-event-slider .slick-list {
    padding-right: 50px !important;
}

.footer-logo {
    max-width: 275px;
    width: 100%;
}

.bnr-event-slider .slick-track {
    display: flex;
}

.bnr-event-card.swiper-slide {
    width: 300px;
}


.home-slider>.swiper-wrapper>.swiper-slide {
    padding-top: 155px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* .swiper-slide.with-lady-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url('../images/background/main-banner.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
} */

.banner-right.have-slider {
    overflow: hidden;
}

.banner-wrapper {
    overflow: hidden;
    position: relative;
}

.swiper-pagination {
    position: relative;
}



.mobile-menu-wrapper {
    position: fixed;
    z-index: 999;
    background: #ffff;
    top: 0;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(-100%, 0);
    left: 0;
    width: 280px;
}

.mobile-menu-wrapper.menu-active {
    transform: translate(0, 0);
}

.mobile-menu-head {
    padding: 15px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.mobile-menu-bar>ul {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    height: calc(100vh - 48px);
    overflow: auto;
}

.mobile-menu li {
    display: block;
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
}

.mobile-menu-bar ul li a {
    display: block;
    color: #212529;
    font-size: 16px;
}

.mobile-menu-bar ul li a.active {
    color: var(--primary-color);
    text-shadow: 1px 0px 1px var(--primary-color);
}

.overlay-main::after {
    content: '';
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .4s, opacity .4s;
    background: rgba(0, 0, 0, .3);
}

.overlay-main.active::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.site-header.head-sticky {
    -webkit-animation: .7s ease-in-out fadeInDown;
    animation: .7s ease-in-out fadeInDown;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background: #FFFFFF;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.cst-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    min-width: 250px;
    padding: 15px 15px;
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
    list-style: none;
}

.site-header .header-wrapper .main-nav-links ul .nav-item:hover .cst-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
}

.cst-dropdown ul {
    flex-direction: column;
}

.cst-dropdown ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: var(--primary-color);
    transition: all 0.6s ease;
}

.cst-dropdown ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.cst-dropdown ul li a:hover {
    text-shadow: 1px 0px 1px var(--primary-color);
}

.mobile-menu li .menu-expand {
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    top: 5px;
    color: #253d4e;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
    content: "\f077";
    font-weight: 900;
}

.mobile-menu li ul {
    list-style: none;
    padding: 10px 0 0 10px;
}

.mobile-menu li ul li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.site-header .header-wrapper .main-nav-links ul .nav-item a i {
    transition: all 0.6s ease;
}

.site-header .header-wrapper .main-nav-links ul .nav-item:hover a i {
    transform: rotate(-180deg);
}

.partners-logo {
    padding-bottom: 46px;
}

.mission-section {
    background-color: #FFF3EB;
    padding-top: 54px;
    background-size: contain;
    border-radius: 50px 0px 0px 0px;
    position: relative;
}

.mission-section .top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.has-bg {
    background-color: #FFF3EB;
    padding-bottom: 54px;
    background-size: contain;
    border-radius: 0px 0px 0px 50px;
    position: relative;
}

.has-bg .bottom-corn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-banner {
    background: url('../images/page-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0 100px;
}

.page-banner .page-name {
    text-align: center;
}

.page-banner .page-name ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner .page-name ul li a {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
}

.page-banner .page-name ul li:not(:last-of-type) a::after {
    content: '';
    display: inline-block;
    background: url('../images/icons/chevron_forward.svg');
    width: 19px;
    height: 18px;
}

.page-banner .page-name h1 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #9F3A22;
}

.knowledge-card {
    height: 100%;
}

.knowledge-card .knowledge-card-body {
    background-color: #FFF1E7;
    padding: 15px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
}

.knowledge-card .knowledge-card-body .knowledge-card-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    max-height: 210px;
    object-fit: cover;
}

.knowledge-card .knowledge-card-body .knowledge-card-img {
    margin-bottom: 10px;
}

.knowledge-card .knowledge-card-body .knowledge-info h4 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 0;
}

.knowledge-card .knowledge-card-body .knowledge-info .kc-tags {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.knowledge-card .knowledge-card-body .knowledge-info .kc-tags span {
    border-image-source: url('../images/dark-button.png');
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 1px;
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 12px;
    color: #231F20;
}




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

.div1 {
    grid-row: span 4 / span 4;
    min-width: 350px;
}

.div2 {
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
}

.div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 6;
}

.div4 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 5;
}

.div5 {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
}

.div6 {
    grid-row: span 4 / span 4;
    grid-column-start: 5;
    grid-row-start: 3;
    width: 299px;
}

.div7 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 5;
}

.kc-grid .div2 .knowledge-card .knowledge-card-body {
    padding-top: 18%;
    background: url('../images/kc-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-wrape-kc {
    margin-top: 40px;
}

.toolkit-box {
    position: relative;
    border: 1px solid var(--primary-color);
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF3EB 100%);
    border-image-source: url('../images/comingsoon.png');
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 0;
}

.toolkit-box .toolkit-title {
    margin-bottom: 50px;
}

.toolkit-box .toolkit-title h2 {
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.toolkit-box .toolkit-title p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: var(--primary-black);
}

.toolkit-box .lbl-text {
    display: inline-block;
    background-color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    left: -40px;
    padding: 10px 38px 0px;
    top: 25px;
}

.toolkit-box .tool-path {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
}

.tool-card .tool-card-body {
    padding: 15px;
    border-image-source: url('../images//card-border.png');
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 1px;
    border-radius: 5px;
    height: 100%;
    background: #FFF3EF;
}

.tool-card .tool-card-body .tool-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.tool-card .tool-card-body .tool-info {
    margin-top: 15px;
}

.tool-card .tool-card-body .tool-info .title {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary-black);
    display: block;
    margin-bottom: 15px;
    transition: all 0.6s ease;
}

.tool-card .tool-card-body .tool-info .title:hover {
    color: var(--primary-color);
}


.tool-card .tool-card-body .tool-info p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--primary-black);
}

.tool-card .tool-card-body .tool-info .lbl {
    border-image-source: url('../images/dark-button.png');
    border-image-slice: 9;
    border-image-width: 9px;
    border-image-outset: 1px;
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 12px;
    color: #231F20;
    margin-bottom: 5px;
}

.multi-card-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.multi-card-col .tool-card .tool-card-body {
    background: transparent;
}

.multi-card-col .tool-card .tool-card-body .tool-info {
    margin-top: 0px;
}

.tool-path-right {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -1;
}

.filter-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.filter-area .select2-container--default .select2-selection--single {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9F3A22;
    border: 1px solid #9F3712;
    background: transparent;
    border-radius: 30px !important;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding: 0 45px 0px 15px;
    color: #9F3A22;
}

.select2-search__field {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url('../images/icons/dropdown.svg');
    width: 22px;
    height: 22px;
    top: 10px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.filter-area .select2 {
    width: auto !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #9F3A22 !important;
}

.select2-dropdown {
    border: 0 !important;
}

.select-filter {
    display: flex;
    gap: 15px;
}

.text-filter {
    position: relative;
}

.text-filter input {
    width: 100%;
    height: 40px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #231F20;
    padding: 0 50px 0 15px;
    background: transparent;
    border: 1px solid #9F3712;
    border-radius: 30px;
    outline: none;
}

.text-filter button {
    background: transparent;
    outline: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

body.normal-bg {
    background: #FFFFFF;
}

.join-us-info .main-title span {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #9F3712;
    margin-bottom: 5px;
}

.join-us-info .main-title h1 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #9F3A22;
    margin-bottom: 0;
}

.join-us-info .main-title {
    margin-bottom: 60px;
}

.join-us-info .semi-info span {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #9F3A22;
    margin-bottom: 10px;
}

.join-us-info .semi-info p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}

.join-us-info .semi-info:not(:last-of-type) {
    margin-bottom: 30px;
}

.joinus-form {
    padding: 30px;
    background-color: var(--primary-color);
    border-radius: 30px;
}

.joinus-form .input-wrapper label {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.joinus-form .input-wrapper input {
    width: 100%;
    padding: 15px;
    height: 45px;
    background: #9F3A22;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    outline: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #FFFFFF;
}

.joinus-form .input-wrapper input::placeholder {
    color: #FFFFFF;
}

.joinus-form .input-wrapper textarea {
    width: 100%;
    padding: 15px;
    height: 100px;
    background: #9F3A22;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    outline: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #FFFFFF;
    resize: none;
}

.joinus-form .input-wrapper textarea::placeholder {
    color: #FFFFFF;
}

.joinus-form .input-wrapper:not(:last-of-type) {
    margin-bottom: 15px;
}

.sec-btn-submit {
    background-color: #FAE2B4;
    border-radius: 30px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #9F3A22;
    outline: none;
    padding: 0 15px;
    transition: all 0.6s ease;
    border: 1px solid transparent;
}

.sec-btn-submit:hover {
    background: transparent;
    border-color: #FAE2B4;
    color: #FAE2B4;
}

.text-banner {
    padding-top: 45px;
}

.text-banner .text-content-banner span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #9F3712;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.text-banner .text-content-banner h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #9F3712;
    margin-bottom: 15px;
}

.text-banner .text-content-banner p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #231F20;
    margin-bottom: 15px;
}


.partners-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.partner-card .partner-card-body {
    cursor: pointer;
}

.partner-card .partner-card-body .partner-img {
    margin-bottom: 15px;
    padding: 15px 15px 0px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.partner-card .partner-card-body .partner-img img {
    height: 100px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    transition: all 0.6s ease;
    margin: auto;
    max-width: 250px;
}

.partner-card .partner-card-body:hover .partner-img img {
    mix-blend-mode: normal;
}

.partner-card .partner-card-body .partner-info h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #9F3712;
}

.partner-card .partner-card-body .partner-info p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 15px;
    text-align: justify;
}
.partner-card .partner-card-body .partner-info p span{
   font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #9F3712;  
}

.partner-card .partner-card-body .partner-info a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9F3712;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.th-btn.btn-large {
    line-height: 50px;
    padding: 0 50px;
    font-size: 20px;
}

.video-card .video-card-body {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.video-card .video-card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card .video-card-body button {
    background: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    z-index: 1;
    transform: translateY(-50%);
}

body.join-us .contribute-block {
    display: none;
}

.masonary-grid {
    /* -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; */
    margin-top: -30px;
}

.masonary-grid .knowledge-card {
    /* display: inline-block;
    margin: 30px 0 0px; */
    /* width: 100%; */
    height: auto;
}
.masonary-grid .knowledge-card .knowledge-card-body{
    cursor: pointer;
    height: 100%;
}
.masonary-grid .knowledge-card .knowledge-info P {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #231F20;
    margin-top: 30px;
}

.file-form .input-wrapper label {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 10px;
}

.file-form .input-wrapper input {
    width: 100%;
    border: 1px solid #9F3712;
    height: 40px;
    border-radius: 50px;
    padding: 0 15px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #231F20;
    outline: none;
}

#DownloadFile .modal-content {
    border-radius: 15px;
}

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

#DownloadFile .modal-content .modal-body h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #231F20;
    margin-bottom: 30px;
}

#DownloadFile .modal-content .modal-body .btn-close {
    margin-left: auto;
    background-image: url('../images/icons/btn-close.svg');
    width: 34px;
    height: 34px;
    background-size: 100%;
    opacity: 1;
    display: block;
}

.form-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
}

.form-check-input {
    border: 2px solid #9F3712;
}

.form-check-input:checked {
    background-color: #9F3712;
    border-color: #9F3712;
}