/*===========================*/
   /**** Inner Style ****/
/*===========================*/
.innerdefault_page_s, .inner_page_sec {padding-top: 100px;}
.inner_page_sec.projects-single-page.proj-full-theme { padding-top: 0; }
header.main-header{ }
header.main-header.small_sticky{ position: fixed; background: #000; transition-delay: 0.05s; }

body:has(.proj-full-theme) header.main-header{ position: absolute;}
body:has(.proj-full-theme) header.main-header.small_sticky{ position: fixed; }
body:has(.proj-full-theme) header.main-header.hasProj-Ban{ background: transparent; }

h4.wp-block-heading{
    font-size: 18px;
    color: #7a7a7a;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 24px;
}
h5.wp-block-heading{
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #7a7a7a;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
p, li{
    font-size: 26px;
    font-family: 'Span', Helvetica, Arial, serif;
    font-weight: 400;
    line-height: 1.3;
}

/**** common ****/
/*** list styles ***/
.list-item {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
.list-item li{
    position: relative;
    padding: 0 0 12px 0px;
}
.list-item li::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    transform: rotate(45deg);
    left: 0px;
    top: 8px;   
}
.list-item.list-col-4, .list-col-4 {
    column-count: 4;
}
.list-item.list-col-3, .list-col-3 {
    column-count: 3;
}
.list-item.list-col-2, .list-col-2{
    column-count: 2;
}

/*** Inner Section Start ****/

.legacy-proj-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
	padding-bottom: 40px;
}
.legacy-proj-list .kb-proj-item a{
    width: 100%;
    padding: 0 0 20px;
}
.legacy-proj-bx {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.legacy-proj-list .kb-proj-item{
    width: 100%;
}
.legacy-proj-bx .kb-proj-item-img {
    width: 280px;
}
.legacy-proj-bx .kb-proj-item-content {
    width: calc(100% - 312px);
    padding: 0;
}


/*** Project page ****/
.project-mTab {
    width: 100%;
    display: none; /* - hide now will show in future */
}
.project-mTab + .kb-projects-wrap {
    padding: 80px 0;
    padding: 20px 0 80px;
}
.project-mTab > ul {
    display: flex;
    padding: 0;
    list-style: none;
}
.project-mTab > ul > li {
    padding: 0 20px;
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.project-mTab > ul > li:first-child{
    padding-left: 0;
}
.project-mTab > ul > li:last-child{
    padding-right: 0;
}


.project-mTab > ul > li a {
    color: #fff;
}
.project-mTab > ul > li a:hover, .project-mTab > ul > li.active > a,
.project-mTab > ul > li > ul > li.active > a{
    color: #F6F6F6;
}
.project-mTab > ul > li a.projBtn:before {
    position: relative;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #666;
    border-radius: 50%;
    margin: 2px 9px -2px 0;
}
.project-mTab > ul > li a.active.projBtn:before {
    background: #FFF;
}

.project-mTab > ul > li > ul {
    position: absolute;
    display: none;
    list-style: none;
    width: max-content;
    padding: 10px 0 0 10px;
    transition: all 0.4s ease;
}
.project-mTab > ul > li.active > ul.proj-sub-menu {
    display: flex;
    -webkit-animation:menu_up ease-out 0.4s 0s;
    -webkit-animation-fill-mode:both;
    animation:menu_up ease-out 0.4s 0s;
    animation-fill-mode:both;
}
.proj-sub-menu::before {
    position: absolute;
    content: '↳';
    color: #847D78;
    left: 0;
}
@-webkit-keyframes show_down{
	0%{-webkit-transform:translateY(-30px);opacity:0;}
	100%{-webkit-transform:translateY(0px);opacity:1;}
}
@keyframes show_down{
	0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0;}
	100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;}
}
.project-mTab > ul > li > ul > li {
    padding: 0 16px;
    position: relative;
}
.project-mTab > ul > li > ul > li::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background: #847D78;
    top: 6px;
    right: -1px;
}
.project-mTab > ul > li > ul > li:last-child::after{
    display: none;
}

.project-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 48px;
    grid-gap: 64px 48px;
    row-gap: 64px;
}
.project-list-wrap .cm-project-bx {
    width: calc(33.33% - 32px);
}


