body {
  background: linear-gradient(180deg, #cdced0 0%, #f2f2f2 100%);
  color: #4c4c4e;
}
body.mainPage {
  background: #e9eaec;
}
body.engineering {
  background: #cbccc4;
}
body.property {
  background: linear-gradient(180deg, #e3e3e3 0%, #ffffff 5%);
}

.sp-pre-loader .sp-loader-circle {
  border: 3px solid fade(#38201c, 90%);
}

#sp-main-body {
    padding: 100px 0 0;
    min-height: 300px;
}

.engineering #sp-main-body {
    background: url(/images/engineering/engineering-projectbg-3.jpg) #d3dee0 bottom left no-repeat;
    background-size: contain;
    padding: 50px 0 50px;
    margin-top: 100px;
}
.gianzen-cases-list.engineering #sp-main-body {
  margin-top: 0;
}

@media (max-width: 1023px) {
  #sp-main-body {
    padding: 40px 20px 0;
  }
}

/* Fonts selected color */
::selection {
  color: #fff;
  background: #59595b;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #59595b;
}

@media (max-width: 576px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
    .h2, h2 {
        font-size: 1.4rem;
    }
    .h3, h3 {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .h4, h4 {
        font-size: 0.8rem;
    }
    .h5, h5 {
        font-size: 0.6rem;
    }
    .h6, h6 {
        font-size: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.3rem;
        letter-spacing: 1px;
    }
    .h2, h2 {
        font-size: 2rem;
        margin-bottom: 13px;
    }
    .h3, h3 {
        font-size: 1.50rem;
        margin-bottom: 13px;
    }
    .h4, h4 {
        font-size: 0.8rem;
    }
    .h5, h5 {
        font-size: 0.6rem;
    }
    .h6, h6 {
        font-size: 0.5rem;
    }
}

a {
  color: #333;
}
a:hover {
  color: #2780af;
}

ol, ul {
   padding-left: 1rem;
   margin: 0 0 0 8px; 
}
li::marker {
    color: #71828b;
}

.fas {
  padding-right: 5px;
}

small {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #97854d;
    padding: 0 0 3px 0;
}
@media (max-width: 991px) {
  small {
    padding: 0 0 3px 0px;
  }
}

legend {
  font-weight: 500;
  padding-bottom: 0;
}

hr {
  margin: 0.8rem 0 0.5rem;
}

/* ===== Body Container ===== */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1450px;
  } 
}

/* ===== Block Quote ===== */
blockquote {
  font-weight: 400;
  font-size: 1.1rem;
  font-style: italic;
  max-width: 900px;
  line-height: 1.4;
  position: relative;
  margin: 0 auto;
  padding: 2.5rem;
}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #1a1a1a;
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: '“';
  left: -2rem;
  top: 0rem;
}

blockquote:after {
  content: '”';
  right: -1.5rem;
  bottom: 0.5rem;
}

/* ====== Breadcrumbs ====== */
#sp-breadcrumbs {
    width: 100%;
    border-top: 1px solid #e7e8e9;
    background: #1a1a1a;
}

.breadcrumb {
  width: 100%;
  background: #1a1a1a;
  font-size: 14px;
  font-weight: normal;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 0;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.float-start {
  padding-right: 10px;
  color: #fff;
}

/* ====== Button Style ====== */

/* Core Button */
button {
    background: #36221c;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 40px;
    border-radius: 20px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin: 10px auto 20px;
}
button:hover {
    background: #241510;
}
button a,
button a:hover {
    color: #fff;
}

.btn-primary, 
.sppb-btn-primary {
  border-radius: 30px;
  border-color: transparent;
  background: #241510;
}
.btn-primary:hover, 
.sppb-btn-primary:hover {
  border-color: transparent;
  background: #241510;
}

.btn-secondary {
  background: #282828;
  color: #fff;
  border: 1px solid #282828;
}
.btn-secondary:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}

/* SP PageBuilder default button style */
.sppb-btn-default {
  border-color: #999ea2;
  border-radius: 10px;
}
.sppb-btn-default:hover {
  border-color: #1a1a1a;
}

