@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Open+Sans:300,400,800,700,600|Nunito:300,400,600,700,800");
.services__imgArea {
  overflow: hidden; }

.services__img {
  display: block; }

.bannerHome__btn, .footer__social {
  display: inline-block; }

.no-margin, .list {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

.sidenav-trigger {
  color: #e0b246; }

.color-s, .navy ul a:hover, .eyecatchy, .table tr td:nth-child(odd) {
  color: #ab7903; }

.sidenav__text, .list--hrzn li a, .bannerHome__btn, .footer__social {
  color: #ffffff; }

.navy ul a {
  color: #000000; }

.topbar {
  background-color: #e0b246; }

.navy .focus-nav-btn, .sidenav, .bannerHome__btn, .theme-btn {
  background-color: #ab7903; }

.navy__fixed {
  background-color: #ffffff; }

.logo-center-when-fixed img, .list--hrzn li a i.font, .bannerHome, .heading--line, .services__imgArea, .services__img, .services__content, .maps, .contact, .contact__form, .contact__address ul p span {
  position: relative; }

.contact__address {
  position: absolute; }

.bannerHome__content {
  text-align: center; }

.bannerHome__content {
  position: absolute;
  top: 50% !important;
  transform: translate(0%, -50%); }

.navy__list, .navy .brand-logo, .heading--line:before {
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, 0%); }

.bannerHome .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/* Scroll Bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-corner {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #e0b246;
  border: 0px solid #ffffff;
  border-radius: 50px; }

@media (max-width: 767px) {
  .hide-on-mobile-landscape {
    display: none; } }
.hide-scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

.panache-bg {
  width: 100%;
  margin-top: 30px; }
  .panache-bg img {
    width: 100%; }

.topbar__content {
  width: 96%;
  margin: 0 auto; }
@media (max-width: 767px) {
  .topbar {
    display: none; } }

.navy {
  background-color: #faf2df;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: unset;
  height: 140px;
  min-height: 140px;
  padding-top: 15px; }
  @media (max-width: 992px) {
    .navy {
      height: 64px;
      min-height: 64px;
      background-color: #ffffff;
      padding-top: 0px; } }
  .navy__list {
    bottom: 5px; }
  .navy__fixed {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    top: 0;
    height: 45px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .navy__fixed .navy__list {
      bottom: 0px; }
    .navy__fixed .logo-center-when-fixed {
      display: unset; }
  .navy .brand-logo img {
    max-width: 75px; }
    @media (max-width: 992px) {
      .navy .brand-logo img {
        max-width: 60px;
        top: 3px;
        position: relative; } }
  @media (max-width: 992px) {
    .navy .brand-logo {
      right: 50%;
      left: unset;
      -webkit-transform: unset;
      transform: unset;
      left: unset !important;
      margin-right: -30px; } }
  .navy ul li {
    height: 46px;
    line-height: 46px; }
  .navy ul a {
    font-weight: 500; }
    .navy ul a:hover {
      background-color: transparent; }
  .navy .focus-nav-btn {
    color: #fff; }
    .navy .focus-nav-btn:hover {
      background-color: #926703; }

.sidenav__text {
  font-size: 19px; }

.logo-center-when-fixed {
  display: none; }
  .logo-center-when-fixed img {
    width: 40px;
    top: 3px; }

.list--hrzn li {
  display: inline-block; }
  .list--hrzn li a {
    font-size: 14px;
    display: inline-block;
    padding: 0 0 8px; }
    .list--hrzn li a i.font {
      top: 8px; }
.list--social a {
  padding: 9px 10px !important;
  display: inline-block; }
  .list--social a i {
    font-size: 17px;
    transition: .3s linear; }
  .list--social a:hover i {
    color: #fff;
    -webkit-animation: toTopFromBottom .3s forwards;
    -moz-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards; }
  .list--social a.facebook:hover {
    background-color: #395599; }
  .list--social a.twitter:hover {
    background-color: #53a8e7; }
  .list--social a.youtube:hover {
    background-color: #f80000; }
  .list--social a.instagram:hover {
    background-color: #df3a58; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
.list-disc {
  margin-left: 30px; }
  .list-disc li {
    list-style-type: disc !important; }

.bannerHome .item {
  background-position: right; }
.bannerHome__content {
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .bannerHome__content {
      text-align: left;
      padding-left: 20px; } }
.bannerHome__title {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 72px;
  background: linear-gradient(to right, #f7cd6a 0%, #987523 60%, #7d5904 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .bannerHome__title {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .bannerHome__title {
      font-size: 24px;
      margin: 0px; } }
.bannerHome__btn {
  padding: 10px 18px;
  font-size: 14px; }
  .bannerHome__btn:hover {
    background-color: #795602; }

.heading--bold {
  font-weight: 700; }
.heading--line:before {
  content: "";
  width: 120px;
  height: 5px;
  background-color: black;
  bottom: -10px; }

.text--m {
  font-size: 16px; }
  @media (max-width: 767px) {
    .text--m {
      font-size: 14px; } }
.text--l {
  font-size: 20px; }
  @media (max-width: 767px) {
    .text--l {
      font-size: 16px; } }

.services {
  border: 1px solid #ddd;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 15px; }
  .services__imgArea {
    top: -1.25rem;
    margin-right: 4%;
    margin-left: 4%;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
  .services__img {
    width: 100%;
    border-top-left-radius: calc(8px - 1px);
    border-top-right-radius: calc(8px - 1px); }
  .services__content {
    padding: 10px 14px 15px; }
  .services__focus {
    color: orange;
    font-size: 13px; }
  .services__details {
    font-size: 14px; }

.maps {
  height: 420px;
  z-index: 8; }
  .maps__frame {
    width: 100%;
    height: 100%;
    border: 0; }

@media (max-width: 1380px) {
  .contact-container {
    width: 90%; } }
@media (max-width: 1076px) {
  .contact-container {
    width: 100%; } }
.contact {
  min-height: 450px;
  top: -75px; }
  .contact__form {
    z-index: 8;
    display: inline-block;
    background-color: #fff; }
    @media (max-width: 767px) {
      .contact__form {
        padding: 20px; } }
  .contact__address {
    padding: 25px;
    width: 350px;
    background-color: #ab7903;
    top: 15%;
    left: -7%; }
    .contact__address ul p span {
      top: -7px;
      left: 3px;
      width: 86%;
      display: inline-flex; }
    @media (max-width: 767px) {
      .contact__address {
        position: relative;
        min-height: 300px;
        width: 100%;
        left: unset; } }
    @media (max-width: 767px) {
      .contact__address {
        padding: 10px;
        min-height: 230px; } }

.footer {
  padding: 20px 0;
  background-color: #fff9ec; }
  .footer__social {
    font-size: 16px; }
    .footer__social--facebook {
      padding: 8px 17px;
      background-color: #3a559f; }
    .footer__social--instagram {
      padding: 8px 15px;
      background-color: #b31c85; }

body, html, a, h1, h2, h3, h4, h5, h6, p, div, span {
  font-family: Poppins, Helvetica, Arial, sans-serif; }

.about-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .about-sec h3 {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .about-sec {
      background-image: unset !important; } }

.appointment-sec {
  background-color: #fff9ec;
  padding: 10px 0px 20px; }

.container--m {
  width: 80%; }
  @media (max-width: 767px) {
    .container--m {
      width: 90%; } }
.container--big {
  width: 90%; }

.map {
  padding: 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media (max-width: 767px) {
    .map {
      padding: 0px; } }
  .map iframe {
    width: 100%;
    height: 520px; }
    @media (max-width: 767px) {
      .map iframe {
        height: 320px; } }

.table tr {
  border-bottom: unset; }
  .table tr td {
    font-size: 19px; }
  .table tr td:nth-child(even) {
    text-align: right; }

.theme-btn:hover {
  background-color: #c48b03; }

.mb-20 {
  margin-bottom: 20px; }

.inner-banner {
  width: 100%; }

/*# sourceMappingURL=design.css.map */
