/* =====================================================================
 *   Addtional Updates or Changes
 * =================================================================== */
.section-title {
  margin-bottom: 25px;
}

.slide-content .description {
  color: #333;
}

#header-bar-1 .header-bar-wrap {
  background-color: #111;
}

#header-bar-2.text-white .header-bar-wrap {
  background-color: #1b1b1b;
}

#header-bar-1 .hb-box-infos .box-info-1 h5 {
  color: #fff;
}

p {
  font-size: 16px;
}

.slide .box-icon {
  display: none;
}

#service-packages .slide .box-icon {
  display: -ms-grid;
  display: grid;
}

#service-packages .overlay-inner {
  padding-top: 170px;
}

#service-packages .overlay-inner p {
  color: #fff;
}

.register-member .box-content {
  background-color: #eee;
}

h1.bs-elem {
  font-size: 28px;
  line-height: normal;
}

#header-bar-2 .logo-header {
  display: none;
}

.is-sticky .logo-header {
  display: inherit !important;
  padding-right: 20px;
}

.is-sticky .menu-mobile-btn {
  position: absolute;
  margin-top: 25px;
  right: 0;
}

.register-member {
  margin-top: -260px;
}

.article-detail .register-member.box-form {
  top: -215px;
}

.article-detail .qcBox {
  background: url("../images/img-5.jpg") no-repeat top center/cover !important;
}

.article-detail .qcBox .overlay-colored {
  background-color: black;
  opacity: 0.5;
}

.article-detail .regBox {
  border-radius: 0 !important;
}

.flat-section .section-content {
  padding: 50px 0 0px;
}

.ts-img {
  height: 180px !important;
  width: 180px !important;
}

.social-icons.x4 li a {
  font-size: 20px;
}

.social-icons {
  padding-left: 50px;
}

.iconPhoneFloating {
  margin: 0px 12px;
  padding: 0px;
  position: fixed;
  z-index: 2147483644;
  bottom: 24px;
  top: auto;
  height: 60px;
  width: 60px;
  border-radius: 29px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
  background: none;
  display: block;
  right: 12px;
}

#related-product .box-popular-class.box-preview .box-img .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

#related-product .box-popular-class.box-preview .box-img .overlay .overlay-inner {
  padding-right: 40%;
}

#related-product .product {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#related-product .product img {
  height: 360px;
}

#footer-bar-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial-single-1 {
  width: 100% !important;
}

.testimonial-single-1 .ts-person {
  display: inline;
}

.testimonial-single-1 .ts-person h4,
.testimonial-single-1 .ts-person h5 {
  width: unset;
  color: #df625d;
  margin-bottom: 0;
}

.testimonial-single-1 .ts-person span {
  margin-bottom: 10px;
}

.testimonial-single-1 p {
  font-size: medium;
  font-style: italic !important;
}

.icon {
  color: #fff;
}

.icon .spaced {
  border-radius: 30px;
}

.slider-product .owl-stage .owl-item {
  width: 100% !important;
}

.location-map {
  border-radius: 10px;
  overflow: hidden;
}

.location-map__left-side {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../images/Center-4.jpg"), -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
  background: url("../images/Center-4.jpg"), linear-gradient(#111, #333);
  background-repeat: no-repeat;
  background-size: cover;
}

.location-map__right-side {
  height: 80vh;
  padding: 0 !important;
  background: url("../images/map-sample.jpg");
}

.location-map .col-md-4,
.location-map .col-md-8 {
  padding: 0 !important;
}

.location-map__filter-bar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
}

.location-map__filter-bar--select {
  margin-top: 10px;
  margin-bottom: 10px;
}

.location-map__result {
  padding: 15px;
  height: 100%;
  overflow: auto;
}

.location-map__result::-webkit-scrollbar {
  width: 10px;
}

.location-map__result::-webkit-scrollbar-track {
  background-color: transparent;
}

.location-map__result::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.location-map__result::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

.location-map__result-item {
  color: #111;
  background-color: #eee;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.location-map__result-item:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.location-map__result-item--title {
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.location-map__result-item--address {
  font-weight: 500;
  margin-bottom: 15px;
}

.location-map__result-item--toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.location-map__result-item--toolbar>.btn {
  margin-right: 5px;
}

.app-footer {
  background: #111;
}

.app-footer__about {
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #181818;
  max-width: 1170px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-footer__about p {
  font-size: 13px;
  color: #999;
}

@media only screen and (min-width: 1024px) {
  .app-footer__social-media {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.app-footer__social-media--icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #b78c33;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.app-footer__social-media--icon:hover {
  background: #b78c33;
  color: #fff;
  border-color: #b78c33;
}

.app-footer__info-single {
  margin-top: 30px;
}

.app-footer__info-single .list-unstyled {
  max-width: 90%;
}

.app-footer__info-single .register-img {
  margin: 20px 20px;
}

.app-footer__info-single--title {
  color: #aaa;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-left: 5px solid #b78c33;
  padding-left: 5px;
}

.app-footer__info-single--brand-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.app-footer__info-single * a {
  display: block;
  color: #aaa;
  padding: 2px 0;
}

.app-footer__info-single * a:hover {
  color: #b78c33;
}

.app-footer__info-single * i {
  margin-right: 10px;
}

.app-footer__info-single p {
  font-size: 1rem;
  line-height: 20px;
  color: #aaa;
}

.app-footer__copyright {
  margin-top: 40px;
  background: #222;
  padding: 15px 0;
  color: #999;
}

.app-footer__copyright p {
  margin: 0;
  padding: 0;
}

.faq-arcodian {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100;
}

.faq-arcodian__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-arcodian__panel {
  padding: 15px;
  margin-bottom: 10px;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #b78c33;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
}

.faq-arcodian__panel.--select>.arcodinate-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-arcodian__panel .arcodinate-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #b78c33;
  text-align: center;
  border: 1px solid #b78c33;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.faq-arcodian__panel:hover {
  opacity: 0.7;
  background: beige;
}

.faq-arcodian__collapse {
  margin-bottom: 20px;
  -webkit-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
}

.faq-arcodian__collapse--inner {
  width: 100%;
  color: black;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  background: #fff;
}

/*# sourceMappingURL=updates.css.map */