/* SP Pagebuilder Primary Button Blue */
.sppb-btn-primary {
    background: #241510;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
    padding: 15px 60px 15px 60px;
}
.sppb-btn-primary:hover {
    background: #241510;
    color: #FFF;
}

/* SP Pagebuilder Secondary Button Golden */
.sppb-btn-secondary {
    background: linear-gradient(167deg, #00A0F0 2%, #00dac8 84%) transparent;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 50%;
    padding: 50px 10px 0 10px;
    width: 120px;
    height: 120px;
}
.sppb-btn-secondary:hover {
    background: linear-gradient(167deg, #00A0F0 10%, #00dac8 70%) transparent;
    color: #FFF;
}

@media (max-width:576px) {
  .sppb-btn-secondary {
    width: 100px;
    height: 100px;
    padding: 30px 10px 0 10px;
  }
}

/* SP PageBuilder popup hover icon */
.mfp-close:focus, .mfp-close:hover {
  background: transparent;
}

/* CTA Button Circle-o */
.cta-blcok {
   display: inline-block;
   margin: 20px 0 ;
}
.cta-button-o {
  background: rgba(255, 255, 255, 0);
  color: #37424a;
  padding: 8px 15px 8px 15px;
  margin: 10px 10px 0 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #acacac;
  border-radius: 12px;
  transition: all .15s ease-in-out;
}
.cta-button-o .fa-arrow-right {
  color: #00dad2;
  padding-left: 3px;
}
.cta-button-o:hover {
  background:#37424a;
  color:#fff;
  transition: all .15s ease-in-out;
}

/* solution popup box style */
.eb-inst .eb-header {
  font-size:1.3rem;
  color:rgb(55, 66, 74); 
  font-weight:500;
}
button.eb-close {
  background: transparent;
}

/* ====== Header Navigation ====== */

/* Top Menu & Toolbar */
#sp-top-bar {
    background: transparent;
    padding: 20px 0 10px;
}
@media (max-width:991px) {
  #sp-top-bar {
    display: none;
  }
}

#sp-top2 ul {
    margin-bottom: 0;
}
#sp-top2 ul li {
    display: inline-block;
    padding-left: 15px;
}

#sp-top-bar a {
  font-size: 16px;
  font-weight: normal;
  color: #595757;
}
.home #sp-top-bar a {
    color: #fff;
}
.home #sp-top-bar a:hover {
  color: #00dad2;
}

.fa-search::before,
.fa-shopping-bag:before,
.fa-briefcase:before {
  font-weight: bold;
  padding-right: 3px;
}

/* Header background transparent */
#sp-header {
    background: transparent;
    box-shadow: none;
}

#sp-header.header-sticky {
    background: rgba(251, 251, 251, 0.85);
    height: 65px;
    border-bottom: 1px solid #eee;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* Second Logo for Construction */
.mainPage .sitcky-logo {
  display: none;
}

@media (min-width: 1024px) {
  .mainPage.construction #sp-header.header-sticky .logo {
    display: none;
  }
  .mainPage #sp-header.header-sticky .sitcky-logo {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  #sp-header.header-sticky {
    height: 60px;
  }
  .mainPage.construction #sp-header .logo {
    display: none;
  }
  .mainPage.construction .sitcky-logo {
    display: block;
    margin-top: 8px;
  }
}

#sp-header.header-sticky .align-items-center {
    height: 30px;
}

#sp-header.header-sticky #sp-top-bar {
    padding: 10px 0;
}
#sp-header.header-sticky #sp-top-bar a {
    color: #595757;
}

