/* @font-face {
    font-family: "Roustel";
    src: url('Roustel.ttf');  
    font-weight: normal;  
} */


body,
html {
  color: #000000;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
	

}

div#main-content {
    padding-top: 100px;
    background: #3E2420 !important;
}

.home div#main-content{
	background: transparent !important;
	padding-top:0 !important;
}
.bold-font{
	font-weight:bold !important;
}
p.normal-font{
	font-weight:normal;
  
}

a{
	color:#000;
      font-family: "Funnel Sans", sans-serif;
}
a:hover {
  opacity: 1;
	color:#000;
	text-decoration:none;
}


h3
h4,
h6 {
	  font-family: "Funnel Display", sans-serif;
	
}
p, h3, h5{
     color:#000;
	   font-family: "Funnel Sans", sans-serif;
}
h2{
	 font-family: "Vina Sans", sans-serif;
}
h1{
font-family: "Vina Sans", sans-serif;
/* 	 color:#fff; */
	    font-size: 80px;
}
.et_pb_section h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: normal;
   
}

.et_pb_section.page-banner h2{
	background:#3E2420;
}
h5{
    font-size: 20px;
    font-weight: normal;
}
p{
	font-size:20px;
	line-height:27px;
	font-weight:normal !important;
	margin-bottom:0;
	color:#000;
	
	
}
.page-banner p{
		font-size:22px;
	line-height:30px;
}
h4{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
h3{
    font-size: 40px !important;
    font-weight: normal;
}

.secondary-font {
    font-family: "Roustel";
    font-weight: normal;
/*     color:#6F9582; */
    font-size: 65px;
	    letter-spacing: -2.1px;
	font-style:normal;
}

#main-content .text-secondary-color {
    color: #6F9582 !important;
}

.text-white{
	color:#fff;
}
a.actionbtn{
    font-size: 18px;
    line-height: 24px;
    font-weight:500;
    background:#fff;
	
    color:#3E0B04 !important;
    padding: 10px 30px;
margin-top:2%;
	border:1px solid #fff;
	display:inline-block;
	text-transform:uppercase;
}

.et_pb_section.secondary-bg a.actionbtn{
	 color:#6F9582 !important;
}

.et_pb_section.secondary-bg a.actionbtn:hover{
	 color:#fff !important;
}

a.actionbtn.scondary-btn{
	background:#6F9582;
	color:#fff !important;
}

a.actionbtn.scondary-btn:hover{
	background:#755A3D !important;
}

a.actionbtn:hover{
	text-decoration:none;
     background:#866255;
    color:#fff !important;
	border-color:#866255;
}
.group-btn .actionbtn{
    margin: 0 1%;
}

a.actionbtn-secondary{
    font-size: 18px;
    line-height: 24px;
    font-weight:600;
    background:#fff;
    color:#000;
    padding: 10px 30px;
border-radius:10px;
}
.et_pb_module .mobile_menu_bar:before{
	color:#fff !important;
	background-image:url(/wp-content/uploads/2025/12/menu-bar.svg);
}


.small-font{
	font-size:17px;
}
.actionbtn-secondary:hover{
	text-decoration:none;
     background:#0157B8;
    color:#fff;
}


.actionbtn:hover{
	text-decoration:underline;
}

.twobtnsec {
    display: flex;
}
.twobtnsec .underlinebtn{
    margin-right: 15px;
}
.underlinebtn{
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}
.underlinebtn:hover{
    color:#866255 !important;
}

.short-row.et_pb_row {
    width: 60% !important;
	max-width:100% !important;
}

.et_pb_row{
	   width: 80% !important;
	max-width:100% !important;
	margin:0 auto !important;
}

.medium-row.et_pb_row{
	width:70% !important;
	max-width:100% !important;
	margin:0 auto !important;
}


.large-row.et_pb_row{
	width:80%;
	max-width:100%;
	margin:0 auto
}

.fullwidth-row{
	width:100% !important;
	max-width:100% !important;
	margin: 0 auto;
}


.fullwidth-img span{
	width:100%;
	
}
.fullwidth-img span img{
	width:100%;
}



.text-bold{
	font-weight:bold !important;
}

.p-font-small-sec p{
	font-size:16px;
	line-height:20px;
}

.black-background{
	background:#000000;
}

.black-background a, .black-background p, .black-background *{
	color:#fff;
}

.white-text-background{
	color:#fff;
}
.white-text-background  *{
	color:#fff;
}

.text-underline{
	text-decoration:underline;
	   text-decoration-thickness:from-font !important;
	
}

.secondary-background{
	background:#000!important;
	background-color:#000!important;
}
.secondary-background *{
	color:#fff!important;
}




.et_pb_row.alter-row {
    display: flex;
}

.alter-row .et_pb_column {
    margin: 0 !important;
    width: 50% !important;
    display: table-cell;
}
.alter-image {
    position: relative;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 10%;
}
.alter-text {
    position: relative;
    right: 100%;
}

.flex-verticle-center{
    display: flex;
    align-items: center;
}
.fullwidth-image span.et_pb_image_wrap{
	width:95%;
}

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

input, textarea{
    border:1px solid #000 !important;
}

input::placeholder,
textarea::placeholder
{
    color:#000 !important;
    
}

.contact-cta .gform_button,
.signupcta  .gform_button
{
    background:#866255 !important;
    color:#fff !important;
    padding:8px 30px !important;
    border-radius: 0px;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 600;
	border:none !important;
	text-transform:uppercase;
}
/* .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
 align-items: center !important;
    justify-content: center;
}
 */
.contact-cta .gform-body input,
.contact-cta .gform-body textarea
{
    background: transparent;
    border:1px solid #866255 !important;
    color:#fff !important;
    
}
.contact-cta .gform-body input::placeholder ,
.contact-cta .gform-body textarea::placeholder 
{
     color:#fff !important;
}

.secondarybg.contact-cta .gform-body input::placeholder ,
.secondarybg.contact-cta .gform-body textarea::placeholder 
{
     color:#3E2420 !important;
}
.contact-cta .gform-footer{
    align-items: left !important;
}


.secondarybg.contact-cta .gform-body input,
.secondarybg.contact-cta .gform-body textarea
{
    color:#866255 !important;
    
}
.signupcta input{
    background: transparent;
    border:0 !important;
    border-bottom: 1px solid #866255 !important;
    color:#866255 !important;
}
.signupcta input::placeholder{
     color:#866255 !important;
}

.primarybg.signupcta input{
	color:#E6DFD6 !important;
}
.primarybg.signupcta input::placeholder{
	color:#E6DFD6 !important;
}
.signupcta form{
    display: flex;
    align-items: flex-start;;
}
.signupcta  .gform-body.gform_body {
    width: 74%;
}
.signupcta  .gform-footer.gform_footer{
    width:200px;
    margin-left:30px !important;
    padding-top: 0;
}
/*** header **/
header.et-l.et-l--header {
    position: absolute;
    width: 100%;
	z-index:7;
}
.custom-header .et-menu a{
	color:#fff !important;
	font-size:20px;
}
.custom-header .et_pb_menu__menu{
	justify-content:flex-end !important;
}
.custom-header .et_pb_menu .et_pb_menu__wrap{
	justify-content:flex-end !important;
}
.custom-header{
    padding: 0 !important;
	background:transparent !important;
}


.et_pb_section.secondary-bg{
    background: #6F9582;
    
}
.et_pb_section.secondary-bg *{
    color:#fff !important;
}


.home-banner:after{
           content: "";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto !important;
}

.text-center-sec *{
    text-align: center;
}


.custom-header .et-menu .border-menu a{
    border:1px solid #fff;
    padding: 7px 20px;
    font-size: 17px;
}
.custom-header .et-menu .border-menu a:hover{
	background:#6F9582;
	border-color:#6F9582;
}
.custom-header .et-menu li{
    margin-left:2% !important;
}
.custom-header .et-menu li a{
    padding: 7px 10px;
    font-size: 20px;
}
.custom-header .et_pb_menu_inner_container, 
.custom-header .et_pb_menu__wrap,
.custom-header .et_pb_menu__menu,
.custom-header .et-menu-nav
{
    display: block !important;
}
.et-menu-nav ul{
  display: flex;
    width:100%;
    justify-content: flex-end !important;
    align-items: center !important;
}

h4.text-secondary-color {
    color: #CCB78F;
}



/**** footer ***/

.footer-top .et_pb_module{
    margin-bottom: 20px !important;
}
/* .custom-footer .et_pb_row{
    width:100% !important;
    padding-left:25%;
    margin:0 !important;
    padding-right:15%;
} */

.custom-footer h4{
    margin-bottom: 0;
}
.custom-footer p{
    font-size: 18px;
    line-height: 20px;
}
.custom-footer ul {
    padding:0;
}
.custom-footer ul li{
    list-style: none;
    font-size: 16px !important;
    padding-bottom: 5px;
}
.custom-footer .et_pb_row{
    padding-bottom: 0;
    padding-top: 0;
}
.custom-footer ul li svg{
    padding-right:5px;
    color:#CCB78F;
}
footer *{
    text-transform: uppercase;
    font-size: 15px !important;
	color:#E6DFD6 !important;
}

footer  h4{
    font-size: 18px !important;
	font-weight:600;
}
.footer-top .et_pb_module{
	margin-bottom:0 !important;
}
/* .custom-footer ul li svg path{
    fill:#CCB78F;
} */
.border-top-sec {
    border-top:1px solid #CCB78F;
    padding-top: 10px;
}

.footer-middle .et_pb_column{
    border-top:1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
     border-bottom:1px solid #fff;
}
.footer-middle .et_pb_module{
    margin-bottom: 0 !important;
}
.footer-middle p{
 font-family: "Libre Baskerville", serif;
	font-style:italic;
}
.footer-middle .et_pb_text_inner{
    display: flex;
    align-items: center;
}
.footer-middle  *{
    font-size: 18px;
    
}
.footer-middle ul{
    margin-bottom: 0;
    width:100%;
}
.footer-middle p{
    width:200px;
}
.footer-middle li{
    display: inline-block;
    margin-left:5%;
}
.custom-footer .et_pb_menu__wrap li{
    display: block !important;
    
}
.custom-footer .et_pb_menu__wrap li a{
    padding-bottom: 0 !important;
	color:#E6DFD6 !important;
}
.custom-footer ul#menu-footer-menu{
    display: block !important;
}
.custom-footer nav.et-menu-nav{
    display: block !important
}

.custom-footer .et_pb_menu__menu{
       display: block !important
}

.custom-footer .et_pb_menu__wrap{
      display: block !important
}
.custom-footer .et_pb_column--with-menu .et_pb_module
{
    margin-bottom: 0 !important;
}

.footer-bottom{
    padding-top: 1% !important;
}
.hide-desktop-logo{
	display:none;
}

 .mobile_menu_bar:before {
 
    content: " " !important;
}

