body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #444;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #a52b2a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  color: #a52b2a;
  text-decoration: none !important;
}

a:hover {
  color: #a52b2a;
  text-decoration: none !important;
}

input {
  outline: medium none !important;
  color: #a52b2a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 58px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -2.2px;
}

h2 {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -2.2px;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -2.0px;
}

h4 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1.0px;
}

h5 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1.0px;
}

h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

p {
  font-weight: normal;
  line-height: 1.5;
}

*::-moz-selection {
  background: #a52b2a;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #a52b2a;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #a52b2a;
  color: #ffffff;
  text-shadow: none;
}

/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}

/* form-control */
.form-control {
  border: 1px solid #dddddd;
  border-radius: 3px;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  /* color: #999999; */
  background-color: #f3f3f3;
  background-clip: inherit !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a52b2a;
}

.form-control::-moz-placeholder {
  color: #3a4957;
}

.form-control::-ms-input-placeholder {
  color: #3a4957;
}

.form-control::-webkit-input-placeholder {
  color: #3a4957;
}

.basic-select {
  padding-left: 5px;
}

textarea.form-control {
  min-height: 75px;
  padding-left: 10px;
}

/* custom-file */
.custom-file {
  height: 50px;
}

.custom-file .custom-file-input {
  height: 50px;
  color: #333333;
  border-radius: 3px;
  border-color: #dddddd;
}

.custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a52b2a;
}

.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border-color: #dddddd;
  padding: 15px 90px 15px 20px;
  border-radius: 3px;
}

.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}

.custom-file-input:focus~.custom-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a52b2a;
}

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* checkbox */
.custom-control-input:checked~.custom-control-label:before {
  background: #a52b2a;
  border-color: #a52b2a;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background: transparent;
  border-color: transparent;
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #dddddd;
}

.custom-control-label:before {
  top: 2px;
}

.custom-control-label:after {
  top: 2px;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf;
}

/* border  */
.border {
  border-color: #dddddd !important;
}

.border-top {
  border-top-color: #dddddd !important;
}

.border-left {
  border-left-color: #dddddd !important;
}

.border-right {
  border-right-color: #dddddd !important;
}

.border-bottom {
  border-bottom-color: #dddddd !important;
}

/* badge  */
.badge {
  border-radius: 3px;
}

.badge+.badge {
  margin-left: 6px;
}

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}

.badge-primary {
  background: #a52b2a;
}

/* back-to-to */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  border-radius: 3px;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  background: #a52b2a;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.back-to-top a:hover {
  color: #ffffff;
}

.back-to-top a:focus {
  color: #ffffff;
}

/* breadcrumb */
.breadcrumb {
  margin-top: 20px;
  background: rgb(24 25 28);
  border-radius: 3px;
  font-family: "Rubik", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 40px;
}

.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #a52b2a;
}

.breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #a52b2a;
}

/* pagination */
.pagination { justify-content:center; }
.pagination .page-item .page-link {
  padding: 14px 28px;
  color: #999999;
  border-color: #dddddd;
  margin: 0 4px 0 0;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background: #a52b2a;
  border-color: #a52b2a;
  color: #ffffff;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid #a52b2a;
  padding-left: 30px;
  font-style: italic;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #a52b2a;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}

.blockquote-quote p {
  position: relative;
}

.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #dfdfdf;
}

iframe {
  width: 100%;
  border: none;
}

/* table */
.table {
  border-collapse: separate;
  border-spacing: 0 0px;
  font-size: 14px;
  font-weight: 600;
}

.table td {
  padding: 14px 20px;
}

.table th {
  padding: 14px 20px;
}

.table-bordered td {
  border-color: #dddddd;
}

.table-bordered th {
  border-color: #dddddd;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #e8e7e7;
}

.table td,
.table th {
  vertical-align: middle;
  font-weight: 400;
}

@media (max-width: 575px) {
  .pagination .page-item .page-link {
    padding: 10px 15px;
  }
}

/*****************************
    Helper Classes
*****************************/
.text-primary {
  color: #a52b2a !important;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #333333 !important;
}

.text-light {
  color: #999999 !important;
}

.text-success {
  color: #0abb0a !important;
}

.text-danger {
  color: #f52626 !important;
}

.text-secondary {
  color: #ffa800 !important;
}

.bg-primary {
  background: #a52b2a !important;
}

.bg-secondary {
  background: #ffa800 !important;
}

.bg-dark {
  background: #18191c !important;
}

.bg-success-soft {
  background: rgba(10, 187, 10, 0.1) !important;
}

.bg-danger-soft {
  background: rgba(245, 38, 38, 0.1) !important;
}

.bg-facebook {
  background: #5d82d1 !important;
}

.bg-pinterest {
  background: #e13138 !important;
}

.bg-linkedin {
  background: #238cc8 !important;
}

.bg-white-soft {
  background: rgba(255, 255, 255, 0.1);
}

.bg-dark-soft {
  background: rgba(0, 0, 0, 0.1);
}

.space-ptb {
  padding: 90px 0;
}

.space-pt {
  padding: 90px 0 0;
}

.space-pb {
  padding: 0 0 90px;
}