@media (min-width:1024px) {
    .mainPage #sp-logo {
      position: relative;
      top: 30px;
      left: 0px;
    }
    .mainPage.construction #sp-logo {
      position: relative;
      top: 0px;
      left: 0px;
    }
    .mainPage.engineering #sp-logo {
      position: relative;
      top: 30px;
      left: 0px;
    }
    .mainPage.property #sp-logo {
      position: relative;
      top: 0px;
      left: 0px;
    }/* for the main business page */
    
    /* Logo for default page */
    #sp-header .logo {
      padding-top: 40px;
    }
    #sp-header.header-sticky .logo {
      padding-top: 30px;
    }
    
    .mainPage.construction #sp-header.header-sticky #sp-logo {
      position: relative;
      top: 0px;
      right: 0px;
    }
    .mainPage.construction #sp-header.header-sticky .logo {
      position: relative;
      top: 10px;
    }
  
    .mainPage.engineering #sp-header .logo {
      padding-top: 10px;
    }
    .mainPage.engineering #sp-header.header-sticky #sp-logo {
      position: relative;
      top: 20px;
      left: 0px;
    }
}

@media (max-width: 991px) {
  #sp-header {
    height: 60px;
  }
  .logo-image {
    height: 40px !important;
    width: auto !important;
  }
}

/* --- Mainmenu style --- */
#sp-menu {
    padding: 30px 0 0;
}
#sp-header.header-sticky #sp-menu {
    padding: 20px 0 0;
}

@media (min-width: 1200px) {
  .mainPage.engineering #sp-menu,
  .engineering #sp-menu {
    padding: 30px 70px 0 0;
  }
  .mainPage.engineering#sp-header.header-sticky #sp-menu {
    padding: 10px 0 0;
  }
}

@media (max-width: 991px) {
  #sp-menu {
    padding: 0px 20px 0;
  }
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
    display: none;
} /* remove arrow */

.sp-megamenu-parent > li {
    display: inline-block;
    margin: 0  0 0 30px;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #4c4c4e;
    position: relative;
    top: 0px;
    padding: 0px;
    margin: 0px;
}
.home .sp-megamenu-parent > li > a, 
.home .sp-megamenu-parent > li > span {
    color: #4c4c4e;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span {
    color: #4c4c4e;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 0px 0px 0px;
}

/* Normal menu hover */
.sp-megamenu-parent > li:hover > a {
    color: #36221c;
}

/* menu active */
.sp-megamenu-parent > li.active > a {
  font-weight: 600;
  color: #38201c;
}
.property .sp-megamenu-parent > li.active > a {
  color: #1a75bc;
  font-weight: 500;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a {
  font-weight: 600;
  color: #38201c !important;
}
.property #sp-header.header-sticky .sp-megamenu-parent > li.active > a {
  font-weight: 500;
  color:  #1a75bc !important;
}

.engineering .sp-megamenu-parent > li.active > a {
  font-weight: 600;
  color: #38201c;
}

/* Menu hover underline animation */
.sp-megamenu-parent > li::after,
.sp-menu-heading > li::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease;
    position: relative;
    left: 0;
    bottom: -4px;
}
#sp-header.header-sticky .sp-megamenu-parent > li::after,
#sp-header.header-sticky.sp-menu-heading > li::after {
  bottom: -4px;
  background: #36221c;
}

.greyMenu .sp-megamenu-parent > li::after,
.greyMenu .sp-menu-heading > li::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #58595b;
    transition: width 0.4s ease;
    position: relative;
    left: 0;
    bottom: -4px;
}
.greyMenu #sp-header.header-sticky .sp-megamenu-parent > li::after,
.greyMenu #sp-header.header-sticky.sp-menu-heading > li::after {
  bottom: -4px;
  background: #58595b;
}

.sp-megamenu-parent > li:hover::after,
.sp-menu-heading > li:hover::after {
    width: 100%;
    transition: width 0.4s ease;
}
/* End of Menu hover underline animation */

/* --- Megamenu Dropdown --- */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  color: #38201c !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #38201c;
}

