/*Google Fonts: Barlow Semi Condensed*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600&display=swap');
/*Google Fonts: Barlow*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&display=swap');
/*Google Fonts: Major Mono Display*/
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');


html body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    width: auto; 
    overflow-x:hidden;
    overflow-y:scroll;
}


html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
  }

:root {
    --font-bahnschrift: 'Bahnschrift', sans-serif;
}

.bahnschrift {
    font-family: var(--font-bahnschrift);
}

.observer-container {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.wrapper {
    position: relative;
}
/*Animation*/

    /*FadeInUp*/
    @keyframes fadeInUp {
        from {
            transform: translate3d(0,40px,0)
        }

        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp {
        from {
            transform: translate3d(0,30px,0)
        }

        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }

    .animated-1 {
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-fill-mode: both;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: both
    }

    .animated-2 {
        animation-delay: .7s;
        animation-duration: 1s;
        animation-fill-mode: both;
        -webkit-animation-delay: .7s;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: both
    }

    .animatedFadeInUp {
        opacity: 0
    }

    @media (prefers-reduced-motion: no-preference) {
    .fadeInUp {
        opacity: 0;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
    }
}
/*/FadeInUp*/

/*FadeOutDown*/
    @keyframes fadeOutDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }
        
        10% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }

        13% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }
    }

    @-webkit-keyframes fadeOutDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }
        
        10% {
            opacity: 0;
            -webkit-transform: translateY(0);
        }

        13% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }
    }

    .animated-3 {
        animation-iteration-count: infinite;
        animation-duration: 10s;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 10s;
        -webkit-animation-fill-mode: both;
    }

    .animatedFadeOutDown {
        opacity: 0
    }

    .fadeOutDown {
        -webkit-animation-name: fadeOutDown;
        animation-name: fadeOutDown;
    }
/*/FadeOutDown*/

/*/Animation*/

/*Navigation Bar*/
.header-area {
    margin: 0 0;
    padding: 0 0;
    position: relative;
    width: 100vw;
    height: auto;
}

.header-area .main-menu {
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    z-index: 2;
    width: 100vw;
    height: auto;
}

.header-area .navbar {
    margin: 0 0;
    padding: 2.5rem 5rem 1rem 5rem;
    background: transparent;
    box-shadow: none;
}

.header-area .navbar .container{
    margin: 0 0;
    padding: 0 0;
    width: 100%;
}

.header-area .navbar .nav-item {
    padding-left: 1rem;
}

.header-area .navbar .nav-item > a {
    font-size: 12pt;
    font-weight: 600;
    color: white;
}

.header-area .main-menu .navbar .navbar-toggler {
    color: white;
}

/*
    color: rgb(30, 116, 184); /*blue*/
    /*color: rgb(166, 168, 171); /*light grey*/
    /*color: rgb(102, 102, 102); /*dark grey*/
    
    /*width 70mm from left*/

/*/Navigation Bar*/

/*Main*/

/*Site Banner*/
.site-main .site-banner {
    margin: 0 0;
    padding: 0 0;
    background: black;
    position: relative;
}

.site-main .site-banner .row {
    margin: 0;
    padding: 0;
}

.site-main .site-banner .row .col-12 {
    margin: 0;
    padding: 0;
}

.site-main .site-banner .carousel-item > img {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    filter: brightness(100%);
}

.site-main .site-banner .site-banner-bottom {
    position: absolute;
    z-index: 2;
    /* bottom: 13rem; */
    bottom: 25%;
    left: 13rem;
    padding: 0 0;
    margin: 0 0;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0);
}

.site-main .site-banner .site-banner-top-text {
    margin-bottom: .3rem;
}

.site-main .site-banner .site-banner-title {
    font-size: 33pt;
    font-weight: 600;
    line-height: 90%;
}

.site-main .site-banner .site-banner-title-1 {
    color: white;
}

.site-main .site-banner .site-banner-title-2 {
    color: rgb(30, 116, 184);
}

.site-main .site-banner .site-banner-bottom {
    text-align: justify;
}

.site-main .site-banner .site-banner-bottom-text {
    margin-bottom: 0;
    text-align: justify;
    max-width: 73ch;
}

.site-main .site-banner .site-banner-bottom-text > span {
    font-size: 14pt;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.89);
    line-height: 90%;
}

.site-scroll-down {
    position: absolute;
    z-index: 5;
    right: 0;
    
    bottom: 15%;
    left: 8rem;
    padding: 0 0;
    margin: 0 0;
}

.site-scroll-down img {
    height: 40px;
    width: auto;
}
/*/Site Banner*/

/*Site About*/


.site-main .site-about {
    margin: 0 0;
    padding: 10rem 13rem;
    background: black;
}

.site-main .site-about .site-about-content {
    padding-right: 6.5rem;
}

.site-about-title {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease;
    color: rgb(30, 116, 184);
    font-size: 24pt;
    font-weight: 600;
    margin: 2.5rem 0;
}

.site-about-text {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease .5s;
    text-align: justify;
    font-size: 14pt;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.89);
}

.site-about-text .site-about-desc {
    line-height: 65%;
}