.banner-overlay:before{
        content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0 0 0 / 12%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.home-page-banner-sec .slick-slide:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #3e0b040d;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/*** design intent css **/

.et_pb_section.home-page-banner-sec{
    padding:0 !important;
    
}
.home-page-banner-sec .et_pb_row{
    padding-top: 0;
	padding-bottom:0;
}
.home-page-banner-sec .slick-slide{
    padding: 3% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-header .header-col-1 img{
    width:200px !important;
}
.custom-header .et_pb_menu__menu{
    display: none !important;
}
.custom-header .et_mobile_nav_menu{
    display: block;
}

.custom-header .et_pb_module{
    margin-bottom: 0 !important;
}
.header-col-2{
    display: flex;
    justify-content: flex-end;
}
.header-col-2 .et_pb_menu  {
    margin-left:30px;
}
header .et_builder_inner_content{
	z-index:1;
}
.custom-header .et_pb_row{
    display: flex;
    align-items: center;
}
.et_pb_module .mobile_menu_bar:before{
    top:-8px;
    font-size: 65px;
}

/* ul.et_mobile_menu{
    width:300px;
    left:-380%
}
.et_mobile_menu li{
	list-style:none !important;
} */
.home-slider-text{
    position: absolute;
    top:30%;
    left:0;
    right:0;
}
ul.et_mobile_menu{
    display: block;
    float: left;
    width: 100%;
    position: unset;
    background: transparent;
	border-top:0 !important;
	padding:0 !important;
}

ul.et_mobile_menu li{
	list-style:none !important;
	padding-bottom:2%;
	
	}

.et_pb_module.et_pb_menu .et_mobile_menu{
	display:none !important;
}
.home-slider-text * {
    color:#fff;
}

.home-page-banner-sec h2{
	font-family: "Funnel Sans", sans-serif;
	padding-bottom:0;
}
.home-slider-text .et_pb_column:nth-child(2){
    padding-top: 20%;
}

.primarybg{
	background:#3E2420;
	background-color:#3E2420 !important;
}
.primarybg *{
color:#EFE3D8;
}
.secondarybg{
	background:#E6DFD6 !important;
}
.secondarybg *{
color:#3E2420 ;
}
.secondary-text-color {
	color:#866255;
}
.text-to-left{
    margin-left: -30%;
}
.text-to-top{
    margin-top:-12%;
}
.choose-row .et_pb_text_inner {
    width: 800px;
}
.choose-row {
    padding-right: 20%;
	transition: 0.3s all ease-in-out;
}
.choose-row   h5{
    border-bottom: 1px solid #3E2420;
}
.small-image .et_pb_image_wrap {
    height:600px;
}

.small-image img{
    height:100%;
	object-fit:cover;
}

.mt-20{
    margin-top: 20%;
}
.outline-bottom-image:before{
    content:"";
    position: absolute;
 
    outline:3px solid #866255;
    outline-offset: 15px;
    height:90%;
    width:90%;
    bottom:-2%;
    left:-3%;
	transition:0.3s ease-in-out

}

.outline-bottom-right-image:before{
   content: "";
    position: absolute;
    outline: 3px solid #866255;
    outline-offset: 15px;
    height: 90%;
    width: 84%;
    bottom: -3%;
    right: 3%;

}

.outline-top-right-image:before{
   content: "";
    position: absolute;
    outline: 3px solid #866255;
    outline-offset: 15px;
    height: 90%;
    width: 80%;
    top: -2%;
    right: 3%;

}

.fullwidth-image.outline-top-right-image:before {
    content: "";
    position: absolute;
    outline: 3px solid #866255;
    outline-offset: 15px;
   height: 90%;
    width: 81%;
    top: -2%;
    right: 0%;
}
.banner-large-text h1{
    font-size: 200px;
    line-height: 100px;
    letter-spacing: -4.8px;
color: #866255;
text-transform: uppercase;
    text-align: center;
    margin-top: 4%
}
/* 
.experience-scroll .et_pb_column .et_pb_module{
    width:45% !important;
    margin-left: 5%;
   
}

.experience-scroll .et_pb_column{
 display: flex;
    flex-flow: wrap;
} */

.sticky-text .et_pb_blurb_description{
    position: absolute;
    top:-20%;
    right:20%;
	z-index:27;
}
.sticky-text .et_pb_blurb_description p{
    display: flex;
    justify-content: center;
     font-family: "Vina Sans", sans-serif;
        font-size: 7rem;
    line-height: 5rem;
/*     align-items: ; */
}
span.exp-text{
     font-size:70px;
    line-height: 70px;
    padding-left:10px;
	text-transform:uppercase;
}
.experience-scroll  .et_pb_blurb_content{
    text-align: left;
    margin: 0;
}
.experience-scroll sup{
    font-weight: bold;
    
}
.experience-scroll .et_pb_blurb_content {
    width: 100% !important;
    max-width: 100%;
}

.projectWrap .project-sec{
    height:750px;
    position: relative;
}
/* .projectWrap .project-sec:before{
       content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(63,36,32,0.32);
    height: 100%;
    width: 100%; */


.projectWrap .project-sec:hover{
    
}
.projectSlider .slick-slide {
    padding: 0 3px;
}
.projectWrap .project-sec img{
    height:100%;
    object-fit: cover;
}
.project-text {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
}
.project-text a{
    width:100%;
    text-align: center;
	display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.projectWrap .project-text img{
    width: 40px;
    height: 15px;
    object-fit: contain;
    margin: 0 auto;
}
.project-text *{
    color:#fff !important;
}
.project-text{
    
}


/** page **/
.page-banner{
	padding-bottom:0 !important;
}
.page-banner:before{
      content: "";
    position: absolute;
    background: #fff;
    height: 78%;
    width:1px;
    bottom: -3%;
    left: 10%;
    
}
.page-banner .et_pb_row:first-child .et_pb_text_inner {
    padding-right: 20%;
}
/*** protfolio listing **/
.projectlists{
    display: flex;
    flex-flow: wrap;
}
.project-list {
    width: 33%;
    margin: 30px 2px;
}

.project-list-text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.project-page-wrap {
    height: 650px;
    position: relative;
}

.project-page-wrap img {
    height: 100%;
    object-fit: cover;
	width:100%;
}

.project-list-text * {
    color: #fff !important;
}
   

.project-list-text img{width: 40px;
    height: 15px;
    object-fit: contain;
    margin: 0 auto;
}
.project-page-wrap:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(63, 36, 32, 0.32);
    height: 100%;
    width: 100%;
    
}

.project-list h3 {
    font-size: 20px !important;
    color: #866255;
   
    padding-top: 10px;
}
.project-list-text a{
    width: 100%;
    text-align: center;
}
.project-page-wrap h3{
	font-size:40px !important;
}
.banner-scroll-down-row{
    padding: 0;
}

.banner-scroll-down p {

   writing-mode: vertical-rl;
    margin-left:-5%;
    margin-bottom: 5px;
	font-size:16px;
	transform:rotate(180deg);
}

.banner-scroll-down-row {
    padding: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left:10%;
}
.banner-large-text h1{
    opacity: 0.6 !important;
}
.page-banner .et_pb_row:nth-child(2):hover .banner-large-text h1 {
    color:#866255;
    opacity: 1 !important;
}


/** single project **/
.single-height-images .et_pb_image_wrap {
    height:400px;
	width:100%;
}

.single-height-images .et_pb_image_wrap  img{
    height:100%;
	width:100% !important;
    object-fit: cover;
}

.single-two-images{
    display: flex;
}

.single-two-images .et_pb_column:first-child .et_pb_image_wrap {
    height:800px;
}
.single-two-images .et_pb_column:first-child .et_pb_image_wrap img,
.single-two-images .et_pb_column:last-child .et_pb_image_wrap img
{
    height:100%;
    object-fit: cover;
}


.single-two-images .et_pb_column:last-child .et_pb_image_wrap {
    height:375px;
}


        .project-stats-wrap {
           margin-top: -20%;
            position: relative;
        }

        .project-stats-box {
           background: #3E0B04;
    color: #fff;
    padding: 20px 10% 20px 5%;
    max-width: 480px;
    position: relative;
    z-index: 4;
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
            
        }

.project-stats-box:before{
      content: "";
    position: absolute;
    outline: 2px solid #3E0B04;
    outline-offset: 15px;
    height: 90%;
    width: 80%;
    bottom: 0%;
    right: 0%;
    z-index: -1;
}

        .project-stats-box p {
            margin: 12px 0;
            font-size: 16px;
            line-height: 1.5;
            border-bottom: 1px solid rgba(255,255,255,0.15);
            padding-bottom: 8px;
        }

        .project-stats-box p:last-child {
            border-bottom: none;
        }

       .stats-title {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    writing-mode: vertical-rl;
    /* transform: rotate(180deg); */
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #866255;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Funnel Sans", sans-serif;
}
.stats-left {
    width: 95%;
}

.projects.type-projects{
	background:#E6DFD6 !important;
}

.projects.type-projects .secondarybg .et_pb_section{
	background:#E6DFD6 !important;
}

.project-stats-box  p{
    color:#E6DFD6;
    font-style: italic;
}

.project-stats-box strong{
    color:#866255;
    font-style: normal;
}

/**** blog **/
/* TOP ROW */
.cb-top-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.cb-top-left {
      width: 50%;
  
    padding-right: 30px;
}

.cb-top-left img {
    width: 100%;
 
    margin-bottom: 15px;
}

.cb-top-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
	
}

.cb-small-horizontal {
    display: flex;
    gap: 15px;
  
}

.cb-small-horizontal img {
}

/* GRID */
.cb-grid {
   
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 60px;
    border-top: 2px solid #D7CBC1;
    margin-top: 60px;
}

.cb-post *{
    color:#866255;
}

#cb-results *{
	color:#866255;
}

/* SEARCH */
.cb-search-bar input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

/* FILTERS */
.cb-filters {
    margin: 20px 0;
}

.cb-filter-btn {
    padding: 6px 14px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.cb-filter-btn.active {
    background: #000;
    color: #fff;
}

/* GENERAL */
.read-more {
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.read-more {
	color:#000 !important;
}
.cb-small-img{
      width: 300px;
    height: 200px;
}

.cb-small-img img{
    height:100%;
    object-fit: cover;
}
.cb-small-content a.read-more:hover{
    padding-left: 5px;
    transition:0.3s all ease-in-out;
    color:#866255 !important;
}

.cb-small-content a.read-more{
    transition:0.3s all ease-in-out;
}
.top-bar {
    display: flex;
}
.cb-search-bar {
    width:500px;
}
.cb-search-bar input{
    border:1px solid #866255 !important;
    background: transparent;
    border-radius: 20px;
    color:#866255 !important;
}
input::placeholder{
     color:#866255 !important;
}

.top-post-image{
height:500px;
    margin-bottom: 10px;
}

.top-post-image img{
    height:100%;
    object-fit: cover;
    width:100%;
}
.cb-filters {
    width: 100%;
  float: right;
    text-align: right;
}

.cb-filters .cb-filter-btn{
      border:1px solid #866255 !important;
    background: transparent;
    color:#866255 !important;
}

.top-blog-text{
    display: flex;
    align-items: center;
}
.top-blog-right-text {
    text-align: right;
	width:300px;
}

.top-post-image, .cb-small-img, .post-image{
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}
.top-post-image img,
.cb-small-img img,
.post-image img
{
       transition: 0.3s all ease-in-out;
}
.top-post-image:hover img,
.cb-small-img:hover img,
.post-image:hover img
{
    transform:scale(1.04);
    
}
#custom-blog-wrapper a.actionbtn{

    padding: 7px 10px;
    
}

.top-blog-right-text{
    margin-left: 20px !important;
}

#custom-blog-wrapper h3{
    font-size: 20px !important;
    font-style: italic;
    margin-bottom: 0;
}
.top-blog-left-text {
    width: 100%;
}
.cb-grid  .post-image{
    height:350px;
    margin-bottom: 10px;
}
.cb-grid  .post-image img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.primarybg.signupcta .et_pb_row{
	border-bottom:2px solid #866255;
	padding-bottom:100px;
}
/** blog **/
.single-blog-text p {
    font-size: 18px;
    line-height: 23px;
}
.single-blog-text li{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 10px;
}

.single-blog-text ul{
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
	padding-top:5px !important;
}
.single-blog-text h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 0;
     font-family: "Funnel Sans", sans-serif;
}
.single-blog-banner {
    padding:20% 0 0% !important;
	margin-bottom:30px;
}
.single-blog-banner *{
    color:#fff;
    
}
.single-blog-text span.et_pb_image_wrap {
    height:900px;
}

.single-blog-text span.et_pb_image_wrap  img{
    height:100%;
    object-fit: cover;
}
.single-blog-banner h1{
      font-family: "Funnel Display", sans-serif;
    font-size: 50px;
    width:880px;
}
.single-blog-banner:before{
      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(63 36 32 / 56%);
    height: 100%;
    width: 100%;
    
}

.single-blog-text .et_pb_section{
	background: #E6DFD6;
	padding-top:0 !important;
}
.post-backnav{
    text-align: center;
}

.post-backnav a{
    color:#866255 !important;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.border-top-row{
   border-top:50px;
    border-top:1px solid #866255;
}

.post-backnav{
    text-align: center;
}

.post-backnav a{
    color:#866255 !important;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}
.post-backnav a:hover{
    color:#b7b2aa !important;
}
.border-top-row{
   border-top:50px;
    border-top:1px solid #866255;
}

.single-meta h3{
    font-size: 20px !important;
    color:#866255;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-meta  *{
      color:#866255;
    font-weight: 500 !important;
}

.single-meta .et_pb_row{
    padding-bottom: 0 !important;
}
.single .post{
    margin-bottom: 0
        
}

.single-post #left-area-fullwidth {
    background: #E6DFD6;
}


/*** who we are page **/
.num-text-sec {
    display: flex;
    align-items: center;
    
}
.num-text-sec {
    
}
.num-text-sec {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}

.num-text-sec:hover {
    transform: translateY(-8px); /* adjust height as you like */
}