/* Megamenu and dropdown menu hover */
.sp-megamenu-parent > li:hover > a,
.sp-dropdown > a:hover  {
  color: #fff;
  font-weight: 600;
}
.greyMenu .sp-megamenu-parent > li:hover > a,
.greyMenu .sp-dropdown > a:hover  {
  color: #58595b;
  font-weight: 500;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    position: relative;
    top: 30px;
    padding: 30px;
    box-shadow: rgba(0,0,0,0.09) 0 3px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.sp-megamenu-parent .sp-mega-group > li > a {
    font-size: 15px;
    text-transform: initial;
    font-weight: 400;
    color: #595757;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sp-megamenu-parent .sp-mega-group > li > a:hover {
    color: #01aaed;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* ====== Page Builder Styles ====== */
.sideText {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/*--- for carousel images ---*/
.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
  border-radius: 0px;
}

/*--- for projects table ---*/
.project-table .sppb-addon-title {
  border-bottom: 8px solid #c7c8ca;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-left: 60px;
}
.project-table ul {
  padding: 0;
  margin: 0 0 0 60px;
}
.project-table ul > li {
  list-style: none;ƒ
  font-size: 18px;
  border-bottom: 1px solid #37221d;
  padding: 10px 0;
  margin: 0 0 0 30px;
}

/* ====== For Default Blog Page ====== */
#sp-component.col-lg-12 {
    padding: 0;
}
.layout-blog .sppb-row-container {
    padding: 0;
}

.article-details {
    min-height: 800px;
    padding: 40px 0;
}

/* article details container for news */
@media (min-width: 576px) {
  .view-article.news #sp-main-body .container {
    width: 540px;
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .view-article.news #sp-main-body .container {
    width: 700px;
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .view-article.news #sp-main-body .container {
    width: 950px;
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .view-article.news #sp-main-body .container {
    background: #fff;
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding-right:5%;
    padding-left: 5%;
  }
}
@media (min-width: 1400px) {
  .view-article.news #sp-main-body .container {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}

/* --- For Article List --- */
.article-list .article {
  background: #fff;
  border-radius: 5px;
  border: o;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.article-list .article:hover {
  box-shadow: 0px 0px 8px 1px #afaeae;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 5px 5px 0 0;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
  color: #37424a;
}

.engineering .article-list .article .article-header h1 a,
.engineering .article-list .article .article-header h2 a {
  color: #a39079;
  font-weight: 500;
}
.view-category.engineering .article-header {
  position: relative;
  top: 40px;
}
.view-category.engineering .fields-container {
  position: relative;
  top: -40px;
}
.engineering .article-introtext {
  border-top: 1px solid #a39079;
  border-bottom: 1px solid #a39079;
  margin-top: 15px;
}

.float-introImage-padding {
  padding: 50px;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin: 0 0 5px 0;
}
.article-info > span {
  font-size: 0.9rem;
  font-family: "Quicksand";
}

.article-details .article-header h1,
.article-details .article-header h2 {
  color: #37424a;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .article-details .article-header h1,
  .article-details .article-header h2 {
    font-size: 20px;
  }
}

.article-introtext {
  font-size: 16px;
}

.article-details .article-info {
  margin-bottom: 30px;
}

.article-list .article .readmore a {
    color: #38201c;
    font-family: "Quicksand";
}

/* ====== For Construction Business Pages ====== */

/* --- for intro page --- */
.introBusiness img {
    -webkit-filter: drop-shadow(6px 4px 3px rgba(104, 104, 104, 0.6)) brightness(1.05);
    filter: drop-shadow(6px 4px 3px rgba(104, 104, 104, 0.6)) brightness(1.05);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.introBusiness img:hover {
   -webkit-filter: drop-shadow(6px 4px 3px rgba(104, 104, 104, 0.6)) brightness(1.2);
    filter: drop-shadow(6px 4px 3px rgba(104, 104, 104, 0.6)) brightness(1.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(0, -8px);
}

.introSocial img {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.introSocial img:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(1.15);
}

/* --- for main page --- */
.com-sppagebuilder.mainPage #sp-main-body {
    padding-top: 0px;
}

@media (min-width: 1200px) {
    .mainPage .sppb-row-container {
        max-width: 1170px;
    } 
}

/* --- for portfolios --- */
.portfilios-header .sppb-container {
    max-width: 100%;
}

/* --- for team page --- */
.title-smaller {
    font-size: 1.6rem;
    font-weight: 600;
}

.introPage #sp-main-body,
.com-sppagebuilder.introPage #sp-main-body {
    padding-top: 0px;
}
.com-sppagebuilder #sp-main-body {
    padding-top: 80px;
}

.sp-page-builder.page-4 .sppb-row-container {
    background: #fff;
}
#section-id-1669648697662 .sppb-row-container {
    background: url(../../../images/construction/team-bottom-texture-1.jpg) #fff top center no-repeat;
    background-size: contain;
}

