#menu_wrapper div .nav li.current-menu-item > a::before,
#wrapper.transparent #menu_wrapper div .nav li.current-menu-item > a::before {
    transform-origin: left top;
    transform: scale(1, 1);
    background-color: #045E48 !important;
}
#wrapper.transparent .top_bar:not(.scroll) #menu_wrapper div .nav > li.current-menu-item > a,
#wrapper.transparent #menu_wrapper div .nav li.current-menu-item > a,
#menu_wrapper div .nav li.current-menu-item > a {
    color: #045E48 !important;
}
#menu_wrapper .nav li.arrow > a::after, #menu_wrapper div .nav li.arrow > a::after {
    font-weight: 700;
    margin-top: 8px;
    position: absolute;
}
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul {
    background: #045E48;
    width: 162px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul::before {
    content: '';
    width: 162px;
    height: 10px;
    bottom: 100%;
    left: 0;
    position: absolute;
}
#menu_wrapper div .nav li ul li {
    display: block;
    padding: 10px 20px;
}
#menu_wrapper .nav ul.sub-menu li > a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Avenir';
    line-height: normal;
    letter-spacing: -0.02em;
}
#menu_wrapper .nav ul.sub-menu li > a,
#menu_wrapper .nav ul.sub-menu li:last-child > a,
#menu_wrapper .nav ul.sub-menu li:first-child > a {
    margin-top: 0;
    margin-bottom: 0;
}
#menu_wrapper div .nav li.active-menu-item > a::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.align-center {
    margin: 0 auto;
}
.deep-jungle-green {
    color: #045E48;
}
.text-right {
    text-align: right;
}

.paginate-links h6 {
    margin-bottom: 10px;
}
.paginate-links a {
    text-transform: uppercase;
}
.paginate-links a:hover {
    color: #045E48;
}
.menu-arrow {
    display: inline-block;
    position: absolute;
    margin-top: 8px;
}
.menu-arrow::before {
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    font-family: 'themify';
    content: "\e64b";
    float: right;
    margin-left: 8px;
    line-height: 2.8em;
    font-size: 7px;
    font-weight: 700;
}
#menu_wrapper .nav li.arrow > a::after, #menu_wrapper div .nav li.arrow > a::after {
    display: none !important;
}
#wrapper #menu_wrapper div .nav li > ul.sub-menu a::before {
    background-color: #fff !important;
    bottom: -5px;
}
#menu_wrapper div .nav li > a:hover::before {
    background-color: #045E48;
}
#wrapper.transparent #menu_wrapper div .nav > li > a:hover::before {
    background: #045E48 !important;
}
#menu_wrapper div .nav li a:hover {
    color: #045E48;
}

.work-single-banner img {
    width: 100%;
}

/*
    Home page
*/

body {
    overflow: hidden;
}
.b1 {
    font-family: 'Avenir';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02em;
}
.b1:last-child {
    margin-bottom: 0 !important;
}
.b1 a {
    text-decoration: underline;
}
.h2 {
    font-family: 'Avenir';
    font-size: 30px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: 0.02em;
}
#page_content_wrapper ul {
    padding-left: 22px;
}

#video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    /* display: none; */
    /* background: #fff; */
    background-image: url('../upload/screenshot-video.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.content-wrap {
    /* display: none; */
    z-index: 1;
}

/* Banner */

.hero-approach__title {
    font-family: 'Organo';
    color: #045E48;
    font-size: 70px;
    line-height: 55px;
    padding-top: 12px;
}

.hero-approach__title .typed-me {
    padding-top: 20px;
    display: inline-block;
}

.hero-approach__title .typed-cursor {
    color: #141414;
}

.hero-approach {
    position: relative;
    height: 100vh;
    max-height: 74.4rem;
    padding-top: 17.5rem;
    padding-bottom: 6.2rem;
    z-index: 6;
    width: 100%;
}

.hero-main__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.hero-main__video video {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    /* position: absolute; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

/* tagline */

.tagline,
#page_content_wrapper.wide:not(.photoframe) .tagline {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #045E48;
}

#page_content_wrapper .tagline p {
    /* max-width: 415px; */
    max-width: 620px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: -0.2px;
    color: #fff;
}

/* works */
.paginate-links.prev-pagination {
    position: relative;
}
.paginate-links.prev-pagination::after {
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: #141414;
    content: '';
    opacity: 0.2;
}

.works-image img {
    width: 100%;
}

.works-home {
    margin-top: 100px;
    margin-bottom: 100px;
}

.works-home .elementor-row {
    align-items: center;
}

.works-home-content {
    padding: 0 50px;
    text-align: left;
}

.more-button {
    color: #045E48;
    text-transform: uppercase;
}