.num-col{
    margin-right: 30px;
}
.num-col span{
    font-size: 14px;
    font-weight: bold;
    color:#B6A196;
}
.num-text-sec:hover .num-col *{
	 color:#866255;
}
.num-col *{
      color:#B6A196;
}
.num-col{
   display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.num-col p{
    display: none;
}

.num-col h4{
    font-size: 100px;
    line-height: 80px;
     font-family: "Vina Sans", sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

.num-text-sec .text-col h4{
      border-bottom: 1px solid #B6A196;
    font-weight:normal; 
}
.num-text-sec .text-col p{
    font-size: 16px;
    line-height: 24px;
}


.what-we-do-points .et_pb_column:first-child{
    margin-top: -6%;
}
.what-we-do-points .et_pb_column:last-child{
    margin-top: 4%;
}

button.read-more-button {
    background: transparent;
    border: 0;
}
.fullwidth-image img,
.customblurb-image img
{
	transition:0.3s all ease-in-out;
}

/* .reveal {
  font-family: monospace;
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;


  animation: revealText 1.5s ease forwards;
  max-width: 0; 
}

.cursor {
  margin-left: 3px;
}


@keyframes revealText {
  from { max-width: 0; }
  to   { max-width: 200px; } 
} */

.home-slider-text .et_pb_text_inner {
  font-family: monospace;
  display: inline-block;
}

/* Wrapper */
.text-slide-left {
  position: relative;
  display: inline-block;
}


/* Text hidden initially */
/* .home-slider-text .text {
  display: inline-block;
  position: relative;
  clip-path: inset(0 100% 0 0);
  animation: revealOnLoad 1.7s ease forwards;
  animation-delay: 0.7s; 
} */

/* Cursor starts at left */
/* .home-slider-text .cursor {
  position: absolute;
  left: 0;
  top: 0;
  animation: moveCursorOnLoad 1.7s ease forwards;
  animation-delay: 0.7s;
	font-size:60px;
	line-height:70px;
}
 */
/* Reveal text animation */
@keyframes revealOnLoad {
  0% { clip-path: inset(0 100% 0 0); }
  90% { clip-path: inset(0 0% 0 0); }
  100% { clip-path: inset(0 0% 0 0); } /* stay fully revealed */
}

/* Cursor animation */
@keyframes moveCursorOnLoad {
  0% { left: 0; }
  90% { left: 6ch; }
  100% { left: 6ch; } /* stay at end */
}

/* Hover animation — same as above, resets first */
/* .home-slider-text .et_pb_text_inner:hover .text {
  animation: revealHover 1.5s ease forwards;
}

.home-slider-text .et_pb_text_inner:hover .cursor {
  animation: moveCursorHover 1.5s ease forwards;
} */

/* Hover keyframes */
@keyframes revealHover {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0% 0 0); }
}

@keyframes moveCursorHover {
  0% { left: 0; }
  100% { left: 6ch; }
}

/* Reset text & cursor after load animation */
/* .text-slide-left .text, .text-slide-left .cursor {
  animation-fill-mode: forwards;
} */



.team-content{
    display: flex;
	padding-top:15px;
}
.team-info {
    width: 100%;
}
.team-info h4{
    font-size: 24px;
    color:#fff !important;
    padding-bottom: 0;
}

.team-info h5
{
    font-size: 20px;
    color: #866255;
    font-weight: 500;
}




/* Popup */
.modal {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background:#9C8F8D !important;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background:#E6DFD6 !important;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 1200px;
    position: relative;
	height:750px;
	overflow:scroll;
}
.modal-content *{
	 color:#3E2420 !important;
}
 .et_pb_section.modal-open {
    z-index: 0 !important;
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 28px;
    cursor: pointer;
}

.popup-grid {
    display: flex;
    gap: 20px;
}

.left-column {
    width: 40%;
	margin-right:4%;
	text-align:left;
}
.left-contact-info {
    padding-top: 10px;
}
.left-contact-info li{
    margin-bottom: 0 !important;
}
.left-contact-info li strong{
    font-weight: 600;
}
.left-contact-info.for-mobile{
		display:none;
	}
.right-column {
    width: 55%;
    text-align: left;
	padding-top:9%;
}
.right-column h3:first-child{
	display:none;
}
#modal-details .right-column h3:first-child{
	display:block;
}
.popup-grid li {
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.team-contact-info {
    list-style: none;
    padding: 0;
}
#teamMemberModal ul{
	margin-bottom:0;
	padding-bottom: 0;
}

.team-contact-info  li {
    margin-bottom: 10px;
}
#teamMemberModal ul{
	padding-left:0;
}
#teamMemberModal p, #teamMemberModal li
{
	font-size: 16px;
    line-height: 24px;
	color:#3E2420 !important;
	font-weight: 400;
}
#teamMemberModal  h3 {
    font-size: 18px !important;
	font-weight:600;
}
.cta-sec{
	z-index:1;
}
#teamMemberModal h2{
	
	color:#866255 !important;
padding-bottom: 0;
    margin-bottom: 0;
	font-weight:normal;
	    text-transform: uppercase;
}
#teamMemberModal h4{
	color:#866255 !important;
    font-size: 20px;
    font-weight:medium;
	font-family: "Funnel Display", sans-serif;
}

.right-column h3{
   padding-top: 20px;
    padding-bottom: 0
}

.team-member-slider-sec {
	z-index:3;
}
.page.et_pb_pagebuilder_layout #main-content{
	position:relative;
	z-index:4;
}

.left-contact-image {
    height:500px;
    
}

.left-contact-image  img{
    height:100%;
    width:100%;
    object-fit:cover;
	object-position:top;
}

ul.team-contact-info {
	display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
}
ul.team-contact-info li:last-child {
    width: 100%;
    text-align: right;
}

.favourite-sec{
    background: #3E2420;
    margin-top: 30px;
    padding:20px;
	display:none;
    
}

.favourite-sec *{
    color:#fff !important;
    
}

#teamMemberModal .favourite-sec h4{
    color:#fff !important;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #866255;
    
}
#teamMemberModal .favourite-sec h4:last-child
{
    border-bottom: 0;
}

#teamMemberModal .favourite-sec h4 strong{
    font-size: 18px;
    padding-right:5%;
}

/* Container for the rotating word */
#rotating-word ,#rotating-word-r {
  display: inline-block;
  position: relative;
  height: 1em; /* keeps height stable during animation */
  overflow: hidden;
    width:200px;
}

/* Word animation */
#rotating-word span ,
#rotating-word-r span
{
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
	color:#866255;
  animation: slideUp 0.6s ease forwards;
}

/* Keyframes for slide-up animation */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}



/* #scroll-controlled-slider {
    position: relative;
}
 */
/* Smooth slide transition */
/* #scroll-controlled-slider .slick-slide {
    transition: transform 0.6s ease, opacity 0.6s ease;
}
 */


/** home smooth scroll sec **/
.experience-scroll .exp-scroll-img-1{
    padding-right:30%;
    padding-bottom: 30%;
    z-index: 9;
}
.experience-scroll .exp-scroll-img-1 img{
    position: relative;
    z-index: 2;
}

.experience-scroll .exp-scroll-img-1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 55%;
    background: #fff;
    top: -15%;
    right:0%;
    z-index: 1;
}





.experience-scroll .exp-scroll-img-1:after {
   content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #fff;
    bottom: 60%;
    right: 0%;
    z-index: 1;
}

.experience-scroll .exp-scroll-img-2{
    padding-top: 15%;
    padding-left:5%; 
    padding-bottom: 30%;
}
.experience-scroll .exp-scroll-img-3 {
	padding-bottom:5%;
}
.experience-scroll .exp-scroll-img-3 img{
    position: relative;
    z-index: 2;
}

.experience-scroll .exp-scroll-img-3:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #fff;
    top: -75%;
    left: 15%;
    z-index: 1;
	
}

.experience-scroll .exp-scroll-img-3:after {

background:url(/wp-content/uploads/2025/12/line-3.svg);
background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
   width: 150%;
    height: 100%;
    bottom: -31%;
    right: -600px;
    z-index: 1;
}


.experience-scroll .exp-scroll-img-4{
    padding-top:5%;
    position: relative;
    z-index: 2;
	padding-right:23%;
}
/* .experience-scroll .exp-scroll-img-4 img{

    z-index: 2;
}
.experience-scroll .exp-scroll-img-4:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20%;
    background: #fff;
    top: -2.3%;
    right: 31.9%;
    z-index: 1;
} */



.experience-scroll .exp-scroll-img-5 img{
	height:400px;
	object-fit:cover;
}
.experience-scroll .exp-scroll-img-5 {
    padding-top: 16%;
    padding-bottom: 10%;
    padding-left: 5%;
/* 	padding-right:18%; */
	padding-right:43%;
	margin-bottom:0 !important;
}

.experience-scroll .exp-scroll-img-5:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 1px;
    background: #fff;
    top: 0%;
    left: 0%;
    z-index: 1;
    
}

.experience-scroll .exp-scroll-img-5:after {
       content: '';
    position: absolute;
    width: 160%;
    height: 1px;
    background: #fff;
    bottom: 0%;
    left: 0%;
    z-index: 1;
    
}

.experience-scroll .exp-scroll-img-6 {
    padding-left: 30%;
    padding-top: 0%;
}

.experience-scroll .exp-scroll-img-7 {
    padding-bottom: 8%;
    padding-top: 20%;
	padding-right: 8%;
}

.experience-scroll .exp-scroll-img-8 {
    padding-bottom: 15%;
    padding-top: 20%;
	padding-left: 8%;
}


.experience-scroll .exp-scroll-img-9 .et_pb_image_wrap {
	height:500px;
}
.experience-scroll .exp-scroll-img-9 .et_pb_main_blurb_image img{
	height:100%;
	object-fit:cover;
}
.experience-scroll .exp-scroll-img-10 {
    padding-bottom: 10%;
    padding-top: 25%;
	padding-left: 20%;
}
.experience-scroll .exp-scroll-img-9{
	padding-top:10%;
	padding-bottom:5%;
}
.experience-scroll .exp-scroll-img-9:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #fff;
    top: -60%;
    right: 60%;
    z-index: 1;
}

.experience-scroll .exp-scroll-img-9:after {

background:url(/wp-content/uploads/2025/12/line-3.svg);
background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
   width: 150%;
    height: 100%;
    bottom: -40%;
    right: -600px;
    z-index: 1;
}



.experience-scroll .exp-scroll-img-10{
	padding-right:35%;
}

.experience-scroll .exp-scroll-img-10:before {
     content: '';
    position: absolute;
    width: 1px;
    height: 126%;
    background: #fff;
    bottom: -73%;
    left: 4%;
}
.experience-scroll .exp-scroll-img-10:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #fff;
    bottom: 53%;
    left: 4%;
    z-index: 1;
}
.experience-scroll .exp-scroll-img-11{
	padding-top:35%;
}

/* Smooth fade-in image inside .project-text */
.projectWrap .project-sec a{
	height:100%;
	width:100%;
	display:block;
}
.projectWrap .project-text img {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.project-wrap.slick-slide:hover .project-text img {
    opacity: 1;
    visibility: visible;
}

/* Smooth scale on project-sec image */
.project-sec img {
    transition: transform 0.3s ease-in-out;
}

.project-wrap.slick-slide:hover .project-sec img {
    transform: scale(1.06);
}
.project-wrap.slick-slide:hover .project-text{
	z-index:3;
}
.project-sec {
    overflow: hidden;
}

/* Fade overlay (pseudo-element) */
.project-wrap.slick-slide {
    position: relative;
}

.project-wrap.slick-slide::before {
    content: "";
    position: absolute;
    inset: 0;
   background: rgb(127 62 53 / 30%);
    opacity: 0.8;
    transition: opacity 0.3s 
ease-in-out;
    pointer-events: none;
    z-index: 3;
}
.project-wrap.slick-slide:hover .project-text{
    padding-bottom: 10%;
    transition: 0.3s  ease-in-out;
}

.project-wrap.slick-slide .project-text{
 
    transition: 0.3s all ease-in-out;
}
.project-wrap.slick-slide:hover::before {
    opacity: 1;
}
.project-wrap.slick-slide h3{
	z-index:4;
}

/* Base */
.project-page-wrap {
    position: relative;
    overflow: hidden;
}

/* Scale image on hover */
.project-page-wrap > img {
    width: 100%;
	height:100%;
	object-fit:cover;
    transition: transform 0.45s ease;
}

.project-page-wrap:hover > img {
    transform: scale(1.1);
}

/* Overlay (using ::before) */
.project-page-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(155, 85, 75, 0.50);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
	z-index:2;
}

