/* 
Theme Name: First Choice Renovation
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('assets/fonts/AndersonGrotesk.eot');
    src: url('assets/fonts/AndersonGrotesk.eot') format('embedded-opentype'),
         url('assets/fonts/AndersonGrotesk.woff2') format('woff2'),
         url('assets/fonts/AndersonGrotesk.woff') format('woff'),
         url('assets/fonts/AndersonGrotesk.ttf') format('truetype'),
         url('assets/fonts/AndersonGrotesk.svg#AndersonGrotesk') format('svg');
}
@font-face {
    font-family: 'AndersonGroteskLight';
    src: url('assets/fonts/AndersonGroteskLight.eot');
    src: url('assets/fonts/AndersonGroteskLight.eot') format('embedded-opentype'),
         url('assets/fonts/AndersonGroteskLight.woff2') format('woff2'),
         url('assets/fonts/AndersonGroteskLight.woff') format('woff'),
         url('assets/fonts/AndersonGroteskLight.ttf') format('truetype'),
         url('assets/fonts/AndersonGroteskLight.svg#AndersonGroteskLight') format('svg');
}
@font-face {
    font-family: 'AndersonGroteskBold';
    src: url('assets/fonts/AndersonGroteskBold.eot');
    src: url('assets/fonts/AndersonGroteskBold.eot') format('embedded-opentype'),
         url('assets/fonts/AndersonGroteskBold.woff2') format('woff2'),
         url('assets/fonts/AndersonGroteskBold.woff') format('woff'),
         url('assets/fonts/AndersonGroteskBold.ttf') format('truetype'),
         url('assets/fonts/AndersonGroteskBold.svg#AndersonGroteskBold') format('svg');
}
@font-face {
    font-family: 'AndersonGroteskUltrabold';
    src: url('assets/fonts/AndersonGroteskUltrabold.eot');
    src: url('assets/fonts/AndersonGroteskUltrabold.eot') format('embedded-opentype'),
         url('assets/fonts/AndersonGroteskUltrabold.woff2') format('woff2'),
         url('assets/fonts/AndersonGroteskUltrabold.woff') format('woff'),
         url('assets/fonts/AndersonGroteskUltrabold.ttf') format('truetype'),
         url('assets/fonts/AndersonGroteskUltrabold.svg#AndersonGroteskUltrabold') format('svg');
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body {
	font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}
a, button, input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
main#primary {
    min-height: 500px;
}
#page {
    overflow: hidden;
}
#page main#primary .elementor .elementor-widget-text-editor p{
    margin-bottom: 0;
}
#page main#primary .elementor .elementor-widget-text-editor p:not(:last-child){
    margin-bottom: 20px;
}
#page main#primary .anderson-grotesk-bold .elementor-heading-title {
    font-family: 'AndersonGroteskBold';
}
#page main#primary .anderson-grotesk-mixed.elementor-widget-heading .elementor-heading-title {
    font-family: 'AndersonGroteskLight';
}
#page main#primary .anderson-grotesk-mixed.elementor-widget-heading .elementor-heading-title strong {
    font-family: 'AndersonGroteskBold';
}
#page main#primary .anderson-grotesk-regular.elementor-widget-heading .elementor-heading-title {
	font-family: 'AndersonGrotesk';
}
.fullwidth-button.elementor-widget-button {
    margin-top: auto;
}
.fullwidth-button.elementor-widget-button a.elementor-button {
    width: 100%;
}
.fullwidth-button.elementor-widget-button a.elementor-button span.elementor-button-content-wrapper {
    justify-content: space-between;
}
.fullwidth-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    margin-left: 0;
    display: flex;
}
.fullwidth-button.elementor-widget-button a.elementor-button span.elementor-button-text {
    display: block;
    flex-grow: 0;
}
.fullwidth-button.elementor-widget-button a.elementor-button span.elementor-button-icon svg {
    display: block;
}
.fullwidth-button.elementor-widget-button a.elementor-button:hover span.elementor-button-icon svg path {
    stroke: #065F7F;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon svg {
    width: 20px;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.admin-bar header#header {
    top: 32px;
}
header#header.fixed {
    background: #01202D;
    box-shadow: 0px 0px 15px 0px rgb(6 95 131 / 30%);
    padding: 20px 0px;
}
body.elementor-editor-active header#header {
    position: relative;
    background: #01202D;
}
.container {
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-branding {
    max-width: 352px;
}
.site-branding>a,
.site-branding>a>img {
    display: block;
}
button.menu-btn {
    display: none;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 0;
    border: none;
    position: relative;
    overflow: hidden;
}
button.menu-btn:focus,
button.menu-btn:hover {
    outline: 0;
    background: transparent;
}
span.menu-bar {
    display: block;
    width: 26px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.menu-bar:nth-child(1) {
    margin-top: -10px;
}
span.menu-bar:nth-child(3) {
    margin-top: 10px;
}
button.active.menu-btn span.menu-bar:nth-child(2) {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
button.active.menu-btn span.menu-bar:nth-child(1),
button.active.menu-btn span.menu-bar:nth-child(3) {
    margin-top: 0;
}
button.active.menu-btn span.menu-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.active.menu-btn span.menu-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul#primary-menu {
    padding: 0;
    display: flex;
    align-items: center;
    /* column-gap: 50px; */
    list-style: none;
}
ul#primary-menu>li {
    position: relative;
}
ul#primary-menu>li:not(:last-child) {
    margin-right: 50px;
}
ul#primary-menu>li.menu-item-has-children>a {
    padding-right: 24px;
    position: relative;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
    background-image: url('assets/images/menu-caret.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
ul#primary-menu>li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 476px;
    background: #ffffff;
    border-radius: 17px;
    list-style: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #DBE3E7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#primary-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu>li>ul.sub-menu>li>a {
    display: block;
    padding-left: 42px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #6B8894;
    padding-right: 20px;
}
ul#primary-menu>li>ul.sub-menu>li.current_page_item>a,
ul#primary-menu>li>ul.sub-menu>li>a:hover {
    font-weight: 600;
    color: #065F83;
}
ul#primary-menu>li>ul.sub-menu>li>a>img.menu-image {
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
}
ul#primary-menu>li>ul.sub-menu>li>a>span.menu-image-title {
    padding-right: 0;
    display: block;
    position: relative;
    padding-left: 4px;
}
ul#primary-menu>li>ul.sub-menu>li>a>span.menu-image-title:before {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    background-image: url('assets/images/menu-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
ul#primary-menu>li>ul.sub-menu>li.current_page_item>a>span.menu-image-title:before,
ul#primary-menu>li>ul.sub-menu>li:hover>a>span.menu-image-title:before {
    background-image: url('assets/images/menu-arrow-hover.svg');
}
ul#primary-menu>li>ul.sub-menu>li:not(:last-child)>a>span.menu-image-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DBE9EE;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
}
ul#primary-menu>li>a {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: #ffffff;
    display: block;
    padding: 12px 0;
}
ul#primary-menu>li>a:hover {
    color: #d0d0d0;
}
ul#primary-menu>li.request-quote {
    margin-right: 20px;
    margin-left: 10px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate {
    display: block;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate>div {
    position: relative !important;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_switcher {
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    width: auto;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    width: 150px;
    background: #ffffff;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 10px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_selected,
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_selected>a:hover {
    background: transparent;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_selected>a {
    border: none;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    display: block;
    width: auto;
    padding: 0;
    padding-right: 13px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_selected>a>img {
    border-radius: 50px;
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_selected>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url('assets/images/angle-small-down.svg');
    background-size: contain;
    background-position: center;
    margin-top: -6px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option a.nturl {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 10px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option a.nturl:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option a.nturl:hover {
    background: #f3f3f3;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option a.nturl>img {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}
ul#primary-menu>li.request-quote>a {
    background: #065F83;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
}
ul#primary-menu>li.request-quote>a:hover {
    background: #056a92;
}
button.drop {
    display: none;
}
footer#footer {
    background: #01202D;
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}
footer#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: url('assets/images/footer-shape.svg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
footer#footer>.container {
    position: relative;
    z-index: 10;
}
.footer-widgets {
    display: flex;
    justify-content: space-between;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #173F50;
    padding-top: 20px;
    margin-top: 60px;
}
.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #87ACBA;
    line-height: 24px;
    font-weight: 500;
}
.footer-copyright p a {
    color: #00A0DF;
    font-weight: 600;
}
.footer-copyright p a:hover {
    text-decoration: underline;
}
ul#footer-menu {
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
}
ul#footer-menu>li>a {
    font-size: 14px;
    line-height: 24px;
    color: #87ACBA;
    font-weight: 500;
}
ul#footer-menu>li {
    position: relative;
}
ul#footer-menu>li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: 100%;
    width: 1px;
    height: 60%;
    background: #87ACBA;
    margin-left: 9px;
}
ul#footer-menu>li>a:hover {
    color: #70bddb;
    text-decoration: underline;
}
.footer-widget.footer-widget1 {
    max-width: 23%;
}
.footer-widget.footer-widget5 {
    max-width: 18%;
}
.footer-widget.footer-widget1 .widget_media_image {
    margin-bottom: 40px;
}
.footer-widget.footer-widget1 .widget_media_image img {
    display: block;
}
.footer-widget.footer-widget1 .widget_text {
    margin-bottom: 40px;
}
.footer-widget.footer-widget1 .widget_text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #7E97A1;
}
ul#menu-social-menu {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 16px;
    flex-direction: row;
}
ul#menu-social-menu>li>a:hover {
    opacity: 0.6;
}
ul#menu-social-menu>li>a>img {
    display: block;
    padding-right: 0;
}
ul#menu-social-menu>li>a>span.menu-image-title {
    display: none;
}
.footer-widget .widget_text h4.widget-title,
.footer-widget .widget_nav_menu h4.widget-title {
    font-family: 'AndersonGroteskUltrabold';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em;
    color: #CAD6DB;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 50px;
}
.footer-widget .widget_nav_menu ul.menu {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;row-gap: 22px;}
.footer-widget .widget_nav_menu ul.menu>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #7E97A1;
}
.footer-widget .widget_nav_menu ul.menu>li>a:hover {
    color: #ffffff;
}
.footer-widget.footer-widget5 .widget_text p {
    font-size: 14px;
    color: #7E97A1;
    line-height: 24px;
    margin-bottom: 0;
}
.footer-widget.footer-widget5 .widget_text p:not(:last-child) {
    margin-bottom: 16px;
}
.footer-widget.footer-widget5 .widget_text p strong {
    color: #ACD1E0;
    font-weight: 600;
}
button#back-to-top {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 56px;
    height: 56px;
    background: #EFFAFF;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    z-index: 999;
    padding: 0px;
    justify-content: center;
    margin-right: -120px;
    opacity: 0;
}
button#back-to-top>svg {
    display: block;
    width: 34px;
    height: auto;
}
button#back-to-top:hover {
    background: #d2d2d2;
}
button#back-to-top:focus {
    outline: 0;
}
button#back-to-top.fixed {margin-right: 0;opacity: 1;}
#banner:before,
#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner:before {
    background-image: linear-gradient(180deg, #002837 0%, rgb(0 40 55 / 86%) 20%, rgb(0 40 55 / 80%) 39%, rgb(0 40 55 / 0%) 100%);
    z-index: 1;
    opacity: 0.5;
}
#banner:after {
    background-image: url('assets/images/banner-shape.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 2;
}
#banner>div:not(.elementor-background-slideshow) {
    position: relative;
    z-index: 12;
}
#page .elementor-element.anderson-grotest-light .elementor-heading-title {
    font-family: 'AndersonGroteskLight';
}
.request-quote-form form.wpcf7-form {
    max-width: 611px;
    margin: 0 auto;
}
.request-quote-wrapper {
    background: #ffffff;
    padding: 3px;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
}
.request-input {
    width: calc(100% - 144px);
}
.request-input p {
    margin-bottom: 0;
}
.request-input span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.request-input span.wpcf7-form-control-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 18px;
    height: 18px;
    background-image: url('assets/images/email.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -9px;
}
.request-input span.wpcf7-form-control-wrap input.wpcf7-form-control {
    border: none;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #647277;
    height: 42px;
    padding-left: 42px;
}
.request-input span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
  color: #647277;
  opacity: 1; /* Firefox */
}
.request-input span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #647277;
}
.request-input span.wpcf7-form-control-wrap input.wpcf7-form-control:focus {
    outline: 0;
}
.request-input span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    margin-top: 5px;
    background: #f2f2f2;
    padding: 5px 15px;
    border-radius: 5px;
}
.request-input span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:before {
    content: '';
    display: block;
    border-bottom: 8px solid #f2f2f2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 16px;
    bottom: 100%;
}
.request-submit {
    width: 144px;
    position: relative;
}
.request-submit p {
    margin-bottom: 0;
}
.request-submit input.wpcf7-form-control.wpcf7-submit {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    background: #065F83;
    border: none;
    border-radius: 6px;
    padding: 9px 15px;
    display: block;
    width: 100%;
    height: 42px;
}
.request-submit input.wpcf7-form-control.wpcf7-submit:hover {
    background: #086f98;
}
.request-submit span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 100%;
    margin-top: -12px;
}
.request-quote-form form.wpcf7-form .wpcf7-response-output {
    background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    border-width: 1px;
    margin: 0;
    margin-top: 30px;
}

