.card-border{
    border: 1px solid #12203442;
    padding-top: 10px;
    border-radius: 12px;
}
.about-hero{
    background: unset !important;
}
.bgc-dark {
  background-color: #122034;
}

.btn-dark {
  background-color: #d29474 !important;
  border: 1px solid  #d29474 !important;
  color: #ffffff;
}
.bgc-thm-light{
  background-color: #d2947447;
}
.main-title, .main-title2,.main-title .title, .main-title2 .title,.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6,.ud-btn2 {
    color: #793f2e !important;
}
.main-title .paragraph, .main-title2 .paragraph {
    color: #9a5029 !important;
}
header.nav-homepage-style {
    background: #fff !important;
    color: #000 !important;
    border-radius: 9px;
    margin: 10px 13px;
    max-width: 98%;
}
.bg-primary{
    background-color: #d29474 !important;
}
.bgc-f7{
  background-color: #F2E1D80A !important;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1415px;
  }
}