

@font-face {
    font-family: 'post_groteskbold';
    src: url('fonts/postgrotesk/postgrotesk-bold-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'post_groteskbold_italic';
    src: url('fonts/postgrotesk/postgrotesk-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'post_groteskbook';
    src: url('fonts/postgrotesk/postgrotesk-book-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'post_groteskbook_italic';
    src: url('fonts/postgrotesk/postgrotesk-bookitalic-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'post_grotesklight';
    src: url('fonts/postgrotesk/postgrotesk-light-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'post_grotesklight_italic';
    src: url('fonts/postgrotesk/postgrotesk-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'post_groteskmedium';
    src: url('fonts/postgrotesk/postgrotesk-medium-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'post_groteskmedium_italic';
    src: url('fonts/postgrotesk/postgrotesk-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/postgrotesk/postgrotesk-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'inter';
    src: url('fonts/Inter/Inter-VariableFont_opszwght.ttf') format('truetype'),
         url('fonts/Inter/Inter-VariableFont_opszwght.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
   /* font-family: 'inter';
    src: url('fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; */
}



@font-face {
    font-family: 'inter_italic';
    src: url('fonts/inter/Inter-Italic-VariableFont_opszwght.ttf') format('truetype'),
     url('fonts/inter/Inter-Italic-VariableFont_opszwght.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'signifier-light';
    src: url('fonts/signifier/signifier-light.woff2') format('truetype'),
         url('fonts/signifier/signifier-light.woff2') format('woff');
 font-weight: 300; /* or normal if you don’t know the actual weight */
  font-style: normal;

}

@font-face {
    font-family: 'signifier-regular-italic';
    src: url('fonts/signifier/signifier-regular-italic.woff2') format('truetype'),
         url('fonts/signifier/signifier-regular-italic.woff2') format('woff');
  font-weight: 400;
  font-style: italic;

}



.getFooteroShow.section {
    cursor: pointer;
    min-height: 460px;    background: #F4F0EA;
}


#infoModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(245 245 245);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#infoModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#infoModal .modal-content {
    border: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

#infoModal .modal-header {
    position: absolute;
    top: 11px;
    right: 2rem;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
}

#infoModal .btn-close {
    background: none;
    border: none;
    font-size: 2.5rem;
    opacity: 1;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s ease;    font-family: 'post_grotesklight';

font-weight: 400;
font-style: normal;

}

#infoModal .btn-close:hover {
    opacity: 0.7;
}
#navbar{
           padding-top: 4px; 
}

#infoModal .modal-body {
    flex: 1;

padding: 35px;     padding-top: 26px;

}

#infoModal .container-fluid {
    width: 100%;    padding: 0;
}

#infoModal .info-content-left h2 {
    margin-bottom: 1.7rem;

}

#infoModal .info-content-left p {
font-size: 28px;
line-height: 36px;
letter-spacing: 0%; 

    font-weight: normal;

font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;


}

#infoModal .info-content-left em {
    font-style: italic;
}

#infoModal .info-content-right h6 {
font-size: 16px;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #000;  font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal; font-family: 'inter';
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;

}

#infoModal .services-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
}

#infoModal .services-list li
,#infoModal .connect-section p
,#infoModal .contact-section p
{

font-weight: 400;
font-size: 18px;
line-height: 21px;
    font-family: 'post_grotesklight';
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

#infoModal .contact-section,
#infoModal .connect-section {
    margin-bottom: 47px;
}

#infoModal .contact-section p,
#infoModal .connect-section p {
    /* font-size: 0.85rem;
    line-height: 1.4;
    color: #000; */
}

#infoModal .contact-section a {
    color: #000;
    text-decoration: none;
}

#infoModal .contact-section a:hover {
    text-decoration: underline;
}
#infoModal .contact-section a:after, #infoModal .connect-section a:after {
    content: "";
    opacity: 0;
        height: 0;
    background: none;
}
#infoModal .contact-section a, #infoModal .connect-section a{
    text-decoration: none;
}
#infoModal .contact-section a:hover, #infoModal .connect-section a:hover{
        text-decoration: underline;    color: #070606;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    #infoModal .modal-body {
        padding: 2rem 1rem;
    }
    
    #infoModal .modal-header {
        top: 1rem;
        right: 1rem;
    }
    
    #infoModal .btn-close {
        font-size: 2rem;
    }
    
    #infoModal .col-md-8,
    #infoModal .col-md-3 {
        margin-bottom: 2rem;
    }
}


