/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.13
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

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

/* Note: The CSS files are loaded from assets/css/ folder. */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Tenor+Sans&display=swap');


/*Global*/
.gallery-columns-3 .gallery-item{
    width:33%;
}
.gallery-icon{
    border:unset !important;
}
body {
    color: #434343;
    font-family: "Roboto", sans-serif;
}

.home_container {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.container {
    width: calc(96% - 30px);
    max-width: 1490px;
    margin: 0 auto;
}

p.txt_heading {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 70px;
}

/*Header*/
header.site-header {
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0;
}

header .nav-container {
    display: none;
}

header .nav-container a.site-logo_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

header .nav-open,
header .nav-close {
    display: none;
    position: absolute;
    top: 45px;
    left: 45px;
    width: 22px;
    border-top: 3px solid #272727;
    border-bottom: 3px solid #272727;
    cursor: pointer;
    padding: 5px 0;
}

/*header .nav-close {
    border-color: #FFF;
}*/

header .nav-open span,
header .nav-close span {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #030303;
}

/*header .nav-close span {
    background-color: #FFF;
}*/

#nav-slide-in {}

#nav-slide-in .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header #nav-slide-in a.site-logo_link {
    display: inline-block;
}

#nav-slide-in .nav-links {}

#nav-slide-in .nav-links a.link-page {
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    margin-right: 50px;
}

#nav-slide-in .nav-links a.link-page:last-child {
    margin-right: 0;
}

#nav-slide-in .nav-links a.link-page:hover {
    text-decoration: underline;
}

#nav-slide-in .social-media p.segment-ttl {
    color: #FFF;
    margin-bottom: 12px;
}

#nav-slide-in .social-media a.link-page {
    margin-right: 10px;
}

#nav-slide-in .social-media a.link-page:last-child {
    margin-right: 0;
}

#nav-slide-in .social-media img.sm_icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

/*Footer*/
.footer-top {
    padding: 80px 0 100px;
}

.footer-top .footer-ttl {
    color: #FFF;
    font-family: "Tenor Sans", sans-serif;
    font-size: 48px;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
    text-align: center;
}

.footer-top .wpcf7-form {
    max-width: 582px;
    border: 1px solid #FFF;
    border-radius: 96px;
    margin: 0 auto;
    padding-right: 12px;
}
.footer-top .wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.footer-top .wpcf7-form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

#site-footer .footer-top .wpcf7-form input[type="email"] {
    height: 51px;
    background: transparent;
    border: 0;
    border-radius: 96px 0 0 96px;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-left: 32px;
}

#site-footer .footer-top .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
}

#site-footer .footer-top .wpcf7 form.failed .wpcf7-response-output,
#site-footer .footer-top .wpcf7 form.aborted .wpcf7-response-output {
    position: absolute;
    color: #FFF;
}

#site-footer .footer-top .wpcf7-form input[type="submit"] {
    width: 32px;
    height: 32px;
    font-size: 0;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2026/02/FOOTER-SEND-BUTTON.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}

#site-footer .footer-top .wpcf7-spinner {
    display: none;
}

.footer-bottom {
    padding-top: 86px;
}

.footer-bottom .contact-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-bottom .contact-details a.footer-home {}

.footer-bottom .contact-details .footer-dtl {
    width: 64rem;
    display: flex;
}

.footer-bottom .footer-dtl .dtl-column {
    min-width: 250px;
    color: #FFF;
    text-align: center;
}

.footer-bottom .footer-dtl .dtl-column p.dtl_label {
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    letter-spacing: -0.04em;
    margin-bottom: 1em;
}

.footer-bottom .footer-dtl .dtl-column .dtl_entry {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-bottom .footer-dtl .dtl-column a,
#contact-us .contain-info a {
    display: inline-block;
    color: #FFF;
    text-decoration: underline;
}

.footer-end {
    position: relative;
    padding-bottom: 10px;
}

.footer-end .copyright {
    color: #FFF;
    font-size: 10px;
    text-align: center;
}

.footer-end .copyright a {
    margin-left: 10px;
}

.footer-end .footer_clip {
    position: absolute;
    top: 50%;
    left: auto;
    right: 4rem;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #FFF;
}

.footer-end .footer_clip a {
    color: #FFF;
    font-size: 12px;
}

.footer-end .footer_clip a:hover {
    text-decoration: underline;
}


/*Homepage Hero*/
#hero-banner {
    position: relative;
}

#hero-banner::after {
    content: '';
    display: block;
    padding-top: 56%;
}

#hero-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-end;
}

#hero-banner .contain-text {
    max-width: 480px;
}

#hero-banner .contain-text p.slide_heading,
#section-about p.txt_heading,
#section-values p.txt_heading,
#mission-vision p.txt_heading,
#section-projects .contain-projects p.proj_name,
#section-projects_prev p.txt_heading,
#section-news .contain-news p.proj_name {
    font-family: "Tenor Sans", sans-serif;
    background-image: linear-gradient(to right, #102226, #8A9395);
    color: transparent;
    background-clip: text;
    font-size: 48px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-bottom: 72px;
}

#page-title h1 span{
    font-family: "Tenor Sans", sans-serif;
    background-image: linear-gradient(to right, #102226, #8A9395);
    color: transparent;
    background-clip: text;
    font-size: 72px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-bottom: 72px;
}
#hero-banner .contain-text p.slide_subheading,
#section-values p.txt_subheading,
#section-projects .contain-projects p.proj_ttl,
#section-news .contain-news p.proj_ttl,
#inner-about .ft-story .contain-txt p.txt_sub,
#inner-about #ft-msg p.txt_desc,
#endnote p.txt_subttl,
#news_events .solo-news .contain-txt p.news_date {
    color: #99A0AA;
    font-size: 16px;
    letter-spacing: 24%;
    line-height: 1;
    margin-bottom: 16px;
}