.project-page-wrap:hover::before {
    opacity: 1;
}

/* CENTER THE TEXT / ARROW (using the existing .project-list-text) */
.project-list-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
	padding:0 9%;
/*     pointer-events: none; /* so it doesn’t block hover */ 
}
.project-list:hover h3{
	opacity:0.3;
}

.project-list:hover .project-page-wrap h3{
	opacity:1;
}
.project-page-wrap:hover .project-list-text {
    opacity: 1;
    transform: translateY(0);
	z-index:5;
}

.project-list-text h3 {
    color: white !important;
    margin-bottom: 10px;
}

.project-list-text img {
    width: 28px;
}

/* Border effect */
.project-page-wrap::after {
    content: "";
    position: absolute;
    inset: 25px;
    border: 2px solid white;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
	z-index:2;
}

.project-page-wrap:hover::after {
    opacity: 1;
    transform: scale(1);
}

.experience-scroll .exp-scroll-img-7 img{
    z-index: 3;
    position: relative;
}
/* .experience-scroll .exp-scroll-img-6:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 55%;
    background: #fff;
    bottom: -10%;
   left: 50%;
    z-index: 1;
}

.experience-scroll .exp-scroll-img-6:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom:-10%;
    left: -50%;
    z-index: 1;
} */
.experience-scroll .exp-scroll-img-7:before {
  content: '';
    position: absolute;
    width: 1px;
    height: 20%;
    background: #fff;
    bottom: 35%;
    right: -60%;
    z-index: 1;
    left: unset;
}

.experience-scroll .exp-scroll-img-7:after {
   content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 35%;
    right: -60%;
    z-index: 1;
}
.sticky-text .et_pb_blurb_description p sup{
       font-size: 3rem;
    line-height: 0rem !important;
    font-weight:bolder !important;
    font-family: "Funnel Sans", sans-serif;
    top:-4rem;
}


span.exp-num sup{
    font-size: 6rem;
    line-height: 5rem;
}
.exp-scroll-img-7 span.exp-text {
    font-size: 2.4rem;
    line-height: 2.5rem;
}

.exp-scroll-img-7 .et_pb_blurb_description{
    top:-10%;
    right:-20%;
}

.home-slider-text .et_pb_column:first-child:before{
       background: url(/wp-content/uploads/2025/12/home-banner-line-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    width: 100%;
    height: 333%;
    bottom: -364%;
    left: 0;
    z-index: 3;
}
.et_pb_section.home-page-banner-sec{
    background: #3F2420;
}


/* .service-slide {
    position: relative;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin: 0 10px;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: rgba(45, 23, 23, 0.88); 
}
 */
/* .service-content {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    gap: 40px;
}
 */
.service-left .service-category {
        font-size: 28px;
    font-weight: 500;
    opacity: 1;
    color: #fff !important;
}

.service-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 10px;
}

.service-right p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-btn {
    background: none;
    border: 2px solid #fff;
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
}
.service-btn:hover {
    background: #fff;
    color: #000;
}

.page-service-img {
    height: 700px;
}

.page-service-img img{
    height: 100%;
	width:100%;
    object-fit: cover;
    
    
}
.service-left h2.service-title{
    width:600px;
	text-transform:uppercase;
}

.home-page-banner-sec #slick-slide02 {
	background-position:bottom;
}
.service-left{
    width:45%;
    margin-right: 5%;
    display: block;
    float: left;
/*      margin-top: -6%; */
	margin-top:-150px;
}
.service-right {
    width: 50%;
    display: block;
    float: left;
    margin-top: 1%;
/* 	margin-top:6%; */
}

.service-content {
    background: #3E2420;
        padding-bottom: 5%;
}

.service-content *{
    color:#EFE3D8;
}

.servicesWrap .slick-dots {
    position: absolute;
    /* margin-top: -6%; */
    width: 80%;
    margin:0 auto;
    bottom: 5%;
    left: 10%;
}

.servicesWrap .slick-dots li {
    list-style: none;
   
    display: inline-block;
    margin: 0 6px;
}
 .slick-dots .slick-active button{
	 background: #fff !important;
}

.servicesWrap .slick-dots button{
    background: #E6DFD64D;
    border:0;
    font-size: 0;
    border-radius: 50%;
    height: 13px;
    width:13px;
}

.page-service-img{
    position: relative;
}
.page-service-img:before{
      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #3e0b045c;
    height: 100%;
    width: 100%;
   
}
p.service-excerpt {
    width: 600px;
}

.page-service-img{
    position: relative;
}
.page-service-img:before{
      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #3e0b045c;
    height: 100%;
    width: 100%;
   
}

.customblurb-image.fullwidth-image .et_pb_blurb_content{
    width:100%;
    max-width: 100%;
}

.customblurb-image .et_pb_main_blurb_image{
    margin-bottom: 0 !important;
	width:100% !important;
}

.customblurb-image.outline-bottom-right-image .et_pb_blurb_container h4{
    writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;

    opacity: 0;
    transition:0.3s ease-in-out;
	
	  position: absolute;
        right: -10px;
    bottom: 0%;
}
.customblurb-image.outline-bottom-image .et_pb_blurb_container h4{
    writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;

    opacity: 0;
    transition:0.3s ease-in-out;
	transform: rotate(180deg);
	  position: absolute;
        left: 10px;
    top: 7%;
}

.customblurb-image.outline-bottom-image .et_pb_blurb_description {
    padding-left: 2%;
    padding-right: 14%;
    padding-top: 9px;
	opacity:0;
}
.customblurb-image.outline-bottom-image .et_pb_blurb_description p{
	font-style:italic;
}
.customblurb-image .et_pb_blurb_container {
  
}

.customblurb-image.fullwidth-image.outline-bottom-right-image:before{
    right:0%;
}

.customblurb-image:hover .et_pb_blurb_container h4{
    opacity: 1;
}
.customblurb-image:hover .et_pb_blurb_container .et_pb_blurb_description{
    opacity:1;
}
.customblurb-image:hover img,
.outline-bottom-right-image:hover img
{
    transform: scale(1.04);
    transition:0.3s ease-in-out;
}

.customblurb-image:hover .et_pb_image_wrap,
.customblurb-image:hover .et_pb_image_wrap img,
.customblurb-image .et_pb_image_wrap,
.outline-bottom-image:hover .et_pb_image_wrap,
.outline-bottom-right-image:hover .et_pb_image_wrap
{
    overflow: hidden;
    transition:0.3s ease-in-out;
}
.outline-bottom-image .et_pb_image_wrap
{
	transition:0.3s ease-in-out;
}
.outline-bottom-image{
    transform: scale(1);
        transition: 0.3s 
ease-in-out;
}


.outline-bottom-image:hover{
	  transform: scale(1.04);
    transition:0.3s ease-in-out;
}


.customblurb-image.outline-top-right-image .et_pb_blurb_container h4{
    writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;

    opacity: 0;
    transition:0.3s ease-in-out;
/* 	transform: rotate(180deg); */
	  position: absolute;
      right: -21px;
    bottom: 13%;
}

.customblurb-image.outline-top-right-image .et_pb_blurb_description {
   padding-left: 2%;
    padding-right: 0%;
    padding-top: 9px;
    opacity: 0;
    position: absolute;
    top: -49px;
    margin-left: 10%;
}

.customblurb-image .et_pb_blurb_content:hover .et_pb_blurb_container h4{
    opacity: 1;
}
.customblurb-image .et_pb_blurb_content:hover .et_pb_blurb_container .et_pb_blurb_description{
    opacity:1;
}




/* FULLSCREEN OVERLAY */
.custom-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: #3B1F1A;
    z-index: 9999999;
    transform: translateX(100%);
    transition: 0.45s ease;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* When opened */
.custom-mobile-menu.opened {
    transform: translateX(0);
}

/* Hide Divi’s default mobile dropdown */
/* .et_mobile_nav_menu .mobile_nav {
    display: none !important;
} */

/* INNER FLEX LAYOUT */
.mobile-menu-inner {
    display: flex;
	align-items:center;
    width: 100%;
    height: 100%;
}

/* LEFT MENU */
.menu-left {
    width: 35%;
    padding: 80px 40px;
	padding-left:0 !important;
}

.menu-left .et_mobile_menu li a {
       font-size: 75px;
	line-height:55px;
    font-weight: normal;
    color: #FFF !important;
    padding: 18px 0;
    display: block;
    text-transform: uppercase;
    font-family: "Vina Sans", sans-serif;
    letter-spacing: 0;
}

/* RIGHT IMAGE */
.menu-right {
    width: 65%;
    height: 100%;
}

.menu-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CLOSE BUTTON */
.mobile-close-icon {
    position: absolute;
      top: 56px;
    right: 10%;
    font-size: 48px;
    color: #FFF;
    cursor: pointer;
    z-index: 10000000;
}
.custom-mobile-menu.opened{
    padding:10% 11% 5%;
}

.header-contactbtn{
	z-index:100000000;
}

header  .et_pb_image_wrap{
	z-index:100000000;
}
.headeropen-logo {
    position: absolute;
    top: 60px;
    left: 10%;
}
/* HIDE DEFAULT DIVI MOBILE MENU */
/* .et_mobile_nav_menu .mobile_nav {
    display: none !important;
} */


.home .et_pb_section.custom-footer {
    background-color: #E6DFD6 !important;
}

.home .et_pb_section.custom-footer * {
    color:#3e2420!important
}
.secondarybg.signupcta .et_pb_row {
    border-bottom: 2px solid #866255;
    padding-bottom: 100px;
}
.home-footer-logo{
	display:none !important;
}
.home .home-footer-logo{
	display:block !important;
}
.home .page-footer-logo{
	display:none !important;
}
/* .et_pb_section.custom-footer{
	padding-top: 0 !important;
} */

.customblurb-image img {
    transition: all 0.4s ease-in-out !important;
/*     transform: scale(1); /* default */ 
}

/* Optional: if you want the image to scale slightly on hover */
.customblurb-image:hover img {
/*     transform: scale(); */
}

.outline-bottom-image {
    position: relative;
}

.outline-bottom-image:before {
    content: "";
    position: absolute;
    outline: 3px solid #866255;
    outline-offset: 15px;
    height: 90%;
    width: 90%;
    bottom: -2%;
    left: -3%;

    /* TRANSITION HERE — ON BASE STATE */
    transform: scale(0.9);
    transform-origin: bottom left;
/*     transition: transform 0.4s ease-in-out; */
}
/* .customblurb-image:before{
	 transform: scale(1);
    transition: transform 0.4s ease-in-out;
} */

.customblurb-image:hover:before {
    transform: scale(1.05);
}
/* Hover grows outline */
.customblurb-image:hover.outline-bottom-image:before {
    transform: scale(1.06);
}



/* Description stays inside but does not change the layout */
.customblurb-image .et_pb_blurb_description {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
/*     transition: 0.3s all ease-in-out; */
    pointer-events: none; /* so hover still works */
}

/* Reveal text only when outline is fully expanded */
.customblurb-image:hover .et_pb_blurb_description {
    opacity: 1;
}


.customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {

    left: 2px;

}
.customblurb-image.outline-bottom-image .et_pb_blurb_description p {
    font-size: 16px;
    line-height: 18px;
}

.customblurb-image.outline-bottom-image .et_pb_blurb_description {
    padding-left: 0%;
    padding-right: 5%;
    padding-top: 5px;

}

.outline-bottom-image:hover:before {
    bottom: -5%;
}
.customblurb-image.outline-bottom-image:hover .et_pb_blurb_description {
    bottom: -6%;
    left: 0;
}
.home-about-sec  .et_pb_row{
	background:#3E2420;
	    z-index: 3;
}


.home-page-banner-sec .slick-dots {
    position: absolute;
    /* margin-top: -6%; */
/*     width: 80%; */
    margin:0 auto;
    bottom: 0%;
    right: 10%;
}

.home-page-banner-sec .slick-dots li {
    list-style: none;
   
    display: inline-block;
    margin: 0 6px;
}
 .slick-dots .slick-active button{
	 background: #fff !important;
}

.home-page-banner-sec .slick-dots button{
    background: #E6DFD64D;
    border:0;
    font-size: 0;
    border-radius: 50%;
    height: 13px;
    width:13px;
}