/*===========================
 * 		JT Form Style
 * =========================*/
.jtwf .mx-auto{margin-left:auto;margin-right:auto}.jtwf .mb-30{margin-bottom: 30px;}.jtwf .flex-wrap{flex-wrap: wrap;}.jtwf .justify-space-between{justify-content: space-between;}.jtwf .w-49{width: 49%;}.jtwf .block{display:block}.jtwf .flex{display:flex}.jtwf .max-h-24{max-height:6rem}.jtwf .w-full{width:100%}.jtwf .min-w-0{min-width:0}.jtwf .max-w-full{max-width:100%}.jtwf .max-w-sm{max-width:100%;}.jtwf .shrink-0{flex-shrink:0}.jtwf .grow{flex-grow:1}.jtwf .cursor-pointer{cursor:pointer}.jtwf .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.jtwf .items-center{align-items:center}.jtwf .gap-2{gap:.5rem}.jtwf .space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.jtwf .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.jtwf .overflow-hidden{overflow:hidden}.jtwf .border{border-width:1px}.jtwf .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.jtwf .p-2{padding:10px}.jtwf .p-4{padding:1rem}.jtwf .px-4{padding-left:1rem;padding-right:1rem}.jtwf .py-2{padding-bottom:.5rem;padding-top:.5rem}.jtwf .text-center{text-align:center}.jtwf .text-right{text-align:right}.jtwf .text-xl{font-size:1.25rem;line-height:1.75rem}.jtwf .font-bold{font-weight:700}.jtwf .font-normal{font-weight:400}.jtwf .text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.jtwf .text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.jtwf .transition{transition-duration:.25s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.jtwf *{border:0 solid #e5e7eb;box-sizing:border-box}.jtwf button,.jtwf input,.jtwf optgroup,.jtwf select,.jtwf textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.jtwf .focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.jtwf .focus-within\:bg-white:focus-within{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.jtwf .focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.jtwf .focus-within\:ring:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.jtwf .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.jtwf .hover\:brightness-95:hover{--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.jtwf .\[\&\:\:-webkit-date-and-time-value\]\:h-5::-webkit-date-and-time-value{height:1.25rem}.jtwf .hover\:\[\&\:not\(\:focus-within\)\]\:border-gray-300:not(:focus-within):hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.jtwf .hover\:\[\&\:not\(\:focus-within\)\]\:bg-gray-50:not(:focus-within):hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}
.quote-form .jtwf-form-fields input.jtwf-field,
.quote-form .jtwf-form-fields textarea.jtwf-field{
    border: 1px solid #DDE6EA;
    border-radius: 10px;
    padding: 12px 16px 10px 16px;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #647277;
}
.quote-form .jtwf-form-fields input.jtwf-field:focus,
.quote-form .jtwf-form-fields textarea.jtwf-field:focus {
    outline: 0;
    border-color: #065F83;
    background: #f9fafb;
}
.quote-form .jtwf-form-fields input.jtwf-field {
    padding-left: 46px;
}
.quote-form .jtwf-form-fields textarea.jtwf-field.location {
    height: 48px;
}
.quote-form .jtwf-form-fields textarea.jtwf-field.about-project {
    height: 105px;
}
.quote-form .jtwf-form-fields label {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.quote-form .jtwf-form-fields label.name,
.quote-form .jtwf-form-fields label.phone,
.quote-form .jtwf-form-fields label.email {
	position: relative;
}
.quote-form .jtwf-form-fields label.name:before,
.quote-form .jtwf-form-fields label.phone:before,
.quote-form .jtwf-form-fields label.email:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -9px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.quote-form .jtwf-form-fields label.name:before {
    background-image: url(assets/images/user.svg);
}
.quote-form .jtwf-form-fields label.phone:before {
    background-image: url(assets/images/phone.svg);
}
.quote-form .jtwf-form-fields label.email:before {
    background-image: url(assets/images/email.svg);
}
.quote-form .jtwf-form-fields label.drawings {
    height: 146px;
    border: 1px solid #DDE6EA;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
}
.quote-form .jtwf-form-fields label.drawings:hover {
    background-color: #f9fafb;
}
.quote-form .jtwf-form-fields input#drawings {
    padding: 40px;
    display: block;
    border: none;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    position: absolute;
    top: 0;
}
.quote-form .jtwf-form-fields .field-title {
    font-size: 16px;
    line-height: 24px;
    color: #647277;
}
.quote-form .jtwf-form-fields .hear-about {
    font-size: 16px;
    line-height: 24px;
    color: #647277;
}
.quote-form .jtwf-form-fields .hear-about .field-group {
    border-radius: 10px;
}
.quote-form .jtwf-form-fields .hear-about .field-title {
    margin-bottom: 10px;
    font-weight: 500;
}
.quote-form .jtwf-form-fields label.drawings:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(assets/images/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.quote-form .jtwf-form-fields .quote-submit button {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #065F83;
}
.quote-form .jtwf-form-fields .quote-submit button:hover {
    background: #0a7ba8;
}
section#request-quote-section .form-shortcode {
    padding-right: 6px;
    margin-right: -10px;
}
section#request-quote-section .form-shortcode::-webkit-scrollbar {
  width: 4px;
}
section#request-quote-section .form-shortcode::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
section#request-quote-section .form-shortcode::-webkit-scrollbar-thumb {
  background: #065F83;
  border-radius: 10px;
}
.jtwf-form-fields .jtwf-form-row {
    column-gap: 30px;
}
main#primary .elementor-shortcode .quote-form {
    border: none;
    border-radius: 0;
    padding: 0;
}
.quote-form .jtwf-form-fields label.drawings.uploaded {
    background-color: #f9fafb;
}
/*===========================
 * 		JT Form Style
 * =========================*/