.more-button .verline {
    background-color: #045E48;;
}

#page_content_wrapper .works-home p {
    padding: 0;
}

.works-home-desc {
    margin-bottom: 35px;
}

.works-home .p3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.works-home .h3 {
    margin-bottom: 10px;
    color: #045E48;
}

.services-home {
    padding-top: 100px;
}
.services-home h2 {
    font-weight: 350;
    color: #045E48;
}

.services-home .tg_background_list_title {
    margin-bottom: 10px;
}

.services-home .tg_background_list_content {
    line-height: 0;
}

.services-home .tg_background_list_link .button.ghost {
    background-color: #045E48;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 35px;
    display: none;
}

.services-home .tg_background_list_link .button.ghost:hover {
    background-color: #141414
}

.services-home .tg_background_list_desc.p2 {
    max-width: 220px;
    max-height: 150px;
    overflow: auto;
}

.bottom-wrapper {
    background: #DAD9D9;
    padding: 50px 0;
}

.bottom-p3 p {
    padding: 0;
    max-width: 180px;
    letter-spacing: -0.2px;
    color: #141414;
    font-weight: 350;
}

.bottom-wrapper .elementor-row {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.heading-caption-bold {
    font-size: 12px;
    font-weight: 800;
    line-height: normal;
    color: #141414;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.bottom-wrapper p {
    padding: 0;
}

.p-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #141414;
}

.bottom-wrapper .p-caption p {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bottom-wrapper .p-caption p:last-child {
    margin-bottom: 0px;
}

.bottom-wrapper .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-bottom: 0;
    padding-top: 0;
}
.sp-background-video {
    display: none;
}

#video-container #background-video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: bottom;
}
body {
    overflow-x: hidden !important;
}

.bottom-wrapper a:hover path {
    fill: #141414;
}

.tg_background_list_wrapper .tg_background_list_column:first-child .tg_background_list_content {
    padding-left: 50px !important;
}

.hide video{
    display: none;
}

/* Header menu */
#menu_border_wrapper select {
    display: none;
}
.mobile-menu {
    display: none;
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: auto;
  }
  .mobile-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 95%;
    background: #141414;
    border-radius: 22px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-menu span:nth-child(1) {
    top: 0px;
  }
  .mobile-menu span:nth-child(2), .mobile-menu span:nth-child(3) {
    top: 9px;
  }
  .mobile-menu span:nth-child(4) {
    top: 18px;
  }
  #menu_wrapper.open .mobile-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #menu_wrapper.open .mobile-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu_wrapper.open .mobile-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu_wrapper.open .mobile-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #wrapper.transparent .top_bar #menu_wrapper div ul.nav > li > a:hover {
    color: #045E48 !important;
}
.logo_wrapper.hidden {
    display: block;
}
#logo_wrapper #logo_transparent {
    display: none;
}

.header_style_white:not(.scroll) .logo_wrapper.hidden {
    display: block;
}
.header_style_white:not(.scroll) #logo_wrapper #logo_normal {
    display: none;
}
.header_style_white:not(.scroll) #logo_wrapper #logo_transparent {
    display: block;
}
.header_style_white:not(.scroll) .mobile-menu span {
    background: #fff;
}
.header_style_white:not(.scroll) #menu_wrapper.open .mobile-menu span {
    background-color: #141414;
}
@media screen and (min-width:971px) {
    #wrapper.transparent .header_style_white:not(.scroll) .top_bar:not(.scroll) #menu_wrapper div .nav > li:not(.current-menu-item) > a:not(:hover) {
        color: #fff !important;
    }
}

.banner-white-text {
    color: #fff;
}
.banner-black-text {
    color: #141414;
}

.click-enter {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    margin-top: -13.5%;
    transition: all 0.6s;
    pointer-events: none;
}
.click-enter.show {
    visibility: visible;
    opacity: 1;
}
.click-enter span {
    display: block;
    /* font-family: 'Avenir'; */
    font-family: 'Organo';
    text-transform: uppercase;
    color: #fff;
    margin-top: 6px;
}
.click-enter img {
    display: none;
    margin: 0 auto;
}

.tg_background_list_column {
    min-height: auto !important;
    /* max-height: 50vh; */
}

/*
    About page
*/
.page-banner {
    position: relative;
    max-height: 74.4rem;
    padding-top: 12.2rem;
    padding-bottom: 6rem;
    z-index: 1;
    width: 100%;
    background: #DAD9D9;
    min-height: 500px;
    display: flex;
}
.page-banner .standard_wrapper {
    margin-bottom: 0 !important;
    margin-left: 0 ;
}
.banner__title {
    text-transform: uppercase;
    max-width: 715px;
}

