@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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", sans-serif;
    color: #707070;
    background-color: #ffffff;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

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

.btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    gap: 10px;
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    border-radius: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: 0;
    outline: none;
    transition: background 0.6s ease;
}

.btn-primary:hover {
    background: linear-gradient(180deg, #72C59A 0%, #254960 126.45%);
}

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

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


.site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    z-index: 99;
}

.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
}

@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)
    }
}

.header-wrapper {
    display: flex;
    align-items: center;
}

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

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

.header-wrapper .header-menu {
    flex: 1;
}

.header-wrapper .header-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.header-wrapper .header-menu ul li a {
    display: inline-flex;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #254960;
    padding: 8px 12px;
    transition: all 0.6s ease;
}

.header-wrapper .header-menu ul li a.active,
.header-wrapper .header-menu ul li a:hover {
    text-shadow:
        0.5px 0 0 currentColor,
        -0.5px 0 0 currentColor;
}

.header-wrapper .language-manager .language-btn {
    padding: 8px;
    width: 40px;
    height: 40px;
    border: 0;
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner-home {
    padding-top: 40px;
}

.main-banner-home .banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-banner-home .banner-wrapper .banner-content {
    padding-right: 40px;
}

.main-banner-home .banner-wrapper .banner-content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #254960;
    margin-bottom: 10px;
}

.main-banner-home .banner-wrapper .banner-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 40px;
}

.main-banner-home .banner-wrapper .banner-slider {
    flex-shrink: 0;
    max-width: 800px;
    width: 100%;
}

.main-banner-home .banner-wrapper .banner-slider .bnr-img {
    position: relative;
}

.main-banner-home .banner-wrapper .banner-slider .bnr-img img {
    border-radius: 20px;
}

.main-banner-home .banner-wrapper .banner-slider .bnr-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.54%, #000000 116.17%);
    border-radius: 20px;
}

.main-banner-home .banner-wrapper .banner-slider .slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.main-banner-home .banner-wrapper .banner-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 4.92px;
    height: 4.92px;
    background: #FFFFFF;
    border: 0;
    outline: none;
    border-radius: 50%;
    transition: all 0.6s ease;
}

.main-banner-home .banner-wrapper .banner-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
}

.about-us-home {
    position: relative;
}

.about-us-home .right-dec {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: -1;
}

.about-us-home .about-img img {
    width: 100%;
    border-radius: 20px;
}

.abt-info-home .sub-title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.abt-info-home h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #254960;
    margin-bottom: 10px;
}

.abt-info-home p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.abt-info-home ul {
    margin-top: 20px;
    margin-bottom: 40px;
}

.abt-info-home ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.abt-info-home {
    padding-left: 30px;
}

.section-break {
    padding: 50px 0px;
}

.section-title h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #254960;

}

.section-title p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.location-dropdown {
    position: relative;
    max-width: 490px;
    width: 100%;
    margin: 20px auto 40px;
    border: 1px solid #000000;
    border-radius: 30px;
}

.location-dropdown .dropdown .dropdown-toggle {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    color: #000000;
    padding-left: 20px;
    outline: none;
    box-shadow: none;
}

.location-dropdown .dropdown-item {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.location-dropdown .dropdown-item img,
.location-dropdown .dropdown .dropdown-toggle img {
    margin-right: 5px;
}

.location-dropdown .dropdown-menu {
    width: 100%;
}

.location-dropdown .dropdown .dropdown-toggle::after {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_164_115" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_164_115)"><path d="M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z" fill="%231C1B1F"/></g></svg>');
    width: 24px;
    height: 24px;
    border: 0;
    position: absolute;
    right: 95px;
    top: 50%;
    transform: translateY(-50%);
}

.location-dropdown .btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
}

.map-count {
    display: flex;
    gap: 14px;
    align-items: baseline;
}

.map-count h4 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    color: #254960;
}

.map-count p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.map-count:not(:last-of-type) {
    margin-bottom: 20px;
}

.map-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 45px;
}

