@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

:root {
  --primary-color: #a41e26;
}

.bg-danger {
  background-color: var(--primary-color) !important;
}

a{
  color: var(--primary-color);
  text-decoration: none;
}
.bold, strong, b {
  font-weight: 600;
}

.btn-danger {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-danger:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  opacity: 0.75;
}

.text-danger {
  color: var(--primary-color) !important;
}

body {
  font-size: 14px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  /* overflow-x: hidden;overflow-y: auto; */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.title {
  text-align: center;
}

.title h1 {
  color: var(--primary-color);
  font-weight: 600;
  padding: 50px 0 10px 0;
}

.title h1 {}

.navbar {
  padding: 0px 0;
  transition: .5s;
}

.navbar li {}

.navbar img {
  transition: .5s;
}

.navbar li.nav-item a.nav-link {
  padding: 30px 10px;
  font-size: 12px;
  color: #cccccc;
  transition: .5s;
}

.navbar li.nav-item a.nav-link i,
.navbar li.nav-item a.nav-link.active {
  color: #fff;
}

.navbar li.nav-item a.nav-link:hover {
  color: #fff;
}

.navbar li.nav-item a.nav-link {}

.nav-sticky {}

.nav-sticky img {
  width: 96px;
}

.nav-sticky.navbar li.nav-item .nav-link{
  padding-top: 15px;padding-bottom: 15px;
}

.hero-section {
  padding: 200px 0 100px 0;
}

.hero-section {
  overflow: hidden;
}

.hero-section .img-wrapper {
  /* width: 165%;
  display: block;
  text-align: center; */
  margin-right: -5vw;
  text-align: right;
}

.hero-section .img-wrapper img {
  max-width: 100%;
}

.hero-section h1 {
  font-weight: 600;
  font-size: 50px;
}

.hero-section p {}

.hero-section ul {}

.hero-section ul li {
  margin-bottom: 5px;
}

.products-section {
  background-color: #f2f2f2;
}

.products-section .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}

.products-section .row>div {
  padding: 15px;
}

.products-section .product-item {
  position: relative;
  transition: .5s;
}


.products-section .product-item img {
  height: 300px;
  object-fit: cover;
}

.products-section .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .5s;
}

.products-section .product-item:hover .product-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.products-section .product-item:hover {
  transform: scale(1.05);
}

.products-section .product-overlay h3 {
  font-size: 34px;
  color: #fff;
  text-align: center;
}

.products-section p {
  margin-top: 10px;
  padding-bottom: 27px;
  margin-bottom: 25px;
}




.about-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/02_Two-Thirds_v2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 181px 0;
  color: #fff;
}

.about-section p {
  margin-bottom: 0;
}

.about-section h2 {
  font-size: 34px;
}

.about-section .container {
  max-width: 1000px;
}




.professional-service {
  background-color: var(--primary-color);
}

.professional-service {
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.professional-service h4 {
  font-weight: 300;
}

.professional-service p {
  margin-bottom: 0;
}




.need-help {
  padding: 40px 0;
  text-align: center;
}

.need-help span {
  font-size: 22px;
  color: #4B4F52;
  font-weight: 600;
}



.copyright {
  padding: 45px 0;
  background: #1f1f1f;
  text-align: center;
  color: #999999;
  position: relative;
}

.copyright {}

.copyright p {
  line-height: 22px;
  margin-top: 3px;
  font-size: 12px;
}

.qlwapp-toggle {
  height: 40px;
  white-space: nowrap;
  padding: 12px 24px;
  background-color: #59d600;
  color: #fff;
  border-radius: 30px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.qlwapp-toggle i {
  margin-right: 5px;
}


.dropdown {}



.map-section{padding-top: 86px;}
.map-section{}
.contact-section{padding: 100px 0;}
.contact-section h2{color: #444;}
.contact-section .form-control{
  color: #555;
  background-color: #f1f1f1;
  border: 0;
}
.contact-section .form-label{
  margin-bottom: 0;
}

@media(max-width:1500px) {
  .hero-section .img-wrapper {
    /* width: 165%;
    display: block;
    text-align: center; */
    margin-right: 0;
  }
}

@media(min-width:992px) {
  .mb-overlay {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: unset;
    right: 0;
    padding: 30px;
  }

  .mega-menu {
    min-width: 590px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media(max-width:991.9px) {
  .navbar{padding: 16px 0;}
  .map-section {
    padding-top: 72px;
}
.contact-section {
  padding: 40px 0;
}
  .nav-sticky.navbar{padding: 10px 0;}
  .products-section .product-overlay h3 {
    font-size: 22px;
  }

  .products-section .product-item img {
    height: 190px;
  }

  .about-section {
    padding: 80px 0;
  }

  .copyright {
    padding: 45px 0 100px 0;
  }

  .mb-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 260px;
    background-color: var(--primary-color);
    padding: 80px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1050;
    transition: .5s;
  }
  .mb-sidebar li.nav-item{}
  .mb-sidebar li.nav-item a.nav-link:hover{color: #fff;}
  .mb-sidebar .dropdown-menu {padding: 0;background-color: var(--primary-color);border: 0;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);padding: 10px 0;}
  .mb-sidebar .dropdown-menu a{font-size: 18px;padding: 0;margin: 0;display: block;padding: 10px 20px;}
  body.mb-dropdown{}
  body.mb-dropdown .dropdown-menu{}
  .navbar-collapse li.nav-item {}

  .navbar-collapse li.nav-item a.nav-link {
    font-size: 24px;
    padding: 20px 0;
  }

  body.mb-menu {}

  body.mb-menu .mb-sidebar,
  body.mb-menu .mb-overlay {
    opacity: 1;
    visibility: visible;
  }

  .mb-overlay {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .mb-sidebar {}

  .mb-sidebar li a {
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    margin: 10px 0;
  }

  .mb-sidebar .navbar-nav+.navbar-nav {
    position: absolute;
    bottom: 40px;
    flex-direction: row;
  }

  .mb-sidebar .navbar-nav+.navbar-nav li a {
    margin-right: 30px;
  }

  .mb-close {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
  }
}

@media(max-width:576px) {
  .hero-section h1 {
    font-size: 36px;
  }

  .hero-section {
    padding: 120px 0 50px 0;
  }

  .products-section .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-section p {
    margin-top: -10px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .products-section .row>div {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .products-section .row>div:nth-child(even) {
    /* padding-left: 7px; */
  }

  .products-section .row>div:nth-child(odd) {
    /* padding-right: 7px; */
  }

  .about-section {
    padding: 60px 0;
  }
}