#principles-slider {
    position: relative;
    overflow: hidden;
}
#principles-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    padding: 0;
    border-radius: 0;
    border: none;
    z-index: 999;
    margin-top: -15px;
}
#principles-slider button.slick-arrow:hover,
#principles-slider button.slick-arrow:focus {
    background: transparent;
    outline: 0;
}
#principles-slider button.slick-arrow>svg {
    display: block;
}
#principles-slider button.slick-prev.slick-arrow {
    left: 15px;
}
#principles-slider button.slick-next.slick-arrow {
    right: 26%;
}
#principles-slider button.slick-arrow.slick-disabled svg path {
    fill: #D9E0E3;
}
#principles-slider .single-principles.slick-slide {
    min-height: 391px;
    margin: 0 15px;
    opacity: 0.3;
}
#principles-slider .single-principles.slick-slide.slick-current.slick-active {
    box-shadow: 0px 24px 54px 0 rgb(190 191 220 / 22%);
    opacity: 1;
}
#principles-slider .slick-list {
    overflow: visible;
    width: 75%;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button:hover,
#gallery-tab-buttons .elementor-widget-button.tab-button.active a.elementor-button{
    background: #065F83;
    color: #ffffff;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button span.elementor-button-content-wrapper {
    align-items: center;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button span.elementor-button-icon svg {
    display: block;
    width: 40px;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button span.elementor-button-text {
    position: relative;
    -webkit-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button:hover span.elementor-button-text,
#gallery-tab-buttons .elementor-widget-button.tab-button.active a.elementor-button span.elementor-button-text {
    padding-right: 36px;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button span.elementor-button-text:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    margin-right: -24px;
    opacity: 0;
    background-image: url('assets/images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button:hover span.elementor-button-text:after,
#gallery-tab-buttons .elementor-widget-button.tab-button.active a.elementor-button span.elementor-button-text:after {
    margin-right: 0;
    opacity: 1;
}
#gallery-tab-buttons .elementor-widget-button a.elementor-button:hover span.elementor-button-icon svg path[stroke="#03364A"],
#gallery-tab-buttons .elementor-widget-button.tab-button.active a.elementor-button span.elementor-button-icon svg path[stroke="#03364A"] {
    stroke: #ffffff;
}
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content:not(.active) {
    display: none;
}
.provide-details-row {
    display: flex;
    align-items: center;
    column-gap: 31px;
    margin-bottom: 30px;
}
.provide-details-row p {
    margin-bottom: 0;
    width: 100%;
}
.provide-details-row p span.wpcf7-form-control-wrap {
    display: block;
}
.provide-details-row p span.wpcf7-form-control-wrap input.wpcf7-form-control,
.provide-details-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control{
    border: 1px solid #DDE6EA;
    border-radius: 10px;
    padding: 12px 16px 10px 16px;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #647277;
}
.provide-details-row p span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.provide-details-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder {
  color: #647277;
  opacity: 1; /* Firefox */
}
.provide-details-row p span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder,
.provide-details-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #647277;
}
.provide-details-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 105px;
}
.provide-details-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.provide-details-row p span.wpcf7-form-control-wrap input.wpcf7-form-control:focus {
    outline: 0;
    border-color: #065F83;
}
.provide-details-column.name span.wpcf7-form-control-wrap:before,
.provide-details-column.email span.wpcf7-form-control-wrap:before,
.provide-details-column.phone span.wpcf7-form-control-wrap:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -9px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.provide-details-column.name span.wpcf7-form-control-wrap:before {
    background-image: url('assets/images/user.svg');
}
.provide-details-column.email span.wpcf7-form-control-wrap:before {
    background-image: url('assets/images/email.svg');
}
.provide-details-column.phone span.wpcf7-form-control-wrap:before {
    background-image: url('assets/images/phone.svg');
}
.provide-details-column.name span.wpcf7-form-control-wrap input.wpcf7-form-control,
.provide-details-column.email span.wpcf7-form-control-wrap input.wpcf7-form-control,
.provide-details-column.phone span.wpcf7-form-control-wrap input.wpcf7-form-control{
    padding-left: 46px;
}
.provide-details-row.drawings p span.wpcf7-form-control-wrap input.wpcf7-form-control {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 999;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap {
    height: 146px;
    border: 1px solid #DDE6EA;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap:before,
.provide-details-row.drawings span.wpcf7-form-control-wrap:after {
    content: '';
    display: block;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap:before {
    width: 32px;
    height: 32px;
    background-image: url('assets/images/download.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap:after {
    content: 'Upload the drawings if you have one';
    font-size: 16px;
    line-height: 24px;
    color: #647277;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap:hover {
    background-color: #f0f0f0;
}
.provide-details-row.drawings.uploaded span.wpcf7-form-control-wrap {
    background: rgb(6 95 131 / 10%);
}
.provide-details-row.drawings.uploaded span.wpcf7-form-control-wrap:after {
    content: 'Uploaded File: ' attr(data-file);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.provide-details-submit p {
    margin-bottom: 0;
}
.provide-details-submit p input.wpcf7-form-control {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #065F83;
    border: none;
}
.provide-details-submit p input.wpcf7-form-control:hover {
    background: #0a7ba8;
}
.elementor-element.contact-address figure.elementor-image-box-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.elementor-element.contact-address figure.elementor-image-box-img img {
    display: block;
}
.elementor-element.contact-address h3.elementor-image-box-title {
    margin-top: 0;
    font-family: 'AndersonGroteskBold';
    padding-left: 34px;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}
form.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-width: 1px;
}
#page-banner {
    position: relative;
}
#page-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: linear-gradient(180deg, #002837 0%, rgb(0, 40, 55, 0.86) 20%, rgb(0, 40, 55, 0.80) 39%, rgb(0, 40, 55, 0) 100%);
    opacity: 0.5;
}
#page-banner:after {
    content: '';
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-image: url('assets/images/page-shape.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#page-banner>div:not(.elementor-background-slideshow) {
    position: relative;
    z-index: 22;
}
.display-block-button.elementor-widget-button a.elementor-button {
    font-family: 'AndersonGrotesk';
    display: flex;
    flex-direction: column;
}
.display-block-button.elementor-widget-button a.elementor-button:hover {
    font-family: 'AndersonGroteskBold';
}
.display-block-button.elementor-widget-button a.elementor-button span.elementor-button-content-wrapper {
    justify-content: space-between;
}
.display-block-button.elementor-widget-button a.elementor-button span.elementor-button-text {
    flex-grow: 0;
    display: block;
}
.display-block-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    margin-left: 0;
    display: flex;
}
.display-block-button.elementor-widget-button a.elementor-button span.elementor-button-icon>svg {
    display: block;
}
.display-block-button.elementor-widget-button a.elementor-button:hover span.elementor-button-icon>svg>path {
    stroke: #065F83;
}
#image-slider .elementor-image-carousel-wrapper.swiper {
    padding-right: 30%;
    border-radius: 0 20px 20px 0;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide {
    padding: 0px 20px;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper figure.swiper-slide-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper figure.swiper-slide-inner img {
    display: block;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) figure.swiper-slide-inner img {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) figure.swiper-slide-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F3F8FA;
    opacity: 0.5;
    z-index: 1;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide-active figure.swiper-slide-inner:after {
    display: none;
}
#image-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(30% + 8px);
}
#image-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 8px;
}
#image-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
}
#image-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.swiper-button-disabled path {
    fill: #D9E0E3;
}
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content,
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content>.e-con-inner,
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content>.e-con-inner>.elementor-element,
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content>.e-con-inner>.elementor-element>.e-con-inner,
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content>.e-con-inner>.elementor-element>.e-con-inner>.elementor-element{
    padding: 0;
}
.overlay-image.elementor-widget-image .elementor-widget-container {
    position: relative;
}
.overlay-image.elementor-widget-image .elementor-widget-container>img {
    position: relative;
    z-index: 10;
}
.overlay-image.elementor-widget-image .elementor-widget-container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-image: linear-gradient(180deg, #ffffff 0%, transparent 100%);
}
#page .content-icon-list.elementor-widget-icon-list ul.elementor-icon-list-items {
    display: block;
    width: auto;
}
#page .content-icon-list.elementor-widget-icon-list ul.elementor-icon-list-items>li.elementor-icon-list-item {
    margin: 0;
    padding: 0;
    border-radius: 11px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}
