h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li,
ol li,
span {
  font-family: "Ubuntu", sans-serif;
}

a,
button {
  font-family: "Open Sans Condensed", sans-serif;
}

.mx-auto {
  margin-top: 3rem;
}

.mx-auto .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mx-auto .pagination .page-item span,
.mx-auto .pagination .page-item a {
  border: none;
  font-size: 15px;
  padding: 0.5rem 1rem;
}

.mx-auto .pagination .page-item a {
  color: #585858;
  font-weight: bold;
}

.mx-auto .pagination .page-item a:hover {
  color: #dd4848;
}

.mx-auto .pagination .active span {
  background: #585858;
  color: white;
  font-weight: bold;
}

.mx-auto .pagination .disabled span {
  background: #969696;
}

#logo-section {
  background: #585858;
  padding-top: 10px;
  text-align: center;
}

#logo-section .navbar-brand {
  color: white;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
}

#logo-section .navbar-brand img {
  position: relative;
  bottom: 1px;
  padding-right: 8px;
}

nav.navbar {
  background: #585858;
  padding: 10px 0;
}

nav.navbar .container #navbarNavDropdown {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav.navbar .container #navbarNavDropdown .navbar-nav {
  float: right;
}

nav.navbar .container #navbarNavDropdown .navbar-nav .nav-item {
  margin-right: 15px;
}

nav.navbar .container #navbarNavDropdown .navbar-nav .nav-item a {
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

nav.navbar .container #navbarNavDropdown .navbar-nav .dropdown .dropdown-menu {
  background: #585858;
  border-radius: 0;
  border: none;
}

nav.navbar
  .container
  #navbarNavDropdown
  .navbar-nav
  .dropdown
  .dropdown-menu
  .dropdown-item:hover {
  background: transparent;
}

footer {
  background: #585858;
  padding: 20px 0;
}

footer .footer-copyright {
  color: white;
  font-weight: bold;
}

.btn {
  background: #585858;
  border: 2px solid #585858;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.btn:hover {
  color: #585858;
  background: transparent;
  border: 2px solid #585858;
}

.btn:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #585858;
}

.search-section {
  background: #585858;
  padding: 10px 15%;
  margin-bottom: 30px;
}

.search-section .search-tit {
  color: white;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.search-section .search-form input {
  border-radius: 0;
  padding: 10px 20px;
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  border: none;
  width: 100%;
  text-align: center;
  border-radius: 20px;
}

@media screen and (min-width: 980px) {
  .search-section .search-form input {
    width: 100%;
  }
}

.search-section .search-form input ::-webkit-input-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.search-section .search-form input ::-moz-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.search-section .search-form input :-ms-input-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.search-section .search-form input :-moz-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.search-section .search-form input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-section .search-form button {
  border: none;
  background: white;
  color: #585858;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 0;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
  border-radius: 10px;
}

.search-section .search-form button:hover {
  color: white;
  background: #585858;
  border: none;
}

@media screen and (min-width: 1700px) {
  .container {
    max-width: 1450px;
  }
}

.image-section {
  height: 100%;
}

.image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_header {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #585858;
  text-transform: uppercase;
  padding: 10px;
  border: 5px solid #585858;
  border-radius: 20px;
}

.main_header a {
  font-weight: 300;
  color: #585858;
  text-decoration: none;
}

.contact-form .form-row label {
  text-transform: uppercase;
  font-weight: bold;
  color: #585858;
}

.contact-form .form-row #inputGroupPrepend {
  display: none;
}

.contact-form .form-row input,
.contact-form .form-row textarea {
  border: none;
  border: 2px solid #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
}

.contact-form .form-row input ::-webkit-input-placeholder,
.contact-form .form-row textarea ::-webkit-input-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.contact-form .form-row input ::-moz-placeholder,
.contact-form .form-row textarea ::-moz-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.contact-form .form-row input :-ms-input-placeholder,
.contact-form .form-row textarea :-ms-input-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.contact-form .form-row input :-moz-placeholder,
.contact-form .form-row textarea :-moz-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.contact-form .form-row input:focus,
.contact-form .form-row textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .contact-button {
  background: #585858;
  border: 2px solid #585858;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 10px 50px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
  border-radius: 0;
}

.contact-form .contact-button:hover {
  color: #585858;
  background: transparent;
}

.contact-form .contact-button:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #585858;
}

.breadcrumbs ol.breadcrumb {
  background: #585858;
  border-radius: 0;
}

.breadcrumbs ol.breadcrumb .breadcrumb-item a {
  color: white;
  font-weight: 300;
}

.breadcrumbs ol.breadcrumb .active {
  color: #dd4848;
  font-weight: bold;
  text-transform: uppercase;
}

.card-columns .card {
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: #585858;
  border-radius: 20px;
}

.card-columns .card .card-img-top {
  border-radius: 0;
}

.card-columns .card .card-header {
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: #585858;
  padding: 8px;
  border: none;
}

@media screen and (max-width: 980px) {
  .card-columns .card .card-header {
    font-size: 16px;
    line-height: 18px;
  }
}

.card-columns .card .card-body {
  padding: 0;
}