.kb-proj-flex .kb-proj-item{
    flex: 0 0 calc(33.333% - 21.3334px);
    opacity: 0;
    /* display: none; */
    display: flex;
    pointer-events: none;
    transform: scale(1) translateY(25px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.kb-proj-flex .kb-proj-item.show {
    display: flex;
}
.kb-proj-flex .kb-proj-item.show.visible {
    opacity: 1;
    transform: scale(1) translateY(0px);
    pointer-events: auto;
    transition: opacity 0.85s ease, transform 0.95s ease, visibility 0.1s;
    transition-delay: 0.05s;
}

.kb-proj-flex:has(.show) .show:nth-child(1),
.kb-proj-flex:has(.show) .show:nth-child(2),
.kb-proj-flex:has(.show:nth-child(4n+2):last-child) .show:nth-child(1),
.kb-proj-flex:has(.show:nth-child(4n+2):last-child) .show:nth-child(2){
    flex: 0 0 calc(50% - 16px);
}
.kb-proj-flex:has(.show:nth-child(3n+3):last-child) .show{
    flex: 0 0 calc(33.333% - 21.3334px);
}
.kb-proj-flex:has(.show:nth-child(4):last-child) .show{
    flex: 0 0 calc(25% - 24px);
}

/**
.kb-proj-flex .show:nth-child(1):nth-last-child(1),
.kb-proj-flex .show:nth-child(1):nth-last-child(6),
.kb-proj-flex .show:nth-child(2):nth-last-child(5),
.kb-proj-flex .show:nth-child(1):nth-last-child(5),
.kb-proj-flex .show:nth-child(2):nth-last-child(4),
.kb-proj-flex .show:nth-child(1):nth-last-child(2),
.kb-proj-flex .show:nth-child(2):nth-last-child(1),
.kb-proj-flex .show:nth-child(1):nth-last-child(4),
.kb-proj-flex .show:nth-child(2):nth-last-child(3),
.kb-proj-flex .show:nth-child(3):nth-last-child(2),
.kb-proj-flex .show:nth-child(4):nth-last-child(1),
.kb-proj-flex .show:nth-child(1):nth-last-child(8),
.kb-proj-flex .show:nth-child(2):nth-last-child(7){
    flex: 0 0 calc(50% - 16px);
}

.kb-proj-flex .show:nth-child(3):nth-last-child(3),
.kb-proj-flex .show:nth-child(4):nth-last-child(2),
.kb-proj-flex .show:nth-child(5):nth-last-child(1),
.kb-proj-flex .show:nth-child(8):nth-last-child(1),
.kb-proj-flex .show:nth-child(7):nth-last-child(2),
.kb-proj-flex .show:nth-child(6):nth-last-child(3),
.kb-proj-flex .show:nth-child(5):nth-last-child(4),
.kb-proj-flex .show:nth-child(4):nth-last-child(5),
.kb-proj-flex .show:nth-child(3):nth-last-child(6),
.kb-proj-flex .show:nth-child(3):nth-last-child(5),
.kb-proj-flex .show:nth-child(2):nth-last-child(6),
.kb-proj-flex .show:nth-child(1):nth-last-child(7){
    flex: 0 0 calc(33.333% - 21.334px);
}
.kb-proj-flex .show:nth-child(3):nth-last-child(4),
.kb-proj-flex .show:nth-child(4):nth-last-child(3),
.kb-proj-flex .show:nth-child(5):nth-last-child(2),
.kb-proj-flex .show:nth-child(6):nth-last-child(1),
.kb-proj-flex .show:nth-child(7):nth-last-child(1),
.kb-proj-flex .show:nth-child(6):nth-last-child(2),
.kb-proj-flex .show:nth-child(5):nth-last-child(3),
.kb-proj-flex .show:nth-child(4):nth-last-child(4),
.kb-proj-flex:has(.show:nth-child(3n+3):last-child) .show:nth-child(3):nth-last-child(4),
.kb-proj-flex:has(.show:nth-child(3n+3):last-child) .show:nth-child(4):nth-last-child(3),
.kb-proj-flex:has(.show:nth-child(3n+3):last-child) .show:nth-child(5):nth-last-child(2),
.kb-proj-flex:has(.show:nth-child(3n+3):last-child) .show:nth-child(6):nth-last-child(1){
    flex: 0 0 calc(25% - 24px);
}
***/

/**** Project Products responsive ****/
@media (max-width: 1023px){
    .kb-proj-flex .kb-proj-item{
        flex: 0 0 calc(50% - 16px) !important;
    }
}
@media (max-width: 767px){
    .kb-proj-flex .kb-proj-item{
        flex: 0 0 calc(100% - 0px) !important;
    }
}


/*** Project Banner ****/
.proj-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}
.proj-legacy-theme .proj-banner{
    display: none;
}
.proj-ban-img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.proj-ban-img:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.15);}
.proj-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proj-ban-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    max-width: 67.5%;
}
.ban-tag h1 {
    margin: 0;
}
.ban-tag p {
    font-size: 64px;
    font-family: 'Span', Helvetica, Arial, serif;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.50);
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
.ban-tag p span {
    display: block;
}