/***** header styles ******/
.pad-0{ padding-left:0 !important; padding-right:0 !important;}
header ul{ 
    padding: 0; list-style: none;
    display: flex;
    align-items: center;
    margin: 0 !important;
    margin-top: -4px !important;
}
header ul:not(.multilanguage) li {
    margin-right: 60px;
}
header ul li a{
    color: #333333;
    font-family: 'post_grotesklight';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.26px;
    /* line-height: 17px;     */
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;

}
header ul li a:hover{ color: #000;}
header ul li.current_page_item a{ 
    font-family: 'post_groteskmedium';
}
.lang-zh-hant header ul li.current_page_item a{ 
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 800 !important;
}


.navigationLeft ul li:last-child,.navigationRight ul li:last-child{
    margin-right: 0px;
}

ul.multilanguage li, div.multilanguage ul li{    position: relative;
    padding-left: 6px !important;
    padding-right: 6px !important;}
ul.multilanguage li:first-child:before, div.multilanguage ul li:first-child:before{
    content: '';
    width: 1px;
    height: 11px;
    background: #333333;
    position: absolute;
    right: -1px;
    top: 24px;

}
div.multilanguage ul li a {
    display: inline;
    padding: 0px;
    line-height: inherit;
}
ul.multilanguage li.active a, div.multilanguage li.wpml-ls-current-language a {
    color: #000;
    font-family: 'post_groteskmedium';

}

.contactUsOverlay {
    background: #000000d9;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    padding-top: 80px;
    padding-bottom: 60px;        
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 600ms, opacity 600ms;

}
.contactUsOverlay.result_hover {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 600ms;
}

.contactUsOverlay .padding-defaul64{
    position: relative;
}
.shapePattern {
    position: absolute;
    right: 63px;
    top: 0;
}
.contactUsOverlay.result_hover {
    /* display: block; */
    /* visibility: visible;
    opacity: 1;    
    animation: fade-in 1s;     */
}
.contactUsOverlay p,.contactUsOverlay h3,.contactUsOverlay a{
    color: #fff;
    font-family: 'post_grotesklight';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.26px;
    font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;

}   
.contactUsOverlay h3{  font-family: 'post_groteskmedium';} 
.contactUsOverlay p {
    margin-bottom: 0.844rem;
}
.contactUsOverlay p:last-child{
    margin-bottom: 0;;
}
.pageSpacer{ height: 210px;}

.headingCaptionMbt{
    font-size: 14px;
    color: #333333;
    /*font-weight: 500;*/
    /*letter-spacing: -0.88px;*/
    letter-spacing: 0.1px;
    line-height: 17px;
    font-family: 'post_groteskbook';
    text-align: center;
    margin-top: 17px;

}
.spacerTop175{ margin-top: 172px;}
.aboutPageDescriptionBottomText{margin-top: 63px;}
.aboutPageDescription p,.aboutPageDescriptionBottomText p{
    color: #333333;
    font-family: 'post_grotesklight';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

.carasoulHeading {
    font-family: 'post_groteskmedium';
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.04px;
    text-align: center;
    margin-bottom: 12px;
}

.homePageSliderSlick .slideRowRepeater .imageBoxSec{
    display: flex;
}
.slickSlideHome .slideDescripText{ margin-top: 25px; }
.slideDescripText .disCity{
 font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    margin: 0;    margin-bottom: 10px;
}
.slideDescripText .disCity strong{
 
}

.slideDescripText .slideDecrParagraph{
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
}
.slideRowRepeater a:hover,.slideRowRepeater a{text-decoration: none; display: block;}
.imageOneLeft {
    padding-right: 5px;
}
.imageTwoRight {
    padding-left: 5px;
}




 /* the slides */
 .slick-slide {
    margin: 0 5px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -5px;
  }


  .slick-next, .slick-prev{
    /* margin-top: -72px; */
    top: 36%;
    transform: translateY(-36%);
  }
  .slick-prev,.slick-next{ width: 18px; height: 34px;    z-index: 1234; }
  .slick-prev,.slick-prev:focus,.slick-prev:hover{
      background: url(assets/images/Arrow_left.svg);
  }
  .slick-next,.slick-next:focus,.slick-next:hover{
      background: url(assets/images/Arrow_right.svg);
  }
  
  .slick-prev:before{ visibility: hidden; opacity: 0;}
  .slick-next:before{visibility: hidden; opacity: 0;}
  .slick-prev{
      left: -38px;
  }
  .slick-next {
    right: -38px;
}
  


  .descriptionSLide {
    margin-top: 13px;
    text-align: center;
}
.descriptionSLide h4{
  font-family: 'post_groteskmedium';
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  margin-bottom: 2px;
}
.descriptionSLide p{
    font-family: 'post_grotesklight';
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;  line-height: 1.3; margin: 0;font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

.slideItem a {
    display: block;
}
.slideItem a:hover{text-decoration: none;}
.slickSlide .slick-dots,.slick-dots{
    position: static;
    margin-top: 18px;
}
.slick-dots li{
    margin: 0 0px;
    width: 11px;
    height: 11px;
    padding: 0;
}
.slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
    display: block;
    background: #f0f0f0;
    border-radius: 100px;
    border: 1px solid #90908f;
}
.slick-dots li button:before{
    font-size: 10px;
    width: 15px;
    height: 15px;    
}

.slick-dots li button:before{
    content: none;
}
.slick-dots li.slick-active button{
    background: #333333;
    border: 1px solid #333333;
}

.homePageSliderSlick .slick-list {
    margin: 0 -43px;
}
.homePageSliderSlick .slick-slide {
    margin: 0 43px;
}
.pageSpacer230{margin-top: 218px;}
.footer-logo img {
    width: 100%;
    opacity: 10%;
}


.bespokePageContainer .nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex: 1 1 auto;
    padding: 10px 20px;
    /* margin-top: 40px; */
  }
  
  .bespokePageContainer   .nav-item {
    position: relative;
    /* padding: 0 5px; */
    margin: 0 10px;
    text-decoration: none;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;    
    color: #333333;
    font-family: 'post_grotesklight';font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
  }
  .bespokePageContainer   .nav-item:hover,.bespokePageContainer .nav-item:hover{ text-decoration: underline;}

  .bespokePageContainer   .nav-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    height: 0px;    
    background: #595959;
    transition: all 500ms;
  }
  .bespokePageContainer   .nav-item.active {
    color: black;
    transition: all 350ms;
    font-family: 'post_groteskmedium';
  }
  .bespokePageContainer   .nav-item.active:before {
    width: 100%;
  }
  
  .bespokePageContainer   .portfolio {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;    
  }
  
  .bespokePageContainer   .project {
    position: relative;
    /* flex: 1 0 calc(100% - 20px);
    margin: 5px; */
    width: 33.333%;
    padding: 5px;


  }

  .bespokePageContainer   .project a:hover{
      text-decoration: none;
  }

  .bespokePageContainer   .project:hover .project-info {
    /* background: rgba(89, 89, 89, 0.7); */
  }
  main#mainPage {
    margin-top: 168px;
}

