

@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'),
    font-weight: normal;
    font-style: normal;

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

}


/***** 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;     */
}
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;
    
}   
.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;
}

.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: 'post_grotesklight';
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.slideDescripText .disCity strong{
    font-family: 'post_groteskbold';
}

.slideDescripText .slideDecrParagraph{
    font-family: 'post_grotesklight';
    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;
}

.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';
  }
  .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: 1px;
    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;
}

.home p.disCity{
    font-family: 'post_groteskmedium';
}
.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;
}



  @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;
    font-family: 'post_groteskmedium';
    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{
    font-family: 'post_groteskmedium';
    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-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: center;
}
.slider-section .slideDescripText  p{
    font-family: 'post_grotesklight';
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
}
.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';    
}
.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 (min-width:768px) and (max-width:991px){
    .filterTExt {
        padding-top: 90px;
    }
    #header .align-self-center {
        margin-top: -20px;
    }
}

@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-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.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;
}