.site-about-btn {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: opacity 1.5s ease 1.5s;
}

.site-main .site-about .btn {
    margin-top: 3.5rem;
    padding: .8rem 3rem;
    background: transparent;
}

.site-main .site-about a:hover {
    background-color: rgb(13, 67, 109);
    transition: background-color .15s ease; 
}

.site-main .site-about .site-about-btn > span {
    font-size: 12pt;
    font-weight: 400;
    color: rgb(166, 168, 171);
}

.site-main .site-about .site-about-btn > img {
    height: 27px;
    width: auto;
    transform: rotate(270deg);
    margin-left: 1.3rem;
}

.site-about-img{
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease 1s;
    height: 35rem;
    width: auto;
    float: left;
}
/*/Site About*/

/*Site Philosophy*/
.site-main .site-philosophy {
    position: relative;
    margin: 0 0;
    padding: 0 13rem 6.5rem 13rem;
    background: black;
}

.site-main .site-philo {
    padding-right: 1.5rem;
}

.site-main .site-philosophy .space-padding { 
    position: relative;
    top: 50%;
}

.site-philo-text {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.7s ease;
}

.site-main .site-philosophy .site-philo-text > span {
    font-size: 14pt;
    font-weight: 600;
    color: rgb(30, 116, 184);
}

.site-main .site-philosophy .site-philo-desc {
    line-height: 65%;
}

.site-main .site-philosophy  .site-philo .space-padding  p {
   width: 100%; 
   text-align: left; 
   border-bottom: 1px solid; 
   border-color: rgba(255, 255, 255, 0.89);
   line-height: 0.1em;
   margin: 0; 
}

.site-main .site-philosophy  .site-philo .space-padding p span { 
    padding:0 10px 0 0;
    background: black;  
}

.site-team-btn {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: opacity 1.5s ease 1.5s;
}

.site-main .site-philosophy .btn {
    margin-top: 3.5rem;
    padding: .8rem 3rem;
    background: transparent;
}

.site-main .site-philosophy a:hover {
    background-color: rgb(13, 67, 109);
    transition: background-color .15s ease; 
}

.site-main .site-philosophy .btn > span {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(166, 168, 171);
}

.site-main .site-philosophy .btn > img {
    height: 27px;
    width: auto;
    transform: rotate(270deg);
    margin-left: 1.3rem;
}    

.site-main .site-philosophy .philo-desc h2{ 
    margin-bottom: 0.2rem;
}

.first-text{
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease 1s;
}

.second-text{
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease 1.2s;
}

.third-text{
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease 1.4s;
}

.fourth-text{
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease 1.6s;
}

.fifth-text{
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.5s ease 1.6s;
}

.site-main .site-philosophy .philo-desc .first-text span{ 
    font-weight: 600;
    color: rgba(255, 255, 255, 0.89);
    font-size: 50pt;
    line-height: 90%;
}

.site-main .site-philosophy .philo-desc .second-text span{ 
    font-weight: 600;
    color: rgb(30, 116, 184);
    font-size: 30pt;
    line-height: 95%;
}

.site-main .site-philosophy .philo-desc .third-text span{ 
    font-weight: 600;
    color: rgba(255, 255, 255, 0.89);
    font-size: 30pt;
    
}

.site-main .site-philosophy .philo-desc .fourth-text span{ 
    font-weight: 600;
    color: rgba(255, 255, 255, 0.89);
    font-size: 40pt;
    line-height: 100%;
}

.site-main .site-philosophy .philo-desc .fifth-text span{ 
    font-weight: 600;
    color: rgb(30, 116, 184);
    font-size: 30pt;
}

.site-scroll-down-1 {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 8rem;
    bottom: 4rem;
    padding: 0 0;
    margin: 0 0;
}

.site-scroll-down-1 img {
    height: 40px;
    width: auto;
}
/*/Site Philosophy*/

/*Site Project*/
.site-main .site-project {
    margin: 0 0;
    padding: 10rem 13rem;
    background: rgb(51, 51, 51);
}

.site-main .site-project .site-project-title {
    padding-right: 1.5rem;
}

.site-project-title-text {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease;
    color: white;
    font-size: 24pt;
    font-weight: 600;
}

.site-project-title-line {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease;
    height:1px;
    border-width:0;
    background-color:rgb(166, 168, 171);
    margin: 1rem 0;
}

.site-main .site-project .site-project-content {
    margin-top: 4rem;
    padding-right: 1.5rem;
}

.site-project-img-1 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .3s;
    display: block;
    width: 100%;
}

.site-project-text-1 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .3s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-2 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease 5s;
    display: block;
    width: 100%;
}

.site-project-text-2 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .6s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-3 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease 2s;
    display: block;
    width: 100%;
}

.site-project-text-3 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .9s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-4 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .3s;
    display: block;
    width: 100%;
}

.site-project-text-4 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .3s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 95%;
}

.site-project-img-5 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .6s;
    display: block;
    width: 100%;
}

.site-project-text-5 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .6s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-6 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .9s;
    display: block;
    width: 100%;
}

