body{
  font-family: 'Prompt', sans-serif;
  color: #2e2c33;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
  font-family: 'Prompt', sans-serif;
  line-height: 1.5;
}

a, a:hover{
  color: #2e2c33;
}

header .menu{
  background-color: #ffcf24;
  border-top: 2px solid #522f19;
}

header .title-header{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .title-header h1{
  font-size: 24px;
}

header .tel{
  margin-left: 10px;
  font-size: 35px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 768px) {

  header .tel{
    font-size: 26px;
  }

}

.img-logo{
  max-width: 300px;
  width: 100%;
}

.site-navbar {
  position: relative;
  background-color: unset;
  background-image: url(../images/bg-header.jpg);
  background-size: cover;
}

.site-navbar .top{
  position: relative;
  padding: 10px;
}

.site-navbar .top:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(234 234 234 / 65%);
}

.site-navbar .site-menu > li > a {
  padding: 10px 20px !important;
  color: #2e2c33 !important;
}

.site-navbar .site-menu > li > a:hover, .site-navbar .site-menu > li > a.active {
  color: #2e2c33 !important;
}

.site-navbar .site-menu > li.active {
  background-color: #e8cc00;
  padding: 0 !important;
}

.site-navbar .site-navigation .site-menu > li.social > a {
  top: 4px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: unset;
  border-radius: 50%;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: rgb(255 255 255 / 96%);
  border-bottom: unset;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #2e2c33 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  border-top: 2px solid  #2e2c33;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color:  #2e2c33;
}

.spinner-border{
  color: #2e2c33;
}

.icon-menu{
  font-size: 30px;
  vertical-align: middle;
}

.section-1 {
  background-color: #fff;
  background-image: url(../images/wood-1.jpg);
  background-size: cover;
  background-position: center;
}

/* .section-1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00abb6;
} */

.section-1 .section-1-heading, .section-1 p {
  color: #fff;
}

.site-section {
  padding: 4em 0;
}

.sticky-wrapper {
  position: unset;
}

.section-title-1 {
  letter-spacing: .1rem;
}

.subtitle-1 {
  font-size: 16px;
  font-weight: unset;
}

/* .btn-tab-center1 {
  letter-spacing: .1rem;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  padding: 5px 15px;
  max-width: 400px;
  margin: auto;
} */

.feature-v2 h3 {
  font-size: 18px;
}

/* .feature-v2 [class*="icon-"] {
  background: var(--main-color);
} */

/* .img-warning{
  max-width: 100%;
  padding: 10px;
  width: 90px;
  height: 90px;
  object-fit: cover;
  line-height: 90px;
  border: 2px solid var(--main-color);
  margin-bottom: 30px;
} */

.bg-light {
  background-color: #f2f2f2 !important;
}

.site-footer{
  background-color: #2e2c33;
  font-size: 14px;
  padding: 4em 0;
}

.site-footer *{
  color: #fff !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    } }

@media (min-width: 991.98px){
  .section-1 {
    padding: 4em 0;
  }
}

@media (max-width: 991.98px){
  .btn-tab-center1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  .site-section {
    padding: 2em 0;
  }

  .section-title-1{
    line-height: unset;
  }

}

.hideOverflowOnMobile {
  overflow: hidden;
}

/* // -------  */

.text-primary {
  color: #2e2c33 !important;
  font-size: 40px;
}

.site-logo {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu > li.social > a span {
  font-size: 24px;
  color: #2e2c33;
}

.site-navbar .site-navigation .site-menu > li.social > a span svg{
  width: 26px;
  margin-bottom: 2px;
  fill: #2e2c33;
}

.site-mobile-menu .site-nav-wrap > li.social > a {
  top: 10px;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ffcf24;
  border-radius: 50%;
  margin-left: 20px;
}

.site-mobile-menu .site-nav-wrap > li.social > a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #2e2c33;
}

.site-mobile-menu .site-nav-wrap > li.social > a span svg{
  width: 26px;
  margin-bottom: 2px;
  fill: #2e2c33;
}

.section-1 .section-1-heading .company {
  text-transform: uppercase;
  word-break: break-all;
}

.btn.btn-primary {
  background: #008189 !important;
  border-color: #008189 !important;
  color: #fff;
  box-shadow: 0 1px 6px 0 rgb(255 255 255) !important;
  background: linear-gradient( 90deg ,#c1272d,#e91c25 75%) !important;
  border: unset !important;
  box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 40%) !important;
}

.btn.btn-primary:hover,.btn.btn-primary:active {
  background: linear-gradient(90deg ,#e91c25,#c1272d 75%) !important;
  color: #fff;
}

.content-box-outline{
  border: 4px solid rgb(204 255 0 / 58%);
  border-radius: 2px;
  /* height: 100%; */
}

.content-box{
  background-color: #0082bd;
  color: #fff;
  padding: 15px;
  margin: 4px;
  border-radius: 2px;
  /* height: calc(100% - 8px); */
}

.content-box .title{
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.section-2 {
  background-color: #fff;
  background-image: url(../images/wood-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section-3 {
  position: relative;
  background-color: #fff;
  color: #fff;
  background-image: url(../images/wood-2.jpg);
  background-size: cover;
  background-position: center;
}

.section-3:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}

.section-3 .content-box{
  background-color: #ffffffc2;
  color: #2e2c33;
}

.section-3 .content-box .title {
  border-bottom: 1px solid rgb(0 171 182 / 14%);
}

.section-3 .content-box ul{
  list-style: decimal;
}

.section-4 {
  padding: 2em 0;
}

.section-4 .section-title-1{
  color: #fff;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #2e2c33;
}

.section-5{
  padding: 2em 0;
}

.contact-icon{
  margin-bottom: 10px;
}

.contact-icon .icon{
  font-size: 50px;
  color: #ffcf24;
}

.contact-icon svg{
  width: 46px;
  margin-bottom: 9px;
  fill: #ffcf24;
}

.contact-link{
  font-size: 20px;
  font-weight: 600;
}

.contact-fix {
  position: fixed;
  display: flex;
  background-color: #2e2c33;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  z-index: 10;
  color: #ffffff;
  bottom: -1px;
  right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.contact-fix-box{
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 20px;
}

.contact-fix-box.fix-tel{
  background-color: #2e2c33;
  border-top-left-radius: 5px;
}

.contact-fix-box.fix-line{
  background-color: #3ace01;
  border-top-right-radius: 5px;
}

@media (max-width: 576px){
  .contact-fix {
    right: 0px;
    width: 100%;
  }
  .contact-fix-list{
    flex:1;
  }
  .contact-fix-box{
    background-color: #2e2c33;
    border-radius: unset !important;
  }
}

.text_error{
  font-size: 14px;
  color: red;
}

/* --------- Action box --------- */
.action_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.action_box__content{
  background-color: #000000b6;
  color: #ffffff;
  border-radius: 2px;
  padding: 40px;
  font-size: 18px;
  white-space: nowrap;
}
/* --------- End action box --------- */