a.nav-item.disableLink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

header ul li a,a,.pageWrapperParentMbt .project .project-info-title,span.hoverState,.hoverState,.hoverStateActive .hoverState{
    position: relative;
}
header ul li a:hover,.bespokePageContainer .nav-item:hover, .bespokePageContainer .nav-item:hover,a:hover{text-decoration: none;}
header ul li a::after,.bespokePageContainer .nav-item:after, .bespokePageContainer .nav-item:after,a:not(.navbar-brand, .footer-logo a,.portfolio a):after
,.pageWrapperParentMbt .project a .project-info-title .hoverState:after,.hoverStateActive .hoverState:after

{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #333333;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}
.page-template-template-partshome-template-php header:not(.showSecondHead) ul li a::after, .single header:not(.showSecondHead).wihte-header ul li a::after,.contactUsOverlay a::after{

      background-color: #fff !important; 
}

header ul li a:hover::after, header ul li a:focus::after
,.bespokePageContainer .nav-item:hover::after, .bespokePageContainer .nav-item:hover::after,a:not(.navbar-brand, .footer-logo a,.portfolio a):hover::after
,.pageWrapperParentMbt .project a:hover .project-info-title .hoverState::after,.hoverStateActive  a:hover .hoverState::after

{
    opacity: 1;
    transform: translate3d(0, 1px, 0);
}
.slickSlideHome a:after{ content: none !important;}
li#menu-item-5466 {
    display: none;
}


.hoverStateActive  a:hover:after{display: none;}


.wpml-ls-legacy-list-horizontal{
    padding: 0px !important;
    margin-top: -6px;
    border: 0;
}






body.lang-zh-hant header ul li:not(.wpml-ls-item) a,body.lang-zh-hant
body.lang-zh-hant .aboutPageDescription p,body.lang-zh-hant .aboutPageDescriptionBottomText p,
body.lang-zh-hant .contactUsOverlay p,body.lang-zh-hant .contactUsOverlay h3,body.lang-zh-hant .contactUsOverlay a
,body.lang-zh-hant .slideDescripText .slideDecrParagraph,body.lang-zh-hant .bespokePageContainer .project-info-title
,body.lang-zh-hant  .contentDescription p,body.lang-zh-hant:not(.page-template-temp-about) .carasoulHeading,body.lang-zh-hant  .bespokePageContainer .nav-item
,body.lang-zh-hant .aboutPageDescription p,body.lang-zh-hant  .aboutPageDescriptionBottomText p,body.lang-zh-hant .slideDescripText .disCity
,body.lang-zh-hant .headingCaptionMbt
,body.lang-zh-hant .left-right-fields .left p,body.lang-zh-hant .left-right-fields .right p,body.lang-zh-hant .left-right-fields .left a,body.lang-zh-hant .left-right-fields .right a
{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
}

body.lang-zh-hant  .bespokePageContainer .nav-item.active,body.lang-zh-hant  p.disCity.project-info-title,body.lang-zh-hant  strong{
    font-weight: 500;
}

body.lang-zh-hant .multilanguage ul li:last-child a {
    position: relative;
    top: 1px;
}

a#nav-icon4:after{
    content: none;
}

.home p.slideDecrParagraph {
    /* display: none; */
}
.edit-button-class{
    position: absolute;
    left: 8px;
    bottom: 0px;
    z-index: 458789;
    z-index: 9999;  
    display: none;
}
.btn.btn-primary.btn-edit-post-link {
    color: #fff;
    background-color: #666;
    border-color: #666;
  }