.site-project-text-6 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .9s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-7 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .3s;
    display: block;
    width: 100%;
}

.site-project-text-7 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .3s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-8 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .6s;
    display: block;
    width: 100%;
}

.site-project-text-8 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .6s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-img-9 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .9s;
    display: block;
    width: 100%;
}

.site-project-text-9 {
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 1.2s ease .9s;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    margin-top: 1.2rem;
    line-height: 90%;
}

.site-project-content-special {
    margin-top: 13rem;
    padding-right: 1.5rem;
}

.site-main .site-project h2 {
    text-align: right; 
 }

.project-first-text{
    position: relative;
    opacity: 0;
    transition: all 1.5s ease 1s;
}

.project-second-text{
    position: relative;
    opacity: 0;
    transition: all 1.5s ease 1.2s;
}

.project-third-text{
    position: relative;
    opacity: 0;
    transition: all 1.5s ease 1.4s;
}

.project-fourth-text{
    position: relative;
    opacity: 0;
    transition: all 1.5s ease 1.6s;
}

.site-main .site-project .project-first-text span{ 
    font-weight: 600;
    color: rgb(30, 116, 184);
    font-size: 30pt;
    line-height: 90%;
}

.site-main .site-project .project-second-text span{ 
    font-weight: 600;
    color: white;
    font-size: 30pt;
    line-height: 90%;
}

.site-main .site-project .project-second-text .blue{ 
    color: rgb(30, 116, 184);
}

.site-main .site-project .project-third-text span{ 
    font-weight: 600;
    color: rgb(30, 116, 184);
    font-size: 30pt;
    line-height: 90%;
}

.site-main .site-project .project-fourth-text span{ 
    font-weight: 600;
    color: white;
    font-size: 30pt;
    line-height: 90%;
}

.site-main .site-project .project-fourth-text .blue{ 
    color: rgb(30, 116, 184);
}

.site-main .site-project .site-project-btm {
    padding-right: 1.5rem;
}

.site-project-btn {
    position: relative;
    opacity: 0;
    transition: opacity 1.5s ease 1.5s;
}

.site-main .site-project .btn {
    padding: .8rem 3rem;
    background: transparent;
}

.site-main .site-project a:hover {
    background-color: rgb(13, 67, 109);
    transition: background-color .15s ease; 
}

.site-main .site-project .site-project-btn > span {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(166, 168, 171);
}

.site-main .site-project .site-project-btn > img {
    height: 27px;
    width: auto;
    transform: rotate(270deg);
    margin-left: 1.3rem;
}
/*/Site Project*/

/*Footer*/
.site-footer {
    margin: 0 0;
    padding: 0rem 13rem 5rem 13rem;
    background: rgb(51, 51, 51);
}

.site-footer-logo {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
}   

.site-footer-address {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
}   

.site-footer .site-footer-address > span {
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
    line-height: 90%;
}

.footer-info-container {
    width: fit-content;
    float: right;
}

.footer-info-container .btn {
    width: 40px;
    height: 40px;
    padding: 6px 6px;
    border-radius: 30px;
    justify-content: center;
    border: 0;
    margin-right: .5rem;
}

.facebook-btn, .linkedin-btn, .instagram-btn {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
}
        

.site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
    position: relative;
    opacity: 0;
    transition: all 1s ease .5s;
    margin: .5rem 0 0 0;
    font-size: 14pt;
    font-weight: 600;
    color: rgb(166, 168, 171);
}   

.site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
    line-height: 90%;
}

.site-footer-info-email a {
    color: rgb(166, 168, 171);
    text-decoration: none;
}
/*/Footer*/

@media only screen and (max-width: 1230px){
    /*Site About*/
    .site-about-img{
        height: 32rem;
        width: auto;
    }
    /*/Site About*/
}

