/*!
  Anaya Interior v1.0.0 (http://anayainterior.com/)
  Copyright 2021 The Anaya Interior Technology Authors
  Date Created: 10/08/2021
  Developed by: TK Hussain
*/
.footer-logo img,
.footer-logo svg {
  width: 200px;
  height: auto;
}

.row {
  position: relative;
}

.flex-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slogan-area {
  position: relative;
  display: block;
  padding: 2.5rem 0rem;
  background-color: aqua;
}

.slogan-area .title {
  position: relative;
  display: block;
}

.slogan-area .title h3 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 0.5rem !important;
}

.slogan-area .title p {
  font-size: 1rem;
  margin-bottom: 0rem;
}

.slogan-area .button {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .slogan-area .flex-box-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slogan-area .title {
    text-align: center;
  }
}

.appointment-area {
  position: relative;
  display: block;
  background: #27282c;
  background-position: top right;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 110px;
  z-index: 1;
}

.map-content-box .sec-title p {
  color: #e9212e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-family: 'Poppins', sans-serif;
}

.map-content-box .sec-title .title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-content-box .sec-title .title span {
  font-weight: 400;
}

.map-content-box .inner {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
}

.map-content-box .inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-content-box .inner .overlay .single-location-box {
  position: absolute;
}

.map-content-box .inner .overlay .single-location-box.one {
  top: 60px;
  left: 70px;
}

.map-content-box .inner .overlay .single-location-box.two {
  top: 100px;
  left: 50%;
}

.map-content-box .inner .overlay .single-location-box.three {
  left: 150px;
  bottom: 70px;
}

.map-content-box .inner .overlay .single-location-box.four {
  right: 50px;
  bottom: 60px;
}

.map-content-box .inner .overlay .marker-box {
  display: inline-block;
}

.map-content-box .inner .overlay .marker-box span:before {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer;
}

.map-content-box .inner .overlay .location-info {
  position: absolute;
  left: -10px;
  bottom: 100px;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  padding: 25px 30px 22px;
  padding-right: 20px;
  margin-left: 0;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999999999;
}

.map-content-box .inner .overlay .location-info:before {
  position: absolute;
  left: 30px;
  bottom: -30px;
  font-family: "Flaticon";
  content: "\f103";
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  -webkit-transform: perspective(1200px) rotateY(180deg) translateZ(0px);
          transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}

.map-content-box .inner .overlay .single-location-box:hover .location-info {
  opacity: 1;
  visibility: visible;
  bottom: 90px;
}

.map-content-box .inner .overlay .single-location-box:hover .marker-box span:before {
  color: #e9212e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.map-content-box .inner .overlay .location-info h3 {
  color: #27282c;
  font-weight: 700;
  margin: 0 0 13px;
}

.map-content-box .inner .overlay .location-info p {
  margin: 0;
}

.appointment-box {
  position: relative;
  display: block;
  padding: 3rem;
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.appointment-box .title-box {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.appointment-box .title-box h2 {
  color: #27282c;
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 10px;
}

.appointment {
  position: relative;
  display: block;
}

.appointment-form .single-box {
  position: relative;
  display: block;
}

.second-footer .widget-area .widget p a {
  color: rgba(255, 255, 255, 0.65);
}

.second-footer .widget-area .widget p a:hover {
  color: #cda274;
}

.featured-imagebox .featured-content .featured-title h3 a {
  color: #212529;
}

.featured-imagebox .featured-content .featured-title h3 a:hover {
  color: #cda274;
}

body {
  font-size: 15px !important;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 600;
}

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

dl, ol, ul {
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
  background-color: #ced4da;
  -webkit-box-shadow: inset 0 0 5px #adb5bd;
  box-shadow: inset 0 0 5px #adb5bd;
  border-radius: 50rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #adb5bd;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

p, .paragraph {
  line-height: 26px;
  color: #495057;
}

.paragraph-m {
  font-size: 1rem;
}

.text-justify {
  text-align: justify !important;
}

.font-weight-md {
  font-weight: 600 !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.bg-section,
.bg-gray-section,
.bg-white-section {
  padding: 5rem 0rem;
}

.bg-gray-section {
  background-color: #f8f9fa;
}

.bg-white-section {
  background-color: #fff;
}

.partnering-success .bg-primary,
.partnering-success .bg-secondary,
.partnering-success .bg-success,
.partnering-success .bg-danger,
.partnering-success .bg-warning,
.partnering-success .bg-info {
  color: #fff;
}

.partnering-success .bg-primary[href]:focus, .partnering-success .bg-primary[href]:hover,
.partnering-success .bg-secondary[href]:focus,
.partnering-success .bg-secondary[href]:hover,
.partnering-success .bg-success[href]:focus,
.partnering-success .bg-success[href]:hover,
.partnering-success .bg-danger[href]:focus,
.partnering-success .bg-danger[href]:hover,
.partnering-success .bg-warning[href]:focus,
.partnering-success .bg-warning[href]:hover,
.partnering-success .bg-info[href]:focus,
.partnering-success .bg-info[href]:hover {
  color: #fff;
  text-decoration: none;
}

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #02050b;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

.form-control {
  height: auto;
  padding: 0.55rem 1rem;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn.focus, .btn:focus,
button.focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.btn {
  padding: 0.55rem 1rem;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0.3rem;
  font-weight: 600;
}

.header .navbar-brand img,
.header .navbar-brand svg {
  width: 172px;
  height: auto;
}

.sitemap-listing {
  clear: both;
  padding-left: 1rem;
}

.sitemap-listing div.tree-home {
  padding-left: 0.5rem;
}

.sitemap-listing div.tree-home a {
  color: #6c757d;
  font-weight: 400;
}

.sitemap-listing div.tree-home a:hover {
  color: #cda274;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding-left: 0.25rem;
}

.category-tree ul {
  margin: 0.5rem 0rem 0rem;
  padding: 0.25rem 0rem;
  list-style-type: none;
}

.category-tree ul.tree-listing {
  padding-left: 0.5rem;
}

.category-tree ul.tree-listing li {
  margin-left: 1.5rem;
  padding: 0.5rem 0rem 0.5rem 1.5rem;
  border-left: 1px solid #ced4da;
  background: url(../images/sitemap-horizontalline.png) left 0.9rem;
  background-repeat: no-repeat;
}

.category-tree ul.tree-listing li strong {
  font-weight: 400;
}

.category-tree ul.tree-listing li a {
  font-size: 15px;
  color: #6c757d;
}

.category-tree ul.tree-listing li a:hover {
  color: #cda274;
  padding-left: 0.5rem;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.category-tree ul.tree-listing li.last {
  border: none;
  background: url(../images/sitemap-lastline.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.category-tree ul.tree-listing > li {
  margin-left: 1rem;
}

.category-tree ul.tree-listing > li.last {
  border: none;
  background: url(../images/sitemap-lastline.png);
  background-repeat: no-repeat;
  background-position: top left;
}
/*# sourceMappingURL=anayainterior.css.map */