.contain-cta {
    display: flex;
    align-items: center;
}

.contain-cta a.cta_link,
.contain-cta a.cta_link {
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 24%;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contain-cta a.cta_link:hover {
    border-bottom: 2px solid #102226;
}

.contain-cta img.cta_img {
    margin-left: 16px;
}

/*Homepage About*/
#section-about {
    padding: 96px 0 37px;
    text-align: center;
}

#section-about p.txt_heading {
    margin-bottom: 48px;
    max-width: 1180px;
    margin: 0 auto 48px;
}

#section-about .short_desc,
#section-values .short_desc,
#section-projects .contain-projects p.proj_desc {
    max-width: 1100px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    margin: 0 auto 96px;
}

#section-about .contain-cta {
    justify-content: center;
    margin-bottom: 112px;
}

#section-about .contain-stats {
    background-image: url(/wp-content/uploads/2026/02/ellipse-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    padding: 71px 129px 145px;
}

#section-about .solo-stat {}

#section-about .solo-stat .contain-count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #425053;
    font-family: "Tenor Sans", sans-serif;
    font-size: 96px;
}

#section-about .solo-stat p.stat_prefix,
#section-about .solo-stat p.stat_suffix {
    line-height: 100%;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

#section-about .solo-stat p.stat_count {
    display: inline-flex; /* Keeps digits side-by-side */
    overflow: hidden;
    height: 1.2em; /* Ensure this matches your font size */
    line-height: 1.2em;
    margin: 0 15px;
    font-variant-numeric: tabular-nums; /* Keeps numbers aligned even if widths differ */
    min-width: 1ch; /* Optional: prevents layout collapse if the number starts at 0 */
}

#section-about .digit-container {
    display: inline-block;
    width: 0.65em; 
    height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 0.6em; /* Adjust based on your font's character width */
}

#section-about .digit-strip {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-out; /* Quick roll per number */
}

#section-about .digit-strip span {
    height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Homepage Core Values*/
#section-values {
    padding: 118px 0 74px;
}

#section-values .container,
#section-projects .container,
#section-news .container {
    max-width: 1792px;
}

#section-values .contain-grid {
    max-width: 1490px;
    margin: 0 auto;
}

#section-values p.txt_subheading {}

#section-values p.txt_heading,
#section-projects .contain-projects p.proj_name {
    margin-bottom: 8px;
}

#section-values .short_desc {
    margin: 0 0 24px;
}

#section-values .contain-values {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#section-values .contain-values::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    padding-top: 9%;
    display: block;
    background-image: url(/wp-content/uploads/2026/02/ABOUT-TRIANGLE-OVERLAY.png);
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

#section-values .contain-values .solo-val {
    width: calc(25% - 16.5px);
    position: relative;
    z-index: 1;
}

#section-values .contain-values .contain-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.4s ease-in-out;
}

#section-values .contain-values .solo-val:hover .contain-bg {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#section-values .contain-values .contain-bg::after {
    content: '';
    display: block;
    padding-top: 160%;
}

#section-values .contain-values .contain-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 24px;
    box-sizing: border-box;
    transform: translateY(calc(100% - 80px)); 
    transition: transform 0.4s ease-in-out;
}

#section-values .contain-values .solo-val:hover .contain-txt {
    transform: translateY(0);
    transition-delay: 0.1s; 
}

#section-values .contain-txt p.val_name {
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
}

#section-values .contain-txt p.val_desc {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 0;
}

/*Homepage Projects*/
#section-projects {
    padding: 74px 0 95px;
}

#section-projects .contain-projects .proj-bg::after,
#section-news .contain-news .proj-bg::after {
    content: '';
    display: block;
    padding: 30%;
}

#section-projects .contain-projects .proj-bg::before,
#section-news .contain-news .proj-bg::before {
    content: '';
    width: 100%;
    padding-top: 13.5%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url(/wp-content/uploads/2026/02/PROJECTS-TRIANGLE-OVERLAY.png);
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 3;
}

#section-projects .contain-projects .contain-grid,
#section-news .contain-news .contain-grid {
    width: 100%;
    max-width: 1490px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: flex;
    justify-content: flex-end;
    text-align: right;
    z-index: 4;
}

#section-projects .contain-projects p.proj_desc {
    max-width: unset;
    margin: 0;
}

#section-projects .contain-projects .slick-dots,
#section-news .contain-news .slick-dots {
    top: 0;
    bottom: auto;
    display: flex;
    align-items: center;
}

#section-projects .contain-projects .slick-dots li,
#section-news .contain-news .slick-dots li {
    width: 100%;
    height: 8px;
    background-color: #FFF;
    border-radius: 0;
    margin: 0;
    opacity: 0.16;
}

#section-projects .contain-projects .slick-dots li.slick-active,
#section-news .contain-news .slick-dots li.slick-active {
    opacity: 0.64;
}

#section-projects .contain-projects .slick-dots li button:before,
#section-news .contain-news .slick-dots li button:before {
    display: none;
}

#section-projects .contain-projects .slick-prev,
#section-projects .contain-projects .slick-next {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

#section-projects .contain-projects .slick-prev {
    left: 0;
    background-image: url(/wp-content/uploads/2026/02/arrow-left.png);
}