#column-wrap-id-1669396826534.sppb-col-md-6,
#column-wrap-id-1669396826536.sppb-col-md-6 {
    padding: 0;
}
#column-id-1669396826534 {
    margin-top: 80px;
}/* header info */

#column-wrap-id-1669709845464.sppb-col-md-6,
#column-wrap-id-1669709845467.sppb-col-md-6 {
    padding: 0;
}
#column-wrap-id-1669709845469.sppb-col-md-6,
#column-wrap-id-1669709845479.sppb-col-md-6 {
    padding: 0;
}
#column-wrap-id-1669709845471.sppb-col-md-6,
#column-wrap-id-1669709845482.sppb-col-md-6 {
    padding: 0;
}

@media (max-width:1023px) {
  .com-sppagebuilder #sp-main-body {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .com-sppagebuilder #sp-main-body {
    padding-top: 20px;
  }
  #column-id-1669396826534 {
    margin-top: 20px;
  }
  .title-smaller {
    font-size: 1.1rem;
  }
}

/* --- Reduce page padding / mainpage and portfolios --- */
@media (min-width: 1024px) {
  #column-wrap-id-1671441889165,
  #column-wrap-id-1671441889077 {
    padding: 0;
  } /* portfolios page*/
}

@media (max-width: 1023px) {
  #column-wrap-id-1668957906653,
  #column-wrap-id-1671441889165,
  #column-wrap-id-1671441889077 {
    padding: 0;
  } /* main page and portfolios page*/
}

/* --- for contact us --- */
#column-id-1669992975564 {
    background: #fff;
}

#section-id-1669992975565 .sppb-row-container {
    padding: 0;
}

/* --- for reservation --- */
.cf-btn-text {
  color: #fff;
}

/* ====== Offcanvas Menu ====== */
@media (max-width:991px) {
  body.ltr .header-sticky #offcanvas-toggler.offcanvas-toggler-right {
    top: 0;
    right: 15px;
    position: relative;
  }
}

.offcanvas-menu {
  background-color: #937e65;
}
.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li {
  border-bottom: 0;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
  color: rgba(0, 0, 0, 1);
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
  font-weight: 500;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  padding: 20px 0;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > a {
  padding: 20px 30px 20px 0px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #38201c;
  font-weight: bold;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
  color: #38201c;
  font-weight: bold;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {
  font-size: 22px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  display: block;
  font-size: 18px;
  margin: 10px 0 25px 10px;
}

/* search field */
.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
  width: 230px;
}
.offcanvas-menu .offcanvas-inner .sp-module .awesomplete .form-control {
  border: 1px solid #9c9c9c;
}

/* small icon */
.mb-login {
  font-size: 18px;
  position: relative;
  right: 100px;
  top: 10px;
}
.mb-cart {
  font-size: 18px;
  position: relative;
  right: 70px;
  top: 10px;
}
@media (min-width:1200px) {
  .mb-login, .mb-cart {
    display: none;
  }
}
@media (max-width: 1199px) {
  .minicart {
    display: none;
  }
}

/* Menu */
@media (max-width: 991px) {
  .logo-image-phone {
    height: 45px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
    color: rgba(255, 255, 255, 1);
  }
  
  /* Member */
  .offcanvasMember {
    padding: 15px 0;
  }
  .off-links {
    padding: 5px 0 !important;
  }
  .off-links a {
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: 2.5px !important;
  }
  .off-aBlock {
    display:block;
    width:100%;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 30px;
  }
  .off-pwd a {
    font-size: 15px;
    padding: 5px 0 0 5px;
  }
  
  /* other settings */
  .mb-hidden {
    display: none;
  }
}

/* ====== Footer ====== */
#sp-bottom {
    background: #fff;
    color: #4c4c4e;
    margin: 0;
    padding: 0;
}
#sp-bottom .sp-module {
  margin-bottom: 0px;
}

