#button{display:flex;background-color:#f89925;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-internal body main>section{width:100%}html.page-internal body main>section>div.container{flex-flow:row;padding-top:50px;padding-bottom:50px;align-items:flex-start;align-content:flex-start}html.page-internal body main>section>div.container main{flex:1 100%}html.page-internal body main>section>div.container main .content .gallery.gallery-traditional{grid-template-columns:1fr 1fr;grid-gap:20px}html.page-internal body main>section>div.container main .content .gallery.gallery-traditional img{border-radius:40px;width:100%;height:auto}html.page-internal body main>section>div.container main .content .video-container{width:100%}html.page-internal body main>section.projects-section{padding:30px 0;background-color:#fff}html.page-internal body main>section.projects-section .container .single-content{text-align:center;margin-bottom:40px}html.page-internal body main>section.projects-section .container .projects{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media only screen and (max-width:1200px){html.page-internal body main>section.projects-section .container .projects{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:770px){html.page-internal body main>section.projects-section .container .projects{grid-template-columns:repeat(1,1fr)}}html.page-internal body main>section.projects-section .container .projects .col .image img{border-radius:20px;width:100%;height:auto}html.page-internal body main>section.projects-section .container .projects .col .content{padding:20px;box-sizing:border-box;text-align:center}html.page-internal body main>section.projects-section .container .projects .col .content h2{font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin:10px 0 0}html.page-internal body main>section.single-section{background-color:#fff}html.page-internal body main>section.single-section .container{max-width:1040px}html.page-internal body main>section.single-section .container main .content-split .content-lhs{width:calc(100% - 310px)}@media only screen and (max-width:770px){html.page-internal body main>section.single-section .container main .content-split .content-lhs{width:100%}}html.page-internal body main>section.single-section .container main .content-split .content-rhs{width:270px}@media only screen and (max-width:770px){html.page-internal body main>section.single-section .container main .content-split .content-rhs{width:100%;margin-top:20px}}html.page-internal body main>section.single-section .container main .content-split .content-rhs .project-details{background-color:#f4f4f4}html.page-internal body main>section.single-section .container main .content-split .content-rhs .project-details .project-info{padding:25px;box-sizing:border-box}html.page-internal body main>section.single-section .container main .content-split .content-rhs .project-details .project-info .col{font-size:15px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:25px}html.page-internal body main>section.single-section .container main .content-split .content-rhs .project-details .project-info .col span.title{font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;display:block}html.page-internal body main>section.single-section .container main .content-split .content-rhs .project-details .project-info .col p{margin:0}html.page-internal body main>section.project-pagination-area{background-color:#fff}html.page-internal body main>section.project-pagination-area .container{padding-top:0}html.page-internal body main>section.project-pagination-area .container .project-pagination{margin:0 auto;text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;font-size:14px;font-style:normal;font-weight:400;line-height:20px}html.page-internal body main>section.project-pagination-area .container .project-pagination .btn{margin:20px}html.page-internal body main>section.project-pagination-area .container .project-pagination a.link{transition:.3s ease-in-out}html.page-internal body main>section.project-pagination-area .container .project-pagination a.link:hover{transform:translateX(10px)}