/* //new animation plus minus */
.plusminus {
    position: relative;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 1;
    top:-1px; margin-right: 2px;
  }
  .plusminus.active:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
  }
  .plusminus.active:after {
    transform: translatey(-50%) rotate(0);
  }
  .plusminus:before, .plusminus:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 2px;
  }
  .plusminus:before {
    transform: translatey(-50%);
  }
  .plusminus:after {
    transform: translatey(-50%) rotate(90deg);
  }
html body .pageNotfound span{
    font-family: 'post_groteskbold';    margin-bottom: 0;
}
.gobackHome, .gobackHome a{
    color: #333333;
    font-family: 'post_grotesklight';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}



  @media (min-width: 520px) {
    .bespokePageContainer   .project {
      /* flex: 0 0 calc((100% / 2) - 20px); */
    }
  }
  @media (min-width: 860px) {
    .bespokePageContainer    .project {
      /* flex: 0 0 calc((100% / 3) - 20px); */
    }
  }
  
.bespokePageContainer   .project-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .bespokePageContainer    .project-info {
    /* position: absolute; */
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #f6f6f6;
    background: rgba(89, 89, 89, 0.8); */
    /* opacity: 0; */
    transition: all 350ms ease-in;
  }
  .bespokePageContainer    .project-info:hover {
    opacity: 1;
  }

  .circle-plus .circle{
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-size: cover;
  }
  .circle-plus.closed .circle{
    background-image: url(assets/images/plus.svg);
  }
  .circle-plus.opened .circle{
    background-image: url(assets/images/minus.svg);
  }
.circle-plus .circle .horizontal,.circle-plus .circle  .vertical{
    display: none;
  }


  @media (max-width: 520px) {
    .project-info {
      opacity: 0.8;
    }
  }
  

  @media (min-width: 1024px) {
     ul.multilanguage, div.multilanguage ul {
        margin-left: 54px !important;
    }
  }
  .bespokePageContainer     .project-info-title {
    /* margin: 0 0 0.5em;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase; */
    font-weight: 500;
    font-family: 'post_groteskmedium';
  }
  
  .bespokePageContainer    .project-info-button {
    padding: 0.5em 1em;
    color: inherit;
    text-decoration: none;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    transition: all 350ms;
  }
  .bespokePageContainer    .project-info-button:hover {
    /* color: #595959;
    background: #f6f6f6;
    border-color: #f6f6f6; */
  }


ul#menu-footer {
    text-align: center;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul#menu-footer li a{
    font-size: 14px;

    letter-spacing: 0;
    line-height: 0;    
    font-family: 'post_groteskbook';
    color: #333333;
    margin-left: 10px;
    margin-right: 10px;    
}
.footer-logo {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.footer-pattern {
    height: 227px;
    background-size: cover;
}

footer#footer {
    margin-top: 135px;
}   
.parentMenuParent{
    /* max-width: 486px; */
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 70px;*/
    display: none;
}
.filterTExt {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-bottom: 10px;
}
.bespokePageContainer main#mainPage{
    margin-top: 193px;
}
.bespokePageContainer .portfolio{
    min-height: 384px;
    margin-top:70px;
}
nav.nav.category-tab {
    padding-bottom: 0;
}
.bespokePageContainer  .slideDescripText{
    margin-top: 15px;
    margin-bottom: 45px;
}
.bespokePageContainer  .slideDescripText .slideDecrParagraph{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
}
.bespokePageWrapper .slideDescripText{
    margin-top: 10px;
}

.bespokePageWrapper .slideDescripText .slideDecrParagraph strong{

    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;

 }
 .bespokePageWrapper .project-info-title{
    margin-bottom: 20px;
 }
 .bespokePageWrapper  .slideDescripText {
    margin-bottom: 105px;
}

.max1080{max-width: 1110px; margin-left: auto; margin-right: auto; width: 100%;}
.mt-10{ margin-top: 10px;}
.mb-10{ margin-bottom: 10px;;}
.posStatic{ position: static;}
.alignToTopCustomMbt{
    position: absolute;
    top: 0;
    max-width: 33.3333%;
}
.posRelative{ position: relative;}
.posStatic{ position: static;}

.designMixedLayout.layouThree  .imageTwo img {
    /* position: absolute;
    top: 0;
    max-width: 33.33%; */
}
.captionBlock span{
    font-family: 'post_groteskmedium';
    color: #333333;
    font-size: 13px;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    display: block;
    line-height: 15px;
}
.mt-30{ margin-top: 30px;}
.mb-175{ margin-bottom: 175px;}
.minusTop10{margin-top: -10%;}
.emptyHeight{ float: left; width: 100%;}
.emptyHeight::after{
    content: "";
  clear: both;
  display: table;
}