.map-wrapper .center-map {
    max-width: 725px;
    width: 100%;
}

.counter-feed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background: url('../images/counter-bg.png');
    border-radius: 20px;
    background-repeat: repeat;
    background-size: cover;
}

.counter-feed .counter-box {
    flex: 1;
    text-align: center;
}

.counter-feed .counter-box h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
}

.counter-feed .counter-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.newsletter-content-wrape {
    position: relative;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    background: linear-gradient(271.39deg, #72C59A -12.02%, #254960 45.41%, #004891 96.57%);
}

/* .newsletter-content-wrape::before{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/contact-frame.png');
    background-size: contain;
    background-repeat: repeat;
} */

.newsletter-content-wrape .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-content-wrape .main-content {
    position: relative;
    text-align: center;
}

.newsletter-content-wrape .main-content span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.newsletter-content-wrape .main-content h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.newsletter-content-wrape .main-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.newsletter-content-wrape .main-content .input-wrapper {
    max-width: 700px;
    width: 100%;
    margin: auto;
    position: relative;
}

.newsletter-content-wrape .main-content .input-wrapper input {
    width: 100%;
    background: transparent;
    border: 1px solid #FFFFFF;
    height: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 0 15px;
    border-radius: 30px;
    outline: none;
}

.newsletter-content-wrape .main-content .input-wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.newsletter-content-wrape .main-content form {
    margin-top: 40px;
}

.newsletter-content-wrape .main-content .input-wrapper input::placeholder {
    color: #FFFFFF;
}

.btn-yellow {
    padding: 8px 15px;
    background: #E4C22A;
    border-radius: 100px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    border: 0;
    outline: none;
    transition: all 0.6s ease;
}

.btn-yellow:hover {
    background: #72C59A;
}

.site-footer {
    padding: 40px 0px;
    background: linear-gradient(271.39deg, #72C59A -12.02%, #254960 32.57%, #004891 96.57%);
    border-radius: 20px 20px 0px 0px;
}

.site-footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}

.site-footer .footer-top .brand-logo {
    max-width: 195px;
    width: 100%;
}

.site-footer .footer-top .footer-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 10px;
    padding: 0;
}

.site-footer .footer-top .footer-menu ul li a {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

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

.abt-info-home .about-img {
    display: none;
}

.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: 5px 5px;
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: end
}

.nav-close svg {
    color: #fafafa
}

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

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

.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
}

.menu-toggle {
    position: relative;
    background: 0 0;
    border: 0;
    width: 25px;
    padding: 0;
    display: none
}

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

.menu-toggle span,
.menu-toggle span::after,
.menu-toggle span::before {
    height: 3px;
    background: #34495e;
    transition: .2s;
    display: block;
}

.menu-toggle span::before {
    top: -8px
}

.menu-toggle span::after {
    bottom: -8px
}

.menu-toggle.active span {
    transform: rotate(45deg)
}

.menu-toggle.active span::before {
    transform: translate3d(0, 8px, 0)
}

.menu-toggle.active span::after {
    transform: rotate(-90deg) translate3d(8px, 0, 0)
}

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

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

.page-banner {
    position: relative;
    padding: 80px 0px;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/contact-frame.png');
    background-size: contain;
    background-repeat: repeat;
}
.page-banner {
    background: linear-gradient(271.39deg, #72C59A -12.02%, #254960 45.41%, #004891 96.57%);
}
.page-banner .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.page-banner .page-name {
    position: relative;
}

.page-banner .page-name h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
}

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

.page-banner .page-name ul li,
.page-banner .page-name ul li a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.page-banner .page-name ul li:not(:last-of-type)::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_175_1021" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="10" height="10"><rect width="10" height="10" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_175_1021)"><path d="M3.33595 8.87825L2.89282 8.43513L6.32793 5.00002L2.89282 1.56492L3.33595 1.1218L7.21418 5.00002L3.33595 8.87825Z" fill="white"/></g></svg>');
}

.mb-20 {
    margin-bottom: 20px;
}