/** hover **/
.choose-row:hover{
    margin-left:3%;
    transition: 0.3s all ease-in-out;
}
.no-outlineblurb  .et_pb_blurb_container h4 {
    writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;
    opacity: 0;
    transition: 0.3s ease-in-out;
/*     transform: rotate(180deg); */
    position: absolute;
    right: -30px;
    bottom: 0%;
}
ul.et_mobile_menu{
	overflow: unset !important;
}
.z-index-high-sec {
	z-index:4;
}
 .exp-scroll-img-9.sticky-text .et_pb_blurb_description{
    bottom:0;
    top:unset;
    right:-10%;
} 

.et_pb_module.exp-scroll-img-3{
    background: #3f2420;
    z-index: 6;
    margin-bottom: 0 !important;
    padding-bottom: 14%;
}

.exp-scroll-img-9.sticky-text .et_pb_blurb_description p sup {
    top: 1rem;
}



.experience-scroll .exp-scroll-img-5 .et_pb_blurb_content:before {
    content: '';
    position: absolute;
    width: 1px;
       height: 170%;
    background: #fff;
    top: -42%;
    left: -9.5%;
    z-index: 0;
}
.home-project-sec{
    position: relative;
    z-index:9;
}
.exp-scroll-img-10 .et_pb_blurb_content{
    position: relative;
    z-index: 8;
}
.experience-scroll .exp-scroll-img-7{
	  background: #3f2420;
    z-index: 9;
	    padding-bottom: 0%;
    padding-top: 20%;
    padding-right: 8%;
    margin-bottom: 11% !important;
} 

.exp-scroll-img-7 .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.experience-scroll .exp-scroll-img-6 .et_pb_blurb_content,
.exp-scroll-img-7  .et_pb_blurb_content 
{
    z-index: 11;
}
.exp-scroll-img-9 .et_pb_blurb_content .et_pb_main_blurb_image *{
    position: relative;
    z-index: 22;
}
.exp-scroll-img-9.sticky-text .et_pb_blurb_container{
    z-index: 23;
}
/* .exp-scroll-img-7  .et_pb_blurb_content *
{
    z-index: 15 !important;
    position: relative;
} */

.hide-desktop{
	display:none;
}
/* .experience-scroll{
    height:1000px;
    overflow: scroll;
} */
.preload-img {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.experience-scroll .et_pb_main_blurb_image{
	margin-bottom:0;
}
.home-page-banner-sec .vpage_slider {
    opacity: 0;
}

.home-page-banner-sec .vpage_slider.slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.top-left-text h4{
      writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;
   opacity: 0; 
	
    transition: 0.3s 
ease-in-out;
    transform: rotate(180deg);
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 20;
    padding: 0;
}

.top-left-text:hover h4{
    opacity: 1;
}


.bottom-left-text h4{
	 writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;
   opacity: 0; 
	
    transition: 0.3s 
ease-in-out;
    transform: rotate(180deg);
    position: absolute;
    left: -1px;
    bottom: 0;
    z-index: 20;
    padding: 0;
}
.bottom-left-text:hover h4
{
	opacity: 1;
}



.bottom-right-text h4{
	 writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;
   opacity: 0; 
	
    transition: 0.3s 
ease-in-out;
    position: absolute;
    right: -25px;
    bottom: 0;
    z-index: 20;
    padding: 0;
}
.bottom-right-text:hover h4{
	opacity:1;
}

.top-right-text h4{
      writing-mode: vertical-rl;
    margin-left: -5%;
    margin-bottom: 5px;
    font-size: 16px;
   opacity: 0; 
	
    transition: 0.3s 
ease-in-out;

    position: absolute;
 right: -30px;
    top: 0;
    z-index: 20;
    padding: 0;
}

.top-right-text:hover h4{
	opacity:1;
}


.experience-scroll .et_pb_image_wrap:hover img{
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}
.experience-scroll .et_pb_image_wrap {
    overflow: hidden;
}
.experience-scroll .et_pb_image_wrap img{
    transition: 0.3s all ease-in-out;
}

.single-blog-text .et_pb_column .et_pb_image_wrap{
	overflow: hidden;
}

.single-blog-text .et_pb_column .et_pb_image_wrap:hover img{
	 transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}
.single-blog-text .et_pb_column .et_pb_image_wrap img{
	transition: 0.3s all ease-in-out;
}

.alter-outline-img .et_pb_column:last-child{
    z-index: 0;
}

.team-list  button.read-more-button {

    margin-top: 9px;
}


.header-col-1 {
	z-index:6;
}
.headeropen-logo{
	display:none;
}

.et_pb_module .mobile_menu_bar:before{
    background-repeat: no-repeat;
    background-size: contain;
    height:50px;
    width:70px;
    display: block;
}
.et_pb_module .mobile_menu_bar:before {
    top: 10px;
	content: " " !important;
   
}


.home-about-sec .et_pb_blurb_content {
    width: 100% !important;
    max-width: 100%;
}
.customblurb-image.outline-top-right-image .et_pb_blurb_description {
    left: 6%;
}
.customblurb-image.outline-top-right-image .et_pb_blurb_container h4{
	bottom:8%;
}

/* .fullwidth-image.outline-top-right-image:before{
	transition:03s all ease-in-out;
} */
/* .fullwidth-image.outline-top-right-image:hover:before{
	transition:03s all ease-in-out;
} */
/* .fullwidth-image.outline-top-right-image{
	transition:03s all ease-in-out;
} */
.fullwidth-image.outline-top-right-image:before{
	transition:0.3s all ease-in-out;
}

/* Wrapper controls scrollable height */
/* .experience-scroll-wrapper {
    position: relative;
    height: 100vh; 
    overflow-y: auto; 
    overflow-x: hidden;
}


.experience-scroll {
    position: sticky;
    top: 0;
    height: 100vh;
} */

/* Optional: Smooth scroll for mobile */
.experience-scroll-wrapper {
    scroll-behavior: smooth;
}

/* Add simple parallax effect on images */
.exp-scroll-img-1 img,
.exp-scroll-img-2 img,
.exp-scroll-img-3 img,
.exp-scroll-img-4 img,
.exp-scroll-img-5 img,
.exp-scroll-img-6 img,
.exp-scroll-img-7 img,
.exp-scroll-img-8 img,
.exp-scroll-img-9 img,
.exp-scroll-img-10 img,
.exp-scroll-img-11 img,
.exp-scroll-img-12 img,
.exp-scroll-img-13 img {
    transform: translateY(0);
    transition: transform 0.2s ease-out;
}


#design-leadership .outline-bottom-image:before{
	
    transform: unset;
}
#design-leadership span.et_pb_image_wrap{
    margin: 0;
}

.customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {
    top: 14%;
	left:1%;
}
   #design-leadership .customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {
        top: 14%;
        left: 1px;
    }

#design-leadership .customblurb-image.outline-bottom-image:hover .et_pb_blurb_description {
    /* bottom: -3%; */
	bottom:unset;
    left: 0;
    top: 100%;
}
#design-management .customblurb-image.outline-top-right-image .et_pb_blurb_description{
	margin-left:0 !important;
}

#design-management .customblurb-image.outline-top-right-image .et_pb_blurb_description {
    top: -55px;

}
.page-banner .customblurb-image:hover:before{
    transition: 0.3s all ease-in-out;
}

.page-banner .customblurb-image:before{
     transition: 0.3s all ease-in-out;
}

.who-we-are-secondarybanner .et_pb_main_blurb_image *{
    width:100%;
    
}


.num-text-sec {
  opacity: 0;
  transform: translateY(50px); /* start slightly below */
  transition: all 0.8s ease-out;
}

.num-text-sec.visible {
  opacity: 1;
  transform: translateY(0); /* move to normal position */
}

/* Optional staggered delay using nth-child */
.et_pb_module .num-text-sec:nth-child(1) { transition-delay: 0.2s; }
.et_pb_module .num-text-sec:nth-child(2) { transition-delay: 0.4s; }
.et_pb_module .num-text-sec:nth-child(3) { transition-delay: 0.6s; }
.et_pb_module .num-text-sec:nth-child(4) { transition-delay: 0.8s; }
.et_pb_module .num-text-sec:nth-child(5) { transition-delay: 1s; }
.et_pb_module .num-text-sec:nth-child(6) { transition-delay: 1.2s; }
.et_pb_module .num-text-sec:nth-child(7) { transition-delay: 1.4s; }
.et_pb_module .num-text-sec:nth-child(8) { transition-delay: 1.6s; }


.experience-scroll .exp-scroll-img-11 {
    padding-top: 11%;
    padding-bottom: 10%;
}
h2.text-type{
    height:50px;
}

.cursor {
    display: inline-block;
    background-color: black;
    width: 2px;
    animation: blink 0.7s infinite;
    margin-left: 2px;
  }

/*   @keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
  } */

 .home-slider-text .wrapper {
    font-size: 36px;
    position: relative;
    display: flex;
    align-items: center;
  }

 .home-slider-text .text {
    display: inline-block;
  }

 .home-slider-text .cursor {
    display: inline-block;
  
    font-size: 60px;
      line-height: 70px;
    margin-left: 2px;
      margin-bottom: 10px;
	 background:transparent;
  }
.home-slider-text h2.text-type,
.home-slider-text h2.text-type-intent
{
    height:60px;
}

/* #scroll-controlled-slider {
    position: sticky;
    top: 0;
    height: 100vh;
 
} */
.servicesSlider .slick-track { display: flex !important; flex-wrap: nowrap !important; }
.service-slide { flex: 0 0 100vw !important; }
#scroll-controlled-slider { overflow: hidden; }


.page-service-img {
    height: 700px;
}
.page-service-img:before{
	height:100%;
	object-fit:cover;
}

/* Container */
#scroll-controlled-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Slider track */
.servicesSlider {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh; /* Full viewport height */
}

/* Each slide */
.service-slide {
    flex: 0 0 100vw; /* Full width */
    height: 100vh; /* Full height */
    display: flex;
    flex-direction: column; /* Image on top, text below */
}

/* Image container - 60% height */
.page-service-img {
    width: 100%;
    height: 60vh; /* 60% of viewport height */
    overflow: hidden;
}

.page-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the container */
    display: block;
    transition: transform 0.5s ease-out; /* Parallax ready */
}

/* Content container - 40% height */
.service-content {
    display: flex;
    width: 100%;
    height: 40vh; /* 40% of viewport height */
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center; /* Center vertically */
}

/* Service left and right - 50% width each */
.service-left, .service-right {
    flex: 1 1 50%;
    box-sizing: border-box;
}
/* Image container */
.page-service-img {
    width: 100%;
    height: 100%; /* Adjust based on your container */
    position: relative; /* Needed for overlay */
    overflow: hidden;
}

/* Image fits container */
.page-service-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* Always cover horizontally & vertically */
    display: block;
	transform:unset !important;
}

/* Overlay */
.page-service-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* semi-transparent black overlay */
    pointer-events: none; /* allow clicks to pass through */
}
.service-slide {
    
    background: #3f2420;
}
/* .experience-scroll {
  position: relative;
  height: 100vh; 
  overflow: hidden;
    overflow: scroll;
} */

/* 
.exp-sticky-desktop,
.exp-sticky-mobile
{
	  position: relative;
  height: 100vh; 
  overflow: hidden;
    overflow: scroll;
} */
header .et_pb_row{
	padding: 27px 0;
}
footer a:hover,
footer p:hover
{
    opacity: 0.4;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .service-left, .service-right {
        flex: 1 1 50%;
    }
  
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .service-content {
        flex-direction: column;
        height: auto; /* let text height adjust */
    }
    .service-left, .service-right {
        flex: 1 1 100%;
    }
  
    .page-service-img {
        height: 50vh; /* smaller image on mobile */
    }
}


/** new header **/
header .et_pb_row{
    display: flex;
    align-items: center;
    max-width: 100%;
}