#page_content_wrapper.wide:not(.photoframe) .about-info,
#page_content_wrapper .about-info {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.founders-info:after,
#page_content_wrapper.wide:not(.photoframe) .about-info:after,
#page_content_wrapper .about-info:after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 0;
    height: 1px;
    background-color: #DAD9D9;
    width: calc(100% - 100px);
}
.about-desc {
    max-width: 940px;
    margin: 0 auto;
    letter-spacing: -0.02em;
    color: #141414;
}
#page_content_wrapper .about-desc p {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 22px;
}
#page_content_wrapper .about-desc p:last-child {
    margin-bottom: 0;
}
.founders-name {
    font-weight: 400;
    font-family: 'Organo';
    color: #045E48;
}
.founders-info {
    position: relative;
}
.founders-info:last-child::after {
    display: none;
}
.founders-info .elementor-column.elementor-col-50 {
    width: 50%;
    /* max-width: 520px; */
    max-width: 44.1%;
    margin-right: 1%;
}
.founders-info .elementor-column.elementor-col-50:last-child {
    margin-right: 0;
    margin-left: 1%;
}
.element-with-img .elementor-column.elementor-col-50 {
    max-width: 50%;
    margin-right: 0;
    margin-left: 0;
}
.element-with-img .elementor-column.elementor-col-50:last-child {
    margin-left: 0;
}
.founders-info .elementor-row {
    justify-content: space-between;
}
.element-with-img .elementor-image {
    max-width: 76.4%;
    display: block;
    margin-left: auto;
}
.element-with-img .elementor-image img {
    width: 100%;
}
.element-with-img .elementor-row {
    align-items: center;
}
.image-fullwwidth .h2 {
    text-transform: uppercase;
    max-width: 75%;
}
.single-works #page_content_wrapper p {
    padding-top: 0;
    padding-bottom: 0;
}
.image-fullwwidth p {
    margin-bottom: 22px;
}
.image-fullwwidth p:last-child {
    margin-bottom: 0;
}


/*
    Works page
*/
.works-listing {
    margin-top: 0;
    margin-bottom: 0;
}
.works-filter {
    display: flex;
}
.works-filter a.filter_tag_btn {
    margin-right: 5em;
}
.works-filter a.filter_tag_btn:last-child {
    margin-right: 0;
}
.portfolio_masonry_grid_wrapper a.more-button {
    position: static;
}
.image-fullwwidth_img,
.work-single-banner {
    line-height: 0;
}
.work-single-heading {
    width: 100%;
}
.elementor-1169 .layout-img-text-left .elementor-element.elementor-element-ac9c90f > .elementor-widget-container {
    margin: 0 162px 0px 50px;
}
.elementor-1169 .layout-img-text-right.elementor-element.elementor-element-0da81ce,
.elementor-1169 .layout-img-text-left.elementor-element.elementor-element-0da81ce {
    margin-bottom: 0;
}
.layout-img-text-center .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
}
.layout-img-text-center .elementor-widget:last-child {
    margin-top: auto;
}
#page_content_wrapper .layout-img-text-center p {
    padding: 0;
}
.layout-img-text-center .elementor-column.elementor-col-55 {
    min-width: 56.38%;
    padding-right: 50px;
}
.layout-img-text-right .elementor-column.elementor-col-60 {
    padding-right: 50px;
}
.elementor-1169 .layout-img-text-right .elementor-element.elementor-element-ac9c90f > .elementor-widget-container {
    margin: 0 0 0 159px;
}
.layout-img-text-center .h2 {
    color: #045E48;
}
.layout-img-text-right .h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
#page_content_wrapper .layout-img-text-right p {
    padding-top: 0;
    padding-bottom: 0;
}
.image-fullwwidth .elementor-row {
    flex-wrap: wrap;
}
.layout-images-text .elementor-widget-wrap :not(.text-bt-wrap) {
    height: 100%;
}
.layout-images-text .elementor-widget-wrap p {
    height: auto !important;
    margin-bottom: 22px;
}
.layout-images-text .elementor-widget-wrap p:last-child {
    margin-bottom: 0;
}
.layout-images-text .elementor-text-editor {
    display: flex;
    flex-wrap: wrap;
}
.layout-images-text .elementor-text-editor::after {
    display: none;
}
.center-heading {
    width: 100%;
}
.center-heading .h2 {
    text-transform: uppercase;
}
.button-more-work {
    color: #045E48;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.light-gray {
    color: #D9D9D9;
}
.button-more-work a {
    color: #045E48;
}
.button-more-work a:hover {
    color: #333;
}
.gallery_grid_content_wrapper .gallery_grid_item.is-hiding {
    display: none;
}
.lis-single-banner .work-single-heading {
    margin-bottom: 20px;
}
.work-single-heading .h3 {
    margin-bottom: 10px;
}
.elementor-1169 .lis-single-banner .elementor-element.elementor-element-ac9c90f > .elementor-widget-container {
    margin-right: 0;
}
.h-space {
    padding-top: 168px;
}
.image-fullwwidth .elementor-text-editor p {
    letter-spacing: -0.02em;
}
.lis-fullwwidth .elementor-text-editor p {
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
}
.elementor-1169 .layout-img-left .elementor-element.elementor-element-ac9c90f > .elementor-widget-container {
    margin: 0;
}
.layout-img-text-center img {
    width: 100%;
}
.work-single-heading .h5 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: normal;
}
.work-single-heading h1 {
    font-weight: 300;
}
.elementor-col-item-left {
    width: 36.5%;
    padding-right: 50px;
}
.elementor-col-item-right {
    width: 63.5%;
    padding-left: 50px;
}
.contact-title {
    text-transform: uppercase;
    color: #045E48;
    margin-bottom: 10px;
    font-family: 'Organo';
}
#page_content_wrapper .contact-form p {
    padding: 0;
}
.quform input,
.quform textarea {
    width: 100%;
    border-color: #000;
    color: #141414;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
    letter-spacing: -0.02em;
}
.quform-element-file {
    margin-top: 50px;
}
.quform-element-file label {
    color: #141414;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    display: block;
}
::-webkit-input-placeholder {
    color:#ABABAB;
}
:-moz-placeholder { 
   color:#ABABAB;
   opacity:  1;
}
::-moz-placeholder { 
   color:#ABABAB;
   opacity:  1;
}
:-ms-input-placeholder {
   color:#ABABAB;
}
::-ms-input-placeholder {
   color:#ABABAB;
}