#section-projects .contain-projects .slick-next {
    right: 0;
    background-image: url(/wp-content/uploads/2026/02/arrow-right.png);
}


#section-projects .contain-projects .slick-prev:before,
#section-projects .contain-projects .slick-next:before {
    display: none;
}

#section-projects .contain-projects .slick-prev.slick-disabled,
#section-projects .contain-projects .slick-next.slick-disabled {
    opacity: 0;
}

/*Homepage Previous Projects*/
#section-projects_prev {}

#section-projects_prev .container {
    display: flex;
    justify-content: space-between;
}

#section-projects_prev p.txt_heading {
    width: calc(40% - 50px);
    font-size: 32px;
}

#section-projects_prev .contain-projects {
    --container-width: 60%; 
    width: var(--container-width);
    
    overflow: hidden;
    white-space: nowrap;
}

#section-projects_prev .contain-projects .solo-proj {
    border-bottom: 1px solid rgba(67, 67, 67, 0.24);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#section-projects_prev .solo-proj,
#section-projects_prev .solo-proj:focus,
#section-projects_prev .solo-proj:active,
#section-projects_prev .proj-content {
    outline: none !important;       /* Removes the dotted/solid line */
    box-shadow: none !important;    /* Removes any glow/shadow */
    -webkit-appearance: none;       /* Fixes some mobile browser quirks */
    -webkit-tap-highlight-color: transparent; /* Removes the blue flash on mobile */
}

#section-projects_prev .contain-projects .solo-proj:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#section-projects_prev .contain-projects .proj-content {
    display: inline-block;
    width: max-content;
    color: #102226;
    cursor: pointer;
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    transform: translateX(0);
    transition: transform 1s ease-in-out;
}

#section-projects_prev .contain-projects .proj-content span.proj_desc {
    color: rgba(67, 67, 67, 0.5);
    margin-left: 15px;
}

#section-projects_prev .contain-projects .solo-proj:hover .proj-content {
    transform: translateX(calc(-100% + var(--container-width)));
    transition: transform 4s linear;
}

/*Homepage News*/
#section-news {
    padding: 144px 0 96px;
}

#section-news .contain-news .proj-bg::before {
    top: 0;
    bottom: auto;
    background-image: url(/wp-content/uploads/2026/02/NEWS-TRIANGLE-OVERLAY.png);
    background-position: top left;
}

#section-news .contain-news .proj-bg::after {
    content: '';
    display: block;
    padding: 22%;
}

#section-news .contain-news .contain-grid {
    top: 0;
    bottom: auto;
    justify-content: flex-start;
    text-align: left;
}

#section-news .contain-news p.proj_name {
    margin-bottom: 0;
}

#section-news .contain-news .slick-dots {
    top: auto;
    bottom: 0;
}


#section-news .solo-news {
    width: 50%;
    height: 88%;
    max-width: 560px;
    position: absolute;
    top: 0;
    right: 8rem;
    background-image: url(/wp-content/uploads/2026/02/NEWS-BOX.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 9rem 4.5rem;
    z-index: 2;
}

#section-news .solo-news p.news_ttl {
    color: #FFF;
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#section-news .solo-news p.news_desc {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
}

#section-news .slick-prev,
#section-news .slick-next {
    top: 70%;
    z-index: 1;
}

#section-news .slick-prev {
    right: 37rem;
    left: auto;
}

#section-news .slick-next {
    right: 34.5rem;
}

#section-news .slick-prev:before,
#section-news .slick-next:before {
    width: 25px;
    height: 15px;
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2026/02/NEWS-ARROW-LEFT.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#section-news .slick-next:before {
    background-image: url(/wp-content/uploads/2026/02/NEWS-ARROW-RIGHT.png);
}
#section-news .contain-cta{
    justify-content: center;
    margin-top: 50px;
}
/*Inner Page */
.innerpage .contain-grid {
    max-width: 1490px;
    margin: 0 auto;
}

#page-title {
    margin-bottom: 144px;
    padding-top: 336px;
}

#page-title h1 span {
    font-weight: 400;
    margin-bottom: 0;
}

/*Inner Page - About Us*/
#inner-about #ft-story {
    padding-bottom: 120px;
}

#inner-about .ft-story {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#inner-about .ft-story .contain-img {
    width: 40%;
}
/* #inner-about .left-content {
    width: 40%;
} */
#inner-about #ft-msg{
display: none;
}
#inner-about .ft-story .contain-img::after {
    content: '';
    display: block;
    padding-top: 125%;
}

#inner-about .ft-story .contain-txt {
    width: 50%;
}
#inner-about .txt_history{
    width: calc(96% - 30px);
    margin: 70px auto 0;
    max-width: 1490px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #434343;
}
#inner-about .txt_history strong{
    background-image: linear-gradient(to right, #102226, #8A9395);
    background-clip: text;
    color: transparent;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}
#inner-about .ft-story .contain-txt p.txt_name,
#inner-about .contain-timeline .val_year,
#inner-about .contain-timeline .val_ttl,
#content-strip p.txt_ttl,
#principles span.txt_ttl,
#principles .solo-value .contain-txt span.val_name,
#endnote span.txt_ttl {
    background-image: linear-gradient(to right, #102226, #8A9395);
    background-clip: text;
    color: transparent;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}

#inner-about .ft-story .contain-txt p.txt_sub {
    margin-bottom: 48px;
}

#inner-about .ft-story .contain-txt p.txt_desc {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0%;
    color: #434343;
}

