blockquote {
  font-size: 2.4em;
  width: 100%;
  margin: 50px auto;
  font-family: "PT Serif", serif;
  font-style: italic;
  color: #555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #cc8c18;
  line-height: 1.6;
  position: relative;
  background: #ededed;
  box-shadow: 5px 5px 30px rgb(27 27 30 / 15%);
}
blockquote::before {
  font-family: "PT Serif", serif;
  content: "\201C";
  color: #cc8c18;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote::after {
  content: "";
}
blockquote span {
  display: block;
  color: #333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.float {
  position: fixed;
  bottom: 10px;
  left: 2px;
  color: #61f39c;
  text-align: center;
  font-weight: bolder;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
#social-sidebar {
  right: 0;
  position: fixed;
  top: 50%;
  margin-bottom: 30px;
  z-index: 100;
}
#social-sidebar li:first-child a {
  border-top-right-radius: 5px;
}
#social-sidebar a {
  background: rgb(40 31 90 / 70%);
  color: #fff;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 24px;
  right: -100%;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  transition: opacity 0.3s, left 0.4s;
  top: 50%;
  z-index: -1;
}
#social-sidebar a:hover span {
  right: 120%;
  opacity: 1;
}
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before,
#social-sidebar a[class*="facebook"]:hover {
  background: #2d2abd;
}
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before,
#social-sidebar a[class*="twitter"]:hover {
  background: #00aced;
}
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before,
#social-sidebar a[class*="instagram"]:hover {
  background: #8a3ab9;
}
#social-sidebar a[class*="pinterest-alt"] span,
#social-sidebar a[class*="pinterest-alt"] span:before,
#social-sidebar a[class*="pinterest-alt"]:hover {
  background: #e60023;
}
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before,
#social-sidebar a[class*="linkedin"]:hover {
  background: #0e76a8;
}
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before,
#social-sidebar a[class*="youtube"]:hover {
  background: red;
}
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before,
#social-sidebar a[class*="whatsapp"]:hover {
  background: #25d366;
}
.outer-section .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.outer-section .inner-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.outer-section .image-wrapper {
  position: relative;
  overflow: hidden;
}
.outer-section .image-wrapper,
.outer-section .inner-content {
  width: 100%;
}
@media (min-width: 768px) {
  .outer-section .image-wrapper,
  .outer-section .inner-content {
    width: 50%;
  }
}
.image-wrapper img {
  position: static;
  display: block;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.7s ease;
  transform: scale(1);
}
.outer-section .inner-content {
  background-color: #fff;
  padding: 25px 40px;
}
.outer-section .inner-content {
  padding: 40px;
}
@media (min-width: 768px) {
  .outer-section .inner-content {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .outer-section .inner-content {
    padding: 90px;
  }
}
.inner-content .content-inner-section {
  margin-top: 10px;
}
.inner-content .entry-title {
  font-size: 1.875rem;
  margin-bottom: 0.5rem !important;
}
.entry-title a {
  color: #24416b;
  box-shadow: none;
  text-decoration: none;
}
.entry-title a:hover {
  color: #e4a853;
}
.inner-content .content-types {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400 !important;
  font-size: 0.875rem;
  color: #888;
}
.inner-content .content-types a {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #888;
  font-weight: 400;
}
.inner-content .content-types a:hover {
  color: #e4a853;
}
.outer-section .content-description {
  margin-top: 25px;
  font-family: DM Sans;
  color: #202020;
}
.outer-section .content-bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d7d7d7;
}
.outer-section .view-more-link {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  color: #24416b;
  line-height: initial;
  border: 2px solid #24416b;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.outer-section .view-more-link:hover {
  background-color: #e4a853;
  color: #fff;
  border: 0;
}
.single-gallery .overlay-container img {
  height: auto;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.6s ease;
  transform-origin: bottom right;
}
.gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cc8c18;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  opacity: 0.5;
}
.single-gallery .overlay-container:hover img {
  transform: scale(1.2);
}
.single-gallery:hover .gallery-item-overlay {
  height: 100%;
}
.text-icon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.service-details-wrap .hb_single_room_details {
  clear: both;
}
.service-details-wrap .hb_single_room_details .hb_single_room_tabs {
  clear: both;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.hb_single_room_tabs {
  padding: 0;
}
.service-details-wrap .hb_single_room_details .hb_single_room_tabs {
  margin-bottom: 1rem;
}
.service-details-wrap .hb_single_room_details .hb_single_room_tabs > li {
  padding-right: 40px;
  border: 0;
  display: inline-block;
  line-height: 30px;
}
.service-details-wrap .hb_single_room_tabs > li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #5a5a5a;
  position: relative;
  display: block;
  line-height: 30px;
  padding-bottom: 9px;
}
.service-details-wrap .hb_single_room_details .hb_single_room_tabs > li a {
  font-size: 12pxpx;
  font-size: 0.75pxrem;
  letter-spacing: 0.2em;
  color: #202020;
  padding-bottom: 2em;
  font-family: DM Sans;
}
.service-details-wrap
  .hb_single_room_details
  .hb_single_room_tabs
  > li
  a:after {
  content: "";
  bottom: -2px;
  height: 4px;
  background: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
.service-details-wrap
  .hb_single_room_details
  .hb_single_room_tabs
  > li
  a:after {
  height: 5px;
}
.service-details-wrap
  .hb_single_room_details
  .hb_single_room_tabs
  > li
  a.active:after {
  background-color: #e4a853;
}
.container__list {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.container__list {
  margin-bottom: 1rem;
}
.container__item {
  padding-right: 40px;
  border: 0;
  display: inline-block;
  line-height: 30px;
}
.container__link {
  font-size: 12pxpx;
  font-size: 0.75pxrem;
  letter-spacing: 0.2em;
  color: #202020;
  padding-bottom: 2em;
  font-family: DM Sans;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #5a5a5a;
  position: relative;
  display: block;
  line-height: 30px;
}
.container__link:after {
  content: "";
  bottom: -2px;
  height: 4px;
  background: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
.container__link:after {
  height: 5px;
}
.container__item_active:after {
  background-color: #e4a853;
}
.container__inner {
  padding: 0;
}
.container__inner {
  animation-name: smoothBottom;
  animation-duration: 0.7s;
  font-family: DM Sans;
  font-size: 1rem;
  font-weight: 400;
  color: #202020;
}
.content__description1 {
  margin: 0 0 1.5em;
  padding-left: 20px;
  list-style: disc;
  font-family: DM Sans;
}
.container__inner_hidden {
  display: none;
}
@keyframes smoothTop {
  0% {
    opacity: 0.2;
    transform: translateY(7%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes smoothBottom {
  0% {
    opacity: 0.2;
    transform: translateY(-3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-sidebar-area .widget-room-area {
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 30px;
}
.hb_button {
  background-color: #e4a853;
  border-color: #e4a853;
  color: #fff;
  border-radius: 50px;
  padding: 0.813rem 3.2rem;
  font-size: 1rem;
  line-height: 1.875;
  text-transform: uppercase;
  font-weight: 700;
}
article {
  display: block;
}
.service-list .hb_room {
  list-style: none;
  float: left;
  position: relative;
  padding: 0 15px;
  margin-bottom: 50px;
}
.service-list .hb_room {
  margin-bottom: 0;
  float: none;
}
.room-inner {
  margin-bottom: 30px;
}
.service-list .room-inner {
  display: flex;
}
.hb_room .room-post-thumbnail {
  padding-top: 0;
}
.room-inner .room-post-thumbnail {
  position: relative;
  overflow: hidden;
}
.room-inner .room-post-thumbnail {
  width: 80px;
  height: 80px;
}
.room-inner .room-post-thumbnail .media {
  width: 80px;
  height: 80px;
}
.hb_room .media {
  position: relative;
}
.room-inner .room-post-thumbnail a {
  width: 80px;
  height: 80px;
}
.hb_room .media a {
  display: flex;
}
.hb_room .media a img {
  position: static;
  top: auto;
  left: auto;
}
.room-inner .room-post-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.room-inner .room-content {
  background-color: transparent;
  padding: 0 15px;
}
.room-inner .room-content-inner {
  margin-top: 5px;
}
.room-inner .entry-title {
  font-size: 0.875rem;
}
.room-inner .price {
  font-family: "PT Serif", serif;
  color: #202020;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: initial;
  transition: all ease-in-out 0.3s;
  text-transform: lowercase;
  text-align: left;
  position: static;
  right: auto;
  bottom: auto;
  padding-top: 6px;
}
.room-inner .price span {
  font-weight: inherit;
  font-size: inherit;
  border: 0;
  padding-bottom: 0;
  display: inline-block;
}
.room-inner .price .price_value {
  color: #e4a853;
  font-weight: 700;
  font-style: normal;
  font-family: initial;
}
#secondary-room .widget .rooms.tp-hotel-booking .room-inner .price span {
  font-weight: inherit;
  font-size: inherit;
  border: 0;
  padding-bottom: 0;
  display: inline-block;
}
.room-inner .price .unit:before {
  content: "/";
}
.contact-info {
  background-color: #333239;
}
.contact-info h3.service-details-title {
  color: #fff;
}
.contact-info h3.service-details-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Centaur;
}
.contact-info ul.inner-contact-list {
  padding: 0;
  list-style: none;
}
.contact-info .inner-contact-list {
  list-style-type: none;
}
.contact-info .inner-contact-list .contact-item {
  padding: 20px 0 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  max-width: 100%;
}
.contact-info .inner-contact-list li.contact-item:hover {
  background-color: transparent !important;
}
.contact-info
  .inner-contact-list
  li.contact-item:hover
  .contact-info-list-icon
  i {
  color: #d3d3d3 !important;
}
.contact-info .contact-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-info .contact-item a .contact-info-list-text:hover {
  color: #e4a853;
}
.contact-item a {
  color: #fff !important;
  width: 100%;
}
.contact-info .contact-info-list-icon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-list-icon i {
  font-size: 36px !important;
  background-color: transparent !important;
}
.contact-info .contact-item .contact-info-list-icon i {
  width: 1.25em;
  color: #e4a853;
}
.contact-item span.contact-info-list-text {
  font-size: 15px;
  padding-left: 15px;
  color: #fff;
  align-self: center;
}
.main-nav .outer-wrap {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.elementor-phone {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.elementor-phone-subtitle {
  font-size: 16px;
}
.elementor-phone-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.elementor-button-link .elementor-button {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  letter-spacing: 0;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease,
    border-color 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease,
    border-color 0.4s ease, box-shadow 0.4s ease;
}
.elementor-widget-container .elementor-button {
  line-height: 1em;
  border-radius: 0;
  padding: 10px 15px 10px 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}
.elementor-button.elementor-size-md {
  font-size: 0.75rem;
}
.elementor-widget-container .elementor-button:not(:hover) {
  color: #fff;
  background-color: #cc8c18;
}
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-button .elementor-align-icon-right {
  order: 3;
}
.elementor-button .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
}
.elementor-button:not(:hover) .elementor-button-icon {
  color: #fff;
}
.elementor-button i {
  color: #fff;
}
.elementor-button i {
  display: block;
}
.elementor-element .elementor-button i {
  order: 3;
  margin-left: 5px;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.elementor-button .elementor-button-icon i {
  font-size: 14px;
}
.elementor-button i:before {
  display: block;
}
.elementor-button i:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.elementor-button-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.elementor-button .elementor-button-text {
  order: 2;
}
.elementor-button:hover {
  background-color: #cc8c18;
  color: #fff;
}
.elementor-button:hover .elementor-align-icon-right {
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .story-section .story-text {
    padding-top: 20px;
  }
}
.container-1270px {
  margin: 0 auto;
  max-width: 1270px;
}
.container-1270px {
  clear: both;
}
.staticPage {
  margin: 30px 0 60px 0;
}
@media screen and (min-width: 1025px) {
  .staticPage {
    margin-top: 54px !important;
  }
}
@media screen and (max-width: 768px) {
  .staticPage {
    padding-top: 160px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    margin: 0;
  }
  .staticPage h1 {
    text-align: center !important;
  }
}
.staticPage h1 {
  font-size: 1.8em;
  font-family: Centaur;
  font-weight: 800;
  margin-bottom: 20px;
  font-style: italic;
  text-align: left;
  color: #202020;
}
.staticPage h1 span {
  font-style: normal;
}
.staticPage h2 {
  font-size: 1.4em;
  font-family: Centaur;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
  color: #202020;
}
.staticPage p {
  margin-bottom: 10px;
  font-weight: 300;
  color: #202020;
}
.staticPage h3 {
  font-size: 1.25em;
  font-family: Centaur;
  margin-bottom: 10px;
  font-weight: 600;
  color: #202020;
}
.staticPage ul {
  list-style: disc;
}
.staticPage ul li {
  margin-left: 20px;
  font-size: 0.938em;
  font-weight: 300;
  margin-bottom: 5px;
  color: #202020;
}
.call-us-button-default {
  top: 110px;
  right: -2px;
  position: fixed;
  z-index: 9;
  background: #24416b;
  padding: 4px 20px 4px 10px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
}
/*.call-us-button-default:after {
  position: absolute;
  top: 20%;
  right: 50px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: translate(-50%, -50%) rotate(46deg);
}*/
.callBoxWrapper {
  width: 320px;
  position: fixed;
  right: 3px;
  background: #fff;
  top: 163px;
  z-index: 999;
  padding: 12px;
  transform: translateX(110%);
  border: 2px solid #dca958;
  transition: 0.6s ease-in;
  -webkit-transition: 0.6s ease-in;
  -moz-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  background: #fff;
  background-size: 90%;
}
.openCallUs {
  transform: translateX(0);
}
.callBoxWrapper .close-info-btn {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 2px 2px;
  line-height: 100%;
  cursor: pointer;
}
.callBoxWrapper .call-us-info {
  font-size: 13px;
  line-height: 170%;
  text-align: left;
  padding: 6px;
  font-weight: 400;
  color: #202020;
  float: left;
  width: 100%;
  padding-top: 5px;
}
.callBoxWrapper .call-us-info h2 {
  font-size: 1.8em !important;
  font-weight: 400;
  text-align: left;
}
.callBoxWrapper .call-us-info p {
  margin: 8px 0;
}
.safety-hygeine-box-default {
  top: 110px;
  left: 3px;
  position: fixed;
  z-index: 9;
  background: #24416b;
  padding: 4px 20px 4px 10px;
  cursor: pointer;
}
.safety-hygeine-box-default:after {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: translate(-50%, -50%) rotate(138deg);
}
.safetyBoxWrapper {
  width: 320px;
  position: fixed;
  left: 3px;
  background: #fff;
  top: 163px;
  z-index: 999;
  padding: 12px;
  transform: translateX(-108%);
  border: 2px solid #dca958;
  transition: 0.6s ease-in;
  -webkit-transition: 0.6s ease-in;
  -moz-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  background: #fff;
  background-size: 90%;
}
.openXmas {
  transform: translateX(0);
}
.safetyBoxWrapper .close-info-btn {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 2px 2px;
  line-height: 100%;
  cursor: pointer;
}
.safetyBoxWrapper .covid-update-info {
  font-size: 13px;
  line-height: 170%;
  text-align: center;
  padding: 6px;
  font-weight: 400;
  color: #202020;
  float: left;
  text-align: center;
  width: 100%;
  padding-top: 5px;
}
.safetyBoxWrapper .covid-update-info h2 {
  font-size: 1.8em !important;
  font-weight: 400;
}
.safetyBoxWrapper .covid-update-info p {
  margin: 8px 0;
}
.safetyBoxWrapper .know-more-abt-covid {
  width: 100%;
  margin: 7px auto;
  text-align: center;
}
.safetyBoxWrapper .know-more-abt-covid a {
  width: 90px;
  background: #cc6c16;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.heading-component {
  padding-bottom: 22px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sitemap-page .heading-component {
    margin-top: 44px !important;
  }
}
.heading-component h1,
.heading-component h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
  color: #202020;
  margin-bottom: 10px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.sitemap-page .sitemap-head {
  font-size: 1.875em;
  border-bottom: 2px solid #202020;
  color: #202020;
}
.sitemap-page .sitemap-heading-container {
  margin-bottom: 20px;
  clear: both;
}
.sitemap-page .sitemap-heading-container .sitemap-box {
  width: 33.33%;
  padding: 15px 15px 0 15px;
  display: inline-block;
  margin: 0;
  float: left;
}
.sitemap-page .sitemap-heading-container .sitemap-box h4 {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.sitemap-page .sitemap-heading-container .sitemap-box ul li {
  margin-left: 20px;
  font-size: 13px;
}
.sitemap-page .sitemap-heading-container .sitemap-box ul li a {
  color: #202020;
  text-decoration: none;
}
.single-gallery .image-wrapper {
  position: relative;
}
.single-gallery .inner-single-gallery {
  position: relative;
}
.single-gallery .inner-single-gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #202020;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.single-gallery .inner-single-gallery:hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.left {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 2.5em;
  margin: auto;
  color: #fff;
  background: #24416b;
  z-index: 99;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.left {
  left: 3px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  transform: rotate(-90deg) translate(-50%, 50%);
}
.left i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #cc8c18;
  border-radius: 50%;
  position: relative;
  left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.left:hover {
  background-color: #cc8c18;
  color: #fff;
}
.left:hover i {
  background-color: #f5ddb3;
  -webkit-animation: fadeInLeft 1s linear;
  animation: fadeInLeft 1s linear;
}
.form-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.form-container {
  padding: 25px;
}
.form-container h3 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #202020;
}
.form-container h4 {
  margin: 5px 0 15px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #202020;
}
.modal-quote-header {
  padding: 0;
  border: 0;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="text"],
.form-container input[type="url"],
.form-container textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 4px;
}
#contact textarea:hover,
.form-container input[type="email"]:hover,
.form-container input[type="tel"]:hover,
.form-container input[type="text"]:hover,
.form-container input[type="url"]:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
.form-container textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
.form-container button[type="submit"] {
  cursor: pointer;
  border: 0;
  background: #cc8c18;
  color: #fff;
  margin: 0 0 5px;
  font-size: 15px;
}
.form-container button[type="submit"]:hover {
  background: #202020;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.form-container button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.form-container input:focus,
.form-container textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
@media (min-width: 320px) and (max-width: 480px) {
  blockquote {
    font-size: 1.4em !important;
  }
}
