.color-dark {
  color: #222222 !important;
}

/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
 =================================================*/

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 320px;
  }
}

.logo img.logo-white,
.logo img {
  transition: all 0.3s;
}

#section_error {
  padding: 200px 0;
}

#section_error h2,
#section_error .btn-back-default {
  color: #fff !important;
}

#section_error h4 {
  color: #f2f2f2;
}

@media (max-width: 780px) {
  #section_error {
    padding: 100px 0;
  }
}

@media (max-width: 580px) {
  #section_error {
    padding: 80px 0;
  }
}

@media (max-width: 450px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100vw;
  }
}

.bg_primary {
  background-color: #bd2f21;
}

.toast {
  border: 0px transparent !important;
}

#toast-container > div {
  border-radius: 6px !important;
}

#toast-container > .toast-error {
  background-color: #dc3545;
}

#toast-container > .toast-warning {
  background-color: #ffc107;
}

#toast-container > .toast-success {
  background-color: #198754;
}

#toast-container > .toast-info {
  background-color: #0dcaf0;
}

.logo img.logo-white {
  filter: brightness(5);
  -webkit-filter: brightness(5) drop-shadow(0 0 11px #111);
}

.brand-default.brand-style--6 {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

@media (max-width: 992px) {
  .brand-default.brand-style--6 {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }
}

@media (max-width: 780px) {
  .brand-default.brand-style--6 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}

@media (max-width: 580px) {
  .brand-default.brand-style--6 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.social-share a span {
  transform: translateY(-2px);
  position: absolute;
  margin-left: 20px;
  font-size: 12px;
}

@media (max-width: 780px) {
  h2.heading-h2 br {
    display: block;
  }
}

p.bk_pra {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.87;
}

.procing-box.active {
  padding: 5px 40px 60px;
}

.page-loading {
  transition: all 0.5s;
}

.wrap-2 {
  background-color: #ffffff;
}

.open-hamberger-wrapper {
  background: url(/images/navbg-1.jpg?a7e5de5223ba9fdef50899cd096d60a8);
  background-repeat: no-repeat;
  background-size: cover;
}

.open-hamberger-wrapper .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
  font-size: 24px;
  color: #181818;
}

.popup-mobile-manu .inner {
  background-color: #621811;
}

.popup-mobile-manu .inner .mobileheader {
  background-color: #fff;
}

.object-custom-menu > li a span {
  color: #f5e3d0;
}

header.headroom--pinned.headroom--top .manu-hamber div i {
  background-color: #fff;
  transition: 0.3s ease;
}

.rounded {
  border-radius: 5px;
}

.hero-item {
  width: 100vw;
  height: 800px;
  align-items: center;
  display: flex !important;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-item {
    height: 100;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    height: 350px;
  }
}

.brand-default .brand a img {
  filter: none !important;
  opacity: 0.8;
}

.aci-home-feature-area .inner {
  padding: 40px 0;
}

.aci-home-feature-area .inner .desc {
  margin: 40px 0;
}

.aci-home-feature-area .inner .desc p {
  margin-top: 40px;
}

.aci-product-applications-details .portfolio-details-list {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px 30px;
}

.aci-product-applications-details .portfolio-details-list .details-list span {
  margin: 3px 0;
}

.page-footer {
  background-color: #FBFBFD;
}

.page-footer .copyright-right p {
  color: #181818;
}