input::placeholder { 
   color: #ABABAB !important;
}
.quform .quform-element {
    margin-bottom: 20px;
}
.quform-element-file .quform-input {
    /* background: rgba(4, 94, 72, 0.5); */
    background-color: #D9D9D9;
    border: 1px dashed #DAD9D9;
    height: 145px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all 0.3s;
}
.quform-element-file .quform-input span {
    display: block;
    font-family: 'Avenir';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}
.quform-element-file .quform-input:hover {
    opacity: 0.7;
}
.quform-element-file .quform-input:hover span {
    color: #045E48;
}
.quform-element-file .quform-input path {
    transition: all 0.3s;
}
.quform-element-file .quform-input:hover path {
    fill: #045E48;
}
.quform-element-file .quform-input div {
    text-align: center;
}
.quform-element-file .quform-input svg {
    margin-bottom: 5px;
} 
.upload-element {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    height: 100%;   
}
.file-name {
    color: #fff;
}
.contact-form .elementor-row {
    align-items: center;
}
#page_content_wrapper.contact-template .standard_wrapper {
    padding: 0 50px;
}
.contact-template * {
    box-sizing: border-box;
}
.error {
    color: red;
}
#page_content_wrapper p {
    padding-top: 0;
    padding-bottom: 0;
}
.image-fullwwidth .iw-text-box p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.image-fullwwidth .iw-heading-title .h2 {
    max-width: none;
    text-transform: none;
    color: rgba(4, 94, 72, 1);
}
.iw-text-box h6,
.image-fullwwidth .iw-heading-title .h3 {
    margin-bottom: 10px;
}

.work-details.b1 p {
    margin-bottom: 22px;
    text-align: justify;
}
.work-details.b1 p:last-child {
    margin-bottom: 0;
}
/* .work-gallery {
    height: 52em;
    overflow: hidden;
    position: relative;
} */
.work-gallery-has-more {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 71%;
}
.work-gallery-has-more > * {
    margin-top: -71%;
}
.work-gallery-has-more::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    height: 15em;
    width: 100%;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
}
.work-expanded {
    height: auto;
    padding-top: 0;
}
.work-expanded > * {
    margin-top: 0;
}
.work-expanded::before {
    display: none;
}
.work-gallery-expanded {
    margin-bottom: -40px !important;
}

.work-single-banner .swiper-pagination {
    bottom: 38px;
}

.work-single-banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #FFF;
    opacity: 0.5;
}
.work-single-banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.works-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.works-box-item {
    max-width: 33.333%;
    text-align: center;
}
.works-box-item .work-details p {
    text-align: center;
    font-weight: 300;
}

.gallery-pagination .elementor-col-50 {
    width: 50%;
}
.gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile,
.gallery_grid_content_wrapper.do_masonry .gallery_grid_item {
    transition: none;
}
.tile, .gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile {
    transform: scale(1);
}