#sp-footer {
    width: 100%;
    background-image: linear-gradient(180deg, #eeeeee 0%, #f1f1f1 100%);
    color: #4c4c4e;
    margin: 0 auto;
    padding: 0 0px;
}
.engineering #sp-footer,
.engineering #sp-copyright {
  background: #cbccc4;
}
.projects #sp-footer,
.projects #sp-copyright {
  background: #cbccc4;
}
.property #sp-footer {
  background: #fff;
}

#sp-footer .container {
    background: #fff;
    padding-top: 100px;
}

#sp-footer .container-inner {
  padding: 40px 30px;
  border-top: 1px solid #48535a;
}
.property #sp-footer .container-inner {
  border-top: 1px solid rgba(14, 55, 90, 0.6);
}

#sp-footer #sp-footer1, #sp-footer #sp-footer2,
#sp-footer #sp-footer3 {
  text-align: left;
}
#sp-footer h3 {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b2bbc0;
}

#sp-footer ul.menu li {
    display: block;
    line-height: 28px;
}
#sp-footer ul.menu li a {
    color: #4c4c4e;
}
#sp-footer ul.menu li a:hover {
    color: #ddba53;
}

#sp-footer-social {
  text-align: center;
}

.footer-add {
  word-break: break-all;
  margin-bottom: 20px;
}

.sp-copyright {
    display: block;
    padding: 30px 0 20px;
    text-align: right;
    font-size: 14px;
    color: #4c4c4e;
    font-weight: 700;
}
.property .sp-copyright {
  font-weight: normal;
}
.sp-copyright img {
    display: block;
    text-align: center;
    position: relative;
    margin: 15px auto;
}

@media (max-width:991px) {
  #sp-footer1, #sp-footer2,
  #sp-footer3, #sp-footer4,
  #sp-footer5, #sp-footer6 {
    margin: 25px 0;
  }
  #sp-footer h3 {
    margin-bottom: 0.8rem;
  }
  .sp-copyright {
    text-align: center;
  }
  #sp-footer-logo {
    display: none;
  }
}
  
@media (max-width: 576px) {
  #sp-footer,
  #FooterInfo {
    width: 100%;
  }
  .sp-copyright {
    text-align: center;
  }
  #sp-footer-logo {
    display: none;
  }
}

/* ====== Scroll up ====== */
.sp-scroll-up {
    background: #37221d;
}
.sp-scroll-up:hover {
    background: #291815;
}
.sp-scroll-up {
  bottom: 120px;
  right: 37px;
}

/* ====== Site Animation Style ====== */
/* floating effect */
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/*=============================
  ACF Custom Fields Style
===============================*/

/* Fields Style */
ul.fields-container {
  padding: 0;
  margin: 0;
}

.field-entry.projects-condition,
.field-entry.location-list,
.field-entry.projects-type {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  border: 1px solid #333;
  padding: 2px 5px;
  margin: 8px 5px 15px 0;
  border-radius: 5px;
}

/* Gianzen Fields */
.field-entry.consumer-url, .field-entry.organization-url,
.field-entry.project-name-url, .field-entry.project-location,
.field-entry.area, .field-entry.structure,
.field-entry.base, .field-entry.depth {
    line-height: 45px;
}

/* Gianzen Projects custom fields */
.view-category.engineering .field-entry.consumer-url,
.view-category.engineering .field-entry.organization-url,
.view-category.engineering .field-entry.project-name-url {
  display: none;
}

/* Projects Gallery Filed Style*/
.view-category.engineering .field-entry.projects-gallery,
.view-article.engineering .projects-slideshow,
.view-category .field-entry.consumer, .view-category .field-entry.organization,
.view-category .field-entry.project-name, .view-category .field-entry.project-location,
.view-category .field-entry.area, .view-category .field-entry.structure,
.view-category .field-entry.base, .view-category .field-entry.depth {
  display: none;
}