.about-main-img {
    margin-top: 40px;
}

.about-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-main-dec {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: -1;
}

.about-main ul {
    margin-top: 10px;
}

.about-main ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.approach-card .approach-card-body .approach-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    border-radius: 5px;
    margin-bottom: 10px;
}

.approach-card .approach-card-body h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.approach-card .approach-card-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.approach-grid {
    margin: 40px -20px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.approach-card {
    padding: 0 20px;
}

.approach-card:not(:last-of-type) {
    border-right: 1px solid #72C59A;
}

.mission-vision-info {
    position: relative;
    padding: 40px 100px;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 40px;
    color: #FFFFFF;
    background: linear-gradient(271.39deg, #72C59A -12.02%, #254960 45.41%, #004891 96.57%);
}

.mission-vision-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/contact-frame.png');
    background-size: contain;
    background-repeat: repeat;
}

.mission-vision-info .section-title h2,
.mission-vision-info p {
    color: #FFFFFF;
}

.mission-vision-info ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.mission-vision-info .mission-box {
    width: 50%;
    padding: 0 20px;
}

.mission-vision-info .mission-box:not(:last-of-type) {
    border-right: 1px solid #FFFFFF;
}

.mission-vision-info .mission-box h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    margin-top: 10px;
}

.mission-vision-info .mission-box p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

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

.logo-grid .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid #72C59A;
    border-radius: 20px;
        height: 100%;
}
.logo-grid .logo-box img{
        max-height: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.library-list-wrapper .library-filter {
    max-width: 330px;
    width: 100%;
    position: sticky;
    top: 100px;
}

.library-list-wrapper .library-filter .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.library-list-wrapper .library-filter .filter-head h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin: 0;
}

.library-list-wrapper .library-filter .filter-head button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: none;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.library-list-wrapper .library-filter .filter-list {
    padding: 21px 20px;
    background: rgba(114, 197, 154, 0.25);
    border-radius: 20px;
    margin-top: 20px;
}

.library-list-wrapper .library-filter .filter-list .accordion-item {
    background: transparent;
    border: 0;
}

.library-list-wrapper .library-filter .filter-list .accordion-item .accordion-header .accordion-button {
    padding: 14px 15px;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.library-list-wrapper .library-filter .filter-list .accordion-item .accordion-header .accordion-button::after {
    content: '\f078';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    border-radius: 5px;
    width: 28px;
    height: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed)::after {
    content: '\f077' !important;
    transform: unset;
}

.library-list-wrapper .library-filter .filter-list .accordion-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.library-list-wrapper .library-filter .filter-list .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.library-list-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 1;
}

.library-list-wrapper .library-main-list {
    flex: 1;
    padding-left: 20px;
}

.library-main-list .library-title {
    margin-bottom: 40px;
}

.library-main-list .library-title h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.library-main-list .library-title p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.library-card .library-card-body .library-card-img {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.library-card .library-card-body .library-card-img a {
    position: relative;
    display: block;
    padding-top: 65%;
}

.library-card .library-card-body .library-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.library-card .library-card-body:hover .library-card-img img {
    transform: scale(1.2);
}

.library-card .library-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.library-card .library-card-body .library-info {
    padding: 20px;
    border: 1px solid #72C59A;
    border-top: 0;
    border-radius: 0px 0px 20px 20px;
    background: #FFFF;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.library-card .library-card-body .library-info .cat-tag {
    display: inline-block;
    padding: 3px 8px;
    background: #E4C22A;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 10px;
}

.library-card .library-card-body .library-info h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #254960;
    transition: all 0.6s ease;
}

.library-card .library-card-body .library-info h3 a {
    color: inherit;
}

.library-card .library-card-body .library-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.library-card .library-card-body .library-info p:not(.italic) {
    flex: 1;
}

