@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

.blog-widget.blog-widget-tag ul li a,
.offer-item-bg.active:hover p,
.offer-item-bg2.active:hover p,
.single-footer-widget .footer-contact-list li a,
.single-product .product-content ul li del,
body,
p {
  color: #777;
}

.blog-area,
.pt-100,
.ptb-100 {
  padding-top: 100px;
}

.development-item .content span,
.development-section,
.home-slider-item,
.inner-banner,
.innovation-bg,
.oftop-slider-area::before,
.project-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#toTop,
.coming-soon-area .coming-soon-content #timer div:last-child::before,
.forward-content .signature ul li .signature-img2,
.main-nav .navbar .navbar-brand .logo-two,
.navbar-light .navbar-brand-sticky,
.order-details .payment-box .payment-method p [type="radio"]:checked,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked),
.single-footer-widget .logo .footer-logo2,
.tab .tabs_item {
  display: none;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: Roboto, sans-serif;
  background-color: #f8f8f8;
}

.newsletter-area .brochure-area .download-btn a,
a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: Cormorant, serif;
  line-height: 1.4;
  color: #000;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.blog-article .comments-form .contact-form,
.blog-card a img,
.property-card a img,
.single-property .images a img,
.team-card a img,
img {
  max-width: 100%;
}

.ptb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 150px;
}

.counter-area,
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.margin-auto {
  margin: 0 auto;
}

.section-bg {
  background-color: #fbf3e9 !important;
}

.default-btn {
  padding: 12px 27px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
}