.card-columns .card .card-body p {
  color: white;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .card-columns .card .card-body p {
    font-size: 14px;
    line-height: 17px;
  }
}

.card-columns .card .card-body .starsp {
  margin-top: 10px;
}

.card-columns .card .review-text {
  background: #585858;
  padding: 5px 5%;
  margin-bottom: 5px;
}

.card-columns .card .review-text p {
  font-size: 14px;
  line-height: 17px;
  color: white;
  font-weight: 300;
}

.card-columns .card .card-footer {
  background: transparent;
  padding: 0;
  border: none;
}

.card-columns .card .card-footer a {
  border-radius: 0;
  color: white;
  background: #585858;
  text-align: center;
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border: 1px solid white;
  border-radius: 20px;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 20px;
  padding-right: 20px;
}

.reviews-row {
  margin-bottom: 20px;
  background: #585858;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  border-radius: 20px;
}

.reviews-row:last-child {
  margin-bottom: 0;
}

.reviews-row img {
  border-radius: 20px;
}

.reviews-row .review-text {
  background: #585858;
  padding: 5px 5%;
  margin-bottom: 5px;
}

.reviews-row .review-text p {
  font-size: 17px;
  line-height: 22px;
  color: white;
  font-weight: 300;
}

.reviews-row .card-footer {
  background: transparent;
  padding: 0;
  border: none;
}

.reviews-row .card-footer a {
  border-radius: 0;
  color: white;
  background: #585858;
  text-align: center;
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border: 1px solid white;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.reviews-row .card-header {
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: #585858;
  padding: 8px;
  border: none;
}

@media screen and (max-width: 980px) {
  .reviews-row .card-header {
    font-size: 16px;
    line-height: 18px;
  }
}

.offer-posts .card-columns {
  -webkit-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 575px) {
  .offer-posts .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.reviews-section .card-columns {
  -webkit-column-count: 1 !important;
  column-count: 1 !important;
}

.promoted-columns {
  -webkit-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 575px) {
  .promoted-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.promoted-columns .card {
  border: 15px solid #585858;
}

.promoted-columns .card img {
  border-radius: 20px !important;
  margin-bottom: 10px;
}

.offer-container .img-fluid {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
}

.offer-container .offer-button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 30px;
}

.offer-container .post-text {
  color: #585858;
  font-size: 16px;
  line-height: 20px;
}

.offer-container address p {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.offer-container .review-summary p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #585858;
}

.offer-container .reviews .card {
  border-radius: 0;
  border: none;
}

.offer-container .reviews .card .card-header {
  background: #dd4848;
}

.offer-container .reviews .card .card-header form input {
  padding: 22px 15px;
}

.offer-container .reviews .card .card-text {
  font-size: 16px;
  line-height: 18px;
  color: #585858;
}

.offer-container .reviews .card .card-footer {
  background: #dd4848;
  font-size: 16px;
  line-height: 22px;
  color: #585858 !important;
  font-weight: bold;
}

.offer-container .reviews .border-primary {
  border: 6px solid #585858 !important;
}

.offer-container .reviews .review-form .form-group {
  padding-left: 15px;
  padding-right: 15px;
}

.offer-container .reviews .review-form .form-group label {
  padding-left: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #585858;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.offer-container .reviews .review-form .form-group input,
.offer-container .reviews .review-form .form-group textarea {
  border: none;
  border: 2px solid #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
}

.offer-container
  .reviews
  .review-form
  .form-group
  input
  ::-webkit-input-placeholder,
.offer-container
  .reviews
  .review-form
  .form-group
  textarea
  ::-webkit-input-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.offer-container .reviews .review-form .form-group input ::-moz-placeholder,
.offer-container .reviews .review-form .form-group textarea ::-moz-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.offer-container .reviews .review-form .form-group input :-ms-input-placeholder,
.offer-container
  .reviews
  .review-form
  .form-group
  textarea
  :-ms-input-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.offer-container .reviews .review-form .form-group input :-moz-placeholder,
.offer-container .reviews .review-form .form-group textarea :-moz-placeholder {
  color: #585858;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.offer-container .reviews .review-form .form-group input:focus,
.offer-container .reviews .review-form .form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offer-container .reviews .review-form .form-group .rating {
  height: 40px;
  line-height: 40px;
}

.offer-container
  .reviews
  .review-form
  .form-group
  .rating
  label:last-child
  .icon {
  color: #dd4848;
}

.offer-container
  .reviews
  .review-form
  .form-group
  .rating:not(:hover)
  label
  input:checked
  ~ .icon,
.offer-container
  .reviews
  .review-form
  .form-group
  .rating:hover
  label:hover
  input
  ~ .icon {
  color: #585858;
}

.offer-container
  .reviews
  .review-form
  .form-group
  .rating
  label
  input:focus:not(:checked)
  ~ .icon:last-child {
  color: #dd4848;
  text-shadow: 0 0 5px #585858;
}

.company-container address p {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.company-container address p a {
  font-weight: bold;
  color: #585858;
}

.company-container address p a:hover {
  text-decoration: underline;
}

.company-container address .starsp {
  margin-top: 20px;
}

.company-container .social {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