/*** project details page ***/
.proj-spec-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px;
    padding: 80px 0;
}
.proj-single-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.proj-single-content {
    width: 50%;
    position: sticky;
    top: 120px;
}
.proj-single-img-wrap {
    width: 50%;
    padding: 48px 0 0 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.proj-cnt-txt{
    padding: 24px 0 0;
}
.proj-spec-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px;
    position: relative;
}
.proj-spec-row::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dotted #444;
    left: 0;
    bottom: -20px;
}
.proj-spec-row:last-of-type::after{ border: none; }
.proj-spec-row .proj-spec-col {
    width: calc(33.33% - 21.334px);
}
.proj-spec-row:last-of-type .proj-spec-col:last-of-type {
    display: none; /* status hide for now... */
}
.proj-spec-row .proj-spec-col span {
    font-size: 14px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    line-height: 1.5;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.proj-spec-row .proj-spec-col p{
    font-size: 12px;
    font-family: 'Helvetica Neue';
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.proj-single-img {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
}
.proj-legacy-theme .proj-single-img-wrap .proj-single-img{
    display: none;
}
.proj-legacy-theme .proj-single-img-wrap .proj-single-img:first-of-type{
    display: block;
}
.proj-single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proj-single-img::before,
.proj-single-img::after{
    position: absolute;
    content: " ";
    width: 50%;
    height: 100%;
    top: 0;
    background: #ededed;
    transition: all 0.75s ease-in-out;
    opacity: 0;
}
.proj-single-img::before{
    right: 0%;
}
.proj-single-img::after{
    left: 0%;
}
.proj-single-img.visible::before,
.proj-single-img.visible::after{
    transition-delay: 1.5s;
    width: 0%;
}


/*** news page ***/
.news-list-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 0 0;
}
.news-list-wrap .kb-hm-news-flex{
    gap: 80px 32px;
}
.related-news-list {
    padding: 120px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.related-news-list h2{
    margin: 0;
}

/**** news detail page ****/
.news-single-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 32px;
    padding: 80px 0 120px;
    position: relative;
}
.news-single-wrap::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0px;
    width: calc(100% + 0px);
    height: 1px;
    background-image: radial-gradient(circle, #7a7a7a 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
}
.news-single-wrap::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background-image: radial-gradient(circle, #7a7a7a 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
}

.news-single-wrap .news-single-content {
    width: calc(50% - 16px);
}
.news-single-wrap .news-single-img {
    width: calc(50% - 16px);
    position: relative;
}
.news-single-wrap .news-single-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.6;
}
.news-single-wrap .news-single-img::before,
.news-single-wrap .news-single-img::after{
    position: absolute;
    content: " ";
    width: 50%;
    height: 100%;
    top: 0;
    background: #ededed;
    transition: all 0.75s ease-in-out;
    opacity: 0;
}
.news-single-wrap .news-single-img::before{
    right: 0%;
}
.news-single-wrap .news-single-img::after{
    left: 0%;
}
.news-single-wrap .news-single-img.visible::before,
.news-single-wrap .news-single-img.visible::after{
    transition-delay: 1.5s;
    width: 0%;
}
.news-single-content .kb-btn-holder {
    padding: 25px 0 0;
}
.kb-btn-holder:not(a.button) {
    padding: 0;
}