@media only screen and (max-width: 1201px){
    
    /*Navigation Bar*/
    .header-area .navbar {
        padding: 2.5rem 3rem 1rem 3rem;
    }

    .header-area .navbar .container{
        margin: 0 0;
        padding: 0 0;
    }

    .header-area .navbar .nav-item {
        padding-left: 1rem;
    }
    /*/Navigation Bar*/

    /*Site Banner*/
    .site-main .site-banner .site-banner-bottom {
        /* bottom: 9rem; */
        bottom: 25%;
        left: 6rem;
    }
    
    .site-main .site-banner .site-banner-top-text {
        margin-bottom: .1rem;
    }

    .site-main .site-banner .site-banner-title {
        font-size: 28pt; /*33pt to 28*/
        font-weight: 600;
        line-height: 90%;
    }

    .site-main .site-banner .site-banner-bottom-text {
        max-width: 63ch;
    }

    .site-main .site-banner .site-banner-bottom-text > span {
        font-size: 12pt; /*14pt to 12pt*/
        line-height: 90%;
    }

    .site-scroll-down {
        bottom: 13%;
        left: 3rem;
    }
    
    .site-scroll-down img {
        height: 30px;
        width: auto;
    }
    /*/Site Banner*/

    /*Site About*/
    .wrapper {
        position: relative;
    }

    .site-main .site-about {
        padding: 5rem 6rem;
    }

    .site-main .site-about .site-about-content {
        padding-right: 6.5rem;
    }

    .site-about-title {
        font-size: 20pt; /*24pt to 20pt*/
        margin: 2rem 0;
    }

    .site-about-text {
        font-size: 12pt; /*14pt to 12pt*/
    }

    .site-about-text .site-about-desc {
        line-height: 65%;
    }

    .site-main .site-about .btn {
        margin-top: 3rem;
        padding: .6rem 2.2rem;
        background: transparent;
    }

    .site-main .site-about a:hover {
        background-color: rgb(13, 67, 109);
        transition: background-color .15s ease; 
    }

    .site-main .site-about .site-about-btn > span {
        font-size: 10pt;
    }

    .site-main .site-about .site-about-btn > img {
        height: 25px;
        margin-left: 1.3rem;
    }

    .site-about-img{
        height: 30rem;
        width: auto;
    }
    /*/Site About*/

    /*Site Philosophy*/
    .site-main .site-philosophy {
        padding: 0 6rem 5rem 6rem;
    }

    .site-main .site-philo {
        padding-right: 1.5rem;
    }

    .site-main .site-philosophy .space-padding { 
        position: relative;
        top: 50%;
    }

    .site-main .site-philosophy .site-philo-text > span {
        font-size: 12pt;
    }

    .site-main .site-philosophy .btn {
        margin-top: 3rem;
        padding: .6rem 2.2rem;
        background: transparent;
    }

    .site-main .site-philosophy .btn > span {
        font-size: 10pt;
    }

    .site-main .site-philosophy .btn > img {
        height: 25px;
        margin-left: 1.3rem;
    }    

    .site-main .site-philosophy .philo-desc h2{ 
        margin-bottom: 0.2rem;
    }

    .site-main .site-philosophy .philo-desc .first-text span{ 
        font-size: 45pt; /*50pt to 45pt*/
        line-height: 90%;
    }

    .site-main .site-philosophy .philo-desc .second-text span{ 
        font-size: 25pt; /*30pt to 25pt*/
        line-height: 95%;
    }

    .site-main .site-philosophy .philo-desc .third-text span{ 
        font-size: 25pt; /*30pt to 25pt*/
        
    }

    .site-main .site-philosophy .philo-desc .fourth-text span{ 
        font-size: 35pt; /*40pt to 35pt*/
        line-height: 100%;
    }

    .site-main .site-philosophy .philo-desc .fifth-text span{ 
        font-size: 25pt; /*30pt to 25pt*/
    }

    .site-scroll-down-1 {
        left: 3rem;
        bottom: 3rem;
    }

    .site-scroll-down-1 img {
        height: 30px;
        width: auto;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-main .site-project {
        padding: 5rem 6rem;
    }

    .site-main .site-project .site-project-title {
        padding-right: 1.5rem;
    }

    .site-project-title-text {
        font-size: 20pt; /*24pt to 20pt*/
    }

    .site-main .site-project .site-project-content {
        margin-top: 3rem;
        padding-right: 1.5rem;
    }

    .site-project-content-special {
        margin-top: 6rem;
        padding-right: 1.5rem;
    }

    .site-main .site-project .project-first-text span{ 
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .project-second-text span{ 
        font-weight: 600;
        color: white;
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .project-third-text span{ 
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .project-fourth-text span{ 
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .site-project-btm {
        padding-right: 1.5rem;
    }

    .site-main .site-project .btn {
        margin-top: 0;
        padding: .6rem 2.2rem;
        background: transparent;
    }

    .site-main .site-project a:hover {
        background-color: rgb(13, 67, 109);
        transition: background-color .15s ease; 
    }

    .site-main .site-project .site-project-btn > span {
        font-size: 10pt;
    }

    .site-main .site-project .site-project-btn > img {
        height: 25px;
        margin-left: 1.3rem;
    }
    /*/Site Project*/

    /*Footer*/
    .site-footer {
        padding: 0rem 6rem 3rem 6rem;
    }

    .site-footer .site-footer-address > span {
        font-size: 12pt;
        line-height: 90%;
    }

    .footer-info-container .btn {
        width: 35px;
        height: 35px;
        padding: 4px 4px;
        border-radius: 30px;
        justify-content: center;
        border: 0;
        margin-right: .5rem;
    }

    .site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
        font-size: 12pt;
    }   

    .site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
        line-height: 90%;
    }
    /*/Footer*/

}

/* viewport width: 1024 - pass */

@media only screen and (max-width: 992px){
    
    
    /*Navigation Bar*/
    .collapse.navbar-collapse {
        text-align: center;
        background-color: black;
        width: fit-content;
    }
    /*/Navigation Bar*/
    
    /*Site Banner*/
    .site-main .site-banner .site-banner-bottom {
        /* bottom: 9rem; */
        bottom: 23%;
        left: 6rem;
    }
    /*/Site Banner*/

    /*Site About*/
    .site-main .site-about .site-about-content {
        padding-right: 0;
    }
    /*/Site About*/

    /*Site Philosophy*/
    .site-main .site-philosophy {
        padding: 0 6rem 5rem 6rem;
    }

    .site-main .site-philo {
        padding-right: 1.5rem;
    }

    .site-main .site-philosophy .space-padding { 
        position: relative;
        top: 50%;
    }

    .site-main .site-philosophy .site-philo-text > span {
        font-size: 12pt; 
    }

    .site-main .site-philosophy .btn {
        margin-top: 3rem;
        padding: .6rem 2.2rem;
        background: transparent;
    }

    .site-main .site-philosophy .btn > span {
        font-size: 10pt;
    }

    .site-main .site-philosophy .btn > img {
        height: 25px;
        margin-left: 1.3rem;
    }    

    .site-main .site-philosophy .philo-desc h2{ 
        margin-bottom: 0.2rem;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-main .site-project {
        padding: 5rem 6rem;
    }

    .site-main .site-project .site-project-title {
        padding-right: 1.5rem;
    }

    .site-project-text-1,   .site-project-text-2,  .site-project-text-3,  .site-project-text-4,  .site-project-text-5,  .site-project-text-6,  .site-project-text-7,  .site-project-text-8,  .site-project-text-9 {
        font-size: 12pt; /*14pt to 12pt*/
        margin-top: 1rem;
        line-height: 90%;
    }

    .site-project-img-1,   .site-project-img-2,  .site-project-img-3,  .site-project-img-4,  .site-project-img-5,  .site-project-img-6,  .site-project-img-7,  .site-project-img-8,  .site-project-img-9 {
        width: 100%;
        object-fit: cover;
    }

    .site-project-content-special {
        margin-top: 6rem;
        padding-right: 1.5rem;
    }

    .site-main .site-project .project-first-text span{ 
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .project-second-text span{ 
        font-weight: 600;
        color: white;
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .project-third-text span{ 
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .project-fourth-text span{ 
        font-size: 25pt;
        line-height: 90%;
    }

    .site-main .site-project .site-project-btn {
        padding-right: 0;
    }

    .site-main .site-project .btn {
        margin-top: 0;
        padding: .6rem 2.2rem;
        background: transparent;
    }

    .site-main .site-project a:hover {
        background-color: rgb(13, 67, 109);
        transition: background-color .15s ease; 
    }

    .site-main .site-project .site-project-btn > span {
        font-size: 10pt;
    }

    .site-main .site-project .site-project-btn > img {
        height: 25px;
        margin-left: 1.3rem;
    }
    /*/Site Project*/

    /*Footer*/
    .site-footer {
        padding: 0rem 6rem 3rem 6rem;
    }

    .site-footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }

    .site-footer .site-footer-address {
        text-align: center;
        margin-bottom: 2rem;
    }

    .site-footer .site-footer-address > span {
        font-size: 12pt;
        line-height: 90%;
    }

    .footer-info-container {
        text-align: center;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info-container .d-flex {
        justify-content: center;
    }

    .footer-info-container .btn {
        width: 35px;
        height: 35px;
        padding: 4px 4px;
        border-radius: 30px;
        justify-content: center;
        border: 0;
        margin-right: .5rem;
    }

    .site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
        font-size: 12pt;
    }   

    .site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
        line-height: 90%;
    }
    /*/Footer*/

}
@media only screen and (max-width: 871px) {
    .site-main .site-project .btn {
        margin-top: 0;
        padding: .6rem 1rem;
        background: transparent;
    }
}


@media only screen and (max-width: 768px){

    /*Site Banner*/
    .site-main .site-banner .site-banner-bottom {
        /* bottom: 9rem; */
        bottom: 25%;
        left: 3.5rem;
    }
    /*/Site Banner*/

    /*Site About*/
    .site-main .site-about {
        padding: 5rem 3.5rem;
    }

    .site-main .site-about .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-about .site-about-btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-about .site-about-btn img {
        height: 20px;
        margin-left: 1.3rem;
    }
    /*/Site About*/
    
    /*Site Philosophy*/
    .site-main .site-philosophy {
        padding: 0 3.5rem 5.3rem 3.5rem;
    }

    .site-main .site-philosophy .philo-desc h2{ 
        margin-bottom: 0;
    }

    .site-main .site-philosophy .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-philosophy .btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-philosophy .btn img {
        height: 20px;
        margin-left: 1.3rem;
    }    

    .first-text, .second-text, .fifth-text {
        line-height: 80%;
    }

    .third-text {
        line-height: 85%;
        margin-bottom: 1rem;
    }

    .fourth-text {
        line-height: 100%;
    }

    .site-main .site-philosophy .philo-desc .first-text span{ 
        font-size: 40pt; /*50pt to 45pt*/ /*45pt to 40pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .second-text span{ 
        font-size: 20pt; /*30pt to 25pt*/ /*25pt to 20pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .third-text span{ 
        font-size: 17pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .fourth-text span{ 
        font-size: 30pt; /*40pt to 35pt*/ /*35pt to 30pt*/
        line-height: 95%;
    }

    .site-main .site-philosophy .philo-desc .fifth-text span{ 
        font-size: 17pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 75%;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-main .site-project {
        padding: 5rem 3.5rem;
    }

    .site-project-content-special {
        margin-top: 3rem;
        padding-right: 1.5rem;
    }

    .site-main .site-project .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-project .btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-project .btn img {
        height: 20px;
        margin-left: 1.3rem;
    }    
    /*/Site Project*/

    /*Footer*/
    .site-footer {
        padding: 0rem 3.5rem 3rem 3.5rem;
    }
    
}

@media only screen and (max-width: 622px) {
    /*Navigation Bar*/
    .header-area .navbar .navbar-brand img {
        height: 60px;
    }
    /*/Navigation Bar*/
    
    /*Site Banner*/

    .site-main .site-banner .site-banner-bottom {
        max-width: 85vw;
    }

    .site-main .site-banner .site-banner-title {
        font-size: 25pt; /*33pt to 28pt*/ /*28pt to 25pt*/
        font-weight: 600;
        line-height: 90%;
    }

    .site-main .site-banner .site-banner-top-text {
        text-align: left;
    }

    .site-main .site-banner .site-banner-bottom-text {
        max-width: 57ch;
        text-align: left;
    }

    .site-main .site-banner .site-banner-bottom-text > span {
        font-size: 11pt; /*14pt to 12pt*/ /*12pt to 11pt*/
        line-height: 85%;
    }
    /*/Site Banner*/
    
    /*Site About*/
    .site-about-title {
        font-size: 18pt; /*24pt to 20pt*/ /*20pt to 18pt*/
        margin: 2rem 0;
        margin-top: 0;
    }

    .site-about-text {
        font-size: 11pt; /*14pt to 12pt*/ /*12pt to 11pt*/
    }
    /*/Site About*/


    /*Site Philosophy*/
    .site-main .site-philo {
        padding-right: 1rem;
    }

    .site-main .site-philosophy .site-philo-text > span {
        font-size: 11pt; /*12pt to 11pt*/ 
    }

    .site-main .site-philosophy .philo-desc .first-text span{ 
        font-size: 35pt; /*50pt to 45pt*/ /*45pt to 40pt*/ /*40pt to 35pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .second-text span{ 
        font-size: 15pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 11pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .third-text span{ 
        font-size: 17pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 85%;
    }

    .fourth-text {
        margin-top: .2rem;
    }

    .site-main .site-philosophy .philo-desc .fourth-text span{ 
        font-size: 25pt; /*40pt to 35pt*/ /*35pt to 30pt*/ /*30pt to 25pt*/
    }

    .site-main .site-philosophy .philo-desc .fifth-text span{ 
        font-size: 17pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 75%;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-project-title-text {
        font-size: 17pt; /*24pt to 20pt*/ /*20pt to 17pt*/
    }

    .site-project-title-line {
        margin: .5rem 0;
    }

    .site-main .site-project .site-project-content {
        margin-top: 2rem;
        padding-right: 1.5rem;
    }

    .site-project-text-1,   .site-project-text-2,  .site-project-text-3,  .site-project-text-4,  .site-project-text-5,  .site-project-text-6,  .site-project-text-7,  .site-project-text-8,  .site-project-text-9{
        font-size: 12pt; /*14pt to 12pt*/
        margin-top: .5rem;
        line-height: 90%;
    }

    .site-main .site-project .site-project-content-special {
        margin-top: 2rem;
        padding-right: 1.5rem;
    }
    
    .site-main .site-project .project-first-text span{ 
        font-size: 20pt; /*25pt to 20pt*/
        line-height: 90%;
    }

    .site-main .site-project .project-second-text span{ 
        font-size: 20pt; /*25pt to 20pt*/
        line-height: 90%;
    }

    .site-main .site-project .project-third-text span{ 
        font-size: 20pt; /*25pt to 20pt*/
        line-height: 90%;
    }

    .site-main .site-project .project-fourth-text span{ 
        font-size: 20pt; /*25pt to 20pt*/
        line-height: 90%;
    }
    /*/Site Project*/

    /*Footer*/
    .site-footer .site-footer-address > span {
        font-size: 10pt;
        line-height: 90%;
    }

    .footer-info-container {
        text-align: center;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info-container .d-flex {
        justify-content: center;
    }

    .footer-info-container .btn {
        width: 33px;
        height: 33px;
        padding: 3px 3px;
        border-radius: 30px;
        justify-content: center;
        border: 0;
        margin-right: .5rem;
    }

    .site-footer-info-tel, .site-footer-info-fax, .site-footer-info-email {
        font-size: 10pt;
    }   

    .site-footer-info-tel > span, .site-footer-info-fax > span, .site-footer-info-email > span {
        line-height: 90%;
    }
}

@media only screen and (max-width: 559px) {
    /*Site Banner*/
    .site-main .site-banner .site-banner-bottom {
        
        bottom: 25%;
        left: 2rem;
    }

    .site-main .site-banner .site-banner-title {
        font-size: 24pt; /*33pt to 28pt*/ /*28pt to 25pt*/ /*25pt to 24pt*/
        font-weight: 600;
        line-height: 90%;
    }

    .site-main .site-banner .site-banner-bottom-text {
        max-width: 90vw;
        text-align: justify;
    }

    .site-scroll-down {
        bottom: 13%;
        left: 2rem;
    }
    
    .site-scroll-down img {
        height: 30px;
        width: auto;
    }
    /*/Site Banner*/

    /*Site About*/
    .site-main .site-about {
        padding: 5rem 2rem;
    }

    .site-main .site-about .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-about .site-about-btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-about .site-about-btn img {
        height: 20px;
        margin-left: 1.3rem;
    }
    /*/Site About*/
    
    /*Site Philosophy*/
    .site-main .site-philosophy {
        padding: 0 2rem 5.3rem 2rem;
    }

    .site-main .site-philosophy .philo-desc h2{ 
        margin-bottom: 0;
    }

    .site-main .site-philosophy .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-philosophy .btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-philosophy .btn img {
        height: 20px;
        margin-left: 1.3rem;
    }    


    .site-scroll-down-1 {
        left: 2rem;
        bottom: 3rem;
    }

    .first-text, .second-text, .fifth-text {
        line-height: 80%;
    }

    .third-text {
        line-height: 85%;
        margin-bottom: 1rem;
    }

    .fourth-text {
        line-height: 100%;
    }

    .site-main .site-philosophy .philo-desc .first-text span{ 
        font-size: 40pt; /*50pt to 45pt*/ /*45pt to 40pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .second-text span{ 
        font-size: 20pt; /*30pt to 25pt*/ /*25pt to 20pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .third-text span{ 
        font-size: 17pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .fourth-text span{ 
        font-size: 30pt; /*40pt to 35pt*/ /*35pt to 30pt*/
        line-height: 95%;
    }

    .site-main .site-philosophy .philo-desc .fifth-text span{ 
        font-size: 17pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/
        line-height: 75%;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-main .site-project {
        padding: 5rem 2rem;
    }

    .site-main .site-project .site-project-content {
        margin-top: 2rem;
        padding-right: 1rem;
    }

    .site-main .site-project .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-project .btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-project .btn img {
        height: 20px;
        margin-left: 1.3rem;
    }    
    /*/Site Project*/

    /*Footer*/
    .site-footer {
        padding: 0rem 2rem 3rem 2rem;
    }
}

/* Viewport Width - Mobile - 479px */
@media only screen and (max-width: 480px) {
    
    /*Site Banner*/
    .site-main .site-banner .site-banner-bottom {
        /* bottom: 9rem; */
        bottom: 25%;
        left: 1.5rem;
    }

    .site-main .site-banner .site-banner-title {
        font-size: 24pt; /*33pt to 28pt*/ /*28pt to 25pt*/ /*25pt to 24pt*/
        font-weight: 600;
        line-height: 90%;
    }

    .site-main .site-banner .site-banner-bottom-text {
        /* max-width: 85vw; */
        text-align: justify;
    }

    .site-scroll-down {
        /* bottom: 6.5rem; */
        bottom: 13%;
        left: 1.5rem;
    }
    
    .site-scroll-down img {
        height: 30px;
        width: auto;
    }
    /*/Site Banner*/

    /*Site About*/
    .site-main .site-about {
        padding: 5rem 1.5rem;
    }

    .site-main .site-about .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-about .site-about-btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-about .site-about-btn img {
        height: 20px;
        margin-left: 1.3rem;
    }
    /*/Site About*/
    
    /*Site Philosophy*/
    .site-main .site-philosophy {
        padding: 0 1.5rem 5.3rem 1.5rem;
    }

    .site-main .site-philosophy .site-philo-desc {
        line-height: 100%;
    }

    .site-main .site-philosophy .philo-desc h2{ 
        margin-bottom: 0;
    }

    .site-main .site-philosophy .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-main .site-philosophy .btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-philosophy .btn img {
        height: 20px;
        margin-left: 1.3rem;
    }    


    .site-scroll-down-1 {
        left: 1.5rem;
        bottom: 2rem;
    }

    .first-text, .second-text, .fifth-text {
        line-height: 80%;
    }

    .third-text {
        line-height: 85%;
        margin-bottom: 1rem;
    }

    .fourth-text {
        line-height: 100%;
    }

    .site-main .site-philosophy .philo-desc .first-text span{ 
        font-size: 30pt; /*50pt to 45pt*/ /*45pt to 40pt*/ /*40pt to 30pt*/
        line-height: 85%; 
    }

    .site-main .site-philosophy .philo-desc .second-text span{ 
        font-size: 15pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 15pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .third-text span{ 
        font-size: 15pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
        line-height: 85%;
    }

    .site-main .site-philosophy .philo-desc .fourth-text span{ 
        font-size: 25pt; /*40pt to 35pt*/ /*35pt to 30pt*/ /*30pt to 25pt*/
        line-height: 95%;
    }

    .site-main .site-philosophy .philo-desc .fifth-text span{ 
        font-size: 15pt; /*30pt to 25pt*/ /*25pt to 20pt*/ /*20pt to 17pt*/ /*17pt to 15pt*/
        line-height: 75%;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-main .site-project {
        padding: 5rem 1.5rem;
    }

    .site-main .site-project .site-project-content {
        margin-top: 2rem;
        padding-right: .5rem;
    }

    .site-main .site-project .site-project-content-special {
        margin-top: 2rem;
        padding-right: .5rem;
    }

    .site-main .site-project .btn {
        margin-top: 3rem;
        padding: .5rem 2rem;
        background: transparent;
    }

    .site-project-content-special .wrapper h2 {
        margin-bottom: 0.2rem;
    }

    .project-first-text, .project-second-text, .project-third-text, .project-fourth-text {
        line-height: 80%;
    }

    .site-main .site-project .project-first-text span{ 
        font-size: 15pt; /*25pt to 20pt*/
        line-height: 80%;
    }

    .site-main .site-project .project-second-text span{ 
        font-size: 15pt; /*25pt to 20pt*/
        line-height: 80%;
    }

    .site-main .site-project .project-third-text span{ 
        font-size: 15pt; /*25pt to 20pt*/
        line-height: 80%;
    }

    .site-main .site-project .project-fourth-text span{ 
        font-size: 15pt; /*25pt to 20pt*/
        line-height: 80%;
    }

    .site-main .site-project .btn span {
        font-size: 9pt;
        line-height: 85%;
    }

    .site-main .site-project .btn img {
        height: 20px;
        margin-left: 1.3rem;
    }    
    /*/Site Project*/

    /*Footer*/
    .site-footer {
        padding: 0rem 3.5rem 3rem 3.5rem;
    }

}

@media only screen and (max-width: 381px){
    .site-main .site-philosophy .site-philo-text > span {
        font-size: 9pt; /*12pt to 11pt*/ 
    }

}

@media only screen and (max-width: 341px){
    .header-area .navbar {
        padding: 2.5rem 2rem 1rem 2rem;
    }
    
    /*Site Banner*/
    .site-main .site-banner .site-banner-bottom {
        /* bottom: 9rem; */
        bottom: 25%;
        left: 1rem;
    }

    .site-scroll-down {
        /* bottom: 6.5rem; */
        bottom: 13%;
        left: 1rem;
    }
    /*/Site Banner*/

    /*Site About*/
    .site-main .site-about {
        padding: 5rem 1rem;
    }
    /*/Site About*/

    /*Site Philosophy*/
    .site-main .site-philosophy {
        padding: 0 1rem 5.3rem 1rem;
    }

    .site-main .site-philosophy .btn {
        margin-top: 3rem;
        padding: .3rem 1.7rem;
        background: transparent;
    }

    .site-scroll-down-1 {
        left: 1rem;
        bottom: 2rem;
    }
    /*/Site Philosophy*/

    /*Site Project*/
    .site-main .site-project {
        padding: 5rem 1rem;
    }
    /*Site Project*/

    .site-footer {
        padding: 0rem 2rem 3rem 2rem;
    }

}



/*Important - Must Be At Bottom*/
.const-animatedFadeInLeft {
    -webkit-transform: translateX(-40px);
    -webkit-opacity: 0;
    -moz-transform: translateX(-40px);
    -moz-opacity: 0;
    -o-transform: translateX(-40px);
    -o-opacity: 0;
    transform: translateX(-40px);
    opacity: 0;
  }
  
  .const-animatedFadeInRight {
    -webkit-transform: translateX(40px);
    -webkit-opacity: 0;
    -moz-transform: translateX(40px);
    -moz-opacity: 0;
    -o-transform: translateX(40px);
    -o-opacity: 0;
    transform: translateX(40px);
    opacity: 0;
  }
  
  .const-animatedFadeInBtm {
    -webkit-transform: translateY(40px);
    -webkit-opacity: 0;
    -moz-transform: translateY(40px);
    -moz-opacity: 0;
    -o-transform: translateY(40px);
    -o-opacity: 0;
    transform: translateY(40px);
    opacity: 0;
  }
  
  .const-animatedZoomIn {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .const-fadeInLeft {
    -webkit-transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-transform: translateX(0px);
    -moz-opacity: 1;
    -o-transform: translateX(0px);
    -o-opacity: 1;
    transform: translateX(0px);
    opacity: 1;
  }
  
  .const-fadeInRight {
    -webkit-transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-transform: translateX(0px);
    -moz-opacity: 1;
    -o-transform: translateX(0px);
    -o-opacity: 1;
    transform: translateX(0px);
    opacity: 1;
  }
  
  .const-fadeInBtm {
    -webkit-transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-transform: translateY(0px);
    -moz-opacity: 1;
    -o-transform: translateY(0px);
    -o-opacity: 1;
    transform: translateY(0px);
    opacity: 1;
    transform: translateY(0px);
    opacity: 1;
  }

  .const-zoomIn {
    -webkit-transform: scale(1);
    -webkit-opacity: 1;
    -moz-transform: scale(1);
    -moz-opacity: 1;
    -o-transform: scale(1);
    -o-opacity: 1;
    transform: scale(1);
    opacity: 1;
  }

/*/Important - Must Be At Bottom*/
