.btn,
body,
html {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

body,
html {
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}

body {
  margin-top: 96px;
}

p {
  line-height: 1.6;
  color: #424242;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

.img-half-full-height {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  max-width: 100%;
  left: 0;
  z-index: -1;
}

.row-first-section {
  margin-top: -150px;
}

a[href^="tel"] {
  text-decoration: none;
}

.opacity0 {
  opacity: 0 !important;
}

.opacity1 {
  opacity: 1 !important;
}

.affix.navbar-fixed-top {
  transition: 0.2s all;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

.navbar-default {
  transition: 0.2s all;
  background: 0 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  z-index: 10;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  font-size: 16px;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}
.navbar-default .navbar-nav > li > a {
  color: #111;
  position: relative;
  font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #37724b;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: 0 0;
  color: #000;
}

.contactrow {
  font-size: 17px;
}

.dflexc {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.bgform {
  background: #f0f0f0;
}

.contactbg {
  background: #f3f3f3;
  padding-top: 30px;
}

.maintwoh {
  display: block;
  margin-top: 25px;
  max-width: 50%;
  color: #111;
  font-size: 36px;
  margin-bottom: 25px;
}
.firstsec .sech {
  color: #fff;
  margin-bottom: 60px;
}
.firstsec {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 25px;
  overflow: hidden;
}
.bgdec {
  position: relative;
}
.bgdec:before {
  position: absolute;
  z-index: -1;
  background: linear-gradient(to right, rgb(192, 216, 184), rgb(56, 70, 60));
  width: 65%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: -10%;
  transform: skew(25deg);
}
.f600 {
  font-weight: 600;
}
.promo {
  color: #d53d2c;
}
.imgmainbg {
  min-height: auto;
  position: absolute;
  top: -200px;
  right: 0;
  max-height: 156%;
  z-index: -5;
}
.firstsecofe {
  padding-top: 50px;
  padding-bottom: 40px;
  overflow: hidden;
}
.firstsecofe .sech {
  color: #fff;
  margin-bottom: 40px;
}
.sechomes {
  margin-bottom: 50px;
}
.boxbtn {
  margin-top: 10px;
}
.fbold {
  font-weight: 500;
}

.sectiongal {
  padding-top: 55px;
  padding-bottom: 70px;
}

.sectiongalf {
  padding-top: 15px;
  padding-bottom: 70px;
}

.sectionabout {
  padding: 70px 0 35px 0;
}

.thumbnail {
  border: 0;
  box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.08),
    0 3px 6px rgba(0, 0, 0, 0.09);
  padding: 0;
  transition: 0.15s all;
}

.caption {
  display: block;
  text-align: center;
  padding-bottom: 35px;
}

.thumbnail .btn {
  margin-top: 15px;
}

.thumbnail h3:hover,
.thumbnail a:hover {
  color: #37724b;
  text-decoration: none;
}

.thumbnail:hover {
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}

.contactbg {
  margin-bottom: 120px;
}

.topbar-lng {
  margin-left: 5px;
}

.askmodal-body {
  padding-bottom: 60px;
}

@media (min-width: 1700px) {
  .imgmainbg {
    max-height: 177%;
  }
}
@media (min-width: 992px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

  .row-eq-height > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .topbar-lng-first {
    margin-left: 35px;
  }

  .sectiongalf .thumbnail {
    margin-top: 25px;
  }

  .sectiongal .sech {
    margin-bottom: 60px;
  }

  .navbarmain {
    padding: 3px 15px;
    margin-top: 20px;
  }

  .navbar-default .navbar-nav > li {
    margin-right: 5px;
  }

  .navbar-default .navbar-nav > li:last-child > a {
    padding-right: 14px;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #37724b;
    background: transparent;
    font-weight: 500;
  }
}

.navbar-default .navbar-toggle {
  border-color: #37724b;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #37724b;
}

.navbar-brand {
  height: auto;
}

.wrapheader {
  margin-top: 40px;
  z-index: 1;
  position: relative;
}

.wrapheader .btn {
  margin-top: 25px;
}

.wrapheader p {
  font-size: 18px;
}

.uph {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  color: #37724b;
}

.colrt p,
.colrt .uph {
  color: #fff;
}

.topbar {
  position: relative;
  padding-top: 10px;
  padding-bottom: 4px;
  overflow: hidden;
  z-index: 11;
  text-align: right;
  background: #37724b;
}

.topbari {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 15px;
}

.navbar-default .navbar-nav > li > a.navcon {
  padding: 6px 20px 12px 20px;
}

.navconwrap {
  margin-left: 20px;
}

.navcont {
  display: inline-block;
  font-weight: 600;
}

.navcons {
  font-weight: 400;
}

.topbar-txt {
  color: #000;
  display: inline-block;
}

.modal-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.modal-body {
  position: relative;
}

.modal-body,
.modal-fullscreen .modal-dialog {
  overflow-y: hidden;
}

.modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.carousel-product .item img {
  max-height: 100%;
  display: inline-block;
}

.carousel-product .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.carousel-product .carousel-control.right,
.carousel-product .carousel-control.left {
  background: none;
  color: #000;
}

.modal-fullscreen .carousel-control.right,
.modal-fullscreen .carousel-control.left {
  background: none;
  color: #37724b;
}

.modal-header .close {
  font-size: 44px;
}

.mgtvid {
  margin-top: 35px;
}

video {
  max-width: 100%;
}

@media only screen and (max-width: 360px) {
  .carousel-product .item {
    height: 210px;
  }
}

@media only screen and (min-width: 361px) {
  .carousel-product .item {
    height: 250px;
  }
}

@media only screen and (min-width: 501px) {
  .carousel-product .item {
    height: 290px;
  }
}

@media only screen and (min-width: 580px) {
  .carousel-product .item {
    height: 350px;
  }
}

@media only screen and (min-width: 992px) {
  .product-header {
    margin-bottom: 15px;
  }

  .carousel-product .item {
    height: 410px;
  }
}

@media only screen and (min-width: 1500px) {
  .carousel-product .item {
    height: 450px;
  }
}

@media (max-width: 1499px) {
  .navbar-container {
    width: 98%;
  }
}

@media (max-width: 991px) {
  .maintwoh {
    font-size: 26px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-container {
    width: 98%;
  }
}

.btn-primary,
.btn-success {
  transition: 0.25s all;
}

.imgmwrap {
  position: relative;
  z-index: 1;
}

.imgonimg {
  position: absolute;
  bottom: -75px;
  right: 0;
  max-width: 300px;
}

.imgonimg2 {
  position: relative;
  z-index: -1;
}

.imgjumbo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.imgbg {
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  display: none;
  top: 0;
  right: 0;
}

.font-bold {
  font-weight: 500;
}

.jumbotronmain {
  position: relative;
  overflow: hidden;
}

.btnmgt {
  margin-top: 25px;
}

.pl5 {
  padding-left: 5px;
}

.iwrap img {
  max-width: 100%;
}

.itxt {
  font-size: 18px;
  margin-top: 15px;
}

.jumbopage {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: none;
  }
}

#zgoda {
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 5px;
}

.btn-primary,
.default-primary-color {
  background: #37724b;
}

.primary-color {
  color: #37724b;
}

.skew-img {
  position: relative;
}

.sectionabout .sech {
  margin-bottom: 30px;
}

.btnwrap {
  margin-top: 25px;
  margin-bottom: 30px;
}

.rowb {
  margin-bottom: 25px;
}

.sectionfirst {
  padding-top: 30px;
}

.ulcheck {
  padding-left: 35px;
}

.ulcheck ul {
  list-style: none;
  padding-left: 35px;
  position: relative;
}

.ulcheck li {
  list-style: none;
  padding: 7px 0;
}

.ulcheck li:before {
  position: absolute;
  content: "";
  background: center/contain no-repeat url("../img/iconcheck.png");
  display: inline-block;
  left: 18px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.rowmgt {
  margin-top: 30px;
}

.accent {
  color: rgb(79, 125, 93);
}

.sech {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0a253d;
  position: relative;
}
h2,
h3 {
  color: #0a253d;
}
.price-h {
  font-weight: 600;
  margin-bottom: 25px;
}
.table > thead > tr > th.thsec {
  background: #37724b;
  color: #fff;
}

.sechsm {
  font-size: 28px;
  margin-top: 35px;
}

.sechmg {
  margin-top: 50px;
  margin-bottom: 53px;
}

.branze {
  background: #f3f3f3;
  padding-bottom: 20px;
}

.mgbot {
  margin-bottom: 30px;
}

.text-center .sech:after {
  margin: 15px auto;
}

.section-text {
  font-size: 16px;
}

.section-text {
  color: #333;
}

.btn {
  border-radius: 35px;
  padding: 12px 36px;
  font-weight: 700;
  font-size: 18px;
  transition: 0.15s all;
}

.btn-default {
  color: #37724b;
  border: 0;
}
.btn-b {
  background: #37724b;
  color: #fff;
}
.btn-b:hover,
.btn-b:focus {
  background: #428358;
  color: #fff;
}
.btn-border {
  border: 3px solid #fff;
  color: #fff;
}
.btn-border:hover,
.btn-border:focus {
  color: #37724b;
}
.btnmgr {
  margin-right: 10px;
}
.navbar-default .navbar-nav > li > a.mgtop0 {
  margin-top: 0;
}

.btn-primary {
  border: 0;
  position: relative;
  z-index: 1;
  background: #37724b;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background: #37724b;
  color: #fff;
  border: 0;
}
.btn-secondary {
  border: 0;
  position: relative;
  z-index: 1;
  background: #af9d72;
  color: #0a253d;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background: #af9d72;
  color: #fff;
  border: 0;
}

#map {
  position: relative;
}

.contact-form-btn-wrap {
  margin-top: 15px;
}

.rowc {
  margin-bottom: 10px;
}

.nums {
  background: #383431;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.iconcontact {
  display: inline-block;
  margin-right: 12px;
}

.ctext {
  display: inline-block;
  color: #111;
  font-size: 24px;
  margin-bottom: 15px;
}

.chead {
  font-weight: 500;
  color: #000;
}

.cheadsub {
  color: #333;
  margin-bottom: 10px;
}

.cheadmgb {
  margin-bottom: 7px;
}

.contact-text {
  display: inline-block;
  color: #111;
  border-radius: 15px;
  margin-bottom: 15px;
  max-width: 85%;
}

.contactrow:first-child {
  margin-top: 25px;
}

.contactrow {
  margin-bottom: 25px;
}

.bignum {
  font-size: 40px;
  font-weight: 500;
  color: #37724b;
}

.bignumtxt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.icheck {
  margin-right: 10px;
  display: inline-block;
}

.bimg {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: 0.17s all linear;
}

.boxt {
  color: #111;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.parts {
  text-align: center;
}

.bhouse {
  margin-bottom: 20px;
  transition: 0.15s all;
  display: block;
}

.bhouse:hover {
  text-decoration: none;
}

.bhouse:hover .boxt {
  color: #37724b;
}

.bhouse:hover .bimg {
  transform: scale(1.05);
}

.bimgw {
  position: relative;
  overflow: hidden;
}

.bimgbtnw {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
  transition: 0.19s all;
}

.bhouse:hover .bimgbtnw {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.product-name {
  font-size: 32px;
}

.boxprod {
  padding-bottom: 50px;
}

.panelc {
  box-shadow:
    0 0px 6px rgba(0, 0, 0, 0.08),
    0 6px 10px rgba(0, 0, 0, 0.16);
  padding: 15px 15px 30px 20px;
}

.panelch {
  font-size: 21px;
  margin-bottom: 20px;
}

.btn-ask {
  margin-top: 25px;
}

.panelch small {
  font-size: 0.9em;
}

.uphsm {
  font-size: 16px;
  margin-bottom: 5px;
}

.footer .contact-text {
  color: #fff;
}

.footerlinks {
  margin-top: 90px;
  padding-bottom: 35px;
  color: #333;
}

.flead {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.flist {
  padding-left: 20px;
}

.flist a {
  color: #333;
}

.contact-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.contact-text-up {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-href {
  font-size: 21px;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.contact-href:hover,
.contact-href:focus {
  color: #af9d72;
}

.section-contact {
  background: #37724b;
  padding: 15px;
  color: #fff;
  border-radius: 20px;
  box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.08),
    0 3px 6px rgba(0, 0, 0, 0.09);
}

.section-contact .contact-text {
  color: #fff;
}

.section-contact.nomg {
  margin-top: 15px;
  margin-bottom: 70px;
}

.btn-contact {
  margin-top: 20px;
}

.contacti {
  margin-top: 3px;
}

.footer {
  padding-top: 35px;
}

.underfooter {
  margin-top: 100px;
  padding-top: 15px;
  background: #f2f2f2;
  color: #333;
}

.underfooter a {
  color: #5a5768;
}

.mgtop-underfooterlink {
  margin-top: 15px;
  clear: both;
}

.author-box b {
  color: #5a5768;
}

.sechcont {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #fff;
}

.sechcontsm {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #fff;
}

.sechcontfast {
  margin-bottom: 0;
  font-size: 26px;
}

.bensec {
  padding-top: 30px;
  padding-bottom: 35px;
}

.bensec .sech {
  margin-bottom: 45px;
}

.bbox {
  padding: 25px;
  color: #111;
  border: 1px solid #eee;
  border-radius: 20px;
  height: 100%;
  margin-bottom: 25px;
}

.bboxh {
  color: #111;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.jumboh {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
}

.jumbop {
  font-size: 32px;
  color: #fff;
}

.breadcrumb,
.breadcrumbg {
  background: #eee;
}

.breadcrumb {
  padding-top: 11px;
  padding-bottom: 9px;
  margin-bottom: 0;
}

.bensec {
  padding-top: 30px;
  padding-bottom: 35px;
}

.bensec .sech {
  margin-bottom: 45px;
}

.imgmg {
  margin-top: 15px;
}

.aboutmachines {
  padding-top: 70px;
}

.cbody .row {
  margin-bottom: 10px;
}

.iconc {
  margin-right: 8px;
}

.cpage {
  padding: 30px 0;
}

.mgnav {
  margin-top: 68px;
}

.secpad {
  padding: 30px 0;
}

.justcent {
  justify-content: center;
}

.benbox {
  padding: 15px;
  height: 100%;
}

.benbox-primary {
  background: #37724b;
  color: #111;
}

.benbox-default {
  background: #383431;
  color: #37724b;
}

.benboxh {
  font-size: 21px;
}

.benboxiwrap {
  float: left;
}

.benboxwraph {
  margin-left: 15px;
  float: left;
}

.obox {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
}

.oboxsmh {
  color: #37724b;
  font-weight: 600;
  text-transform: uppercase;
}

.oboxbig p {
  color: #fff;
}
.table-responsive td,
th {
  font-size: 17px;
}

/* make table text more compact on narrow screens */
@media only screen and (max-width: 767px) {
  .table-responsive td,
  .table-responsive th {
    font-size: 14px;
  }
}
.obox:nth-child(odd) {
  border: 1px solid #eee;
}

.oboxh {
  font-size: 22px;
  font-weight: 600;
}
.oboxp {
  margin-top: 8px;
}

.oboxwraph {
  margin-left: 40px;
}

.oboxbig {
  background: #37724b;
  color: #fff;
  height: 100%;
  align-items: flex-start;
  padding-top: 30px;
}

.oboxbig .oboxsmh {
  color: #fff;
}

.oboxbig .oboxh {
  font-size: 42px;
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.smh {
  font-size: 18px;
  font-weight: 500;
}

.sechmgb {
  margin-bottom: 35px;
}

.sectionpad {
  padding: 35px 0;
}

.section-contact-fast {
  padding: 15px 10px 15px 25px;
  background: #383431;
  color: #fff;
  margin-top: 15px;
}

.imgmgt {
  margin-top: 15px;
}
.imgcenter {
  margin-left: auto;
  margin-right: auto;
}
.imgmb {
  margin-bottom: 15px;
}

.lastphotos {
  padding: 25px 0;
}

.secpadbig {
  padding: 70px 0;
}
.hrefpad a {
  padding: 10px 5px;
  margin: 5px 0;
  color: #37724b;
}

@media (min-width: 992px) {
  .rowb {
    margin-bottom: 40px;
  }

  .obox {
    padding: 21px 30px;
  }
  .oboxbig {
    padding-top: 30px;
  }

  .bbox {
    padding: 35px 40px 30px 40px;
    background: #fff;
  }

  .bboxdec {
    position: relative;
  }

  .bboxdec:before {
    height: 400px;
    width: 400px;
    background-color: #37724b;
    border-radius: 50%;
    position: absolute;
    top: -52px;
    content: "";
    display: block;
    z-index: -151;
    right: -140px;
  }

  .lastphotos {
    padding: 15px 0 70px 0;
  }

  .sectionpad .sech {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .sectionpad {
    padding: 60px 0 10px 0;
  }

  .sectionfirst {
    padding-top: 60px;
  }

  .contacti {
    margin-right: 7px;
  }

  .benboxrow {
    margin-top: -40px;
    margin-bottom: 25px;
  }

  .container {
    width: 96%;
  }

  .noprmd {
    padding-right: 0;
  }

  .noplmd {
    padding-left: 0;
  }

  .mgnav {
    margin-top: 112px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: left;
  }

  .maintwohmove {
    margin-top: -35px;
    position: relative;
    z-index: 1;
  }

  .product-name {
    margin-bottom: 25px;
  }

  .btn-ask {
    margin-top: 35px;
  }

  .bensec {
    padding-top: 90px;
    padding-bottom: 65px;
  }

  .bensec .sech {
    margin-bottom: 60px;
  }

  .sechsm {
    margin-top: 50px;
    margin-bottom: 15px;
  }

  .section-contact {
    padding: 75px 75px 60px;
  }

  .panelc {
    padding: 25px 15px 40px 30px;
  }

  .boxprod {
    padding-bottom: 80px;
  }

  .breadcrumb-mg {
    margin-top: 109px;
  }

  .boxt {
    margin-top: 35px;
  }

  .bhouse {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .mgrtop {
    margin-right: 29px;
  }

  .navbar-default {
    padding-bottom: 11px;
  }

  .nums {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .branze {
    padding-bottom: 45px;
  }

  .jumbotronmain {
    padding-top: 40px;
    padding-bottom: 130px;
  }

  .jumbopage {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .collt {
    padding-left: 0;
    padding-right: 30px;
  }

  .colrt {
    padding-right: 0;
    padding-left: 30px;
  }

  .sectionabout {
    padding: 100px 0 40px 0;
  }

  .skew-img-content {
    padding-top: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1499px) {
  .imgmainbg {
    top: -200px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1366px !important;
  }

  .navbar-container {
    width: 98% !important;
  }
}

.footer-contact-row {
  margin-top: 20px;
}

.footer-contact {
  color: #fff;
  display: block;
}

.footer-contact:hover,
.footer-contact:focus {
  color: #eee;
  text-decoration: none;
}

.nav-logo {
  display: block;
  max-height: none;
  width: auto;
  transform: none;
  transition: 0.2s all;
}

.navbar-logo-row {
  text-align: center;
  max-height: 130px;
  opacity: 1;
  padding-top: 8px;
  overflow: hidden;
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    padding-top 0.25s ease;
}

.navbar-brand-centered {
  float: none;
  display: inline-block;
  height: auto;
  padding: 0;
}

.navbar-fixed-top.nav-logo-hidden .navbar-logo-row {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
}

.navbar-fixed-top {
  background: #fff;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 80vh;
}

@media only screen and (max-width: 1200px) {
  .benboxi {
    height: 40px;
  }

  .benboxwraph {
    width: 78%;
  }
}

@media only screen and (max-width: 991px) {
  .benboxwraph {
    width: auto;
  }

  .benboxrow .container {
    padding: 0;
  }

  .parts .col-xs-6:nth-child(odd) {
    clear: left;
  }

  .benboxh {
    font-size: 16px;
  }

  .benbox {
    float: left;
    width: 100%;
    padding: 5px 10px;
  }

  .benboxiwrap {
    width: 40px;
    text-align: center;
  }

  .benboxi {
    height: 40px;
  }

  .footer-contact {
    display: inline-block;
  }

  .affix .nav-logo,
  .nav-logo {
    width: auto;
    max-width: none;
    max-height: none;
    height: auto;
    margin: 0 auto;
    position: static;
    transform: none;
  }
  .bgdec:before {
    left: -18%;
    transform: skew(17deg);
    width: 74%;
  }
  .btnmgr {
    margin-bottom: 8px;
  }

  .navbar-brand {
    padding: 0;
  }
  .secpadbig {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectionabout {
    padding-top: 35px;
  }
  .oboxbig .oboxh {
    font-size: 22px;
  }
  .sechcont {
    font-size: 32px;
  }
  .btn-contact {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

.no-padding-right {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .underfooter .pull-left,
  .underfooter .pull-right {
    float: none !important;
  }
}

.contact-section .sech {
  margin-bottom: 25px;
}

.contact-section {
  background: #eee;
  padding-top: 25px;
  padding-bottom: 35px;
}

#map {
  width: 100%;
  height: 400px;
}

label.error {
  text-align: left;
}

.form-control-label {
  color: #111;
  font-weight: 500;
}

.bg-iconmailw {
  width: 40px;
  height: 33px;
  background: url("../img/css_sprites.png") -192px -10px;
}

.bg-iconnav {
  width: 21px;
  height: 31px;
  background: url("../img/css_sprites.png") -53px -192px;
}

.bg-iconphonew {
  width: 33px;
  height: 33px;
  background: url("../img/css_sprites.png") -192px -63px;
}

.nowrap {
  white-space: nowrap;
}

.bgform {
  background: #f0f0f0;
}

.sech-contact {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.btn-contact-form-send {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
}

.checkbox {
  float: left;
  cursor: pointer;
}

.checkboxlabel {
  width: 90%;
  margin-left: 15px;
  float: left;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}

.has-error {
  border: 2px solid #c2392b;
}

label.error {
  background: #c2392b;
  border: 2px solid #c2392b;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
}

.contact-map {
  min-height: 500px;
  height: 100%;
  width: 100%;
}

.underfooter {
  padding-top: 35px;
  padding-bottom: 75px;
}

.mgtop-underfooterlink {
  margin-top: 15px;
  clear: both;
}

.bgitem {
  margin-bottom: 15px;
}

.bgitem,
.img-projects-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.img-projects-caption {
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
  font-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.7) rotate(-60deg);
  transform: scale(0.7) rotate(-60deg);
  -webkit-transition:
    0.25s transform,
    0.15s opacity;
  transition:
    0.25s transform,
    0.15s opacity;
}

.modal-projects .img-projects-wrap:hover .img-projects-caption {
  display: none;
}

.modal-projects .carousel-control.left,
.modal-projects .carousel-control.right {
  background-image: none;
  margin-top: 0;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.modal-projects {
  padding-right: 0 !important;
}

#modal-gallery .modal-body,
.modal-projects .modal-body {
  padding: 0;
}

.modal-projects .modal-dialog {
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.modal-body,
.modal-projects .modal-dialog {
  overflow-y: hidden;
}

.modal-body {
  overflow-y: auto;
}

.img-projects-caption {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  text-align: center;
}

.modal-projects img.item {
  margin: 0 auto;
  max-height: 100vh;
}

.modal-projects .modal-content {
  border: 0;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-projects .modal-header {
  border-bottom: 0;
  padding: 0;
}

.modal-projects .modal-header .close {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  opacity: 1;
  position: absolute;
  z-index: 10;
  right: 0;
}

.carousel-inner .img-projects {
  background: url(../img/spinner.png) center no-repeat;
  background:
    url(../img/spinner.svg) center no-repeat,
    linear-gradient(transparent, transparent);
  min-height: 120px;
  min-width: 30%;
}

.carousel-inner .img-projects.active {
  display: block !important;
}

.img-projects-lazy {
  background: url(../img/spinner.png) center no-repeat;
  background:
    url(../img/spinner.svg) center no-repeat,
    linear-gradient(transparent, transparent);
  min-height: 120px;
  min-width: 30%;
}

.modal-carousel-style {
  max-height: 100vh;
  overflow-y: hidden;
}

.modal {
  text-align: center;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#modal-gallery .carousel-control.left,
#modal-gallery .carousel-control.right {
  background-image: none;
  width: 5%;
}

#modal-gallery .modal-body {
  padding: 0;
}

@media (max-width: 990px) and (orientation: landscape) {
  #modal-gallery .modal-title {
    max-height: 10vh;
  }

  #modal-gallery .item img {
    max-height: 90vh;
    margin-bottom: 10px;
  }
}

.modal-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.modal-body {
  position: relative;
}

.modal-body,
.modal-fullscreen .modal-dialog {
  overflow-y: hidden;
}

.modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

#modal-gallery .modal-body {
  padding: 0;
}

#modal-gallery .item img {
  margin: 0 auto;
  max-height: 90vh;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .modal-projects .carousel-control.left {
    margin-left: 10px;
  }

  .modal-projects .carousel-control.right {
    margin-right: 10px;
  }

  .carousel-inner .item {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .sech {
    font-size: 26px;
  }

  .xs-text-center {
    text-align: center;
  }

  .contact-map {
    height: 300px;
    margin-top: 30px;
  }

  .no-row-xs {
    margin-left: 0;
    margin-right: 0;
  }
}

.mgtop {
  margin-top: 30px;
}

a:focus,
button:focus {
  outline: 0;
}

@media (min-width: 941px) {
  .navbar-fixed-top .navbar-collapse {
    padding-right: 15px;
    text-align: center;
  }

  .navbar-fixed-top {
    transition: 0.15s all;
  }

  .navbarmain {
    float: none !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 8px;
  }

  .navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
    margin-right: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-right {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  body {
    margin-top: 60px;
  }

  .mgxs {
    margin-bottom: 10px;
    padding: 9px 22px;
  }

  .jumbotronmain {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-default .navbar-nav > li > a:after {
    display: none;
  }
}

#cookies-message {
  position: fixed;
}

.btn-call-xs {
  display: none;
  color: #fff;
}

@media (min-width: 992px) {
  .contacti {
    margin-top: 35px;
    margin-right: 5px;
  }

  .img-projects-wrap:hover .img-projects-caption {
    top: 0;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition: 0.35s all;
    transition: 0.35s all;
  }
}

@media (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    background: #fff;
  }

  .underfooter {
    margin-bottom: 25px;
  }

  #cookies-message {
    position: static;
    margin-bottom: 65px;
  }

  .btn-call-xs {
    display: block;
    background: #37724b;
    color: #fff;
    width: auto;
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    z-index: 17;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 991px) {
  .checkboxlabel {
    width: 80%;
  }

  .jumboh {
    font-size: 26px;
  }

  .jumbop {
    font-size: 20px;
  }

  .breadcrumb-mg {
    margin-top: 68px;
  }

  .wrapheader {
    margin: 30px 0;
  }

  .nopadxs {
    padding: 0;
  }

  .product-name {
    font-size: 24px;
    margin-top: 15px;
  }

  .navbar-default {
    padding: 5px 0;
  }

  .topbar {
    display: none;
  }

  .panelc {
    margin: 20px 0;
  }

  .btn-group-div .btn-primary {
    margin-bottom: 15px;
  }

  .row-no-eq-xs {
    display: block;
  }

  .row-no-eq-xs > [class*="col-"] {
    display: block;
  }

  .text-right-xs {
    text-align: right;
  }

  .checkboxlabel {
    max-height: 150px;
    margin-bottom: 15px;
    overflow-y: scroll;
  }
}

/* 2026 visual refresh */
:root {
  --bg-main: #ead5c8;
  --bg-soft: #f7ebe2;
  --surface: #fff8f3;
  --ink: #624b43;
  --ink-soft: #7f655b;
  --brand: #866259;
  --brand-strong: #5c443c;
  --accent: #caa06b;
  --line: rgba(98, 75, 67, 0.16);
  --shadow-soft: 0 16px 35px rgba(78, 57, 49, 0.1);
  --shadow-hard: 0 28px 60px rgba(78, 57, 49, 0.18);
}

html,
body,
.btn,
input,
textarea,
select {
  font-family: "Mulish", "Segoe UI", Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sech,
.sechcont,
.bboxh,
.oboxh,
.price-h {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.01em;
}

html,
body {
  background:
    radial-gradient(
      circle at 8% -8%,
      rgba(202, 160, 107, 0.24),
      transparent 38%
    ),
    radial-gradient(
      circle at 100% 10%,
      rgba(134, 98, 89, 0.18),
      transparent 32%
    ),
    linear-gradient(180deg, #fbf1e8 0%, #f0ddd2 42%, #ead5c8 100%);
  color: var(--ink-soft);
}

body {
  margin-top: 110px;
}

p,
li {
  color: var(--ink-soft);
}

a {
  color: var(--brand);
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: var(--brand-strong);
}

.container {
  width: min(1380px, 94%);
}

.navbar-fixed-top {
  background: rgba(251, 241, 232, 0.9);
  border-bottom: 1px solid rgba(134, 98, 89, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 32px rgba(98, 75, 67, 0.1);
}

.navbar-default {
  padding: 12px 0;
  background: transparent;
}

.navbar-header {
  float: none;
}

.navbar-logo-row {
  text-align: center;
  max-height: 129px;
  opacity: 1;
  padding-top: 6px;
  overflow: hidden;
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    padding-top 0.25s ease;
}

.navbar-fixed-top.nav-logo-hidden .navbar-logo-row {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
}

.navbar-brand {
  width: auto;
  height: auto;
  padding: 0;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.nav-logo {
  width: auto;
  height: auto;
  max-width: 280px;
  max-height: 92px;
  object-fit: contain;
  object-position: center center;
  transform: none;
}

.navbarmain {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.navbar-fixed-top .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-default .navbar-nav > li > a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 12px 14px;
  border-radius: 0;
  transition: 0.22s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: rgba(202, 160, 107, 0.18);
  color: var(--brand-strong);
}

.nav-contact-item .navcon {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  padding: 4px 10px 6px 10px;
  gap: 6px;
  transition: 0.22s ease;
}

.navbar-default .navbar-nav > li > a.navcon {
  padding: 4px 10px 6px 10px;
}

.nav-contact-item .navcon:hover,
.nav-contact-item .navcon:focus {
  background: rgba(255, 248, 243, 0.84);
  color: var(--brand-strong);
}

.topbari {
  margin-top: 0;
}

.nav-contact-item .topbari {
  width: 12px;
  height: 12px;
  margin-right: 0;
}

.navcont {
  line-height: 1.2;
}

.nav-contact-item .navcont {
  font-size: 8px;
}

.navcons {
  display: block;
  opacity: 0.8;
}

.nav-contact-item .navcons {
  font-size: 7px;
}

.firstsec {
  margin: 0 auto 46px;
  padding: 110px 0 90px;
  overflow: hidden;
}

.bgdec:before {
  left: -12%;
  width: 70%;
  background: linear-gradient(120deg, #8f6d63 0%, #cda06f 52%, #eedfd3 100%);
  opacity: 0.96;
  transform: skew(18deg);
  border-radius: 24px;
}

.imgmainbg {
  top: -140px;
  right: -5%;
  max-height: 150%;
  filter: saturate(0.72) sepia(0.08) contrast(1.02);
  opacity: 0.46;
}

.firstsec .sech {
  color: #fff7f1;
  text-shadow: 0 8px 26px rgba(73, 51, 43, 0.22);
}

.sech {
  font-size: clamp(2.9rem, 3.5vw, 5.2rem);
  line-height: 1;
  margin-bottom: 24px;
  color: var(--ink);
}

.accent {
  color: var(--brand);
}

.btn {
  border-radius: 999px;
  padding: 14px 30px;
  border-width: 2px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn-b,
.btn-primary {
  color: #fff8f1;
  background: linear-gradient(130deg, #d6ae75 0%, #b98d56 100%);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(185, 141, 86, 0.34);
}

.btn-b:hover,
.btn-b:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: linear-gradient(130deg, #c89b62 0%, #a97a43 100%);
}

.btn-border {
  border-color: rgba(255, 248, 243, 0.9);
  color: #fff7f1;
  background: rgba(255, 255, 255, 0.08);
}

.btn-border:hover,
.btn-border:focus {
  background: #fff7f1;
  color: var(--brand-strong);
  border-color: #fff7f1;
}

.btn-secondary {
  background: linear-gradient(130deg, #d6ae75 0%, #b98d56 100%);
  color: #5d433c;
  box-shadow: 0 12px 28px rgba(185, 141, 86, 0.33);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(130deg, #c89b62 0%, #a97a43 100%);
  color: #fff;
}

.secpad,
.secpadbig,
.sectionabout,
.sectionfirst,
.cpage {
  position: relative;
  z-index: 1;
}

.bbox,
.obox,
.table-responsive,
.bgform {
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.bbox {
  border-radius: 24px;
  padding: 30px 28px;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.bbox:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hard);
}

.bboxh {
  color: var(--ink);
  font-size: 36px;
  margin-top: 18px;
}

.obox {
  border-radius: 22px;
  margin-bottom: 14px;
  padding: 18px 22px;
}

.obox:nth-child(odd) {
  border: 1px solid rgba(134, 98, 89, 0.22);
}

.oboxsmh {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.oboxh {
  color: var(--ink);
  font-size: 31px;
  line-height: 1.05;
}

.sectionabout {
  padding-top: 86px;
}

.sectionabout .col-md-5,
.cpage .col-md-6,
.secpad .col-md-6,
.secpadbig .col-lg-8 {
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(98, 75, 67, 0.14);
  border-radius: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: var(--shadow-soft);
}

.table-responsive {
  border-radius: 18px;
  overflow: hidden;
}

.table {
  margin-bottom: 0;
  background: transparent;
}

.table > thead > tr > th.thsec {
  background: linear-gradient(130deg, #8f6d63 0%, #6f544c 100%);
  color: #fff6ee;
  border-bottom: 0;
}

.table > tbody > tr > td,
table > tbody > tr > td,
table > thead > tr > th {
  border-top: 1px solid rgba(134, 98, 89, 0.16);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.64);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

table th,
table td {
  padding: 12px 14px;
  border: 1px solid rgba(134, 98, 89, 0.18);
}

.contactbg,
.bgform {
  border-radius: 24px;
}

.contactbg {
  background: transparent;
  padding-top: 0;
  margin-bottom: 0;
}

.bgform {
  padding: 18px 16px;
}

.form-control {
  border: 1px solid rgba(134, 98, 89, 0.26);
  border-radius: 14px;
  padding: 12px 14px;
  height: auto;
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(202, 160, 107, 0.2);
}

.checkboxlabel a {
  color: var(--brand-strong);
  text-decoration: underline;
}

.footer {
  padding-top: 40px;
}

.section-contact {
  border-radius: 18px;
  background: linear-gradient(130deg, #7c5e56 0%, #b88f65 56%, #efdccf 100%);
  border: 0.8px solid rgba(255, 244, 236, 0.32);
  box-shadow: 0 30px 60px rgba(86, 63, 55, 0.25);
  padding: 18px 14px;
}

.footer-main-row {
  display: flex;
  align-items: stretch;
}

.footer-contact-grid {
  margin-top: 2px;
}

.footer-contact-card {
  display: flex;
  align-items: center;
  min-height: 68px;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 6px;
  background: rgba(255, 248, 243, 0.18);
  border: 0.6px solid rgba(255, 248, 243, 0.2);
}

.footer-contact-card-wide {
  min-height: 60px;
}

.footer .contacti {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 0;
  margin-right: 8px;
}

.footer .sechcont {
  font-size: clamp(2rem, 2.2vw, 3.1rem);
  margin-bottom: 8px;
}

.footer .sechcontsm {
  font-size: 15px;
  line-height: 1.45;
  max-width: 90%;
  margin-bottom: 12px;
}

.footer .contact-text-up {
  font-size: 12px;
  color: rgba(253, 250, 244, 0.82);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer .contact-href {
  color: #fff;
  font-size: 16px;
}

.footer .btn-contact {
  margin-top: 6px;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 10px;
}

.footer-social-wrap {
  margin-top: 4px;
  padding-top: 4px;
}

.footer-social-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(253, 250, 244, 0.84);
  margin-bottom: 6px;
}

.footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 0.6px solid rgba(255, 248, 243, 0.32);
  background: rgba(255, 248, 243, 0.18);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
  color: #fff;
  background: rgba(255, 248, 243, 0.26);
  border-color: rgba(255, 248, 243, 0.46);
  text-decoration: none;
}

.footer-social-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}

.underfooter {
  margin-top: 52px;
  padding-top: 16px;
  padding-bottom: 36px;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 243, 0.92),
    rgba(238, 221, 209, 0.98)
  );
  border-top: 1px solid rgba(134, 98, 89, 0.14);
}

.underfooter .secpad {
  padding: 14px 0 8px;
}

.underfooter-social-col {
  display: flex;
  justify-content: flex-end;
}

.underfooter-social-wrap {
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

.underfooter-social-list {
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}

.underfooter .footer-social-title {
  color: var(--brand-strong);
}

.underfooter .footer-social-link {
  color: var(--brand-strong);
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(134, 98, 89, 0.25);
}

.underfooter .footer-social-link:hover,
.underfooter .footer-social-link:focus {
  color: var(--brand-strong);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(134, 98, 89, 0.4);
}

.hrefpad a {
  color: var(--brand-strong);
  display: inline-block;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.underfooter .pull-left span {
  font-size: 13px;
}

.hrefpad a:hover,
.hrefpad a:focus {
  border-color: rgba(134, 98, 89, 0.4);
}

#cookies-message {
  background: rgba(24, 34, 29, 0.88) !important;
  backdrop-filter: blur(8px);
}

#accept-cookies-checkbox {
  background: linear-gradient(130deg, #d6ae75 0%, #b98d56 100%) !important;
}

.btn-call-xs {
  border-radius: 999px;
  font-weight: 700;
}

.sectionabout,
.secpad,
.secpadbig,
.sectionfirst,
.cpage,
.footer {
  animation: fadeUpIn 0.7s ease both;
}

@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .footer-main-row {
    display: block;
  }

  .sectionabout .col-md-5,
  .cpage .col-md-6,
  .secpad .col-md-6,
  .secpadbig .col-lg-8 {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  body {
    margin-top: 76px;
  }

  .navbar-default {
    padding: 6px 0;
  }

  .navbar-brand {
    width: auto;
    height: auto;
    padding: 0;
  }

  .navbar-logo-row {
    max-height: 106px;
    padding-top: 4px;
  }

  .nav-logo {
    max-width: 228px;
    max-height: 74px;
  }

  .navbarmain {
    display: block;
  }

  .navbar-default .navbar-nav > li {
    display: block;
  }

  .navbar-fixed-top .navbar-collapse {
    background: rgba(252, 250, 245, 0.97);
    border-radius: 18px;
    margin-top: 8px;
    box-shadow: 0 16px 36px rgba(19, 31, 25, 0.2);
  }

  .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    margin-bottom: 6px;
  }

  .nav-contact-item .navcon {
    justify-content: center;
  }

  .firstsec {
    padding: 86px 0 60px;
  }

  .bgdec:before {
    width: 95%;
    left: -46%;
    transform: skew(12deg);
  }

  .imgmainbg {
    opacity: 0.38;
    right: -22%;
  }

  .section-contact {
    padding: 16px 12px;
  }

  .footer .sechcontsm {
    max-width: 100%;
  }

  .footer .contact-href {
    font-size: 15px;
  }

  .footer .contacti {
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }

  .footer-social-link {
    font-size: 12px;
    padding: 5px 8px;
  }

  .underfooter-social-col {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .underfooter-social-wrap {
    text-align: left;
  }

  .underfooter-social-list {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .firstsec .col-xs-6 {
    width: 100%;
  }

  .navbar-brand {
    width: auto;
    height: auto;
  }

  .nav-logo {
    max-width: 188px;
    max-height: 60px;
  }

  .sech {
    font-size: clamp(3.2rem, 10vw, 4.1rem);
  }

  .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .btnmgr {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-contact-card {
    min-height: 0;
    padding: 7px;
    margin-bottom: 6px;
  }

  .underfooter {
    margin-bottom: 58px;
  }

  .btn-call-xs {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 14px;
    background: linear-gradient(130deg, #d6ae75 0%, #b98d56 100%);
    box-shadow: 0 10px 26px rgba(185, 141, 86, 0.3);
  }
}