li.field-entry.projects-gallery {
  list-style: none;
  background: #fff;
  padding: 15px;
}

@media (min-width:1024px) {
  .field-entry.consumer-url, .field-entry.organization-url,
  .field-entry.project-name-url, .field-entry.project-location,
  .field-entry.area, .field-entry.structure,
  .field-entry.base, .field-entry.depth {
    width: 50%;
    float: left;
    clear: left;
  }
  
  .field-entry.projects-gallery {
    width: 45%;
    float: right;
    margin-top: -300px;
  }
}

/* ====== Filters ====== */
#sp-feature {
  margin-top: 80px;
}
#sp-main-body .container {
  padding: 0 30px;
}

.view-article.engineering #sp-main-body {
  padding: 50px 0 0;
}

/* Jfilters Style */
#sp-filters {
  background: #d3dee0;
}

#jfilters-filter-container-123-2,
#jfilters-filter-container-123-3,
#jfilters-filter-container-123-7 {
  border-right: 1px solid #c8c8c8;
}

@media (max-width:578px) {
  #jfilters-filter-container-123-2,
  #jfilters-filter-container-123-3,
  #jfilters-filter-container-123-7 {
    border-right: 0;
  }
}

.com-jfilters .btn-secondary {
  height: 45px;
}
.sp-module.jfilters {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin-top: 50px;
  padding: 15px;
}

/* for filter parameter container*/
.jfilters-filter-dropdown-toggle {
  min-width: 8rem;
}

.jfilters-filter-container {
  width: 16%;
  display: inline-block;
  margin: 0 10px;
  border-bottom: 0;
}
@media (min-width:598px) and (max-width:991px) {
  .jfilters-filter-container {
    width: 25%;
  }
}

.jfilters-filter-header__toggle:hover {
  background: transparent;
}

/* for year filter */
#jfilters-filter-container-123-4.jfilters-filter-container {
  width: 40%;
}
#jfilters-filter-container-123-4 .jfilters-filter-header {
  margin-bottom: 1.2rem;
}

.result__item + .result__item {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0px;
  border-top: 0;
}

.result__title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.result__title a {
  color: #a39079;
  font-weight: bold;
}
.result__title-link:focus .result__title-text,
.result__title-link:hover .result__title-text {
  text-decoration: none;
}
.desc_block {
  background: #fff;
  padding: 10px 15px;
  margin: 0;
}
.result__description {
  border-top: 1px solid #a39079;
  border-bottom: 1px solid #a39079;
  padding: 10px 0;
  margin-bottom: 20px;
}

.mod-jfilters_selections {
  margin-top: 20px;
}

.engineering input[type="number"]:not(.form-control) {
  height: 40px;
}
.engineering .btn-primary {
  border-radius: 5px;
  width: 200px;
  margin: 0;
  background-color: #917d66 !important;
  border: 1px solid #917d66;
}

.jfilters-item-link--clear {
  font-size: .9em;
  color: #cc2d35;
}

/* Engineering Articles */
.engineering .article-details {
  padding-top: 0;
}
.engineering .article-details ul li {
  list-style: none;
  font-size: 18px;
  border-bottom: 1px solid #9d9d9d;
}
li.projects-gallery {
  margin-top: 50px;
  border-bottom: 0 !important;
}
.engineering .article-details > div ul {
  padding-left: 0;
}
.engineering .article-details > div ul li {
  padding: 15px 0;
}

/* Search Module */
.gianzen-search {
  margin-top: 20px;
}
.gianzen-search input {
  background: rgba(255, 255, 255, 0.8);
  height: 50px;
  font-size: 1.15rem;
}
.gianzen-search .btn-primary {
  width: 100px;
}

/* Gianzen Search Page */
.gianzen-search-result #sp-section-1 {
  margin-top: 120px;
}
/*.gianzen-search-result .js-finder-searchform {
  
}*/

@media (max-width:576px) {
  #sp-feature {
    margin-top: 0px;
  }
  .jfilters-filter-container {
    width: 100%;
  }
  #jfilters-filter-container-123-4.jfilters-filter-container {
    width: 100%;
  }
}