.designMixedLayout.layoutFour .imageTwo  {
    /* position: relative;
    top: 0;
    max-width: 33.33%;
    right: 0; */

}
.designMixedLayout.layoutFour .imageThree{
    /* position: relative;
    top: 433px;
    right: 0;     */
}
.designMixedLayout.layoutFour .imageFour{}
.designMixedLayout.layoutFour .imageFive{}

.colRight .imageThree img{ width: 100%;}
.row.captionBlock {
    margin-bottom: 160px;
}
.logoWhite{ display: none;}



.single  header:not(.showSecondHead).wihte-header .logoWhite{display: inline-block;}
.single  header:not(.showSecondHead).wihte-header .logoBlack{ display: none;}
.page-template-template-partshome-template-php  header:not(.showSecondHead) .logoWhite{display: inline-block;}

.page-template-template-partshome-template-php  header:not(.showSecondHead) ul li a
,.single  header:not(.showSecondHead).wihte-header ul li a


{    color: #ffffff;}

.page-template-template-partshome-template-php  header:not(.showSecondHead) ul.multilanguage li:first-child:before,
.single  header:not(.showSecondHead).wihte-header ul.multilanguage li:first-child:before
,.home header:not(.showSecondHead) ul.multilanguage li:first-child:before,.home  header:not(.showSecondHead) div.multilanguage ul li:first-child:before
,.single  header:not(.showSecondHead).wihte-header ul.multilanguage li:first-child:before,.single  header:not(.showSecondHead).wihte-header div.multilanguage ul li:first-child:before



{
    background: #fff;
}

.page-template-template-partshome-template-php  header:not(.showSecondHead) .logoBlack{ display: none;}
.designMixedLayout .space_above_175 {
    margin-bottom: 15px;
}
.space_above_175 {
    margin-top: 245px;  
}
.contentDescription p{
font-family: "EB Garamond";
 font-family: 'signifier-light';
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #484848;
text-align: center;
}
.contentDescription a{
    font-family: 'post_groteskmedium';
    font-size: 13px;
    letter-spacing: 0.24px;
    line-height: 17px;
    color: #333333;
}
.textBlock.contentDescription{ margin-bottom: 37px;}
.slider-section .project-info.slideDescripText {
    margin-top: 25px;
  
    margin-bottom: 154px
}
.slider-section .slideDescripText .disCity{
    font-family: 'post_groteskmedium';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.24px;
    text-align: center;
}
.home .slideDescripText {
    text-align: left;
}
.slider-section .slideDescripText  p{
    font-family: 'post_grotesklight';
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
.relatedProjects  .slideDescripText {
    margin-top: 15px;
    margin-bottom: 45px;
}
.relatedProjects .slideDescripText {
    margin-top: 15px;
    margin-bottom: 45px;
}

.relatedProjects .project-info-title {
    font-weight: 500;
    font-family: 'post_groteskmedium';
}

.relatedProjects .disCity {
    font-family: 'post_grotesklight';
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    font-weight: 500;
    font-family: 'post_groteskmedium';    font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
.relatedProjects .slideDecrParagraph {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
}
.relatedProjects a:hover{text-decoration: none;}

.relatedProjects .relatedProjectHeading {
    color: #000000;
    font-family: 'post_groteskmedium';    
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-bottom: 30px;
}
.darkHeaderr{ 

    background: #fbfbf9;
    opacity: 0;

}


.showSecondHead{
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
   


}

.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}
.closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}  
.opened {
    opacity: 1;
}
.opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}
.opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}
.circle-plus .circle {
    position: relative;
}
.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #1a1919;
    width: 10px;
    height: 2px;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -2.5px;
}
.circle-plus .circle .vertical {
    position: absolute;
    background-color: #1a1919;
    width: 2px;
    height: 10px;
    left: 50%;
    margin-left: -8.5px;
    top: 50%;
    margin-top: -7px;
}

/*zeeshan css*/
a.sound-onn.sounds-buttons {
    display: none;
}
.custom-controlbar .buttons {
    width: 5%;
}
.custom-controlbar .custom-seekbar {
    width: 95%;
}
span.hoverState {
    font-size: 14px;
}
.slider-section .slideDescripText .disCity {
    font-size: 14px;
}

@media screen and (min-width:992px) and (max-width:1480px){

    .contactUsOverlay .col-md-2.col-sm-3 {
        -webkit-flex: 0 0 24.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 24.66667%;
        flex: 0 0 24.66667%;
        max-width: 24.66667%;
    }

}


@media screen and (min-width:768px) and (max-width:991px){

    .contactUsOverlay .col-md-2.col-sm-3 {
        -webkit-flex: 0 0 31.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 31.66667%;
        flex: 0 0 31.66667%;
        max-width: 31.66667%;
    }

}