#inner-about .contain-timeline {
    position: relative;
    margin: 120px 0;
    padding: 144px 0;
    z-index: 1;
}

#inner-about .contain-timeline::after {
    content: '';
    height: 100%;
    width: 2px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #D4D4D4 3%,
        #D4D4D4 97%,
        transparent 100%
    );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

#inner-about .contain-timeline .solo-val {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 96px;
    z-index: 5;
}

#inner-about .contain-timeline .solo-val:nth-child(even) {
    flex-direction: row-reverse;
}

#inner-about .contain-timeline .solo-val:last-child {
    margin-bottom: 0;
}

#inner-about .contain-timeline .solo-val::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgb(16 34 38 / 80%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 4px solid rgb(255 255 255 / 40%);
    border-radius: 50%;
    z-index: 5;
}

#inner-about .contain-timeline .solo-val .contain-img,
#inner-about .contain-timeline .solo-val .contain-txt {
    width: calc(50% - 54px);
}

#inner-about .contain-timeline .solo-val .contain-img {}

#inner-about .contain-timeline .solo-val .contain-img::after {
    content: '';
    display: block;
    padding-top: 56%;
}

#inner-about .contain-timeline .solo-val .contain-txt {}

#inner-about .contain-timeline .solo-val:nth-child(even) .contain-txt {
    text-align: right;
}

#inner-about .contain-timeline .contain-txt .val_year {}

#inner-about .contain-timeline .contain-txt .val_ttl {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 1em;
}

#inner-about .contain-timeline .contain-txt p.val_desc {
    font-size: 18px;
    margin-bottom: 0;
}

#inner-about #ft-msg,
#inner-about #ft-story_add,
#content-strip,
#mission-vision,
#principles {
    padding: 120px 0;
}

#inner-about #ft-msg .contain-grid,
#content-strip .contain-grid, 
#principles .contain-grid {
    max-width: 1332px;
    text-align: center;
}

#inner-about #ft-msg p.txt_msg {
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    line-height: 144%;
    letter-spacing: -0.04em;
    margin-bottom: 64px;
}

#inner-about #ft-msg p.txt_name {
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    line-height: 117%;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

#inner-about #ft-msg p.txt_desc {
    margin-bottom: 0;
}

#inner-about .ft-story_add .contain-img {
    position: relative;
}

#inner-about .ft-story_add .contain-txt p.txt_name {
    margin-bottom: 48px;
}

#inner-about .ft-story_add .contain-img::after {
    padding-top: 138%;
}

#inner-about .ft-story_add .contain-img p.txt_sub{
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #FFF;
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 0;
}

#content-strip {
    display:none;
}

#content-strip .contain-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

#content-strip p.txt_ttl {
    margin-bottom: 0;
}

#content-strip p.txt_msg {
    width: calc(50% - 70px);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    margin-bottom: 0;
}

#inner-about #ft-story_add,
#mission-vision {
    display: none;
}

#mission-vision .contain-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mission-vision .solo-val {
    width: calc(50% - 12px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 24px;
}

#mission-vision .solo-val .contain-txt {
    color: #FFF;
    padding: 80px 70px;
    text-align: center;
}

#mission-vision .solo-val .contain-txt p.val_name {
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 24px;
}

#mission-vision .solo-val .contain-txt p.val_desc {
    margin-bottom: 0;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
}

#mission-vision .solo-val:nth-child(3) {
    width: 100%;
}

#mission-vision .solo-val:nth-child(3) p.val_name {
    font-size: 64px;
    margin-bottom: 66px;
}

#principles {}

#principles span.txt_ttl {
    display: inline-block;
    font-size: 48px;
    margin-bottom: 96px;
}

#principles .contain-principles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

#principles .contain-principles .solo-value {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 82px;
}

#principles .contain-principles .solo-value:last-child {
    margin-bottom: 0;
}

#principles .solo-value img.val_icon {
    width: 80px;
    height: 80px;
    margin-right: 23px;
    object-fit: contain;
}

#principles .solo-value .contain-txt {
    text-align: left;
}

#principles .solo-value .contain-txt p.val_desc {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #434343;
}
#principles .solo-value .contain-txt span.val_name {
    display: flex; /*inline-block*/
    font-size: 32px;
    margin-bottom: 8px;
    text-align: left;
}

#principles .solo-value .contain-txt p.val_desc {
    margin-bottom: 0;
}

#endnote {
    padding: 120px 0 200px;
    text-align: center;
}

#endnote span.txt_ttl {
    display: inline-block;
    margin-bottom: 16px;
}

#endnote p.txt_subttl {
    margin-bottom: 48px;
}

#endnote p.txt_desc {
    max-width: 1050px;
    font-size: 18px;
    margin: 0 auto 96px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #434343;
}


#endnote p.txt_desc_add {
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    letter-spacing: -0.04em;
    line-height: 144%;
    margin: 0 auto 96px;
}

#endnote .contain-cta {
    justify-content: center;
}

/*Inner Page - Privacy Policy*/
#privacy-policy,
#news_events,
#projects,
#contact-us {
    padding-bottom: 200px;
}

#privacy-policy h2 {
    /*background-image: url(/wp-content/uploads/2026/03/hbar.png);
    background-size: contain;
    background-position: center center;*/
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 160%;
    margin: 44px auto;
    padding: 12px 77px;
}

#privacy-policy p,
#privacy-policy ul,
#privacy-policy ol {
    padding: 0 77px;
}

/*Inner Page - News & Events*/
#news_events .solo-news {
    margin-bottom: 96px;
}