.h-100vh {
  height: 100vh !important;
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

hr.hr-dark {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(24, 25, 28, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(24, 25, 28, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(24, 25, 28, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(24, 25, 28, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(24, 25, 28, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgb(165 43 42 / 95%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(24, 25, 28, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(24, 25, 28, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(24, 25, 28, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(28, 88, 199, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(28, 88, 199, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(28, 88, 199, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(28, 88, 199, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-left-100 {
  position: relative;
}

.bg-overlay-left-100:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  background-color: #18191c;
  width: 100%;
  height: 100%;
}

.bg-overlay-right-100 {
  position: relative;
}

.bg-overlay-right-100:before {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  background-color: #a52b2a;
  width: 100%;
  height: 100%;
}

.half-overlay-left {
  position: relative;
}

.half-overlay-left:before {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #a52b2a;
  width: 106%;
  height: 100%;
  right: -5%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.half-overlay-left:after {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #a52b2a;
  width: 100%;
  height: 100%;
  right: 100%;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.bg-overlay-half-top {
  position: relative;
}

.bg-overlay-half-top:after {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(165 43 42)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(165 43 42) 100%);
  bottom: auto;
  height: 30%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-half-bottom {
  position: relative;
}

.bg-overlay-half-bottom:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: auto;
  height: 40%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  width: 30px;
  height: 30px;
}

.avatar.avatar-md {
  width: 40px;
  height: 40px;
}

.avatar.avatar-lg {
  width: 60px;
  height: 60px;
}

.avatar.avatar-xl {
  width: 80px;
  height: 80px;
}

.avatar.avatar-xll {
  width: 100px;
  height: 100px;
}

.avatar.avatar-xlll {
  width: 120px;
  height: 120px;
}

.avatar.avatar-xllll {
  width: 180px;
  height: 180px;
}

.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xxl {
  font-size: 30px;
}

.font-xxxl {
  font-size: 40px;
  line-height: 40px;
}

.line-h-sm {
  line-height: 13px;
}

.line-h-md {
  line-height: 16px;
}

.line-h-lg {
  line-height: 17px;
}

.line-h-xl {
  line-height: 21px;
}

.line-h-xxl {
  line-height: 30px;
}

.line-h-xxxl {
  line-height: 40px;
}

.overflowx-h {
  overflow-x: hidden;
}

.border-radius {
  border-radius: 3px !important;
}

.b-radius-none {
  border-radius: 0 !important;
}

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important;
}

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important;
}

.sticky-top {
  z-index: 8;
}

.border-success {
  border-color: #0abb0a !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.overflw-x-hidden {
  overflow-x: hidden;
}

.overflw-y-hidden {
  overflow-y: hidden;
}

.fill-primary {
  fill: #a52b2a;
  fill-rule: evenodd;
  opacity: 0.3;
}

.fill-light {
  fill: #e8e7e7;
  fill-rule: evenodd;
}

.h-800 {
  height: 800px;
}

.h-700 {
  height: 700px;
}

.h-600 {
  height: 600px;
}

.h-500 {
  height: 500px;
}

.h-400 {
  height: 400px;
}

.facebook-bg {
  background-color: #445c8e;
}

.twitter-bg {
  background-color: #43afe9;
}

.google-bg {
  background-color: #dc0510;
}

.linkedin-bg {
  background-color: #007eb3;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {

  .bg-overlay-left-100:before,
  .bg-overlay-right-100:before {
    display: none;
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none;
  padding: 8px 0px;
  margin-bottom: 14px;
}

.accordion .card .card-header {
  background: none;
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.accordion .card button {
  position: relative;
  color: #333333;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.accordion .card button span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #a52b2a;
  color: #ffffff;
  border: 2px solid #a52b2a;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-right: 36px;
  position: relative;
}

.accordion .card button span:before {
  position: absolute;
  content: "";
  right: -10px;
  top: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a52b2a;
}

.accordion .card button.collapsed span {
  background: #ffffff;
  border: 2px solid #a52b2a;
  color: #a52b2a;
  -webkit-transition: all 0.3 easein-out;
  transition: all 0.3 easein-out;
  position: relative;
}

.accordion .card button.collapsed span:before {
  display: none;
}

.accordion .card .card-body {
  padding: 10px 0px 0px 100px;
}

.accordion .card .card-body p {
  font-size: 18px;
  font-weight: 300;
}

.accordion .btn:not(:disabled):not(.disabled):active:focus {
  color: #333333;
}

.accordion-style-2 .card {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  border-radius: 0;
}

.accordion-style-2 .card:last-child {
  margin-bottom: 0px;
}

.accordion-style-2 .card-header {
  background: transparent;
  border-bottom: none;
}

.accordion-style-2 .card-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-style-2 .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
}

.accordion-style-2 .accordion-content {
  border-top: 1px solid #dddddd;
}

.accordion-style-2 .accordion-title .btn {
  display: block;
  color: #a52b2a;
  font-size: 18px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.accordion-style-2 .accordion-title .btn+i {
  color: #a52b2a;
}

.accordion-style-2 .accordion-title .btn.collapsed {
  color: #333333;
}

.accordion-style-2 .accordion-title .btn.collapsed+i {
  color: #333333;
}

.accordion-checkbox .card label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-checkbox .card label .accordion-title {
  padding-left: 11px;
  display: inline-block;
}

.accordion-checkbox .card .card-body {
  padding: 10px 0px 0px 36px;
}

.accordion-checkbox .card .pay-icon {
  height: 20px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .accordion .card button {
    font-size: 18px;
  }
}

/*****************************
  Feature box
*****************************/
.feature-info .feature-info-icon {
  background: #a52b2a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.feature-info .feature-info-icon i {
  font-size: 46px;
  color: #ffffff;
}

.feature-info .step-number span {
  margin-top: -75px;
  margin-left: 15px;
  font-size: 42px;
  font-weight: 600;
  opacity: 0.1;
  color: #18191c;
  position: absolute;
}

.feature-info .feature-info-content h5 {
  font-weight: 500;
}

.feature-info-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-info-02 .feature-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 30px;
}

.feature-info-02 .feature-icon span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-02 .feature-icon span:before {
  position: absolute;
  content: "";
  right: -8px;
  top: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-02 .feature-content .feature-title {
  font-weight: 500;
}

.feature-info-02:hover .feature-icon span {
  background: #a52b2a;
  color: #ffffff;
}

.feature-info-02:hover .feature-icon span:before {
  border-color: transparent transparent transparent #a52b2a;
}

/* feature-info-03 */
.feature-info-03 .feature-icon {
  margin-bottom: 30px;
}

.feature-info-03 .feature-icon div img {
  width: 45%;
}

.feature-info-03 .feature-icon i,
.feature-info-03 .feature-icon div {
  display: block;
  margin: auto;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 60px;
  font-weight: 500;
  color: #333333;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-03 .feature-icon i:after,
.feature-info-03 .feature-icon div:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-03 .feature-content .feature-title {
  font-weight: 500;
}

.feature-info-03:hover .feature-icon i,
.feature-info-03.active .feature-icon i {
  background: #a52b2a;
  color: #ffffff;
}

.feature-info-03:hover .feature-icon i:after,
.feature-info-03.active .feature-icon i:after {
  border-color: #a52b2a transparent transparent transparent;
}

/*****************************
  Testimonial
*****************************/
.testimonial .testimonial-item {
  padding: 60px;
  border-radius: 3px;
  background: #a52b2a;
}

.testimonial .testimonial-item .testimonial-quote {
  font-size: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  margin-bottom: 30px;
}

.testimonial .testimonial-item .testimonial-content {
  font-size: 22px;
  font-style: italic;
  color: #ffffff;
}

.testimonial .testimonial-item .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial .testimonial-item .testimonial-author .testimonial-author-img {
  padding: 6px;
  border-radius: 50%;
  background: #ffffff;
  height: 54px;
  width: 54px;
}

.testimonial-center .owl-item {
  opacity: 0.1;
}

.testimonial-center .owl-item.active {
  opacity: 1;
}

.testimonial-center .owl-stage-outer {
  overflow: visible;
}

/* testimonial light */
.testimonial-light .testimonial-item {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.testimonial-light .testimonial-item .testimonial-quote {
  font-size: 50px;
  line-height: 50px;
  color: rgba(24, 25, 28, 0.2);
  display: block;
  margin-bottom: 30px;
}

.testimonial-light .testimonial-item .testimonial-content {
  font-size: 22px;
  font-style: italic;
  color: #333333;
}

.testimonial-light .testimonial-item .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-light .testimonial-item .testimonial-author .testimonial-author-img {
  padding: 6px;
  border-radius: 50%;
  background: #a52b2a;
  height: 54px;
  width: 54px;
}

.testimonial-02 .testimonial-content {
  font-size: 20px;
  padding: 80px 40px 30px;
  position: relative;
  border: 1px solid #dddddd;
}

.testimonial-02 .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -9px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e8e7e7 transparent transparent transparent;
}

.testimonial-02 .testimonial-content:after {
  position: absolute;
  content: "";
  bottom: -11px;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 11px 11px 0 10px;
  border-color: #dddddd transparent transparent transparent;
}

.testimonial-02 .testimonial-content .quotes {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 36px;
  left: 36px;
  color: #1d5cd0;
}

.testimonial-02 .testimonial-author {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-02-small .testimonial-content {
  font-size: 14px;
  padding: 60px 40px 20px;
}

.testimonial-02-small .testimonial-content .quotes {
  font-size: 20px;
  top: 26px;
}

@media (max-width: 575px) {
  .testimonial .testimonial-item {
    padding: 26px;
  }

  .testimonial .testimonial-item .testimonial-content {
    font-size: 18px;
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none;
  padding: 8px 0px;
  margin-bottom: 14px;
}

.accordion .card .card-header {
  background: none;
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.accordion .card button {
  position: relative;
  color: #333333;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.accordion .card button span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #a52b2a;
  color: #ffffff;
  border: 2px solid #a52b2a;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-right: 36px;
  position: relative;
}

.accordion .card button span:before {
  position: absolute;
  content: "";
  right: -10px;
  top: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a52b2a;
}

.accordion .card button.collapsed span {
  background: #ffffff;
  border: 2px solid #a52b2a;
  color: #a52b2a;
  -webkit-transition: all 0.3 easein-out;
  transition: all 0.3 easein-out;
  position: relative;
}

.accordion .card button.collapsed span:before {
  display: none;
}

.accordion .card .card-body {
  padding: 10px 0px 0px 100px;
}

.accordion .card .card-body p {
  font-size: 18px;
  font-weight: 300;
}

.accordion .btn:not(:disabled):not(.disabled):active:focus {
  color: #333333;
}

.accordion-style-2 .card {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  border-radius: 0;
}

.accordion-style-2 .card:last-child {
  margin-bottom: 0px;
}

.accordion-style-2 .card-header {
  background: transparent;
  border-bottom: none;
}

.accordion-style-2 .card-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-style-2 .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
}

.accordion-style-2 .accordion-content {
  border-top: 1px solid #dddddd;
}

.accordion-style-2 .accordion-title .btn {
  display: block;
  color: #a52b2a;
  font-size: 18px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.accordion-style-2 .accordion-title .btn+i {
  color: #a52b2a;
}

.accordion-style-2 .accordion-title .btn.collapsed {
  color: #333333;
}

.accordion-style-2 .accordion-title .btn.collapsed+i {
  color: #333333;
}

.accordion-checkbox .card label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-checkbox .card label .accordion-title {
  padding-left: 11px;
  display: inline-block;
}

.accordion-checkbox .card .card-body {
  padding: 10px 0px 0px 36px;
}

.accordion-checkbox .card .pay-icon {
  height: 20px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .accordion .card button {
    font-size: 18px;
  }
}

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 150px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

/*****************************
  Counter
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #a52b2a;
  margin-right: 25px;
  font-size: 70px;
  line-height: 70px;
}

.counter .counter-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.counter .counter-content label {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

/*****************************
  Tabs
*****************************/
.nav-tabs {
  border: none;
}

.nav-tabs .nav-item {
  margin-bottom: 3px;
  margin-right: 3px;
}

.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 12px 30px;
  background: #e8e7e7;
  color: #18191c;
  border-radius: 3px;
}

.nav-tabs .nav-item .nav-link.active {
  background: #a52b2a;
  color: #ffffff;
}

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #a52b2a;
  background: #ffffff;
  border: 0px solid #dddddd;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav i:before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  display: block;
}

.owl-carousel .owl-nav i:hover {
  background: #a52b2a;
  color: #ffffff;
}

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #a52b2a;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #a52b2a;
  width: 40px;
  border-radius: 10px;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit;
}

.owl-nav-bottom .owl-nav .owl-next {
  right: 45%;
  bottom: -70px;
  top: inherit;
}

.owl-nav-bottom .owl-nav .owl-prev {
  left: 45%;
  bottom: -70px;
  top: inherit;
}

.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit;
}

.owl-nav-top-left .owl-nav .owl-next {
  right: 0;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav .owl-prev {
  left: inherit;
  right: 50px;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav i {
  border: 1px solid transparent;
}

.owl-nav-top-left .owl-nav i:hover {
  border-color: #dddddd;
}

.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit;
}

.owl-nav-top-right .owl-nav .owl-next {
  right: 20px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-right .owl-nav .owl-prev {
  left: inherit;
  right: 80px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute;
}

.owl-dots-bottom-center .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}

.owl-dots-bottom-right .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0;
}

.owl-dots-bottom-left .owl-dots .owl-dot span {
  background: #ffffff;
}

/* Client Logo */
.our-clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-item .property-item {
  margin-bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: .6;
}

/*****************************
  		Date time Picker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #a52b2a;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #a52b2a;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background: #a52b2a;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  padding: .3rem;
}

/*****************************
  Countdown
*****************************/
.coming-soon h1 {
  font-size: 110px;
  font-weight: 500;
}

.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}

.countdown span {
  font-size: 46px;
  line-height: 56px;
  font-weight: 300;
  color: #a52b2a;
}

.countdown p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #333333;
}

@media (max-width: 1024px) {
  .coming-soon h1 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .coming-soon {
    height: 100% !important;
    padding: 60px 0 !important;
  }
}

@media (max-width: 767px) {
  .coming-soon h1 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .coming-soon h1 {
    font-size: 40px;
  }
}

/*****************************
  Button
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  outline: medium none !important;
  color: #a52b2a;
}

/* btn */
.btn {
  font-size: 14px;
  padding: 12px 40px;
  border-radius: 3px;
}

.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
  background: #a52b2a;
  border-color: #a52b2a;
}

.btn-primary {
  background: #a52b2a;
  border-color: #a52b2a;
  color: #ffffff;
  position: relative;
}

.btn-primary:hover {
  background: #7b1f1e;
  border-color: #7b1f1e;
  color: #ffffff;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: #a52b2a;
  border-color: #a52b2a;
  color: #ffffff;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: #a52b2a;
  border-color: #a52b2a;
  color: #ffffff;
}

.btn-primary:focus {
  background: #7b1f1e;
  border-color: #7b1f1e;
  color: #ffffff;
}

.btn-primary:focus {
  background: #7b1f1e;
  border-color: #7b1f1e;
  color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #a52b2a;
  border-color: #a52b2a;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a52b2a;
    border-color: #a52b2a;
}

.btn-secondary {
  background: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
  position: relative;
}

.btn-secondary:hover {
  background: #e09400;
  border-color: #e09400;
  color: #ffffff;
}

.btn-secondary:hover:not(:disabled):not(.disabled).active {
  background: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}

.btn-secondary:hover:not(:disabled):not(.disabled):active {
  background: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}

.btn-secondary:focus {
  background: #e09400;
  border-color: #e09400;
  color: #ffffff;
}

.btn-secondary:focus {
  background: #e09400;
  border-color: #e09400;
  color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #a52b2a;
  border-color: #a52b2a;
}

.btn-dark {
  background: #18191c;
  border-color: #18191c;
}

.btn-dark:hover {
  background: #24252a;
  border-color: #24252a;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn i {
  padding-right: 10px;
}

.btn+.btn {
  margin-left: 3px;
}

.btn-link {
  color: #a52b2a;
}

.btn-link:hover {
  color: #18191c;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #18191c;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #18191c;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #18191c;
}

.btn-white:hover {
  background: #dfdfdf;
  border-color: #dfdfdf;
  color: #18191c;
}

.btn-white:active {
  color: #18191c;
}

.btn-white:focus {
  color: #18191c;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #18191c;
}

.btn-light:active {
  color: #18191c;
}

.btn-light:focus {
  color: #18191c;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #18191c;
}

.btn.btn-sm {
  padding: 6px 24px;
}

.btn.btn-md {
  padding: 9px 26px;
}

.btn.btn-lg {
  padding: 13px 30px;
}

.btn.btn-xl {
  padding: 16px 40px;
}

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-app i {
  font-size: 40px;
}

.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #a52b2a;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-animation.icon-btn-lg:before {
  width: 80px;
  height: 80px;
}

.btn-animation.icon-btn-md:before {
  width: 70px;
  height: 70px;
}

.video-btn.btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*****************************
		Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  font-weight: bold;
  line-height: inherit;
  text-transform: capitalize;
}

.bigdrop {
  min-width: 196px !important;
}

.select2-results__options {
  padding: 8px 2px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600;
}

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 10px;
  height: 21px;
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #a52b2a;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dddddd;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e8e7e7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(28, 88, 199, 0.1);
  color: #a52b2a;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 8;
}

.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-results>.select2-results__options {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3a4957;
  font-weight: 400;
}

.select2-container--open .select2-dropdown {
  background: #e8e7e7;
  padding: 7px;
  border: 1px solid #dddddd;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 15px 20px;
}

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  height: 50px;
  padding: 15px 20px;
  border-radius: 0;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

/*****************************
	Team
*****************************/
.team {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

.team .team-img img {
  border-radius: 3px;
}

.team .team-img ul {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  left: -40px;
  right: 0;
  top: 30px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.team .team-img ul li {
  margin-bottom: 7px;
}

.team .team-img ul li a {
  display: block;
  margin: 0 5px;
  color: #a52b2a;
  background: #ffffff;
  line-height: 34px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.team .team-img ul li a:hover {
  color: #a52b2a;
  background: #ffffff;
}

.team .team-img ul li a i {
  font-size: 14px;
}

.team:hover .team-img {
  z-index: 1;
  position: relative;
}

.team:hover .team-img ul {
  opacity: 1;
  left: 15px;
}

.team .team-info {
  padding: 25px 0px 25px 0px;
  text-align: center;
  margin: -30px 25px 0;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
}

.team .team-info:hover {
  color: #333333;
}

.team .team-info .team-name {
  color: #a52b2a;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team .team-info .team-name:hover {
  color: #a52b2a;
}

.team .team-info p {
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}

.team .team-info ul li {
  margin-bottom: 5px;
}

.team .team-info ul li a {
  display: block;
  margin: 0 5px;
  color: #ffffff;
  background: #18191c;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.team .team-info ul li a:hover {
  color: #a52b2a;
  background: #ffffff;
}

.team .team-info ul li a i {
  font-size: 14px;
}

.team:hover .team-info {
  background-color: #a52b2a;
  margin-top: -40px;
}

.team:hover .team-info .team-name {
  color: #ffffff;
}

.team:hover .team-info p {
  color: #ffffff;
}

.team:hover .team-info a {
  color: #ffffff;
}

/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px;
}

.irs--flat .irs-bar {
  background: #a52b2a;
  height: 6px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background: transparent;
  color: #a52b2a;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-handle>i:first-child {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #a52b2a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background: #a52b2a;
}

/*****************************
  Pricing table
*****************************/
.pricing-table-style-01 {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  padding: 45px;
  border: 1px solid #dddddd;
}

.pricing-table-style-01 h4 {
  margin-bottom: 20px;
}

.pricing-table-style-01 p {
  margin-bottom: 20px;
}

.pricing-table-style-01 .pricing-price sup {
  font-size: 24px;
  font-weight: 500;
  top: -2.5rem;
  right: 5px;
}

.pricing-table-style-01 .pricing-price h2 {
  font-size: 80px;
}

.pricing-table-style-01 .pricing-price h2 span {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

.pricing-table-style-01 .pricing-list-style {
  padding: 35px 0;
}

.pricing-table-style-01 .pricing-list-style li {
  margin-bottom: 10px;
  font-weight: 400;
  list-style: none;
}

.pricing-table-style-01.active {
  background: #a52b2a;
}

/*****************************
        Header
*****************************/
/* header default */
.header {
  z-index: 9;
  position: absolute;
  width: 100%;
  top: 0;
}

.header .container-fluid {
  padding: 0 60px;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

/* topbar */
.header .topbar {
  background: #18191c;
  padding: 10px 0;
}

.header .topbar {
  font-size: 13px;
}

.header .topbar a {
  color: #ffffff;
}

.header .topbar a:hover {
  color: #a52b2a;
}

.header .topbar .dropdown {
  margin-right: 20px;
}

.header .topbar .dropdown .dropdown-toggle {
  padding: 12px 0;
}

.header .topbar .dropdown .dropdown-toggle i {
  font-size: 10px;
}

.header .topbar .dropdown .dropdown-menu a {
  color: #333333;
}

.header .topbar .dropdown .dropdown-menu a:hover {
  color: #a52b2a;
}

.header .topbar .social {
  margin-right: 20px;
  display: inline-block;
}

.header .topbar .social ul {
  margin: 0;
}

.header .topbar .social ul li {
  display: inline-block;
  padding: 0 4px;
}

.header .topbar .social ul li a {
  color: #ffffff;
}

.header .topbar .social ul li a:hover {
  color: #a52b2a;
}

.header .topbar .login {
  display: inline-block;
}

.header .topbar .login a {
  color: #ffffff;
}

.header .topbar .login a:hover {
  color: #a52b2a;
}

.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px;
}

.topbar .dropdown .dropdown-menu a:hover {
  background: rgba(28, 88, 199, 0.1);
  color: #a52b2a;
}

.navbar {
  padding: 0;
}

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link i {
  font-weight: bold;
}

.navbar .navbar-nav .nav-link:hover {
  color: #fff;
  text-decoration: underline !important;
}

.dropdown-menu {
  z-index: 9999;
}

.navbar-collapse {
  position: relative;
}

.navbar-light {
  color: #ffffff;
  background-color: #e8e7e7;
  border-color: #dddddd;
}

.navbar-light .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-brand {
  padding: 20px 0px;
  margin-right: 0;
}

.navbar-brand img {
  height: auto;
}

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.header .navbar-nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar-nav li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #333333;
  text-transform: capitalize;
  font-size: 14px;
}

.header .navbar-nav li>a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.header .navbar-nav li>a i {
  margin-left: 5px;
  font-size: 10px;
}

.header .add-listing {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #18191c;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #18191c;
  background-color: #e8e7e7;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  color: #e8e7e7;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #a52b2a;
  font-size: 18px;
}

.header li>.dropdown-item:focus,
.header li>.dropdown-item:hover {
  color: #a52b2a;
  background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 200px;
}

.header .navbar .dropdown-menu {
  padding: 15px;
  border: 0;
  border-bottom: 3px solid #ffa800;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 14px;
  padding: 10px 20px 10px 0;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.navbar .dropdown>.dropdown-menu li:last-child>a {
  border-bottom: 0;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  color: #a52b2a;
  padding-left: 10px;
}

/* Header transparent */
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.header-transparent .navbar-brand {
  margin-right: 40px;
}

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-transparent .navbar .navbar-nav .nav-link:hover {
  color: #a52b2a;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #a52b2a;
}

.navbar .navbar-nav .dropdown-menu li.active>a {
  color: #a52b2a;
}

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
  align-self: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  text-align: right;
}

.header-transparent .login a {
  color: #ffffff;
}

.header-transparent .login a:hover {
  color: #a52b2a;
}

.header .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #a52b2a;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}

.header .is-sticky .header-contact-info {
  display: none !important;
}

.header .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}

.header-transparent .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #18191c;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}

.header-transparent .is-sticky .header-contact-info {
  display: none !important;
}

.header-transparent .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}

/* Header light */
.header-light {
  position: relative;
}

.header-light .navbar .navbar-nav .nav-link {
  color: #18191c;
}

.header.header-light .is-sticky {
  background: #ffffff;
}

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  .header .navbar .dropdown-menu.megamenu {
    left: 230px;
  }

  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 570px;
  }

  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 420px;
  }

  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }

  .navbar-nav li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }

  .dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.place-card-large {
  display: none !important;
}

@media (max-width: 1199px) {
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 160px;
  }
}

@media (max-width: 991px) {
  .header .is-sticky .navbar {
    top: 0;
    right: 0;
  }
}

/*****************************
  		Sidebar
*****************************/
.search {
  position: relative;
}

.search input {
  padding-right: 64px;
  height: 50px;
  padding-left: 20px;
}

.search i {
  position: absolute;
  right: 0;
  top: 0;
  background: #a52b2a;
  color: #ffffff;
  padding: 18px 20px;
  cursor: pointer;
  margin: 0;
  border-radius: 0 3px 3px 0px;
}

/*****************************
    Banner
*****************************/
.banner {
  padding: 340px 0 280px;
}

.banner .home-search .btn {
  padding: 13px 40px;
  line-height: 23px;
}

.banner .banner-sub-title {
  font-size: 16px;
}

.banner.banner-03 {
  padding: 120px 0 60px;
}

.banner.banner-03 .banner-title {
  font-size: 2.9em;
  font-weight: 500;
}

.search-big {
  position: relative;
}

.search-big input {
  padding-left: 30px;
  padding-right: 120px;
  height: 70px;
}

.search-big a {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffa800;
  color: #18191c;
  padding: 18px 30px;
  cursor: pointer;
  border-radius: 3px;
  margin: 6px;
}

.search-big i {
  position: absolute;
  right: 0;
  top: 0;
  color: #a52b2a;
  padding: 22px 30px;
  cursor: pointer;
  margin: 6px;
}

@media (max-width: 1200px) {
  .banner {
    padding: 250px 0 180px;
  }
}

@media (max-width: 1024px) {
  .banner {
    padding: 230px 0 180px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 180px 0 110px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 140px 0 70px;
  }

  .banner.banner-03 {
    padding: 90px 0 125px;
  }
  .banner h2.lead {
    font-size: 18px;
    margin-bottom: 18px;
  }
  /* #random-whatsapp {
    bottom: 30px !important;
    right: 42% !important;
  } */
}

@media (max-width: 575px) {
  .banner .home-search .btn {
    padding: 8px 30px;
    line-height: 23px;
  }
}

/*****************************
    Layout
*****************************/
/* section title */
.section-title {
  margin-bottom: 50px;
}

.section-title .sub-title {
  display: block;
  position: relative;
}

.section-title .sub-title span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  margin-right: 50px;
  padding: 0 30px;
}

.section-title .sub-title:before {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 10px;
  content: "";
  background: #dddddd;
}

/* section title light */
.section-title-light {
  margin-bottom: 50px;
}

.section-title-light .sub-title {
  display: block;
  position: relative;
}

.section-title-light .sub-title span {
  background: #f8f9fa;
  display: inline-block;
  position: relative;
  margin-right: 50px;
  padding: 0 30px;
}

.section-title-light .sub-title:before {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 10px;
  content: "";
  background: #dddddd;
}

/* Page title */
.page-title { padding:140px 0 0; }
.page-title h1 { font-size:48px; }
.page-title.page-title-bottom { padding:300px 0 40px; }

/* Category */
.category-item {
  padding: 22px 30px;
  display: block;
  border-radius: 3px;
}

/* location-item  */
.location-item {
  padding: 85px 50px;
  border-radius: 3px;
  cursor: pointer;
}
.location-item a {
  font-size: 20px;
  color: #ffffff;
}
.location-item:hover a, .location-item a:hover { color:#ffa800; }
@media (max-width:700px) {
  .location-item { padding:50px 20px; }
  .navbar-brand { margin-left:15px; }
}

.location-item a.listing-list {
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.location-item:hover a.listing-list {
  opacity: 1;
  visibility: visible;
}

.location-item-02 {
  padding: 340px 50px 30px;
  border-radius: 3px;
}

.location-item-02 a {
  font-size: 20px;
  color: #ffffff;
}

.location-item-02 a:hover {
  color: #ffa800;
}

.location-item-02 a.listing-list {
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.location-item-02:hover a.listing-list {
  opacity: 1;
  visibility: visible;
}

ul.activity {
  padding-left: 18px;
}

ul.activity li {
  list-style: none;
}

ul.activity li.activity-item {
  position: relative;
  border-left: 2px solid rgba(221, 221, 221, 0.3);
}

ul.activity li.activity-item:after {
  background-color: #999999;
  border-radius: 30px;
  height: 40px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  width: 40px;
  clear: both;
  bottom: auto;
  top: 0;
}

ul.activity li.activity-item:after,
ul.activity li.activity-item:before {
  content: " ";
  display: table;
}

ul.activity li.activity-item .activity-info {
  margin-left: 44px;
  padding-bottom: 17px;
}

ul.activity li.activity-item .activity-info h6 {
  font-size: 16px;
}

ul.activity li.activity-item p {
  padding: 0;
  margin: 0;
}

ul.activity li.activity-item.primary:after {
  background: rgba(28, 88, 199, 0.1);
}

ul.activity li.activity-item.cyan:after {
  background: rgba(10, 187, 10, 0.1);
}

ul.activity li.activity-item.orange:after {
  background: rgba(10, 187, 10, 0.1);
}

ul.activity li.activity-item.success:after {
  background: rgba(10, 187, 10, 0.1);
}

ul.activity li.activity-item.pink:after {
  background: rgba(10, 187, 10, 0.1);
}

ul.activity li.activity-item.secondary:after {
  background: rgba(255, 168, 0, 0.1);
}

ul.activity li.activity-item.danger:after {
  background: rgba(245, 38, 38, 0.1);
}

ul.activity li.activity-item.info:after {
  background: rgba(10, 187, 10, 0.1);
}

ul.activity li.activity-item.warning:after {
  background: rgba(10, 187, 10, 0.1);
}

ul.activity li.activity-item:last-child .activity-info {
  padding-bottom: 0;
}

ul.activity li.activity-item .activity-icon {
  position: absolute;
  left: -8px;
  z-index: 1;
  font-size: 16px;
  line-height: 42px;
}

.rating {
  display: block;
  font-size: 13px;
  color: #999999;
}

.rating span {
  border: 1px solid #0abb0a;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 3px;
  color: #0abb0a;
}

.rating:hover {
  color: #a52b2a;
}

.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category ul .category-item-02 {
  margin-top: -1px;
  margin-right: -1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.category ul .category-item-02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dddddd;
  height: 100%;
  padding: 14px;
}

.category ul .category-item-02 a .category-icon {
  margin-right: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.category ul .category-item-02 a h6 {
  font-weight: 500;
}

.category ul .category-item-02 a i {
  font-size: 50px;
  line-height: 60px;
  color: #999999;
}

.category ul .category-item-02 a span {
  margin-left: auto;
  color: #999999;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  padding-left: 10px;
}

.category ul .category-item-02 a:hover {
  background: #a52b2a;
  border-color: #a52b2a;
}

.category ul .category-item-02 a:hover i {
  color: #ffffff;
}

.category ul .category-item-02 a:hover span {
  color: #ffffff;
}

.category ul .category-item-02 a:hover h6 {
  color: #ffffff;
}

.category-item-03 {
  background: #ffffff;
  padding: 20px 20px;
  display: block;
  border-radius: 3px;
  text-align: center;
}

.category-item-03 i {
  font-size: 60px;
  line-height: 60px;
  color: #333333;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-item-03 .category-title {
  color: #333333;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-item-03:hover i {
  color: #a52b2a;
}

.category-item-03:hover .category-title {
  color: #a52b2a;
}

.category-item-03.active i {
  color: #a52b2a;
}

.category-item-03.active .category-title {
  color: #a52b2a;
}

.places-video {
  position: relative;
}

.places-video .video-icon {
  font-size: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 30%;
  color: #ffffff;
}

.places-video .video-icon:hover {
  color: #ffa800;
}

@media (max-width: 991px) {
  .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category ul .category-item-02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-title .sub-title span {
    margin-right: 0;
    padding: 0;
  }

  .section-title .sub-title.text-right {
    text-align: left !important;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title .sub-title:before {
    display: none;
  }
}

@media (max-width: 575px) {
  .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category ul .category-item-02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*****************************
    listing
*****************************/
.home-search .form-group {
  position: relative;
}

.home-search .form-group span {
  position: absolute;
  left: 0;
  background: #ffffff;
  padding: 14px 16px;
  line-height: 22px;
}

.home-search .form-group span:before {
  position: absolute;
  content: "";
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.home-search .form-group .form-control {
  padding-left: 100px;
  background: #dfdfdf;
}

.home-search .form-group .form-control:focus {
  border-color: #dfdfdf;
}

.home-search .form-location {
  position: relative;
}

.home-search .form-location .form-control {
  padding-right: 50px;
}

.home-search .form-location .location-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #a52b2a;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.home-search .form-location .location-icon:hover {
  color: #a52b2a;
}

.home-search-02 .form-group {
  position: relative;
}

.home-search-02 .form-group .form-control {
  height: 45px;
  border-radius: 0;
}

.home-search-02 .form-group .form-control:focus {
  border-color: #dddddd;
}

.home-search-02 .select-border .select2-container--default .select2-selection--single {
  height: 60px;
  padding: 20px 20px;
}

.home-search-02 .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px;
}

.home-search-02 .form-location {
  position: relative;
}

.home-search-02 .form-location .form-control {
  padding-right: 20px;
  padding-left: 10px;
}

.home-search-02 .form-location .location-icon {
  position: absolute;
  right: 5px;
  top: 0;
  color: #a52b2a;
  z-index: 1;
  width: 20px;
  height: 45px;
  line-height: 48px;
  text-align: center;
}

.home-search-02 .form-location .location-icon:hover {
  color: #a52b2a;
}

.home-search-02 .btn {
  padding: 18px 25px;
  border-radius: 0;
  line-height: 22px;
}

.listing-item {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.listing-item .listing-image {
  position: relative;
  overflow: hidden;
}

.listing-item .listing-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.listing-item .listing-image .listing-quick-box {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

.listing-item .listing-image .listing-quick-box .category {
  color: #ffffff;
  font-size: 16px;
}

.listing-item .listing-image .listing-quick-box .category i {
  padding-right: 5px;
}

.listing-item .listing-image .listing-quick-box .category:hover {
  color: #ffa800;
}

.listing-item .listing-image .listing-quick-box .popup {
  margin-left: auto;
  color: #ffffff;
  font-size: 16px;
}

.listing-item .listing-image .listing-quick-box .popup:hover {
  color: #a52b2a;
}

.listing-item .listing-image .listing-quick-box .like {
  color: #ffffff;
  margin-left: 20px;
  font-size: 16px;
}

.listing-item .listing-image .listing-quick-box .like:hover {
  color: #a52b2a;
}

.listing-item .listing-details {
  background: #ffffff;
}

.listing-item .listing-details .listing-details-inner {
  padding: 20px;
}

.listing-item .listing-details .listing-details-inner .listing-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listing-item .listing-details .listing-details-inner .listing-price {
  margin-left: auto;
  font-size: 18px;
  color: #333333;
}

.listing-item .listing-details .listing-details-inner .listing-rating-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.listing-item .listing-details .listing-details-inner .listing-rating-call .listing-rating {
  font-size: 13px;
  color: #999999;
}

.listing-item .listing-details .listing-details-inner .listing-rating-call .listing-rating span {
  border: 1px solid #0abb0a;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 3px;
  color: #0abb0a;
}

.listing-item .listing-details .listing-details-inner .listing-rating-call .listing-rating:hover {
  color: #a52b2a;
}

.listing-item .listing-details .listing-details-inner .listing-rating-call .listing-call {
  margin-right: 15px;
  color: #999999;
  font-size: 13px;
}

.listing-item .listing-details .listing-details-inner .listing-rating-call .listing-call:hover {
  color: #a52b2a;
}

.listing-item .listing-details .listing-details-inner .listing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.listing-item .listing-details .listing-details-inner .listing-info h6 a {
  font-weight: 600;
}

.listing-item .listing-details .listing-details-inner .listing-info img {
  margin-right: 16px;
  width: 75px;
  height: 75px;
  object-fit: contain;
  border-radius: 50%;
  border: .7px solid #a52b2a;
  padding: 3px;
}

.listing-item .listing-details .listing-details-inner .listing-info p {
  font-size: 13px;
}

.listing-item .listing-details .listing-bottom {
  border-top: 1px solid #dddddd;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-item .listing-details .listing-bottom .listing-loaction {
  color: #999999;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listing-item .listing-details .listing-bottom .listing-loaction i {
  padding-right: 5px;
}

.listing-item .listing-details .listing-bottom .listing-loaction:hover {
  color: #a52b2a;
}

.listing-item .listing-details .listing-bottom .listing-close {
  position: relative;
  margin-left: auto;
  border: 1px solid #f52626;
  color: #f52626;
  font-size: 12px;
  padding: 4px 8px 2px;
  line-height: 16px;
  border-radius: 3px;
  background: #ffffff;
}

.listing-item .listing-details .listing-bottom .listing-close:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  border-radius: 3px;
  border-bottom: 1px solid #f52626;
  z-index: 0;
}

.listing-item .listing-details .listing-bottom .listing-open {
  position: relative;
  margin-left: auto;
  border: 1px solid #333333;
  color: #333333;
  font-size: 12px;
  padding: 4px 8px 2px;
  line-height: 16px;
  border-radius: 3px;
  background: #ffffff;
}

.listing-item .listing-details .listing-bottom .listing-open:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  border-radius: 3px;
  border-bottom: 1px solid #333333;
  z-index: 0;
}

.listing-item:hover .listing-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.property-filter {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.property-filter ul li {
  padding: 0px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-filter ul li a {
  color: #999999;
  font-size: 12px;
}

.property-filter ul li a:hover {
  color: #a52b2a;
}

.property-filter ul li.active a span {
  background: #a52b2a;
}

.property-filter ul:nth-child(2n+2) li:last-child {
  border-right: none;
  padding-left: 0;
}

.property-filter .property-short .select2-container {
  min-width: 130px;
  margin-left: 10px;
}

.property-filter .property-view-list {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-filter .property-list-icon {
  display: block;
  background: rgba(28, 88, 199, 0.1);
  padding: 10px 10px 8px;
  border-radius: 3px;
}

.property-filter .property-list-icon span {
  margin: 0 auto;
  background: #a52b2a;
  height: 2px;
  width: 10px;
  border-radius: 3px;
  margin-bottom: 2px;
  display: block;
}

.property-filter .property-list-icon span:nth-child(2) {
  width: 16px;
}

.property-filter .property-list-icon:hover,
.property-filter .property-list-icon .active {
  background: #a52b2a;
}

.property-filter .property-list-icon:hover span,
.property-filter .property-list-icon .active span {
  background: #ffffff;
}

.property-filter .property-list-icon.active {
  background: #a52b2a;
}

.property-filter .property-list-icon.active span {
  background: #ffffff;
}

.property-filter .property-grid-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(28, 88, 199, 0.1);
  color: #a52b2a;
  padding: 10px 10px 8px;
  border-radius: 3px;
}

.property-filter .property-grid-icon span {
  background: #a52b2a;
  width: 2px;
  height: 10px;
  border-radius: 3px;
  margin: 0 1px;
  display: inline-block;
}

.property-filter .property-grid-icon span:nth-child(2) {
  height: 16px;
  margin-top: -3px;
}

.property-filter .property-grid-icon:hover {
  background: #a52b2a;
}

.property-filter .property-grid-icon:hover span {
  background: #ffffff;
}

.property-filter .property-grid-icon.active {
  background: #a52b2a;
}

.property-filter .property-grid-icon.active span {
  background: #ffffff;
}

.sidebar {
  margin-bottom: 20px;
}

.sidebar .widget {
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar .widget .form-group .btn {
  padding: 12px 19px;
}

.sidebar .widget-title {
  padding: 14px 20px;
}

.sidebar .widget-title i {
  padding-right: 8px;
}

.sidebar .widget-content {
  background: #ffffff;
  padding: 15px;
}

.sidebar .widget-content .collapse-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .widget-content .collapse-title i {
  margin-left: auto;
  color: #dfdfdf;
}

.sidebar .widget-content .collapse-title-icon-left {
  color: #333333;
  display: block;
}

.sidebar .widget-content .collapse-title-icon-left i {
  margin-left: inherit;
  padding-right: 6px;
}

.sidebar .widget-car-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.sidebar .widget-car-body ul li {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 50%;
  margin-bottom: 10px;
}

.sidebar .widget-car-body ul li a {
  color: #999999;
}

.sidebar .widget-car-body ul li a span {
  margin-top: 4px;
  display: block;
}

.sidebar .widget-car-body ul li a:hover {
  color: #a52b2a;
}

.sidebar .widget-contact ul {
  margin-top: 20px;
}

.sidebar .widget-contact ul li {
  margin-bottom: 10px;
}

.sidebar .widget-contact ul li i {
  color: #a52b2a;
  width: 20px;
  margin-right: 10px;
}

.widget-content .recent-list-item img {
  height: 100%;
}

.form-icon {
  position: relative;
}

.form-icon input {
  padding-right: 50px;
}

.form-icon i {
  position: absolute;
  top: 18px;
  right: 24px;
}

.listing-map .map-canvas {
  height: 500px;
}

.listing-map.listing-map-banner .map-canvas {
  height: 600px;
}

.listing-item-map {
  position: relative;
  max-height: inherit;
  padding: 164px 0px 0px 0px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: 2;
}

.listing-item-map .listing-rating-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listing-item-map .listing-rating-call .listing-rating {
  font-size: 13px;
  color: #999999;
}

.listing-item-map .listing-rating-call .listing-rating span {
  border: 1px solid #0abb0a;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 3px;
  color: #0abb0a;
}

.listing-item-map .listing-rating-call .listing-rating:hover {
  color: #a52b2a;
}

.listing-item-map .listing-rating-call .listing-call {
  margin-left: 20px;
  color: #999999;
  font-size: 13px;
}

.listing-item-map .listing-rating-call .listing-call:hover {
  color: #a52b2a;
}

.si-pointer-bg-top {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.listing-item-map-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.listing-item-map-title {
  margin-top: 12px;
}

.listing-item-map-price {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-item-map-content p {
  margin: 0;
}

.listing-item-map-content *+p {
  margin-top: 1em;
}

.listing-item-map-content a {
  color: #999999;
}

.listing-item-map-content a:hover {
  color: #a52b2a;
}

.listing-item-map-content a:focus {
  color: #a52b2a;
}

.listing-item-map-content a:active {
  color: #a52b2a;
}

.custom-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
  width: 24px;
  padding: 0 8px;
  height: 24px;
  border-radius: 0;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: #ffa800;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-close:hover {
  background-color: #001935;
}

.custom-close:focus {
  background-color: #001935;
}

.custom-close:active {
  background-color: #001935;
}

.listing-detail-page .listing-detail-box {
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.listing-detail-page .detail-title {
  padding: 0px 0 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.slider-nav .slick-slide {
  padding: 10px 10px 0 0;
}

.listing-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing-detail-meta li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.listing-detail-meta li>a {
  font-size: 14px;
  color: #1d2936;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  background: #ffffff;
}

.listing-detail-meta li>a i {
  padding-right: 4px;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.listing-detail-meta li>a:hover {
  background: #a52b2a;
  color: #ffffff;
}

.listing-detail-meta li>a:hover i {
  color: #ffa800;
}

.social-box {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 14px;
  position: absolute;
  width: 260px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  margin-top: 6px;
}

.social-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-box ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 0;
  margin-bottom: 2px;
}

.social-box ul li a {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 4px;
}

.social-box ul li a i {
  width: 22px;
}

.social-box ul li a.facebook i {
  color: #3b5998;
}

.social-box ul li a.twitter i {
  color: #1da1f2;
}

.social-box ul li a.linkedin i {
  color: #0077B5;
}

.social-box ul li a.instagram i {
  color: #e4405f;
}

.social-box ul li a:hover i {
  color: #ffffff;
}

.social-share:hover .social-box {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.ratings {
  border: none;
  float: left;
}

.ratings>input {
  display: none;
}

.ratings>label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  font-weight: 900;
}

.ratings>.half:before {
  content: "\f089";
  position: absolute;
}

.ratings>label {
  color: #ddd;
  float: right;
}

.ratings>input:checked~label,
.ratings:not(:checked)>label:hover,
.ratings:not(:checked)>label:hover~label {
  color: #FFD700;
}

.ratings>input:checked+label:hover,
.ratings>input:checked~label:hover,
.ratings>label:hover~input:checked~label,
.ratings>input:checked~label:hover~label {
  color: #FFED85;
}

@media (max-width: 1200px) {
  .sidebar .widget .form-group .btn {
    padding: 12px 10px;
  }
}

@media (max-width: 991px) {

  .slider-slick .slider-nav .slick-next,
  .slider-slick .slider-nav .slick-prev {
    display: none !important;
  }

  .listing-item .listing-image img {
    width: 100%;
  }

  .scrollbar.scroll_dark.h-100vh {
    height: 100% !important;
  }

  .social-box {
    width: 120px;
  }

  .social-box ul li {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }

  .social-box ul li a {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*****************************
    Dashboard
*****************************/
.dashboard-nav li a {
  background: rgba(232, 231, 231, 0.4);
  display: block;
  padding: 15px;
  margin-bottom: 1px;
  color: #999999;
}

.dashboard-nav li.active a {
  color: #a52b2a;
}

.dropzone {
  border: 2px dashed #dddddd;
}

.dropzone .dz-message {
  color: #999999;
  font-size: 20px;
  margin: 5em;
}

.app-chat-msg-chat {
  overflow-y: hidden;
  outline: none;
}

.app-chat-msg-chat .chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-chat-msg-chat .chat .chat-img {
  margin-right: 16px;
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content {
  position: relative;
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content,
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
  background-color: #e8e7e7;
  padding: 10px 16px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.app-chat-msg-chat .chat .chat-msg .chat-msg-content:first-child::before,
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content:first-child::before {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid transparent;
  right: auto;
  left: -16px;
  border-right-color: #f7f7f7;
  border-left-color: transparent;
}

.app-chat-msg-chat .chat-left .chat-img {
  margin-left: 16px;
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
  color: #a52b2a !important;
  background-color: #a52b2a !important;
  margin-right: 8px;
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content p {
  color: #ffffff;
}

.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content:first-child::before {
  right: -16px;
  left: auto;
  border-left-color: #a52b2a !important;
  border-right-color: transparent;
}

.app-chat-sidebar .app-chat-sidebar-search.pb-4 {
  padding-bottom: 1.4rem !important;
}

.app-chat-sidebar-user {
  max-height: 600px;
  overflow-y: hidden;
  outline: none;
}

.app-chat-msg-btn .btn {
  padding: 0.6rem 1rem;
}

.app-chat-msg-btn .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-chat-sidebar .app-chat-sidebar-search .form-control {
  height: 50px;
  padding: .375rem 1.4rem;
}

.app-chat-sidebar .app-chat-sidebar-search .input-group-text {
  padding: .375rem 1.4rem;
}

.app-chat-sidebar .app-chat-sidebar-search .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.app-chat-type {
  padding: 1.5rem !important;
  background-color: #f7f7f7;
}

.app-chat-type .form-control {
  height: 50px;
  padding: .375rem 1.4rem;
}

.app-chat-type .input-group-text {
  padding: .375rem 1.4rem;
}

.app-chat-type .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (max-width: 767px) {
  .dropzone .dz-message {
    margin: 2em;
  }
}

/*****************************
    Blog
*****************************/
/* blog post */
.blog-post {
  min-height: 220px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-post .blog-post-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
}

.blog-post .blog-post-info .blog-post-title {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-post .blog-post-info .blog-post-title:hover {
  color: #a52b2a;
}

.blog-post .blog-post-info .blog-post-category {
  background: #a52b2a;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-post .blog-post-info .blog-post-category a {
  color: #ffffff;
  font-size: 13px;
  margin-right: 4px;
}

.blog-post .blog-post-info .blog-post-category a:last-child {
  margin-right: 0;
}

.blog-post.blog-post-big {
  min-height: auto;
  height: 100%;
}

.blog-post-02 {
  margin-bottom: 40px;
}

.blog-post-02 .blog-post-title {
  margin-top: 10px;
}

.blog-post-02 .blog-post-category {
  margin-top: 20px;
  background: #a52b2a;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-post-02 .blog-post-category a {
  color: #ffffff;
  font-size: 13px;
  margin-right: 4px;
}

.blog-post-02 .blog-post-category a:last-child {
  margin-right: 0;
}

.blog-post-02 .blog-post-footer {
  border: 1px solid #dddddd;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-02 .blog-post-footer .blog-post-time,
.blog-post-02 .blog-post-footer .blog-post-author,
.blog-post-02 .blog-post-footer .blog-post-comment,
.blog-post-02 .blog-post-footer .share-box {
  margin: 0 8px;
}

.blog-post-02 .blog-post-footer .blog-post-author img {
  margin: 0 5px;
  height: 20px;
  border-radius: 50%;
}

.blog-post-02 .blog-post-footer span {
  font-size: 13px;
}

.blog-post-02 .blog-post-footer a {
  font-size: 13px;
  color: #999999;
}

.blog-post-02 .blog-post-footer a:hover {
  color: #a52b2a;
}

.blog-post-02 .blog-post-footer i {
  padding-right: 5px;
}

.blog-post-02 .share-box .share-box-social {
  background: #ffa800;
}

.blog-post-02 .share-box .share-box-social li a {
  color: #ffffff;
}

.blog-post-02 .share-box .share-box-social li a:hover {
  color: #a52b2a;
}

.blog-post-02 .share-box .share-box-social:before {
  border-color: #ffa800 transparent transparent transparent;
}

.blog-post.blog-post-03 {
  min-height: 450px;
  border-radius: 3px;
}

.share-box {
  position: relative;
}

.share-box .share-box-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #a52b2a;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.share-box .share-box-social li a {
  padding: 0 10px;
  color: #ffffff;
  font-size: 13px;
  display: block;
}

.share-box .share-box-social li a:hover {
  color: #333333;
}

.share-box .share-box-social:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #a52b2a transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 99;
  margin-left: -3px;
}

.share-box:hover .share-box-social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 6px;
}

.blog-post-quote .blockquote {
  padding: 30px 30px 0 30px;
}

.blog-post-quote .blockquote p {
  font-size: 14px;
  font-style: italic;
}

.blog-post-quote .blockquote i {
  font-size: 30px;
  margin-bottom: 20px;
  color: #16449a;
}

.blog-post-quote .blockquote cite {
  font-size: 15px;
}

.blog-post-quote .blog-post-info {
  padding-left: 34px;
  margin-bottom: 20px;
}

.blog-post-quote .blog-post-link a {
  color: #ffffff;
}

.blog-post-quote .blog-post-link a:hover {
  color: #333333;
}

.blog-post-quote .blog-post-content .blog-post-footer {
  padding-left: 30px;
  border-color: #184aa8;
}

.blog-post-quote .blog-post-content .blog-post-footer a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-post-quote .blog-post-content .blog-post-footer a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-post-quote .blog-post-content .blog-post-footer a:hover {
  color: #333333;
}

.blog-post-quote .blog-post-content .blog-post-footer a:hover i {
  color: #333333;
}

.blog-post-quote .blog-post-content .blog-post-footer span {
  color: #ffffff;
}

.blog-post-quote .share-box .share-box-social {
  background: #ffa800;
}

.blog-post-quote .share-box .share-box-social li a {
  color: #333333;
}

.blog-post-quote .share-box .share-box-social li a:hover {
  color: #a52b2a;
}

.blog-post-quote .share-box .share-box-social:before {
  border-color: #ffa800 transparent transparent transparent;
}

/* Blog sidebar */
.blog-sidebar .widget {
  margin-bottom: 30px;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .widget-title {
  margin-bottom: 0;
}

.blog-sidebar .widget .search {
  position: relative;
}

.blog-sidebar .widget .search input {
  padding-right: 64px;
  height: 50px;
  padding-left: 20px;
}

.blog-sidebar .widget .search i {
  position: absolute;
  right: 0;
  top: 0;
  background: #a52b2a;
  color: #ffffff;
  padding: 18px 20px;
  cursor: pointer;
  margin: 0;
  border-radius: 0 3px 3px 0px;
}

.blog-sidebar .widget ul.list-style li {
  margin-bottom: 10px;
}

.blog-sidebar .widget ul.list-style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
  width: 100%;
}

.blog-sidebar .widget ul.list-style li a:hover {
  color: #a52b2a;
}

.blog-sidebar .widget ul.list-style li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-sidebar .widget .gallery ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  margin: 0 1% 1% 0;
}

.blog-sidebar .widget .gallery ul li:nth-child(5n+5) {
  margin-right: 0;
}

.blog-sidebar .widget .social ul li {
  padding: 10px 10px 10px 20px;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar .widget .social ul li a {
  color: #333333;
  text-transform: capitalize;
}

.blog-sidebar .widget .social ul li a i {
  width: 15px;
}

.blog-sidebar .widget .social ul li .follow {
  background: #e8e7e7;
  padding: 3px 18px;
  font-size: 12px;
  border-radius: 3px;
}

.blog-sidebar .widget .social ul li .follow:hover {
  background: #333333;
  color: #ffffff;
}

.blog-sidebar .widget .social ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .social ul .facebook a {
  color: #466ca9;
}

.blog-sidebar .widget .social ul .facebook .follow:hover {
  background: #466ca9;
}

.blog-sidebar .widget .social ul .twitter a {
  color: #20b5e6;
}

.blog-sidebar .widget .social ul .twitter .follow:hover {
  background: #20b5e6;
}

.blog-sidebar .widget .social ul .youtube a {
  color: #d92c20;
}

.blog-sidebar .widget .social ul .youtube .follow:hover {
  background: #d92c20;
}

.blog-sidebar .widget .social ul .linkedIn a {
  color: #13799f;
}

.blog-sidebar .widget .social ul .linkedIn .follow:hover {
  background: #13799f;
}

.blog-sidebar .widget .popular-tag ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.blog-sidebar .widget .popular-tag ul li a {
  padding: 6px 20px;
  display: block;
  border: 1px solid #dddddd;
  color: #999999;
}

.blog-sidebar .widget .popular-tag ul li a:hover {
  color: #a52b2a;
  border-color: #a52b2a;
}

/* Blog detail */
.blog-detail .blog-post-content {
  text-align: left;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .nav-links .nav-previous {
  width: 50%;
  border: 1px solid #dddddd;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
}

.navigation .nav-links .nav-previous a:hover .pagi-text {
  color: #ffffff;
  background: #a52b2a;
}

.navigation .nav-links .nav-previous .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.navigation .nav-links .nav-previous .pagi-text {
  border-right: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous:hover {
  background: #e8e7e7;
}

.navigation .nav-links .nav-next {
  width: 50%;
  border: 1px solid #dddddd;
  margin-right: 30px;
  margin-right: 0;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
  padding-left: 15px;
}

.navigation .nav-links .nav-next a:hover .pagi-text {
  color: #ffffff;
  background: #a52b2a;
}

.navigation .nav-links .nav-next .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
}

.navigation .nav-links .nav-next .pagi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left: 1px solid #dddddd;
}

.navigation .nav-links .nav-next:hover {
  background: #e8e7e7;
}

.navigation .nav-links .pagi-text {
  display: inline-block;
  padding: 12px 25px;
  color: #999999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-title {
  margin: 12px 20px;
}

@media (max-width: 991px) {
  .share-box .share-box-social {
    left: -50px;
  }

  .share-box .share-box-social:before {
    left: 75%;
  }
}

@media (max-width: 575px) {
  .navigation .nav-links {
    display: block;
  }

  .navigation .nav-links .nav-previous {
    width: 100%;
    margin-bottom: 6px;
  }

  .navigation .nav-links .nav-next {
    width: 100%;
  }
}

.footer .footer-logo {
  /* height: 135px; */
    width: 256px;
}

.footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-link ul {
  padding-right: 50px;
}

.footer .footer-link ul:last-child {
  padding-right: 0px;
}

.footer .footer-link ul li a {
  color: #293745;
  padding: 7px 0px;
  display: block;
}

.footer .footer-link ul li:hover a {
  color: #a52b2a;
}

.footer .footer-link ul li:first-child a {
  padding-top: 0;
}

.footer .footer-link ul li:last-child a {
  padding-bottom: 0;
}

.footer .social-icon li {
  display: inline-block;
  margin-right: 50px;
}

.footer .social-icon li:last-child {
  margin-right: 0;
}

.footer .social-icon li a {
  font-size: 18px;
  color: #999999;
}

.footer .social-icon li:hover a {
  color: #a52b2a;
}

.footer .footer-contact-info p {
  color: #293745;
  font-weight: 500;
}

.footer .flag-svg {
  height: 30px;
}

/* footer-dark */
.footer.footer-dark {
  background: #a52b2a;
  padding: 2rem;
}

.footer.footer-dark .footer-link ul li a {
  color: rgba(255, 255, 255, 0.75);
}

.footer.footer-dark .footer-link ul li a:hover {
  color: #ffa800;
}

.footer.footer-dark .footer-contact-info p {
  color: rgba(255, 255, 255, 0.5);
}

.footer.footer-dark .contact-item a {
  color: rgba(255, 255, 255, 0.75);
}

.footer.footer-dark .contact-item a:hover {
  color: #ffa800;
}

.footer.footer-dark h5 {
  color: #fff;
}

@media (max-width: 575px) {
  .social-icon li {
    margin-right: 10px !important;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

/*************************
       Responsive
*************************/
/*************************
       1700px
*************************/
@media (max-width: 1400px) {
  .header .navbar .navbar-nav .nav-link {
    padding: 10px 8px;
  }

  .header .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0 20px;
  }

  .navbar .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }

  .header .call {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .space-ptb {
    padding: 70px 0;
  }

  .space-pt {
    padding-top: 70px;
  }

  .space-pb {
    padding-bottom: 70px;
  }

  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }

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

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e8e7e7;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll;
  }

  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff;
  }

  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #e8e7e7;
  }

  .header .add-listing {
    margin-right: 50px;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand img {
    height: 34px;
  }

  .navbar .navbar-nav {
    padding: 10px 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .navbar .navbar-nav .nav-link i {
    margin-left: auto;
  }

  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }

  .navbar .dropdown>.dropdown-menu li>a {
    font-size: 13px;
  }

  .header .navbar-nav>li {
    border-bottom: 1px solid #dddddd;
  }

  .header .navbar-nav>li:last-child {
    border-bottom: 0;
  }

  .header-transparent {
    position: relative;
    background: #333333;
  }

  .header-transparent .navbar .navbar-nav .nav-link {
    color: #333333;
  }

  .header-light .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .header .topbar {
    margin-bottom: 0;
  }

  .header .is-sticky.navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 10px;
  }

  .navbar .navbar-nav .nav-link {
    color: #333333;
  }

  .header .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }

  .testimonial-center .owl-stage-outer {
    overflow: hidden;
  }

  .page-title {
    padding: 120px 0 80px;
  }

  .page-title.page-title-bottom {
    padding: 150px 0 80px;
  }

  .page-title h1 {
    font-size: 40px;
  }

  .page-title p.lead {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  .space-ptb {
    padding: 50px 0;
  }

  .space-pt {
    padding-top: 50px;
  }

  .space-pb {
    padding-bottom: 50px;
  }

  .header .login {
    display: none !important;
  }

  .header .add-listing {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }
}

.scroll_dark::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
}

.scroll_dark::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

.scroll_dark::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0, 10%);
  /* color of the scroll thumb */
  border-radius: 5px;
  /* roundness of the scroll thumb */
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.form-quote-message {
  text-align: center;
}

.form-quote-message .icon {
  font-size: 128px;
  line-height: 200px;
  width: 100%;
}

.form-quote-message .title {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 16px;
}

.form-quote-message .message {
  font-size: 16px;
  margin-bottom: 0;
}

#form-quote button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
	border: 3px solid #DCDCDC;
	border-left-color: #00CC99;
	border-radius: 100%;
	height: 25px;
	width: 25px;
  animation: loading 2s linear infinite;
  margin-right:10px;
}

.tag {
  border: 1px solid rgb(20 110 178);
  border-radius: 5px;
  padding: .25rem !important;
  display: inline-block;
  margin-bottom: 5px;
}

#random-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid white;
  background-color: #34af23;
  color: white;

  position: fixed;
  bottom: 110px;
  right: 40px;
  z-index: 6;
  animation: pulsando 2s infinite, shine 2s infinite;
  cursor: pointer;
}

.modal-dialog-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  min-height: calc(100% - 1rem);
}
.modal-backdrop.show {
  opacity: 0.98 !important;
}

@keyframes loading {
	0% { transform:rotate(0); }
	100% { transform:rotate(360deg); }
}

@keyframes pulsando {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(52, 175, 35, 0.7);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 10px rgba(52, 175, 35, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(52, 175, 35, 0);
  }
}

@keyframes shine {
  70% { box-shadow: 0 0 0 25px rgb(0, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgb(0, 0, 0, 0); }
}

.card {
  background: #fff;
  padding: 25px;
  box-shadow: 3px 5px 13px rgba(222, 226, 231, .44);
  margin: 0 0 25px;
  border: 0;
}

/* BLOG */
.blog-listview .card {
  padding: 0;
  border: 1px solid #f1f1f1;
  box-shadow: none;
}
.blog-listview .card .blog-widget {
  display: flex;
  width: 100%;
  align-items: center;
}
.bloglistleft-widget.blog-listview .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.blog-img img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  width:300px;
  height: 207px;
  object-fit: cover;
}
.blog-img:hover img {
  -webkit-transform: scale(1.35) rotate(15deg);
  -moz-transform: scale(1.35) rotate(15deg);
  transform: scale(1.35) rotate(15deg);
}

.bloglistleft-widget.blog-listview .blog-category {
  position: absolute;
  top: 20px;
  left: 20px;
}
.bloglistleft-widget.blog-listview .blog-category a {
  background: #4c82f7;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin: 0 13px 0 0;
  display: inline-block;
}
.bloglistleft-widget .bloglist-content {
  width: calc(100% - 286px);
}
.blog-listview .card-body {
  padding: 25px;
}
.bloglistleft-widget .entry-meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 18px;
  align-items: center;
  padding: 0;
}
.entry-meta li {
  display: inline-block;
}
.bloglistleft-widget .post-author {
  display: flex;
  align-items: center;
}
.blog-content .post-author-img, .bloglist-content .post-author-img {
  width: 25px;
  margin-right: 7px;
}
.grid-blog .post-author img, .bloglist-content .post-author-img img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #222;
  padding: 2px;
}
.bloglistleft-widget .post-author a, .bloglistleft-widget.blog-listview .date-icon {
  font-size: 12px;
  color: #9c9c9c;
}
.bloglistleft-widget.blog-listview .date-icon i.fa-calendar-days {
  opacity: .6;
}
.bloglistleft-widget.blog-listview h3 {
  font-size: 20px;
  color: #0d233e;
  margin-bottom: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}
.bloglistleft-widget.blog-listview h3 a {
  color: #0d233e;
}
.bloglistleft-widget.blog-listview .card p {
  font-size: 15px;
  line-height: 27px;
  color: #666;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogbanner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  text-align: center;
  padding: 90px 0;
  overflow: hidden;
  z-index: 1;
  min-height: 500px;
}
.blogbanner:after {
  content: '';
  background: linear-gradient(0deg, #000000 16.31%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blogbanner-content {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blogbanner-content span.blog-hint {
  background: #a52b2a;
  padding: 7px 12px;
  border-radius: 4px;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 14px;
}
.blogbanner-content h1 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  width: 80%;
  font-size: 36px;
}
.blogbanner-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogbanner-content .entry-meta li {
  margin-right: 20px;
}
.blogbanner-content .post-author, .bloggrid-sidebar .post-author, .bloglistleft-widget .post-author {
  display: flex;
  align-items: center;
}
.blogbanner-content .post-author-img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin-right: 10px;
}
.blogbanner-content .date-icon i, .blogbanner-content .post-author img {
  margin-right: 5px;
}
.blogbanner-content .post-author-img img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #222;
  padding: 2px;
}

.textblog img {width: 100%;}

@media (max-width: 575.98px) {
  .blog-listview .card .blog-widget { display: block; }
  .bloglistleft-widget.blog-listview .blog-img { border-radius: 10px; }
  .blog-listview .blog-img img, .grid-view .blog-img img { width: 100%; }
}

@media (max-width: 767.98px) {
  .bloglistleft-widget .bloglist-content, .bloglistleft-widget.blog-listview .blog-img { width: auto; }
  .blog-listview .bloglist-content, .list-content .blog-listview .blog-img { width: auto; }
  .blog-listview .blog-img img, .grid-view .blog-img img { width: 100%; }
  .bloglistleft-widget.blog-listview .blog-category a {
    font-size: 12px;
    padding: 4px 12px;
  }
  .bloglistleft-widget.blog-listview h3 { font-size: 18px; }
}

.origin-box .form-group-origin span,
.destination-box .form-group-destination span {
  font-size: 90%;
  line-height: 1.3;
  display: block;
  margin-top: 6px;
}