/**** About Page ****/
.abt-team-wrap {
    width: 100%;
}

.abt-grp .wp-block-column P:not(:last-of-type){
    margin-bottom: 32px;
}
.abt-team-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.abt-team-flex .abt-team-bx {
    width: calc(33.33% - 21.3334px);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.abt-team-bx .abt-team-img {
    width: 100%;
}
.abt-team-bx .abt-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}
.abt-team-content {
    width: 100%;
}
.abt-team-content span {
    display: block;
}
.abt-team-content .team-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 6px;
    border-bottom: 1px solid #F2F2F2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.abt-team-content .team-pos {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    padding: 4px 0 0;
    line-height: 1.5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.team-follow {
    margin: 0;
    padding: 12px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/*** accordion  ***/
.accordion-wrap {
    max-width: 780px;
}
.accordion-grp .acc-head{
    position: relative;
    cursor: pointer;
}
.accordion-grp .acc-head h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #7a7a7a;
    padding: 16px 24px 16px 0;
    margin: 0 0 0px;
    border-bottom: 1px solid #7a7a7a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.accordion-body {
    display: none;
    padding-top: 20px;
}
.accordion-grp:first-child .accordion-body{ display: block;}
.accordion-grp .acc-head.active h5{
     border-bottom: 1px solid #F2F2F2;
     color: #F2F2F2;
}
.accordion-body p:last-of-type{
    margin: 0 0 40px;
}
.acc-head .sign-arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 17px;
    transition: all 0.6s ease;
}
.acc-head .sign-arrow::before {
    position: absolute;
    content: "";
    background: #7a7a7a;
    width: 18px;
    height: 1.75px;
    z-index: 1;
    left: -8.25px;
    top: 8px;
}
.acc-head .sign-arrow::after {
    position: absolute;
    content: "";
    background: #7a7a7a;
    width: 1.8px;
    height: 18px;
    top: 0;
}
.acc-head.active .sign-arrow::before{
    background: #F2f2f2;
}
.acc-head.active .sign-arrow::after{
    background: #000;
}


/*** ***/

.abt-values-grp .wp-block-columns.our-values-cols {
    margin: 0 0 48px;
}
.abt-values-grp .wp-block-columns.our-values-cols:last-of-type {
    margin: 0;
}

.abt-grp, .abt-values-grp, .abt-partners-grp{
    position: relative;
}

.abt-grp::before, .abt-values-grp::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 1px;
    background-image: radial-gradient(circle, #7a7a7a 1px, transparent 1px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
}


/**** ***/