.default-btn i {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.brochure-btn::before,
.default-btn::before,
.order-details .payment-box .order-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #55220e;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.brochure-btn::after,
.default-btn::after,
.order-details .payment-box .order-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #55220e;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bottom-text p a:hover,
.coming-soon-area .coming-soon-content ul li a,
.default-btn.active:hover,
.default-btn:hover,
.default-sante-fe,
.home-slider-item .slider-content .slider-btn-area .discover-btn:hover i,
.inner-banner .inner-title p a:hover,
.newsletter-area .brochure-area .download-btn a:hover,
.offer-item-bg.active h3,
.offer-item-bg.active p,
.service-card-bg-three.active .learn-more-btn,
.service-card-bg-three.active .learn-more-btn i,
.service-card-bg-three:hover .learn-more-btn,
.service-card-bg-three:hover .learn-more-btn i,
.service-card-bg-two.active .learn-more-btn,
.service-card-bg-two.active .learn-more-btn i,
.service-card-bg-two:hover .learn-more-btn,
.service-card-bg-two:hover .learn-more-btn i,
.service-card.active a h3,
.service-card.active i,
.service-card.active p,
.service-card:hover a h3,
.service-card:hover i,
.service-card:hover p,
.single-footer-widget.single-footer-color .footer-contact-list li span,
.single-footer-widget.single-footer-color .footer-list li a:hover,
.single-footer-widget.single-footer-color h3,
.team-content .section-title-two h2 {
  color: #fff;
}

.default-btn.active:hover::before,
.default-btn:hover::before,
.order-details .payment-box .order-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn.active:hover::after,
.default-btn:hover::after,
.order-details .payment-box .order-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.default-btn.active {
  margin-left: 20px;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover,
.default-btn.active::after,
.default-btn.active::before,
.house-slider-three .owl-nav .owl-prev:hover,
.innovation-slider .owl-dots .owl-dot span:hover,
.innovation-slider .owl-dots .owl-dot.active span {
  background-color: #db8c2a !important;
}

.default-bg-buttercup,
.download-brochure-btn {
  background-color: #db8c2a;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.default-regal-blue {
  background-color: #000 !important;
  color: #fff;
}

.default-sante-fe,
.home-slider-area .owl-nav .owl-next:hover,
.home-slider-area .owl-nav .owl-prev:hover,
.house-slider .owl-nav .owl-prev:hover,
.house-slider-two .owl-nav .owl-prev:hover {
  background-color: #b56953 !important;
}

.default-dark-blue {
  background-color: #020d26 !important;
  color: #fff;
}

.default-hot-toddy {
  background-color: #db8c2a !important;
  color: #fff;
  cursor: pointer;
}

.map-content span,
.section-title span {
  color: #6f7c8a;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}

.section-title h2 {
  font-size: 60px;
  font-family: Cormorant, serif;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 510px;
  color: #000;
}

.map-content h2 b,
.newsletter-content h2 b,
.section-title h2 b {
  color: #db8c2a;
  font-weight: 500;
  font-style: italic;
}

.section-title p {
  padding-top: 15px;
  max-width: 450px;
  margin-bottom: 0;
}

.section-title-two span {
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 0 50px;
  padding-bottom: 5px;
  position: relative;
}

.section-title-two span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
}

.section-title-two h2 {
  font-size: 40px;
  font-family: Cormorant, serif;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  color: #020d26;
}

.section-title-two h2 b {
  font-weight: 500;
  font-style: italic;
}

.section-title-two p {
  padding-top: 15px;
  margin-bottom: 0;
}

.apartment-list ul,
.blog-article .blog-article-share .blog-tag ul,
.blog-article .comments-wrap ul,
.blog-widget.blog-widget-tag ul,
.forward-content .signature ul,
.project-card ul,
.shop-detls-tab .tabs,
.single-footer-widget .footer-contact-list,
.single-footer-widget .footer-list,
.team-card .content .social-link,
.top-header .top-header-left,
.top-header .top-header-right {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-btn-area .call-btn,
.top-header .top-header-left li {
  margin-right: 20px;
  display: inline-block;
}

.apartment-item ul li a,
.apartment-item:hover a h3,
.home-slider-item .slider-content .slider-btn-area .slider-cell-btn:hover,
.property-item .section-title-two:hover a h2,
.room-details-item .room-details-slider:hover .room-details-content a h3,
.section-color {
  color: #b56953;
}

.section-span-bg {
  position: relative;
  color: #b56953;
}

.section-span-bg::before {
  content: "";
  position: absolute;
  background-color: #b56953;
}

.section-span-bg2 {
  position: relative;
  color: #55220e;
}

.section-span-bg2::before {
  content: "";
  position: absolute;
  background-color: #db8c2a;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover,
.main-nav nav .navbar-nav .nav-item .active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active,
.main-nav nav .navbar-nav .nav-item a :focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item:hover a,
.oftop-nav nav .navbar-nav .nav-item .active,
.oftop-nav nav .navbar-nav .nav-item a :focus,
.oftop-nav nav .navbar-nav .nav-item a.active,
.oftop-nav nav .navbar-nav .nav-item a:hover,
.oftop-nav nav .navbar-nav .nav-item:hover a,
.property-color,
.property-item .section-title h2 a:hover,
.room-details-tab.tab-color2 li a:focus,
.room-details-tab.tab-color2 li.active a,
.room-details-tab.tab-color2 li.current a,
.section-color2 {
  color: #db8c2a !important;
}

.section-span-white {
  position: relative;
  color: #fff;
}

.section-span-white::before {
  content: "";
  position: absolute;
  background-color: #fff;
}

.oftop-nav nav .navbar-nav .nav-item a,
.section-white {
  color: #fff !important;
}

.top-header {
  background-color: #020d26;
  padding-top: 20px;
  padding-bottom: 14px;
}

.billing-details .form-group .nice-select .list .option .selected,
.navbar-area,
.navbar-light,
.oftop-nav,
.top-nav {
  background-color: transparent;
}

.map-content .map-content-left span,
.map-content .map-content-right span,
.top-header .top-header-left li a {
  color: #fff;
  margin-bottom: 0;
}

.blog-article .article-post .article-post-share.text-align,
.top-header .top-header-right {
  float: right;
}

.top-header .top-header-right li {
  display: inline-block;
  color: #acbee8;
  margin-left: 65px;
}

.top-header .top-header-right li i {
  color: #8390b0;
  margin-right: 10px;
  font-size: 18px;
}

.top-header .top-header-right li a {
  color: #acbee8;
}

.navbar-area {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0;
}

.main-nav,
.top-nav {
  position: inherit;
  top: 0;
  padding: 0;
  height: auto;
  z-index: 999;
  width: 100%;
  left: 0;
}

#mobile-call-buttons ul,
.house-content .house-list,
.navbar-light {
  padding: 0;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 5px 0;
  margin-left: 30px;
  height: 95px;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #db8c2a;
  font-weight: 400;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a .active::before,
.single-gallery:hover .gallery-icon,
.single-product:hover .default-btn.product-btn {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgba(219, 140, 35, 0.2);
}

.cart-wraps-area .cart-totals ul li:first-child,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #6f7c8a !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
}

.vision-mission {
  height: 400px !important;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0.25rem;
  color: #db8c2a !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #db8c2a !important;
  margin-left: 5px;
  border-radius: 0.25rem;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 20px;
}

.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 100%;
}

.room-details-tab.tab-color li a:focus,
.room-details-tab.tab-color li.active a,
.room-details-tab.tab-color li.current a,
.top-nav nav .navbar-nav .nav-item .active,
.top-nav nav .navbar-nav .nav-item a :focus,
.top-nav nav .navbar-nav .nav-item a.active,
.top-nav nav .navbar-nav .nav-item a:hover,
.top-nav nav .navbar-nav .nav-item:hover a {
  color: #b56953 !important;
}

.oftop-nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-title
  .rating,
.side-btn-area,
.single-counter .content {
  display: inline-block;
}

.side-btn-area .call-btn {
  font-size: 18px;
  color: #db8c2a;
}

.side-btn-area .call-btn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover,
.efficiency-card:hover a h3,
.inner-banner .inner-title p a,
.orgin-card-1:hover h4,
.orgin-card-1:hover i,
.property-details-list ul li:hover a,
.room-details-card:hover .content a h3,
.service-card .learn-more-btn,
.service-details-area .section-title h2 b,
.learn-more-btn,
.side-btn-area .call-btn:hover,
.single-product .product-content a h3:hover {
  color: #db8c2a;
}

.appointment-btn,
.download-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 0.9s ease-in-out 5s fadeInDown;
  animation: 0.9s ease-in-out 5s fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #55220e;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .oftop-nav {
  top: 0;
  background-color: #192028;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.apartment-slider,
.blog-article .article-content .content-text,
.blog-widget.search-widget .search-form,
.forward-area,
.home-slider-area,
.home-slider-item,
.home-slider-two,
.house-slider,
.house-slider-two,
.inner-banner,
.map-area,
.map-area-two,
.offer-item-bg,
.room-details-item .room-item,
.service-card-bg,
.service-card-bg-three,
.service-card-bg-two,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-title,
.testimonial-slider {
  position: relative;
}

.home-slider-area .owl-nav .owl-next,
.home-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-weight: 700;
  color: #c4cfd4 !important;
  font-size: 18px !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #db8c2a !important;
  border-radius: 50px;
}

.apartment-slider .owl-nav,
.home-slider-area .owl-nav,
.home-slider-two .owl-nav,
.house-slider-three .owl-nav,
.house-slider-two .owl-nav,
.room-details-item .room-details-slider .owl-nav {
  margin-top: 0;
}

.home-slider-area .owl-nav .owl-prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.home-slider-area .owl-nav .owl-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.home-slider-two .owl-nav .owl-next,
.home-slider-two .owl-nav .owl-prev {
  color: #db8c2a !important;
  font-size: 34px !important;
  position: absolute;
  font-weight: 700;
  top: 50%;
}

.oftop-slider-content .oftop-slider-btn .price-btn,
.oftop-slider-content .oftop-slider-btn .ring-btn:hover {
  border: 2px solid #db8c2a;
  background-color: transparent;
}

.home-slider-content {
  max-width: 470px;
  margin-left: auto;
}

.home-slider-content span {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-slider-content h1 {
  font-size: 60px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}

.home-slider-content h1 b,
.oftop-slider-content h1 b {
  font-weight: 500;
  font-style: italic;
  color: #db8c2a;
}

.home-slider-content p,
.service-details-area .section-title {
  margin-bottom: 40px;
}

.home-slider-content .home-slider-btn .default-btn,
.map-content .map-content-right:hover,
.oftop-slider-content .oftop-slider-btn .price-btn:hover {
  background-color: #db8c2a;
}

.blog-widget.search-widget .search-form button:hover,
.coming-soon-area .coming-soon-content ul li:hover,
.home-slider-content .home-slider-btn .default-btn.active,
.map-content .map-content-left:hover,
.shop-desc .shop-share ul li a:hover,
.user-all-content .sing-social-icon li a:hover {
  background-color: #000;
}

.home-slider-two .owl-nav .owl-prev {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  left: 0;
}

.apartment-slider .owl-nav .owl-next:hover,
.apartment-slider .owl-nav .owl-prev:hover,
.home-slider-two .owl-nav .owl-next:hover,
.home-slider-two .owl-nav .owl-prev:hover,
.room-details-item .room-details-slider .owl-nav .owl-next:hover,
.room-details-item .room-details-slider .owl-nav .owl-prev:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

.home-slider-two .owl-nav .owl-next {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  right: 0;
}

.home-slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(85, 34, 14, 0.8);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .home-slider-item::before {
    opacity: 0.4;
  }
}
.home-slider-item .slider-content {
  position: relative;
  padding-top: 170px;
  padding-bottom: 250px;
  margin-left: 45px;
  height: 600px;
}

.home-slider-item .slider-content h1 {
  font-size: 85px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.home-slider-item .slider-content h1 b {
  font-weight: 300;
}

.home-slider-item .slider-content p {
  font-size: 20px;
  color: #fff;
}

.cart-wraps-area .cart-buttons,
.coming-soon-area .coming-soon-content #timer,
.home-slider-item .slider-content .slider-btn-area,
.property-item .property-btn,
.room-details-tab,
.shop-desc .shop-share,
.shop-detls-tab,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-form,
.social-links {
  margin-top: 30px;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn {
  display: inline-block;
  padding: 12px 27px;
  color: #fff;
  background-color: #db8c2a;
  text-align: center;
  z-index: 1;
  text-transform: capitalize;
  border: none;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #020d26;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn:hover {
  background-color: #55220e;
  color: #fff;
}

.home-slider-item .slider-content .slider-btn-area .slider-cell-btn {
  display: inline-block;
  margin-left: 20px;
  color: #db8c2a;
  font-size: 20px;
}

.home-slider-item .slider-content .slider-btn-area .slider-cell-btn i {
  margin-right: 5px;
}

.item-bg1 {
  background-image: url(../img/banner-1.png);
}

.item-bg2 {
  background-image: url(../img/banner-2.png);
}

.item-bg3 {
  background-image: url(../img/banner-3.png);
}

.oftop-slider-area {
  padding-top: 75px;
  background-color: #192028;
  position: relative;
}

.oftop-slider-area::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/home3/shape.png);
}

.oftop-slider-area .thumbs-wrap {
  position: relative;
  z-index: 1;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs.oftop-slider-thumb {
  position: absolute;
  bottom: 50px;
  left: 1.7%;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  padding: 0 10px;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #9aafc7;
  font-weight: 400;
  font-family: Cormorant, serif;
  font-size: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 0;
  height: 1px;
  background-color: #db8c2a;
  bottom: 12px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before,
.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  opacity: 1;
  width: 30px;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span,
.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #db8c2a;
  margin-left: 30px;
}

.oftop-slider-content {
  max-width: 515px;
  margin-left: auto;
}

.inner-banner .inner-title span,
.oftop-slider-content span {
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 0 50px;
  padding-bottom: 5px;
  position: relative;
  color: #db8c2a;
}

.inner-banner .inner-title span::before,
.oftop-slider-content span::before,
.service-details-left h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #db8c2a;
}

.oftop-slider-content h1 {
  font-size: 68px;
  text-transform: capitalize;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 510px;
  color: #fff;
}

.oftop-slider-content p {
  font-size: 18px;
  color: #fff;
}

.copyright-section,
.development-section .col-lg-6:nth-child(2) .development-item,
.innovation-content .innovation-btn,
.innovation-content-two .innovation-btn,
.oftop-slider-content .oftop-slider-btn,
.project-card .project-card-btn {
  margin-top: 40px;
}

.oftop-slider-content .oftop-slider-btn .ring-btn {
  width: 240px;
  height: 90px;
  background-color: #db8c2a;
  line-height: 60px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.oftop-slider-content .oftop-slider-btn .price-btn i,
.oftop-slider-content .oftop-slider-btn .ring-btn i {
  font-size: 35px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
}

.oftop-slider-content .oftop-slider-btn .price-btn .content,
.oftop-slider-content .oftop-slider-btn .ring-btn .content {
  position: absolute;
  left: 70px;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  float: left;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 {
  line-height: 0;
  margin: 0;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 a {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.oftop-slider-content .oftop-slider-btn .price-btn {
  margin-left: 20px;
  width: 220px;
  height: 90px;
  line-height: 60px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 15px;
}

.oftop-slider-content .oftop-slider-btn .price-btn .content p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.oftop-slider-content .oftop-slider-btn .price-btn .content h3 {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 0;
}

.coming-soon-area::before,
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #020d26;
  opacity: 0.8;
}

.inner-banner .inner-title {
  padding-top: 245px;
  padding-bottom: 170px;
  position: relative;
}

.inner-banner .inner-title h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 15px;
}

.inner-banner .inner-title p {
  font-size: 15px;
  color: #db8c2a;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/6.jpg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/9.jpg);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/11.jpg);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/12.jpg);
}

.property-details {
  padding: 50px 0;
  background-color: #fff;
  border: 5px solid #f0f0f0;
}

.property-details-list ul,
.single-footer-widget .footer-profile {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.property-details-list ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-right: 45px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.coming-soon-area .coming-soon-content #timer div:last-child,
.property-details-list ul li:last-child {
  margin-right: 0;
}

.property-details-list ul li i {
  color: #8c8c8c;
  font-size: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-card-bg-two::before,
.service-card-bg::before {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

.property-details-list ul li span {
  display: block;
  color: #8c8c8c;
  font-size: 15px;
  margin-left: 36px;
}

.property-details-list ul li a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-left: 36px;
}

.house-details-area,
.newsletter-area,
.service-area {
  background-color: #fbf3e9;
}

.service-area-two {
  position: relative;
  margin-top: -60px;
}

.service-card {
  background-color: #fff;
  padding: 10px 15px 30px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.service-card i {
  font-size: 70px;
  color: #506f90;
  margin-bottom: 15px;
}

.apartment-item a,
.blog-article .article-post .article-post-share a,
.blog-card a,
.blog-widget.blog-widget-pos .widget-post a,
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a,
.efficiency-card a,
.house-card a,
.property-card .content a,
.property-card a,
.property-img-two a,
.property-item .section-title-two a,
.property-item-two .section-title-two a,
.service-card a,
.single-product .product-content a,
.single-property .images .property-content a,
.single-property .images a,
.tab .tabs_item:first-child,
.team-card a {
  display: block;
}

.service-card a h3 {
  font-size: 20px;
  color: #000;
  font-weight: 900;
  margin-bottom: 10px;
}

.service-card .learn-more-btn i,
.learn-more-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #db8c2a;
}

.appointment-item img,
.service-card p {
  margin-bottom: 10px;
}

.service-card-bg::before {
  background-color: #000;
  opacity: 0;
  transition: 0.7s;
}

.offer-item-bg.active::before,
.offer-item-bg2:hover::before,
.offer-item-bg:hover::before,
.service-card-bg-three.active::before,
.service-card-bg-three:hover::before,
.service-card-bg-two.active::before,
.service-card-bg-two:hover::before,
.service-card-bg.active::before,
.service-card-bg:hover::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg-two::before {
  background-color: #b56953;
  opacity: 0;
  transition: 0.7s;
}

.service-card-bg-three::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #db8c2a;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.about-card,
.about-content .section-title-two,
.about-img,
.accordion h3,
.apartment-item,
.blog-article,
.blog-article .article-img,
.blog-card,
.development-card,
.faq-item,
.house-card,
.location-txt,
.offer-content,
.property-card,
.property-img,
.property-img-two,
.property-item,
.room-details-card,
.service-details-content,
.service-details-content .progressbar-area .single-progressbar,
.single-content,
.single-footer-widget,
.team-card,
.team-content,
.user-all-content,
.user-all-form {
  margin-bottom: 30px;
}

.service-details-content h2 {
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 0.9;
}

.service-details-content h2 b {
  color: #db8c2a;
  font-weight: 400;
}

.service-details-content img,
.service-details-left img {
  margin-bottom: 30px;
  width: 100%;
}

.billing-details .form-check,
.service-details-content p,
.shop-desc .shop-review {
  margin-bottom: 15px;
}

.service-details-content .progressbar-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-details-content .progressbar-area .single-progressbar h3 {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 0;
  background-color: #db8c2a;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .progressbar-nuber {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #020d26;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .progressbar-circle {
  width: 13px;
  height: 13px;
  background-color: #db8c2a;
  border-radius: 50px;
  position: absolute;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .pn-1 {
  top: -40px;
  right: 35%;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .pc-1 {
  top: -5px;
  right: 36%;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .pn-2 {
  top: -40px;
  right: 25%;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .pc-2 {
  top: -5px;
  right: 26%;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .pn-3 {
  top: -40px;
  right: 10%;
}

.service-details-content
  .progressbar-area
  .single-progressbar
  .progressbar-count
  .pc-3 {
  top: -5px;
  right: 11%;
}

.billing-details .form-group,
.service-details-left {
  margin-bottom: 25px;
}

.service-details-left h3 {
  font-weight: 500;
  line-height: 0;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  margin-left: 50px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #db8c2a;
}

.house-slider-three,
.room-details-item,
.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.single-gallery .gallery-icon {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 7px;
  line-height: 45px;
  background-color: #db8c2a;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-gallery img {
  height: 238px;
  width: 100%;
}

.single-gallery .gallery-icon:hover {
  background-color: #55220e;
  color: #fff;
}

.single-gallery .gallery-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 7px;
  left: 0;
  border: 1px solid #db8c2a;
  -webkit-animation: 1s linear 2s infinite ripple;
  animation: 1s linear 2s infinite ripple;
}

.single-gallery .gallery-icon:hover::before {
  border-color: #55220e;
}

.about-img img,
.property-img-two a img,
.single-footer-widget .footer-gallery li a img {
  width: 100%;
}

.checkout-area .checkout-user span a:hover,
.innovation-content-two .section-title-two .color-innovation,
.order-details .order-table table tbody tr td.product-name a:hover,
.property-item .section-title h2 a,
.property-item .section-title h2 a:hover b,
.room-details-tab .tabs li a:focus,
.room-details-tab .tabs li.active a,
.room-details-tab .tabs li.current a {
  color: #000;
}

.property-item .section-title p {
  max-width: 500px;
}

.blog-article .blog-article-share .blog-tag ul li.active a,
.blog-article .blog-article-share .blog-tag ul li:hover a,
.blog-widget.blog-widget-tag ul li.active a,
.blog-widget.blog-widget-tag ul li:hover a,
.offer-item-bg.active:hover h3,
.offer-item-bg2.active:hover h3,
.property-item .section-title-two:hover a h2 b,
.property-item-two .section-title-two:hover a h2,
.user-all-content .recover-text a:hover,
.user-all-form .contact-form .account-desc a:hover,
.user-all-form .contact-form .forget:hover,
.user-all-form .contact-form .recover-sign-up a:hover,
.user-all-form .contact-form .recover-sign:hover {
  color: #020d26;
}

.property-item-two {
  margin-left: 45px;
}

.cart-wraps-area .cart-calc .nice-select .option,
.property-item-two .section-title-two:hover a h2 b {
  color: #020d26 !important;
}

.property-counter {
  max-width: 820px;
  background-color: #fff;
  border: 5px solid #f0f0f0;
  padding: 0 35px;
  margin-left: -65px;
  margin-top: 40px;
}

.counter-card {
  padding-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.counter-card h2 {
  font-size: 85px;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
}

.counter-card h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #6f7c8a;
  margin-bottom: 0;
}

.counter-card span {
  color: #6f7c8a;
}

.property-section {
  overflow: hidden;
}

.property-section-text {
  max-width: 1170px;
  margin-left: auto;
  margin-bottom: 50px;
}

.property-section-text .section-title h2 {
  max-width: 530px;
}

.property-section-text .section-title-two h2 {
  max-width: 530px;
  color: #000;
}

.development-item,
.single-property {
  margin-bottom: 30px;
  height: auto;
  position: relative;
}

.single-property .images {
  max-width: 370px;
  height: auto;
}

.single-property .images .property-content {
  position: relative;
  margin-top: -90px;
  right: -45px;
  max-width: 360px;
  padding: 30px;
  background-color: #fff;
  border: 5px solid #f0f0f0;
}

.efficiency-card span,
.house-content-two span,
.project-card span,
.property-card .content span,
.single-property .images .property-content span {
  font-size: 14px;
  color: #db8c2a;
  position: relative;
  margin-left: 40px;
}

.blog-article .article-post .article-post-share span::before,
.blog-card .content span::before,
.development-card h3::before,
.efficiency-card span::before,
.house-card .content span::before,
.house-content-two span::before,
.project-card span::before,
.property-card .content span::before,
.single-property .images .property-content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #db8c2a;
}

.development-item .content h3,
.property-card .content a h3,
.single-property .images .property-content a h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.project-card ul li,
.room-details-tab .tabs li a {
  font-size: 22px;
  font-weight: 600;
  font-family: Cormorant, serif;
}

.property-card .content .learn-more-btn,
.single-property .images .property-content .learn-more-btn {
  color: #db8c2a;
  margin-bottom: 0;
}

.property-card .content .learn-more-btn i,
.single-property .images .property-content .learn-more-btn i {
  position: relative;
  top: 5px;
  font-size: 20px;
}

.property-card .content .learn-more-btn:hover,
.single-property .images .property-content .learn-more-btn:hover {
  color: #000;
  letter-spacing: 0.5px;
}

.single-property .images .plus-dots {
  position: absolute;
  right: -45px;
  bottom: -45px;
  z-index: -1;
}

.property-section .col-lg-4:nth-child(2) .single-property {
  margin-top: -100px;
}

.property-section .col-lg-4:nth-child(3) .single-property {
  margin-top: -200px;
}

.property-section-title .section-title-two h2 {
  max-width: 530px;
  margin: 0 auto;
}

.property-section-title-two .section-title-two h2 {
  max-width: 630px;
  margin: 0 auto;
}

.property-card .content {
  padding: 30px;
  background-color: #fff;
  border: 5px solid #f0f0f0;
}

.project-area {
  margin-bottom: 100px;
}

.project-bg1 {
  background-image: url(../img/project/bg-1.jpg);
}

.project-bg2 {
  background-image: url(../img/project/bg-2.jpg);
  padding: 100px 0;
  margin-bottom: 0;
}

.project-card {
  max-width: 610px;
  position: relative;
  margin-left: auto;
  padding: 40px 30px;
  background-color: #fff;
  border: 5px solid #f0f0f0;
  bottom: -100px;
}

.project-card h2 {
  font-size: 35px;
  color: #000;
  font-weight: 900;
  max-width: 430px;
  margin-bottom: 30px;
}

.project-card ul li {
  color: #000;
  padding: 10px 0;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 10px;
}

.project-card ul li b {
  font-size: 18px;
  font-weight: 400;
  font-family: Cormorant, serif;
  display: inline-block;
  width: 65%;
}

.project-card-two {
  bottom: 0;
}

.development-card h3 {
  font-size: 18px;
  color: #db8c2a;
  position: relative;
  margin-left: 40px;
  margin-bottom: 15px;
}

.about-card p,
.apartment-item p,
.blog-article .comments-wrap ul li p,
.cart-wraps-area .cart-table table,
.development-card p,
.development-item .content p,
.faq-item p,
.order-details .order-table table,
.shop-desc p,
.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p:last-child,
.single-content p {
  margin-bottom: 0;
}

.development-section {
  background-image: url(../img/project-details/shape.png);
}

.development-content .section-title-two h2 {
  color: #000;
  max-width: 100%;
}

.development-item img {
  max-width: 520px;
  height: auto;
}

.development-item .content {
  position: relative;
  margin-top: -90px;
  right: -55px;
  max-width: 500px;
  padding: 30px;
  background-color: #fff;
  border: 5px solid #f0f0f0;
}

.development-item .content span {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 65px;
  height: 25px;
  color: #fff;
  background-image: url(../img/project-details/shape2.png);
  text-align: center;
}

.development-section .col-lg-6:nth-child(3) .development-item {
  margin-top: -40px;
}

.bottom-text,
.orgin-title {
  text-align: center;
}

.orgin-title .section-title h2 {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}

.orgin-title .section-title p {
  max-width: 550px;
  margin: 0 auto;
}

.orgin-card {
  text-align: center;
  margin-bottom: 30px;
}

.orgin-card h2 {
  font-size: 30px;
  color: #000;
  text-align: center;
  border: 5px solid #55220e;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
}

.brochure-btn,
.map-content h2,
.newsletter-content h2,
.orgin-card-1 h4 {
  text-transform: capitalize;
}

.orgin-card h2::before {
  content: "";
  position: absolute;
  background-image: url(../img/half-circle.png);
  background-position: right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -20px;
  top: 0;
}

.orgin-card h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}

.orgin-card p {
  max-width: 285px;
  margin: 0 auto;
}

.orgin-card-1 {
  width: 100%;
  border: 2px solid #db8c2a;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 25px -2px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 25px -2px rgb(0 0 0 / 6%);
}

.orgin-card-1 i {
  font-size: 70px;
  line-height: 1.2;
  color: #000;
}

.orgin-card-1 h4 {
  color: #000;
  font-size: 17px;
}

.orgin-card-1:hover {
  border: 2px solid #55220e;
  -webkit-box-shadow: 0 5px 25px -2px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 25px -2px rgb(0 0 0 / 18%);
}

.room-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.room-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 35px;
}

.room-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #6f7c8a;
}

.room-details-card .content {
  position: relative;
  margin-top: -40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #fff;
  border: 5px solid #f0f0f0;
  padding: 30px 15px;
}

.room-details-card .content a h3 {
  font-size: 25px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.room-details-card .content p,
.room-details-item .room-details-slider .room-details-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.room-details-item .room-item i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 50px;
  color: #b56953;
  text-align: center;
  position: relative;
}

.room-details-item .room-item i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: 1s linear 2s infinite ripple;
  animation: 1s linear 2s infinite ripple;
}

.room-details-item .room-item .room-item-content {
  background-color: #fff;
  position: absolute;
  padding: 10px 20px;
  text-align: center;
  top: -70px;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.room-details-item .room-item .room-item-content::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.room-details-item .room-item .room-item-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #db8c2a;
  margin-bottom: 0;
}

.room-details-item .room-item:hover .room-item-content {
  opacity: 1;
}

.room-details-item .room-item:hover i {
  background-color: #b56953;
  color: #fff;
}

.offer-item-bg.active,
.offer-item-bg:hover,
.room-details-item .room-item:hover i::after {
  border-color: #b56953;
}

.room-details-item .room-item.item1 {
  position: absolute;
  top: 15%;
  left: 25%;
}

.room-details-item .room-item.item2 {
  position: absolute;
  top: 50%;
  left: 15%;
}

.room-details-item .room-item.item3 {
  position: absolute;
  top: 35%;
  left: 45%;
}

.room-details-item .room-item.item4 {
  position: absolute;
  top: 20%;
  right: 25%;
}

.room-details-item .room-item.item5 {
  position: absolute;
  top: 50%;
  right: 21%;
}

.room-details-item .room-details-slider {
  position: relative;
  margin-top: -50px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 5px solid #f0f0f0;
}

.room-details-item .room-details-slider .room-details-content {
  padding: 30px 15px;
  text-align: center;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.room-details-item .room-details-slider .room-details-content a h3 {
  font-size: 25px;
}

.room-details-item .room-details-slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  left: 20px;
  color: #c4cfd4 !important;
  font-size: 34px !important;
}

.room-details-item .room-details-slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  right: 20px;
  color: #c4cfd4 !important;
  font-size: 34px !important;
}

.innovation-content .section-title h2,
.innovation-content-two .section-title-two h2 {
  max-width: 575px;
}

.forward-content .section-title p,
.innovation-content .section-title p,
.innovation-content-two .section-title-two p {
  max-width: 520px;
}

.innovation-bg {
  background-image: url(../img/innovation-bg.jpg);
  padding: 70px 0;
  margin-bottom: 30px;
}

.innovation-slider {
  background-color: #fff;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.innovation-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-top: 0;
}

.innovation-slider .owl-dots .owl-dot span {
  background-color: #cddcec;
}

.innovation-item {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 320px;
  margin: 0 auto;
}

.efficiency-card,
.single-product {
  margin-bottom: 30px;
  position: relative;
}

.innovation-item i {
  font-size: 70px;
  color: #6f7c8a;
}

.innovation-item h3 {
  font-size: 26px;
  color: #000;
}

.innovation-item p {
  font-weight: 400;
  margin: 0 auto;
}

.efficiency-card {
  background-color: #fff;
  border: 3px solid #f0f0f0;
  padding: 50px 30px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.efficiency-card:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.efficiency-card a h3 {
  font-size: 26px;
  max-width: 250px;
}

.efficiency-card i {
  font-size: 85px;
  color: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: 0.9;
}

.product-area .section-title-two h2 {
  font-size: 35px;
}

.single-product {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px dashed #eee;
}

.single-product .product-content {
  padding: 30px 20px;
}

.single-product .product-content ul {
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.single-product .product-content ul li {
  display: inline-block;
  color: #000;
  padding: 0 5px;
}

.single-product .product-content a h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.single-product .product-content .default-btn.product-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 180px;
  bottom: 150px;
  padding: 10px 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.single-product .product-content .default-btn.product-btn i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.blog-widget.search-widget .search-form .form-control:focus,
.shop-detls-image:hover,
.single-product:hover {
  border-color: #db8c2a;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  padding: 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #020d26;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
  height: 60px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #020d26;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #020d26;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  span
  strong {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #020d26;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn:hover,
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn:hover,
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  span:hover {
  color: #777 !important;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn,
.shop-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn,
.shop-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input {
  height: 45px;
  color: #020d26;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-table .table > :not(:first-child),
.order-details .order-table .table > :not(:first-child) {
  border-top: 0;
}

.cart-wraps-area .cart-totals {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: 50px auto auto;
}

.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #020d26;
  overflow: hidden;
  font-weight: 500;
}

.cart-wraps-area .cart-totals ul li:last-child,
.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #777;
  font-weight: 400;
}

.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #020d26;
  padding-bottom: 20px;
}

.blog-article .comments-form .contact-form .agree-label,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-form
  h3,
.single-footer-widget .logo {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid #b56953;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #db8c2a;
  background-color: #db8c2a !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 12px 18px;
  font-weight: 400;
}

.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus,
.billing-details .form-group .nice-select .option:hover,
.cart-wraps-area .cart-calc .nice-select .option :hover,
.cart-wraps-area .cart-calc .nice-select .option.selected.focus,
.cart-wraps-area .cart-calc select .option.focus {
  color: #fff !important;
  background-color: #db8c2a !important;
}

.billing-details .form-group .form-control :hover,
.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-message :hover,
.billing-details .form-group .form-message:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #777;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
  color: #6c777d list;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
  background-color: #db8c2a !important;
  color: #fff !important;
  font-weight: 600;
}

.cart-wraps-area.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #db8c2a;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #db8c2a;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #db8c2a;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #db8c2a;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #db8c2a;
}

.cart-wraps-area
  .cart-calc
  .cart-wraps-area
  form
  .form-control
  input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area
  .cart-calc
  .cart-wraps-area
  form
  .form-control
  input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input:-ms-input-placeholder {
  color: #495057;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::placeholder {
  color: #495057;
}

.checkout-area .checkout-user {
  -webkit-box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #db8c2a;
  color: #db8c2a;
}

.billing-details,
.order-details .order-table {
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.apartment-offer-two,
.contact-area,
.counter-bg2::before,
.error-area,
.footer-bg2,
.team-area,
.thank-you-area {
  background-repeat: no-repeat;
}

.apartment-offer-two,
.coming-soon-area,
.contact-area,
.counter-bg2::before,
.error-area,
.footer-bg2,
.team-area,
.thank-you-area {
  background-size: cover;
  background-position: center center;
}

.checkout-area .checkout-user span {
  color: #db8c2a;
  font-size: 20px;
}

.billing-details .form-group label span,
.blog-article .article-comment li .content span a,
.blog-article .blog-article-share .blog-tag ul li a,
.blog-article .comments-wrap ul li a:hover,
.blog-card:hover .content a h3,
.checkout-area .checkout-user span a,
.copyright-section p span,
.error-area .error-content h1 span,
.house-card .content .learn-btn,
.house-card:hover .content a h3,
.house-content-two h2 b,
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.shop-desc .input-count-area .input-counter span:hover,
.shop-desc .shop-review .rating i,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  .review-report-link:hover,
.single-footer-widget .footer-list li a:hover,
.team-card .content .social-link li a:hover,
.thank-you-area .thank-you-area-content h1 span,
.user-all-content .recover-text a,
.user-all-form .contact-form .account-desc a,
.user-all-form .contact-form .recover-sign-up a {
  color: #db8c2a;
}

.billing-details {
  margin-bottom: 30px;
  padding: 50px 30px 25px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group label {
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  padding: 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #db8c2a;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #db8c2a !important;
  color: #fff;
}

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: 0;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #000;
  margin-left: 5px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus,
.checkout-area .billing-details .form-group .nice-select .option:hover {
  background-color: #db8c2a !important;
  color: #fff !important;
  border: none;
  outline: 0;
}

.order-details .order-table {
  padding: 50px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.order-details .order-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 15px 20px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #000;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.single-footer-widget .footer-contact-list li span {
  color: #000;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
  color: #000;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}

.order-details .payment-box {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #db8c2a;
  position: relative;
  margin-bottom: 8px;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label::before,
.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #db8c2a;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #db8c2a;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.order-details .payment-box .order-btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 12px 27px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #db8c2a;
}

.order-details .payment-box .order-btn:hover {
  color: #fff;
  border: none;
}

.shop-detls-image {
  margin-bottom: 30px;
  border: 1px dashed #eee;
}

.shop-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.shop-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.shop-desc .price .old-price {
  text-decoration: line-through;
  color: #000;
  margin-left: 10px;
}

.shop-desc .shop-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.shop-desc .shop-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: initial;
}

.shop-desc .shop-review .rating-count:hover {
  color: #db8c2a;
  border-color: #db8c2a;
}

.shop-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.shop-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.shop-desc .input-count-area .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #000;
  width: 50px;
  height: 100%;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-desc .input-count-area .input-counter input {
  height: 45px;
  color: #000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.blog-article .comments-form,
.shop-desc .shop-add {
  margin-top: 20px;
}

.shop-desc .shop-add .default-btn {
  border: none;
  margin-right: 20px;
}

.shop-desc .shop-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.shop-desc .shop-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.shop-desc .shop-share ul li span {
  color: #777;
  margin-right: 5px;
  font-size: 16px;
}

.shop-desc .shop-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #db8c2a;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.shop .input-count-area .input-counter input::-webkit-input-placeholder {
  color: #000;
}

.shop .input-count-area .input-counter input:-ms-input-placeholder {
  color: #000;
}

.shop .input-count-area .input-counter input::-ms-input-placeholder {
  color: #000;
}

.shop .input-count-area .input-counter input::placeholder {
  color: #000;
}

.shop-detls-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.shop-detls-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #000;
  border: 1px dashed #eee;
  padding: 17px 30px 13px;
}

.shop-detls-tab .tabs li a:focus,
.shop-detls-tab .tabs li.active a,
.shop-detls-tab .tabs li.current a {
  color: #fff;
  background-color: #db8c2a;
  border-color: #db8c2a;
}

.shop-detls-tab .tab_content {
  border: 1px dashed #eee;
  padding: 30px 20px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p {
  color: #000;
  margin-bottom: 20px;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .additional-information
  li {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #737b9a;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .additional-information
  li:last-child {
  border-bottom: 1px solid #eee;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .additional-information
  li
  span {
  display: inline-block;
  width: 40%;
  color: #212529;
  font-weight: 600;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}

.blog-widget.blog-widget-pos .widget-post span,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  .rating
  i,
.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-title
  .rating
  i {
  color: #db8c2a;
  font-size: 14px;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-title
  .rating
  p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-title
  .btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  background-color: #db8c2a;
  padding: 7px 15px;
  border-radius: 5px;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-title
  .btn-right:hover {
  background-color: #db8c2a;
  color: #fff;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments {
  margin-top: 35px;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eee;
  padding-top: 30px;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  p {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-comments
  .review-item
  .review-report-link {
  position: absolute;
  right: 0;
  color: #737b9a;
  top: 40px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-form
  .contact-wrap-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.shop-detls-tab
  .tab_content
  .tabs_item
  .shop-detls-tab-content
  .shop-review-form
  .review-form
  .contact-wrap-form
  .contact-form {
  padding: 50px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
}

.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  left: 0;
  color: #050303 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.testimonial-slider .owl-nav .owl-next:hover,
.testimonial-slider .owl-nav .owl-prev:hover {
  color: #db8c2a !important;
  background-color: transparent !important;
}

.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  right: 0;
  color: #050303 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.testimonial-item {
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.testimonial-item::before {
  content: "“";
  position: absolute;
  top: -210px;
  font-weight: 600;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
  font-family: Cormorant, serif;
  font-size: 320px;
  color: #edeff1;
}

.testimonial-item h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.testimonial-item p {
  max-width: 300px;
  margin: 0 auto;
}

.testimonials-wrap .section-title-two h2 {
  max-width: 650px;
  margin: 0 auto;
}

.testimonials-card {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fbf3e9;
}

.testimonials-card::before {
  content: "“";
  position: absolute;
  top: -45px;
  font-weight: 600;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Cormorant, serif;
  font-size: 300px;
  color: #e3dcd4;
}

.testimonials-card img {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.testimonials-card .testimonials-name {
  display: inline-block;
  position: relative;
  top: 15px;
}

.testimonials-card .testimonials-name h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 0.9;
}

.testimonials-card .testimonials-name span {
  font-size: 14px;
  color: #db8c2a;
}

.testimonials-card p {
  margin-bottom: 0;
  position: relative;
}

.forward-area::before {
  content: "";
  position: absolute;
  background-color: #fbf3e9;
  width: 60%;
  height: 78%;
  right: 0;
  z-index: -1;
  bottom: 0;
}

.forward-area-mt {
  margin-top: 100px;
}

.forward-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.forward-content .signature {
  margin-top: 30px;
  margin-bottom: 30px;
}

.forward-content .signature ul li {
  display: inline-block;
  margin-right: 25px;
}

.forward-content .signature ul li img {
  max-width: 100%;
  position: relative;
  top: -15px;
}

.forward-content .signature ul li h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #6f7c8a;
}

.forward-content .signature ul li span {
  font-size: 20px;
  color: #000;
}

.about-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #020d26;
  margin-bottom: 10px;
}

.team-area {
  background-image: url(../img/team/shape.png);
}

.team-area-two .section-title-two h2 {
  max-width: 610px;
  margin: 0 auto;
}

.team-content .team-btn {
  color: #fff;
  margin-top: 10px;
}

.team-content .team-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 3px;
}

.team-card.active .content,
.team-card:hover .content {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
}

.team-card .content {
  position: relative;
  margin-top: -50px;
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.house-content .house-list,
.house-content-two .house-list {
  margin-top: 20px;
  max-width: 460px;
  margin-bottom: 40px;
  list-style: none;
}

.team-card .content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.team-card .content span {
  font-size: 16px;
  color: #db8c2a;
  font-family: Cormorant, serif;
  font-weight: 700;
}

.team-card .content .social-link li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.team-card .content .social-link li a {
  text-align: center;
  color: #90a1b2;
  font-size: 18px;
}

.apartment-btn {
  margin-top: 70px;
  float: right;
}

.apartment-list ul li {
  color: #b56953;
  padding: 15px;
  border-bottom: 1px dashed #dfdfdf;
  border-top: 1px dashed #dfdfdf;
  font-size: 20px;
  font-family: Cormorant, serif;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
}

.apartment-list ul li span {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 30px;
}

.apartment-list ul li.active,
.apartment-list ul li:hover {
  border: 5px solid #f0f0f0;
  padding: 10px;
}

.apartment-slider .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  left: 0;
  color: #6f7c8a !important;
  font-size: 35px !important;
  font-weight: 900;
}

.apartment-slider .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  right: 0;
  color: #6f7c8a !important;
  font-size: 35px !important;
  font-weight: 900;
}

.apartment-item ul {
  margin-top: 25px;
  margin-bottom: 5px;
  list-style: none;
  padding: 0;
}

.apartment-item ul li {
  display: inline-block;
  color: #020d26;
  text-transform: uppercase;
}

.apartment-item a h3 {
  font-size: 40px;
  color: #020d26;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.counter-bg1 {
  background-color: #020d26;
}

.counter-bg2 {
  position: relative;
  background-color: #db8c2a;
}

.counter-bg2::before {
  content: "";
  position: absolute;
  background-image: url(../img/counter-shape.png);
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.single-counter i {
  font-size: 60px;
  color: #8390b0;
  display: inline-block;
  position: relative;
  top: -35px;
  margin-right: 15px;
}

.single-counter .content h3 {
  font-size: 85px;
  font-weight: 700;
  color: #8390b0;
  margin-bottom: 10px;
  line-height: 1;
}

.single-counter .content span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.counter-color {
  color: #f0d696 !important;
}

.apartment-offer-two {
  position: relative;
  background-image: url(../img/apartment/apartment-bg.jpg);
  z-index: 1;
}

.apartment-offer-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.offer-item-bg2::before,
.offer-item-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
}

.offer-item {
  padding: 30px 20px 60px;
  border: 5px solid #f0f0f0;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-bottom: 30px;
}

.offer-item h3 {
  font-size: 24px;
  color: #020d26;
  -webkit-transform: 0.7s;
  transform: 0.7s;
}

.offer-item i,
.offer-item-bg.active:hover i,
.offer-item-bg2.active:hover i {
  color: #b5b5b5;
}

.offer-item i {
  font-size: 60px;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-transform: 0.7s;
  transform: 0.7s;
}

.offer-item-bg2.active h3,
.offer-item-bg2.active p,
.offer-item:hover h3,
.offer-item:hover p {
  color: #fff;
  position: relative;
  z-index: 1;
}

.offer-item-bg::before {
  background-color: #b56953;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-item-bg.active i,
.offer-item-bg:hover i {
  color: #ffc1c1;
}

.offer-item-bg.active:hover {
  background-color: #fff;
  border-color: #f0f0f0;
}

.offer-item-bg2 {
  border: none !important;
  background-color: #fff;
  position: relative;
}

.offer-item-bg2::before {
  background-color: #db8c2a !important;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-item-bg2.active i,
.offer-item-bg2:hover i {
  color: #dcbe77;
}

.offer-item-bg2.active::before {
  opacity: 1;
  width: 100%;
  background-color: #db8c2a;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-item-bg2.active:hover::before {
  background-color: #fff !important;
  border: none;
  position: relative;
  z-index: 1;
}

.house-slider .owl-nav .owl-next,
.house-slider .owl-nav .owl-prev,
.house-slider-three .owl-nav .owl-next,
.house-slider-three .owl-nav .owl-prev,
.house-slider-two .owl-nav .owl-next,
.house-slider-two .owl-nav .owl-prev {
  position: absolute;
  bottom: -4px;
  color: #fff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-content {
  max-width: 560px;
}

.house-content span {
  font-size: 14px;
  color: #b56953;
  position: relative;
  margin-left: 40px;
}

.house-content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #b56953;
}

.house-content h2 {
  font-size: 35px;
  color: #020d26;
  max-width: 350px;
}

.house-content .house-list li,
.house-content-two .house-list li {
  font-size: 17px;
  color: #4e6277;
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 10px;
  border-top: 1px dashed #d7b1a2;
  border-bottom: 1px dashed #d7b1a2;
  font-family: Cormorant, serif;
}

.house-content .house-list li b,
.house-content-two .house-list li b {
  position: absolute;
  right: 10px;
  top: 2px;
  font-weight: 500;
  font-size: 20px;
}

.margin-left {
  margin-left: auto;
}

.house-margin {
  margin-left: 60px;
}

.house-slider .owl-nav .owl-prev {
  right: 46px;
  background-color: #906255 !important;
}

.house-slider .owl-nav .owl-next {
  right: -4px;
  background-color: #b56953 !important;
}

.house-slider .owl-nav .owl-next:hover,
.house-slider-two .owl-nav .owl-next:hover {
  background-color: #906255 !important;
}

.house-slider-two .owl-nav .owl-prev {
  left: -4px;
  background-color: #906255 !important;
}

.house-slider-two .owl-nav .owl-next {
  left: 46px;
  background-color: #b56953 !important;
}

.house-content-two {
  margin-bottom: 30px;
  max-width: 600px;
  padding: 70px 60px;
  background-color: #fff;
  position: relative;
  z-index: 5;
  margin-right: -85px;
  border: 5px solid #f0f0f0;
}

.house-content-two h2 {
  font-size: 35px;
  color: #020d26;
  max-width: 380px;
}

.house-content-two .house-list {
  position: relative;
  z-index: 1;
  padding: 0;
}

.house-slider-three .owl-nav .owl-prev {
  right: 46px;
  background-color: #9a7927 !important;
}

.house-slider-three .owl-nav .owl-next {
  right: -4px;
  background-color: #db8c2a !important;
}

.house-slider-three .owl-nav .owl-next:hover {
  background-color: #9a7927 !important;
}

.house-card a img {
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.house-card .content {
  position: relative;
  margin-top: -75px;
  right: -45px;
  padding: 100px 20px 30px;
  max-width: 510px;
  background-color: #faf5f3;
}

.blog-article .article-post .article-post-share span,
.blog-card .content span,
.house-card .content span {
  font-size: 14px;
  color: #db8c2a;
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.blog-article .article-post .article-post-share span a,
.blog-card .content span a,
.house-card .content span a {
  color: #db8c2a;
  display: inline-block;
  margin-bottom: 0;
}

.house-card .content h3 {
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.house-card .content p {
  max-width: 450px;
  margin-top: 15px;
}

.house-card .content .learn-btn i {
  color: #db8c2a;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.house-card .content .learn-btn:hover {
  letter-spacing: 0.5px;
}

.blog-card .content {
  margin-top: 15px;
  padding: 30px 20px;
  border: 5px solid #f2f2f2;
}

.blog-card .content h3 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}

.article-title {
  margin-bottom: 45px;
}

.article-title .section-title-two h2 {
  max-width: 615px;
}

.blog-article .article-comment {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 15px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.blog-article .article-comment li {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-right: 150px;
  padding-top: 10px;
}

.blog-article .article-comment li:last-child {
  margin-right: 0;
  float: right;
}

.blog-article .article-comment li .image,
.single-footer-widget .footer-profile li .profile {
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog-article .article-comment li .content {
  display: block;
  margin-left: 55px;
  padding-top: 0;
}

.blog-article .article-comment li .content h3 {
  font-size: 22px;
  color: #020d26;
  display: block;
  line-height: 1;
}

.blog-article .article-comment li .content span,
.blog-article .article-comment li .content-list span {
  font-size: 15px;
  color: #db8c2a;
  display: block;
}

.accordion button[aria-expanded="true"],
.blog-article .article-comment li .content span a:hover,
.blog-article .article-post .article-post-share span a:hover {
  color: #000;
}

.blog-article .article-comment li .content-list {
  display: block;
  margin-left: 15px;
  padding-top: 10px;
  position: relative;
}

.blog-article .article-comment li .content-list::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 1px;
  height: 45px;
  background-color: #ededed;
}

.blog-article .article-comment li .content-list h3 {
  font-size: 20px;
  color: #020d26;
  display: block;
}

.blog-article .article-content .content-text::before {
  content: "D";
  position: absolute;
  font-size: 100px;
  color: #020d26;
  font-family: Roboto, sans-serif;
  top: -50px;
  left: 0;
  font-weight: 500;
}

.blog-article .article-content .content-text p {
  margin-left: 70px;
  margin-bottom: 10px;
}

.blog-article .blockquote {
  position: relative;
  margin-bottom: 20px;
  margin-top: 90px;
}

.blog-article .blockquote::before {
  content: "“";
  position: absolute;
  top: -150px;
  left: 0;
  font-size: 160px;
  font-family: Cormorant, serif;
  font-weight: 700;
  color: #000;
}

.blog-article .blockquote::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 55px;
  background-color: #db8c2a;
}

.blog-article .blockquote p {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 30px;
}

.blog-article .blog-article-share {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #db8c2a;
}

.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article .blog-article-share .social-icon li,
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.blog-article .blog-article-share .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.blog-article .blog-article-share .social-icon li:first-child a,
.single-footer-widget .social-link li:first-child a {
  background-color: #3b5998;
}

.blog-article .blog-article-share .social-icon li:first-child a:hover,
.blog-article .blog-article-share .social-icon li:nth-child(2) a:hover,
.blog-article .blog-article-share .social-icon li:nth-child(3) a:hover,
.blog-article .blog-article-share .social-icon li:nth-child(4) a:hover,
.blog-article .blog-article-share .social-icon li:nth-child(5) a:hover,
.single-footer-widget .social-link li:first-child a:hover,
.single-footer-widget .social-link li:nth-child(2) a:hover,
.single-footer-widget .social-link li:nth-child(3) a:hover,
.single-footer-widget .social-link li:nth-child(4) a:hover,
.single-footer-widget .social-link li:nth-child(5) a:hover {
  background-color: #db8c2a;
  -webkit-animation: 1s linear tada;
  animation: 1s linear tada;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a,
.single-footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a,
.single-footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a,
.single-footer-widget .social-link li:nth-child(4) a {
  background-color: red;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a,
.single-footer-widget .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.blog-article .article-post {
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.blog-article .article-post::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background-color: #eee;
}

.blog-article .article-post .article-post-share a h3 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  max-width: 360px;
  color: #6a8096;
}

.blog-article .article-post .article-post-share a h3.active,
.blog-article .article-post .article-post-share a h3:hover {
  color: #000;
  text-decoration: underline;
}

.blog-article .comments-wrap {
  margin-top: 20px;
  padding-top: 40px;
}

.blog-article .comments-wrap .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.blog-article .comments-wrap ul li {
  position: relative;
  padding: 30px 30px 30px 150px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.blog-article .comments-wrap ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.blog-article .comments-wrap ul li img {
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 30px;
}

.blog-article .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.blog-article .comments-wrap ul li span {
  margin-bottom: 10px;
  display: block;
}

.blog-article .comments-wrap ul li a {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #000;
  font-weight: 500;
}

.blog-article .comments-wrap ul li.ml-30 {
  margin-left: 30px;
}

.blog-article .comments-form .contact-form .agree-label label {
  font-weight: 400;
  color: #636363;
  margin-left: 10px;
}

.blog-widget {
  margin-bottom: 35px;
}

.blog-widget .title {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c8ccd0;
  padding-bottom: 15px;
}

.blog-widget.search-widget .search-form .form-control {
  height: 50px;
  border: 1px solid #c8ccd0;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.blog-widget.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #db8c2a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  outline: 0;
}

.blog-widget.search-widget .search-form button i {
  color: #f6f2e7;
}

.blog-widget.blog-widget-tag ul li {
  display: inline-block;
  padding: 0 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #777;
  font-size: 18px;
}

.blog-widget.blog-widget-pos .widget-post a h3 {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #777;
  position: relative;
  margin-left: 40px;
  margin-top: 15px;
  max-width: 280px;
  font-weight: 500;
}

.blog-widget.blog-widget-pos .widget-post a h3::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  top: 15px;
  background-color: #777;
}

.newsletter-content {
  display: inline-block;
  margin-bottom: 20px;
}

.newsletter-content i {
  font-size: 60px;
  color: #000;
  margin-right: 25px;
  line-height: 1;
}

.newsletter-content h2 {
  display: inline-block;
  font-size: 45px;
  font-family: Cormorant, serif;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  margin: 0;
  position: relative;
  top: -15px;
}

.newsletter-form {
  position: relative;
  margin-bottom: 20px;
  max-width: 540px;
}

.newsletter-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0 25px;
}

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

.newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background-color: #db8c2a;
  color: #fff;
  line-height: 55px;
  padding: 0 30px;
  height: 55px;
  border: 0;
}

.map-content .map-content-left,
.map-content .map-content-right {
  width: 240px;
  height: 90px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
}

.newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 15px;
  color: red;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 670px;
}

.map-content {
  padding: 50px 40px;
  background-color: #fff;
  position: absolute;
  top: 140px;
  max-width: 600px;
  right: 10%;
}

.map-content h2 {
  font-size: 55px;
  font-family: Cormorant, serif;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  color: #000;
  max-width: 450px;
  margin-bottom: 30px;
}

.map-content .map-content-left {
  background-color: #db8c2a;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.map-content .map-content-left h3,
.map-content .map-content-right h3 {
  line-height: 1.2;
  margin: 0;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.map-content .map-content-left h3 a,
.map-content .map-content-right h3 a {
  font-size: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.map-content .map-content-right {
  background-color: #000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-left: 20px;
}

.map-area-two iframe {
  display: block;
  width: 100%;
  height: 820px;
}

.contact-wrap {
  position: absolute;
  top: 100px;
  right: 2%;
}

.contact-wrap .contact-form {
  background-color: #fff;
}

.footer-bg,
.footer-bg2::before {
  background-color: #162c44;
}

.footer-bg2 {
  position: relative;
  background-image: url(../img/footer-bg.jpg);
  z-index: 1;
}

.footer-bg2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.single-footer-widget p {
  font-size: 15px;
  margin-bottom: 25px;
  max-width: 280px;
}

.single-footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: 0;
}

.single-footer-widget .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}

.single-footer-widget h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}

.single-footer-widget .footer-list li {
  display: block;
  margin-top: 5px;
}

.single-footer-widget .footer-list li a {
  font-size: 15px;
  color: #777;
}

.single-footer-widget .footer-contact-list li {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.single-footer-widget .footer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

.single-footer-widget .footer-gallery li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-footer-widget .footer-gallery li a {
  display: block;
  position: relative;
}

.single-footer-widget .footer-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-footer-widget .footer-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.single-footer-widget.single-footer-color .footer-contact-list li,
.single-footer-widget.single-footer-color .footer-contact-list li a,
.single-footer-widget.single-footer-color .footer-list li a,
.single-footer-widget.single-footer-color p {
  color: #aec5df;
}

.single-footer-widget .footer-profile li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-top: 10px;
}

.single-footer-widget .footer-profile li .name {
  display: block;
  margin-left: 95px;
  padding-bottom: 10px;
  border-bottom: 1px solid #606f80;
}

.single-footer-widget .footer-profile li .name h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: block;
}

.single-footer-widget .footer-profile li .name span {
  font-size: 15px;
  margin-top: 3px;
  color: #fff;
  display: block;
}

.single-footer-widget .footer-profile li .content {
  display: block;
  margin-left: 95px;
  padding-top: 10px;
}

.single-footer-widget .footer-profile li .content a,
.single-footer-widget .footer-profile li .content span {
  font-size: 15px;
  color: #fff;
  display: block;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #000;
}

.bottom-text p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.bottom-text p a {
  color: #db8c2a;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  color: #000;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 38px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #f0f0f0;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 30px;
  top: 5px;
}

.faq-item h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #020d26;
}

.contact-area {
  background-image: url(../img/contact-bg.jpg);
  padding: 100px 0;
}

.contact-option {
  max-width: 800px;
  margin-right: auto;
}

.contact-form {
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
  background-color: #f4f4f4;
}

.contact-form span {
  color: #6f7c8a;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-form h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.contact-form .form-group i {
  position: absolute;
  top: 14px;
  left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #55220e;
  z-index: 1;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #7f7f7f;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  width: 100%;
}

.contact-form .form-group .form-control:focus {
  outline: 0;
  border-color: #db8c2a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn,
.contact-form .default-btn {
  border: 0;
  outline: 0;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #7f7f7f;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #7f7f7f;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #7f7f7f;
}

.contact-form .form-group .form-control::placeholder {
  color: #7f7f7f;
}

.user-all-content .section-title-two h2 {
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
}

.user-all-content .section-title-two p {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.user-all-content .sing-social-icon {
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}

.user-all-content .sing-social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.user-all-content .sing-social-icon li a {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  background-color: #db8c2a;
  color: #fff;
}

.user-all-content .sing-social-icon li a i {
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.user-all-form .contact-form .agree-label label {
  font-weight: 600;
  color: #020d26;
  margin-left: 10px;
}

.user-all-form .contact-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #db8c2a;
  font-weight: 600;
}

.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.user-all-form .contact-form .user-all-btn {
  padding: 12px 50px;
}

.user-all-form .contact-form .recover-sign {
  color: #db8c2a;
  font-weight: 600;
  margin-bottom: 15px;
}

.user-all-form .contact-form .recover-sign-up {
  color: #020d26;
  font-weight: 600;
  margin-bottom: 15px;
  float: right;
}

.appointment-item {
  text-align: center;
  margin-top: 30px;
}

.appointment-item h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.2;
}

.appointment-item span {
  font-size: 14px;
  color: #db8c2a;
  margin-bottom: 0;
}

.error-area,
.thank-you-area {
  height: 100vh;
  background-color: #fff;
  position: relative;
}

.error-area::before,
.thank-you-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
}

.error-area .error-content,
.thank-you-area .thank-you-area-content {
  text-align: center;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #55220e;
}

.error-area .error-content h3,
.thank-you-area .thank-you-area-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #db8c2a;
  font-size: 35px;
}

.error-area .error-content p,
.thank-you-area .thank-you-area-content p {
  font-size: 18px;
  max-width: 520px;
  margin: 20px auto;
  color: #fff;
}

.thank-you-area .thank-you-area-content h1 {
  font-size: 200px;
  line-height: 0.5;
  font-weight: 700;
  color: #fff;
}

.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/inner-banner/9.jpg);
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 70px 30px;
  border: 5px solid #aec5df;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #000;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin: 15px auto 0;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #000;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 400;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #fff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  color: #5d5d5d;
}

.coming-soon-area
  .coming-soon-content
  .newsletter-form
  .input-newsletter:focus {
  border-color: #000;
}

#mobile-call-buttons ul li,
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #000;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after,
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #fff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #55220e;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

.single-content h3 {
  font-size: 26px;
  color: #020d26;
  margin-bottom: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
}

#toTop,
.buy-now-btn {
  z-index: 99;
  position: fixed;
  right: 20px;
}

.spinner > div,
.top-btn {
  background-color: #55220e;
  display: inline-block;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -webkit-animation: 1.4s ease-in-out infinite both circle-in;
  animation: 1.4s ease-in-out infinite both circle-in;
}

.spinner .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#toTop {
  bottom: 55px;
  cursor: pointer;
}

.top-btn {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #db8c2a;
  box-shadow: 0 0 15px #db8c2a;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.top-btn:hover {
  background: #000;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  color: #fff;
}

.buy-now-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.accordion-item,
.gray-bg {
  background-color: #f2f2f2;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}

@-webkit-keyframes circle-in {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle-in {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.accordion-area {
  margin: 0;
  padding: 0;
  font-family: Hind, sans-serif;
  color: #4d5974;
  display: flex;
  min-height: 85vh;
}

.accordion-container {
  margin: 0 auto;
  width: 48rem;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #4b617a;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: 0 0;
  outline: 0;
}

.accordion button:focus,
.accordion button:hover {
  cursor: pointer;
  color: #000;
}

.accordion button:focus::after,
.accordion button:hover::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion-item {
  border: none;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: 0.2s linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s linear, max-height 0.2s linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

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

.vid-section {
  position: relative;
  z-index: 0;
}

.vid-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000;
  opacity: 0.8;
}

.video-wrap .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.video-wrap .h3,
.video-wrap h3 {
  color: #db8c2a;
  font-weight: 400;
  font-size: 70px;
}

.vid-height {
  height: 600px;
}

.video-icon {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  display: block;
  background: #db8c2a;
  margin: 0 auto;
  -webkit-animation: 2s infinite pulse;
  animation: 2s infinite pulse;
}

.video-icon span {
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgb(197 168 128 / 40%);
    box-shadow: 0 0 0 0 rgb(197 168 128 / 40%);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
    -webkit-box-shadow: 0 0 0 30px rgb(197 168 128 / 0%);
    box-shadow: 0 0 0 30px rgb(197 168 128 / 0%);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
    -webkit-box-shadow: 0 0 0 0 rgb(197 168 128 / 0%);
    box-shadow: 0 0 0 0 rgb(197 168 128 / 0%);
  }
}

.info {
  line-height: 28px;
}

.contact .info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .info i {
  font-size: 20px;
  color: #db8c2a;
  float: left;
  width: 44px;
  height: 44px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  color: #484848;
}

.contact-icon {
  font-size: 30px;
  margin-top: 8px;
  background-color: #55220e;
  color: #db8c2a;
  border-radius: 50%;
  padding: 10px;
}

.contact-details {
  margin-top: 70px;
}

.contact-details .info a {
  text-decoration: none;
  color: #777;
}

.brochure-btn {
  padding: 12px 27px;
  color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.brochure-btn:hover::before {
  left: auto;
  right: 0;
  width: 51%;
}

.brochure-btn:hover::after {
  left: 0;
  right: 0;
  width: 51%;
}

.clubhouse-image {
  width: 397.1x;
  height: 238.26px;
}

.developer {
  margin-top: -300px;
  padding: 15px 0;
  overflow: hidden;
}

.footer-area {
  background-image: url(../img/gallery/2.png);
  background-position: center center;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  text-align: center;
  padding: 60px 0 20px;
}

.footer-logo img {
  height: 190px;
  margin-top: -10px;
}

.social-links a {
  text-decoration: none;
  color: #db8c2a;
}

.copyright-section p {
  margin-bottom: 0;
  color: #fff;
}

#mobile-call-buttons {
  background: #db8c2a;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#mobile-call-buttons ul li {
  background: #55220e;
  position: relative;
  width: 50%;
  list-style: none;
  float: left;
  line-height: 50px;
  text-align: center;
}

#mobile-call-buttons ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

#mobile-call-buttons ul li a i {
  animation: 0.5s ease-out infinite pulsate;
  -webkit-animation: 0.5s ease-out infinite pulsate;
}

@media (max-width: 575px) {
  #mobile-call-buttons {
    display: block;
  }
}

.mdbtnclose {
  position: absolute;
  top: 20px;
  right: 20px;
}

.p-all {
  padding: 20px;
}

.single-floor-plan {
  border: 1px solid #000;
}

.single-floor-plan img {
  filter: blur(2.5px);
}

@media (max-width: 768px) {
  .item-bg1,
  .item-bg2,
  .item-bg3 {
    height: 50vh;
  }

  .overview {
    padding: 0 0 20px;
  }
}

.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 65px;
  height: 3px;
  background: #db8c2a;
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #db8c2a;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: #db8c2a;
  color: #fff;
}
.img-bulleys {
  height: 40px;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: #db8c2a;
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/banner-2.png") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 10px 0;
  position: relative;
}

.contact-details {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.footer:before {
  content: "";
  background: rgba(85, 34, 14, 0.8);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_tags {
  margin-top: 40px;
}

.tag_item {
  height: 35px;
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  border: solid 1px #db8c2a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tag_item:hover {
  background: #55220e;
}

.tags_list li {
  list-style: none;
  width: 100%;
}

.tag_item a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 33px;
  padding-left: 25px;
  padding-right: 25px;
}

.footer .footer-content .footer-info h3 span {
  color: #db8c2a;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: #db8c2a;
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 21px;
  font-weight: 900;
  color: #db8c2a;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links i {
  font-size: 18px;
}
.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
  padding-bottom: 20px;
}

.footer .footer-legal .credits a {
  color: #db8c2a;
}

.text-footer {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 15px !important;
  color: #fff !important;
}

.text-footer-1 {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 15px !important;
  color: #fff !important;
}
.footer-logo-1 img {
width: 165px;
}
/**************** service_part css start ****************/
@media (max-width: 991px) {
  .our_service .section_tittle {
    margin-bottom: 25px;
  }
}

.our_service .single_feature_text h2 {
  font-size: 42px;
  line-height: 1.222;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .our_service .single_feature_text h2 {
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our_service .single_feature_text h2 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_service .single_feature_text h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_service .single_feature_text h2 {
    margin-top: 0px;
    font-size: 35px;
  }
}

.our_service .single_feature_text p {
  line-height: 1.8;
}

.our_service .single_service {
  padding: 10px 15px 60px;
  border: 1px solid #e8e9eb;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.our_service .single_service:hover {
  box-shadow: 0px 20px 30px 0px rgba(0, 27, 94, 0.1);
  border: 1px solid transparent;
}

.our_service .single_service img {
  padding-bottom: 20px;
  border-radius: 10px;
  min-height: 295px;
}

@media (max-width: 991px) {
  .our_service .single_service {
    padding: 25px 10px 35px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_service .single_service {
    margin-top: 25px;
  }
}

.our_service .single_service span {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #f09015;
}

.our_service .single_service h4 {
  font-weight: 600;
  font-size: 24px;

}

@media (max-width: 576px) {
  .our_service .single_service h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our_service .single_service h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_service .single_service h4 {
    margin-bottom: 15px;
  }
}

.our_service .single_service p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

.our_service .btn_3 {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .our_service .btn_3 {
    margin-top: 15px;
  }
}

.single_feature_padding {
  padding-top: 140px;
}

@media (max-width: 576px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

.single_page_services .section_tittle {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .single_page_services .section_tittle {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_page_services .section_tittle {
    margin-bottom: 20px;
  }
}

/* line 126, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.single_page_services .single_feature {
  margin-top: 30px;

}
.single_feature {
  background-color: #f2f2f2;
}
/*** Service ***/
.service-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
}
.service-item {
  background-color: #fff;
}
.service-item .service-text {
  background: var(--light);
  transition: 0.5s;
  position: relative;
}

.service-item:hover .service-text {
  background: #55220e !important;
}

.service-item * {
  transition: 0.5;
}

.service-item:hover * {
  color: #db8c2a;
}

.service-item .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-item:hover .btn {
  width: 140px;
}

/*** Project ***/
.project .nav .nav-link {
  background: var(--light);
  transition: 0.5s;
}

.project .nav .nav-link.active {
  background: #c6a570;
}

.project .nav .nav-link.active h3 {
  color: #ffffff !important;
}

/*** Team ***/
.team-items {
  margin: -0.75rem;
}

.team-item {
  padding: 0.75rem;
}

.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover::after {
  height: 100%;
  background: #c6a570;
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.team-item .team-social .btn {
  display: inline-flex;
  margin: 0 2px;
  color: #c6a570;
  background: var(--light);
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: #c6a570;
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #c6a570;
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #c6a570;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0 !important;
    transform: translate3d(0, 100%, 0) !important;
  }
  to {
    opacity: 1 !important;
    transform: none !important;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
/* ======== FLOOR PLAN ======= */
/* =========================== floor plan =========================== */
.floorplan {
  padding: 70px 0;
}

.single-plan {
  border: 5px groove #55220e;
  background-color: #55220e;
}

.single-plan img {
  margin-bottom: 10px;
  filter: blur(3px);
}

.single-plan h3 {
  font-size: 15px;
  font-weight: 900 !important;
  color: #db8c2a;
  letter-spacing: 1px;
}

.single-plan img {
  height: 250px;
  width: 100%;
}
.single-plan-1 {
  border: 5px groove #55220e;
  background-color: #55220e;
}

.single-plan-1 img {
  margin-bottom: 10px;
}

.single-plan-1 h3 {
  font-size: 15px;
  font-weight: 900 !important;
  color: #db8c2a;
  letter-spacing: 1px;
}

.single-plan-1 img {
  height: 250px;
  width: 100%;
}
.new-img{
  width: 600px !important;
}
@media (max-width:992px){
  .new-img{
    width: 100% !important;
  }
}
.fa-bounce {
  position: relative;
  -moz-animation: bounce 0.8s infinite linear;
  -o-animation: bounce 0.8s infinite linear;
  -webkit-animation: bounce 0.8s infinite linear;
  animation: bounce 0.8s infinite linear;
}

@keyframes bounce {
  0% {
      top: 0;
  }

  50% {
      top: -0.2em;
  }

  70% {
      top: -0.3em;
  }

  100% {
      top: 0;
  }
}

.element-zooming {
  max-width: 100%;
  animation: 0.6s ease 0s alternate none infinite running zooom;
}