@media screen and (min-width:992px){
    .fullWidthDropdown a {
        pointer-events: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px){
    .pageSpacer{
        height: 103px;
    }
}



@media screen and (max-width:767px){
    .pageSpacer{
        height: 0px !important;
    }
    
}



/***** 20-01-2023 tasks done by asif==== */

.home-page-hero-icon{
    position: absolute;
bottom: 180px;
width: 40px;
z-index: 99;
height: 40px;
display: none;
}

.home-page-hero-icon a:after{
 display:none;
}
.mobileHeroVideo {
    position: relative;
}


/***** 20/06/2025 for Cabinet Cachet ==== */

.CC_catchcopy p{
font-family: "EB Garamond";
 font-family: 'signifier-light';
font-size: 28px;

}


.CC_contact p{
color: #484848;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.CC_contact h6{
color: #484848;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 7px !important;
}


.fp-table{
        background: #000;
}

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,footer,header,nav,section{display:block}
h1{font-size:2em;margin:.67em 0}
figcaption,figure,main{display:block}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit;font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
dfn{font-style:italic}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
.getFooteroShow small{font-size:100%;    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
img{border-style:none}
svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details,menu{display:block}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[hidden]{display:none}

html{box-sizing:border-box}
*,:after,:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden}
body{margin:0;font-weight:400;-webkit-font-smoothing:antialiased;font-size:12px;letter-spacing:0;line-height:13px;background:#fff;color:#000}
@media (min-width:992px) {
body{font-size:12px;line-height:14px}
}
h1,h2,h3,h4{margin:0;font-size:12px;letter-spacing:0;word-spacing:auto;line-height:13px;-webkit-font-smoothing:antialiased;font-weight:700;color:inherit}
@media (min-width:992px) {
h1,h2,h3,h4{font-size:12px;line-height:14px}
}
p,ul{margin:0;padding:0;line-height:13px;margin-bottom:1em;letter-spacing:0;word-spacing:auto;font-size:12px;color:inherit}
p:last-child,ul:last-child{margin-bottom:0}
p li,ul li{list-style-position:inside}
@media (min-width:992px) {
p,ul{font-size:12px;line-height:14px}
}
a{color:inherit;text-decoration:underline}
svg{fill:currentColor}
.clear{clear:both}
b,h1,h2,h3,h4,h5,h6,strong{font-weight:400}
img.lazy,img.swiper-lazy,video.lazy{opacity:0;transition:opacity .4s ease}
img.lazy.loaded,img.lazy.swiper-lazy-loaded,img.swiper-lazy.loaded,img.swiper-lazy.swiper-lazy-loaded,video.lazy.loaded,video.lazy.swiper-lazy-loaded{opacity:1}
@media (min-width:992px) {
.only_mob{display:none}
}
.only_desktop{display:none}
@media (min-width:992px) {
.only_desktop{display:inline-block}
}
.font-secondary{font-family:TimesNow,sans-serif}
.font-xl,.font-xl *{font-size:26px;line-height:32px}
@media (min-width:992px) {
.font-xl,.font-xl *{font-size:42px;line-height:47.5px}
}
.close-icon{width:21px;height:21px;display:inline-block;position:relative;transform:rotate(45deg);transition:transform .2s ease}
.close-icon:hover{transform:rotate(-45deg)}
.close-icon:before{content:"";height:1px;width:100%;background:currentColor;top:10px;left:0;position:absolute}
.close-icon:after{content:"";width:1px;height:100%;background:currentColor;left:10px;top:0;position:absolute}
#site_header{padding:25px;text-transform:uppercase;text-align:center;font-weight:700;position:absolute;top:0;left:0;width:100%;z-index:2;transition:color .7s}
#site_header h1,#site_header h2,#site_header h3{font-weight:700}
#site_header svg{width:105px;height:auto;margin-bottom:5px}
@media (min-width:992px) {
#site_header svg{margin-left:-5px}
}
#site_header a{text-decoration:none;mix-blend-mode:difference}
#site_header a:hover{opacity:.7}
#site_header .right p{display:inline-block;vertical-align:top;margin:0}
#site_header .right{display:flex;flex-wrap:wrap;justify-content:center}
#site_header .volume{line-height:0;cursor:pointer;display:none;vertical-align:top;order:2;text-align:center;position:absolute;top:25px;right:25px}
@media (min-width:992px) {
#site_header .volume{order:initial;width:auto;padding-right:8px;transform:translate(0,-2.5px);position:relative;top:auto;right:auto}
}
#site_header .volume svg{height:18px;width:auto;fill:currentColor}
#site_header .volume.sound-off .icon-sound-on{display:none}
#site_header .volume.sound-off .icon-sound-off{display:inline-block}
#site_header .volume.sound-on .icon-sound-off{display:none}
#site_header .volume.sound-on .icon-sound-on{display:inline-block}
#site_header.has_video .volume{display:inline-block}
@media (min-width:992px) {
#site_header{display:flex;justify-content:space-between;text-align:left;padding:30px}
}
#site_footer{padding:20px 25px;text-align:center;position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:end;z-index:2;transform:translate3d(0,0,0);transition:color .7s;gap:8px}
#site_footer .dots{flex:1;border-bottom:2px dotted currentColor;transition:border-color .7s;min-width:20px;transform:translate(0,-4px)}
#site_footer .client{font-size:15px;line-height:20px;text-align:left;white-space:nowrap}
@media (min-width:992px) {
#site_footer .client{font-size:16px}
}
#site_footer .services{font-family:TimesNow,sans-serif;font-size:16px;line-height:20px;font-style:italic;font-weight:700;text-align:right;white-space:nowrap;transform:translate(0,2px)}
@media (min-width:992px) {
#site_footer .services{font-size:17px}
}
#site_footer .volume{line-height:0;transform:translate(0,2.5px);cursor:pointer;display:none}
#site_footer .volume svg{height:18px;width:auto;fill:currentColor}
#site_footer .volume.sound-off .icon-sound-on{display:none}
#site_footer .volume.sound-off .icon-sound-off{display:block}
#site_footer .volume.sound-on .icon-sound-off{display:none}
#site_footer .volume.sound-on .icon-sound-on{display:block}
#site_footer.has_video .volume{display:block}
@media (min-width:992px) {
#site_footer{display:flex;justify-content:space-between;text-align:left;padding:25px 30px}
}
#information{background:#3662d8;position:fixed;top:0;left:0;width:100%;bottom:0;overflow:auto;padding:25px;z-index:10;pointer-events:none;transform-origin:top right;transform:rotate(-90deg);transition:transform .5s}
@media (min-width:992px) {
#information{padding:30px}
}
#information .grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px}
@media (min-width:992px) {
#information .grid{grid-gap:30px}
}
#information .close{grid-column:span 4;text-align:right}
#information .close a{font-style:normal;font-weight:700}
#information .sidebar{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:16px;grid-column:span 4}
@media (min-width:992px) {
#information .sidebar{grid-gap:30px}
#information .sidebar{grid-column:span 1}
}
#information .bio{grid-column:span 4;border-top:1px solid;padding-top:16px}
@media (min-width:992px) {
#information .bio{grid-column:span 3;padding-top:30px}
}
#information .clients,#information .portfolio,#information .services{padding-top:16px;border-top:1px solid}
@media (min-width:992px) {
#information .clients,#information .portfolio,#information .services{padding-top:30px}
}
#information .clients h2,#information .clients p,#information .portfolio h2,#information .portfolio p,#information .services h2,#information .services p{font-size:17px;line-height:21px}
#information .clients b,#information .clients h2,#information .clients strong,#information .portfolio b,#information .portfolio h2,#information .portfolio strong,#information .services b,#information .services h2,#information .services strong{margin-bottom:1em;font-family:HelveticaNowText,sans-serif;font-size:13.5px}
#information .clients .cols,#information .portfolio .cols,#information .services .cols{columns:2}
#information a{text-decoration:none;font-style:italic;font-weight:400}
#information a:hover{opacity:.6}
body.info-open #information{transform:rotate(0);pointer-events:auto}
#projects_wrap{position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:top right;transform:rotate(0);transition:transform .5s;background:#fff;overflow:hidden}
body.info-open #projects_wrap{transform:rotate(90deg)}
#projects{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
#projects .swiper-container,#projects .swiper-slide,#projects .swiper-wrapper{height:100%}
#projects .swiper-slide{position:relative;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);height:100vh}
#projects .fullbleed img,#projects .fullbleed video{position:absolute;top:105px;left:0;height:calc(100% - 175px);width:100%;object-fit:contain}
@media (min-width:992px) {
#projects .fullbleed img,#projects .fullbleed video{object-fit:cover;top:0;width:100%;height:100%}
}
#projects .fullbleed.with_mob_alt img,#projects .fullbleed.with_mob_alt video{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}
@media (min-width:992px) {
#projects .fullbleed.with_mob_alt img,#projects .fullbleed.with_mob_alt video{object-fit:cover;top:0;width:100%;height:100%}
}
#projects img.mobile,#projects video.mobile{display:block}
@media (min-width:992px) {
#projects img.mobile,#projects video.mobile{display:none}
}
#projects img.desktop,#projects video.desktop{display:none}
@media (min-width:992px) {
#projects img.desktop,#projects video.desktop{display:block}
}
#projects .margin img,#projects .margin video{position:absolute;top:105px;left:0;height:calc(100% - 175px);width:100%;object-fit:contain}
@media (min-width:992px) {
#projects .margin img,#projects .margin video{top:150px;left:100px;bottom:auto;width:calc(100% - 200px);height:calc(100% - 300px)}
}
#projects .margin.with_mob_alt img,#projects .margin.with_mob_alt video{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}
@media (min-width:992px) {
#projects .margin.with_mob_alt img,#projects .margin.with_mob_alt video{top:150px;left:100px;bottom:auto;object-fit:contain;width:calc(100% - 200px);height:calc(100% - 300px)}
}
#projects .top-bottom img,#projects .top-bottom video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
@media (min-width:992px) {
#projects .top-bottom img,#projects .top-bottom video{top:0;object-fit:contain;width:100%;height:100%}
}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64,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");font-weight:400;font-style:normal}


/* fullPage.js styles */
#fullpage {
	position: relative;
}

.section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide-content img,
.slide-content video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: opacity 0.3s ease;
}