#news_events .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#news_events .solo-newsL:last-child {
    margin-bottom: 0;
}

#news_events .solo-news .news_img {
    width: 50%;
    float: left;
}

#news_events .solo-news .news_img::after {
    content: '';
    display: block;
    padding-top: 60%;
}

#news_events .solo-news .contain-txt {
    width: 50%;
    float: right;
    padding-top: 44px;
    padding-left: 44px;
}

#news_events .solo-news .contain-txt p.news_ttl {
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height: 100%;/* 1.4em*/
    max-height: 2.8em; /* 1.4 * 2 */
}

#news_events .solo-news .contain-txt p.news_date {
    margin-bottom: 48px;
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 24%;
    text-transform: uppercase;

}

#news_events .solo-news .contain-txt .news_content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 6em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #434343;
}

#news_events .solo-news .contain-txt .news_ttl.expanded, 
#news_events .solo-news .contain-txt .news_content.expanded {
    -webkit-line-clamp: unset !important;
    max-height: none !important;
}

#news_events .solo-news .contain-txt .read-more-btn {
    display: none; 
    cursor: pointer;
    margin-top: 48px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 24%;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#news_events .solo-news .contain-txt .read-more-btn img.cta_img {
    margin-left: 16px;
    object-fit: contain;
}

/*Inner Page - Projects*/
#projects .project-tabs {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 48px;
    border-bottom: 0;
    margin-bottom: 96px;
}

#projects .tab-link {
    cursor: pointer;
    color: #434343;
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

#projects .tab-link.active,
#projects .tab-link:hover {
    color: #102226;
    text-decoration: underline;
}

#projects .project-item {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 16px;
}

#projects .project-item:last-child {
    margin-bottom: 0;
}

#projects .project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}

/* Wrapper for the icon to ensure proper alignment */
#projects .project-header .toggle-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Adjust size as needed */
    height: 40px;
    margin-left: 20px; /* Space from text */
}

/* Base style for the image icon */
#projects .project-header .toggle-icon-img {
    width: 100%; /* Scale within wrapper */
    height: auto;
    
    /* 1. Set the transition for smooth rotation */
    transition: transform 0.3s ease-in-out; 
    
    /* 2. Optional: Baseline rotation (if your arrow points right) */
    /* transform: rotate(0deg); */
}

/* --- THE ROTATION STATE --- */

/* When .is-active is added to the project-item, rotate the image */
.project-item.is-active .toggle-icon-img {
    /* Rotates the image 180 degrees down or around */
    transform: rotate(180deg);
}

#projects .project-header .project-title-wrapper h3 {
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    letter-spacing: -4%;
}

#projects .project-header .project-title-wrapper span.location {
    color: #99A0AA;
}

#projects .project-header .project-title-wrapper p.meta {
    color: #99A0AA;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 24%;
    margin-bottom: 0;
    text-transform: uppercase;
}

#projects .project-content {
    display: none;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #434343;
    margin-top: 40px;
}
#projects .project-content h2{
    font-family: Tenor Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4%;
    color: #102226;
    margin-bottom: 30px;
}
/*Inner Page - Contact Us*/
#contact-us {}

#contact-us p.txt_heading {
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
}

#contact-us p.txt_desc {
    margin-bottom: 96px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #434343;
}

#contact-us .flex-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#contact-us .flex-contact .contain-info {
    background-image: url(/wp-content/uploads/2026/03/colored-bg.png);
    background-size: cover;
    background-position: center right;
    color: #FFF;
    font-family: "Tenor Sans", sans-serif;
    letter-spacing: -0.04em;
    padding: 70px;
    padding-right: 90px;
}

#contact-us .contain-info p.info_label {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 8px;
}

#contact-us .contain-info .info_data {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 72px;
    font-family: Tenor Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: -4%;
}

#contact-us .contain-info .social-media {}

#contact-us .social-media a.link-page {
    margin-right: 16px;
}

#contact-us .social-media a.link-page:last-child {
    margin-right: 0;
}

#contact-us .social-media a.link-page img.sm_icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#contact-us .flex-contact .contain-form {
    width: calc(100% - 650px);
    max-width: 730px;
    text-align: right;
}

#contact-us .contain-form input[type="text"],
#contact-us .contain-form input[type="email"],
#contact-us .contain-form select,
#contact-us .contain-form textarea {
    height: auto;
    max-height: unset;
    border: 0.5px solid #707070;
    border-radius: 0;
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-top: 24px;
    padding: 16px 24px;
}

#contact-us .contain-form .wpcf7-list-item {
    width: 100%;
    margin-top: 24px;
    text-align: left;
}

#contact-us .contain-form .wpcf7-list-item-label {
    color: #3F3F3F;
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    letter-spacing: -0.04em;
}

#contact-us .contain-form input[type="submit"] {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2026/02/ARROW-BUTTON.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 49px 8px;
    border-radius: 0;
    box-shadow: none;
    color: #102226;
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 24%;
    line-height: 1.2;
    margin-top: 80px;
    padding: 0;
    padding-right: 64px;
}

#contact-us .contain-form .wpcf7-spinner {
    float: left;
}

#contact-us .wpcf7 .wpcf7-not-valid-tip {
    text-align: left;
}


/**
 * Reponsive
 * -----------------------------------------------------------------------------
 */


/* 1440px */