#page .content-icon-list.elementor-widget-icon-list ul.elementor-icon-list-items>li.elementor-icon-list-item:not(:last-child) {
    margin-bottom: 16px;
}
#page .content-icon-list.elementor-widget-icon-list ul.elementor-icon-list-items span.elementor-icon-list-text {
    padding-left: 0;
    min-height: 33px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(180deg, rgb(231, 241, 245, 0.80), transparent);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    border-radius: 0px 11px 11px 0;
}
#page .content-icon-list.elementor-widget-icon-list .elementor-widget-container {
    display: flex;
}
#page .content-icon-list.elementor-widget-icon-list ul.elementor-icon-list-items>li.elementor-icon-list-item svg {
    margin-right: 0;
    display: block;
}
#page .content-icon-list.elementor-widget-icon-list ul.elementor-icon-list-items>li.elementor-icon-list-item span.elementor-icon-list-icon {
    align-items: center;
    padding-left: 15px;
    border-radius: 11px 0 0 11px;
    background-image: linear-gradient(180deg, rgb(231, 241, 245, 0.80), transparent);
}
#renovation-loan {
    background-position: 47vw center;
}
#page-banner a.elementor-button span.elementor-button-icon {
    display: flex;
}
#page-banner a.elementor-button span.elementor-button-icon>svg {
    display: block;
}
#page main#primary .elementor-widget-text-editor p a {
    font-weight: 600;
    color: #4D7A8C;
}
#page main#primary .elementor-widget-text-editor p a:hover {
    color: #065F83;
}
.founder-singenure .elementor-image-box-content h3.elementor-image-box-title {
    margin-top: 0;
    font-family: 'AndersonGroteskUltrabold';
}
.founder-singenure .elementor-image-box-content {
    padding: 7.5px 20px;
    border-left: 1px solid #8FC5E0;
}
section#request-quote-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 54 74 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#request-quote-section.active {
    opacity: 1;
    visibility: visible;
}
.form-overaly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.quote-wrapper {
    padding: 0 15px;
    max-width: 1030px;
    width: 100%;
    position: relative;
    max-height: 80vh;
    overflow: hidden;
    z-index: 11;
}
section#request-quote-section .form-shortcode {
    height: calc(80vh - 140px);
    overflow: auto;
}
.quote-form {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid rgb(219 227 231 / 50%);
}
button.quote-close {
    border-radius: 0;
    padding: 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 35px;
    padding: 3px;
    cursor: pointer;
}
button.quote-close>svg {
    display: block;
    width: 100%;
}
button.quote-close:focus,
button.quote-close:hover {
    background: transparent;
    outline: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.form-shortcode .provide-details-row {
    column-gap: 40px;
}
.form-shortcode .provide-details-column {
    width: 100%;
}
.form-title {
    margin-bottom: 30px;
}
.form-title h3 {
    margin: 0;
    font-family: 'AndersonGrotesk';
    font-size: 24px;
    line-height: 1.2em;
    color: #022C3D;
}
#vendor-section .vendor-logos.elementor-widget-image-gallery figure.gallery-item {
    border: 1px solid #E4EEF2;
    background: rgb(255 255 255 / 60%);
    border-radius: 50%;
    height: calc(100vw / 6.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw / 6.4);
    min-width: calc(100vw / 6.4);
    margin-left: -10px;
}
#vendor-section .vendor-logos.elementor-widget-image-gallery .gallery {
    display: flex;
    overflow: visible;
}
#vendor-section .vendor-logos.elementor-widget-image-gallery:not(.gallery2) .gallery {
    padding-left: 10px;
}
#vendor-section .vendor-logos.elementor-widget-image-gallery .gallery-icon {
    max-width: 50%;
    height: 25%;
}
#vendor-section .vendor-logos.elementor-widget-image-gallery .gallery-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
    max-width: none;
}
#vendor-section .vendor-logos.elementor-widget-image-gallery.gallery2 .gallery {
    flex-direction: row-reverse;
}
#portfolios-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    column-gap: 15px;
    row-gap: 15px;
}
button.gallery-button {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 1.2em;
    color: #065F83;
    border-color: #E3F2F9;
    background: #ffffff;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 10px 22px;
}
button.gallery-button.active,
button.gallery-button:hover {
    color: #ffffff;
    background: #065F83;
}
#portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
button.gallery-button:focus {
    outline: 0;
}
#portfolio-gallery .gallery-item {
    width: calc((100% - (20px*3))/4);
    border-radius: 10px;
    overflow: hidden;
}
#portfolio-gallery .gallery-item>a,
#portfolio-gallery .gallery-item>a>img{
    display: block;
    width: 100%;
}
#portfolio-gallery .gallery-item>a>img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio-gallery .gallery-item>a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#banner-logos .gallery {
    display: flex;
    align-items: center;
    column-gap: 2%;
}
#banner-logos .gallery .gallery-item {
    border-radius: 0;
}
#banner-logos .gallery .gallery-item img,
#banner-logos img.swiper-slide-image {
    max-height: 50px;
    max-width: 50%;
    -webkit-filter: grayscale(1) opacity(0.8);
    -moz-filter: grayscale(1) opacity(0.8);
    filter: grayscale(1) opacity(0.8);
}
/*==== Portfolio Style ====*/
#portfolio-category {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
button.category-button {
    background: #ffffff;
    border: 1px solid #C8D9E0;
    font-family: 'Raleway';
    font-size: 24px;
    line-height: 1.2em;
    color: #065F83;
    border-radius: 14px;
    padding: 9px 22px;
}
button.category-button:hover,
button.category-button.active{
    background: #065F83;
    color: #ffffff;
}
button.category-button:focus {
    outline: 0;
}
#portfolio-posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
.portfolio-item {
    width: calc((100% - 60px)/3);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
.portfolio-item:not(.active) {
    display: none;
}
.portfolio-thumb>a,
.portfolio-thumb>a>img {
    display: block;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
    background-image: linear-gradient(0deg, #011B25 0%, rgba(1, 27, 37, 0.2) 30%, rgba(1, 27, 37, 0) 50%, rgba(1, 27, 37, 0) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 16px;
}
.overlay-content {
    width: 100%;
    color: #ffffff;
    font-family: 'Raleway';
    padding: 20px;
}
.overlay-content>h2 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 16px;
}
.portfolio-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-item {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.info-item .image {
    border-radius: 50%;
    overflow: hidden;
}
.info-item .image img {
    display: block;
}
.info-item .name p{
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    color: #ABBCBB;
    margin-bottom: 0;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    box-shadow: inset 0px 0px 0px 3px #077CAA;
}
/*===== Single Portfolio =====*/
body.active-popup {
    overflow: hidden;
}
#portfolio-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 50px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio-popup.active {
    opacity: 1;
    visibility: visible;
}
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03364A;
    opacity: 0.8;
    cursor: pointer;
    z-index: 10;
}
button.close-popup {
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    top: 30px;
    right: 39px;
    z-index: 11;
}
body.admin-bar button.close-popup {
    top: 62px;
}
button.close-popup>svg {
    display: block;
}
button.close-popup:focus {
	outline: 0;
}
.portfolio-popup-wrapper {
    background: #ffffff;
    padding: 80px 100px;
    max-height: calc(100vh - 100px);
    min-height: 200px;
    position: relative;
    z-index: 12;
    overflow: auto;
}
.single-portfolio .portfolio-title {
    margin-bottom: 20px;
}
.single-portfolio .portfolio-title h2 {
    font-family: 'AndersonGrotesk';
    font-size: 36px;
    line-height: 1.2em;
    color: #022A39;
    margin-top: 0;
    margin-bottom: 0px;
}
.single-portfolio .info-item {
    column-gap: 12px;
    width: calc(80% / 5);
}
.single-portfolio .info-item .image {
    width: 40px;
    height: 40px;
}
.single-portfolio .info-item .name p {
    font-family: 'AndersonGroteskUltrabold';
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 2px;
    color: #022A39;
}
.single-portfolio .info-item .name span {
    font-size: 14px;
    line-height: 1.2em;
    color: #065F83;
    display: block;
}
.single-portfolio .portfolio-info {
    margin-bottom: 40px;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 30px;
}
.portoflio-image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}
.portoflio-image>a,
.portoflio-image>a>img {
    display: block;
    width: 100%;
}
.portfolio-content {
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 1.6em;
    padding: 0 10%;
}
.portfolio-content p {
    margin-bottom: 0;
}
.portfolio-content p:not(:last-child) {
    margin-bottom: 20px;
}
.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
}
.single-gallery {
    border-radius: 16px;
    overflow: hidden;
}
.single-gallery>a,
.single-gallery>a>img {
    display: block;
    width: 100%;
    height: 100%;
}
.single-gallery.landscape,
.single-gallery.wide {
    width: calc((100% - 40px)/2);
}
.single-gallery.sqare,
.single-gallery.portrait {
    width: calc(((50% - (40px * 1.5))/2));
}
.loading-portfolio {
    height: calc(100vh - 260px);
    overflow: hidden;
}
.loading-title {
    height: 39px;
    margin-bottom: 25px;
}
.loading-info {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-loading-info {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.single-loading-info .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.single-loading-info .name {
    min-width: 150px;
}
.single-loading-info .name .name-title {
    height: 20px;
    margin-bottom: 5px;
}
.single-loading-info .name .name-position {
    height: 16px;
}
.loading-image {
    width: 100%;
    height: 60vh;
    border-radius: 16px;
}
.loading-title,
.single-loading-info .image,
.single-loading-info .name .name-title,
.single-loading-info .name .name-position,
.loading-image{
    background: #dbdbdb;
	-webkit-animation: loading 1s infinite;
	-moz-animation: loading 1s infinite;
	-o-animation: loading 1s infinite;
	animation: loading 1s infinite;
}
/*==== Loading Animation ====*/
@keyframes loading {
	0% { opacity: 1; }
	50% { opacity: 0.6; }
	100% { opacity: 1; }
}
@-o-keyframes loading {
	0% { opacity: 1; }
	50% { opacity: 0.6; }
	100% { opacity: 1; }
}
@-moz-keyframes loading {
	0% { opacity: 1; }
	50% { opacity: 0.6; }
	100% { opacity: 1; }
}
@-webkit-keyframes loading {
	0% { opacity: 1; }
	50% { opacity: 0.6; }
	100% { opacity: 1; }
}

/*===================================
 * 			Home Work Tab
 * ==================================*/
#work-tab-head {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 40px;
}
button.tab-button {
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    fill: #065F83;
    color: #065F83;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E3F2F9;
    border-radius: 14px 14px 14px 14px;
    padding: 10px 22px 10px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
button.tab-button span.arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -5px;
    opacity: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.tab-button > span > svg {
    display: block;
}
button.tab-button:hover,
button.tab-button.active{
    background: #065F83;
    color: #ffffff;
    padding-right: 58px;
}
button.tab-button:hover span.arrow,
button.tab-button.active span.arrow{
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
}
button.tab-button span.icon>svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.tab-button:hover span.icon>svg path[stroke="#03364A"],
button.tab-button.active span.icon>svg path[stroke="#03364A"] {
    stroke: #ffffff;
}
.tab-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.tab-content:not(.active) {
    display: none;
}
.single-work {
    border-radius: 16px;
    overflow: hidden;
}
.single-work img {
    display: block;
    width: 100%;
}
.single-work.landscape {
    width: calc(50% - 20px);
}
.single-work.portrait,
.single-work.sqare {
    width: calc(25% - 30px);
}
.single-work.wide {
    width: calc(50% - 20px);
}
.single-work>a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-work>a:hover img {
    scale: 1.02;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
nav#site-navigation {
    display: none;
    width: 100%;
    max-height: 88vh;
    overflow: auto;
}
.site-branding {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-branding>a.custom-logo-link {
    max-width: 352px;
}
button.menu-btn {
    display: block;
}
header#header {
    padding: 20px 0;
}
.header-wrapper {
    flex-direction: column;
}
ul#primary-menu {
    flex-direction: column;
    row-gap: 30px;
}
nav#site-navigation>.menu-main-menu-container {
    padding: 25px 0;
    border-top: 1px solid #173F50;
    margin-top: 15px;
}
ul#primary-menu>li:not(:last-child) {
    margin-right: 0;
}
ul#primary-menu>li.request-quote {
    margin-left: 0;
}
ul#primary-menu>li>ul.sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 20px;
    display: none;
    transition: none;
}
ul#primary-menu>li>ul.sub-menu>li:not(:last-child) {
    margin-bottom: 30px;
}
ul#primary-menu>li>ul.sub-menu>li>a {
    font-size: 16px;
}
ul#primary-menu>li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
ul#primary-menu>li>ul.sub-menu>li:not(:last-child)>a>span.menu-image-title:after {
    margin-top: 15px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_switcher {
    max-width: 120px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option {
    top: inherit;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    display: none;
}
ul#primary-menu>li>button.drop {
    border-radius: 0;
    background: transparent;
    padding: 0px;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul#primary-menu>li>button.drop>svg {
    display: block;
    width: 20px;
    height: auto;
}
ul#primary-menu>li.menu-item-has-children>a {
    padding-right: 5px;
}
ul#primary-menu>li>button.drop:focus {
    outline: 0;
}
header#header.menu-active:not(.fixed) {
    background: #01202D;
}
footer#footer {
    padding-top: 60px;
}
.footer-widgets {
    flex-wrap: wrap;
    row-gap: 40px;
}
.footer-widget .widget_text h4.widget-title, .footer-widget .widget_nav_menu h4.widget-title {
    font-size: 16px;
    letter-spacing: 1px;
}
#renovation-loan {
    background-position: bottom left;
}






}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
header#header.fixed {
    padding: 15px 0;
}
nav#site-navigation {
    display: none;
    width: 100%;
    max-height: 88vh;
    overflow: auto;
}
.site-branding {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-branding>a.custom-logo-link {
    width: 70%;
}
header#header {
    padding: 20px 0;
}
.header-wrapper {
    flex-direction: column;
}
ul#primary-menu {
    flex-direction: column;
    row-gap: 30px;
}
nav#site-navigation>.menu-main-menu-container {
    padding: 25px 0;
    border-top: 1px solid #173F50;
    margin-top: 15px;
}
ul#primary-menu>li:not(:last-child) {
    margin-right: 0;
}
ul#primary-menu>li.request-quote {
    margin-left: 0;
}
ul#primary-menu>li>ul.sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 20px;
    display: none;
    transition: none;
}
ul#primary-menu>li>ul.sub-menu>li:not(:last-child) {
    margin-bottom: 30px;
}
ul#primary-menu>li>ul.sub-menu>li>a {
    font-size: 16px;
}
ul#primary-menu>li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
ul#primary-menu>li>ul.sub-menu>li:not(:last-child)>a>span.menu-image-title:after {
    margin-top: 15px;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_switcher {
    max-width: 120px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
ul#primary-menu>li.menu-item.menu-item-gtranslate .gt_option {
    top: inherit;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    display: none;
}
ul#primary-menu>li>button.drop {
    border-radius: 0;
    background: transparent;
    padding: 0px;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul#primary-menu>li>button.drop>svg {
    display: block;
    width: 20px;
    height: auto;
}
ul#primary-menu>li.menu-item-has-children>a {
    padding-right: 5px;
}
ul#primary-menu>li>button.drop:focus {
    outline: 0;
}
header#header.menu-active:not(.fixed) {
    background: #01202D;
}
footer#footer {
    padding-top: 60px;
}
.footer-widgets {
    flex-wrap: wrap;
    row-gap: 40px;
}
.footer-widget.footer-widget1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.footer-widget.footer-widget1 .widget_media_image img {
    margin: 0 auto;
}
ul#menu-social-menu {
    justify-content: center;
}
.footer-widget.footer-widget2 {
    width: 50%;
}
.footer-widget.footer-widget3 {
    width: 50%;
}
.footer-widget.footer-widget5 {
    max-width: 50%;
    width: 50%;
}
.footer-bottom {
    margin-top: 30px;
    flex-direction: column-reverse;
    row-gap: 20px;
}
.footer-copyright p {
    text-align: center;
}
button.menu-btn {
    display: block;
}
button#back-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px;
}
button#back-to-top>svg {
    width: 25px;
}
#principles-slider .slick-list {
    overflow: hidden;
    width: 100%;
}
#principles-slider button.slick-next.slick-arrow {
    right: 15px;
}
.provide-details-row {
    flex-direction: column;
    margin-bottom: 20px;
    row-gap: 20px;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap:after {
    font-size: 14px;
    text-align: center;
}
.provide-details-row.drawings span.wpcf7-form-control-wrap:before {
    width: 25px;
    height: 25px;
}
.elementor-element.contact-address h3.elementor-image-box-title {
    padding-left: 0;
}
.elementor-element.contact-address figure.elementor-image-box-img {
    position: relative;
}
.elementor-element.contact-address .elementor-image-box-content {
    margin-top: 15px;
}
#residential-grid>.e-con-inner>.elementor-element {
    display: block;
}
#image-slider .elementor-image-carousel-wrapper.swiper {
    padding-right: 0;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide {
    padding: 0;
}
#image-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: -12px;
}
#image-slider .elementor-image-carousel-wrapper.swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: -12px;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) figure.swiper-slide-inner img {
    filter: none;
}
#image-slider .elementor-image-carousel-wrapper.swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) figure.swiper-slide-inner:after {
    display: none;
}
body:not(.elementor-editor-active) #gallery-tab-contents .gallery-content>.e-con-inner>.elementor-element>.e-con-inner>.elementor-element>.elementor-element {
    display: block;
}
#renovation-loan {
    background-position: bottom;
    background-size: cover;
}
.provide-details-row p span.wpcf7-form-control-wrap input.wpcf7-form-control, 
.provide-details-row p span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    font-size: 14px;
}
.provide-details-submit p input.wpcf7-form-control {
    font-size: 14px;
    width: 100%;
}
.provide-details-submit span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
.provide-details-submit {
    position: relative;
}
.footer-widget .widget_text h4.widget-title, 
.footer-widget .widget_nav_menu h4.widget-title {
    font-size: 18px;
}
.founder-singenure.elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.founder-singenure .elementor-image-box-content {
    text-align: left;
}
#page .founder-singenure.elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
    min-width: 120px;
}
button.quote-close {
    right: 25px;
    top: 10px;
    width: 20px;
}
.quote-wrapper {
    max-height: 90%;
}
.quote-form {
    padding: 20px;
    border-radius: 16px;
}
.form-title h3 {
    text-align: center;
    font-size: 20px;
}
.form-title {
    margin-top: 25px;
    margin-bottom: 20px;
}
.display-grid-mobile.e-flex {
    display: block;
}
.gallery-item {
    width: calc((100% - 20px)/2);
}
button.gallery-button {
    font-size: 14px;
}
#portfolios-head {
    column-gap: 10px;
    row-gap: 10px;
}
#portfolio-category {
    column-gap: 10px;
    margin-bottom: 40px;
}
button.category-button {
    font-size: 16px;
}
#portfolio-posts {
    column-gap: 15px;
    row-gap: 20px;
}
.portfolio-item {
    width: calc((100% - 15px)/2);
}
.portfolio-popup-wrapper {
    padding: 30px 20px;
    max-height: calc(100vh - 70px);
}
button.close-popup {
    top: 20px;
    right: 20px;
}
.single-portfolio > h2 {
    font-size: 28px;
}
.portfolio-content {
    padding: 0;
    font-size: 16px;
    margin-bottom: 40px;
}
.portfolio-gallery {
    column-gap: 20px;
    row-gap: 20px;
}
.single-gallery {
    border-radius: 10px;
}
.single-gallery.landscape,
.single-gallery.wide {
    width: calc((100% - 20px)/2);
}
.single-gallery.sqare,
.single-gallery.portrait {
    width: calc(((50% - (20px * 1.5))/2));
}
.single-loading-info .name {
    min-width: 80px;
}
.single-portfolio .info-item {
    width: calc((100% - 20px) / 2);
}
.single-portfolio .info-item .image {
    width: 30px;
    height: 30px;
}
.single-portfolio .info-item .name p {
    font-size: 14px;
}
.single-portfolio .info-item .name span {
    font-size: 12px;
}
.single-portfolio .portfolio-info {
    margin-bottom: 30px;
    column-gap: 20px;
}
.portoflio-image {
    margin-bottom: 30px;
}
.loading-portfolio {
    height: calc(100vh - 100px);
}
.loading-title {
    height: 62px;
}
.single-loading-info .image {
    width: 30px;
    height: 30px;
}
.single-loading-info .name .name-title {
    height: 16px;
}
.single-loading-info .name .name-position {
    height: 14px;
}
.loading-image {
    height: 70vh;
}
body.admin-bar button.close-popup {
    top: 20px;
}
.single-loading-info {
    width: calc(50% - 10px);
}
.loading-info {
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
section#request-quote-section .form-shortcode {
    height: calc(90vh - 120px);
}
.quote-form .jtwf-form-fields label.w-49 {
    width: 100%;
}
.quote-form .jtwf-form-fields .mb-30 {
    margin-bottom: 20px;
}
.jtwf-form-fields .jtwf-form-row {
    flex-wrap: wrap;
}
.jtwf-form-fields .jtwf-form-row label:first-child {
    margin-bottom: 20px;
}
#work-tab-head {
    flex-wrap: wrap;
    row-gap: 20px;
}
.tab-content {
    gap: 20px;
}
.single-work.sqare,
.single-work.landscape,
.single-work.portrait,
.single-work.wide{
    width: calc(50% - 10px);
}
.single-work.wide>a {
    height: 100%;
    display: block;
}
.single-work.wide>a>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

}