/* Video loading states */
video {
	opacity: 1;
}

video:not([src]),
video[src=""] {
	opacity: 0;
}

/* Mobile/Desktop video display control */
.lazy.desktop {
	display: block;
}

.lazy.mobile {
	display: none;
}

 #fp-nav ul li a span, .fp-slidesNav ul li a span{

    background: #ffffff !important;
}


html body #fp-nav ul li a span, .fp-slidesNav ul li a span{
     opacity: 0.5;
}
html body #fp-nav ul li a.active span,
html body  #fp-nav ul li:hover a.active span,
html body  .fp-slidesNav ul li a.active span,
html body  .fp-slidesNav ul li:hover a.active span{
    height: 4px;
    width: 4px;
    margin: -2px 0 0 -2px;
    opacity: 1;
}


@media (min-width: 767px) {
.hidden-desktop{ display: none;}
}
@media (max-width: 768px) {
	.lazy.desktop {
		display: none;
	}
	
	.lazy.mobile {
		display: block;
	}
}

/* Custom pagination styles */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #000;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #000;
}
#page #fp-nav{
pointer-events: auto;
}

/* Position navigation */
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	right: 20px;
}

footer { 
	display: none;
}

/* Text overlay styling */
.slideDescripText {
	position: absolute;
	z-index: 10;
	color: white;
	/* padding: 20px; */
	/* background: rgba(0, 0, 0, 0.5); */
	/* border-radius: 10px; */
}