/*
    About page
*/
.about-page .services-home .tg_background_list_desc.p2 {
    max-width: none;
}
.tg_background_list_wrapper.three_cols .tg_background_list_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.litl-wrap .boxed-wrapper {
    align-items: center;
}
h6.b1 {
    font-weight: 800;
}
.litl-wrap h6 {
    margin-bottom: 10px;
}
.layout-invert .elementor-widget-text-editor {
    height: 100%;
}
.layout-invert .elementor-widget-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.layout-invert .elementor-widget-text-editor .elementor-widget-container {
    padding: 15px 0;
}
.layout-invert .elementor-text-editor:first-child {
    margin-bottom: auto;
}
.layout-invert .elementor-text-editor:last-child {
    margin-top: auto;
}
.image-fullwwidth_img img {
    width: 100%;
}
.iw-heading-title .h2 {
    color: rgba(4, 94, 72, 1);
}
.elementor-image {
    line-height: 0;
}

.quform-submit .submit-button {
    width: auto;
    font-family: 'Avenir';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-left: 35.5px;
    padding-right: 35.5px;
    text-transform: uppercase;
    background-color: #045E48;
    position: relative;
}
.quform-submit .submit-button.loading::before {
    content: '';
    background-image: url('../images/Spinner-loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 11px;
}
.quform-submit .submit-button.loading {
    pointer-events: none;
    opacity: 0.6;
}
.quform-submit .submit-button:hover {
    background-color: #333;
}
.quform-success-message.quform-cf {
    color: #045E48;
    font-size: 20px;
}
.wpcf7-form-control-wrap textarea {
    display: block;
    resize: none;
}
.quform .error {
    margin-top: 5px;
    display: block;
}

.center-ver .elementor-widget-text-editor .elementor-widget-container {
    padding: 0;
}
.extra-bold {
    font-weight: 800 !important;
}
.avenir {
    font-family: "Avenir";
    font-weight: 800;
}

/* 404 page */
.nf-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nf-btn a {
    border: none;
    padding: 15px 35px;
    background: #045E48;
    font-family: 'Avenir';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF !important;
}
.nf-btn a:hover {
    background-color: #000;
}
.page-not-found {
    overflow-y: auto;
}
.page-not-found #wrapper {
    margin-bottom: 0 !important;
    min-height: 46vh;
}