/**** accordion *****/
.accordian{margin:20px 0;padding: 0;}
.accordian > li{ margin-bottom: 15px; list-style: none;}
.accodian-title{padding:12px 50px 12px 30px; margin: 0; font-size: 26px; background-color:#f4f4f5;border-radius:0px; font-weight:200; position:relative; text-transform: initial; cursor: pointer;}
.accodian-title.active{background:#db1521;color: #FFF;}
.accodian-title.active::after{transform: rotate(45deg);}
.accodian-cnts{padding:20px 30px 20px;display:none;background: #fdfdfb; border: 1px solid #f5f5f5; color: #000; font-size: 19px;}
.accodian-cnts p:last-child { margin: 0; }
.accordion .accordion-grp:first-child .accodian-cnts{ display: block;}

.accodian-title .arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 3px solid #505052;
    border-bottom: 3px solid #505052;
    right: 24px;
    top: calc(50% - 10px);
    transition: all 0.6s ease;
    transform: rotate(-45deg);
}
.accodian-title.active .arrow{
    top: calc(50% - 4px);
    transform: rotate(135deg);
    border-color: #FFF;
}

/**** ****/
.pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 0;
    justify-content: center;
}
.pagination-wrapper nav.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.pagination-wrapper nav.pagination .page-numbers {
    padding: 6px 10px;
    border: 1px solid #444;
    line-height: 1;
    font-size: 16px;
    font-family: 'Helvetica Neue';
}
.pagination-wrapper nav.pagination a.page-numbers:hover{
    background: #e6e6e6;
    color: #444;
}
.pagination-wrapper nav.pagination .page-numbers.current {
    background: #FFF;
    color: #000;
}

/**** Contact Page ****/
.contact-page-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page-wrap .contact-address { width:50%; max-width:420px; padding-right:20px; padding-bottom:0px; }
.contact-page-wrap .contact-form { width:50%; max-width: 420px; padding-left: 20px; padding-top: 0px; }
.contact-address .address-txt p:last-of-type{
    margin: 0;
}
.contact-address .address-txt figure{
    padding: 32px 0 0;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="file"], .contact-form input[type="email"], .contact-form input[type="date"], .contact-form input[type="password"], .contact-form textarea, .contact-form select{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E7E1DA;
    color: #E7E1DA;
    padding: 10px 0px;
}
.contact-form select option {
    background: #E7E1DA;
    color: #33312e;
    border: none;
    padding: 6px 10px;
}
.contact-form label{
    font-size: 12px;
}
.contact-form  .captcha-Txt {
    display: inline-block;
    font-size: 12px;
    max-width: 260px;
    margin: 20px 0 6px 0px;
}
.contact-form .btn-field p br {
    display: none;
}
.contact-form .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}
.contact-form .wpcf7-form.invalid .wpcf7-not-valid-tip,
.contact-form .wpcf7-form .wpcf7-not-valid-tip{
    font-size: 14px;
    padding: 4px 10px;
    background: #dc3232;
    width: fit-content;
    max-width: 100%;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    margin: -5px 0 0;
}
.contact-form .wpcf7-form.invalid .wpcf7-not-valid-tip::before,
.contact-form .wpcf7-form .wpcf7-not-valid-tip::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #dc3232;
    transform: rotate(45deg);
    left: 10px;
    top: -4px;
}


/*=============== END ==================== */

/****** *******/

.ctp-cols.wp-block-columns {justify-content: space-between; gap: 60px;}
.ctp-cols.wp-block-columns > .ctp-col1 {width: 100%; max-width: 780px; flex-basis: 780px; flex-grow: 0;}
.ctp-cols.wp-block-columns > .ctp-col2 {width: 100%; max-width: 1080px; flex-basis: 1080px; flex-grow: 0;}

.ct-ctform .wpcf7 {margin-top: 40px;}
.ct-ctform .wpcf7 p {position: relative;}
.ct-ctform input[type="submit"] {margin: 0; padding-right: 30px;}
.ct-ctform form > p:last-of-type {margin: 0;}
.ct-ctform input[type="submit"] + span + span.btn-icon {top: 14px;}

body.privacy-policy .wp-block-columns, body.page-id-75 .wp-block-columns {width: 100%; max-width:904px;}
body.privacy-policy .innerdefault_page_s_inner p + h4, body.page-id-75 .innerdefault_page_s_inner p + h4 {margin-top: 40px;}
body.privacy-policy .innerdefault_page_s_inner ul, body.privacy-policy .innerdefault_page_s_inner ol, body.page-id-75 .innerdefault_page_s_inner ul, body.page-id-75 .innerdefault_page_s_inner ol {padding: 20px 0 35px 60px;}

@media (max-width: 991px)
{
	.ctp-cols.wp-block-columns {align-items: center !important;}
	.ct-gmap iframe {height: 570px;}
}

@media (max-width: 767px)
{
	.ctp-cols.wp-block-columns {gap: 40px;}
	.ctp-cols.wp-block-columns > .ctp-col1, .ctp-cols.wp-block-columns > .ctp-col2 {width: 100%; max-width: 100%; flex-basis: 100%;}
}

@media (max-width: 575px)
{
	.ct-gmap iframe {height: 223px;}
}

.kb-container.filter-all .projects-legacy-wrap, .kb-container.filter-complete .projects-legacy-wrap  {display: block;}
.kb-container.filter-coming-soon .projects-legacy-wrap, .kb-container.filter-under-construction .projects-legacy-wrap {display: none;}