#slideDescripText-section-top {
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
}

#slideDescripText-section-image {
	bottom: 50px;
	right: 50px;
}

.disCity {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2;
}

.slideDecrParagraph {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

/* Repeater sections text positioning */
#slideDescripText-repeater-video {
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
}

#slideDescripText-repeater-image {
	bottom: 50px;
	right: 50px;
}

/* Feature link styling */
.feature-link {
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid white;
	transition: all 0.3s ease;
	font-weight: bold;
	margin-top: 10px;
}

.feature-link:hover {
	background: white;
	color: black;
}

.slide-content img.no-full-width {
    width: auto;
    height: auto;
        position: static;    width: 100%;
   margin-bottom: 3.5%;
}
.content-footer-at-bottom {
/* position: absolute; */
    bottom: 17%;
        bottom: 65px;
    /* width: 100%; */
    margin-left: 0;
    margin-right: 0;
    left: 35px;
    right: 35px;
}
.footer-row > div{
     padding-left: 15px;
          padding-right: 15px;
}
.footer-row  span,.footer-row  a{
    font-size: 12px;
    color: #000;
      padding-right: 25px;    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer-row  a{text-decoration: underline !important;}
.footer-row-right{
        font-size: 12px;
    color: #000;
}


.info-content-left img.overlay-logo
,.col-md-2-custom img
{
    max-width: 213px;
    width: 100%;
}
.services-section {
    padding-top: 59px;
}
.getFooteroShow .slide-content{
        display: flex;
        align-items: end;
}
.content-footer-at-bottom{
        width: 100%;    padding-left: 35px;
    padding-right: 35px;padding-bottom: 35px;
}


@media (max-width: 768px) {
	.slideDescripText {
		/* padding: 15px;
		left: 20px !important;
		right: 20px !important;
		bottom: 20px !important;
		top: auto !important;
		transform: none !important;
		width: calc(100% - 40px); */
	}
	
	.disCity {
		/* font-size: 1.8em; */
	}
	
	.slideDecrParagraph {
		/* font-size: 1em; */
	}
	
	.feature-link {
		/* font-size: 0.9em;
		padding: 8px 16px; */
	}



}

.forHeroSectionVideo  .slideDescripText
,.forHeroSectionImage  .slideDescripText

{ background: none; border-radius: 0;    text-align: left;    top: 78px;}
.forHeroSectionVideo .slideDescripText p
,.forHeroSectionImage .slideDescripText p
{
font-weight: 400;
line-height: 120%;
vertical-align: middle;
font-size: 30px;
color: #fff;
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;


}
.slideDescripText .disCity{
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.slideDescripText .slideDecrParagraph{
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
   color: #FFFFFF;
   
font-family: "EB Garamond";
 font-family: 'signifier-light';


}
.home  .for-repeater-block-videos .slideDescripText 
,.home  .for-repeater-block-image .slideDescripText {
    text-align: left;
    background: none; border-radius: 0;
    bottom: 78px;
    bottom: 40px;    
}
.home  .for-repeater-block-videos .row
,.home  .for-repeater-block-videos .row > div
,.home  .for-repeater-block-image .row
,.home  .for-repeater-block-image .row > div

{
    height: 100%;
}
.sp-text{
    font-style: italic;
    font-family: "EB Garamond";    font-weight: 400;   font-family: 'signifier-regular-italic';
    }

#infoModal .sp-text{
        font-size: 32px;
}

.fp-watermark {
    display: none;
}