/*!
Theme Name: Munekiyo Hiraga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: munekiyo-hiraga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Munekiyo Hiraga 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url("https://use.typekit.net/mbs6qft.css");
@import url("https://use.typekit.net/mbs6qft.css");

/* common css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;

}

body {
    font-family: "basic-sans", sans-serif;
    font-family: "hatch-sans", sans-serif;



}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all linear .3s;
}

.form-control:focus {
    box-shadow: none;

}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    outline: none;

}
a:focus {outline:0;}
.row {
    display: flex;
    flex-wrap: wrap;
}

.container {
    max-width: 1075px;
    width: 100%;
    margin: 0 auto;
}

/* common css */

h3.common-heading-mid,
.contact-form h2.gform_title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    font-family: "hatch-sans", sans-serif;
    font-weight: 600;
}

h2.common-heading-big,
h1.common-heading-big {
    font-size: 52px;
    font-weight: 600;
    font-family: "hatch-sans", sans-serif;
    letter-spacing: 0.52px;
    line-height: 64px;
}

a.common-btn,
.contact-form form .gform_footer input {
    background-color: #A55B00;
    color: #ffffff;
    height: 60px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 20px;
    border-radius: 8px;
    min-width: 240px;
    max-width: 240px;
    justify-content: center;
    font-family: "hatch-sans", sans-serif;
    transition: all linear .3s;
    border: 0;
    outline: 0;
    cursor: pointer;
}

a.green.common-btn {
    background-color: #2B8263;
}

a.heading-link {
    font-family: "hatch-sans", sans-serif;
    font-size: 18px;
    letter-spacing: 1.8px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
        color: #A55B00;
  
}

a.heading-link:hover {
    text-decoration: none;
}

a.common-btn:hover,
.contact-form form .gform_footer input:hover,
.team-arrow:hover {
    opacity: 0.7;
}

p {
    font-family: "basic-sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #393939;
}

h1.project-details-heading,
section.about-hiraga .section-heading h1 {
    font-family: "hatch-sans", sans-serif;
    line-height: 48px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    font-size: 44px;
    color: #3E5714;
    font-weight: 600;
}

/* header css */
.current-menu-item> a {
    color: #2B8263 !important;
}
.menu-bar {
    display: none;
}

header .navigation ul {
    display: flex;
}

header .navigation ul li {
    position: relative;
    padding: 49px 0;
    cursor: pointer;
}

header .navigation ul li ul.sub-menu {

    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110px; 
    z-index: 2; 
    display: block;
    background-color: #FFFAED;
    width: 220px;
    transition: all linear .3s; 
    left: 18px;
    padding-left: 0;
    padding-right: 0;
}

header .navigation ul li ul.sub-menu li {
    border-bottom: 1px solid #80808038;
}

header .navigation ul li ul.sub-menu li a {
    padding: 0;
}

header .navigation ul li ul.sub-menu li {
    border-bottom: 1px solid #80808038;
    padding: 20px;
}

header .navigation ul li ul.sub-menu li:last-child {
    border: 0;
}

header .row {
    align-items: center;
    justify-content: space-between;
}

header .navigation ul li a {
    font-family: "hatch-sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #A55B00;
    line-height: 22px;
    padding: 0 34.5px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
}

header .navigation ul a:hover {
    color: #2B8263;
    text-decoration: none;
}

header .navigation ul li:last-child a {
    padding-right: 0
}

header .navigation ul li:hover ul.sub-menu {
    top: 90px;
    opacity: 1;
    visibility: visible;
}

.logo img.hide-desk {
    display: none;
}

/* header css */



/*footer css*/
footer {
    background-color: #124642;
    padding-top: 105px;
}