.work-details.b1 p + ul {
    margin-top: -22px !important;
}
.w-link {
    margin-top: 30px;
}
.works-home-content h4 br {
    display: none;
}
/* .works-home-content .p3 {
    font-size: 20px !important;
    line-height: normal !important;
} */
.works-listing .elementor-widget-image {
    width: 100%;
}
.works-listing  .elementor-image.works-image {
    position: relative;
    width: 100%;
    padding-top: 66.7%;
}
.works-listing  .elementor-image.works-image figure {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-listing  .elementor-image.works-image figure img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


/* Responsive */
.pt-100 {
    padding-top: 100px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ml-2 {
    margin-left: 2%;
}
.mr-2 {
    margin-right: 2%;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.pl-50 {
    padding-left: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.pl-25 {
    padding-left: 25px;
}
.pr-25 {
    padding-right: 25px;
}
.mb-22 {
    margin-bottom: 22px;
}
.align-start {
    align-items: flex-start !important;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (min-width:1200px) {
    .layout-img-text-center .elementor-row {
        padding-left: 77.5px;
        padding-right: 77.5px;
    }
    .boxed-wrapper {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media screen and (max-width:1430px) {
    .tg_background_list_column {
        /* min-height: 295px; */
    }
}
@media screen and (max-width:1200px) {
    .tg_background_list_column {
        /* min-height: 245px; */
    }
    h2 {
        font-size: 24px;
        font-weight: 300;
    }
    .elementor-column.elementor-col-sm-25 {
        width: 25%;
    }
    .elementor-column.elementor-col-sm-30 {
        width: 30%;
    }
    .elementor-column.elementor-col-sm-15 {
        width: 15%;
    }
    .tg_background_list_column {
        /* min-height: 310px; */
        max-height: 50vh;
    }
    .services-home .tg_background_list_content {
        padding: 30px !important;
    }
    .click-enter {
        margin-top: -24%;
    }
    .element-with-img .elementor-image {
        max-width: 85%;
    }
    .page-banner {
        min-height: auto;
    }
    .gallery_grid_content_wrapper .tg_one_cols {
        margin-bottom: 50px;
    }
    .works-listing {
        margin-bottom: 50px;
    }
    .elementor-col-item-right {
        width: 60%;
        padding-left: 25px;
    }
    .elementor-col-item-left {
        width: 40%;
        padding-right: 25px;
    }
    /* .works-home .elementor-row {
        align-items: flex-start;
    } */
}
@media screen and (min-width: 1025px) {
    .layout-img-left img {
        padding-left: 159px;
    }
    .elementor-col-65 {
        width: 65%;
    }
    .layout-invert .elementor-col-35 {
        width: calc(35% + 15px);
    }
    .layout-invert .boxed-wrapper {
        align-items: normal;
    }
}
@media screen and (max-width: 1024px) {
    .founders-info .elementor-column.elementor-col-50 {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .founders-info .elementor-column.elementor-col-50:last-child {
        margin-right: 0;
        margin-left: 0;
    }
    .founders-position.p1 {
        margin-bottom: 25px;
    }
    .element-with-img .founders-position.p1 {
        margin-bottom: 0;
    }
    .element-with-img .elementor-image {
        max-width: 100%;
        margin-top: 50px;
    }
    .elementor-1169 .layout-img-text-right .elementor-element.elementor-element-ac9c90f > .elementor-widget-container {
        margin: 0;
    }
    .layout-img-text-center .h2 {
        font-size: 25px;
        line-height: normal;
    }
    .elementor-col-item-right {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
    .elementor-col-item-left {
        width: 100%;
        padding-right: 0;
    }
    .wpgmp-map-1 a {
        display: block;
        text-align: center;
    }
    .wpgmp-map-1 a img {
        margin: 0 auto;
    }
    .layout-invert .sm-pb {
        margin-bottom: 30px !important
    }
    .layout-invert .pr-50 {
        padding-right: 0;
    }
    /* .works-home .gallery_grid_item.elementor-row {
        align-items: flex-start;
    } */
    .interior-architecture-content .order-end {
        order: 1;
    }
    .pl-tb-0 {
        padding-left: 0;
    }
    .layout-invert .smtb-pb-50,
    .smtb-pb-50 {
        margin-bottom: 50px !important;
    }

    .works-home-content h4 br {
        display: block;
    }

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

@media screen and (max-width: 970px) {
    body.over-follow {
        overflow-y: hidden !important;
    }
    #logo_wrapper .logo_container {
        position: relative;
        z-index: 1;
    }
    #menu_border_wrapper ul:not(.sub-menu) {
        display: block !important;
    }
    .mobile-menu {
        display: block;
        position: relative;
        z-index: 1;
    }
    #menu_wrapper.open .menu-main-menu-container {
        visibility: visible;
        opacity: 1;
        right: 0;
    }
    .footer_bar .footer_bar_wrapper > .menu-main-menu-container {
        position: unset;
        width: auto;
        background: transparent;
        opacity: 1;
        height: auto;
        visibility: unset;
        padding: 0;
    }
    .menu-main-menu-container {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        background: #fff;
        opacity: 0;
        height: 100%;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        padding: 106px 50px 20px;
        box-sizing: border-box;
    }
    #menu_wrapper .nav ul li, #menu_wrapper div .nav li {
        display: block;
        padding: 20px 0px;
    }
    #menu_wrapper div .nav li > a {
        display: block;
        margin-right: 0;
        text-align: left;
        font-size: 20px;
    }
    #menu_border_wrapper select {
        margin-top: 0;
    }
    .services-home .tg_background_list_content {
        padding: 20px !important;
    }
    .top_bar .standard_wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .services-home .tg_background_list_link .button.ghost {
        padding: 15px 20px;
        font-size: 14px;
    }
    .services-home .tg_background_list_title {
        margin-bottom: 0;
    }
    #menu_border_wrapper {
        margin: 0;
        margin-bottom: 0 !important;
        width: auto;
    }
    #menu_wrapper div .nav li ul {
        width: 100%;
        margin-top: 20px;
        position: relative;
        display: none;
        height: auto;
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        display: none;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }
    #menu_wrapper .nav > li:hover > ul, #menu_wrapper .nav > li > ul > li:hover > ul {
        opacity: 1;
        height: auto;
    }
    #menu_wrapper .nav li.arrow > a::after, #menu_wrapper div .nav li.arrow > a {

    }
    #menu_wrapper .nav li.arrow > a::after, #menu_wrapper div .nav li.arrow > a::after {
        margin-top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: flex;
        float: none;
        align-items: center;
        top: 0;
        justify-content: center;
        margin-left: 0;
    }
    #menu_wrapper .nav ul li a::before, #menu_wrapper div .nav li > a::before {
        bottom: -8px;
    }
    .menu-arrow {
        margin-top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: flex;
        float: none;
        align-items: center;
        top: 0;
        justify-content: center;
        margin-left: 0;
    }
    .menu-arrow::before {
        margin-left: 0;
    }
    .header_style_white.open-menu #logo_wrapper #logo_normal {
        display: table;
    }
    .header_style_white.open-menu #logo_wrapper #logo_transparent {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .content-wrap #wrapper{
        margin-bottom: 0 !important;
    }
    .menu-main-menu-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tg_background_list_wrapper .tg_background_list_column:first-child .tg_background_list_content {
        padding-left: 30px !important;
    }
    .footer_bar_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .layout-img-left .elementor-column.elementor-col-55 {
        min-width: 55.5%;
        padding-right: 50px;
    }
    .layout-img-text-left .elementor-column.elementor-col-45 {
        min-width: 46.65%;
    }
    .layout-img-text-right .elementor-column.elementor-col-60 {
        min-width: 62.12%;
    }
    .layout-images .elementor-column.elementor-col-30 {
        width: calc(30% - 4px);
    }
    .ml-50 {
        margin-left: 50px;
    }
    .mr-50 {
        margin-right: 50px;
    }
    .layout-images .elementor-column.elementor-col-40 {
        width: calc(40% + 8px - 100px)
    }
    .single-works .elementor-row {
        flex-wrap: nowrap;
    }
    .image-fullwwidth .elementor-row{
        flex-wrap: wrap;
    }
    .image-fullwwidth-col-30 {
        min-width: 32.5%;
    }
    .elementor-column.image-fullwwidth-col-70 {
        width: 67.5%;
    }
    .image-fullwwidth-col-30 .elementor-column-wrap {
        padding-right: 50px;
    }
    .image-fullwwidth-col-70 .elementor-column-wrap {
        padding-left: 50px;
    }
    .litl-wrap .elementor-column.elementor-col-45 {
        min-width: 52.5%;
    }
    .litl-wrap:not(.layout-invert) .elementor-column-gap-no .boxed-wrapper {
        flex-wrap: nowrap;
    }
    #footer_wrapper .elementor-column.elementor-col-20:nth-child(2) {
        margin-left: auto;
        margin-right: -2px;
    }
    #footer_wrapper .elementor-column.elementor-col-20 {
        width: auto;
    }
    #footer_wrapper .elementor-column.elementor-col-20:nth-child(2), 
    #footer_wrapper .elementor-column.elementor-col-20:nth-child(3) {
        min-width: 198px;
    }
    #footer_wrapper .elementor-column.elementor-col-20:nth-child(3) {
        margin: 0 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .founders-info::after, #page_content_wrapper.wide:not(.photoframe) .about-info::after, #page_content_wrapper .about-info::after {
        width: calc(100% - 60px);
        left: 30px;
    }
    #page_content_wrapper.contact-template .inner .sidebar_content.full_width.standard_wrapper {
        padding: 0 30px;
    }
    #footer_wrapper .elementor-column.elementor-col-20:nth-child(3) {
        margin: 0 2%;
    }
}