.et-pb_column.header-col-1 {
    width: 30%;
}
.et-pb_column.header-col-2 {
    width: 70%;
}
.global-hamburger-btn {
    margin-top: 5px;
    margin-left: 4%;
}
.et-pb_column.header-col-1 a,
.et-pb_column.header-col-1 img{
    z-index: 20000000000000000;
    position: relative;
}
.et-pb_column.header-col-1 {
    width: 30%;
    z-index: 2000000000;
}
.et_mobile_menu{
    background: transparent;
    border-top: 0;
    box-shadow: unset;
    padding: 0;
}
.et_mobile_menu ul {
    display: block;
    float: left;
    width: 100%;
    position: unset;
    background: transparent;
    border-top: 0px !important;
    padding: 0px !important;
}
.et_mobile_menu {
    position: relative;
    display: block;
}
.et_mobile_menu  li {
    padding-bottom: 2%;
    list-style: none !important;
}
.footer_menu li a{
    padding:0 !important;
}
.footer-col-1{
    width:20%;
    margin-right: 4%;
}
.footer-col-2{
    width:15%;
     margin-right: 4%;
}
.footer-col-3{
    width:30%;
     margin-right: 4%;
}
.footer-col-1 {
    width: 20%;
    margin-right: 7% !important;
}
footer#footer {
    background: #3f2420;
	 background-color: #3f2420 !important;
}
.home .et_pb_section.custom-footer,
.home footer#footer
{
	background-color:#E6DFD6 !important
}

.experience-scroll  .exp-row  {
  scrollbar-width: 0;

}

.experience-scroll  .exp-row {

  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.experience-scroll {
    position: relative;
    height:100vh;
      position: sticky;
    top:0;
	padding:0 !important;
}

.experience-scroll .exp-row {
    height: 100vh; 
	padding:50px 0 !important;
    overflow: scroll;
	padding-left:2% !important;
}

.single-project-text span.et_pb_image_wrap{
    height:auto !important;
}
.single-project-text h3{
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Funnel Sans", sans-serif;
    margin-bottom: 0;
       border-bottom: 1px solid #b4ada3;
    margin-bottom: 5px;
    
}

.feature-sec p strong{
    font-weight: 500 !important;
    padding-bottom: 5px;
}
.feature-sec p {
    font-size: 16px;
}
.single-project-text .border-top-row{
	border-top:1px solid #b4ada3;
}

.fullheight-image-row{
    display: flex;
}

.fullheight-image-row .et_pb_image {
    height:100%;
}

body .fullheight-image-row .et_pb_image_wrap {
    height:100% !important;
    display: block !important;
}

.fullheight-image-row .et_pb_image_wrap img{
    height:100%;
}

.single-height-images {
    display: flex;
}

.single-height-images .et_pb_image{
    height:100%;
}

body .single-height-images .et_pb_image_wrap {
      height:100% !important;
    display: block !important;
    height:550px !important;
}

.single-height-images .et_pb_image_wrap img{
    height:100%;
    object-fit: cover;
}

/*** Responsive 2025**/
@media only screen and (max-width:2200px){
    .experience-scroll .exp-scroll-img-10 {
        padding-right: 19%;
        padding-top: 36%;
    }
}

@media only screen and (max-width:2000px){

	.home-slider-text .et_pb_column:first-child:before {
    height: 333%;
    bottom: -338%;
}
	.sticky-text .et_pb_blurb_description {
    right: 0%;
 
}
	.exp-scroll-img-7 .et_pb_blurb_description {
    right: -29%;
}
	.choose-row .et_pb_text_inner {
    width: 600px;
}
	.banner-scroll-down p {
    margin-left: -7%;
	}
	.experience-scroll .exp-scroll-img-10 {
    padding-right: 16%;
}

}

@media only screen and (max-width:1800px){
.et_pb_row {
  width:85% !important;
}
	.fullwidth-row{
		width:100% !important;
	}
	
	.modal-content {
	height:670px;
}

	.left-contact-image {
    height:460px;
    
}
	.page-banner:before {
    left: 7.6%;
}
	
	.experience-scroll .et_pb_row {
        width: 90% !important;
    }
	.experience-scroll .exp-scroll-img-2 {
    padding-left: 14%
}
/* 	.custom-mobile-menu.opened {
    padding: 10% 8% 5%;
} */
	.header-contactbtn {

    margin-right: 80px;
}
	.mobile-menu-inner {

    padding-top: 40px;
}
	
	.projectWrap .project-sec {
    height: 550px;
}
	.projectWrap .project-sec h3 {
    font-size: 30px !important;
}
	
	span.exp-text {
    font-size: 50px;
    line-height: 60px;
	}
	.sticky-text .et_pb_blurb_description p {
    font-size: 6rem;
    line-height: 4.3rem;
}
	.experience-scroll .exp-scroll-img-3 {
    padding-right: 23%;
}
	    .sticky-text .et_pb_blurb_description {
        right: -14%;
    }
	.experience-scroll .exp-scroll-img-3:after {
    right: -400px;
 
}
	
	.mobile-close-icon {
    right: 9%;

}
	.custom-mobile-menu.opened {
    padding: 10% 9% 5%;
}
	.customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {
    left: -2%;
}
	.banner-scroll-down p{
		    margin-left: -17%;
	}
	

}
@media only screen and (max-width:1600px){
	p{
	font-size:18px;
	}
	.medium-row.et_pb_row {
    width: 80% !important;
    max-width: 100% !important;
}

	.custom-footer .et_pb_row {
    padding-right: 8%;
}
	.custom-footer p {
    font-size: 16px;
    line-height: 19px;
}
	.project-page-wrap h3 {
    font-size: 30px !important;
}
	
	header .et_pb_row {
        width: 90% !important;
		margin:0 auto !important;
    }
	.what-we-do-points .et_pb_column:first-child {
    margin-top: -4%;
}
	.project-page-wrap {
    height: 500px;
}
	.project-list {
    width: 32%;
}
	
	.single-two-images .et_pb_column:first-child .et_pb_image_wrap {
    height: 600px;
}
	.single-two-images .et_pb_column:last-child .et_pb_image_wrap {
    height: 280px;
}
	.single-height-images .et_pb_image_wrap {
    height: 300px;
}
	
	.page-banner .et_pb_row:first-child .et_pb_text_inner {
    padding-right: 13%;
}
		.choose-row {
    padding-right: 0%;
}
	.page-service-img {
    height: 450px;
}
	footer * {
    text-transform: uppercase;
    font-size: 12px !important;
}
	.et_pb_column.footer-col-2{
    width: 14%;
}


	.et_pb_column.footer-col-3 {
    width: 35%;
}


	.et_pb_column.footer-col-4 {
    width: 13%;
}
	.customblurb-image.outline-bottom-image:hover .et_pb_blurb_description {
    bottom: -8%;
    left: 0;
}
	.customblurb-image.outline-bottom-image .et_pb_blurb_description p {
    font-size: 13px;
    line-height: 14px;
}
	.customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {
    left: -6px;
}
	
	.home-about-sec .outline-bottom-image:hover:before {
    bottom: -9%;
}
	
	    .customblurb-image.outline-bottom-image:hover .et_pb_blurb_description {
                bottom: auto;
/*         left: 2%; */
			left:0;
	}
/* 	.home-about-sec .customblurb-image.outline-bottom-image:hover .et_pb_blurb_description {
        bottom: auto;
    } */
	.home-about-sec .customblurb-image.outline-bottom-image:hover .et_pb_blurb_description {
        top: 97%;
    }
	.customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {
    top: 9%;
}
	.home-about-sec  h2 {
    font-size: 46px;
    line-height: 54px;
}
	    .home-page-banner-sec .slick-slide {
        padding: 4% 0 3.4%;
    }
	    .home-slider-text:before {
        height: 96%;
        bottom: -44%;
    }
	.home-slider-text .et_pb_column:nth-child(2) {
    padding-top: 22%;
}
	
	    .exp-scroll-img-7 .sticky-text .et_pb_blurb_description p {
        font-size: 5rem;
        line-height: 2.3rem;
    }
	.sticky-text .et_pb_blurb_description p sup {
    top: -3rem;
}
	    .sticky-text .et_pb_blurb_description p {
        font-size: 5rem;
        line-height: 4.3rem;
    }
	.exp-scroll-img-7 span.exp-text {
    font-size: 2rem;
    line-height: 2rem;
}
	    .sticky-text .et_pb_blurb_description {
        right: -34%;
    }
	
	.mobile-close-icon {
        right: 5%;
    }
	    .custom-mobile-menu.opened {
        padding: 10% 6% 5%;
    }
	    .header-contactbtn {
        margin-right: 1%;
    }
	
	    .experience-scroll .exp-scroll-img-10 {
        padding-right: 0;
    }
	.menu-left .et_mobile_menu li a {
    font-size: 65px;
    line-height: 45px;
	}
		.mobile-close-icon {
    position: absolute;
/*     top: 30px; */
}
	
	.top-blog-text {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
	.top-blog-right-text {
    text-align: left;
    margin-left: 0 !important;
}
	
	.single-blog-text h2 {
    font-size: 23px;
    line-height: 28px;
	}
	.single-blog-text p {
    font-size: 17px;
    line-height: 22px;
}
	
	body .single-height-images .et_pb_image_wrap {
    height: 450px !important;
}
	
}
@media only screen and (max-width:1400px){
    h2 {
        font-size: 40px;
        line-height: 55px;
    }
p {
    font-size: 19px;
    line-height: 1.3;
}
a.actionbtn {
    font-size: 16px;
    line-height: 24px;
}
	.custom-header .et_pb_row {
    width: 90% !important;
}
	.custom-header img{
		width:300px;
	}
	.custom-mobile-menu.opened img{
		width:auto !important;
	}
	
.custom-footer * {
    font-size: 14px !important;
}
	.footer-middle p{
		font-size:16px !important;
	}
	
	/** header **/
	.custom-header .et-menu li {
    margin-left: 0  !important;
}

	/** page banner **/
	.page-banner .et_pb_row:first-child .et_pb_text_inner {
    padding-right: 4%;
}
	
	.what-we-do-points .et_pb_column:first-child {
    margin-top: -2%;
}
	
	.who-we-are-secondarybanner h3{
		font-size:30px !important;
	}
	.who-we-are-secondarybanner h3 br{
		display:none;
	}
	.num-col h4 {
    font-size: 80px;
	}
	.signupcta h3 {
    font-size: 30px !important;
  
}
	.top-post-image {
    height: 400px;
}
	.cb-small-img {
    height: 170px;
}
	.cb-grid .post-image {
    height: 250px;
}
	
	p.service-excerpt {
    width: 90%;
 
}
	.service-right {
    width: 45%;
    margin-left: 5%;
}
	
	    .home-slider-text .et_pb_column:first-child:before {
        height: 333%;
        bottom: -352%;
    }
	
	
	.outline-top-right-image .et_pb_blurb_description p {
    font-size: 14px;
    line-height: 15px;
}
	.customblurb-image.outline-top-right-image .et_pb_blurb_description {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 9px;
    top: -42px;

}
	.top-left-text h4 {
    left: -5px;
	}
	    .choose-row .et_pb_text_inner {
        width: 500px;
    }
	
	#design-leadership .customblurb-image.outline-bottom-image .et_pb_blurb_container h4 {
    top: 14%;
    left: -5px;
}
	
	.mobile-close-icon {
    position: absolute;
    top: 54px;
}
	
	
}
  


@media only screen and (max-width:1200px){
    .et_pb_row {
        width: 85% !important;
    }
	.fullwidth-row{
		width:100% !important;
	}
	.medium-row.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
	.custom-header .et_pb_row {
		display:flex !important;
	}
	
	.custom-header .et_pb_row .et_pb_column:first-child{
		width:350px !important;
	}
	.custom-header .et_pb_row .et_pb_column:last-child{
		width:100% !important;
	}
	.custom-header .et-menu li {
    margin-left: 1.3% !important;
}
	   
	  
	    .custom-footer .et_pb_row {
        padding-right: 1%;
    }
	.custom-footer ul li {
    font-size: 14px !important;
}
	    body .single-height-images .et_pb_image_wrap {
        height: 300px !important;
    }
	.single-height-images .et_pb_image {
    margin-right: 10px !important;
}
	
	/** header **/
	.custom-header .et-menu li a {
    padding: 7px 1px;
    font-size: 16px;
}
	    .custom-header .et-menu li {
        margin-left: 1% !important;
        padding-left: 5px;
        padding-right: 5px;
	}
	
	/** pag banner **/
	
	    .page-banner:before {
        left: 8.6%;
    }
	    .who-we-are-secondarybanner h3 {
        font-size: 25px !important;
    }
	
	
	#teamMemberModal h2{
		font-size: 50px;
    line-height: 60px;
	}
	
	    .project-page-wrap {
        height: 400px;
    }
	.project-page-wrap h3 {
    font-size: 30px !important;
}
	.project-list {
    margin: 10px 2px;
}
	
	.single-blog-text p {
    font-size: 16px;
    line-height: 24px;
}
	.twobtnsec {
    display: block;
}
	.twobtnsec .underlinebtn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
	
	
	    .exp-scroll-img-7 span.exp-text {
        font-size: 1.7rem;
        line-height: 2.3rem;
    }
	    .sticky-text .et_pb_blurb_description p {
        font-size: 4rem;
        line-height: 4.3rem;
    }
	    .sticky-text .et_pb_blurb_description p sup {
        top: -2rem;
    }
	
	.bottom-left-text h4 {
    left: -5px;
	}
	.choose-row .et_pb_text_inner {
        width: 390px;
    }
	
	    .experience-scroll .exp-scroll-img-10 {
        padding-top: 80%;
    }
	.experience-scroll .exp-scroll-img-9:after {
    width: 118%;
    height: 100%;
    bottom: -40%;
    right: -300px;

}
	    .single-blog-banner h1 {
        width: 90%;
    }
	
}