@media only screen and ( max-width: 1440px ){
    #hero-banner .contain-text p.slide_heading,
    #section-about p.txt_heading,
    #section-values p.txt_heading,
    #section-projects .contain-projects p.proj_name,
    #section-news .contain-news p.proj_name,
    .footer-top .footer-ttl {
        font-size: 43px;
    }

    #section-about .solo-stat .contain-count {
        font-size: 76px;
    }

    #section-values .contain-txt p.val_name,
    #section-projects_prev p.txt_heading,
    #section-projects_prev .contain-projects .proj-content,
    #section-news .solo-news p.news_ttl,
    #projects .tab-link,
    #projects .project-header .project-title-wrapper h3 {
        font-size: 27px;
    }

    #section-news .solo-news {
        width: 31%;
        padding: 6rem 2.5rem;
    }

    #section-news .solo-news p.news_desc {
        font-size: 14px;
    }

    #section-news .slick-prev,
    #section-news .slick-next {
        top: 75%;
    }

    #section-news .slick-prev {
        right: 30rem;
    }

    #section-news .slick-next {
        right: 27.5rem;
    }

    #page-title h1 span {
        font-size: 48px;
    }
}

/* 1290px */

@media only screen and ( max-width: 1290px ){
    header #nav-slide-in a.site-logo_link img.site-logo {
        width: 200px;
    }

    #nav-slide-in .nav-links a.link-page {
        font-size: 18px;
    }

    #hero-banner .contain-text {
        max-width: 400px;
    }

    #hero-banner .contain-text p.slide_heading,
    #section-about p.txt_heading,
    #section-values p.txt_heading,
    #section-projects .contain-projects p.proj_name,
    #section-news .contain-news p.proj_name,
    .footer-top .footer-ttl,
    #inner-about .ft-story .contain-txt p.txt_name,
    #inner-about .contain-timeline .val_year,
    #content-strip p.txt_ttl,
    #principles span.txt_ttl,
    #endnote span.txt_ttl,
    #endnote p.txt_desc_add,
    #page-title h1 span,
    #news_events .solo-news .contain-txt p.news_ttl,
    #contact-us p.txt_heading {
        font-size: 38px;
    }

    .contain-cta a.cta_link,
    #news_events .solo-news .contain-txt .read-more-btn {
        font-size: 20px;
    }
    
    #inner-about .contain-timeline .contain-txt .val_ttl {
        font-size: 28px;
    }

    #section-about .contain-stats { 
        padding: 71px 30px 145px;
    }

    #section-about .solo-stat p.stat_count {
        margin: 0 10px;
    }

    #section-values .contain-txt p.val_name,
    #section-projects_prev p.txt_heading,
    #section-projects_prev .contain-projects .proj-content,
    #section-news .solo-news p.news_ttl,
    .footer-bottom .footer-dtl .dtl-column p.dtl_label,
    #inner-about .txt_history strong,
    #principles .solo-value .contain-txt span.val_name {
        font-size: 20px;
    }

    #section-values .contain-values .contain-txt {
        transform: translateY(calc(100% - 70px));
    }

    #section-news .slick-prev,
    #section-news .slick-next {
        top: 80%;
    }

    #section-news .slick-prev {
        right: 27.5rem;
    }

    #section-news .slick-next {
        right: 25rem;
    }

    .footer-bottom .contact-details .footer-dtl {
        width: 50rem;
    }
}

/* 1045px */