.footer-inner h3 {
    font-family: "basic-sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

.footer-inner ul li a,
.footer-inner.copyright p {
    font-family: "basic-sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 15px;
    display: block;
}

.footer-inner.copyright p {
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.footer-inner {
    width: 25%;
}

.footer-inner.footer-logo {
    width: 20%;
}

.footer-inner.contact {
    padding-left: 78px;
    width: 30%;
}

.footer-inner.quick-links {
    padding-left: 63px;
}

.footer-inner ul li a:hover {
    color: #A55B00;
    text-decoration: underline;
}

footer .back-top {
    text-align: center;
}

footer .back-top a.top-btn {
    display: block;
    font-family: "basic-sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}

footer .back-top img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

footer .row.footer-content {
    padding-bottom: 124px;
}

.footer-inner.footer-logo img {
    max-width: 165px;
    object-fit: contain;
}

/*footer css*/

/* portfolio section css */
section.portfolio h2.common-heading-big {
    color: #3E5714;
    letter-spacing: 0;
}

section.portfolio .portfolio-top.row {
    align-items: center;
    justify-content: space-between;
}

section.portfolio .portfolio-top .portfolio-category a,
section.portfolio .portfolio-bottom .portfolio-filter a {
    letter-spacing: 1.8px;
    font-family: "hatch-sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    color: #A55B00;
    margin-left: 40px;
}

section.portfolio .portfolio-top .portfolio-category a:hover,
section.portfolio .portfolio-bottom .portfolio-filter a:hover {
    color: #2B8263;
}
section.portfolio.client-list {
    padding-top: 80px;
}
section.portfolio {
    background-color: #FFFAED;
    padding-top: 1px;
    padding-bottom: 0;
}

section.portfolio .portfolio-bottom .portfolio-filter {
    margin-top: 38px;
    margin-bottom: 60px;
}
.page-template-page-portfolios section.portfolio {
    padding-top: 80px;
}
section.portfolio .portfolio-bottom .portfolio-filter a {
    margin-left: 0;
    margin-right: 38px;
    font-weight: 500;
}
.portfolio .portfolio-bottom {
    padding-bottom: 80px;
}
section.portfolio .portfolio-bottom .portfolio-text h4 {
    color: #3E5714;
    font-family: "hatch-sans", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

section.portfolio .portfolio-bottom .portfolio-text p {
    color: #2B8263;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-family: "hatch-sans", sans-serif;
    font-weight: 600;
}

section.portfolio .portfolio-bottom .portfolio-items {
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    height: auto;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 9%) -3px 2px 1px, rgb(0 0 0 / 9%) 3px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(255 246 246 / 9%) 0px 16px 8px, rgb(255 237 237 / 9%) 0px 32px 16px;
}

.portfolio-bottom .portfolio-items .portfolio-img img {
    width: 100%;
    display: block;
    transition: all linear .3s;
    height: 350px;
    object-fit: cover;
}

.portfolio-bottom .portfolio-items .portfolio-img:hover img {
    transform: scale(1.07);
}

.portfolio-bottom .portfolio-items .portfolio-img {
    overflow: hidden;
    /*     border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}
.about-hiraga p a {
    color: #2B8263;
    font-weight: bold; 
    text-decoration: underline;
} 

.portfolio-bottom .portfolio-items .portfolio-text {
    background-color: #ffffff;
    /*     border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: rgb(0 0 0 / 9%) -3px 2px 1px, rgb(0 0 0 / 9%) 3px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(255 246 246 / 9%) 0px 16px 8px, rgb(255 237 237 / 9%) 0px 32px 16px; */
    padding: 35px 30px 35px 38px;
    height: 100%;
}

.portfolio-bottom .portfolio-grid.row {
    margin: 0 -15px;
}

.portfolio-bottom a.common-btn {
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
}

section.portfolio .portfolio-top .portfolio-category a.active,
section.portfolio .portfolio-bottom .portfolio-filter a.active {
    border-bottom: 2px solid #A55B00;
    padding-bottom: 3px;
}

/* portfolio section css */

/*                                project details page css                           */


/* project details main section css */
section.project-details-main h1.project-details-heading {

    max-width: 649px;

}

section.project-details-main .project-content h6 {
    font-size: 18px;
    font-family: "hatch-sans", sans-serif;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2B8263;
    margin-bottom: 12px;
}

section.project-details-main .project-content p {
   
    max-width: 668px;
    margin-bottom: 28px;
}

section.project-details-main .project-left {
    max-width: 75%;
    padding-top: 33px;
}

section.project-details-main .project-right {
    max-width: 25%;
    padding-left: 130px;
    padding-top: 43px;
}

section.project-details-main {
    background-color: #FFFAED;
    padding-top: 75px;
    padding-bottom: 90px;
}

section.project-details-main .project-left a.heading-link {
    margin-top: 35px;
    display: inline-block;
}

section.project-details-main .project-right h6 {
    margin-bottom: 5px;
}

section.project-details-main .project-right p {
    font-weight: 600;
    margin-bottom: 25px;
        font-size: 18px;
    line-height: 1.3;
}

/* project details main section css */


/*                                project details page css                           */

/*                                sub page css                           */
.sub-content h1 {
    font-size: 44px;
    letter-spacing: 0.44px;
    line-height: 48px;
    font-family: "hatch-sans", sans-serif;
    color: #3E5714;
    font-weight: 600;
    margin-bottom: 15px;
}

.sub-content h2 {
    color: #3E5714;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    font-family: "hatch-sans", sans-serif;
    font-weight: 600;
}

.sub-content h3 {
    color: #3E5714;
    font-family: "hatch-sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}

.sub-content h4 {
    color: #3E5714;
    font-family: "hatch-sans", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

.sub-content h5 {
    color: #3E5714;
    font-family: "hatch-sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

figure.wp-block-image {
    overflow: hidden;
    border-radius: 32px;
    margin-top: -25px;
    margin-bottom: 40px;
    cursor: pointer;
}

figure.wp-block-image img {
    width: 100%;
    transition: all linear .3s;
	object-fit: cover;
	height: auto;
	border-radius: 32px;
}

/* figure.wp-block-image:hover img {
    transform: scale(1.07);
} */

.sub-content {
    max-width: 706px;
    margin: 0 auto;
}

section.subpage {
    background-color: #FFFAED;
    padding-top: 113px;
    padding-bottom: 110px;
}

.sub-content p {
    margin-bottom: 50px;
}

/*                                sub page css                           */
/*fixed menu*/
.fixed header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
   
    animation: slideDown 0.35s ease-out;
}

section.error-404.not-found {
    max-width: 1073px;
    margin: 0 auto;
    padding: 80px 30px;

}

section.error-404.not-found .widget {
    display: none;
}

section.error-404.not-found header.page-header {
    position: relative;
}

.page-content {
    margin-top: 40px;
}

span.screen-reader-text {
    display: none;
}

input.search-field {
    height: 40px;
    padding: 0 20px;
    border: solid 1px #dbdbdb;
}

form.search-form {
    margin-top: 25px;
}

input.search-submit {
    width: 120px;
    height: 40px;
    border: solid 1px #A55B00;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #A55B00;
    color: #fff;
}

input.search-submit:hover {
    background-color: #000;
    border-color: #000;
}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
@media(min-width: 992px) {
    .fixed header .navigation ul li {
    padding: 30px 0;
}
    .fixed header .navigation ul li:hover ul.sub-menu {
    top: 70px;
}
}
@media(max-width: 1130px) {
    .container {
        padding: 0 30px;
    }

    header .logo img {
        max-width: 270px;
    }

    header .navigation ul li {
        padding: 35px 0;
    }

    header .navigation ul li a {
        padding: 0 30px;
    }


}

@media(max-width: 1080px) {
    .container {
        padding: 0 50px;
        max-width: 100%;
    }

    .footer-inner.contact {
        padding-left: 45px;
    }

    section.project-details-main .project-right {
        padding-left: 90px;
    }
}

@media(max-width: 992px) {


    header .navigation ul {
        display: block;
        padding-top: 8px;
        padding-bottom: 20px;
    }
    header .navigation ul li a {
        font-size: 18px;
    }

    .navigation {
        position: fixed;
        left: -100%;
        top: 85px;
        transform: translateX(-100%);
        width: 100%;
        z-index: 50;
        /* background: #FFFAED; */
        background: #ffffff;
        transition: all linear .3s;
        height: 100%;
        overflow-y: scroll;
    }

    .navigation.active { 
        transform: translateX(0);
        left: 0;
    }

    .menu-bar {
        display: block;
    }

    .menu-bar span.bars {
        display: block;
        height: 7px;
        width: 44px;
        background-color: #A55B00;
        transition: all linear .3s;
    }

    .menu-bar span.bars:nth-child(2) {
        margin: 7px 0;
    }

    .menu-bar.active span.bars:nth-child(2) {
        transform: translateX(-45px);
        opacity: 0;
    }

    .menu-bar.active span.bars:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .menu-bar.active span.bars:nth-child(3) {
        transform: rotate(-45deg) translate(10px, -10px);
    }

    header .navigation ul li {
        padding: 15px 0;
    }

    header .navigation ul li ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: unset;
        padding: 0;
        display: none; 
        background: #ffffff;
        transition: none;
        width: 100%;
    }

  
    header .navigation ul li ul.sub-menu li:last-child {
        border-bottom: 1px solid #80808038;
    }

    .menu-arrow {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        right: 30px;
        top: 5px;
        z-index: 999;

    }

    .menu-arrow:before {
        content: "";
        position: absolute;
        right: 0;
        width: 22px;
        height: 3px;
        background-color: #A55B00;
        top: 7px; 
    }

    .menu-arrow:after {
        content: "";
        position: absolute;
        right: 0;
        width: 22px;
        height: 3px;
        transform: rotate(90deg);
        background-color: #A55B00;
        top: 7px;
    }

/*     header .navigation ul li:hover ul.sub-menu {

        opacity: initial;
        visibility: initial;
    } */

    .menu-arrow.active:after {
        display: none;
    }

    header {
        padding: 20px 0;
    }
    .fixed header {
        padding: 20px 0;
    }
    .fixed header .logo img {
        max-width: 180px;
    }

    h3.common-heading-mid,
    h2.common-heading-big,
    .hiraga-content h1.project-details-heading {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0.32px;
    }

    a.heading-link {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.6px;
    }

    .footer-inner {
        width: 33% !important;
    }

    header .navigation ul li a {
        padding: 0 50px;
    }

    .footer-inner.contact {
        padding-left: 0;
    }

    .footer-inner.copyright p {
        text-align: left;
    }

    .logo img.hide-desk {
        display: block;
    }

    .logo img.hide-mob {
        display: none;
    }

    .admin-bar .navigation {
        top: 112px;
    }
.admin-bar.fixed .navigation {
    top: 85px;
}
    header .navigation ul li a {
        padding: 0;
    }

    ul#menu-main-menu {
        padding-left: 50px;
        padding-right: 50px;
    }

    .menu-arrow {
        right: 5px;
        top: 17px;
    }

   header .navigation ul li ul.sub-menu li {
    padding-left: 15px;
    padding-bottom: 10px;
}


    section.project-details-main .project-left,
    section.project-details-main .project-content p,
    section.project-details-main .project-right {
        max-width: 100%;
        padding-left: 0;
    }

    section.project-details-main .project-content {
        flex-direction: column-reverse;
    }

    section.project-details-main h1.project-details-heading {
        font-size: 36px;
        letter-spacing: 0.36px;
        line-height: 48px;
    }

    section.project-details-main .project-content h6 {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 1.8px;
    }
    .fixed .navigation {
        top: 80px;
    }
    header .navigation ul li ul.sub-menu li {
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0px 25px;
    }

    .banner-text p {
        font-size: 20px;
    }

    h3.common-heading-mid,
    h2.common-heading-big,
    .sub-content h2 {
        font-size: 32px;
    }

    .section-urban-planning .three-text span {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1.68px;
    }

    ul#menu-main-menu {
        padding-left: 30px;
        padding-right: 30px;
    }

    .admin-bar .navigation {
        top: 85px;
    }

    section.portfolio .portfolio-bottom .portfolio-items {
        width: 100%;
        margin-bottom: 37px;
    }

    section.portfolio .section-heading h2.common-heading-big,
    section.careers .section-heading h1.common-heading-big,
    .sub-content h1 {
        font-size: 38px !important;
        letter-spacing: 0.38px !important;
        line-height: 50px !important;
    }

    section.portfolio .portfolio-bottom .portfolio-text h4 {
        margin-bottom: 7px;
        font-size: 24px;
        line-height: 30px;
    }

    section.portfolio .portfolio-top.row {
        align-items: unset;
        justify-content: unset;
        flex-direction: column-reverse;
    }

    section.portfolio .portfolio-top.row {
        align-items: unset;
        justify-content: unset;
        flex-direction: column-reverse;
    }

    section.portfolio .portfolio-top .portfolio-category a:first-child {
        margin-left: 0;
    }

    section.portfolio {
        padding-top: 25px;
        padding-bottom: 15px
    }

    section.portfolio .portfolio-top .portfolio-category {
        padding-bottom: 30px;
    }

    section.portfolio .portfolio-bottom .portfolio-filter {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .portfolio-bottom .portfolio-items .portfolio-img img {

        height: 200px;
    }

    .portfolio-bottom .portfolio-items .portfolio-text {

        padding: 35px 20px 35px 20px;
        height: auto;
    }

    .portfolio-bottom a.common-btn {
        margin-top: 15px;
        min-width: 240px;
        max-width: fit-content;
    }

    section.project-details-main {
        padding-top: 60px;
        padding-bottom: 68px;
    }

    section.project-details-main .project-right {

        padding-top: 30px;
    }

    section.project-details-main .project-right p {
        font-weight: 400;
        margin-bottom: 10px;
    }

    section.project-details-main .project-left {
        padding-top: 5px;
    }

    section.project-details-main .project-content h6 {
        margin-bottom: 5px;
        margin-top: 28px;
    }

    section.project-details-main .project-content p {
        margin-bottom: 8px;
    }

    section.project-details-main .project-right h6 {
        margin-bottom: -5px;
        margin-top: 0;
    }

    .sub-content h3 {
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 10px;

    }

    .sub-content h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .sub-content h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    section.subpage {
        padding-top: 55px;
        padding-bottom: 20px;
    }

    .sub-content h2 {
        margin-bottom: 5px;
    }

    .sub-content p {
        margin-bottom: 40px;
    }

    figure.wp-block-image {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .sub-content {
        max-width: 100%;
    }
    .admin-bar.fixed .navigation {
    top: 85px;
}


}

@media(max-width: 650px) {
    .footer-inner {
        width: 100% !important;
        padding-top: 35px;
    }

    .footer-inner.quick-links {
        padding-left: 0;
    }

    footer .row.footer-content {
        padding-left: 20px;
    }

    footer {
        padding-top: 45px;
    }

    footer .row.footer-content {
        padding-bottom: 80px;
    }

}
@media(max-width: 600px) {
    .admin-bar.fixed header {
    top: 0;
}
    .admin-bar.fixed .navigation {
    top: 60px;
}
}
@media(max-width: 575px) {
    a.common-btn {
        min-width: 100%;
        max-width: 100%;
    }

}



@media(max-width: 429px) {
    .section-urban-planning a.common-btn {
        padding: 0;
        justify-content: center;
    }

    .section-urban-planning a.common-btn:after {
        right: 20%;
    }
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #a55b00 #0000;
  animation: l16 1s infinite linear;
    margin: 0 auto;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #2b8263 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}



section.aloha-content-section {
    background-color: #124642;
    padding: 30px 0 119px;
}

.aloha-content-section .container > p { 
    font-size: 28px;
    color: #fff;
    max-width: 703px;
    margin: 0 auto;
    letter-spacing: normal;
    line-height: 38px;
    letter-spacing: 0.2px;
}

.aloha-image {
     width: 241px;
    float: left;
    height: 241px;
}

.aloha-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: -41px;
    transition: opacity 0.5s ease-in-out;
}
.about-hiraga img {
    margin-top: 50px;
    height: auto;
    max-width: 100%;
	width: 100%;
	border-radius: 33px;
}
.aloha-text {
       padding-left: 36px;
    width: calc(100% - 248px);
    margin-top: 11px;
}

.aloha-text h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}

.aloha-text p {
    transition-delay: 0.5s;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing:normal;
        color: #fff;
          transition-delay: 0.5s;
}

.aloha-content-section .container > p strong {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.aloha-content-inner {
    max-width: 793px;
    margin: -8px auto 0;
}



.aloha-content:nth-of-type(1) {
    margin-bottom: -44px;
}

.aloha-image img {
      margin: 0 auto;
     max-height: 249px;
}

.aloha-image img {

    height: auto;
    display: block;
}

.aloha-content.active {
    opacity: 1;
}

.aloha-text h2, .aloha-text p {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.aloha-content.active h2, .aloha-content.active p {
    opacity: 1;
}
.banner-text h1 a {
    color: #ade916;
}

.banner-text h1 a:hover { 
    color: #fff;
}


@media (max-width:992px) {
   .page-id-73 section.banner-hero img {
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width:768px) {

.aloha-content-section .container > p {font-size: 22px;}
section.aloha-content-section {
    background-color: #124642;
    padding: 50px 0 55px; 
}
.aloha-image { 
     width: 140px;
    float: left;
    height: 140px;
    margin-left: -10px;
}
    .aloha-content-inner {
        max-width: 793px;
        margin: 20px auto 0;
    }
    .aloha-content {margin-bottom: 5px;}
    .aloha-content p {font-size: 18px;} 
    .aloha-text p {font-size: 18px; font-weight: 300;}
    .aloha-text h2 {font-size: 38px; font-weight: 500; margin-bottom: 0;}
    .aloha-content:nth-of-type(1) {
        margin-bottom: 0;
    }
    .aloha-image img {
      margin: 0 auto;
     max-height: 140px;
}
.aloha-text {
    padding-left: 6px;
    width: calc(100% - 140px);
   margin-top: 34px;
    }
.home  section.banner-hero {
    height: 482px;
}

.home section.banner-hero img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
}



.services-page .back-top {
    text-align: right;
    display: flex; 
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
	cursor: pointer;
}
.services-page .back-top img {
    max-width: 30px;
}
.services-page .back-top a {
    color: #3E5714;
    line-height: 1;
    padding-top: 2px;
    margin-right: 9px;
}

.services-page .back-top a:hover {
    color: #000;
}


@media (max-width:992px) {
    header {
        padding: 20px 0; 
        position: fixed;
        top: -1px;
        z-index: 99999;
        background-color: #fff; 
        width: 100%;
    }
    .fixed .navigation {top:85px}
    .fixed header .logo img { 
        max-width: 270px;
    }
    body {padding-top: 80px;} 
    .fixed header {animation: none;}
}




nav.tab-menu-class {display: flex; flex-wrap: wrap; justify-content: center; }
nav.tab-menu-class ul {display: flex; flex-wrap: wrap; background-color: #fff; max-width: 706px; width: 100%; justify-content: space-between; padding: 18px 50px; border-radius: 18px; box-shadow: 0px 4px 10px rgba(0 0 0 / 0.2); }
section.pages-tab-menu {
    background-color: #FFFAED;
    padding: 41px 30px 30px;
}
.page-id-748 section.pages-tab-menu {
	background-color: #124642;
}
nav.tab-menu-class ul li a {color: #A55B00; }


.page-id-1086 section.subpage {padding-top: 0; }
section.video-banner-section {padding: 60px 20px; }
.video-banner-section .container {max-width: 984px; margin: 0 auto; }
.video-banner-data picture {display: flex; flex-wrap: wrap; width: 100%; }
.video-banner-data picture img {border-radius: 20px;width: 100%; height: auto; }
.video-banner-data {overflow: hidden; position: relative; }
.video-banner-data .play-btn {position: absolute; top: 50%; transform: translate(-50% , -50%); left: 50%; font-size: 0; width: 50px; height: 50px; cursor: pointer; z-index: 9; }
.video-banner-data .play-btn:after {content: ""; border-left: solid 33px #fff; border-top: solid 20px transparent; border-bottom: solid 20px transparent; position: absolute; left: 11px; cursor: pointer; pointer-events: none; }

.video-banner-data {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
  }

section.next-project.text-center .container {justify-content: center; text-align: center; flex-wrap: wrap; position: relative; z-index: 9; }
.text-center .section-heading {width: 100%; text-align: center; margin-bottom: 40px; }
section.next-project.text-center h3.common-heading-mid {margin: 0 auto; color: #fff; }
.text-center .section-heading a {color: #fff; }
section.next-project.text-center a.heading-link {color: #fff; }
section.next-project.text-center {position: relative; }
section.next-project.text-center:after {content: ""; position: absolute; background-color: rgba(0 0 0 / 0.3); top: 0; left: 0; height: 100%; width: 100%; }
section.next-project.text-center a.common-btn {margin: 0; }


.wp-block-list li {
    font-family: "basic-sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #393939;
}

.quote-section img {
    max-width: 100%;
}

.quote-section picture {
    display: block;
    width: 100%;
}

.quote-section picture img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.quote-section .quote-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    max-width: 640px;
    margin: 0 auto;
    left: 19%;
    padding-left: 0;

}

section.quote-section {
    position: relative;
}

.quote-section .quote-text p {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    line-height: 1.6;
}

.quote-section .quote-text h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 27px;
}

section.quote-section:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0 0 0 /0.2);
    top: 0;
    left: 0;
    position: absolute;
}
.office-inner p a {
    color: #393939;
}

.office-inner p a:hover {
    color: #3E5714;
}


@media (max-width:767px) {       

section.video-banner-section {padding: 0;}
.video-banner-data {border-radius: 0;}        
section.pages-tab-menu {padding: 0; background-color: #fff; }
section.pages-tab-menu .container {padding: 0; }
nav.tab-menu-class ul {border-radius: 0; padding: 20px 20px 22px; box-shadow: none; flex-wrap: nowrap; overflow: auto; }
nav.tab-menu-class ul li {margin: 0 37px 0 0; min-width: inherit; white-space: nowrap; }
nav.tab-menu-class ul li.current-menu-item>  a {color: #A55B00 !important; text-decoration: underline; text-underline-offset: 8px; }
section.next-project.text-center {background-position: 73% center; padding: 140px 20px; }
.text-center .section-heading {margin-bottom: 25px; }
section.next-project.text-center a.heading-link {margin-bottom: 0; }
.video-banner-section .container {padding: 0;}
.quote-section .quote-text {
    left: 0px;
    max-width: 100%;
    padding: 0 25px;
}

.quote-section picture img {
    height: 100%;
    width: 100%;
}
section.quote-section {
    position: relative;
    min-height: 371px;
}
.quote-section .quote-text p {
    font-size: 20px;
}
} 




section.testimonial-slider {
    background-color: #fff;
    padding: 95px 0;
}

.testimonial-slider h2 {
    color: #3E5714;
    margin-bottom: 30px;
    font-weight: 600;
}

.testimonial-slider-items p {
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #393939;
}

.testimonial-item h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 400;
    margin-top: 25px;
}

.testimonial-slider .slick-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #E5D6B4;
    border-radius: 50px;
    border: none;
}

.testimonial-slider ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.testimonial-slider .slick-dots li {
    margin-right: 10px;
}

.testimonial-slider .slick-dots li.slick-active button {
    background-color: #A55B00;
}
.our-mission.core-values img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 33px;
}
@media(max-width: 767px) {
    iframe.vd-src.loaded {
       
        display: block;
    }
	html {
    margin-top: 0 !important;
}
.video-banner-data picture {
    height: 100%;
}
}
@media(max-width: 575px) {
    section.quote-section img {
        min-height: 371px;
    }
}
section.aloha-content-section h1 {
    font-family: "hatch-sans", sans-serif;
    line-height: 48px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    font-size: 44px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    max-width: 703px;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width: 992px) {
	section.aloha-content-section h1 {
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	section.aloha-content-section h1 {
		font-size: 36px;
    letter-spacing: 0.38px;
    line-height: 46px;
	}
}