@media only screen and (max-width:1100px){
	    .custom-header .et-menu li a {
        
        font-size: 14px;
    }
}

@media only screen and (max-width:1100px){
	
	
}

@media only screen and (max-width: 980px) {
  
a.actionbtn, a.actionbtn-secondary {
    font-size: 15px;
    line-height: 22px;
   
}
	
	h3 {
    font-size: 35px !important;
	}
	footer .et_mobile_nav_menu{
		display:none !important;
}
	.et_pb_section{
		padding:20px 0 !important;
	}
	.et_pb_section.no-padding-section{
		padding:0 !important;
	}
    .et_pb_row.alter-row {
        display: block !important;
    }
    .alter-row .et_pb_column {
        width: 100% !important;
        display: block;
    }
    .alter-image {
        left: 0%;
        padding-left: 0;
    }
    .alter-text {
        right: 0%;
        padding-top: 20px;
    }
	.header-logo-text p {

    font-size: 12px;
}
/* 	.custom-header .et_pb_menu__menu {
		display:none !important;
	} */
	.custom-header .et_pb_menu__menu li{
		margin-top:0 !important;
		padding-right:0 !important;
	}
	.custom-header .et_pb_menu__menu{
		display:none !important;
	}
	.custom-header .et_pb_row .et_pb_column{
		margin-bottom:0 !important;
	}
	
	.et_mobile_menu {
    border-top: 3px solid #6F9582;
	}
	.et_mobile_menu li a {
    font-size: 18px;
}
	    .home-banner h1 {
        font-size: 45px;
    }
	
	.fullwidth-row{
		width:100% !important;
	}

	  
	.home-page-banner-sec div#slick-slide01 {
    background-position: 34%;
}
	
	
.home-page-banner-sec .slick-slide {
    background-position: 30%;
}
	

	.short-row.et_pb_row{
		width:80% !important;
	}
	
	
	.hide-desktop-logo{
	display:block;
}
	.hide-desktop-logo img{
		width:150px !important;
		margin-bottom:10px !important;
	}
	.custom-footer:before{
		display:none !important;
	}
	.custom-footer .et_pb_row {
    width: 90% !important;
    padding-left:0 !important;
		padding-right:0 !important;
    margin: 0 !important;
   
    margin: 0 auto !important;
}
	.custom-footer .et_pb_column .et_pb_module{
		margin-bottom:0 !important;
	}
	.custom-footer .et_pb_column {
		margin-bottom:20px !important;
	}
		
	.popup{
    width:95%;
	}
	.popup p {
    padding-top: 20px !important;
}
	
	
	.et_pb_row.banner-scroll-down-row {
    display: none;
}
	.page-banner:before{
		height:90%;
	}
	
	.customblurb-image {
    margin-left: 2.6rem;
		margin-right:2.6rem;
}
	.et_pb_module.outline-top-right-image{
		  margin-left:0rem;
	}
	.fullwidth-image span.et_pb_image_wrap {
    width: 100%;
}
.banner-large-text h1 {
    font-size: 140px;
    line-height: 30px;
	}
	
	    .num-col h4 {
        font-size: 63px !important;
        line-height: 70px !important;
    }
	.what-we-do-points .et_pb_column:first-child{
		margin-bottom:0 !important;
	}
	
	.flex-verticle-center{
		display:block;
	}
	.fullwidth-image img {
    width: 100% !important;
}
	.et_pb_module.fullwidth-image.outline-bottom-image {
    margin-right: 5%;
    margin-left: 8%;
		margin-bottom:5% !important;
}
	.pr-5{
    padding-right: 1rem !important;
}
	
	.popup-grid {
    display: block;
}
	.left-column {
    width: 100%;
	}
	.right-column {
    width: 100%;
	}
	
	/** blog **/
	.cb-top-row{
		display:block;
	}
	.cb-top-left {
    width: 100%;
		margin-bottom: 50px;
		border:0;
		padding-right:0;
		    border-bottom: 2px solid #D7CBC1;
    padding-bottom: 30px;
		display:block;
		float:left;
	}
	.cb-top-right{
		width:100%;
		
	}
	.top-blog-text {
    display: block;
}
	.top-blog-right-text {
    text-align: left;
    margin-left: 0 !important;
}
	    .cb-grid .post-image {
        height: 350px;
    }
	.cb-grid {
    grid-template-columns: repeat(1, 1fr);
}
	.top-bar {
    display: block;
}
	.cb-search-bar {
    width: 100%;
}
	.cb-filters {
    width: 100%;
    float: left;
    text-align: left;
}
	.custom-header{
		padding:0 !important;
	}
	.custom-header .header-col-1 img {
    width: 150px !important;
}
	.custom-mobile-menu.opened img{
		width:150px !important;
	}
	.mobile-close-icon {
    position: absolute;
    top: 50px;
	}
	.single-blog-banner{
		
		    padding:  300px 0% 0 !important;
	}
	.single-blog-banner h1{
		width:100%;
		font-size: 40px;
	}
	
	.et_pb_module.outline-top-right-image {
    margin-top: 30px;
}
	    .project-page-wrap {
        height: 300px;
    }
	    .project-list {
        width: 49%;
    }
	    .project-page-wrap h3 {
        font-size: 20px !important;
    }
	.project-page-wrap::after {
    inset: 10px;
    border: 1px solid white;
	}
	.project-stats-wrap{
		margin-top:0;
	}
	
	.menu-left{
		width:100%;
	}
	.menu-right{
		display:none;
	}
	
	/** home **/
	.home-page-banner-sec .slick-slide {
    padding: 8% 0;
	}
	.home-slider-text .et_pb_column:nth-child(2) {
    padding-top: 10%;
}
	.text-to-left {
    margin-left: 0%;
}
	.pl-4{
		padding-left:0 !important;
	}
	
	.choose-row {
    padding-right: 0%;
}
	.fullwidth-image.outline-bottom-right-image 
	{
		margin-left:0;
	}
	
	.service-left,
	.service-right
	{
		width:100%;
		margin-left:0;
	}
	.service-left h2.service-title {
            width: 100%;
        font-size: 50px;
        line-height: 60px;
}
	.service-left {
   
   margin-top: -100px;
}
	
.servicesWrap .slick-dots {
 
    bottom: 20px;
    left: 5%;
}
	.service-content {

    padding-bottom: 100px;
}
	    .page-service-img {
        height: 300px;
    }
	.menu-left {
    padding: 100px 0px 40px;
}
	
	.single-two-images {
    display: block;
}
	    .single-two-images .et_pb_column:first-child .et_pb_image_wrap {
        height: auto;
    }
	.single-two-images .et_pb_column:last-child .et_pb_image_wrap{
		width:100%;
	}
	.single-two-images .et_pb_column:last-child .et_pb_image_wrap img{
		width:100% !important;
		object-fit:cover;
	}
	
	.customblurb-image .et_pb_blurb_description
	{
		display:none !important;
	}
	    .home-about-sec .outline-bottom-image:hover:before {
        bottom: -2%;
    }
	.customblurb-image:hover.outline-bottom-image:before {
    transform: scale(1);
}
	.home-about-sec .outline-bottom-image:before{
		margin-left:0 !important;
	}
	    .home-about-sec h2 {
        font-size: 56px;
        line-height: 66px;
    }
	
	    .home-slider-text .et_pb_column:nth-child(2) {
/*         padding-top: 21%; */
        padding-left: 10%;
    }
	 .home-slider-text .et_pb_column:nth-child(2)  .et_pb_text_inner {
/*     width: 301px; */
		         padding-left: 29%;
}
	.home-slider-text .et_pb_column:first-child:before {
    background: url(/wp-content/uploads/2025/12/home-banner-line-mobile-1.svg);
    background-repeat: no-repeat;
	}
	.home-slider-text .cursor{
		display:none;
	}
	    .home-page-banner-sec .slick-slide {
        padding: 8% 0 7%;
    }
	    .home-slider-text .et_pb_column:nth-child(2) {
/*         padding-top: 140px; */
        padding-left: 0;
    }
	.home-slider-text .et_pb_column:nth-child(2) .et_pb_text_inner {
        /* width: 301px; */
        padding-left: 280px;
    }
.home-slider-text .et_pb_column:nth-child(2) {
        padding-top: 0%;
        padding-left: 0;
    }
	    .home-slider-text .et_pb_column:first-child:before
 {
        height: 200%;
        bottom: -200%;
        width: 35% !important;
        background-size: contain !important;
    }
	.home-slider-text .et_pb_column:nth-child(2) .et_pb_text_inner {
        /* width: 301px; */
                padding-left: 38%;
        width: 100% !important;
        padding-top: 16%;
    }
	    .home-slider-text .et_pb_column:first-child:before {
        height: 400%;
        bottom: -400%;
        width: 30% !important;
	}
	.home-page-banner-sec .slick-dots{
		display:none !important;
	}
	.customblurb-image.outline-top-right-image .et_pb_blurb_container h4 {
    right: -24px;
	}
	
	.et_pb_section.home-project-sec{
		padding:0 !important;
	}
	.projectWrap .arrow {
    bottom: -13%;
	}
	    .et_pb_section.home-project-sec {
        padding-bottom: 40px !important;
    }
	.home-project-sec .et_pb_row{
		display:flex;
		align-items:center;
	}
	.home-project-sec .et_pb_column{
		margin-bottom:0 !important;
	}
	
	.home-project-sec h3{
		padding-bottom:0 !important;
		margin-bottom:0 !important;
	}
	  .projectWrap .arrow {
  
    bottom: -8%;
	}
	.projectWrap .arrow.right{
		  bottom: -8%;
	}
	
	.hide-desktop{
	display:block;
}
	
	.hide-mobile{
	display:none;
}
/* 	.exp-scroll-img-1:before{
		display:none;
	}
	.exp-scroll-img-1:after{
		display:none;
	} */
	.experience-scroll .exp-scroll-img-1:after {
    width: 39%;
    bottom: 62%;
    right: 25%;

}
	.experience-scroll .exp-scroll-img-1:before {
    height: 55%;
    top: -17%;
    right: 25%;
}
	.experience-scroll .exp-scroll-img-1 {
    padding-right: 45%;
    padding-bottom: 0%;
		padding-left:2%;
	}
	    .top-left-text h4 {
        left: -12px;
    }
	    .bottom-left-text h4 {
        left: -12px;
    }
	    .experience-scroll .exp-scroll-img-2 {
        padding-left: 30%;
        padding-top: 0;
    }
	
		.experience-scroll .exp-scroll-img-2:after {
   width: 39%;
        /* top: 0 !important; */
        right: 25%;
        content: '';
        position: absolute;
        width: 1px;
        height: 65%;
        background: #fff;
        top: -15%;
        left: 8%;
        z-index: 1;

}
	.experience-scroll .exp-scroll-img-2:before {
    
               height: 55%;
        top: 50%;
        right: 25%;
        content: '';
        position: absolute;
        width: 30%;
        height: 1px;
        background: #fff;
        bottom: 36%;
        /* right: 34%; */
        z-index: 1;
        left: 8%;
    
}
	.experience-scroll .et_pb_blurb_content {
    width: 100% !important;
    z-index: 4;
}
	
	
	
	.experience-scroll .exp-scroll-img-3:before ,
	.experience-scroll .exp-scroll-img-3:after 
		{
			display:none;
		}
	    .sticky-text .et_pb_blurb_container {
        right: 4%;
    }
	    .experience-scroll .exp-scroll-img-2 {
        padding-bottom: 10%;
			padding-right: 5%;
    }
	.et_pb_module.exp-scroll-img-3{
		padding-bottom:0;
		padding-left:3%;
	}
	.experience-scroll .exp-scroll-img-4 {
    padding-right: 18%;
}
	.experience-scroll .exp-scroll-img-4 {
    padding-left: 35%;
}
		.experience-scroll .exp-scroll-img-4:after {
   width: 39%;
        /* top: 0 !important; */
        right: 25%;
        content: '';
        position: absolute;
        width: 1px;
        height: 65%;
        background: #fff;
        top: -15%;
        left: 8%;
        z-index: 1;

}
	.exp-scroll-img-7.sticky-text .et_pb_blurb_description {
        right: 4%;
    }