@media screen and (max-width:767px) {
    .elementor-element .elementor-column {
        padding: 0px !important;
    }
    h1 {
        font-size: 55px !important;
    }
    .h5 {
        line-height: 60px;
        font-size: 50px !important;
    }

    .elementor-column.elementor-col-sm-30,
    .elementor-column.elementor-col-sm-15,
    .elementor-column.elementor-col-sm-25 {
        width: 100%;
    }

    .menu-main-menu-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .works-home-content {
        padding: 0;
    }

    .works-home {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .hero-approach__title .typed-me {
        padding-top: 0;
        line-height: normal;
    }

    .hero-approach__title {
        line-height: normal;
    }

    .tagline-section.elementor-element .elementor-column {
        padding: 0 !important;
    }

    .bottom-wrapper .elementor-row {
        margin: 0;
    }

    .works-home.elementor-element .elementor-column,
    .bottom-wrapper .elementor-element .elementor-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top_bar.scroll #logo_wrapper {
        display: flex !important;
    }
    .background-video-pc {
        display: none;
    }
    #video-container .background-video.sp-background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .bottom-wrapper .heading-caption-bold {
        margin-bottom: 20px !important;
    }
    .services-home {
        padding-top: 70px;
    }
    .tg_background_list_wrapper .tg_background_list_column:first-child .tg_background_list_content {
        padding-left: 20px !important;
    }
    .bottom-wrapper .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }
    #footer_menu {
        margin-bottom: 20px;
    }
    #logo_normal.logo_container, #logo_transparent.logo_container {
        top: auto;
    }
    .tg_background_list_column {
        /* min-height: 300px !important; */
        /* min-height: 212px !important; */
        max-height: 50vh !important;
    }

    .banner__title {
        font-size: 30px !important;
        line-height: normal;
    }
    #page_content_wrapper.wide:not(.photoframe) .about-info,
    #page_content_wrapper .about-info {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .founders-info::after, #page_content_wrapper.wide:not(.photoframe) .about-info::after, #page_content_wrapper .about-info::after {
        width: calc(100% - 40px);
        left: 20px;
    }
    .pt-100 {
        padding-top: 75px;
    }
    .pt-50 {
        padding-top: 40px;
    }
    .pb-100 {
        padding-bottom: 75px;
    }
    .pb-50 {
        padding-bottom: 40px;
    }
    .element-notbox .elementor-column {
        padding: 0 !important;
    }
    .works-listing {
        /* margin-bottom: 0; */
        margin-top: 0;
    }
    .gallery_grid_content_wrapper .tg_one_cols {
        margin-bottom: 75px;
    }
    .works-filter {
        display: flex;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 0 !important;
        flex-wrap: wrap;
    }
    .portfolio_filter_wrapper a.filter_tag_btn {
        font-size: 18px;
        white-space: nowrap;
    }
    .works-filter a.filter_tag_btn {
        margin-right: 2.5em;
        margin-bottom: 8px;
    }

    .single-works .elementor-element .elementor-column {
        padding: 0 !important;
    }
    .elementor-1169 .layout-img-text-right .elementor-element.elementor-element-ac9c90f > .elementor-widget-container,
    .elementor-1169 .layout-img-text-left .elementor-element.elementor-element-ac9c90f > .elementor-widget-container {
        margin: 0;
    }
    .sm-pb {
        margin-bottom: 40px !important;
    }
    .sm-pb-50 {
        margin-bottom: 50px !important;
    }
    .sm-pt-0 {
        padding-top: 0 !important;
    }
    .sm-pb-0 {
        padding-bottom: 0 !important;
    }
    .tg_gallery_lightbox img {
        width: 100%;
    }
    .elementor-shortcode .wpcf7 {
        margin: 0;
    }
    .contact-template .elementor-element .elementor-column {
        padding: 0 !important;
    }
    #page_content_wrapper.contact-template .standard_wrapper {
        padding: 0 20px;
    }
    .pl-25 {
        padding-left: 0;
    }
    .pr-25 {
        padding-right: 0;
    }
    .image-fullwwidth .h2 {
        max-width: none;
    }

    .work-gallery-has-more {
        padding-top: 300%;
    }
    .work-gallery-has-more > * {
        margin-top: -300%;
    }
    .works-home .gallery_grid_item.tg_one_cols:last-child {
        margin-bottom: 0;
    }
    #footer_wrapper .elementor-element .elementor-column {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .tg_background_list_wrapper.three_cols .tg_background_list_column {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .order-end {
        order: 1;
    }
    .four_cols, 
    .three_cols {
        flex-wrap: wrap;
    }
    .three_cols .tg_background_list_column:nth-child(n+3),
    .four_cols .tg_background_list_column:nth-child(n+3) {
        margin-top: 20px;
    }
    .tg_background_list_wrapper.three_cols .tg_background_list_column:nth-child(2),
    .tg_background_list_wrapper.four_cols .tg_background_list_column:nth-child(2) {
        border-right: 0;
    }
    .tg_background_list_wrapper.three_cols .tg_background_list_column:last-child {
        border-right: 1px solid #DAD9D9;
    }
    .work-single-heading .h5 {
        font-size: 30px !important;
    }
    /* #page_content_wrapper .inner .sidebar_content.full_width img */
    #page_content_wrapper .works-listing  .elementor-image.works-image figure img {
        height: 100% !important;
    }
}

@media screen and (max-width:760px) {
    #menu_border_wrapper select {
        margin-top: 15px;
    }
    #logo_wrapper {
        width: auto !important;
        /* flex-direction: column;
        justify-content: center; */
    }

    #menu_wrapper {
        margin-left: auto !important;
        margin-right: 0;
        margin-top: auto;
    }
    #page_content_wrapper .tagline p br {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .hero-approach__title br {
      display: none;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 540px) {
    .works-box-item {
        width: 100%;
        margin-bottom: 30px;
        max-width: 100%;
    } 
    .works-box-item:last-child {
        margin-bottom: 0;
    } 
}
@media screen and (max-width: 480px) {
    .works-filter {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .works-filter a.filter_tag_btn {
        margin-right: 3%;
    }
}

@media screen and (max-width: 414px) {
    .gallery-pagination .b1 {
        font-size: 14px;
    }
    .menu-main-menu-container #footer_menu {
        display: flex;
        flex-direction: column;
    }
    .menu-main-menu-container #footer_menu li {
        margin-left: 0;
    }
}



/* #menu_wrapper,
.button.ghost{ */
/* .more-button { */
    /* display: none !important;
} */