@media only screen and ( max-width: 1045px ){
    header.site-header {
        top: 0;
        padding-top: 20px;
    }

    header .nav-container,
    header .nav-open,
    header .nav-close {
        display: block;
        text-align: center;
    }

    header .nav-container a.site-logo_link {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

    header .nav-container a.site-logo_link img.site-logo {
        width: 200px;
    }

    #nav-slide-in {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #CCC;
        font-size: 20px;
        -webkit-transition: all .5s cubic-bezier(.60, .01, .60, 1);
        -moz-transition: all .5s cubic-bezier(.60,.01,.60,1);
        -ms-transition: all .5s cubic-bezier(.60,.01,.60,1);
        -o-transition: all .5s cubic-bezier(.60,.01,.60,1);
        transition: all .5s cubic-bezier(.60, .01, .60, 1);
        overflow: auto;
        text-align: center;
        z-index: 9;
    }

    #nav-slide-in {
        left: -100%;
    }

    #nav-slide-in.open {
        left: 0;
    }

    #nav-slide-in .container {
        flex-direction: column;
    }

    header #nav-slide-in a.site-logo_link {
        margin-bottom: 60px;
    }

    #nav-slide-in .nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #nav-slide-in .nav-links a.link-page {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #nav-slide-in .nav-links a.link-page:last-child {
        margin-bottom: 0;
    }

    #hero-banner .contain-text {
        max-width: 300px;
    }

    #hero-banner .contain-text p.slide_subheading,
    #section-values p.txt_subheading,
    #section-projects .contain-projects p.proj_ttl,
    #section-news .contain-news p.proj_ttl,
    #inner-about .ft-story .contain-txt p.txt_sub,
    #inner-about #ft-msg p.txt_desc,
    #endnote p.txt_subttl,
    #news_events .solo-news .contain-txt p.news_date,
    #projects .project-header .project-title-wrapper p.meta {
        font-size: 14px;
    }

    #hero-banner .contain-text p.slide_heading,
    #section-about p.txt_heading,
    #section-values p.txt_heading,
    #section-projects .contain-projects p.proj_name,
    #section-news .contain-news p.proj_name,
    .footer-top .footer-ttl,
    #inner-about .ft-story .contain-txt p.txt_name,
    #inner-about .contain-timeline .val_year,
    #content-strip p.txt_ttl,
    #principles span.txt_ttl,
    #endnote span.txt_ttl,
    #endnote p.txt_desc_add,
    #news_events .solo-news .contain-txt p.news_ttl,
    #contact-us p.txt_heading,
    #contact-us .contain-info p.info_label,
    #privacy-policy h2 {
        font-size: 28px;
    }

    .contain-cta a.cta_link,
    #inner-about .ft-story .contain-txt p.txt_desc,
    #inner-about .contain-timeline .contain-txt p.val_desc,
    #inner-about .txt_history,
    #principles .solo-value .contain-txt p.val_desc,
    #endnote p.txt_desc,
    #news_events .solo-news .contain-txt .read-more-btn, 
    #contact-us .contain-info .info_data,
    #contact-us .contain-form input[type="submit"],
    #contact-us .contain-form input[type="text"],
    #contact-us .contain-form input[type="email"],
    #contact-us .contain-form select,
    #contact-us .contain-form textarea,
    #contact-us .contain-form .wpcf7-list-item-label {
        font-size: 16px;
    }
    
    #inner-about .contain-timeline .contain-txt .val_ttl {
        font-size: 20px;
    }

    #hero-banner .contain-text p.slide_heading,
    #section-about .short_desc {
        margin-bottom: 30px;
    }

    #section-about p.txt_heading {
        margin-bottom: 20px;
    }

    #section-about .contain-stats {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    #section-about .solo-stat .contain-count {
        font-size: 50px;
    }

    #section-about .solo-stat p.stat_label {
        margin-bottom: 2em;
    }

    #section-values .contain-values::before {
        display: none;
    }

    #section-values .contain-values .solo-val {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    #section-projects .contain-projects .contain-grid,
    #section-news .contain-news .contain-grid {
        width: 80%;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        margin-top: 16px;
        margin-left: auto;
        transform: none;
    }

    #section-projects .contain-projects .proj-bg::before,
    #section-news .contain-news .proj-bg::before {
        display: none;
    }

    #section-news .solo-news {
        display: none;
    }

    .footer-bottom .contact-details .footer-dtl {
        width: auto;
    }

    .footer-end {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .footer-end .footer_clip {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        margin-bottom: 8px;
        text-align: center;
    }

    #page-title {
        margin-bottom: 70px;
        padding-top: 150px;
    }

    #page-title h1 span {
        font-size: 38px;
    }

    #contact-us p.txt_desc {
        margin-bottom: 46px;
    }


    #contact-us .flex-contact {
        flex-direction: column-reverse;
    }

    #contact-us .flex-contact .contain-form,
    #contact-us .flex-contact .contain-info {
        width: 100%;
    }

    #contact-us .flex-contact .contain-form {
        margin-bottom: 70px;
    }

    #privacy-policy h2 {
        margin: 22px auto;
        padding: 0;
    }

    #privacy-policy p,
    #privacy-policy ul,
    #privacy-policy ol {
        padding: 0;
    }
}   

/* 990px */

@media only screen and (max-width: 990px){
}

/* 900px */