.library-card .library-card-body .library-info .italic {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.library-card .library-card-body .library-info h3:hover {
    color: #E4C22A;
}

.library-list .dec-right-lbr {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 45%;
}

.playbooks-slider .playbooks-card {
    padding: 20px;
    background: #72C59A;
    box-shadow: -2px -2px 9.6px rgba(0, 0, 0, 0.33);
    border-radius: 20px;
}

.playbooks-slider .swiper-slide-active.playbooks-card {
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    box-shadow: 2px 2px 9.6px rgba(0, 0, 0, 0.33);
}

.playbooks-slider .playbooks-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.playbooks-slider {
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.playbooks-slider .swiper-slide {
    width: 825px;
    height: auto;
}

.book-dec-img {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: -1;
}

.library-list-wrapper .library-filter .filter-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.library-list-wrapper .library-filter .filter-list ul li a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.library-list-wrapper .library-filter .filter-list ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.hub-card .hub-card-body {
    padding: 20px;
    background: rgba(150, 212, 180, 0.29);
    border-radius: 20px;
    border: 1px solid #004891;
    height: 100%;
}

.hub-card .hub-card-body .crd-num {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    background: linear-gradient(180deg, #254960 0%, #72C59A 126.45%);
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.hub-card .hub-card-body h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.hub-card .hub-card-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.asean-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.asean-vision ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.text-block-info h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #254960;
    margin-bottom: 15px;
}

.text-block-info p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.playbook-card .playbook-card-body {
    border: 1px solid #72C59A;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: block;
}

.playbook-card .playbook-card-body .playbook-card-img {
    position: relative;
    padding-top: 60%;
}

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

.playbook-card .playbook-card-body .book-name {
    padding: 15px;
}

.playbook-card .playbook-card-body .book-name h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #254960;
    margin: 0;
}

.playbooks-list {
    display: none;
}

.involved-text h5 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #254960;
}

.involved-text ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.involved-text ul {
    margin-bottom: 0;
}

.involved-text:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #72C59A;
}

.form-wrapper {
    position: relative;
    background: linear-gradient(271.39deg, #72C59A -12.02%, #254960 45.41%, #004891 96.57%);
    border-radius: 40px;
    padding: 40px;
    width: 100%;
    z-index: 1;
}

/* .form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/contact-frame.png');
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
} */

.form-wrapper h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.form-wrapper label {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.form-wrapper input {
    width: 100%;
    border: 1px solid #FFFFFF;
    padding: 0px 20px;
    background: transparent;
    outline: none;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    height: 40px;
    border-radius: 30px;
}

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

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

.form-wrapper .input-wrapper textarea {
    width: 100%;
    border: 1px solid #FFFFFF;
    padding: 10px 20px;
    background: transparent;
    outline: none;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    height: 100px;
}

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

.mt-20 {
    margin-top: 20px;
}

.involved-text-wrapper {
    padding-right: 50px;
}

.contact-dec-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.flipbook-right-arrow {
    width: 30px !important;
    margin-right: 3% !important;
    background: rgba(0, 0, 0, 0.1) !important;
    padding: 6px !important;
}

.flipbook-left-arrow {
    width: 30px !important;
    margin-left: 3% !important;
    background: rgba(0, 0, 0, 0.1) !important;
    padding: 6px !important;
}

.covid .flipbook-left-arrow {
    transform: scale(-1);
}

#book-container {
    min-height: 84vh;
    position: relative;
}

.flip-title h1 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #254960;
}

.book-main {
    padding: 40px 15px 40px;
}

.flipbook-menuBottom .flipbook-menu-center {
    background: white;
    padding: 0.25em 1em;
    border-radius: 30px;
    margin-top: -2em;
    margin-bottom: 1rem;
    border: 1px solid #005745;
}

.flipbook-menuBottom .flipbook-menu-center span {
    line-height: 1;
}

.flipbook-menuBottom .flipbook-menu-center {
    padding: 10px 15px;
    gap: 10px;
}

.flipbook-color-light {
    color: rgba(50, 50, 50, 0.75);
    padding: 0 !important;
    margin: 0 !important;
}

.sticky-bk-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 6;
}

.mob-btn-banner {
    display: none;
}




/* 
  font-family: "Montserrat", sans-serif;
*/