/* 	    .sticky-text .et_pb_blurb_description {
        right: 0%;
    } */
	    .exp-scroll-img-11.sticky-text .et_pb_blurb_description {
        right: 0%;
    }
	
.experience-scroll .exp-scroll-img-4:before {
    
               height: 55%;
        top: 50%;
        right: 25%;
        content: '';
        position: absolute;
        width: 30%;
        height: 1px;
        background: #fff;
        bottom: 36%;
        /* right: 34%; */
        z-index: 1;
        left: 8%;
    
}
	.experience-scroll .et_pb_main_blurb_image{
		margin-bottom:0 !important;
	}
	
		.experience-scroll .exp-scroll-img-5:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        background: #fff;
        bottom: 60%;
        right: 0%;
        z-index: 1;
        width: 39%;
        bottom: 60%;
        left: 32%;

}
	.experience-scroll .exp-scroll-img-5:before {
    height: 55%;
        top: -17%;
        right: 25%;
             content: '';
    position: absolute;
    width: 1px;
    height: 55%;
    background: #fff;
    top: -15%;
  right: 29%;
        z-index: 1;
        left: unset;
    
}
	.experience-scroll .exp-scroll-img-5 .et_pb_blurb_content:before{
		display:none;
	}
	
	.experience-scroll .exp-scroll-img-5 {
    padding-top: 0%;
    padding-bottom: 1%;
    padding-left: 5%;
    margin-bottom: 0 !important;
    padding-right: 64% !important;
}
	.experience-scroll .exp-scroll-img-6 {
    padding-left: 41%;
    padding-top: 0%;
    margin-top: -21%;
}
	.experience-scroll .exp-scroll-img-6:after,
	.experience-scroll .exp-scroll-img-6:before{
		display:none
	}
	.experience-scroll .exp-scroll-img-7 {
    padding-top: 11%;
		
		padding-bottom:0;
	}
	.experience-scroll .exp-scroll-img-7 img{
		padding-right:35%;
	}
	
		.experience-scroll .exp-scroll-img-7:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        background: #fff;
        bottom: 18%;
        right: 0%;
        z-index: 1;
        width: 39%;
    
        left: 32%;

}
	.experience-scroll .exp-scroll-img-7:before {
    height: 55%;
        top: -17%;
        right: 25%;
         content: '';
        position: absolute;
        width: 1px;
        height: 31%;
        background: #fff;
        bottom: -13%;
        right: 29%;
        z-index: 1;
        left: unset;
        top: unset;
    
}
	
		.experience-scroll .exp-scroll-img-8:after {
                content: '';
        position: absolute;
        width: 50%;
        height: 66%;
        background: #fff;
        bottom: 18%;
        right: 0%;
        z-index: 1;
        width: 1px;
        bottom: -18%;
        left: 21%;

}
	.experience-scroll .exp-scroll-img-8:before {
          height: 55%;
        top: -17%;
        right: 25%;
        content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        background: #fff;
        bottom: 48%;
        right: 29%;
        z-index: 1;
        left: unset;
        top: unset;
    
}
	.experience-scroll .exp-scroll-img-9:before {
            content: '';
        position: absolute;
        width: 1px;
        height: 52%;
        background: #fff;
        bottom: -22%;
        right: 19%;
        z-index: 1;
        top: unset;
}
	.experience-scroll .exp-scroll-img-9:after {
           content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        background: #fff;
        bottom: 30%;
        right: 19%;
        z-index: 1;
}
	
	.experience-scroll .exp-scroll-img-8 {
    padding-bottom: 0%;
    padding-top: 0%;
    padding-left: 33%;
}
	.experience-scroll .exp-scroll-img-10 {
    padding-bottom: 10%;
    padding-top: 0%;
    padding-left: 51%;
}
	
	
	.experience-scroll .exp-scroll-img-9 {
    padding-top: 0%;
    padding-bottom: 4%;
    padding-right: 36%;
 
}
	
	.experience-scroll .exp-scroll-img-9 .et_pb_main_blurb_image .et_pb_image_wrap{
	   height: 200px;
	}
	.experience-scroll .exp-scroll-img-9 img{
		height:100%;
		object-fit:cover;
	}
	
	    .exp-scroll-img-11.sticky-text .et_pb_blurb_container {
        left: 0;
        right: unset;
        width: 100%;
    }
	   .exp-scroll-img-11.sticky-text .et_pb_blurb_description p sup {
        top: 1rem;
    }
	
/* 	.mobile-close-icon {
    top: 42px;
	} */
	.custom-mobile-menu.opened .mobile-close-icon img{
		width:auto !important;
	}
	.choose-row:hover{
		margin-left:0 !important;
	}
	.choose-row .et_pb_text_inner{
		width:100%;
	}
	
	.fullwidth-image.outline-bottom-right-image{
		margin-left: 10%;
	}
     
	.who-we-are-secondarybanner .et_pb_column:nth-child(2) {
        width: 37% !important;
        margin-right: 13% !important;
    }
	
	.who-we-are-secondarybanner .et_pb_column:nth-child(2) .et_pb_module{
		margin:0 !important;
		       
	}
	.who-we-are-secondarybanner .et_pb_column:last-child{
		width:45% !important;
	}
	.who-we-are-secondarybanner .et_pb_column:last-child .et_pb_module{
		margin:0 !important;
	}
	
	/** footer 2025 **/
	.footer-col-1 {
    width: 45%;
    margin-right: 4% !important;
}
	.footer-col-2 {
    width: 50% !important;
    margin-right: 0% !important;
}
	.footer-col-3 {
    width: 45% !important;
    margin-right: 4% !important;
}
	.footer-col-4 {
    width: 50% !important;
    margin-right: 0% !important;
}
	.single-blog-text span.et_pb_image_wrap {
    height:500px;
}

.single-blog-text span.et_pb_image_wrap  img{
    height:100%;
    object-fit: cover;
}
	
	.fullheight-image-row {
    display: block;
	}
	 .exp-scroll-img-3.sticky-text .et_pb_blurb_description {
        right: -10%;
    }
	.experience-scroll{
		padding-top:0 !important;
		padding-bottom:0 !important;
	}
}

@media only screen and (max-width: 768px) {
  
        h2 {
        font-size: 32px;
        line-height: 47px;
    }
    p {
        font-size: 17px;
        line-height: 1.3;
    }
	.headeropen-logo {

    top: 80px;
 
}
		.medium-row.et_pb_row {
    width: 90% !important;
   
}
.normal-img , .hover-img{
    height: 60px;
    margin-bottom: 0 !important;
}
	
	.page-banner p {
    font-size: 18px;
    line-height: 24px;
}   
	.pl-5 {
    padding-left: 2rem !important;
}
	    .page-banner .customblurb-image {
        margin-left: 2rem !important;
        margin-right: 2rem;
    }
	    .banner-large-text h1 {
        font-size: 100px;
        line-height: 30px;
        letter-spacing: 0px;
    }
	    h3 {
        font-size: 30px !important;
    }
	.signupcta form {
    display: block;
    align-items: flex-start;
}
	.signupcta .gform-body.gform_body {
    width: 100%;
}
	.signupcta .gform-footer.gform_footer {
    width: 100%;
    margin-left: 0px;
    padding-top: 10px;
}
	.primarybg.signupcta .et_pb_row {
    padding-bottom: 40px;
}
	.header-contactbtn
	{
		display:none;
	}
	
	.custom-footer .et_pb_column {
		width:100% !important;
	}
	.custom-footer ul{
		margin-bottom:0 !important;
	}
	
	    .home-about-sec h2 {
        font-size: 46px;
        line-height: 56px;
    }
	   .home-about-sec  .customblurb-image {
        margin-left: 1rem;
        margin-right: 1rem;
		           margin-bottom: 10px !important;
    }
	.director-led-text .et_pb_text_inner{
		text-align:left !important;
	}
	.et_pb_module.fullwidth-image.outline-top-right-image{
    margin-left: 9%;
}
	.cb-ml{
		margin-left:2rem;
	}
	
	.vpage_slider .slick-slider {
    height: 650px;
}
	.vpage_slider .slick-track {
    height: 650px;
}
	    .home-slider-text .et_pb_column:nth-child(2) {
        padding-top: 0;
        padding-left: 0;
    }
	    .home-page-banner-sec .slick-slide {
        padding: 8% 0 9%;
    }
	 .home-slider-text .et_pb_column:first-child:before
 {
        height: 200%;
        bottom: -200%;
        width: 35% !important;
        background-size: contain !important;
    }
	
	.home-footer-logo img{
		width:250px !important;
	}
	
	    span.exp-text {
        font-size: 36px;
        line-height: 42px;
    }
	    .sticky-text .et_pb_blurb_description p {
        font-size: 4.1rem;
        line-height: 3.3rem;
    }
	    .mobile-close-icon {
        position: absolute;
        top: 70px;
    }
	
	    .single-blog-banner h1 {
        font-size: 30px;
			line-height:40px;
    }
	.single-blog-text h2 {
    font-size: 26px !important;
    line-height: 32px !important;
	}
	
	.cb-top-left{
		border-bottom:0 !important;
		margin-bottom:10px;
	}
	.cb-grid{
		margin-top:10px;
	}
	  
}

@media only screen and (max-width:600px){
	.single-blog-text span.et_pb_image_wrap {
        height: auto;
    }
	.single-height-images {
    display: block;
}
}

@media only screen and (max-width: 480px) {
   
	    h2 {
        font-size: 26px;
        line-height: 38px;
    }
  .et_pb_menu .et_mobile_menu {
        width: 140%;
	}
	    .secondary-font {
        font-size: 45px;
    }
	  
	.header-logo-text p {
        font-size: 10px;
    }
	  
	    .et_pb_section.home-banner {
        height: 550px;
        padding-top: 120px;
	}
	    .home-banner img {
        width: 250px !important;
    }
	    .image-withicons-sec-row p {
        font-size: 14px;
        line-height: 18px;
    }

   .custom-header .header-col-1 img {
    width: 150px !important;
}
	.custom-mobile-menu.opened img{
		width:150px !important;
	}
	.header-contactbtn{
		display:none;
	}
	.mobile-close-icon {
    position: absolute;
    top: 50px;
	}
	.hide-mobile-480{
		display:none;
	}
	.menu-left {
    padding: 100px 0px 40px;
}
	.hide-desktop-480{
		display:block;
	}
	    .section-with-gallery .margin-top {
        margin-top: 0px;
    }
	h3.et_pb_gallery_title {
    font-size: 13px !important;
	}
	
		.pl-5 {
    padding-left: 1.1rem !important;
}
	    .page-banner .customblurb-image {
        margin-left: 1.1rem !important;
        margin-right: 1.1rem;
    }
	    .banner-large-text h1 {
        font-size: 80px;
        line-height: 30px;
        letter-spacing: 0px;
    }
	
	.what-we-do-points h4 {
    font-size: 17px;
    line-height: 18px;
  
}
	    .cb-grid .post-image {
        height: 300px;
    }
	
	    .project-list {
        width: 100%;
    }
	.et_pb_section h2 {
    font-size: 50px;
    line-height: 60px;
}
	 	.home-project-sec h3 {
        font-size: 24px !important;
    }
	
	    	.home-project-sec a.actionbtn {
        font-size: 13px;
        line-height: 22px;
        padding: 10px 10px;
    }
	
	    .exp-scroll-img-7 span.exp-text {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
	      .exp-scroll-img-7.sticky-text .et_pb_blurb_description p {
        font-size: 3.1rem;
        line-height: 3.3rem;
    }
	    .exp-scroll-img-7.sticky-text .et_pb_blurb_description p sup {
        top: -1rem;
    }
	
}


@media only screen and (max-width:380px) {
      .video-col {
        height: 180px;
    }
}
@media only screen and (max-width:360px){
	 .video-col {
        height: 180px;
    }
}