@media only screen and (max-width: 900px){
    header.site-header {
        position: relative;
        padding-bottom: 20px;
    }

    header .nav-open,
    header .nav-close {
        top: 35px;
    }

    header .nav-container a.site-logo_link img.site-logo,
    header #nav-slide-in a.site-logo_link img.site-logo {
        width: 150px;
    }

    header #nav-slide-in a.site-logo_link {
        margin-bottom: 30px;
    }

    .footer-top {
        padding: 40px 0 50px;
    }

    .footer-top .wpcf7-form {
        max-width: 400px;
    }

    #site-footer .footer-top .wpcf7-form input[type="email"] {
        height: 41px;
        font-size: 14px;
    }

    .footer-bottom .contact-details a.footer-home img {
        width: 125px;
    }

    .footer-bottom .contact-details {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .footer-bottom .contact-details a.footer-home {
        margin-bottom: 30px;
    }

    .footer-bottom .contact-details .footer-dtl {
        flex-direction: column;
    }

    .footer-bottom .footer-dtl .dtl-column p.dtl_label {
        margin-bottom: 0;
    }

    #hero-banner .contain-text {
        max-width: 230px;
    }

    #hero-banner .contain-text p.slide_heading,
    #section-about p.txt_heading,
    #section-values p.txt_heading,
    #section-projects .contain-projects p.proj_name,
    #section-news .contain-news p.proj_name,
    .footer-top .footer-ttl,
    #inner-about .ft-story .contain-txt p.txt_name,
    #inner-about .contain-timeline .val_year,
    #content-strip p.txt_ttl,
    #principles span.txt_ttl,
    #endnote span.txt_ttl,
    #endnote p.txt_desc_add,
    #projects .tab-link,
    #projects .project-header .project-title-wrapper h3,
    #news_events .solo-news .contain-txt p.news_ttl,
    #contact-us p.txt_heading,
    #privacy-policy h2 {
        font-size: 22px;
    }

    #section-about .short_desc,
    #section-values .short_desc,
    #section-projects .contain-projects p.proj_desc,
    .footer-bottom .footer-dtl .dtl-column .dtl_entry,
    #inner-about .ft-story .contain-txt p.txt_desc,
    #inner-about .contain-timeline .contain-txt p.val_desc,
    #inner-about .txt_history,
    #principles .solo-value .contain-txt p.val_desc,
    #endnote p.txt_desc,
    #contact-us p.txt_desc,
    #privacy-policy,
    .contain-cta a.cta_link,
    #projects .project-content,
    #news_events .solo-news .contain-txt .news_content,
    #news_events .solo-news .contain-txt .read-more-btn,
    #contact-us .contain-info .info_data,
    #contact-us .contain-form input[type="submit"],
    #contact-us .contain-form input[type="text"],
    #contact-us .contain-form input[type="email"],
    #contact-us .contain-form select,
    #contact-us .contain-form textarea,
    #contact-us .contain-form .wpcf7-list-item-label {
        font-size: 14px;
    }

    #hero-banner .contain-text p.slide_subheading,
    #section-values p.txt_subheading,
    #section-projects .contain-projects p.proj_ttl,
    #section-news .contain-news p.proj_ttl,
    #inner-about .ft-story .contain-txt p.txt_sub,
    #inner-about #ft-msg p.txt_desc,
    #endnote p.txt_subttl,
    #news_events .solo-news .contain-txt p.news_date {
        font-size: 12px;
    }

    #nav-slide-in .nav-links a.link-page,
    #section-values .contain-txt p.val_name,
    #section-projects_prev p.txt_heading,
    #section-projects_prev .contain-projects .proj-content,
    #section-news .solo-news p.news_ttl,
    .footer-bottom .footer-dtl .dtl-column p.dtl_label,
    #inner-about .txt_history strong {
        font-size: 16px;
    }

    #principles .solo-value .contain-txt span.val_name,
    #projects .project-content h2,
    #contact-us .contain-info p.info_label,
    #inner-about .contain-timeline .contain-txt .val_ttl {
        font-size: 18px;
    }

    .contain-cta img.cta_img,
    #news_events .solo-news .contain-txt .read-more-btn img.cta_img {
        width: 30px;
        margin-left: 8px;
        margin-bottom: 4px;
    }

    #section-about .solo-stat .contain-count {
        font-size: 40px;
    }

    #section-about .contain-cta {
        margin-bottom: 60px;
    }

    #section-values {
        padding: 59px 0 37px;
    }

    #section-projects {
        padding: 37px 0 47px;
    }

    #section-news {
        padding: 72px 0 48px;
    }

    #hero-banner .contain-text {
        max-width: unset;
        text-shadow: 2px 2px 2px rgb(255 255 255 / 20%);
    }

    #section-projects_prev .container {
        flex-wrap: wrap;
    }

    #section-projects .contain-projects .contain-grid,
    #section-news .contain-news .contain-grid {
        width: 100%;
    }

    #section-projects_prev p.txt_heading {
        width: 100%;
        margin-bottom: 16px;
    }

    #section-projects_prev .contain-projects {
        --container-width: 100%;
        overflow: unset;
        white-space: normal;
    }

    #section-projects_prev .contain-projects .proj-content {
        width: auto;
    }

    #section-projects_prev .contain-projects .proj-content span.proj_desc {
        display: block;
        margin-top: 15px;
    }

    .footer-top .wpcf7-form {
        max-width: 300px;
    }

    #page-title {
        padding-top: 70px;
    }

    #page-title h1 span {
        font-size: 28px;
    }

    #privacy-policy,
    #news_events,
    #projects,
    #contact-us {
        padding-bottom: 100px;
    }

    #inner-about #ft-msg,
    #inner-about #ft-story_add,
    #content-strip, #mission-vision,
    #principles {
        padding: 60px 0;
    }

    #principles span.txt_ttl {
        margin-bottom: 66px;
    }

    #endnote {
        padding: 60px 0 100px;
    }

    #endnote p.txt_subttl {
        margin-bottom: 28px;
    }

    #endnote p.txt_desc,
    #endnote p.txt_desc_add {
        margin: 0 auto 46px;
    }

    #principles .contain-principles .solo-value {
        width: 100%;
        max-width: 500px;
        margin-bottom: 62px;
    }

    #principles .solo-value img.val_icon {
        width: 60px;
        height: 60px;
    }

    #projects .project-tabs {
        gap: 28px;
        margin-bottom: 46px;
    }

    #projects .project-header .project-title-wrapper p.meta {
        letter-spacing: 0;
    }

    .gallery-columns-3 .gallery-item {
        width: 100%;
        max-width: 100% !important;
    }

    #news_events .solo-news .news_img {
        width: 100%;
    }

    #news_events .solo-news .contain-txt {
        width: 100%;
        padding-left: 0;
    }

    #news_events .solo-news .contain-txt p.news_date {
        margin-bottom: 18px;
    }

    #news_events .solo-news .contain-txt .read-more-btn {
        margin-top: 28px;
    }

    #inner-about .contain-timeline .solo-val,
    #inner-about .contain-timeline .solo-val:nth-child(even) {
        flex-direction: column;
    }

    #inner-about .contain-timeline::after,
    #inner-about .contain-timeline .solo-val::before {
        left: 0;
    }

    #inner-about .contain-timeline .solo-val .contain-img,
    #inner-about .contain-timeline .solo-val .contain-txt {
        width: calc(100% - 54px);
    }

    #inner-about .contain-timeline .solo-val .contain-img {
        margin-bottom: 32px;
    }

    #inner-about .contain-timeline .solo-val:nth-child(even) .contain-txt {
        text-align: left;
    }
}
    
/* 730px */
@media only screen and (max-width: 730px){
}

/* 670px */
@media only screen and (max-width: 670px){
    #section-values .contain-values .solo-val {
        width: 100%;
    }
}

/*  Phone  : 500px */
@media only screen and (max-width: 500px){
    #hero-banner::after {
        background: rgb(255 255 255 / 65%);
        padding-top: 106%;
    }
}

/* 350px */
@media only screen and (max-width: 350px){
}