﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

:root {
  --accent: #ff7f00;       /* your brand gradient end tone */
  --accent-2: #ff1b12;     /* your brand gradient start tone */
  --size: 44px;            /* mouse height */
  --bs-danger-rgb: 222, 58, 14;
}

.bg-white {
	background: #191919 url('../images/dot.svg') !important
}
.partners-section {
	background: #191919;
}
@media screen and (max-width: 800px) {
.hide-xs {
display: none !important;	
}
}
.scroll-indicator {
  position: absolute;              /* anchor it in the slider */
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 20;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.cookie-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11111;
}
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 9999;
  
  padding: 20px;
}

.cookie-box {
  background: #111;
  color: #fff;
  max-width: 900px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.cookie-box h4 {
  margin-top: 0;
  font-weight: bold;
}

.cookie-box a {
  color: #ff6600;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cookie-actions .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
}

.cookie-actions .btn a {
	color: #fff;
	text-decoration: none;
}

.cookie-actions .btn.personalize {
  background: #222;
  color: #fff;
  border: 2px solid #666;
}

.cookie-actions .btn {
	line-height: 1;
	overflow: hidden;
}

.cookie-actions .btn.accept {
  background: #ff3c00;
  color: #fff;
}

.cookie-close {
    position: absolute;
    top: 0px;
    right: 18px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}


.scroll-indicator .mouse {
  width: calc(var(--size) * 0.6);
  height: var(--size);
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 999px;
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(255,255,255,.05), rgba(255,255,255,.01));
}

.scroll-indicator .wheel {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 10px;
  border-radius: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, var(--accent-2), var(--accent));
  animation: wheel 1.8s ease-in-out infinite;
}

.scroll-indicator .chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(255,255,255,.85);
  border-bottom: 2px solid rgba(255,255,255,.85);
  transform: rotate(45deg);
  opacity: .7;
  animation: chevron 1.8s ease-in-out infinite;
}

.scroll-indicator .chevron-1 { animation-delay: 0.15s; }
.scroll-indicator .chevron-2 { animation-delay: 0.45s; }

/* Hover: brighten + slight lift */
.scroll-indicator:hover .mouse { border-color: #fff; }
.scroll-indicator:hover .chevron { opacity: 1; }
.scroll-indicator:hover { transform: translateX(-50%) translateY(-2px); }

/* Keyframes */
@keyframes wheel {
  0%   { transform: translate(-50%, 0); opacity: 1; }
  60%  { opacity: 1; }
  100% { transform: translate(-50%, 18px); opacity: 0; }
}

@keyframes chevron {
  0%   { transform: rotate(45deg) translateY(0);   opacity: 0; }
  30%  { opacity: .9; }
  100% { transform: rotate(45deg) translateY(6px); opacity: 0; }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator,
  .scroll-indicator * { animation: none !important; }
}

[data-background],
main:before {
	background-size: cover
}

a,
a.anchor,
button {
	display: inline-block
}

.btn,
a,
body,
button,
i,
label,
small,
span,
strong {
	font-family: Poppins, sans-serif
}

a,
a.anchor,
a:hover,
button,
button:hover {
	text-decoration: none
}

[data-background],
body:before {
	background-repeat: no-repeat;
	background-position: center center
}

.agency-marketing-grid .portfolio-fullimage.text-white.has-content .content-wrap .item-title,
.banner-section .text-white h1,
.banner-section .text-white h2,
.banner-section .text-white h3,
.banner-section .text-white h4,
.banner-section .text-white h5,
.banner-section .text-white h6,
.banner-section.text-white h1,
.banner-section.text-white h2,
.banner-section.text-white h3,
.banner-section.text-white h4,
.banner-section.text-white h5,
.banner-section.text-white h6,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-next:hover:before,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-prev:hover:before,
.bg-default-black.text-white .testimonial-fullwidth p,
.breadcrumb-section.text-white .breadcrumb-nev>ul>li>a,
.breadcrumb-section.text-white .page-title,
.btn.bg-white:hover,
.btn.btn-border.border-white,
.btn.btn-border:hover,
.calltoaction-section.text-white .title-text,
.contact-section.text-white .submit-btn-icon,
.details-section .details-image .item-content.text-white .item-title,
.details-section .details-image .item-content.text-white .post-meta>ul>li>a,
.foodmenu-section.text-white .food-menu-list>ul>li>a.active,
.foodmenu-section.text-white .food-menu-list>ul>li>a:hover,
.footer-section.text-white .instagram-shoots-2 .list-title,
.footer-section.text-white .instagram-shoots>ul>li .icon,
.footer-section.text-white .social-links-text>ul>li>a,
.footer-section.text-white .useful-links>ul>li>a,
.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white .list-title,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child.active>a:after,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child:hover>a:after,
.header-section.active.text-white .main-menu .btn.btn-border.border-white:hover,
.header-section.stuck.text-white .main-menu .btn.btn-border.border-white:hover,
.header-section.text-white .cart-btn,
.header-section.text-white .main-menu>ul>li>a,
.header-section.text-white .main-menu>ul>li>a:after,
.howtouse-section.text-white .section-title .title-text,
.other-post-wrap .other-post:nth-child(2n) small,
.other-post-wrap .other-post:nth-child(2n) span,
.owl-theme.arrow-top-right .owl-nav .owl-next:hover:before,
.owl-theme.arrow-top-right .owl-nav .owl-prev:hover:before,
.owl-theme.owl-arrow .owl-nav .owl-next:hover:before,
.owl-theme.owl-arrow .owl-nav .owl-prev:hover:before,
.pagination-nav>ul>li.active>a,
.pagination-nav>ul>li:hover>a,
.partners-section .arrow-left-right .owl-nav .owl-next:before,
.partners-section .arrow-left-right .owl-nav .owl-prev:before,
.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-next:before,
.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-prev:before,
.pricing-table.premium-item .item-title,
.pricing-table.premium-item .price-text strong,
.pricing-table.premium-item .price-text sup,
.sidebar-menu-wrapper .close-btn:hover,
.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>li.active>a,
.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>li:hover>a,
.slider-section .text-white h1,
.slider-section .text-white h2,
.slider-section .text-white h3,
.slider-section .text-white h4,
.slider-section .text-white h5,
.slider-section .text-white h6,
.slider-section.text-white .title-text,
.slider-section.text-white h1,
.slider-section.text-white h2,
.slider-section.text-white h3,
.slider-section.text-white h4,
.slider-section.text-white h5,
.slider-section.text-white h6,
.stage-price-container .chip-option input[type=checkbox]:checked+label h2,
.stage-price-container .chip-stage input[type=radio]:checked+label h2,
.team-fullimage .social-links>ul>li>a,
.text-white .policy-item .item-title,
.text-white .section-title .title-text,
.text-white .social-links-text>ul>li>a,
a.anchor,
a.anchor:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff
}

.banner-section:after {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(67 67 67) 100%);
	 pointer-events: none;
}

.agency-classic-banner .title-text,
.item-image,
.store-btn,
main {
	overflow: hidden
}

main {
	padding-top: 0;
}

main:before {
	content: "";
/*	background-image: url(../images/body_4.jpg);*/
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	opacity: .14;
	padding: 100px 0;
	z-index: -1
}

.header-section.active .header-bottom,
.sticky-header.stuck {
	box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
	animation: .5s ease-in-out fadeInDown
}

#footer-section {
	padding-top: 50px;
}
.sub-footer {
    text-align: center;
    padding: 15px 0px 21px 0px;
    border-top: 1px solid #212121;
    margin-top: 15px;
}
@font-face {
	font-family: PWSignaturetwo;
	src: url("../fonts/pw_signature_two/PWSignaturetwo.woff2") format("woff2"), url("../fonts/pw_signature_two/PWSignaturetwo.woff") format("woff");
	font-weight: 500;
	font-style: normal
}

body {
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 1920px;
	font-style: normal;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #191919;
}

.btn,
.form-item input,
.form-item select {
	height: 50px
}

.container {
	max-width: 1380px
}

.container-fluid {
	padding-left: 30px;
	padding-right: 30px
}

.agency-marketing-grid,
.masoney-grid {
	margin: -15px
}

.masoney-grid .grid-item,
.masoney-grid .grid-sizer {
	float: left;
	width: 33.333%;
	display: inline-block
}

.agency-startup-grid .grid-item.w-66,
.destinations-masoney-grid .grid-item.w-66,
.masoney-grid .grid-item.grid-66,
.masoney-grid .grid-sizer.grid-66 {
	width: 66.666%
}

.agency-marketing-grid .grid-item.w-50,
.blog-section .masoney-grid.m-0.metro-layout .grid-50,
.classic-shop-masoney .grid-item,
.classic-shop-masoney .grid-sizer,
.masoney-grid .grid-item.grid-50,
.masoney-grid .grid-sizer.grid-50 {
	width: 50%
}

.agency-marketing-grid .grid-item,
.destinations-masoney-grid .grid-item,
.masoney-grid .grid-item {
	padding: 15px
}

a.anchor {
	font-weight: 500;
	position: relative;
	transition: color .3s
}

.header-section .main-menu>ul>li>a:before,
a.anchor:before {
	width: 0;
	left: auto;
	right: 0;
	bottom: 0;
	height: 1px;
	content: "";
	position: absolute;
	background: #fff;
	transition: width .3s linear
}

.btn:hover:before,
.footer-section .useful-links>ul>li>a:hover:before,
.header-section .main-menu>ul>li.active>a:before,
.header-section .main-menu>ul>li:hover>a:before,
.social-links-text>ul>li>a:hover:before,
a.anchor:hover:before {
	left: 0;
	width: 100%;
	right: auto
}

a,
button {
	cursor: pointer;
	transition: .3s ease-in-out
}

.other-post-wrap .other-post span,
.radio-btn label,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0
}

button:focus {
	outline: 0
}

img {
	height: auto;
	max-width: 100%
}

.architecture-carousel,
.coming-soon-page,
.header-section .main-menu>ul>.menu-item-has-child,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child>a,
.item-image,
.navigation,
.portfolio-carousel-3 .item,
.shop-creative-item .item-content,
.slider-section {
	position: relative
}

i,
label,
small,
span,
strong {
	margin: 0;
	padding: 0
}

.transparent-black .form-item input,
.transparent-black .form-item select,
.transparent-black .form-item textarea {
	background-color: transparent;
	border: 1px solid hsla(0, 0%, 100%, .25);
	border-radius: 0;
	padding: .5rem;
	outline: 0;
	color: var(--bs-body-color)
}

.transparent-black .form-item select optgroup,
.transparent-black .form-item select option {
	color: #0d0e0f
}

.transparent-black .form-item input:focus,
.transparent-black .form-item select:focus,
.transparent-black .form-item textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid hsla(0, 0%, 100%, .25)
}

.transparent-black .form-item input::placeholder,
.transparent-black .form-item textarea::placeholder {
	color: var(--bs-body-color)
}

.transparent-black .form-item .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.transparent-white .form-item input,
.transparent-white .form-item select,
.transparent-white .form-item textarea {
	background-color: transparent;
	border: 1px solid #cfd8dc;
	border-radius: 0;
	padding: .5rem;
	outline: 0;
	color: #0d0e0f
}

.transparent-white .form-item input:focus,
.transparent-white .form-item select:focus,
.transparent-white .form-item textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #cfd8dc
}

.transparent-white .form-item input::placeholder,
.transparent-white .form-item textarea::placeholder {
	color: #0d0e0f
}

.form-item {
	position: relative;
	margin-bottom: 15px;
	text-align: left;
}
.property-section {
	background: #191919 url(../images/dot.svg) !important;
}

.form-item input,
.form-item select,
.form-item textarea {
	width: 100%;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: .3s ease-in-out;
	border-bottom: 1px solid #ededed
}

.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
	outline: 0;
	box-shadow: none;
	border-color: #000
}

.form-item textarea {
	width: 100%;
	display: block;
	min-height: 120px
}

.form-item .submit-btn {
	top: 50%;
	right: 20px;
	line-height: 1;
	position: absolute;
	color: #000;
	transform: translateY(-50%)
}

.radio-btn input {
	float: left;
	width: 18px;
	height: 18px;
	outline: 0;
	cursor: pointer;
	margin-top: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	margin-right: 10px;
	border-radius: 100%;
	border: 2px solid #000
}

.radio-btn input:before {
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 8px;
	content: "";
	height: 8px;
	position: absolute;
	border-radius: 100%;
	background-color: #000;
	transition: .3s ease-in-out;
	transform: translate(-50%, -50%)
}

.partners-section .item .item-grayscale:hover,
.radio-btn input:checked:before {
	opacity: 1
}

.radio-btn label {
	margin: 0;
	line-height: 1;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	display: inline-block
}

:-moz-placeholder {
	text-transform: capitalize
}

::-moz-placeholder {
	text-transform: capitalize
}

:-ms-input-placeholder {
	text-transform: capitalize
}

::-webkit-input-placeholder {
	text-transform: capitalize
}

.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 0 8px;
	background: #c2c2c2;
	transition: .3s ease-in-out
}

.btn.btn-border:before,
.header-section.active.text-white .main-menu>ul>li>a:before,
.header-section.stuck.text-white .main-menu>ul>li>a:before,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000
}

.owl-theme .owl-dots .owl-dot.active span {
	transform: scale(1.3);
	background: #000
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
	margin: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	background: #000
}
.modules_background {
    background-color: #151515;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    transform-origin: center;
    margin: 7px 0px;
    min-height: 260px;
    padding-left: 10px;
    padding-right: 10px;
}

.modules_background figure {
  transform-origin: center;
  padding-bottom: 70px !important;
  transform: translateY(-5%);
}

.modules_background figure img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
}
.modules_background figcaption {
  transform-origin: center;
  line-height: 1.1;
  font-size: 24px;
  color: #ffffff;
}

.modules_background figcaption span {
	font-size: 11px;
    display: block;
    margin-top: 10px;
    color: #e6450c;
}

@media screen and (max-width: 768px) {
  .modules_background figcaption {
    transform: translatey(0);
  }
}

.module_figcaption {
  transform: translateY(10%) !important;
  font-size: 0.75rem !important;
}

.modules_background:hover {
  transform: scale(1.02);
}

.modules_background .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: end;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.modules_background:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}

.modules_background:hover .overlay p {
  transform: translateX(0);
  opacity: 1;
}

.modules_background .overlay p {
  font-size: 0.6rem;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 3;
}

#modulesContent {
	list-style: none;
}
@media screen and (max-width: 999px) {
	#modulesContent {
		margin: 0px;
		padding: 0px;
	}
	form#contact {
		margin-top: 20px;
	}
}
#modulesContent li {
	list-style: none;
}
@media (hover: none) {
  .modules_background {
    transform: none;
  }
  
  .modules_background .overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .modules_background .overlay p {
    transform: none;
    opacity: 1;
  }
}

.modules_label {
  height: 4.5rem;
}

.modules_new {
  background: linear-gradient(-135deg, #474747 20%, #131313 0);
}

.modules_new p {
  position: absolute;
  right: 0;
  top: 15%;
  transform: rotate(45deg);
}


.about-list-layout .item-content .experience-info>ul>li:last-child:before,
.booking-section .section-title .title-text:before,
.details-section .details-content .info-list>ul>li p>a:last-child:after,
.details-section .details-content .tag-list>ul>li:last-child:after,
.details-section.shop-details .details-content .post-meta>ul>li:after,
.event-banner .countdown-timer>ul>li:last-child:after,
.hidden-sm,
.home-personal .portfolio-section .section-title .title-text:before,
.home-restaurant .contact-section .section-title .title-text:before,
.main-blog-grid .post-meta>ul>li:after,
.owl-theme .owl-nav .owl-next>span,
.owl-theme .owl-nav .owl-prev>span,
.post-meta>ul>li:last-child:after,
.service .service-default.last::before,
.shop-slider-2 .owl-dots,
.social-links-text>ul>li:last-child:after,
.stage-price-container .chip-option input[type=checkbox],
.stage-price-container .chip-option input[type=checkbox]~label:before,
.stage-price-container .chip-stage input[type=radio],
.stage-price-container .chip-stage input[type=radio]~label:before,
.tuning-header img {
	display: none
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
	top: 50%;
	left: 50%;
	z-index: 1;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	position: absolute;
	font-family: "FontAwesome";
	font-weight: 200;
	transition: .3s ease-in-out;
	transform: translate(-50%, -50%)
}

.contact-section.bg-map .form-item input,
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
	background: 0 0
}

.footer-section .payment-card>ul>li,
.owl-theme .owl-nav .owl-prev {
	margin-right: 5px
}

.owl-theme .owl-nav .owl-prev:before {
	content: "\f104"
}

.owl-theme .owl-nav .owl-next:before {
	content: "\f105"
}

.agency-startup-grid,
.agency-startup-grid .portfolio-fullimage,
.blog-section .masoney-grid.m-0 .blog-fullimage,
.footer-section .form-group,
.masoney-grid .grid-item .portfolio-fullimage,
.masoney-grid.m-0 .grid-item .portfolio-fullimage,
.owl-theme.arrow-left-right .owl-nav,
.table-wrap .table {
	margin: 0
}

.owl-theme.arrow-left-right .owl-nav .owl-next,
.owl-theme.arrow-left-right .owl-nav .owl-prev {
	top: 50%;
	position: absolute;
	transform: translateY(-50%)
}

.owl-theme.arrow-left-right .owl-nav .owl-prev {
	left: 15px
}

.owl-theme.arrow-left-right .owl-nav .owl-next {
	right: 15px
}

.owl-theme.arrow-top-right .owl-nav,
.owl-theme.owl-arrow .owl-nav {
	display: table;
	margin: 0 auto;
	position: relative
}

.owl-theme.arrow-top-right .owl-nav:before,
.owl-theme.owl-arrow .owl-nav:before {
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	content: "";
	z-index: 1;
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	transform: translate(-50%, -50%)
}

.owl-theme.arrow-top-right .owl-nav .owl-next,
.owl-theme.arrow-top-right .owl-nav .owl-prev,
.owl-theme.owl-arrow .owl-nav .owl-next,
.owl-theme.owl-arrow .owl-nav .owl-prev {
	float: left;
	display: inline-block
}

.owl-theme.arrow-top-right .owl-nav .owl-next:before,
.owl-theme.arrow-top-right .owl-nav .owl-prev:before,
.owl-theme.owl-arrow .owl-nav .owl-next:before,
.owl-theme.owl-arrow .owl-nav .owl-prev:before {
	color: #b8b8b8;
	font-size: 34px
}

.owl-theme.arrow-top-right .owl-nav .owl-prev,
.owl-theme.owl-arrow .owl-nav .owl-prev,
.product-grid .action-content .btns-group>ul>li,
.sidebar-section .btns-group>ul>li {
	margin-right: 15px
}

.owl-theme.arrow-top-right .owl-nav {
	top: -105px;
	right: -13px;
	position: absolute
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, .8)
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot.active span,
.bg-default-black.text-white .owl-theme .owl-dots .owl-dot:hover span,
.btn.btn-border.border-white:before,
.header-section.text-white .main-menu>ul>li>a:before {
	background: #fff
}

.ul-li>ul {
	margin: 0;
	padding: 0;
	display: table
}

.ul-li-center>ul>li,
.ul-li-left>ul>li,
.ul-li-right>ul>li,
.ul-li>ul>li {
	float: left;
	list-style: none;
	display: inline-block
}

.ul-li-block>ul {
	width: 100%;
	margin: 0;
	padding: 0 13px;
	display: block
}

.ul-li-center>ul,
.ul-li-left>ul,
.ul-li-right>ul {
	padding: 0;
	display: table
}

.ul-li-block>ul>li {
	width: 100%;
	display: inline-block;
	list-style: none
}

.menu-list.ul-li-block>ul>li {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.menu-list.ul-li-block>ul>li:last-child {
	border-bottom: 0
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>.menu-item-has-child>a:after {
	content: "";
	right: 13px;
	line-height: 2;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	transition: .3s ease-in-out;
	font-family: "FontAwesome"
}

#header-section {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#header-section {
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 820px) {
	#header-section {
		background: #000;
		padding: 0px !important;
	}
}
#header-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #191919; /* colore di sfondo quando è sticky */
  transform: translateY(-100%); /* parte nascosto in alto */
}

#header-section.sticky.show {
  transform: translateY(0); /* slide down */
}

.header-section .main-menu>ul>.menu-item-has-child:hover>a:after,
.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>.menu-item-has-child:hover>a:after {
	content: "";
	transform: rotate(360deg)
}

.ul-li-right>ul {
	margin: 0;
	float: right
}

.ul-li-left>ul {
	margin: 0;
	float: left
}

.ul-li-center>ul {
	margin: 0 auto
}

.details-section .details-content .share-links>ul>li,
.details-section .details-content .social-links>ul>li,
.social-links>ul>li {
	margin-right: 35px
}

.app-landing-banner .banner-content .btns-group>ul>li:last-child,
.breadcrumb-section .breadcrumb-nev>ul>li:last-child,
.cart-section .submition-area .btns-group>ul>li:last-child,
.cart-section .table-wrap .item-content .btns-group>ul>li:last-child,
.details-section .blog-share>ul>li:last-child,
.details-section .details-content .btns-group>ul>li:last-child,
.details-section .details-content .product-size>ul>li:last-child,
.details-section .details-content .share-links>ul>li:last-child,
.details-section .details-content .social-links>ul>li:last-child,
.details-section .details-content .tag-list>ul>li:last-child,
.details-section .tab-btns>ul>li:last-child,
.details-section.shop-details .details-content .post-meta>ul>li:last-child,
.filters-button-group>ul>li:last-child,
.foodmenu-section .food-menu-list>ul>li:last-child,
.footer-section .form-group>ul>li:last-child,
.footer-section .instagram-shoots-2>ul>li:last-child,
.footer-section .instagram-shoots>ul>li:last-child,
.footer-section .payment-card>ul>li:last-child,
.header-section .main-menu>ul>li:last-child,
.header-section .mobile-menu-btns>ul>li:last-child,
.header-section.active.text-white .main-menu>ul>li:last-child,
.header-section.stuck.text-white .main-menu>ul>li:last-child,
.pagination-nav>ul>li:last-child,
.portfolio-carousel-3 .item .item-content .address-info>ul>li:last-child,
.product-grid .action-content .btns-group>ul>li:last-child,
.shop-section .filter-bar .layout-btns-group>ul>li:last-child,
.sidebar-section .btns-group>ul>li:last-child,
.sidebar-section .product-size .size-btns-group>ul>li:last-child,
.social-links-round>ul>li:last-child,
.social-links>ul>li:last-child,
.team-fullimage .social-links>ul>li:last-child {
	margin-right: 0 !important
}

.prices-products-summary-overview table,
.social-links>ul>li>a {
	color: #000;
	font-size: 14px
}

.partners-section .item .item-grayscale,
.social-links>ul>li>a:hover {
	opacity: .5
}

.social-links-text>ul>li {
	position: relative;
	margin-right: 20px;
	padding-right: 20px
	margin: 0p;
}

/*.social-links-text>ul>li:after {
	top: 50%;
	right: -2px;
	width: 4px;
	height: 4px;
	content: "";
	line-height: 1;
	position: absolute;
	border-radius: 100%;
	background-color: #ddd;
	transform: translateY(-50%)
}*/

.service-default {
	-webkit-backdrop-filter: blur(1.5625rem);
    backdrop-filter: blur(1.5625rem);
    background: linear-gradient(0deg, #ffffff1a, #ffffff0a 59.44%);
    border: .0625rem solid #ffffff1a;
    padding: 60px;
    border-radius: 20px;
    display: flex;
    min-height: 320px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-default:after {
	background-color: #3f3f3f;
    border-radius: 100vh;
    bottom: 1.7rem;
    content: "";
    filter: blur(40px);
    height: 3.75rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 7rem;
}

.service-default:hover:after {
	opacity: 1;
}
.details-section .details-content .info-list>ul>li p>a:last-child,
.event-banner .countdown-timer>ul>li:last-child,
.post-meta>ul>li:last-child,
.social-links-text>ul>li:last-child {
	margin-right: 0 !important;
	padding-right: 0 !important
}

.social-links-text>ul>li>a {
	display: block;
	font-weight: 500;
	position: relative;
	color: #000
}

.footer-section .useful-links>ul>li>a:before,
.social-links-text>ul>li>a:before {
	width: 0;
	left: auto;
	right: 0;
	bottom: 0;
	height: 1px;
	content: "";
	position: absolute;
	background: #000;
	transition: width .3s linear
}

.agency-marketing-grid .portfolio-fullimage.text-white.has-content .content-wrap hr,
.bg-default-black .owl-theme.arrow-top-right .owl-nav:before,
.blogger-carousel .owl-dots .owl-dot:hover>span,
.creative-layout .portfolio-fullimage.bg-white .image-wrap,
.details-section .details-image-carousel .owl-dots .owl-dot.active span,
.details-section .details-image-carousel .owl-dots .owl-dot:hover span,
.foodmenu-section.text-white .food-menu-list>ul>li>a:after,
.foodmenu-section.text-white .food-menu-list>ul>li>a:before,
.footer-section.text-white .social-links-text>ul>li>a:before,
.footer-section.text-white .useful-links>ul>li>a:before,
.header-section.text-white .menu-btn span,
.portfolio-fullimage.bg-white,
.restaurant-carousel .owl-dots .owl-dot.active span,
.restaurant-carousel .owl-dots .owl-dot:hover span,
.text-white .social-links-text>ul>li:after,
.text-white .social-links-text>ul>li>a:before {
	background-color: #fff
}

.social-links-round>ul>li {
	width: 33px;
	height: 33px;
	margin-right: 10px;
	text-align: center
}

.social-links-round>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 35px;
	border-radius: 100%
}

.details-section .details-content .product-size>ul>li>a:hover,
.foodmenu-section.text-white .items-list>ul>li .title-wrap .dish-name,
.foodmenu-section.text-white .items-list>ul>li .title-wrap .dish-price,
.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul>li:hover>a,
.header-section.active.text-white .cart-btn>.count-text,
.header-section.stuck.text-white .cart-btn>.count-text,
.other-post-wrap .other-post:nth-child(2n),
.sidebar-section .product-size .size-btns-group>ul>li>a:hover,
.social-links-round>ul>li>a:hover,
.table-wrap .table thead {
	color: #fff;
	background-color: #000
}

.post-meta>ul>li {
	font-weight: 500;
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
	color: #8b8b8b
}

.post-meta>ul>li:after {
	top: 50%;
	right: -2px;
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	border-radius: 100%;
	transform: translateY(-50%);
	background-color: #434343
}

.post-meta>ul>li>a {
	font-weight: 500;
	color: #fff
}

.rating-star ul li {
	color: #ddd;
	font-size: 12px;
	margin-right: 2px
}

.rating-star ul li:last-child {
	margin-right: 0
}

.btn.bg-white,
.btn.btn-border.border-white:hover,
.btn:hover,
.cart-section .table-wrap .item-content .btns-group>ul>li>button:hover,
.details-section .details-content .product-number strong,
.details-section .details-content .social-links>ul>li>a:hover,
.details-section .details-image .action-btns>ul>li>a:hover,
.details-section .tab-btns>ul>li>a.active,
.details-section .tab-btns>ul>li>a:hover,
.error-section .error-content p a,
.filters-button-group>ul>li>button.is-checked,
.filters-button-group>ul>li>button:hover,
.foodmenu-section .food-menu-list>ul>li>a.active,
.foodmenu-section .food-menu-list>ul>li>a:hover,
.header-section.active.text-white .cart-btn,
.header-section.active.text-white .main-menu>ul>li>a,
.header-section.active.text-white .main-menu>ul>li>a:after,
.header-section.stuck.text-white .cart-btn,
.header-section.stuck.text-white .main-menu>ul>li>a,
.header-section.stuck.text-white .main-menu>ul>li>a:after,
.main-blog-grid .post-meta>ul>li>a,
.portfolio-carousel-3 .item .item-content .address-info>ul>li:first-child,
.product-grid .action-content .btns-group>ul>li>button:hover,
.rating-star ul li.active,
.shop-section .filter-bar .layout-btns-group>ul>li>a.active,
.shop-section .filter-bar .layout-btns-group>ul>li>a:hover,
.shop-slider-2 .owl-nav.disabled button:hover:before,
.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li:hover>a {
	color: #000
}

.pagination-nav>ul>li {
	height: 40px;
	min-width: 40px;
	margin-right: 1px;
	text-align: center
}

.pagination-nav>ul>li>a {
	height: 100%;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 0 15px;
	line-height: 40px
}

.other-post-wrap .other-post {
	padding: 60px
}

.other-post-wrap .other-post small,
.other-post-wrap .other-post span,
.sidebar-menu-wrapper {
	display: block
}

.other-post-wrap .other-post small {
	font-size: 12px;
	margin-bottom: 35px;
	letter-spacing: 2px;
	color: #434343;
	text-transform: uppercase
}

.other-post-wrap .other-post span {
	font-size: 24px;
	color: #000
}

.other-post-wrap .other-post:nth-child(odd) {
	text-align: right;
	background-color: #f2f2f2
}

#backtotop,
.agency-default-carousel .owl-dots .owl-dot:hover,
.banner-section .social-links-text>ul>li:after,
.bg-default-black,
.btn.bg-white:before,
.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white,
.header-section.active.text-white .main-menu .btn.btn-border.border-white:before,
.header-section.active.text-white .menu-btn span,
.header-section.stuck.text-white .main-menu .btn.btn-border.border-white:before,
.header-section.stuck.text-white .menu-btn span,
.pricing-table.premium-item .item-header,
.shop-slider .owl-dots .owl-dot:hover {
	background-color: #000
}

.sec-ptb-30 {
	padding: 30px 0
}

.home-portfolio-3 .sticky-header,
.sec-ptb-60 {
	padding: 60px 0
}

.sec-ptb-80 {
	padding: 80px 0
}

.sec-ptb-100 {
	padding: 100px 0
}

.mrl--60 {
	margin-left: -60px;
	margin-right: -60px
}

.mt--95 {
	margin-top: -95px
}

.mt--90 {
	margin-top: -90px
}

.mt--80 {
	margin-top: -80px
}

.mt--70 {
	margin-top: -70px
}

.mt--60 {
	margin-top: -60px
}

.mt--30 {
	margin-top: -30px
}

.mr--30 {
	margin-right: -30px
}

.mb--30 {
	margin-bottom: -30px
}

.banner-section .absolute-social-wrap .container-fluid,
.home-blogger,
.home-decoration,
.home-portfolio-2,
.home-shop-creative,
.home-shop-minimal,
.home-wedding,
.prl-60 {
	padding-left: 60px;
	padding-right: 60px
}

.about-list-layout:nth-child(odd) .item-content .about-service .service-content,
.pl-30 {
	padding-left: 30px
}

.mb-15,
.sidebar-section .widget-category .category-items-list>ul>li,
.wedding-banner .info-list>ul>li {
	margin-bottom: 15px
}

.details-section .details-content .post-admin .admin-name,
.details-section.blog-details .details-content .child-image,
.mb-30 {
	margin-bottom: 30px
}

.blog-list,
.mb-60,
.sidebar-section .widget {
	margin-bottom: 60px
}

.about-list-layout,
.mb-100 {
	margin-bottom: 100px
}

.btn {
	z-index: 1;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 0;
	position: relative;
	text-align: center;
	transition: .6s cubic-bezier(.165, .84, .44, 1)
}

div.section-title {
/*	padding-left: 2em;*/
}

/*------------------------------------
  Browser Device
------------------------------------*/
.device-browser {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
}

.device-browser-lg {
  width: 60rem;
}

.device-browser-frame {
  background: #fff;
  box-shadow: 0 2.75rem 5.5rem -3.5rem rgb(0 0 0 / 50%), 0 2rem 4rem -2rem rgb(0 0 0 / 30%);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.device-browser-img {
  max-width: 100%;
  height: auto;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.device-browser .hs-img-comp {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.device-browser-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  background: #222222;
  border-bottom: 0.0625rem solid #222222;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 0.5rem 6.5rem;
}

.device-browser-header-btn-list {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.25rem;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 1rem;
}

.device-browser-header-btn-list-btn {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e7eaf3;
  border-radius: 50%;
}

.device-browser-header-browser-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  color: #9b9b9b;
  background-color: #191919;
  font-size: 0.4375rem;
  border-radius: 0.125rem;
}

.device-browser-lg {
  width: 60rem;
}
.device-browser-lg .device-browser-header {
  max-width: 60rem;
}


.btn:before {
	top: 0;
	width: 0;
	left: auto;
	right: 0;
	z-index: -1;
	bottom: 0;
	content: "";
	position: absolute;
	background: #de3a0e;
	transition: width .2s linear
}

.btn:after {
	content: "\f105";
	margin-left: 12px;
	position: relative;
	transform: translateY(-1px);
	transition: .3s;
	font-family: "FontAwesome";
	vertical-align: middle;
	display: inline-table
}



.btn:hover:after {
	transform: translate(12px, -1px)
}

.btn.btn-border {
	line-height: 43px;
	color: #000;
	background-color: transparent;
	border: 2px solid #000
}
.store-btn {
	border: 3px solid transparent;
	transition: border-image 250ms;
	transition: all 0.3s ease;
	 transition: color 0.3s ease, background 0.3s ease;
}
.store-btn .icon,
.store-btn:hover {
	border: 3px solid transparent;
/*	background-color: #df0c08;*/
	color: #fff;
	 border-image: linear-gradient(
    to bottom,
    #ff1b12,
    #ff1f11,
    #ff2a0f,
    #ff3d0c,
    #ff5807,
    #ff7a01,
    #ff7f00
  ) 1;
   mask-composite: exclude;
  transition: opacity 0.3s ease;
}

.load-btn {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 10px;
	color: #000;
	text-transform: uppercase
}

.store-btn {
	color: #fff;
	min-width: 210px;
	border-radius: 3px;
	display: inline-block;
	background-color: #1b1b1b;
	text-transform: uppercase
}

.store-btn .icon {
	float: left;
	width: 55px;
	height: 55px;
	font-size: 27px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	background: linear-gradient(
    to bottom,
    #ff1b12,
    #ff1f11,
    #ff2a0f,
    #ff3d0c,
    #ff5807,
    #ff7a01,
    #ff7f00
  );
	background-size: 100% 100%;
	transition: all 0.3s ease;
}

.store-btn .content {
	display: table;
	text-align: left;
	padding-top: 13px;
	padding-left: 18px
}

.store-btn .content small {
	display: block;
	line-height: 1;
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 5px
}

.store-btn .content strong {
	display: table;
	line-height: 1;
	font-size: 15px;
	font-weight: 500
}

.btn.btn-md {
	padding: 0 60px
}

.btn.btn-lg {
	padding: 0 80px
}

.popup-video {
	width: 70px;
	height: 70px;
	font-size: 34px;
	line-height: 78px;
	text-align: center;
	border-radius: 100%;
	color: #000;
	background-color: #fff;
	animation: 2s linear infinite ripple
}

.popup-video i {
	margin-left: 7px
}

.portfolio-4-banner p,
.section-title .title-text {
	font-weight: 600
}

.about-list-layout p,
.about-section .about-content p,
.banner-section p,
.cart-section .table-wrap .item-content .item-title,
.details-section .details-content p,
.error-section .error-content p,
.freelancer-banner .banner-content p,
.lovestory-section .tab-content .item-content p,
.section-title p {
	font-size: 16px
}

.section-title .leaf_image {
	max-width: 180px;
	display: inline-block
}

.section-title.border-left {
	padding-left: 100px;
	border-left: 2px solid #000 !important
}

.section-title.has-tb-line {
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px
}

.section-title.has-tb-line:after,
.section-title.has-tb-line:before {
	left: 50%;
	width: 2px;
	content: "";
	height: 30px;
	position: absolute;
	background-color: #000;
	transform: translateX(-50%)
}

.coming-soon-page .header-section,
.section-title.has-tb-line:before {
	top: 0
}

.coming-soon-page .footer-section,
.section-title.has-tb-line:after {
	bottom: 0
}

#backtotop,
.creative-layout .portfolio-fullimage .item-title-2 {
	bottom: 40px
}

.h-auto {
	height: auto !important;
	min-height: auto !important
}

.table-wrap .table thead th {
	border: none;
	padding: 22px 20px;
	vertical-align: middle
}

.table-wrap .table tbody td {
	padding: 60px 20px;
	vertical-align: middle
}

#thetop {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute
}

#backtotop {
	right: 15px;
	width: 40px;
	height: 40px;
	z-index: 999;
	display: none;
	position: fixed;
	border-radius: 100%;
	box-shadow: 0 3px 15px 1px rgba(0, 0, 0, .3)
}

#backtotop #scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	position: relative
}

#preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	position: fixed;
	overflow: visible;
	background: url("../images/preloader.svg") center center no-repeat #fff
}

.bg-default-color {
	background-color: #434343
}

.bg-deep-gray {
	background-color: #ededed
}

.bg-light-gray,
.hotel-section.bg-gray {
	background-color: #f2f2f2
}

.br-color {
	border-color: #2d2d2d !important
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
	}

	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 10px rgba(255, 255, 255, .2), 0 0 0 20px rgba(255, 255, 255, .2)
	}

	100% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, .2), 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

.header-section .brand-logo>a {
	max-width: 100px
}

.header-section .brand-logo>a img {
	width: 260px;
	max-width: 260px
}

.header-section .menu-btn {
	width: 46px;
	height: 22px;
	float: right;
	position: relative
}

.header-section .menu-btn span {
	height: 2px;
	display: block;
	line-height: 1;
	position: absolute;
	background-color: #fff;
	transition: .2s ease-in-out
}

.header-section .menu-btn span:first-child {
	top: 0;
	left: 0;
	width: 36px
}

.header-section .menu-btn span:nth-child(2) {
	top: 50%;
	left: 50%;
	width: 26px;
	transform: translate(-50%, -50%)
}

.header-section .menu-btn span:nth-child(3) {
	right: 0;
	width: 36px;
	bottom: 0
}

.header-section .menu-btn:hover span:first-child {
	left: 9px
}

.header-section .menu-btn:hover span:nth-child(2) {
	width: 36px
}

.header-section .menu-btn:hover span:nth-child(3) {
	right: 9px
}

.header-section .menu-btn-round {
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 22px;
	line-height: 46px;
	text-align: center;
	border-radius: 100%;
	background-color: #000
}

.header-section .mobile-menu-btns {
	display: none;
	padding: 15px 0
}

.details-section .details-content .btns-group>ul>li,
.footer-section .form-group>ul>li,
.header-section .mobile-menu-btns>ul>li {
	margin-right: 20px
}

.header-section .mobile-menu-btns>ul>li .menu-btn {
	width: 40px;
	height: 20px;
	margin: 1px 0
}

.header-section .mobile-menu-btns>ul>li .menu-btn span:first-child,
.header-section .mobile-menu-btns>ul>li .menu-btn span:nth-child(3),
.header-section .mobile-menu-btns>ul>li .menu-btn:hover span:nth-child(2) {
	width: 34px
}

.header-section .mobile-menu-btns>ul>li .menu-btn:hover span:first-child {
	left: 6px
}

.header-section .mobile-menu-btns>ul>li .menu-btn:hover span:nth-child(3) {
	right: 6px
}

.header-section .main-menu>ul>li {
	padding: 10px 0;
	margin-right: 40px
}



.header-section .main-menu>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	color: #fff;
	text-transform: uppercase
}
.header-section .main-menu>ul>li>a.active {
	color: #ff2510;
}

.header-section .main-menu>ul>li.file-service-btn {
	padding: 10px 20px;
    background: linear-gradient(to bottom, #ff1b12, #ff1f11, #ff2a0f, #ff3d0c, #ff5807, #ff7a01, #ff7f00);
    background-size: 100% 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header-section .main-menu>ul>li.file-service-btn:hover {
	background: linear-gradient(to top, #ff1b12, #ff1f11, #ff2a0f, #ff3d0c, #ff5807, #ff7a01, #ff7f00);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}




.header-section .main-menu>ul>li.file-service-btn:hover>a:before {
	display: none;
}


.header-section .main-menu>ul>.menu-item-has-child>a {
	position: relative;
	padding-right: 16px
}

.header-section .main-menu>ul>.menu-item-has-child>a:after {
	top: 6.6px;
	right: 0;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	content: "";
	font-weight: 400;
	position: absolute;
	transition: .3s ease-in-out;
	font-family: "FontAwesome"
}

.header-section .main-menu>ul>.menu-item-has-child .submenu {
	left: 0;
	top: 100%;
	margin: 0;
	height: auto;
	z-index: 999;
	display: none;
	min-width: 230px;
	position: absolute;
	border-radius: 2px;
	border: 1px solid hsla(0, 0%, 100%, .8);
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	padding: 6px 0;
	background: #f5f5f5
}

.header-section .main-menu>ul>.menu-item-has-child:hover>.submenu:after {
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 14px;
	border: 6px solid transparent;
	border-bottom-width: 5px;
	border-bottom-color: #f5f5f5
}

.header-section .main-menu.navigation-secondary>ul>.menu-item-has-child .submenu {
	left: auto;
	right: 0
}

.header-section .main-menu.navigation-secondary>ul>.menu-item-has-child:hover>.submenu:after {
	right: 14px;
	left: unset
}

.about-list-layout .item-image>img,
.about-section .about-image>img,
.agency-marketing-grid .portfolio-fullimage,
.couple-fullimage>img,
.details-section .details-content .post-admin .admin-thumbnail>img,
.details-section .details-image>img,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li,
.hotel-list-layout .item-image>img,
.portfolio-fullimage>img,
.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li,
.sidebar-section .widget-tags .items-list>ul {
	width: 100%;
	display: block
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li a {
	width: 100%;
	line-height: 1;
	display: block;
	font-size: 14px;
	padding: 12px 15px;
	color: #000;
	letter-spacing: 1px
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.active>a,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li:hover>a {
	color: #323232;
	background: rgba(0, 0, 0, .04)
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child>a:after {
	top: 12px;
	right: 30px;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	content: "";
	position: absolute;
	color: #ff1616;
	transition: .3s ease-in-out;
	font-family: "FontAwesome"
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child .submenu {
	top: -10px;
	left: 100%;
	padding: 10px
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child:hover>.submenu,
.header-section .main-menu>ul>.menu-item-has-child:hover .mega-menu,
.header-section .main-menu>ul>.menu-item-has-child:hover>.submenu {
	display: block;
	animation: .4s linear fadeIn
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu {
	left: 50%;
	z-index: 999;
	width: 1170px;
	display: none;
	position: fixed;
	margin-top: 10px;
	padding: 35px 50px;
	background-color: #fff;
	transform: translateX(-50%);
	box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .18)
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .list-title {
	font-size: 14px;
	margin-bottom: 30px
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul {
	width: auto;
	display: block;
	margin: -12px -20px
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul>li>a {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 12px 20px;
	color: #434343
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white .menu-list>ul>li>a {
	color: rgba(255, 255, 255, .8)
}

.foodmenu-section.text-white .items-list>ul>li .item-label,
.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white .menu-list>ul>li:hover>a,
.header-section.text-white .cart-btn>.count-text,
.sidebar-section .widget-newsletter .btn-border:hover {
	color: #000;
	background-color: #fff
}

.header-section .main-menu .btn-wrap {
	margin: -11px 0
}

.header-section .cart-btn {
	width: 35px;
	height: 35px;
	display: table;
	font-size: 20px;
	margin: -6px auto;
	line-height: 42px;
	position: relative;
	text-align: center;
	border-radius: 100%;
	color: #000
}

.header-section .cart-btn>.count-text {
	top: 4px;
	right: -2px;
	height: 18px;
	color: #fff;
	min-width: 18px;
	font-size: 10px;
	padding: 0 5px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	border-radius: 45px;
	background-color: #000
}

.header-section.active.text-white .main-menu .btn.btn-border.border-white,
.header-section.stuck.text-white .main-menu .btn.btn-border.border-white {
	color: #000;
	border-color: #000 !important
}

.top {
	color: #fff;
	position: relative;
	z-index: 99
}

.top_bar {
	align-items: center;
	border-bottom: 1px solid hsl(0deg 0% 8.38% / 10%);
	display: flex;
	padding: 24px;
	background: rgba(0,0,0,0.5);
}

.top_bar_logo {
	order: 2;
	text-align: center;
	width: 400px
}

.top_bar_left,
.top_bar_right {
	display: flex;
	width: calc(50% - 200px)
}

.top_bar_logo img {
	height: auto;
	max-width: 160px;
	width: 100%
}

.top_bar_left {
	order: 1
}

.top_bar_right {
	order: 3
}

.top_bar_right .navigation {
	margin-left: auto
}

.banner-section:before {
	content: "";
	background: rgb(0 0 0 / 62%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1
}

.header-section.secondary-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: absolute
}

.header-section .header-top {
	min-height: 40px;
	background: #121212;
}

.header-section .header-top .social-links-text>ul>li,
.header-section .header-top .social-links-text>ul>li>a {
	font-size: 13px
}

.header-section .header-bottom {
	min-height: 100px
}

.header-section.active .header-bottom {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
	background-color: #fff
}

.sticky-header {
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 999;
	position: absolute;
	padding: 0
}

.fixed-menu-btn,
.fixed-sidebar-menu,
.hanging-header,
.sticky-header.stuck {
	z-index: 999;
	position: fixed
}

.sticky-header.stuck {
	top: 0;
	left: 0;
	right: 0;
	padding: 23.5px 0;
	background-color: #fff
}

.hanging-header {
	top: 60px;
	left: 0;
	right: 0;
	height: auto
}

.hanging-header .header-wrap {
	padding: 23.5px 30px;
	background-color: #fff
}

.hanging-header.active {
	top: 15px
}

.hanging-header.active .header-wrap {
	box-shadow: 0 0 30px 1px rgba(0, 0, 0, .2);
	animation: 1s ease-in-out flipInX
}

.fixed-menu-btn {
	top: 0;
	right: 0;
	padding: 10px;
	display: none;
	background-color: #fff;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .2)
}

.fixed-menu-btn .menu-btn {
	width: 40px;
	height: 40px;
	color: #000;
	font-size: 22px;
	line-height: 40px;
	text-align: center
}

.fixed-sidebar-menu {
	top: 0;
	left: 0;
	bottom: 0;
	width: 375px;
	padding: 60px
}

.fixed-sidebar-menu .brand-logo {
	margin-bottom: 190px
}

.fixed-sidebar-menu .fsm-menu-list {
	margin: -12px -60px 182px
}

.fixed-sidebar-menu .fsm-menu-list>ul>li>a {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 30px 12px 60px;
	position: relative;
	color: #000;
	font-family: Poppins, sans-serif
}

.fixed-sidebar-menu .fsm-menu-list>ul>li>a:before {
	top: 50%;
	left: 0;
	width: 0;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #000;
	transform: translateY(-50%);
	transition: .3s ease-in-out
}

.fixed-sidebar-menu .fsm-menu-list>ul>li>a .badge {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	color: #434343;
	transform: translate(3px, -5px)
}

.fixed-sidebar-menu .fsm-menu-list>ul>li.active>a,
.fixed-sidebar-menu .fsm-menu-list>ul>li:hover>a {
	padding-left: 90px
}

.fixed-sidebar-menu .fsm-menu-list>ul>li.active>a:before,
.fixed-sidebar-menu .fsm-menu-list>ul>li:hover>a:before {
	width: 60px
}

.fixed-sidebar-menu .fsm-menu-list .submenu {
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, .02)
}

.fixed-sidebar-menu .fsm-menu-list .submenu>li {
	width: 100%;
	display: block;
	padding-left: 60px;
	border-bottom: 1px solid #ededed
}

.fixed-sidebar-menu .fsm-menu-list .submenu>li:last-child {
	border-bottom: none
}

.fixed-sidebar-menu .fsm-menu-list .submenu>li>a {
	width: 100%;
	display: block;
	color: #000;
	padding: 15px 30px
}

.sidebar-menu-wrapper .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	transition: .3s ease-in-out
}

.sidebar-menu-wrapper .overlay.active {
	opacity: 1;
	display: block
}

.sidebar-menu-wrapper .close-btn {
	line-height: 1;
	font-size: 30px;
	cursor: pointer;
	transition: .3s ease-in-out;
	color: #fff
}

.sidebar-menu-wrapper .cart-sidebar,
.sidebar-menu-wrapper .sidebar-menu {
	height: 100vh;
	z-index: 9999;
	position: fixed;
	overflow-y: scroll;
	transition: .6s cubic-bezier(1, 0, 0, 1);
	top: 0
}

.sidebar-menu-wrapper .sidebar-menu {
	width: 100%;
	right: -100%;
	color: #fff;
	text-align: left;
	padding: 0;
    background: #000 url(../images/elementi-separati-02.svg);
    top: 0px;
    background-position: left center;
    background-repeat: no-repeat;
}

.sidebar-menu-wrapper .sidebar-menu:before {
	content: "";
	background: rgb(0 0 0/44%);
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	display: block
}

.portfolio-fullimage:hover .details-btn,
.sidebar-menu-wrapper .cart-sidebar.active,
.sidebar-menu-wrapper .sidebar-menu.active {
	right: 0
}

.sidebar-menu-wrapper .cart-sidebar .mCustomScrollBox,
.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
	overflow: visible !important
}

.sidebar-menu-wrapper .sidebar-menu .top_bar {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	height: 73px;
	flex-wrap: wrap;
	padding: 0
}

.sidebar-menu-wrapper .sidebar-menu .close-btn {
	top: 19px;
	right: 18px;
	position: absolute
}

.sidebar-menu-wrapper .sidebar-menu .logo {
	top: 12px;
	left: 12px;
	position: absolute
}

.sidebar-menu-wrapper .sidebar-menu .logo img {
	height: auto;
	max-width: 100px;
	width: 100%
}

.sidebar-menu-wrapper .sidebar-menu .menu-list {
	margin-left: -30px;
	margin-right: -30px
}

.sidebar-menu-wrapper .sidebar-menu .navigation-foter {
	text-align: center;
	text-transform: none
}

.sidebar-menu-wrapper .sidebar-menu .navigation-foter .socials {
	margin-bottom: 16px
}

.icon-sm-before {
	align-items: center;
	display: inline-flex
}

.sidebar-menu-wrapper .sidebar-menu .navigation-foter .socials>a {
	align-items: center;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 4px;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	margin: 0 5px;
	width: 50px
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>ul .main-menu-title {
	padding: 12px 30px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	color: #b2b2b2;
	font-weight: 500;
	height: 50px;
	transition: opacity .5s;
	text-transform: uppercase
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>li>a {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: capitalize;
	font-family: Montserrat, sans-serif;
	color: #fff
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu {
	margin: 0;
	padding: 0 12px;
	border-top: 1px solid
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li>a {
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: capitalize;
	font-family: Montserrat, sans-serif;
	color: rgba(255, 255, 255, .7)
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li.active>a,
.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li:hover>a {
	color: #fff;
	background-color: rgba(255, 255, 255, .05)
}

.sidebar-menu-wrapper .cart-sidebar {
	width: 370px;
	right: -390px;
	padding: 30px;
	background-color: #000
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li {
	position: relative;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li:last-child {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .remove-btn {
	top: 10px;
	right: 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	position: absolute
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-image {
	float: left;
	max-width: 70px;
	margin-right: 20px
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content {
	display: table;
	margin-top: 10px
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 3px
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-price {
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.total-price {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-right: 0
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.total-price span {
	display: inline-block;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.total-price small {
	float: right;
	font-size: 14px;
	font-weight: 700
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group {
	padding-right: 0
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul {
	display: block;
	margin-left: -5px;
	margin-right: -5px
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li {
	width: 50%;
	padding: 0 5px
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li .btn {
	min-width: 100%
}

.sidebar-menu::-webkit-scrollbar {
	width: 0
}

.cart-sidebar::-webkit-scrollbar {
	width: 0
}

.footer-section .brand-logo>a {
	max-width: 250px;
	width: 250px;
	display: inline-block
}

.checkout-section .checkout-sidebar .radio-btns-group>ul>li,
.footer-section .useful-links>ul>li,
.sidebar-section .widget-category .items-list>ul>li {
	margin-bottom: 10px
}

.about-list-layout .item-content .about-service>ul>li:last-child,
.about-list-layout:last-child,
.about-section .about-content .about-service>ul>li:last-child,
.agency-default-carousel .owl-dots .owl-dot:last-child,
.booking-section .btns-group>ul>li:last-child,
.checkout-section .checkout-sidebar .radio-btns-group>ul>li:last-child,
.details-section .details-content .info-list>ul>li:last-child,
.details-section .details-image .action-btns>ul>li:last-child,
.event-banner .info-list>ul>li:last-child,
.foodmenu-section .items-list>ul>li:last-child,
.foodmenu-section.text-white .items-list>ul>li:last-child,
.footer-section .useful-links>ul>li:last-child,
.home-architecture .slide-section .social-links>ul>li:last-child,
.home-shop-classic .slider-section .social-links>ul>li:last-child,
.hotel-list-layout .about-service>ul>li:last-child,
.restaurant-carousel .owl-dots .owl-dot:last-child,
.shop-slider .owl-dots .owl-dot:last-child,
.sidebar-section .widget-blogs .items-list>ul>li:last-child,
.sidebar-section .widget-category .category-items-list>ul>li:last-child,
.sidebar-section .widget-category .items-list>ul>li:last-child,
.sidebar-section .widget:last-child,
.wedding-banner .info-list>ul>li:last-child {
	margin-bottom: 0 !important
}

.footer-section .useful-links>ul>li .admin-name {
	display: block;
	font-size: 21px;
	font-weight: 700
}

.footer-section .useful-links>ul>li>a {
	font-weight: 500;
	position: relative;
	color: #000
}

.footer-section .instagram-shoots-2>ul>li>a,
.footer-section .instagram-shoots>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative
}

.blog-grid .blog-image:before,
.footer-section .instagram-shoots-2>ul>li>a:before,
.footer-section .instagram-shoots>ul>li>a:before,
.memories-images>ul>li>a:before,
.property-grid .item-image:before {
	top: 50%;
	left: 50%;
	width: 0;
	z-index: 1;
	height: 90%;
	content: "";
	position: absolute;
	background-color: #000;
	transform: translate(-50%, -50%);
	transition: .3s ease-in-out
}

.footer-section .instagram-shoots-2>ul>li>a:after,
.footer-section .instagram-shoots>ul>li>a:after {
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	content: "";
	font-weight: 400;
	position: absolute;
	font-family: "FontAwesome";
	transform: translate(-50%, -30%);
	transition: .3s ease-in-out
}

.blog-grid:hover .blog-image:before,
.footer-section .instagram-shoots-2>ul>li>a:hover:before,
.footer-section .instagram-shoots>ul>li>a:hover:before,
.memories-images>ul>li>a:hover:before,
.portfolio-fullimage.add-effect:hover:before,
.property-grid:hover .item-image:before,
.team-fullimage:hover:before,
.team-grid:hover .person-image:before {
	width: 90%
}

.blog-grid:hover .blog-image:after,
.footer-section .instagram-shoots-2>ul>li>a:hover:after,
.footer-section .instagram-shoots>ul>li>a:hover:after,
.memories-images>ul>li>a:hover:after,
.property-grid:hover .item-image:after {
	opacity: 1;
	transition-delay: 50ms;
	transform: translate(-50%, -50%)
}

.footer-section .instagram-shoots>ul>li {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 8px;
	text-align: center
}

.details-section .blog-share>ul>li:first-child,
.footer-section .instagram-shoots>ul>li:first-child {
	margin-right: 30px !important
}

.footer-section .instagram-shoots>ul>li .icon {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 26px;
	text-align: right;
	line-height: 80px;
	color: #000
}

.footer-section .instagram-shoots>ul>li>a:after {
	font-size: 20px
}

.footer-section .instagram-shoots-2>ul>li {
	width: 135px;
	height: 135px;
	margin-right: 10px
}

.footer-section .instagram-shoots-2 .list-title {
	width: 100%;
	display: table;
	font-size: 14px;
	font-weight: 500;
	margin-top: 60px;
	color: #000
}

.footer-section .payment-card>ul>li>a {
	display: block;
	max-width: 33px
}

.footer-section .form-item select {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	color: #000;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase
}

.banner-section.text-white .social-links-text>ul>li:after,
.footer-section.text-white .social-links-text>ul>li:after {
	background-color: rgba(255, 255, 255, .6)
}

.breadcrumb-section .page-title {
	font-size: 48px;
	font-weight: 600
}

.breadcrumb-section .breadcrumb-nev>ul>li {
	font-weight: 500;
	margin-right: 35px;
	color: #434343
}

.breadcrumb-section .breadcrumb-nev>ul>li>a {
	font-weight: 500;
	color: #000
}

.breadcrumb-section.text-white .breadcrumb-nev>ul>li,
.details-section .details-image .item-content.text-white .post-meta>ul>li {
	color: #bababa
}

.sidebar-section .widget-title {
	width: 100%;
	display: table;
	line-height: 1;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd
}

.sidebar-section .widget-title span {
	float: left;
	font-size: 14px;
	position: relative;
	letter-spacing: 2px;
	padding-bottom: 20px;
	display: inline-block;
	font-family: Montserrat, sans-serif
}

.sidebar-section .widget-title span:before {
	left: 0;
	height: 1px;
	width: 100%;
	content: "";
	bottom: -1px;
	line-height: 1;
	position: absolute;
	background-color: #000
}

.sidebar-section .widget-search .form-item {
	margin-bottom: 0
}

.sidebar-section .widget-search .form-item input {
	height: 45px;
	border: none;
	font-size: 13px;
	border-radius: 45px;
	background-color: #f6f6f6
}

.blog-list .item-title,
.details-section .details-image .action-btns>ul>li,
.product-grid .action-content .btns-group,
.sidebar-section .widget-blogs .items-list>ul>li {
	margin-bottom: 20px
}

.sidebar-section .widget-category .items-list>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	font-family: Montserrat, sans-serif
}

.about-list-layout:nth-child(2n) .item-content .about-service .service-icon,
.shop-section .filter-bar .layout-btns-group,
.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li>a span,
.sidebar-section .widget-category .items-list>ul>li>a span {
	float: right
}

.details-section .details-content .addtocart-btn:hover,
.product-grid .action-content .addtocart-btn:hover,
.sidebar-section .widget-category .items-list>ul>li>a:hover {
	opacity: .7
}

.sidebar-section .widget-category .category-items-list>ul>li>a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif
}

.sidebar-section .widget-category .category-items-list>ul>li.item-has-child>a:after {
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	content: "";
	position: absolute;
	transition: .3s ease-in-out;
	font-family: "Font Awesome 5 Pro"
}

.sidebar-section .widget-category .category-items-list>ul>li.item-has-child>a[aria-expanded=true]:after {
	content: "";
	transform: rotate(360deg)
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu {
	margin: 0;
	padding: 5px 0 0 20px
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li {
	width: 100%;
	display: block;
	margin-top: 5px
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li>a {
	color: #434343;
	display: block;
	font-size: 14px;
	font-weight: 500
}

.sidebar-section .widget-newsletter {
	padding: 40px 20px
}

.sidebar-section .widget-newsletter h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625
}

.sidebar-section .widget-newsletter .form-item input {
	height: 45px;
	border: none;
	text-align: center
}

.sidebar-section .widget-newsletter .btn-border {
	height: 45px;
	color: #fff;
	line-height: 45px;
	padding: 0 30px;
	border-radius: 0;
	display: inline-block;
	border: 1px solid #fff;
	transition: .3s ease-in-out
}

.sidebar-section .widget-tags .items-list {
	margin: -2px
}

.sidebar-section .widget-tags .items-list>ul>li {
	margin: 2px
}

.sidebar-section .widget-tags .items-list>ul>li>a {
	height: 32px;
	display: block;
	min-width: 70px;
	font-size: 13px;
	padding: 0 15px;
	line-height: 31px;
	text-align: center;
	color: #000;
	font-family: Poppins, sans-serif;
	border: 1px solid #ededed
}

.sidebar-section .widget-tags .items-list>ul>li>a:hover {
	color: #fff;
	border-color: #000;
	background-color: #000
}

.sidebar-section .price-range-area .slider-range {
	height: 6px;
	border: none;
	border-radius: 45px;
	background-color: #d6d6d6
}

.sidebar-section .price-range-area .ui-slider-range {
	border: none;
	border-radius: 45px;
	background-color: #000
}

.sidebar-section .price-range-area .ui-state-default {
	top: -7px;
	width: 20px;
	height: 20px;
	border: 6px solid #fff;
	outline: 0;
	border-radius: 100%;
	background-color: #000;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2)
}

.sidebar-section .price-range-area .price-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #000
}

.details-section.shop-details .details-content .post-meta>ul>li .rating-star>ul,
.sidebar-section .price-range-area .price-text span {
	float: left;
	margin-right: 15px
}

.sidebar-section .price-range-area .price-text input {
	border: none;
	font-weight: 600;
	color: #434343;
	display: inline-block
}

.details-section .details-content .product-size>ul>li,
.sidebar-section .product-size .size-btns-group>ul>li {
	width: 45px;
	height: 45px;
	margin-right: 10px
}

.details-section .details-content .product-size>ul>li>a,
.sidebar-section .product-size .size-btns-group>ul>li>a {
	width: 100%;
	height: 100%;
	color: #8f8f8f;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	font-family: Poppins, sans-serif;
	background-color: #f2f2f2
}

.partners-section .item {
	padding: 0 15px
}

.partners-section .item .partner-logo {
	width: 100%;
	height: 100px;
	display: block;
	position: relative
}

.partners-section .item .partner-logo>img {
	left: 50%;
	max-width: 60%;
	position: absolute;
	transition: .3s ease-in-out;
	transform: translate(-50%, -50%)
}

.partners-section .item .partner-logo:hover>img.after-image,
.partners-section .item .partner-logo>img.before-image {
	top: 50%
}

.partners-section .item .partner-logo>img.after-image {
	top: 150%
}

.partners-section .item .partner-logo:hover>img {
	left: 50%;
	max-width: 60%;
	position: absolute
}

.partners-section .item .partner-logo:hover>img.before-image {
	top: -150%
}

.partners-section .arrow-left-right .owl-nav .owl-next,
.partners-section .arrow-left-right .owl-nav .owl-prev,
.point-1,
.point-2,
.point-3,
.point-text-1,
.point-text-2,
.point-text-3 {
	opacity: 0
}

.partners-section .arrow-left-right .owl-nav .owl-prev {
	left: -60px
}

.partners-section .arrow-left-right .owl-nav .owl-next {
	right: -60px
}

.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-next,
.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-prev {
	background-color: #e22822
}

.partners-section:hover .arrow-left-right .owl-nav .owl-prev {
	opacity: 1;
	left: -40px
}

.partners-section:hover .arrow-left-right .owl-nav .owl-next {
	opacity: 1;
	right: -40px
}

.blog-grid,
.counter-item,
.policy-item {
	margin-top: 30px
}

.counter-item .counter-text {
	line-height: 1;
	font-size: 80px;
	font-weight: 500
}

.counter-item p {
	font-size: 14px;
	font-weight: 300
}

.calltoaction-section .title-text,
.error-section .error-content .title-text,
.home-restaurant .section-title.size-decrease .title-text,
.home-shop-classic .booking-section .section-title .title-text {
	font-size: 32px
}

.calltoaction-section .title-text span {
	font-size: 21px;
	font-family: Montserrat, sans-serif
}

.policy-item .item-icon {
	width: 70px;
	float: left;
	line-height: 1;
	font-size: 50px;
	margin-right: 15px
}

.about-list-layout .item-content .about-service .service-content,
.architecture-carousel .owl-dots .owl-dot,
.details-section .details-content .post-admin .item-content,
.hotel-list-layout .about-service .service-content,
.policy-item .item-content,
.small-blog .item-content,
.testimonial-boxed .person-comment {
	display: table
}

.policy-item .item-title {
	font-size: 18px;
	font-weight: 600
}

figure table {
	width: 100%;
	border-bottom: 0;
	border-collapse: unset
}

.pricing-table-wrap {
	margin-top: 30px;
	border: 1px solid #ddd
}

.pricing-table {
	background-color: #fff;
	border-right: 1px solid #ddd
}

.pricing-table:last-child {
	border-right: none
}

.pricing-table .item-header {
	margin: -1px;
	padding: 30px;
	background-color: #f2f2f2
}

.pricing-table .item-title {
	font-size: 21px;
	font-weight: 700
}

.pricing-table .price-text strong {
	color: #000;
	line-height: 1;
	font-size: 34px;
	font-family: Montserrat, sans-serif
}

.pricing-table .price-text sup {
	color: #000;
	line-height: 1;
	font-size: 20px
}

.pricing-table .info-list {
	padding: 40px 0
}

.pricing-table .info-list>ul {
	margin: -12px 0
}

.pricing-table .info-list>ul>li {
	display: block;
	line-height: 1;
	padding: 12px 30px
}

.pricing-table .info-list>ul>li:nth-child(2n+0),
.team-section.bg-gray {
	background-color: #f8f8f8
}

.pricing-table.premium-item {
	z-index: 1;
	border: none;
	position: relative;
	transform: scale(1.1);
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, .1)
}

.about-section .about-image.creative-image {
	z-index: 1;
	padding: 20px;
	margin-top: -100px;
	position: relative;
	background-color: #fff
}

.about-section .about-content>.item-title.has-line {
	position: relative;
	padding-bottom: 30px
}

.about-section .about-content>.item-title.has-line:before {
	left: 0;
	width: 60px;
	height: 2px;
	content: "";
	bottom: 0;
	position: absolute;
	background-color: #000
}

.about-section .about-content .signiture {
	line-height: 1;
	display: block;
	color: #000;
	font-size: 70px;
	font-family: PWSignaturetwo
}

.about-section .about-content .person-name,
.banner-section .title-text,
.home-portfolio-3 .section-title .title-text,
.home-wedding .section-title .title-text,
.lovestory-section .tab-content .item-content .item-title {
	font-size: 48px
}

.about-section .about-content .person-title {
	font-size: 26px
}

.about-list-layout .item-content,
.foodmenu-section .items-list>ul>li .title-wrap {
	z-index: 1;
	position: relative
}

.about-list-layout .item-content .item-title,
.about-section .item-title,
.details-section .details-image .item-content .item-title,
.home-hotel .section-title .title-text {
	font-size: 42px
}

.about-list-layout .item-content .about-service>ul>li,
.about-section .about-content .about-service>ul>li,
.hotel-list-layout .about-service>ul>li {
	margin-bottom: 50px
}

.about-list-layout .item-content .about-service .service-icon {
	margin-top: 3px
}

.about-list-layout .item-content .about-service .service-icon>img,
.about-section .about-content .about-service .service-icon>img,
.hotel-list-layout .about-service .service-icon>img {
	width: 45px
}

.about-list-layout .item-content .about-service .service-content .service-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px
}

.about-list-layout .item-content .about-service .service-content p,
.about-section .child-item p,
.hotel-list-layout .about-service .service-content p,
.service-default p {
	font-size: 13px
}

.about-list-layout .item-content .experience-info>ul>li {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.about-list-layout .item-content .experience-info>ul>li:before {
	left: 0;
	content: "";
	width: 40px;
	height: 2px;
	bottom: -1px;
	position: absolute;
	background-color: #000
}

.about-list-layout .item-content .experience-info>ul>li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}

.about-list-layout .item-content .experience-info>ul>li span {
	font-size: 14px;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase
}

.about-list-layout .item-content .experience-info>ul>li h4 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 5px
}

.about-list-layout .item-content .experience-info>ul>li p {
	font-size: 16px;
	font-weight: 600px;
	color: #000
}

.about-list-layout:nth-child(odd) .item-content {
	padding: 0 0 0 100px
}

.about-list-layout:nth-child(odd) .item-content .item-title {
	margin: 0 0 50px -200px
}

.about-list-layout:nth-child(odd) .item-content .about-service .service-icon {
	float: left
}

.about-list-layout:nth-child(2n) .item-content {
	padding: 0 100px 0 0
}

.about-list-layout:nth-child(2n) .item-content .item-title {
	margin: 0 -200px 50px 0
}

.about-list-layout:nth-child(2n) .item-content .about-service .service-content {
	padding-left: 0;
	padding-right: 30px
}

.about-section .item-title .d-block {
	font-family: Montserrat, sans-serif
}

.about-section .about-content p.line-left {
	position: relative;
	padding-left: 100px
}

.about-section .about-content p.line-left:before {
	top: 7px;
	left: 0;
	width: 2px;
	content: "";
	height: 60px;
	position: absolute;
	background-color: #000
}

.about-section .about-content .about-service .service-icon {
	float: left;
	margin-top: 3px
}

.about-section .about-content .about-service .service-content {
	display: table;
	padding-left: 30px
}

.about-section .about-content .about-service .service-content .service-title {
	font-size: 18px;
	font-weight: 500
}

.about-section .about-content .about-service .service-content p,
.blog-fullimage .item-content .item-brand,
.home-wedding .service-default p,
.portfolio-fullimage .item-content-2 .item-brand,
.service-section .about-list-layout .item-content .about-service .service-content p {
	font-size: 14px
}

.about-section .child-item,
.blog-page .blog-grid,
.main-blog-grid,
.service-default {
	margin-top: 60px
}

.about-section .child-item .item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px
}

.history-section .section-title .title-text {
	z-index: 1;
	font-weight: 700;
	line-height: 1.45;
	position: relative
}

.history-section .section-title .title-text .icon {
	top: 50%;
	left: 50%;
	z-index: -1;
	position: absolute;
	transform: translate(-50%, -50%)
}

.couple-fullimage,
.team-fullimage {
	overflow: hidden;
	margin-top: 30px;
	position: relative
}

.portfolio-fullimage.add-effect:before,
.team-fullimage:before {
	top: 50%;
	left: 50%;
	width: 0%;
	z-index: 1;
	height: 90%;
	content: "";
	position: absolute;
	transition: .3s ease-in-out;
	background-color: #000;
	transform: translate(-50%, -50%)
}

.team-fullimage .item-content {
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	padding: 0 30px;
	position: absolute;
	transform: translateY(-50%)
}

.team-fullimage .person-name {
	overflow: hidden;
	margin-bottom: 8px
}

.team-fullimage .person-name h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	transform: translateY(100%);
	transition: .3s ease-in-out
}

.team-fullimage .person-title span,
.team-fullimage .social-links>ul>li>a {
	font-size: 13px;
	transform: translateY(100%);
	display: block;
	transition: .3s ease-in-out
}

.team-fullimage .person-title {
	overflow: hidden;
	margin-bottom: 25px
}

.team-fullimage:hover .person-name h3 {
	transition-delay: 0.3s;
	transform: translateY(0)
}

.team-fullimage:hover .person-title span {
	transition-delay: 0.5s;
	transform: translateY(0)
}

.team-fullimage .social-links>ul>li {
	overflow: hidden;
	text-align: center;
	margin-right: 30px
}

.team-fullimage:hover .social-links>ul>li>a {
	transform: translateY(0)
}

.portfolio-carousel-3 .owl-item.active .item .item-content .item-title,
.team-fullimage:hover .social-links>ul>li:first-child>a {
	transition-delay: 0.7s
}

.portfolio-carousel-3 .owl-item.active .item .item-content .address-info,
.team-fullimage:hover .social-links>ul>li:nth-child(2)>a {
	transition-delay: 0.8s
}

.team-fullimage:hover .social-links>ul>li:nth-child(3)>a {
	transition-delay: 0.9s
}

.team-grid {
	margin-top: 30px;
	text-align: center;
	position: relative
}

.team-grid .person-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px
}

.team-grid .person-image:before {
	top: 50%;
	left: 50%;
	width: 0%;
	z-index: 1;
	height: 90%;
	content: "";
	position: absolute;
	background-color: #fff;
	transition: .3s ease-in-out;
	transform: translate(-50%, -50%)
}

.team-grid .person-image>img {
	filter: grayscale(100%)
}

.team-grid .person-image .social-links {
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	position: absolute;
	transform: translateY(-50%)
}

.team-grid .person-image .social-links>ul>li {
	opacity: 0;
	margin-right: 30px;
	transform: translateY(30px);
	transition: .6s cubic-bezier(.68, -.6, .32, 1.6)
}

.team-grid .person-image .social-links>ul>li>a {
	color: #000;
	font-size: 16px
}

.team-grid .person-image .social-links>ul>li>a:hover {
	color: #434343;
	transform: translateY(-5px)
}

.agency-default-carousel .owl-item.active .item .child-image,
.blog-fullimage:hover .item-content .item-brand,
.blog-fullimage:hover .item-content .item-title,
.portfolio-carousel-3 .owl-item.active .item .item-content .address-info,
.portfolio-carousel-3 .owl-item.active .item .item-content .item-title,
.portfolio-fullimage:hover .item-content .item-brand,
.portfolio-fullimage:hover .item-content .item-title,
.portfolio-fullimage:hover .item-content-2 .item-brand,
.portfolio-fullimage:hover .item-content-2 .item-title,
.team-grid:hover .person-image .social-links>ul>li {
	opacity: 1;
	transform: translateY(0)
}

.portfolio-fullimage:hover .item-content .item-title,
.team-grid:hover .person-image .social-links>ul>li:first-child {
	transition-delay: 0.2s
}

.blog-fullimage:hover .item-content .item-title,
.portfolio-fullimage:hover .item-content-2 .item-title,
.team-grid:hover .person-image .social-links>ul>li:nth-child(2) {
	transition-delay: 0.3s
}

.portfolio-fullimage:hover .item-content .item-brand,
.team-grid:hover .person-image .social-links>ul>li:nth-child(3) {
	transition-delay: 0.4s
}

.blog-fullimage:hover .item-content .item-brand,
.portfolio-fullimage:hover .item-content-2 .item-brand,
.team-grid:hover .person-image .social-links>ul>li:nth-child(4) {
	transition-delay: 0.5s
}

.team-grid .person-name {
	font-size: 22px;
	font-weight: 600
}

.testimonial-fullwidth .person-image {
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 100%;
	display: inline-block
}

.testimonial-fullwidth p {
	font-size: 24px;
	color: #000;
	font-family: Montserrat, sans-serif
}

.testimonial-carousel-1 .owl-dots {
	margin-top: 40px !important
}

.testimonial-boxed {
	z-index: 1;
	padding: 40px;
	position: relative;
	border: 1px solid #656565
}

.testimonial-boxed .quote-icon {
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: .15;
	max-width: 180px;
	position: absolute
}

.testimonial-boxed .person-image {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100%
}

.testimonial-boxed .person-comment p {
	font-size: 15px
}

.testimonial-boxed .person-comment .person-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #e22822
}

.testimonial-boxed .person-comment .person-title {
	display: block;
	font-size: 13px
}

.card.card-dealers .card-body .flag,
.service {
	position: relative;
	display: flex
}

.service .service-default::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: var(--bs-border-color)
}

.service .service-col:last-child .service-default::before {
	border: 0px;
	display: none;
}

.service-default.plr-30 {
	padding: 0 30px
}

.blog-grid .item-content,
.service-default.plr-70 {
	padding: 0 70px
}

.service-default .serial-number {
	line-height: 1;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
	display: inline-block;
	font-family: Montserrat, sans-serif
}

.service-default .item-icon {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
	color: #fff
}

.service-default .item-icon>img {
	margin: auto;
	height: auto;
	max-width: 100px;
}

.service-default .item-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fe0000;
/*	text-shadow: 0 0 0 #f80000;*/
	background: linear-gradient(
    to bottom,
    #ff1b12,
    #ff1f11,
    #ff2a0f,
    #ff3d0c,
    #ff5807,
    #ff7a01,
    #ff7f00
  );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* Firefox */
	color: transparent;
	font-weight: bold;
}

.agency-startup-banner .title-text,
.designer-banner .banner-content h1,
.service-section .about-list-layout .item-content>.item-title {
	font-size: 60px;
	font-weight: 500
}

.service-section .about-list-layout:nth-child(odd) .item-content .item-title {
	margin: 0 0 50px -100px
}

.service-section .about-list-layout:nth-child(2n) .item-content .item-title {
	margin: 0 -100px 50px 0
}

.main-blog-grid .item-image {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px
}

.main-blog-grid .item-content {
	padding: 0 95px
}

.main-blog-grid .item-title>a {
	display: block;
	color: #000;
	font-size: 38px;
	font-weight: 400;
	font-family: Montserrat, sans-serif
}

.main-blog-grid .post-meta>ul>li {
	padding: 0;
	color: #434343;
	margin-right: 20px
}

.blog-grid .blog-image,
.property-grid .item-image {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px
}

.blog-grid .blog-image:after,
.property-grid .item-image:after {
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	letter-spacing: 3px;
	content: "DETAILS BEKIJKEN";
	transform: translate(-50%, -30%);
	transition: .3s ease-in-out;
	font-family: Montserrat, sans-serif
}

.blog-grid .blog-image img,
.card.card-dealers .card-body .address {
	display: block;
	width: 100%
}

.blog-grid .item-title>a,
.property-grid .item-title>a {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	font-family: Montserrat, sans-serif
}

.blog-grid .size-increase .item-title>a {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25
}

.blog-list .item-image {
	float: left;
	width: 370px;
	background-color: #fff
}

.agency-classic-banner .btn,
.blog-list .item-image>img,
.creative-layout .portfolio-fullimage.bg-white .image-wrap>img,
.portfolio-fullimage .details-btn i,
.portfolio-fullimage.bg-white>img,
.small-blog .item-image>img {
	transition: .3s ease-in-out
}

.blog-list:hover .item-image>img,
.small-blog:hover .item-image>img {
	opacity: .6
}

.blog-list .item-content {
	display: table;
	padding-top: 30px;
	padding-left: 60px
}

.blog-list .item-title a {
	font-size: 21px;
	line-height: 1.429;
	color: #000;
	font-family: Montserrat, sans-serif
}

.blog-fullimage,
.portfolio-fullimage {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 30px;
	position: relative
}

.blog-fullimage.add-effect:before {
	top: 50%;
	left: 50%;
	width: 0%;
	z-index: 1;
	height: 85%;
	content: "";
	position: absolute;
	transition: .3s ease-in-out;
	background-color: #000;
	transform: translate(-50%, -50%)
}

.blog-fullimage.add-effect:hover:before {
	width: 85%
}

.blog-fullimage .item-content,
.portfolio-fullimage .item-content-2 {
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 30px;
	text-align: center;
	position: absolute;
	transform: translateY(-50%)
}

.blog-fullimage .item-content .item-brand,
.blog-fullimage .item-content .item-title,
.portfolio-fullimage .item-content-2 .item-brand,
.portfolio-fullimage .item-content-2 .item-title {
	opacity: 0;
	width: 100%;
	display: block;
	color: #fff;
	line-height: 1.4;
	transform: translateY(8px);
	transition: .3s ease-in-out
}

.blog-fullimage .item-content .item-title {
	font-size: 21px;
	font-weight: 600;
	max-width: 330px;
	margin-bottom: 20px;
	display: inline-block
}

.blog-section .masoney-grid.m-0.mb-100 {
	margin-bottom: 100px !important
}

.agency-marketing-grid .grid-item,
.agency-marketing-grid .grid-sizer,
.blog-section .masoney-grid.m-0.metro-layout .grid-item,
.blog-section .masoney-grid.m-0.metro-layout .grid-sizer,
.yoga-masoney-grid .grid-item,
.yoga-masoney-grid .grid-sizer {
	width: 25%
}

.small-blog .item-image {
	float: left;
	width: 69px;
	margin-right: 18px
}

.product-grid .item-content .item-title,
.small-blog .item-content .item-title {
	margin-bottom: 5px
}

.small-blog .item-content .item-title>a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.143;
	color: #000;
	font-family: Montserrat, sans-serif
}

.small-blog .item-content .post-date {
	font-size: 12px;
	font-weight: 500
}

.small-blog .item-content .item-price {
	display: block;
	font-size: 14px;
	font-weight: 600
}

.filters-button-group>ul>li {
	margin-right: 40px
}

.filters-button-group>ul>li>button {
	margin: 0;
	padding: 0 0 5px;
	color: #bababa;
	display: block;
	font-weight: 600;
	position: relative
}

.filters-button-group>ul>li>button:before {
	opacity: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	content: "";
	height: 1px;
	line-height: 1;
	position: absolute;
	transition: .3s ease-in-out;
	background-color: #000
}

.filters-button-group>ul>li>button.is-checked:before,
.filters-button-group>ul>li>button:hover:before,
.lovestory-section .lovestory-tab>ul>li>a.active:before,
.lovestory-section .lovestory-tab>ul>li>a:hover:before {
	left: 0;
	right: 0;
	opacity: 1
}

.portfolio-fullimage .details-btn {
	top: 60px;
	right: -50px;
	width: 50px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
	position: absolute;
	transition: .3s ease-in-out;
	background-color: #000
}

.portfolio-fullimage .details-btn:hover i {
	transform: rotate(360deg)
}

.portfolio-fullimage .item-content {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	position: absolute
}

.portfolio-fullimage .item-content .item-title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: Montserrat, sans-serif
}

.portfolio-fullimage .item-content .item-brand {
	font-size: 14px;
	display: inline-block
}

.portfolio-fullimage .item-content .item-brand,
.portfolio-fullimage .item-content .item-title {
	opacity: 0;
	transform: translateY(8px);
	transition: .3s ease-in-out
}

.portfolio-fullimage.bg-white:hover>img {
	filter: brightness(.5)
}

.portfolio-fullimage .item-content-2 .item-title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px
}

.home-personal .portfolio-section .section-title .title-text,
.masoney-grid.m-0 .grid-item {
	padding: 0
}

.creative-layout .portfolio-fullimage,
.creative-layout .portfolio-fullimage .image-wrap {
	overflow: visible;
	position: relative
}

.creative-layout .portfolio-fullimage.bg-white:hover .image-wrap>img {
	opacity: .2
}

.creative-layout .portfolio-fullimage.small-size {
	height: 100%;
	display: flex;
	align-items: center
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap {
	margin: auto;
	display: block;
	max-width: 270px
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-lb {
	margin-left: 0 !important;
	margin-bottom: 30px !important
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-tr {
	margin-top: 0 !important;
	margin-right: 0 !important
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-tl {
	margin-top: 0 !important;
	margin-left: 0 !important
}

.creative-layout .portfolio-fullimage .item-title,
.creative-layout .portfolio-fullimage .item-title-2 {
	left: 0;
	right: 0;
	margin: 0;
	z-index: 2;
	position: absolute
}

.creative-layout .portfolio-fullimage .item-title-2>small,
.creative-layout .portfolio-fullimage .item-title>small {
	width: 250px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	font-family: Montserrat, sans-serif
}

.creative-layout .portfolio-fullimage .item-title-2>small.float-end,
.creative-layout .portfolio-fullimage .item-title>small.float-end {
	text-align: left;
	margin-right: -200px
}

.creative-layout .portfolio-fullimage .item-title-2>small.float-start,
.creative-layout .portfolio-fullimage .item-title>small.float-start {
	text-align: right;
	margin-left: -200px
}

.creative-layout .portfolio-fullimage .item-title {
	top: 40px
}

.portfolio-carousel .item {
	padding: .5em
}

.portfolio-carousel .item .portfolio-fullimage {
	margin-top: 0
}

.portfolio-carousel.arrow-top-right .owl-nav {
	right: 158px
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-next:before,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-prev:before {
	color: #b8b8b8
}

.portfolio-carousel-2 {
	float: right;
	width: 1515px;
	position: relative
}

.portfolio-carousel-2 .owl-nav {
	top: -100px;
	left: 330px;
	position: absolute !important
}

.portfolio-carousel-3 {
	float: left;
	width: 1535px
}

.portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
	right: 350px
}

.portfolio-carousel-3 .item .item-image {
	float: right;
	max-width: 1045px
}

.portfolio-carousel-3 .item .item-content {
	top: 50%;
	left: 0;
	z-index: 1;
	max-width: 670px;
	position: absolute;
	transform: translateY(-50%)
}

.portfolio-carousel-3 .item .item-content .item-title {
	font-size: 48px;
	padding-left: 100px;
	border-left: 2px solid #000
}

.portfolio-carousel-3 .item .item-content .address-info {
	margin-left: 100px
}

.portfolio-carousel-3 .item .item-content .address-info>ul>li {
	font-size: 16px;
	margin-right: 25px
}

.portfolio-carousel-3 .item .item-content .address-info,
.portfolio-carousel-3 .item .item-content .item-title {
	opacity: 0;
	transform: translateY(30px);
	transition: .4s ease-in-out
}

.shop-section .filter-bar .dropdown {
	padding-right: 40px
}

.shop-section .filter-bar .dropdown .category-dropdown {
	width: 100%;
	display: block;
	color: #434343;
	font-size: 14px;
	font-weight: 600;
	text-align: left
}

.shop-section .filter-bar .dropdown .category-dropdown span {
	color: #000;
	margin-right: 15px;
	display: inline-block
}

.shop-section .filter-bar .dropdown .category-dropdown i {
	float: right;
	color: #8f8f8f;
	font-size: 16px;
	margin-top: 3px
}

.shop-section .filter-bar .dropdown .dropdown-menu {
	margin: 10px 0 0;
	z-index: 999;
	font-size: 14px;
	min-width: 10rem;
	text-align: left;
	list-style: none;
	padding: 15px 0;
	border-radius: 0;
	color: #434343;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .05)
}

.shop-section .filter-bar .dropdown .dropdown-menu>ul {
	max-width: -15px 0
}

.shop-section .filter-bar .dropdown .dropdown-menu>ul>li>a {
	width: 100%;
	line-height: 1;
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	color: #434343
}

.shop-section .filter-bar .dropdown .dropdown-menu>ul>li:hover>a {
	color: #000;
	background-color: #f2f2f2
}

.shop-section .filter-bar .layout-btns-group>span {
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px
}

.booking-section .btns-group>ul>li,
.cart-section .submition-area .btns-group>ul>li,
.details-section .blog-share>ul>li,
.shop-section .filter-bar .layout-btns-group>ul>li {
	margin-right: 10px
}

.shop-section .filter-bar .layout-btns-group>ul>li>a {
	color: #ddd;
	line-height: 1;
	font-size: 18px;
	margin-top: 2px
}

.shop-section .arrow-top-right .owl-nav {
	top: -48px
}

.product-grid {
	margin-top: 60px;
	overflow: hidden;
	position: relative
}

.product-grid .item-image {
	width: 100%;
	height: 320px;
	display: flex;
	align-items: center
}

.product-grid .item-image>img {
	height: auto;
	margin: 0 auto auto
}

.product-grid .item-content {
	padding: 15px;
	transition: .3s ease-in-out
}

.product-grid .item-content .item-title>a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-family: Montserrat, sans-serif
}

.product-grid .item-content .item-price {
	color: #434343;
	font-size: 16px;
	font-weight: 500;
	display: inline-block
}

.product-grid:hover .item-content {
	opacity: 0;
	transform: translateY(10px)
}

.product-grid .action-content {
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	bottom: -20%;
	padding: 25px 15px 15px;
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	transition: .3s ease-in-out
}

.product-grid .action-content .addtocart-btn {
	float: left;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 5px;
	color: #000;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #000
}

.product-grid .action-content .btns-group>ul>li>button {
	color: #ddd;
	display: block;
	font-size: 16px
}

.product-grid:hover .action-content {
	opacity: 1;
	bottom: 0;
	visibility: visible
}

.shop-creative-item .item-content .item-title {
	top: 60%;
	z-index: 1;
	width: 250px;
	position: absolute
}

.shop-creative-item .item-content .item-title>a {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	font-family: Montserrat, sans-serif
}

.freelancer-banner .banner-content,
.shop-creative-item .item-content.float-end {
	text-align: right
}

.shop-creative-item .item-content.float-end .item-title {
	right: 85%
}

.shop-creative-item .item-content.float-start {
	text-align: left
}

.shop-creative-item .item-content.float-start .item-title {
	left: 85%
}

.product-fullimage {
	max-width: 370px;
	position: relative;
	margin: 30px auto 0
}

.product-fullimage .item-title {
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 30px;
	padding: 0 30px;
	text-align: center;
	position: absolute;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	font-family: Montserrat, sans-serif
}

.collection-fullimage {
	width: 100%;
	display: block;
	position: relative
}

.collection-fullimage .item-title {
	left: 0;
	right: 0;
	bottom: 35px;
	display: block;
	padding: 0 40px;
	position: absolute
}

.collection-fullimage .item-title strong {
	color: #000;
	line-height: 1;
	display: block;
	font-size: 34px;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.advertisement-section {
	min-height: 600px;
	background-position: left bottom
}

.details-section .details-image {
	min-height: 720px;
	position: relative
}

.details-section .details-image .item-content {
	padding-bottom: 40px
}

.details-section .details-content .item-title {
	font-size: 32px;
	margin-bottom: 50px
}

.details-section .details-content .info-list>ul>li,
.foodmenu-section .items-list>ul>li,
.foodmenu-section.text-white .items-list>ul>li {
	margin-bottom: 40px
}

.details-section .details-content .info-list>ul>li span {
	width: 100%;
	display: block;
	color: #434343;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase
}

.details-section .details-content .info-list>ul>li p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}

.details-section .details-content .info-list>ul>li p>a {
	float: left;
	color: #000;
	font-weight: 500;
	margin-right: 10px;
	position: relative;
	padding-right: 3px;
	display: inline-block
}

.details-section .details-content .info-list>ul>li p>a:hover {
	text-decoration: underline
}

.details-section .details-content .info-list>ul>li p>a:after {
	right: 0;
	bottom: 0;
	content: ",";
	color: #000;
	font-size: 16px;
	position: absolute
}

.details-section .details-content.text-center .info-list>ul>li p {
	display: table;
	margin: 0 auto
}

.details-section .details-content .share-links>ul>li>a {
	font-size: 12px;
	color: #000
}

.details-section .details-content p.bottom-line {
	position: relative;
	margin-bottom: 55px;
	padding-bottom: 55px
}

.details-section .details-content p.bottom-line:before {
	left: 0;
	height: 1px;
	bottom: 0;
	content: "";
	width: 70px;
	line-height: 1;
	position: absolute;
	background-color: #000
}

.details-section .details-content .social-links>ul>li>a {
	color: #727272;
	font-size: 14px
}

.details-section .details-content blockquote .quote-icon {
	max-width: 90px;
	display: inline-block
}

.details-section .details-content blockquote .title-text {
	font-size: 42px;
	font-weight: 700;
	padding-left: 100px;
	border-left: 1px solid #000
}

.details-section .details-content .post-admin {
	padding: 60px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed
}

.details-section .details-content .post-admin .admin-thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 100%
}

.details-section .details-content .post-admin .admin-name>a {
	font-size: 21px;
	font-weight: 700;
	color: #000;
	font-family: Montserrat, sans-serif
}

.details-section .details-content .post-admin.text-center {
	padding: 60px 100px
}

.details-section .details-content .post-admin.text-center .admin-thumbnail {
	float: none;
	display: inline-block;
	margin: 0 auto 30px
}

.details-section .details-content .post-admin.text-center .item-content {
	width: 100%;
	display: table
}

.details-section .details-image-carousel .owl-dots {
	right: 18.8%;
	bottom: 45px;
	position: absolute
}

.details-section .details-image-carousel .owl-dots .owl-dot span {
	background-color: #6e6e6e
}

.portfolio-details-5 .details-section .details-image {
	min-height: 960px
}

.details-section.blog-details .details-image.parallax-window {
	min-height: 860px
}

.details-section .blog-share>ul>li .post-counter strong {
	display: block;
	font-size: 48px;
	line-height: .8;
	font-weight: 700;
	color: #fff;
	font-family: Montserrat, sans-serif
}

.details-section .blog-share>ul>li .post-counter span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff
}

.details-section .blog-share>ul>li>a {
	height: 40px;
	color: #fff;
	display: inline-block
}

.details-section .blog-share>ul>li>a.bg-facebook {
	background-color: #3d5b96
}

.details-section .blog-share>ul>li>a.bg-twitter {
	background-color: #1dadeb
}

.details-section .blog-share>ul>li>a.bg-googleplus {
	background-color: #e8453c
}

.details-section .blog-share>ul>li>a span {
	float: left;
	width: 50px;
	height: 40px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	background-color: rgba(0, 0, 0, .1)
}

.details-section .blog-share>ul>li>a small {
	height: 40px;
	font-size: 11px;
	font-weight: 500;
	min-width: 125px;
	line-height: 42px;
	text-align: center;
	display: inline-block
}

.details-section.blog-details .details-content .item-title {
	margin-bottom: 20px;
	position: relative;
	font-weight: 700;
	font-size: calc(1.275rem + .3vw);
	line-height: 40px
}

.details-section.blog-details .details-content blockquote .title-text {
	font-size: 32px;
	line-height: 1.625;
	border-left: 3px solid #d4d4d4
}

.details-section .form-title span {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	color: #000;
	display: inline-block;
	font-family: Montserrat, sans-serif
}

.details-section .form-title span:before {
	right: -90px;
	bottom: 11px;
	height: 2px;
	width: 67px;
	content: "";
	line-height: 1;
	position: absolute;
	background-color: #000
}

.details-section .comment-form.text-center .form-title span {
	padding-bottom: 30px
}

.details-section .comment-form.text-center .form-title span:before {
	left: 50%;
	bottom: 0;
	right: unset;
	transform: translateX(-50%)
}

.details-section .comment-form.text-center .form-item input,
.details-section .comment-form.text-center .form-item textarea {
	text-align: center
}

.details-section .details-image .action-btns {
	top: 25px;
	right: 20px;
	z-index: 2;
	position: absolute
}

.details-section .details-image .action-btns>ul>li>a {
	line-height: 1;
	display: block;
	color: #c1c1c1;
	font-size: 16px
}

.details-section.shop-details .details-content .post-meta>ul>li {
	margin: 0 30px 0 0;
	padding: 0
}

.details-section .details-content .item-price {
	font-size: 21px;
	font-weight: 600;
	color: #000
}

.details-section .details-content .list-title {
	font-size: 16px;
	font-weight: 700
}

.cart-section .table-wrap .quantity-input,
.details-section .details-content .quantity-input {
	display: table;
	max-width: 0 auto;
	position: relative;
	background-color: red
}

.cart-section .table-wrap .quantity-input input,
.details-section .details-content .quantity-input input {
	height: 38px;
	outline: 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #ddd
}

.cart-section .table-wrap .quantity-input input:focus,
.details-section .details-content .quantity-input input:focus {
	border-color: #000
}

.cart-section .table-wrap .quantity-input span,
.details-section .details-content .quantity-input span {
	top: 50%;
	color: #000;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%)
}

.cart-section .table-wrap .quantity-input span:first-child,
.details-section .details-content .quantity-input span:first-child {
	left: 14px
}

.cart-section .table-wrap .quantity-input span:last-child,
.details-section .details-content .quantity-input span:last-child {
	right: 14px
}

.details-section .details-content .addtocart-btn {
	float: left;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 8px;
	color: #000;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #000
}

.details-section .details-content .btns-group>ul>li .quantity-input {
	max-width: 150px
}

.details-section .details-content .tag-list .list-title {
	float: left;
	font-size: 14px;
	margin-right: 5px;
	color: #000
}

.details-section .details-content .tag-list>ul>li {
	margin-right: 5px;
	position: relative
}

.details-section .details-content .tag-list>ul>li:after {
	content: ",";
	font-size: 16px;
	display: inline-block
}

.details-section .details-content .tag-list>ul>li>a {
	color: #434343
}

.details-section .details-content .tag-list>ul>li>a:hover {
	color: #000;
	text-decoration: underline
}

.details-section .tab-btns {
	border-bottom: 2px solid #ddd
}

.details-section .tab-btns>ul>li {
	margin-right: 34px
}

.details-section .tab-btns>ul>li>a {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px
}

.details-section .tab-btns>ul>li>a:before {
	left: 0;
	width: 0%;
	opacity: 0;
	height: 2px;
	bottom: -2px;
	content: "";
	line-height: 1;
	position: absolute;
	transition: .3s ease-in-out;
	background-color: #000
}

.details-section .tab-btns>ul>li>a.active:before,
.details-section .tab-btns>ul>li>a:hover:before,
.foodmenu-section .food-menu-list>ul>li>a.active:after,
.foodmenu-section .food-menu-list>ul>li>a.active:before,
.foodmenu-section .food-menu-list>ul>li>a:hover:after,
.foodmenu-section .food-menu-list>ul>li>a:hover:before {
	opacity: 1;
	width: 100%
}

.home-agency-classic .contact-section #mapBox,
.map-section #mapBox {
	height: 500px
}

.contact-section.bg-map {
	background-size: contain;
	background-position: center center
}

.contact-section .submit-btn-icon {
	line-height: 1;
	font-size: 42px;
	color: #000
}

.contact-section.text-white .form-item input {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff
}

.cart-section .table-wrap .item-image {
	width: 80px;
	float: left;
	margin-right: 50px
}

.cart-section .table-wrap .item-content {
	padding-top: 22px;
	display: inline-block
}

.app-landing-banner .banner-content .btns-group>ul>li,
.cart-section .table-wrap .item-content .btns-group>ul>li {
	margin-right: 30px
}

.cart-section .table-wrap .item-content .btns-group>ul>li>button {
	font-size: 12px;
	font-weight: 500;
	color: #434343
}

.cart-section .table-wrap small {
	color: #8f8f8f;
	font-size: 14px;
	display: inline-block
}

.cart-section .submition-area {
	border-top: 1px solid #ddd
}

.cart-section .submition-area .form-item button[type=submit] {
	top: 50%;
	right: 20px;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	transform: translateY(-50%)
}

.checkout-section .title-text {
	font-size: 18px
}

.checkout-section .form-item textarea {
	min-height: 90px
}

.checkout-section .checkout-sidebar {
	padding: 40px;
	background-color: #f2f2f2
}

.checkout-section .checkout-sidebar hr {
	height: 1px;
	border: none;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ddd
}

.checkout-section .checkout-sidebar .btn {
	display: block;
	min-width: 100%
}

.checkout-section .checkout-sidebar .price-info>ul>li {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px
}

.checkout-section .checkout-sidebar .price-info>ul>li:last-child {
	color: #000;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-bottom: 0 !important
}

.checkout-section .checkout-sidebar .price-info>ul>li span {
	float: right;
	color: #000
}

.card-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 3em
}

.card-wrapper .card-content {
	position: relative;
	overflow: hidden
}

.card-wrapper .form-title {
	position: relative;
	font-weight: 700;
	font-size: calc(1.275rem + .3vw);
	line-height: 40px;
	margin-bottom: 40px;
	letter-spacing: 0
}

@media (max-width:575px) {
	.card-wrapper .form-title {
		font-size: 20px;
		line-height: 30px
	}
}

.brand_list .brand_item {
	margin-left: .5rem;
	margin-right: .5rem
}

.brand_list div.brand_name {
	font-weight: 700;
	font-size: .9rem;
	margin-top: .5em
}

.brand_list .brand_logo {
	display: flex !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
	height: 62px
}

.brand_list {
	display: flex !important;
	margin-left: -.5rem;
	margin-right: -.5rem;
	flex-direction: row !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: stretch
}

.brand_list .brand_item:not(.d-none) {
	position: relative;
	width: calc(50% - 1rem);
	margin-bottom: 1rem;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	border: 2px solid var(--bs-dark);
	border-radius: .25rem;
	padding: 1.5rem
}

.brand_list .brand_logo::after,
.brand_list .brand_logo::before,
.brand_list .brand_name::after,
.brand_list .brand_name::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	border: 2px solid;
	transition: .3s;
	opacity: 0
}

.brand_list .brand_logo::before,
.brand_list .brand_name::before {
	top: 0;
	left: 0;
	border-right: none
}

.brand_list .brand_logo::after,
.brand_list .brand_name::after {
	top: 0;
	right: 0;
	border-left: none
}

.brand_list .brand_item:hover .brand_logo::after,
.brand_list .brand_item:hover .brand_logo::before,
.brand_list .brand_item:hover .brand_name::after,
.brand_list .brand_item:hover .brand_name::before {
	width: 50%;
	opacity: 1
}

.brand_list .brand_logo img {
	max-height: 62px
}

.brand_list .brand_name {
	font-size: .85rem;
	text-align: center
}

@media (min-width:576px) and (max-width:767.98px) {
	.brand_list .brand_item:not(.d-none) {
		width: calc(33.33333333% - 1rem)
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.brand_list .brand_item:not(.d-none) {
		width: calc(25% - 1rem)
	}
}

@media (min-width:992px) {
	.brand_list .brand_item:not(.d-none) {
		width: calc(20% - 6rem)
	}
}

.Chiptuning-specs {
	margin: -10px 0 10px
}

@media (max-width:1000px) {
	.Chiptuning-specs {
		margin-bottom: 40px
	}
}

@media (max-width:700px) {
	.Chiptuning-specs {
		margin-bottom: 24px
	}
}

.Chiptuning-specs:after {
	clear: both;
	content: "";
	display: table
}

.Chiptuning-specs table {
	float: left;
	margin: 0 0 0 6%;
	table-layout: fixed;
	width: 47%
}

.Chiptuning-specs table:first-child {
	margin-left: 0
}

.Chiptuning-specs table td:first-child {
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0
}

@media (max-width:1000px) {
	.Chiptuning-specs table {
		margin: 0;
		width: 100%
	}

	.Chiptuning-specs table td {
		box-sizing: border-box;
		width: 50%
	}
}

.Chiptuning-specs table.fullwidth {
	margin: 0;
	width: 100%
}

.map-wrap h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0
}

.text-sm {
	font-size: .8em
}

.tuning-tab h2 {
	font-size: 1.3em;
	margin-bottom: 0 !important
}

.tuning-tab .fa-duotone {
	color: #454545
}

.tuning-tab .from-stat {
	color: #fff;
	font-size: 2em;
	font-family: changeling-neo
}

.tuning-tab .to-stat {
	color: #e30613;
	font-size: 3em;
	font-family: changeling-neo-inline;
	letter-spacing: 3px
}

.tuning-tab .label {
	font-size: .9em;
	color: #a5b1bd
}

.tuning-tab .result-box * {
	line-height: 50px;
	vertical-align: middle
}

.tuning-tab .result-box .difference {
	font-family: changeling-neo;
	font-size: 1.2em
}

form .form-item div.error-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-invalid-color)
}

form .form-item div.success-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-valid-color)
}

.error-section {
	padding: 150px 0
}

.error-section .error-content .form-item input {
	height: 60px;
	border: 1px solid #ededed
}

.error-section .error-content .form-item input:focus {
	box-shadow: 0 3px 11px 0 rgba(249, 79, 79, .14)
}

.error-section .error-content .form-item button {
	top: 50%;
	right: 20px;
	color: #000;
	font-size: 20px;
	position: absolute;
	transform: translateY(-50%)
}

.coming-soon-page .footer-section,
.coming-soon-page .header-section {
	left: 0;
	right: 0;
	z-index: 999;
	padding: 60px 0;
	position: absolute
}

.comingsoon-section {
	background-size: auto;
	background-position: right bottom
}

.comingsoon-section .comingsoon-content .title-text {
	font-size: 32px;
	line-height: 1.4
}

.comingsoon-section .comingsoon-content .countdown-timer>ul>li {
	width: 100px;
	height: 100px;
	padding: 19px 0;
	text-align: center;
	margin-right: 20px;
	border-radius: 100%;
	border: 3px solid #8d8d8d
}

.comingsoon-section .comingsoon-content .countdown-timer>ul>li strong {
	color: #fff;
	line-height: 1;
	display: block;
	font-size: 36px;
	font-weight: 700;
	font-family: Montserrat, sans-serif
}

.comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase
}

.banner-section,
.hotel-carousel .item,
.restaurant-carousel .item {
	min-height: 100vh;
	position: relative
}

.agency-default-carousel .item .absolute-social-wrap,
.banner-section .absolute-social-wrap,
.slider-section .absolute-social-wrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0
}

.banner-section.text-white .title-text {
	color: #fff;
	z-index: 2;
	position: relative
}

.banner-section.text-white .btn-border {
	line-height: 43px;
	border: 2px solid #fff
}

.slider-section .absolute-social-wrap {
	z-index: 1
}

.agency-default-carousel .owl-stage-outer {
	padding-bottom: 210px
}

.agency-default-carousel .item,
.architecture-carousel .item {
	min-height: 800px;
	position: relative
}

.agency-default-carousel .item.bg-gray {
	background-color: #eaeaea
}

.agency-default-carousel .item .slider-content {
	padding-right: 60px
}

.agency-default-carousel .item .item-title {
	font-size: 48px;
	margin-bottom: 40px
}

.agency-default-carousel .item p {
	font-size: 16px;
	margin-bottom: 60px
}

.agency-default-carousel .item .slider-image {
	height: 800px;
	position: relative
}

.agency-default-carousel .item .child-image {
	opacity: 0;
	max-width: 255px;
	position: absolute;
	transform: translateY(60px);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	box-shadow: 8px 8px 50px 1px rgba(0, 0, 0, .1)
}

.agency-default-carousel .item .child-image.child-image-1 {
	top: 160px;
	right: -115px
}

.agency-default-carousel .item .child-image.child-image-2 {
	left: 0;
	bottom: 30px
}

.agency-default-carousel .item .child-image.child-image-3 {
	right: -235px;
	bottom: -210px
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-1 {
	transition-delay: 1s
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-2 {
	transition-delay: 1.1s
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-3 {
	transition-delay: 1.2s
}

.agency-default-carousel .owl-dots {
	top: 31%;
	left: 60px;
	position: absolute
}

.agency-default-carousel .owl-dots .owl-dot,
.shop-slider .owl-dots .owl-dot {
	display: block;
	margin-bottom: 30px
}

.agency-default-carousel .owl-dots .owl-dot>span,
.shop-slider .owl-dots .owl-dot>span {
	margin: 0;
	width: 30px;
	height: 2px;
	transform: scale(1);
	background-color: rgba(0, 0, 0, .2)
}

.agency-default-carousel .owl-dots .owl-dot.active>span,
.shop-slider .owl-dots .owl-dot.active>span {
	width: 60px;
	transform: scale(1);
	background-color: #000
}

.agency-default-carousel .owl-nav {
	display: none;
	background: red;
	margin-top: 10px
}

.home-agency-default .portfolio-section {
	margin-top: -100px
}

.agency-classic-banner .banner-content {
	z-index: 2;
	text-align: right;
	position: relative
}

.agency-classic-banner .title-text span {
	display: block;
	font-weight: 300;
	font-size: 128px;
	line-height: 1.117;
	font-family: Montserrat, sans-serif;
	transition: .3s ease-in-out
}

.agency-classic-banner .slider-image {
	top: 0;
	right: 0;
	z-index: -1;
	max-width: 1153px;
	position: absolute;
	transition: .3s ease-in-out
}

.team-carousel.arrow-top-right .owl-nav {
	top: -70px
}

.home-agency-classic .contact-section .google-map {
	height: 420px
}

.agency-creative-banner .banner-image {
	float: right;
	max-width: 350px;
	margin-right: -10px
}

.agency-studio-banner {
	min-height: 720px
}

.agency-minimal-banner {
	min-height: 800px;
	padding: 60px 0
}

.agency-minimal-banner .title-text {
	font-size: 198px;
	font-weight: 200;
	line-height: .874
}

.agency-minimal-banner .social-links-text {
	margin-top: 80px
}

.agency-startup-banner {
	min-height: 630px;
	padding-bottom: 150px
}

.agency-startup-banner p {
	max-width: 570px;
	margin: 0 auto
}

.agency-startup-grid .grid-item,
.agency-startup-grid .grid-sizer {
	float: left;
	padding: 0;
	width: 33.333%;
	display: inline-block
}

.agency-marketing-grid .portfolio-fullimage.has-content {
	width: 100%;
	height: 570px;
	display: flex;
	align-items: center
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
	width: 100%;
	margin: 0 auto auto 0;
	padding: 50px;
	display: block
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
	font-size: 54px;
	font-weight: 300
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .signiture {
	line-height: 1;
	display: block;
	font-size: 70px;
	font-family: PWSignaturetwo
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap hr {
	height: 2px;
	width: 60px;
	border: none;
	margin: 60px 0;
	display: inline-block;
	background-color: #000
}

.home-photographer {
	padding: 60px 60px 60px 375px
}

.home-freelancer .section-title {
	margin-left: -115px
}

.home-freelancer .section-title .title-text {
	font-size: 21px;
	font-weight: 600;
	position: relative;
	padding-left: 115px
}

.home-freelancer .section-title .title-text:before {
	top: 12px;
	left: 0;
	content: "";
	height: 2px;
	width: 70px;
	position: absolute;
	background-color: #000
}

.freelancer-banner {
	min-height: auto
}

.freelancer-banner:before {
	top: 50%;
	right: -100px;
	width: 2px;
	content: "";
	height: 67px;
	position: absolute;
	background-color: #000;
	transform: translateY(-50%)
}

.freelancer-banner .banner-content h3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: Poppins, sans-serif
}

.freelancer-banner .banner-content h1 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 40px
}

.designer-banner {
	background-size: auto;
	background-position: right 263px center
}

.designer-banner .banner-content h3 {
	font-size: 21px;
	font-weight: 500;
	font-family: Poppins, sans-serif
}

.designer-banner .banner-content h2 {
	font-size: 32px;
	font-weight: 500
}

.home-personal .section-title .title-text {
	position: relative;
	padding-left: 200px
}

.home-personal .section-title .title-text:before {
	top: 18px;
	left: 0;
	content: "";
	height: 2px;
	width: 170px;
	position: absolute;
	background-color: #000
}

.home-personal .section-title.size-increase .title-text:before {
	top: 24px
}

.personal-banner {
	min-height: 720px;
	background-size: auto;
	background-position: right top
}

.personal-banner .banner-content {
	padding-top: 60px;
	position: relative
}

.personal-banner .banner-content:before {
	top: 0;
	left: 0;
	height: 2px;
	width: 60px;
	content: "";
	position: absolute;
	background-color: #fff
}

.personal-banner .banner-content h1 {
	font-size: 102px;
	font-weight: 600
}

.personal-banner .banner-content h2 {
	font-size: 42px;
	font-weight: 600
}

.app-landing-banner,
.yoga-banner {
	min-height: 800px;
}
@media screen and (min-width: 800px) {
	.app-landing-banner {
		min-height: 100vh;
	}
}

.app-landing-banner .banner-content {
	position: relative;
	z-index: 2;
	padding-top: 150px;
}

.app-landing-banner .banner-content h1 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 80px
}

.app-landing-banner .banner-content h1 span {
	font-size: 43px
}

.home-architecture h1,
.home-architecture h2,
.home-architecture h3,
.home-architecture h4,
.home-architecture h5,
.home-architecture h6 {
	font-weight: 300
}

.home-architecture .slide-section {
	position: relative;
	padding-left: 60px;
	padding-right: 60px
}

.home-architecture .slide-section .social-links {
	top: 50%;
	right: 23px;
	position: absolute;
	display: inline-block;
	transform: translateY(-50%)
}

.home-architecture .slide-section .social-links>ul>li {
	display: table;
	margin: 0 0 50px;
	text-align: center
}

.architecture-carousel .item .item-content {
	right: 0;
	bottom: 0;
	max-width: 770px;
	padding: 55px 75px;
	position: absolute;
	background-color: #000
}

.architecture-carousel .item .item-content .item-title {
	color: #fff;
	font-size: 48px
}

.architecture-carousel .owl-dots {
	top: 50%;
	left: -33px;
	position: absolute;
	transform: translateY(-50%)
}

.architecture-carousel .owl-dots .owl-dot span {
	margin: 8px 0
}

.home-architecture .about-section .about-image {
	width: 745px;
	float: right
}

.home-architecture .about-section .about-image.creative-image {
	float: none !important;
	width: auto !important
}

.home-architecture .blog-grid .item-title>a,
.prices-products-summary-overview-main {
	font-weight: 700
}

.home-restaurant .section-title .title-text {
	position: relative;
	padding-bottom: 18px
}

.home-restaurant .section-title.text-center .title-text:before {
	left: 50%;
	transform: translateX(-50%)
}

.home-restaurant .text-white .section-title .title-text:before {
	background-color: #2d2d2d
}

.restaurant-carousel .icon {
	max-width: 75px;
	margin-bottom: 60px;
	display: inline-block
}

.restaurant-carousel h3 {
	font-size: 60px;
	margin-bottom: 40px
}

.restaurant-carousel p {
	max-width: 530px;
	display: inline-block
}

.restaurant-carousel .btn.btn-border.border-white {
	height: 50px;
	line-height: 46px
}

.restaurant-carousel .owl-dots {
	top: 50%;
	right: 60px;
	margin: 0;
	position: absolute;
	transform: translateY(-50%)
}

.restaurant-carousel .owl-dots .owl-dot {
	display: block;
	margin-bottom: 20px
}

.restaurant-carousel .owl-dots .owl-dot span {
	margin: 0;
	width: 7px;
	height: 7px;
	background-color: rgba(255, 255, 255, .5)
}

.about-section .signiture-text {
	display: block;
	line-height: 1;
	color: #000;
	font-size: 80px;
	text-align: center;
	font-family: PWSignaturetwo
}

.foodmenu-section .food-menu-list>ul>li {
	margin-right: 115px
}

.foodmenu-section .food-menu-list>ul>li>a {
	color: #a5a5a5;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 0;
	position: relative;
	font-family: "Playfair Display", serif
}

.foodmenu-section .food-menu-list>ul>li>a:after,
.foodmenu-section .food-menu-list>ul>li>a:before {
	width: 0%;
	height: 2px;
	opacity: 0;
	content: "";
	position: absolute;
	background-color: #000;
	transition: .3s ease-in-out
}

.foodmenu-section .food-menu-list>ul>li>a:before {
	top: 0;
	right: 0
}

.foodmenu-section .food-menu-list>ul>li>a:after {
	left: 0;
	bottom: 0
}

.foodmenu-section .items-list>ul>li .title-wrap:before {
	left: 50%;
	width: 90%;
	height: 2px;
	bottom: 2px;
	content: "";
	z-index: -1;
	position: absolute;
	transform: translateX(-50%);
	border-bottom: 2px dotted #434343
}

.foodmenu-section .items-list>ul>li .title-wrap .dish-name {
	z-index: 1;
	float: left;
	line-height: 1;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding-right: 10px;
	display: inline-block;
	background-color: #fff;
	font-family: Montserrat, sans-serif
}

.foodmenu-section .items-list>ul>li .title-wrap .dish-name .item-label {
	margin-left: 5px
}

.foodmenu-section .items-list>ul>li .title-wrap .dish-price {
	z-index: 1;
	float: right;
	color: #000;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	padding-left: 10px;
	background-color: #fff
}

.foodmenu-section .items-list>ul>li .item-label {
	height: 16px;
	color: #fff;
	font-size: 10px;
	padding: 0 5px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	background-color: #000;
	text-transform: uppercase
}

.foodmenu-section.text-white .items-list>ul>li .title-wrap:before {
	border-bottom: 2px dotted #fff
}

.foodmenu-section.text-white .tab-content p {
	color: #bbb
}

.booking-section {
	min-height: 480px
}

.booking-section .section-title .title-text {
	font-size: 60px;
	padding-bottom: 0
}

.home-restaurant .contact-section .section-title .title-text {
	padding-bottom: 0
}

.home-blogger h1,
.home-blogger h2,
.home-blogger h3,
.home-blogger h4,
.home-blogger h5,
.home-blogger h6,
.home-decoration h1,
.home-decoration h2,
.home-decoration h3,
.home-decoration h4,
.home-decoration h5,
.home-decoration h6,
.home-hotel h1,
.home-hotel h2,
.home-hotel h3,
.home-hotel h4,
.home-hotel h5,
.home-hotel h6,
.home-wedding h1,
.home-wedding h2,
.home-wedding h3,
.home-wedding h4,
.home-wedding h5,
.home-wedding h6 {
	font-weight: 700;
	font-family: "Playfair Display", serif
}

.hotel-carousel .item .popup-video {
	left: 19%;
	bottom: 60px;
	position: absolute
}

.home-portfolio-3 .section-title.size-increase .title-text,
.hotel-carousel .item .item-title {
	font-size: 60px
}

.hotel-carousel .owl-dots {
	right: 19%;
	bottom: 60px;
	position: absolute
}

.hotel-carousel .owl-dots .owl-dot span {
	opacity: .4;
	background: #fff
}

.hotel-carousel .owl-dots .owl-dot.active span,
.hotel-carousel .owl-dots .owl-dot:hover span {
	opacity: 1;
	background: #fff
}

.hotel-list-layout .item-image {
	width: 960px
}

.hotel-list-layout .item-image.float-start {
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.hotel-list-layout .item-image.float-end {
	margin-right: calc(-.5 * var(--bs-gutter-x))
}

.hotel-list-layout .about-service .service-icon {
	float: left;
	margin-top: 3px;
	margin-right: 25px
}

.hotel-list-layout .about-service .service-content .service-title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 15px
}

.property-carousel.arrow-top-right .owl-nav {
	top: -150px
}

.home-hotel .blog-grid .item-title>a {
	font-size: 21px;
	font-family: "Playfair Display", serif
}

.event-banner .title-text {
	font-size: 90px;
	font-weight: 500
}

.btn.btn-login-border {
	background: transparent;
	border: 2px solid #de3a0e;
	line-height: 47px;
}
.btn.btn-register {
    background: #de3a0e;
    border: 2px solid #de3a0e;
    line-height: 47px;
}




#services-section {
	background-color: rgba(25,25,25,1); /* solid bg */
  background-image: 
    url('../images/elementi-separati-02.svg'),
    url('../images/elementi-separati-05.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding-top: 220px;
  padding-bottom: 60px;
}

.event-banner .countdown-timer>ul>li {
	width: 120px;
	text-align: center;
	position: relative;
	margin-right: 40px;
	padding-right: 40px
}

.event-banner .countdown-timer>ul>li:after {
	top: 33.333%;
	right: -5px;
	opacity: .3;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 100%;
	background-color: #fff
}

.event-banner .countdown-timer>ul>li small,
.event-banner .countdown-timer>ul>li strong {
	color: #fff;
	display: block;
	line-height: 1
}

.event-banner .countdown-timer>ul>li strong {
	font-size: 72px;
	font-weight: 300;
	margin-bottom: 10px
}

.event-banner .countdown-timer>ul>li small {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

.event-banner .info-list {
	left: 0;
	right: 0;
	bottom: 60px;
	position: absolute
}

.event-banner .info-list>ul>li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px
}

.decoration-banner {
	min-height: 820px
}

.about-section .blockquote {
	font-style: italic;
	padding-top: 15px;
	padding-left: 66px;
	padding-bottom: 15px;
	border-left: 8px solid #e9e9e9
}

.about-section .blockquote p {
	font-size: 32px;
	font-family: Montserrat, sans-serif
}

.home-decoration .about-section .blockquote {
	margin-left: 70px
}

.home-decoration .about-section .blockquote p {
	color: #000;
	line-height: 1.3;
	font-family: "Playfair Display", serif
}

.wedding-banner .title-text {
	line-height: 1;
	font-size: 100px
}

.wedding-banner .sub-title {
	line-height: 1;
	font-size: 48px;
	margin-bottom: 20px
}

.couple-fullimage .couple-type,
.wedding-banner .info-list>ul>li {
	font-size: 32px;
	font-family: "Playfair Display", serif;
	line-height: 1
}

.couple-fullimage .couple-type {
	left: 0;
	bottom: 0;
	color: #000;
	font-weight: 700;
	position: absolute;
	padding: 15px 30px;
	font-style: italic;
	background-color: #fff
}

.lovestory-section .lovestory-tab {
	border-top: 3px solid #f2f2f2
}

.lovestory-section .lovestory-tab>ul {
	width: 100%;
	display: flex;
	margin-top: -3px
}

.lovestory-section .lovestory-tab>ul>li {
	flex: 1;
	text-align: center
}

.lovestory-section .lovestory-tab>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 1;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding-top: 33px;
	position: relative;
	font-family: "Playfair Display", serif
}

.lovestory-section .lovestory-tab>ul>li>a:before {
	top: 0;
	left: 15px;
	right: 15px;
	content: "";
	height: 3px;
	opacity: 0;
	position: absolute;
	background-color: #000;
	transition: .3s ease-in-out
}

.lovestory-section .tab-content .item-image {
	z-index: 1;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px
}

.lovestory-section .tab-content .item-image:before {
	top: 30px;
	left: 30px;
	right: -30px;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: #000
}

.lovestory-section .tab-content .item-content .sub-title {
	font-size: 28px
}

.memories-images>ul {
	width: 100%;
	display: flex
}

.memories-images>ul>li {
	flex: 1
}

.memories-images>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.memories-images>ul>li>a:after {
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	color: #fff;
	font-size: 30px;
	content: "";
	font-weight: 400;
	position: absolute;
	transform: translate(-50%, -30%);
	transition: .3s ease-in-out;
	font-family: "Font Awesome 5 Pro"
}

.home-wedding .service-default .serial-number {
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: "Playfair Display", serif
}

.home-wedding .service-default .item-title {
	font-size: 28px;
	margin-bottom: 20px
}

.home-travel .hotel-carousel .item .popup-video {
	margin-bottom: 80px;
	transform: unset !important;
	position: static !important
}

.home-travel .hotel-carousel .item .item-title {
	font-size: 70px
}

.home-travel .hotel-carousel .owl-dots {
	left: 360px;
	right: unset
}

.destinations-masoney-grid {
	margin: -15px;
	padding-top: 45px
}

.destinations-masoney-grid .grid-item,
.destinations-masoney-grid .grid-sizer {
	width: 33.333%
}

.home-blogger .section-title .title-text {
	font-size: 48px;
	font-weight: 700
}

.home-blogger .owl-dots .owl-dot>span {
	width: 15px;
	height: 5px
}

.home-blogger .owl-dots .owl-dot.active>span {
	width: 30px;
	transform: scale(1)
}

.blogger-carousel .item {
	min-height: 760px;
	padding-bottom: 125px
}

.blogger-carousel .item .post-date {
	margin-bottom: 30px;
	display: inline-block
}

.blogger-carousel .item .title-text {
	font-size: 38px
}

.blogger-carousel .owl-dots {
	left: 50%;
	bottom: 50px;
	position: absolute;
	transform: translateX(-50%)
}

.blogger-carousel .owl-dots .owl-dot>span {
	width: 15px;
	height: 5px;
	background-color: rgba(255, 255, 255, .2)
}

.blogger-carousel .owl-dots .owl-dot.active>span {
	width: 30px;
	transform: scale(1);
	background-color: #fff
}

.home-blogger .main-blog-grid .item-title>a {
	font-family: "Playfair Display", serif
}

.home-portfolio {
	padding: 150px 20px 20px
}

.quote-section p {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding-top: 80px;
	position: relative;
	font-family: Montserrat, sans-serif
}

.quote-section p>span {
	top: 0;
	left: 50%;
	line-height: 1;
	font-size: 74px;
	position: absolute;
	transform: translateX(-50%)
}

.home-portfolio-3 {
	padding-top: 255px
}

.home-portfolio-3 .section-title.has-tb-line {
	padding: 120px 0
}

.home-portfolio-3 .section-title.has-tb-line:after,
.home-portfolio-3 .section-title.has-tb-line:before {
	height: 60px
}

.home-portfolio-3 .sticky-header .menu-btn {
	float: none;
	display: table;
	margin: 60px auto 0
}

.home-portfolio-3 .sticky-header.stuck {
	padding: 23.5px 0
}

.home-portfolio-3 .sticky-header.stuck .menu-btn {
	margin: 20px auto 0
}

.portfolio-4-banner {
	min-height: 520px;
	padding-bottom: 130px
}

.portfolio-4-banner h1 {
	line-height: 1;
	font-size: 72px;
	font-weight: 600;
	margin-bottom: 15px
}

.portfolio-4-banner h3,
.portfolio-4-banner p {
	line-height: 1;
	font-size: 24px
}

.portfolio-4-banner h3 {
	font-weight: 700;
	margin-bottom: 10px
}

.shop-slider .item {
	min-height: 630px;
	background-size: auto 100%;
	background-position: left center
}

.shop-slider .item .item-title {
	font-size: 60px;
	font-weight: 600;
	padding-top: 60px;
	position: relative
}

.shop-slider .item .item-title:before {
	top: 0;
	left: 0;
	height: 2px;
	content: "";
	width: 120px;
	position: absolute;
	background-color: #000
}

.shop-slider .owl-dots {
	top: 50%;
	left: 60px;
	position: absolute;
	transform: translateY(-50%)
}

.home-shop-classic .slider-section .social-links {
	top: 50%;
	z-index: 2;
	left: 130px;
	position: absolute;
	transform: translateY(-50%)
}

.home-shop-classic .slider-section .social-links>ul>li {
	text-align: center;
	margin-bottom: 45px
}

.home-shop-classic .slider-section .social-links>ul>li span {
	writing-mode: vertical-rl
}

.shop-slider-2 .item {
	min-height: 800px;
	background-size: auto 100%;
	background-position: right center
}

.shop-slider-2 .item .date-text {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-right: 150px;
	display: inline-block
}

.shop-slider-2 .item .date-text:before {
	top: 50%;
	right: 0;
	height: 2px;
	content: "";
	width: 115px;
	position: absolute;
	background-color: #000;
	transform: translateY(-50%)
}

.shop-slider-2 .item .item-title {
	font-size: 60px;
	font-weight: 600
}

.shop-slider-2 .owl-nav.disabled {
	right: 0;
	z-index: 1;
	margin: 0;
	bottom: 0;
	display: table;
	position: absolute;
	background-color: #fff
}

.shop-slider-2 .owl-nav.disabled button {
	float: left;
	width: 80px;
	height: 80px;
	display: inline-block
}

.shop-slider-2 .owl-nav.disabled button:before {
	font-size: 36px;
	color: #434343
}

.classic-shop-masoney .grid-item {
	padding-top: 100px
}

.classic-shop-masoney .grid-item .section-title .title-text {
	max-width: 470px;
	font-weight: 700
}

.home-shop-minimal .shop-slider .item {
	min-height: 670px;
	position: relative;
	background-size: cover;
	background-position: left bottom
}

.home-shop-minimal .shop-slider .item .item-title {
	font-size: 46px
}

.home-shop-minimal .shop-section .arrow-top-right .owl-nav {
	top: -39px
}

@media screen and (max-width:1785px) {
	.service-default.plr-70 {
		padding: 0 50px
	}
}

@media screen and (max-width:1710px) {
	.agency-default-carousel .item .child-image {
		max-width: 200px
	}

	.agency-default-carousel .item .child-image.child-image-1 {
		right: 0
	}

	.agency-default-carousel .item .child-image.child-image-2 {
		bottom: 70px
	}

	.agency-default-carousel .item .child-image.child-image-3 {
		right: -100px;
		bottom: -160px
	}
}

@media screen and (max-width:1630px) {
	.service-default .item-title {
		font-size: 16px;
		margin-bottom: 15px
	}

	.home-shop-classic .slider-section .social-links {
		left: 30px
	}
}

@media screen and (max-width:1520px) {
	.service-default.plr-70 {
		padding: 0 30px
	}

	.portfolio-details-5 .details-section .details-image {
		min-height: 720px
	}

	.designer-banner {
		background-position: right 0 center
	}

	.shop-slider .item {
		background-size: cover
	}

	.shop-slider .item .item-title {
		font-size: 48px;
		padding-top: 40px
	}

	.shop-slider .item .item-title.mb-60 {
		margin-bottom: 40px
	}
}

@media screen and (max-width:1440px) {
	.agency-default-carousel .item .child-image.child-image-3 {
		right: 0;
		bottom: -80px
	}

	.agency-default-carousel .item .child-image.child-image-2 {
		bottom: 120px
	}

	.agency-default-carousel .owl-dots {
		left: 30px
	}

	.agency-default-carousel .owl-stage-outer {
		padding-bottom: 180px
	}

	.home-agency-default .portfolio-section {
		margin-top: -80px
	}

	.home-blogger,
	.home-decoration,
	.home-portfolio-2,
	.home-shop-creative,
	.home-shop-minimal,
	.home-wedding {
		padding-left: 30px;
		padding-right: 30px
	}

	.blogger-carousel .item {
		min-height: 715px
	}
}

@media screen and (max-width:1420px) {
	.service-default.plr-70 {
		padding: 0
	}
}

@media screen and (max-width:1350px) {

	.agency-default-carousel .owl-dots,
	.home-shop-classic .slider-section .social-links {
		left: 0
	}

	.agency-default-carousel .owl-dots .owl-dot>span {
		width: 20px
	}

	.agency-default-carousel .owl-dots .owl-dot.active>span {
		width: 35px
	}

	.agency-default-carousel .owl-dots .owl-dot {
		margin-bottom: 20px
	}

	.home-shop-minimal .shop-slider .item {
		background-position: right -330px bottom
	}
}

@media screen and (max-width:1280px) {
	.portfolio-details-5 .details-section .details-image {
		min-height: 560px
	}

	.advertisement-section {
		min-height: 480px
	}

	.portfolio-carousel.arrow-top-right .owl-nav {
		right: 60px
	}

	.personal-banner {
		background-position: right 25% top
	}

	.personal-banner .banner-content h1 {
		font-size: 72px;
		margin-bottom: 5px
	}

	.personal-banner .banner-content h2 {
		font-size: 36px
	}

	.personal-banner .banner-content {
		padding-top: 40px
	}

	.app-landing-banner {
		min-height: 670px;
		background-size: cover;
		background-position: left 40% top
	}

	.app-landing-banner .banner-content h1 {
		font-size: 50px;
		margin-bottom: 60px
	}

	.pricing-table .item-header {
		padding: 15px
	}

	.pricing-table .item-title {
		font-size: 16px
	}

	.pricing-table .price-text strong {
		font-size: 22px
	}

	.pricing-table .price-text sup {
		font-size: 14px
	}

	.pricing-table.premium-item {
		transform: scale(1.03)
	}

	.pricing-table .info-list>ul>li {
		font-size: 13px;
		padding: 12px 30px
	}

	.pricing-table .info-list {
		padding: 30px 0
	}

	.home-travel .hotel-carousel .owl-dots {
		left: 60px
	}

	.blogger-carousel .item {
		min-height: 650px;
		padding-bottom: 100px
	}

	.blogger-carousel .owl-dots {
		bottom: 30px
	}

	.main-blog-grid .item-title>a {
		font-size: 32px
	}

	.portfolio-4-banner h1 {
		font-size: 60px
	}

	.portfolio-4-banner h3,
	.portfolio-4-banner p {
		font-size: 20px
	}

	.home-shop-classic .slider-section .social-links {
		left: unset;
		right: 0
	}

	.shop-slider-2 .item {
		background-position: left 250px center
	}
}

@media screen and (max-width:1230px) {
	body {
		padding-top: 100px
	}

	.banner-section .absolute-social-wrap .container-fluid,
	.container-fluid,
	.home-portfolio-2 {
		padding-left: 15px;
		padding-right: 15px
	}

	.header-section .main-menu>ul>.menu-item-has-child .mega-menu {
		left: 0;
		right: 0;
		width: 100%;
		transform: unset
	}

	.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul>li>a,
	.header-section .main-menu>ul>.menu-item-has-child .submenu>li a {
		font-size: 12px;
		padding: 10px 20px
	}

	.header-section .main-menu>ul>.menu-item-has-child .mega-menu .list-title,
	.testimonial-boxed .person-comment p {
		font-size: 13px;
		margin-bottom: 20px
	}

	.sticky-header {
		padding: 23.5px 0
	}

	.header-section .main-menu>ul>.menu-item-has-child .submenu {
		min-width: 200px;
		padding: 20px 5px
	}

	.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child .submenu {
		top: -5px;
		padding: 5px
	}

	.partners-section:hover .arrow-left-right .owl-nav .owl-prev {
		left: -10px
	}

	.partners-section:hover .arrow-left-right .owl-nav .owl-next {
		right: -10px
	}

	.about-list-layout .item-content .item-title {
		font-size: 36px
	}

	.about-list-layout:nth-child(odd) .item-content {
		padding: 0 0 0 50px
	}

	.about-list-layout:nth-child(odd) .item-content .item-title {
		margin: 0 0 50px -150px
	}

	.about-list-layout p {
		font-size: 15px
	}

	.about-list-layout:nth-child(2n) .item-content {
		padding: 0 50px 0 0
	}

	.about-list-layout:nth-child(2n) .item-content .item-title {
		margin: 0 -150px 50px 0
	}

	.testimonial-boxed .quote-icon {
		max-width: 140px
	}

	.testimonial-boxed .person-image {
		width: 80px;
		height: 80px
	}

	.testimonial-boxed {
		padding: 30px
	}

	.blog-section .metro-layout .blog-fullimage .item-content .item-title {
		font-size: 18px
	}

	.details-section .details-image {
		min-height: 560px
	}

	.details-section .details-image-carousel .owl-dots,
	.hotel-carousel .owl-dots,
	.portfolio-carousel.arrow-top-right .owl-nav {
		right: 15px
	}

	.fixed-sidebar-menu {
		width: 300px;
		padding: 60px 40px
	}

	.home-photographer {
		padding-left: 300px
	}

	.fixed-sidebar-menu .brand-logo {
		margin-bottom: 100px
	}

	.fixed-sidebar-menu .fsm-menu-list {
		margin: -12px -40px 100px
	}

	.fixed-sidebar-menu .fsm-menu-list .submenu>li {
		padding-left: 40px
	}

	.home-architecture .slide-section,
	.home-blogger,
	.home-decoration,
	.home-shop-creative,
	.home-shop-minimal,
	.home-wedding {
		padding-left: 0;
		padding-right: 0
	}

	.home-architecture .slide-section .social-links {
		top: 35%;
		z-index: 2;
		right: 30px;
		transform: translateY(-35%)
	}

	.home-architecture .slide-section .social-links>ul>li>a {
		color: rgba(255, 255, 255, .7)
	}

	.architecture-carousel .owl-dots {
		top: 35%;
		left: 30px;
		z-index: 2;
		transform: translateY(-35%)
	}

	.restaurant-carousel .owl-dots {
		right: 30px
	}

	.hotel-carousel .item .popup-video {
		left: 50%;
		transform: translateX(-50%)
	}

	.hanging-header {
		top: 15px
	}

	.decoration-banner {
		min-height: 500px
	}

	.booking-section .section-title .title-text {
		font-size: 54px
	}

	.wedding-banner .title-text {
		margin-bottom: 40px;
		font-size: 78px !important
	}

	.wedding-banner .sub-title {
		font-size: 42px
	}

	.wedding-banner .info-list>ul>li {
		font-size: 30px
	}

	.wedding-banner {
		min-height: 75vh
	}

	.home-travel .hotel-carousel .owl-dots {
		left: 10px
	}

	.home-blogger .header-section .brand-logo {
		text-align: left !important
	}

	.comingsoon-section {
		background-position: right 45% bottom
	}
}

@media screen and (max-width:1199px) {
	.portfolio-carousel-2 .owl-nav {
		top: unset;
		left: unset;
		margin-top: 30px !important;
		position: relative !important
	}

	.portfolio-carousel-2 {
		float: none;
		width: 100%
	}
}

@media screen and (max-width:1170px) {
	.social-links-text>ul>li {
		margin-right: 15px;
		padding-right: 15px
	}

	.header-section .main-menu>ul>li {
		margin-right: 30px
	}

	.footer-section .instagram-shoots {
		margin-left: -30px
	}

	.footer-section .instagram-shoots>ul>li {
		width: 70px;
		height: 70px
	}

	.footer-section .instagram-shoots>ul>li .icon {
		font-size: 22px;
		line-height: 70px
	}

	.about-section .item-title {
		font-size: 36px
	}

	.service-default p {
		font-size: 12px
	}
}

@media screen and (max-width:1100px) {
	.section-title.size-increase .title-text {
		font-size: 38px
	}

	.header-section .main-menu>ul>li {
		margin-right: 30px
	}
}

@media screen and (max-width:1080px) {
	.header-section .main-menu>ul>li {
		margin-right: 22px
	}

	.event-banner .countdown-timer>ul>li {
		width: 80px;
		margin-right: 20px;
		padding-right: 20px
	}

	.event-banner .countdown-timer>ul>li:after {
		width: 5px;
		height: 5px
	}

	.event-banner .countdown-timer>ul>li strong {
		font-size: 54px;
		margin-bottom: 6px
	}

	.event-banner .countdown-timer>ul>li small {
		font-size: 15px
	}

	.event-banner .title-text {
		margin-bottom: 60px;
		font-size: 72px !important
	}
}

@media screen and (max-width:1024px) {
	.section-title .title-text {
		font-size: 30px
	}

	.section-title p {
		font-size: 15px
	}

	.header-section .main-menu>ul>li {
		margin-right: 25px
	}

	.footer-section .instagram-shoots-2>ul>li {
		width: 120px;
		height: 120px;
		margin-right: 5px;
		margin-bottom: 5px
	}

	.breadcrumb-section .page-title,
	.home-portfolio-3 .section-title .title-text {
		font-size: 42px
	}

	.about-section .item-title,
	.details-section .details-image .item-content .item-title {
		font-size: 36px
	}

	.about-section .child-item .item-title,
	.blog-list .item-title {
		margin-bottom: 15px
	}

	.about-section .child-item {
		margin-top: 50px
	}

	.about-list-layout .item-content .about-service>ul>li {
		margin-bottom: 30px
	}

	.blog-list .item-content {
		padding-left: 30px
	}

	.blog-list .item-title a {
		font-size: 18px
	}

	.blog-list .post-meta {
		margin-bottom: 20px
	}

	.blog-fullimage .item-content .item-title {
		font-size: 16px;
		max-width: 300px;
		margin-bottom: 15px
	}

	.blog-fullimage .item-content .item-brand,
	.policy-item p {
		font-size: 12px
	}

	.blog-fullimage .item-content {
		padding: 0 40px
	}

	.blog-section .metro-layout .blog-fullimage .item-content .item-title {
		font-size: 14px
	}

	.advertisement-section {
		min-height: 450px
	}

	.details-section .details-content blockquote .title-text {
		font-size: 36px;
		padding-left: 60px
	}

	.portfolio-fullimage .item-content {
		padding: 20px
	}

	.agency-default-carousel .item .item-title {
		font-size: 38px;
		margin-bottom: 20px
	}

	.agency-default-carousel .item p {
		font-size: 14px;
		margin-bottom: 45px
	}

	.agency-default-carousel .item .slider-image {
		height: 500px
	}

	.agency-default-carousel .item .child-image {
		max-width: 170px
	}

	.agency-default-carousel .item .child-image.child-image-1 {
		top: 0
	}

	.agency-default-carousel .item .child-image.child-image-3 {
		bottom: -50px
	}

	.agency-default-carousel .owl-stage-outer {
		padding-bottom: 100px
	}

	.home-agency-default .portfolio-section {
		margin-top: 0
	}

	.agency-classic-banner {
		min-height: 800px
	}

	.agency-classic-banner .title-text,
	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title.mb-60 {
		margin-bottom: 40px
	}

	.agency-classic-banner .title-text span {
		font-size: 84px
	}

	.agency-minimal-banner .title-text {
		font-size: 172px !important
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .btns-wrap.mb-100,
	.agency-minimal-banner .title-text.mb-100 {
		margin-bottom: 60px
	}

	.agency-minimal-banner .social-links-text {
		margin-top: 40px
	}

	.agency-startup-banner .title-text {
		font-size: 52px;
		margin-bottom: 30px
	}

	.agency-startup-banner {
		min-height: 560px;
		padding-bottom: 120px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
		font-size: 32px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap hr {
		margin: 40px 0
	}

	.agency-marketing-grid .portfolio-fullimage.has-content {
		height: 482px
	}

	.personal-banner {
		min-height: 600px;
		background-position: right 25% bottom
	}

	.personal-banner .banner-content h1 {
		font-size: 60px
	}

	.personal-banner .banner-content h2 {
		font-size: 24px
	}

	.section-title.border-left {
		padding-left: 60px
	}

	.home-personal .section-title .title-text {
		padding-left: 100px
	}

	.home-personal .section-title .title-text::before,
	.shop-slider-2 .item .date-text::before {
		width: 80px
	}

	.home-portfolio-3 .section-title.size-increase .title-text {
		font-size: 48px
	}

	.home-portfolio-3 .section-title.has-tb-line::after,
	.home-portfolio-3 .section-title.has-tb-line::before {
		height: 50px
	}

	.home-portfolio-3 .section-title.has-tb-line {
		padding: 100px 0
	}

	.shop-slider .item {
		background-position: right center
	}

	.shop-slider-2 .item {
		min-height: 630px;
		background-size: cover;
		background-position: left 200px center
	}

	.shop-slider-2 .item .date-text {
		font-size: 14px;
		margin-bottom: 20px;
		padding-right: 100px
	}

	.shop-slider-2 .owl-nav.disabled button {
		width: 60px;
		height: 60px
	}

	.shop-slider-2 .item .item-title {
		font-size: 48px;
		margin-bottom: 40px
	}

	.classic-shop-masoney .shop-creative-item .item-content {
		margin: auto;
		max-width: 300px
	}

	.shop-creative-item .item-content.float-start .item-title {
		left: 60%
	}

	.home-shop-minimal .shop-slider .item {
		min-height: 580px;
		background-position: right -280px bottom
	}

	.home-shop-minimal .shop-slider .item .item-title {
		font-size: 38px
	}

	.product-grid .item-image {
		height: auto
	}

	.policy-item .item-icon {
		width: 50px;
		font-size: 42px;
		margin-right: 10px
	}

	.policy-item .item-title {
		margin: 0;
		font-size: 15px
	}

	.error-section {
		padding: 120px 0
	}
}

@media screen and (max-width:991px) {
	.sec-ptb-100 {
		padding: 70px 0
	}

	.about-list-layout .item-content,
	.service-default {
		padding: 0 !important
	}

	.about-list-layout,
	.mb-100 {
		margin-bottom: 70px
	}

	.blog-section .masoney-grid.m-0.mb-100 {
		margin-bottom: 70px !important
	}

	.post-meta>ul>li {
		font-size: 12px
	}

	.pagination-nav>ul {
		margin: 0 auto
	}

	.home-decoration .about-section .blockquote,
	.home-freelancer .section-title {
		margin-left: 0
	}

	.home-freelancer .section-title .title-text {
		padding: 0
	}

	.fixed-sidebar-menu,
	.header-section .main-menu,
	.header-section .social-links-text,
	.home-freelancer .section-title .title-text:before {
		/* display: none; */
	}

	.section-title .leaf_image {
		max-width: 150px;
		display: inline-block
	}

	.fixed-menu-btn,
	.header-section .mobile-menu-btns {
		display: inline-block
	}

	.home-portfolio .header-section .order-first,
	.home-shop-minimal .header-section .order-first,
	.hotel-list-layout .order-last {
		order: 0
	}

	.header-section .menu-btn.menu-btn-round.float-start,
	.home-portfolio .header-section .order-first .menu-btn {
		float: right !important
	}

	.home-decoration .header-section .brand-logo.text-center,
	.home-portfolio .header-section .brand-logo.text-center,
	.home-project-showcase .header-section .brand-logo.text-center,
	.home-shop-minimal .header-section .brand-logo.text-center {
		text-align: left !important
	}

	.footer-section .instagram-shoots-2>ul>li {
		width: 100px;
		height: 100px
	}

	.breadcrumb-section .page-title {
		font-size: 42px;
		margin-bottom: 20px
	}

	.sidebar-section {
		margin-top: 60px
	}

	.about-list-layout:nth-child(odd) .item-content .item-title {
		margin: 0 0 30px -120px
	}

	.about-list-layout p,
	.about-section .about-content p,
	.checkout-section .checkout-sidebar .price-info>ul>li,
	.details-section .details-content p {
		font-size: 14px
	}

	.about-list-layout .item-content .item-title,
	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
		font-size: 30px
	}

	.about-list-layout:nth-child(2n) .item-content .item-title {
		margin: 0 -130px 30px 0
	}

	.checkout-section .title-text.mb-60,
	.home-shop-classic .slider-section .social-links>ul>li,
	.other-post-wrap .other-post small,
	.testimonial-fullwidth .person-image {
		margin-bottom: 20px
	}

	.about-section .about-content p.line-left {
		font-size: 14px;
		padding-left: 50px
	}

	.service-default {
		max-width: 270px;
		margin: 60px auto 0
	}

	.blog-grid .item-title,
	.post-meta.mb-30 {
		margin-bottom: 15px
	}

	.blog-grid .item-title>a {
		font-size: 16px
	}

	.blog-grid .blog-image::after {
		font-size: 12px;
		letter-spacing: 2px
	}

	.howtouse-section .section-title {
		text-align: center;
		margin-bottom: 60px
	}

	.details-section.blog-details .details-content .item-title {
		font-size: 30px;
		margin-bottom: 15px
	}

	.about-section .about-content p.mb-60,
	.about-section .item-title.mb-60,
	.details-section .details-content .info-list>ul>li,
	.details-section .mb-60,
	.home-architecture .slide-section .social-links>ul>li,
	.hotel-list-layout .about-service>ul>li,
	.hotel-list-layout .section-title p {
		margin-bottom: 30px
	}

	.details-section .mb-100 {
		margin-bottom: 50px
	}

	.details-section .details-content p blockquote {
		margin-top: 0
	}

	.details-section.blog-details .details-content blockquote .title-text {
		font-size: 28px;
		padding-left: 50px
	}

	.details-section .details-image .item-content .item-title {
		font-size: 32px;
		margin-bottom: 15px
	}

	.details-section .details-content .item-title {
		font-size: 26px;
		margin-bottom: 35px
	}

	.details-section .details-content .info-list>ul>li span {
		font-size: 12px;
		margin-bottom: 3px
	}

	.details-section .details-content p.bottom-line {
		margin-bottom: 40px;
		padding-bottom: 40px
	}

	.other-post-wrap .other-post span {
		font-size: 18px;
		line-height: 1.45
	}

	.other-post-wrap .other-post {
		padding: 50px
	}

	.decoration-banner,
	.details-section .details-image {
		min-height: 460px
	}

	.history-section .section-title .title-text .icon {
		max-width: 230px
	}

	.service-section .about-list-layout .item-content>.item-title {
		font-size: 54px
	}

	.banner-section .title-text,
	.home-wedding .section-title .title-text,
	.lovestory-section .tab-content .item-content .item-title {
		font-size: 42px
	}

	.about-section .about-image.creative-image {
		padding: 15px;
		margin-top: -80px
	}

	.about-section .about-content p.line-left::before {
		top: 0
	}

	.agency-minimal-banner .title-text {
		font-size: 148px !important
	}

	.agency-minimal-banner {
		min-height: 660px
	}

	.home-agency-startup .header-section .brand-logo>a {
		float: left
	}

	.agency-startup-banner {
		min-height: 470px;
		padding-bottom: 100px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
		padding: 40px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content {
		height: 464px
	}

	.home-photographer {
		padding: 60px
	}

	.designer-banner {
		background-position: right -30% center
	}

	.architecture-carousel .item .item-content {
		max-width: 570px;
		padding: 45px 65px
	}

	.architecture-carousel .item .item-content .item-title,
	.wedding-banner .sub-title {
		font-size: 36px
	}

	.architecture-carousel .item {
		min-height: 600px
	}

	.portfolio-carousel-3 .item .item-content .item-title {
		font-size: 36px;
		padding-left: 60px;
		margin-bottom: 40px
	}

	.home-architecture .about-section .about-image {
		width: 100%;
		float: none;
		margin-bottom: 40px
	}

	.about-section .item-title {
		font-size: 32px
	}

	.portfolio-carousel-3 {
		float: none;
		width: auto;
		margin-left: -15px;
		margin-right: -15px
	}

	.portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
		right: 0
	}

	.foodmenu-section .food-menu-list>ul>li {
		margin-right: 60px
	}

	.team-grid .person-image .social-links>ul>li>a {
		font-size: 13px
	}

	.team-grid .person-image .social-links>ul>li {
		margin-right: 25px
	}

	.home-hotel .blog-grid .item-title>a,
	.team-grid .person-name {
		font-size: 20px
	}

	.booking-section {
		min-height: 370px
	}

	.booking-section .section-title .title-text,
	.hotel-carousel .item .item-title {
		font-size: 48px
	}

	.hotel-list-layout .item-image {
		width: auto;
		float: none !important;
		margin: 0 -15px !important
	}

	.hotel-list-layout .section-title {
		padding: 30px 30px 0
	}

	.hotel-list-layout .section-title .title-text {
		font-size: 36px;
		margin-bottom: 40px
	}

	.home-hotel .header-section .brand-logo>a {
		max-width: 80px
	}

	.home-hotel .header-section .mobile-menu-btns {
		padding: 10px 0
	}

	.home-hotel .hanging-header .header-wrap {
		padding: 15px 20px
	}

	.hotel-carousel .item {
		min-height: 85vh
	}

	.contact-section.text-white .submit-btn-icon.float-end {
		display: table;
		margin: 0 auto;
		float: none !important
	}

	.contact-section .form-wrap.mb--30 {
		margin-bottom: 0
	}

	.contact-section .submit-btn-icon {
		display: table;
		margin: 0 auto
	}

	.about-section .blockquote {
		padding-left: 40px;
		border-left: 5px solid #e9e9e9
	}

	.about-section .blockquote.mb-60,
	.checkout-section .form-wrap {
		margin-bottom: 40px
	}

	.about-section .blockquote p {
		font-size: 20px !important
	}

	.home-decoration .about-section .blockquote p {
		line-height: 1.5
	}

	.wedding-banner .title-text {
		margin-bottom: 35px;
		font-size: 60px !important
	}

	.wedding-banner .info-list>ul>li {
		font-size: 26px
	}

	.wedding-banner {
		min-height: 55vh
	}

	.lovestory-section .lovestory-tab>ul>li>a {
		font-size: 20px;
		padding-top: 18px
	}

	.lovestory-section .tab-content .item-content .sub-title {
		font-size: 24px
	}

	.lovestory-section .tab-content .item-content p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.memories-images>ul>li>a::after {
		font-size: 22px
	}

	.home-wedding .service-default .item-title {
		font-size: 26px;
		margin-bottom: 15px
	}

	.home-travel .hotel-carousel .item .item-title {
		font-size: 60px
	}

	.hotel-carousel .owl-dots {
		bottom: 40px;
		left: 50% !important;
		position: absolute !important;
		transform: translateX(-50%) !important
	}

	.yoga-banner {
		min-height: 700px;
		background-position: right -50px bottom
	}

	.yoga-masoney-grid .grid-item,
	.yoga-masoney-grid .grid-sizer {
		width: 33.333%
	}

	.home-portfolio {
		padding: 100px 15px 15px
	}

	.portfolio-4-banner .social-links-text,
	.product-grid {
		margin-top: 30px
	}

	.portfolio-4-banner .social-links-text>ul {
		float: none
	}

	.portfolio-4-banner {
		padding-bottom: 100px
	}

	.shop-slider .item {
		text-align: right
	}

	.shop-slider .item .item-title::before {
		right: 0;
		left: unset
	}

	.shop-slider .owl-dots {
		left: 15px
	}

	.checkout-section .checkout-sidebar {
		padding: 30px
	}
}

@media screen and (max-width:970px) {
	.footer-section .instagram-shoots>ul>li {
		width: 60px;
		height: 60px;
		margin-right: 5px
	}

	.footer-section .instagram-shoots>ul>li .icon {
		line-height: 60px
	}
}

@media screen and (max-width:880px) {

	.about-section .item-title,
	.section-title.size-increase .title-text {
		font-size: 30px
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li strong,
	.section-title .title-text {
		font-size: 28px
	}

	.section-title p {
		font-size: 15px
	}

	.footer-section .instagram-shoots-2>ul>li {
		width: 100px;
		height: 100px
	}

	.footer-section .instagram-shoots-2>ul>li>a::after,
	.footer-section .instagram-shoots>ul>li>a::after {
		font-size: 22px
	}

	.footer-section .instagram-shoots-2 .list-title {
		margin-top: 30px
	}

	.breadcrumb-section .page-title {
		font-size: 36px
	}

	.about-list-layout .item-content .item-title {
		margin-bottom: 25px !important
	}

	.blog-list .item-image {
		width: 340px
	}

	.blog-list .item-content {
		padding-top: 0;
		padding-left: 20px
	}

	.blog-list .item-title,
	.blog-list .post-meta {
		margin-bottom: 15px
	}

	.blog-list .item-title a,
	.shop-creative-item .item-content .item-title>a {
		font-size: 16px
	}

	.blog-section .masoney-grid.m-0.metro-layout .grid-item,
	.blog-section .masoney-grid.m-0.metro-layout .grid-sizer {
		width: 50%
	}

	.blog-section .masoney-grid.m-0.metro-layout .grid-50 {
		width: 100%
	}

	.details-section.blog-details .details-content blockquote .title-text {
		font-size: 22px;
		max-width: 500px;
		line-height: 1.3
	}

	.details-section.blog-details.text-center .details-content blockquote .title-text {
		margin: 0 auto 30px
	}

	.details-section.blog-details .details-content .post-admin {
		padding: 50px 0
	}

	.portfolio-details-5 .details-section .details-image {
		min-height: 500px
	}

	.advertisement-section {
		min-height: 400px
	}

	.personal-banner .banner-content h1,
	.service-section .about-list-layout .item-content>.item-title {
		font-size: 48px
	}

	.agency-default-carousel .item .item-title {
		font-size: 32px;
		margin-bottom: 15px
	}

	.agency-default-carousel .item p {
		font-size: 13px;
		margin-bottom: 30px
	}

	.agency-default-carousel .item .child-image {
		max-width: 150px
	}

	.home-agency-classic .header-section {
		background-color: rgba(255, 255, 255, .2)
	}

	.home-agency-classic .header-section.stuck {
		background-color: #fff !important
	}

	.agency-creative-banner .banner-image {
		float: none;
		max-width: 350px;
		margin-right: 0
	}

	.agency-marketing-grid .portfolio-fullimage.has-content {
		height: auto
	}

	.home-photographer {
		padding: 30px
	}

	.designer-banner {
		min-height: 560px;
		background-size: contain;
		background-position: right -10% center
	}

	.designer-banner .banner-content h1 {
		font-size: 50px;
		margin-bottom: 10px
	}

	.collection-fullimage .item-title strong,
	.designer-banner .banner-content h2 {
		font-size: 26px
	}

	.designer-banner .banner-content h3 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.personal-banner {
		min-height: 520px;
		background-position: right 30% bottom
	}

	.personal-banner .banner-content h2 {
		font-size: 20px
	}

	.personal-banner .banner-content {
		padding-top: 30px
	}

	.restaurant-carousel h3 {
		font-size: 48px;
		margin-bottom: 30px
	}

	.restaurant-carousel .icon {
		max-width: 70px;
		margin-bottom: 30px
	}

	.restaurant-carousel .item {
		min-height: 85vh
	}

	.home-restaurant .section-title .title-text {
		font-size: 42px;
		padding-bottom: 28px
	}

	.banner-section p.mb-60,
	.home-restaurant .section-title .title-text.mb-60 {
		margin-bottom: 40px
	}

	.home-restaurant .section-title .title-text::before {
		width: 80px
	}

	.booking-section .section-title .title-text,
	.shop-slider-2 .item .item-title {
		font-size: 42px
	}

	.banner-section p {
		font-size: 14px
	}

	.shop-creative-item .item-content .item-title {
		width: 190px
	}

	.shop-creative-item .item-content.float-start .item-title {
		left: 70%
	}

	.product-fullimage .item-title {
		bottom: 20px;
		font-size: 14px;
		padding: 0 15px
	}

	.shop-slider-2 .item {
		min-height: 580px;
		background-position: left 150px center
	}

	.home-shop-minimal .shop-slider .item {
		background-position: right -370px bottom
	}

	.collection-fullimage .item-title {
		bottom: 30px;
		padding: 0 30px
	}

	.product-grid .item-content .item-title>a {
		font-size: 12px
	}

	.details-section .details-content .btns-group>ul>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}

	.details-section .details-content .btns-group>ul>li:last-child {
		margin-bottom: 0 !important
	}

	.cart-section .table-wrap .item-image {
		margin-right: 15px
	}

	.table-wrap {
		max-width: 100%;
		overflow-x: scroll
	}

	.table-wrap table {
		width: 1170px
	}

	.cart-section .submition-area .btns-group,
	.checkout-section .checkout-sidebar {
		margin-top: 40px
	}

	.cart-section .submition-area .btns-group>ul {
		float: none;
		margin: 0 auto
	}

	.comingsoon-section .comingsoon-content .title-text {
		font-size: 28px;
		margin-bottom: 30px
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li {
		width: 80px;
		height: 80px;
		padding: 15px 0;
		margin-right: 20px
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
		font-size: 11px
	}
}

@media screen and (max-width:767px) {

	.stage-price-container .chip-option label h2,
	.stage-price-container .chip-stage label h2 {
		font-size: .9em !important
	}

	.home-portfolio-3 .section-title.has-tb-line,
	.sec-ptb-80 {
		padding: 80px 0
	}

	.tuning-tune--bg,
	.tuning-tune--bg h1 {
		font-size: 70px !important
	}

	.about-two.ms-4 {
		margin: 0 !important
	}

	main {
		padding-top: 0
	}

	.btn.btn-md {
		padding: 0 48px
	}

	.service .service-default::before {
		content: '';
		background-color: transparent
	}

	.breadcrumb-section.pt-5 {
		padding-top: 0 !important
	}

	.ms-5 {
		margin-left: 0 !important
	}

	.tuning-header,
	.tuning-tune {
		width: 100% !important
	}

	.top_bar,
	.top_bar_logo {
		border-bottom: 1px solid hsla(0, 0%, 100%, .1)
	}

	.banner-section.text-white .btn-border,
	.btn.btn-border {
		line-height: 38px
	}

	.btn,
	.btn.btn-border,
	.home-portfolio-3 .section-title.has-tb-line::after,
	.home-portfolio-3 .section-title.has-tb-line::before {
		height: 40px
	}

	.shop-creative-item .item-content,
	.team-fullimage {
		max-width: 330px
	}

	.top_bar {
		flex-wrap: wrap;
		padding: 12px 0 0
	}

	.top_bar_logo {
		order: 1;
		padding: 0 12px 12px;
		width: 57%
	}

	.top_bar_logo a {
		float: left
	}

	.top_bar_logo img {
		height: auto;
		max-width: 100px;
		width: 100%
	}

	.top_bar_left {
		order: 2;
		width: auto
	}

	.top_bar_right {
		flex: 1;
		width: auto
	}

	.home-shop-classic .footer-section .order-first,
	.home-shop-creative .footer-section .order-first,
	.order-last {
		order: 0
	}

	.about-section .item-title,
	.agency-default-carousel .item .item-title,
	.section-title .title-text {
		font-size: 28px
	}

	.about-section .about-content p,
	.banner-section p,
	.section-title p {
		font-size: 14px
	}

	.blog-list .item-content p,
	.btn,
	.footer-section .useful-links>ul>li>a {
		font-size: 13px
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}

	.btn {
		line-height: 40px;
		padding: 0 22px
	}

	.header-section .social-links-text,
	.home-personal .section-title .title-text::before {
		/* display: none; */
	}

	.header-section .header-top {
		/* display: none !important; */
	}

	.breadcrumb-section,
	.footer-section {
		text-align: center
	}

	.footer-section .instagram-shoots,
	.footer-section .social-links-round,
	.footer-section .social-links-text,
	.footer-section .useful-links {
		margin-top: 40px
	}

	.breadcrumb-section .breadcrumb-nev.ul-li-right>ul,
	.footer-section .instagram-shoots-2>ul,
	.footer-section .instagram-shoots>ul,
	.footer-section .social-links-round>ul,
	.footer-section .social-links-text>ul {
		float: none;
		margin: 0 auto
	}

	.footer-section .useful-links>ul>li {
		margin-bottom: 5px
	}

	.footer-section .instagram-shoots>ul>li {
		width: 70px;
		height: 70px;
		margin-right: 5px
	}

	.footer-section .instagram-shoots>ul>li .icon {
		line-height: 70px;
		text-align: center
	}

	.footer-section .instagram-shoots>ul>li:first-child {
		margin-right: 5px !important
	}

	.footer-section .instagram-shoots,
	.portfolio-carousel-3 .item .item-content .address-info {
		margin-left: 0
	}

	.footer-section .brand-logo,
	.home-freelancer .footer-section .section-title {
		margin-bottom: 0
	}

	.footer-section .instagram-shoots-2 .list-title.text-right,
	.footer-section .useful-links.text-right {
		text-align: center !important
	}

	.home-agency-classic .footer-section .useful-links.text-right {
		margin-top: 0;
		margin-bottom: 40px
	}

	.footer-section .instagram-shoots-2 {
		margin-top: 40px;
		text-align: center
	}

	.footer-section .form-group>ul,
	.footer-section .payment-card>ul {
		float: none;
		margin: 40px auto 0
	}

	.filters-button-group>ul>li,
	.footer-section .form-group>ul>li {
		margin-right: 30px
	}

	.breadcrumb-section .breadcrumb-nev.ul-li-right {
		margin-top: 20px
	}

	.about-list-layout .item-image,
	.about-section .about-image,
	.about-section .item-title.mb-60,
	.banner-section .title-text.mb-60,
	.breadcrumb-section .mb-60,
	.details-section .details-content .info-list {
		margin-bottom: 30px
	}

	.breadcrumb-section .filters-button-group>ul {
		margin: 0 auto
	}

	.sidebar-section {
		max-width: 330px;
		margin: 50px auto 0
	}

	.about-list-layout .item-content {
		margin: 0;
		padding: 0;
		text-align: left !important
	}

	.about-list-layout .item-content .item-title {
		margin: 0 0 25px !important;
		font-size: 25px
	}

	.team-fullimage {
		margin: 30px auto 0
	}

	.about-section .about-content .person-title,
	.testimonial-fullwidth p {
		font-size: 22px
	}

	.about-section .child-item,
	.details-section .tab-content .details-image {
		margin-top: 30px
	}

	.counter-item .counter-text {
		font-size: 60px
	}

	.architecture-carousel .item .item-content .item-title,
	.calltoaction-section .title-text,
	.popup-video {
		font-size: 26px
	}

	.counter-item p,
	.portfolio-4-banner .social-links-text>ul>li>a {
		font-size: 12px
	}

	.about-section .about-content p.line-left {
		font-size: 14px;
		padding-left: 40px
	}

	.calltoaction-section .title-text span,
	.collection-fullimage .item-title strong,
	.portfolio-4-banner h3,
	.portfolio-4-banner p {
		font-size: 18px
	}

	.blog-list {
		max-width: 340px;
		margin: 0 auto 50px
	}

	.blog-list .item-image {
		width: 340px;
		margin-bottom: 20px
	}

	.blog-list .item-content {
		width: 100%;
		padding: 0
	}

	.blog-section .masoney-grid .grid-item,
	.blog-section .masoney-grid .grid-sizer,
	.portfolio-section .masoney-grid .grid-item,
	.portfolio-section .masoney-grid .grid-sizer {
		width: 50%
	}

	.details-section.blog-details .details-content blockquote .title-text {
		font-size: 22px;
		padding-left: 50px
	}

	.details-section .details-content .item-title {
		font-size: 24px;
		margin-bottom: 30px
	}

	.details-section .details-content .info-list>ul>li,
	.home-architecture .slide-section .social-links>ul>li {
		margin-bottom: 20px
	}

	.details-section .details-content p.bottom-line {
		margin-bottom: 30px;
		padding-bottom: 30px
	}

	.architecture-carousel .item,
	.portfolio-details-5 .details-section .details-image {
		min-height: 450px
	}

	.advertisement-section {
		min-height: 350px
	}

	.about-list-layout:nth-child(2n) .item-content .about-service .service-icon {
		float: left;
		margin: 0 30px 0 0
	}

	.about-list-layout:nth-child(2n) .item-content .about-service .service-content,
	.home-personal .section-title .title-text {
		padding: 0
	}

	.home-portfolio-3 .section-title .title-text,
	.service-section .about-list-layout .item-content>.item-title,
	.shop-slider-2 .item .item-title {
		font-size: 36px
	}

	.agency-default-carousel .item .slider-image {
		height: 400px
	}

	.agency-default-carousel .item .child-image {
		max-width: 120px
	}

	.agency-default-carousel .item .child-image.child-image-3 {
		bottom: -40px
	}

	.banner-section .title-text {
		font-size: 38px
	}

	.about-section .about-image.creative-image {
		padding: 0;
		margin: 50px -15px 15px
	}

	.agency-studio-banner {
		min-height: 650px
	}

	.agency-startup-banner {
		min-height: 400px;
		padding-bottom: 60px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
		padding: 40px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
		font-size: 24px
	}

	.freelancer-banner .banner-content p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.freelancer-banner .banner-content h1 {
		font-size: 36px;
		margin-bottom: 30px
	}

	.freelancer-banner .banner-content h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.home-personal .about-list-layout.text-right {
		text-align: left !important
	}

	.architecture-carousel .item .item-content {
		max-width: 450px;
		padding: 30px 40px
	}

	.portfolio-carousel-3 .item .item-image {
		float: none;
		max-width: auto
	}

	.portfolio-carousel-3 .item .item-content {
		left: 0;
		top: unset;
		bottom: 0;
		max-width: 400px;
		transform: unset;
		padding: 30px 40px;
		background-color: rgba(255, 255, 255, .4)
	}

	.portfolio-carousel-3 .item .item-content .item-title {
		border: none;
		font-size: 22px;
		padding-left: 0;
		margin-bottom: 15px
	}

	.portfolio-carousel-3 .item .item-content .address-info>ul>li {
		font-size: 12px;
		margin-right: 15px
	}

	.portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
		top: 6px
	}

	.team-grid {
		max-width: 270px;
		margin: 30px auto 0
	}

	.hotel-carousel .item .item-title {
		font-size: 42px;
		margin-bottom: 40px
	}

	.popup-video {
		width: 60px;
		height: 60px;
		line-height: 66px
	}

	.property-grid .item-image::after {
		font-size: 12px;
		letter-spacing: 2px
	}

	.booking-section .section-title .title-text {
		font-size: 36px;
		margin-bottom: 40px
	}

	.about-section .about-content .person-name,
	.home-blogger .section-title .title-text,
	.home-portfolio-3 .section-title.size-increase .title-text {
		font-size: 42px
	}

	.decoration-banner {
		min-height: 320px
	}

	.lovestory-section .tab-content .item-image {
		margin-bottom: 40px
	}

	.memories-images>ul {
		display: flex;
		flex-wrap: wrap
	}

	.memories-images>ul>li {
		flex: 0 0 25%;
		max-width: 25%
	}

	.home-travel .hotel-carousel .item .item-title,
	.portfolio-4-banner h1 {
		font-size: 48px
	}

	.destinations-masoney-grid .w-66 {
		width: 100%
	}

	.yoga-banner {
		min-height: 600px;
		text-align: center;
		background-position: right 0 bottom
	}

	.blogger-carousel .item .title-text {
		font-size: 32px
	}

	.blogger-carousel .item,
	.shop-slider .item {
		min-height: 550px
	}

	.blogger-carousel .item .post-date {
		margin-bottom: 15px
	}

	.section-title.has-tb-line {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.main-blog-grid .item-content {
		padding: 0 25px
	}

	.project-showcase-banner {
		min-height: 75vh
	}

	.creative-layout .portfolio-fullimage .item-title-2>small,
	.creative-layout .portfolio-fullimage .item-title>small {
		width: 170px;
		font-size: 16px
	}

	.creative-layout .portfolio-fullimage .item-title-2>small.float-end,
	.creative-layout .portfolio-fullimage .item-title>small.float-end {
		margin-right: -110px
	}

	.creative-layout .portfolio-fullimage .item-title {
		top: 10px
	}

	.creative-layout .portfolio-fullimage .item-title-2>small.float-start,
	.creative-layout .portfolio-fullimage .item-title>small.float-start {
		margin-left: -110px
	}

	.creative-layout .portfolio-fullimage .item-title-2 {
		bottom: 10px
	}

	.portfolio-4-banner {
		min-height: 460px;
		padding-bottom: 80px
	}

	.shop-creative-item {
		margin-bottom: 60px
	}

	.shop-creative-item:last-child {
		margin-bottom: 0 !important
	}

	.shop-slider-2 .item {
		min-height: 560px;
		background-position: left center
	}

	.classic-shop-masoney .shop-creative-item .item-content {
		margin: auto;
		max-width: 250px
	}

	.collection-fullimage .item-title {
		bottom: 20px;
		padding: 0 25px
	}

	.shop-section .filter-bar .layout-btns-group {
		float: none;
		margin-top: 20px
	}

	.shop-section .filter-bar .layout-btns-group>ul {
		float: none
	}
}

@media screen and (max-width:680px) {

	.top_bar,
	.top_bar_logo {
		border-bottom: 1px solid hsla(0, 0%, 100%, .1)
	}

	body {
		font-size: 13px;
		padding-top: 81px
	}

	.sec-ptb-100 {
		padding: 50px 0
	}

	.about-list-layout,
	.mb-100 {
		margin-bottom: 50px
	}

	.blog-section .masoney-grid.m-0.mb-100 {
		margin-bottom: 50px !important
	}

	.mt--60 {
		margin-top: -30px
	}

	.home-hotel .section-title .title-text,
	.home-portfolio-3 .section-title.size-increase .title-text,
	.restaurant-carousel h3 {
		font-size: 36px
	}

	.breadcrumb-section .page-title {
		font-size: 30px;
		margin-bottom: 15px
	}

	.breadcrumb-section .breadcrumb-nev>ul>li {
		margin-right: 20px
	}

	.sticky-header {
		padding: 0 !important
	}

	.header-section .mobile-menu-btns {
		padding: 11px 0
	}

	.footer-section .brand-logo>a,
	.header-section .brand-logo>a {
		max-width: 250px;
		width: 250px;
		height: auto
	}

	.top_bar {
		flex-wrap: wrap;
		padding: 12px 0 0
	}

	.top_bar_logo {
		order: 1;
		padding: 0 12px 12px;
		width: 100%
	}

	.top_bar_logo a {
		float: left
	}

	.top_bar_logo img {
		height: auto;
		max-width: 100px;
		width: 100%
	}

	.top_bar_left {
		order: 2;
		width: auto
	}

	.top_bar_right {
		flex: 1;
		width: auto
	}

	.about-list-layout .item-content .item-title {
		font-size: 20px;
		margin-bottom: 20px !important
	}

	.about-list-layout p,
	.about-section .about-content p {
		font-size: 13px
	}

	.testimonial-fullwidth p {
		font-size: 18px
	}

	.service-default {
		text-align: center;
		margin: 30px auto 0
	}

	.blog-grid .size-increase .item-title>a {
		font-size: 26px
	}

	.blog-grid .item-content {
		padding: 0 50px
	}

	.details-section .blog-share>ul>li {
		margin-bottom: 10px
	}

	.details-section .details-image {
		min-height: 380px
	}

	.map-section #mapBox {
		height: 350px
	}

	.creative-layout .portfolio-fullimage.small-size>.image-wrap {
		width: 100%;
		display: block;
		max-width: 100%;
		margin: 0 !important
	}

	.creative-layout .portfolio-fullimage.small-size>.image-wrap>img {
		width: 100%;
		display: block
	}

	.creative-layout .portfolio-fullimage.small-size {
		display: block
	}

	.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-lb {
		margin: 0 !important
	}

	.app-landing-banner,
	.portfolio-details-5 .details-section .details-image {
		min-height: 100vh
	}

	.advertisement-section {
		min-height: 300px
	}

	.product-grid .item-content .item-title>a,
	.service-section .about-list-layout .item-content .about-service .service-content p {
		font-size: 12px
	}

	.about-list-layout .item-content .about-service .service-content .service-title {
		font-size: 16px;
		margin-bottom: 10px
	}

	.about-list-layout .item-content .about-service .service-icon>img,
	.shop-slider .owl-dots .owl-dot.active>span {
		width: 40px
	}

	.agency-default-carousel .item {
		min-height: 670px
	}

	.absolute-social-wrap.sec-ptb-60 {
		padding: 40px 0
	}

	.agency-default-carousel .item .item-title,
	.comingsoon-section .comingsoon-content .title-text,
	.designer-banner .banner-content h2 {
		font-size: 24px
	}

	.agency-default-carousel .item p {
		font-size: 12px;
		margin-bottom: 20px
	}

	.agency-default-carousel .item .slider-image {
		width: 280px;
		float: right;
		height: 400px
	}

	.agency-classic-banner {
		min-height: 630px
	}

	.agency-classic-banner .title-text span {
		font-size: 66px
	}

	.agency-classic-banner .title-text {
		margin-bottom: 25px
	}

	.agency-creative-banner {
		min-height: 730px
	}

	.banner-section .title-text,
	.booking-section .section-title .title-text,
	.home-restaurant .section-title .title-text {
		font-size: 32px
	}

	.agency-minimal-banner .title-text {
		font-size: 124px !important
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
		padding: 35px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title,
	.comingsoon-section .comingsoon-content .countdown-timer>ul>li strong {
		font-size: 20px
	}

	.fixed-menu-btn .menu-btn {
		width: 35px;
		height: 35px;
		font-size: 24px;
		line-height: 35px
	}

	.designer-banner {
		min-height: 480px
	}

	.designer-banner .banner-content h1 {
		font-size: 46px
	}

	.app-landing-banner .banner-content .btns-group>ul {
		width: 100%;
		display: inline-flex;
		text-align: center;
		flex-direction: column;
	}

	.app-landing-banner .banner-content .btns-group>ul>li {
		width: 100%;
		display: block;
		margin-bottom: 10px
	}

	.app-landing-banner .banner-content .btns-group>ul>li:last-child {
		margin-bottom: 0 !important
	}

	.app-landing-banner .banner-content h1 {
		font-size: 46px;
		margin-bottom: 40px;
		text-align: center
	}

	.restaurant-carousel p {
		display: table;
		max-width: 370px;
		margin: 0 auto 30px
	}

	.foodmenu-section .food-menu-list>ul>li>a {
		line-height: 1;
		font-size: 15px;
		padding: 12px 0
	}

	.foodmenu-section .food-menu-list>ul>li {
		margin-right: 30px
	}

	.hotel-list-layout .section-title .title-text {
		font-size: 32px;
		margin-bottom: 25px
	}

	.hotel-list-layout .section-title {
		padding: 30px 0 0
	}

	.event-banner .title-text {
		margin-bottom: 50px;
		font-size: 60px !important
	}

	.event-banner {
		min-height: 80vh;
		position: relative
	}

	.event-banner .info-list {
		bottom: 40px
	}

	.property-grid .item-title {
		font-size: 15px
	}

	.error-section .error-content .title-text,
	.main-blog-grid .item-title>a {
		font-size: 28px
	}

	.creative-layout .portfolio-fullimage .item-title-2>small,
	.creative-layout .portfolio-fullimage .item-title>small {
		float: none !important;
		margin: 0 !important;
		text-align: left !important
	}

	.creative-layout .portfolio-fullimage .item-title,
	.creative-layout .portfolio-fullimage .item-title-2 {
		top: unset;
		bottom: 0;
		padding: 20px
	}

	.home-portfolio-3 .sticky-header .menu-btn {
		margin: 25px auto 0
	}

	.home-portfolio-3 {
		padding-top: 160px
	}

	.home-portfolio-3 .section-title .title-text {
		font-size: 30px
	}

	.portfolio-4-banner {
		min-height: 430px;
		padding-bottom: 70px
	}

	.shop-slider .owl-dots .owl-dot>span {
		width: 20px
	}

	.shop-slider .item .item-title {
		font-size: 38px;
		padding-top: 30px
	}

	.shop-slider .item .item-title.mb-60 {
		margin-bottom: 30px
	}

	.shop-slider .item .item-title::before {
		width: 60px
	}

	.shop-slider .item {
		background-position: right -90px center
	}

	.classic-shop-masoney {
		margin-top: 35px
	}

	.classic-shop-masoney .grid-item,
	.classic-shop-masoney .grid-sizer {
		width: 100%;
		text-align: center
	}

	.classic-shop-masoney .grid-item {
		padding: 15px !important
	}

	.classic-shop-masoney .grid-item .section-title .title-text {
		max-width: 370px;
		margin: 0 auto
	}

	.classic-shop-masoney .shop-creative-item .item-content {
		margin: auto;
		padding: 0;
		max-width: 250px;
		float: none !important
	}

	.shop-creative-item .item-content.float-start .item-title {
		top: unset;
		bottom: 20px;
		left: 50% !important;
		transform: translateX(-50%) !important
	}

	.shop-creative-item .item-content.float-start .item-title>a {
		padding: 10px;
		background-color: rgba(255, 255, 255, .4)
	}

	.home-shop-minimal .shop-slider .item {
		min-height: 550px;
		background-position: right -500px bottom
	}

	.product-grid .item-image {
		height: auto
	}

	.product-grid {
		margin-top: 30px
	}

	.error-section .error-content p {
		font-size: 14px;
		margin-bottom: 40px
	}

	.error-section {
		padding: 100px 0
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li {
		width: 70px;
		height: 70px;
		padding: 15px 0;
		margin-right: 15px
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
		font-size: 10px
	}
}

@media screen and (max-width:580px) {

	.about-section .item-title,
	.app-landing-banner .banner-content h1 span,
	.section-title.size-increase .title-text {
		font-size: 26px
	}

	.blogger-carousel .item .title-text,
	.section-title .title-text {
		font-size: 24px
	}

	.about-section .about-content .about-service .service-content p,
	.about-section .child-item p,
	.btn,
	.service-default p,
	.store-btn .content strong {
		font-size: 16px;
	}

	.btn {
		height: 35px;
		line-height: 35px;
		padding: 0 20px
	}

	.btn.btn-border {
		height: 35px;
		font-size: 12px;
		line-height: 31px
	}

	.pagination-nav>ul>li {
		height: 35px;
		min-width: 35px
	}

	.pagination-nav>ul>li>a {
		font-size: 13px;
		padding: 0 12px;
		line-height: 35px
	}

	.footer-section .instagram-shoots,
	.footer-section .social-links-text,
	.footer-section .useful-links {
		margin-top: 30px
	}

	.about-section .child-item .item-title,
	.portfolio-carousel-3 .item .item-content .item-title {
		font-size: 16px;
		margin-bottom: 10px
	}

	.service-default .item-title {
		font-size: 14px;
		margin-bottom: 11px
	}

	.agency-classic-banner .title-text span,
	.counter-item .counter-text {
		font-size: 48px
	}

	.blog-fullimage .item-content .item-brand,
	.counter-item p {
		font-size: 11px
	}

	.blog-grid {
		max-width: 330px;
		margin: 30px auto 0
	}

	.blog-fullimage .item-content .item-title,
	.portfolio-4-banner h3,
	.portfolio-4-banner p {
		font-size: 14px
	}

	.about-section .about-content .person-title,
	.architecture-carousel .item .item-content .item-title,
	.blog-grid .size-increase .item-title>a,
	.couple-fullimage .couple-type,
	.popup-video {
		font-size: 20px
	}

	.blog-section .masoney-grid.m-0 {
		margin-top: -15px !important
	}

	.blog-section .masoney-grid.m-0 .blog-fullimage {
		max-width: 330px;
		margin: 15px auto 0
	}

	.blog-section .masoney-grid.m-0.metro-layout .grid-50,
	.blog-section .masoney-grid.m-0.metro-layout .grid-item,
	.blog-section .masoney-grid.m-0.metro-layout .grid-sizer {
		width: 100%
	}

	.blog-grid .item-content {
		padding: 0
	}

	.details-section.blog-details .details-content .item-title {
		font-size: 24px;
		margin-bottom: 15px
	}

	.details-section.blog-details .details-content blockquote .title-text {
		font-size: 20px;
		max-width: 420px
	}

	.details-section .details-content .post-admin .admin-name {
		margin-bottom: 15px
	}

	.details-section .details-content p,
	.portfolio-fullimage .item-content-2 .item-brand {
		font-size: 13px
	}

	.details-section .details-content .post-admin .admin-thumbnail {
		width: 100px;
		height: 100px;
		margin-right: 20px
	}

	.app-landing-banner .banner-content h1,
	.details-section .details-image .item-content .item-title,
	.home-wedding .section-title .title-text {
		font-size: 28px
	}

	.details-section .details-content blockquote .title-text {
		font-size: 30px;
		padding-left: 40px
	}

	.agency-default-carousel .item .slider-image {
		width: 240px;
		height: 330px
	}

	.agency-default-carousel .item .child-image {
		max-width: 100px
	}

	.agency-default-carousel .item .child-image.child-image-2 {
		bottom: 100px
	}

	.agency-default-carousel .item .child-image.child-image-3 {
		bottom: -20px
	}

	.agency-default-carousel .item {
		min-height: 620px
	}

	.absolute-social-wrap.sec-ptb-60 {
		padding: 30px 0
	}

	.home-agency-classic .banner-section .social-links-text>ul>li>a {
		background-color: rgba(255, 255, 255, .2)
	}

	.team-section .section-title {
		text-align: center
	}

	.agency-classic-banner .banner-content {
		width: 300px;
		text-align: left
	}

	.agency-classic-banner,
	.agency-studio-banner {
		min-height: 530px
	}

	.banner-section.text-white .btn-border {
		line-height: 30px
	}

	.agency-minimal-banner {
		min-height: auto;
		padding-top: 130px;
		padding-bottom: 80px
	}

	.agency-minimal-banner .title-text.mb-100 {
		font-size: 100px !important;
		margin-bottom: 40px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title.mb-60 {
		margin-bottom: 30px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .btns-wrap.mb-100 {
		margin-bottom: 40px
	}

	.designer-banner {
		background-position: right -25% center
	}

	.store-btn {
		min-width: 100%;
		    -webkit-backdrop-filter: blur(1.5625rem);
    backdrop-filter: blur(1.5625rem);
    background: linear-gradient(0deg, #ffffff1a, #ffffff0a 59.44%);
    border-color:  #ffffff1a;
	}

	.store-btn .content {
		padding-top: 9px;
		padding-left: 18px
	}

	.store-btn .icon {
		width: 50px;
		height: 50px;
		font-size: 24px;
		line-height: 50px
	}

	.store-btn .content small {
		font-size: 10px;
	}

	.about-section .about-content .about-service .service-icon>img {
		width: 35px
	}

	.about-section .about-content .about-service .service-content .service-title {
		font-size: 15px
	}

	.about-section .about-content .about-service .service-content {
		padding-left: 25px
	}

	.architecture-carousel .item {
		min-height: 320px
	}

	.architecture-carousel .item .item-content {
		padding: 25px 25px 35px;
		max-width: 360px
	}

	.home-architecture .slide-section .social-links>ul>li>a {
		font-size: 10px
	}

	.home-architecture .slide-section .social-links>ul>li {
		margin-bottom: 10px
	}

	.portfolio-carousel-3 .item .item-content {
		max-width: 330px;
		padding: 25px 30px
	}

	.portfolio-carousel-3 .item .item-content .address-info>ul>li {
		font-size: 10px;
		margin-right: 10px
	}

	.hotel-carousel .item .item-title {
		font-size: 32px;
		margin-bottom: 30px
	}

	.popup-video {
		width: 50px;
		height: 50px;
		line-height: 56px
	}

	.hotel-carousel .owl-dots {
		bottom: 25px
	}

	.hotel-carousel .item {
		min-height: 70vh
	}

	.home-hotel .section-title .title-text {
		font-size: 30px
	}

	.wedding-banner .title-text {
		font-size: 48px !important
	}

	.wedding-banner .title-text.mb-60 {
		margin-bottom: 20px
	}

	.wedding-banner .sub-title {
		font-size: 28px;
		margin-bottom: 10px
	}

	.wedding-banner .info-list>ul>li {
		font-size: 22px;
		margin-bottom: 3px
	}

	.lovestory-section .lovestory-tab {
		border: none
	}

	.lovestory-section .lovestory-tab>ul {
		width: auto;
		display: table;
		margin: 0 auto
	}

	.lovestory-section .lovestory-tab>ul>li {
		float: left;
		height: 35px;
		min-width: 50px;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align: center;
		display: inline-block
	}

	.lovestory-section .lovestory-tab>ul>li>a {
		display: block;
		padding: 0 15px;
		line-height: 31px
	}

	.lovestory-section .lovestory-tab>ul>li>a:before {
		display: none
	}

	.lovestory-section .lovestory-tab>ul>li>a.active,
	.lovestory-section .lovestory-tab>ul>li>a:hover {
		background-color: #f2f2f2
	}

	.lovestory-section .tab-content .item-content .item-title {
		font-size: 32px
	}

	.lovestory-section .tab-content .item-content .sub-title {
		font-size: 18px;
		margin-bottom: 20px
	}

	.home-travel .hotel-carousel .item .item-title,
	.portfolio-4-banner h1 {
		font-size: 42px
	}

	.blogger-carousel .owl-dots .owl-dot span {
		margin: 0 5px
	}

	.blogger-carousel .owl-dots {
		bottom: 20px
	}

	.blogger-carousel .item {
		padding-bottom: 80px
	}

	.project-showcase-banner {
		min-height: 60vh
	}

	.about-section .about-content .person-name {
		font-size: 32px;
		margin-bottom: 20px
	}

	.portfolio-fullimage .item-content-2 .item-title {
		font-size: 18px;
		margin-bottom: 5px
	}

	.details-section .tab-btns>ul>li>a {
		font-size: 14px;
		font-weight: 500;
		padding-bottom: 6px
	}

	.details-section .tab-btns>ul>li {
		margin-right: 20px
	}

	.error-section .error-content .form-item input {
		height: 50px
	}

	.error-section .error-content .form-item button {
		font-size: 18px
	}
}

@media screen and (max-width:575px) {
	.section-title.mb-30 {
		margin-bottom: 15px
	}

	.section-title.mb-60 {
		margin-bottom: 30px
	}

	.section-title .title-text {
		font-size: 28px
	}

	.section-title .title-text.mb-15 {
		margin-bottom: 8px
	}

	.section-title p {
		font-size: 14px
	}

	.owl-theme.arrow-top-right .owl-nav {
		top: unset;
		margin-top: 30px;
		transform: unset;
		position: relative
	}

	.about-section .child-item {
		max-width: 80%
	}

	.portfolio-fullimage .item-content-2 .item-title {
		font-size: 16px;
		margin-bottom: 5px
	}

	.portfolio-fullimage .item-content-2 .item-brand {
		font-size: 12px
	}

	.portfolio-carousel.arrow-top-right .owl-nav {
		right: 0
	}

	.details-section .details-image-carousel .owl-dots {
		bottom: 5px
	}

	.portfolio-details-5 .details-section .details-image {
		min-height: 350px
	}

	.advertisement-section {
		min-height: 250px
	}

	.details-section .details-content blockquote .title-text {
		font-size: 26px;
		padding-left: 30px
	}

	.banner-section .title-text {
		font-size: 22px
	}

	.agency-minimal-banner {
		text-align: center
	}

	.agency-minimal-banner .social-links-text>ul {
		margin: 0 auto
	}

	.agency-startup-banner .title-text {
		font-size: 30px
	}

	.restaurant-carousel .owl-dots {
		right: 15px
	}

	.restaurant-carousel h3 {
		font-size: 30px;
		margin-bottom: 15px
	}

	.restaurant-carousel .icon {
		max-width: 60px;
		margin-bottom: 20px
	}

	.restaurant-carousel .btn.btn-border.border-white {
		height: 45px;
		line-height: 42px
	}

	.restaurant-carousel .item {
		min-height: 75vh
	}

	.home-shop-classic .slider-section .social-links {
		display: none
	}

	.shop-slider-2 .item .item-title {
		font-size: 30px;
		margin-bottom: 30px
	}

	.shop-slider-2 .item .date-text::before {
		width: 50px
	}

	.shop-slider-2 .item .date-text {
		font-size: 12px;
		margin-bottom: 5px;
		padding-right: 70px
	}

	.product-grid {
		max-width: 270px;
		margin: 30px auto 0
	}

	.shop-section .filter-bar {
		max-width: 270px;
		margin: 0 auto
	}

	.shop-section .filter-bar .dropdown,
	.shop-section .filter-bar .layout-btns-group {
		margin-top: 15px
	}
}

@media screen and (max-width:480px) {
	#backtotop {
		width: 35px;
		height: 35px
	}

	#backtotop #scroll {
		font-size: 14px;
		line-height: 38px
	}

	.about-section .item-title,
	.details-section .details-content blockquote .title-text,
	.main-blog-grid .item-title>a {
		font-size: 24px
	}

	.popup-video {
		width: 50px;
		height: 50px;
		font-size: 22px;
		line-height: 58px
	}

	.popup-video i {
		margin-left: 4px
	}

	.howtouse-section .section-title {
		margin-bottom: 35px
	}

	.calltoaction-section .title-text,
	.designer-banner .banner-content h2 {
		font-size: 20px
	}

	.calltoaction-section .title-text span {
		font-size: 15px;
		margin-bottom: 10px
	}

	.blog-section .masoney-grid .grid-item,
	.blog-section .masoney-grid .grid-sizer,
	.event-banner .countdown-timer>ul {
		width: 100%
	}

	.blog-page .blog-grid {
		margin-top: 30px
	}

	.blog-section .masoney-grid.mt--60 {
		margin-top: -30px
	}

	.details-section .blog-share>ul>li {
		width: 100%;
		margin-right: 0 !important
	}

	.details-section .blog-share>ul>li:last-child {
		margin-bottom: 0 !important
	}

	.details-section.blog-details .details-content blockquote .title-text {
		font-size: 16px;
		max-width: 420px;
		padding-left: 30px
	}

	.about-section .about-content .person-title,
	.details-section .details-image .item-content .item-title {
		font-size: 18px
	}

	.booking-section .section-title .title-text,
	.home-shop-classic .booking-section .section-title .title-text,
	.service-section .about-list-layout .item-content>.item-title {
		font-size: 28px
	}

	.agency-default-carousel .item .child-image {
		max-width: 80px
	}

	.agency-default-carousel .item .slider-image {
		width: 190px;
		height: 260px
	}

	.agency-default-carousel .item .child-image.child-image-2 {
		bottom: 70px
	}

	.agency-default-carousel .item .item-title {
		font-size: 16px
	}

	.agency-default-carousel .item p {
		font-size: 10px;
		margin-bottom: 15px
	}

	.agency-default-carousel .item .btn {
		height: 35px;
		font-size: 12px;
		line-height: 35px;
		padding: 0 20px
	}

	.agency-creative-banner,
	.agency-default-carousel .item {
		min-height: 530px
	}

	.agency-default-carousel .owl-dots {
		top: 60%
	}

	.agency-default-carousel .owl-dots .owl-dot {
		margin-bottom: 10px
	}

	.agency-default-carousel .item .slider-content {
		padding-right: 0
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .signiture {
		font-size: 54px
	}

	.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
		padding: 30px
	}

	.fixed-menu-btn {
		padding: 5px
	}

	.home-photographer {
		padding: 45px 15px 15px
	}

	.footer-section .instagram-shoots-2>ul>li {
		width: 80px;
		height: 80px;
		margin-right: 5px;
		margin-bottom: 5px
	}

	.designer-banner .banner-content h3 {
		font-size: 15px
	}

	.about-section .about-content .person-name,
	.designer-banner .banner-content h1 {
		font-size: 36px
	}

	.designer-banner {
		min-height: 400px;
		background-position: right -23% center
	}

	.personal-banner {
		min-height: 450px;
		background-position: right 30% bottom
	}

	.personal-banner .banner-content h1 {
		font-size: 42px
	}

	.about-section .discover-image {
		text-align: center
	}

	.foodmenu-section .food-menu-list>ul>li {
		margin-top: 5px
	}

	.event-banner .title-text {
		margin-bottom: 40px;
		font-size: 42px !important
	}

	.event-banner .countdown-timer {
		width: 70%;
		margin: 0 auto
	}

	.event-banner .countdown-timer>ul>li {
		width: 25%;
		margin-right: 0;
		padding-right: 0
	}

	.event-banner .countdown-timer>ul>li:after {
		right: 0;
		width: 5px;
		height: 5px
	}

	.event-banner .countdown-timer>ul>li strong {
		font-size: 30px;
		margin-bottom: 5px
	}

	.event-banner .countdown-timer>ul>li small,
	.event-banner .info-list>ul>li {
		font-size: 12px
	}

	.event-banner {
		min-height: 65vh
	}

	.decoration-banner {
		min-height: 270px
	}

	.wedding-banner {
		min-height: 45vh
	}

	.home-blogger .section-title .title-text,
	.home-shop-minimal .shop-slider .item .item-title,
	.yoga-banner .title-text {
		font-size: 32px
	}

	.blogger-carousel .item {
		min-height: 500px;
		padding-bottom: 70px
	}

	.section-title.has-tb-line::after,
	.section-title.has-tb-line::before {
		height: 25px
	}

	.section-title.has-tb-line {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.main-blog-grid .item-image {
		margin-bottom: 20px
	}

	.main-blog-grid .item-content {
		padding: 0
	}

	.portfolio-4-banner {
		min-height: 380px;
		padding-bottom: 60px
	}

	.shop-creative-item .item-content .item-title {
		top: unset;
		bottom: 0;
		margin: 0;
		width: 170px;
		left: 0 !important;
		right: unset !important
	}

	.shop-creative-item .item-content .item-title>a {
		padding: 15px;
		display: block;
		font-size: 14px;
		line-height: 1.4;
		background-color: rgba(255, 255, 255, .8)
	}

	.shop-creative-item .item-content {
		max-width: 100%
	}

	.home-shop-minimal .shop-slider .item {
		min-height: 500px
	}
}

@media screen and (max-width:380px) {

	.comingsoon-section .comingsoon-content .title-text,
	.details-section .details-image .item-content .item-title,
	.section-title .title-text,
	.wedding-banner .sub-title {
		font-size: 22px
	}

	.about-section .item-title,
	.details-section.blog-details .details-content .item-title,
	.main-blog-grid .item-title>a,
	.section-title.size-increase .title-text {
		font-size: 20px
	}

	.filters-button-group>ul>li>button {
		font-size: 12px;
		padding-bottom: 1px
	}

	.filters-button-group>ul>li,
	.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-image {
		margin-right: 15px
	}

	.section-title .leaf_image {
		max-width: 120px
	}

	.sidebar-menu-wrapper .cart-sidebar {
		width: 300px;
		right: -320px
	}

	.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-price,
	.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-title {
		font-size: 13px
	}

	.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li {
		width: 100%;
		margin-bottom: 10px
	}

	.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li:last-child {
		margin-bottom: 0 !important
	}

	.header-section .brand-logo>a {
		max-width: 65px
	}

	.header-section .mobile-menu-btns {
		padding: 6px 0
	}

	.sticky-header {
		padding: 22px 0 !important
	}

	.footer-section .instagram-shoots>ul>li {
		width: 60px;
		height: 60px;
		margin-bottom: 0
	}

	.footer-section .instagram-shoots>ul>li .icon {
		line-height: 64px
	}

	.breadcrumb-section .page-title,
	.service-section .about-list-layout .item-content>.item-title,
	.shop-slider-2 .owl-nav.disabled button::before {
		font-size: 26px
	}

	.breadcrumb-section .breadcrumb-nev>ul>li {
		font-size: 12px
	}

	.about-list-layout .item-content .item-title {
		font-size: 16px;
		margin-bottom: 15px !important
	}

	.about-list-layout .item-image,
	.about-section .item-title.mb-60,
	.main-blog-grid .item-title {
		margin-bottom: 20px
	}

	.partners-section .item .partner-logo>img {
		max-width: 45%
	}

	.testimonial-fullwidth p {
		font-size: 15px
	}

	.testimonial-fullwidth .person-image {
		width: 70px;
		height: 70px
	}

	.about-section .child-item {
		max-width: 100%
	}

	.testimonial-boxed .person-comment {
		width: 100%;
		padding: 0;
		display: table
	}

	.testimonial-boxed .person-image {
		width: 60px;
		height: 60px;
		margin-bottom: 20px
	}

	.testimonial-boxed {
		padding: 20px
	}

	.about-section .about-content p.line-left::before {
		height: 50px
	}

	.about-section .about-content p.line-left {
		padding-left: 30px
	}

	.about-list-layout .item-content .about-service .service-content .service-title {
		font-size: 16px;
		margin-bottom: 10px
	}

	.about-list-layout:nth-child(odd) .item-content .about-service .service-content {
		padding-left: 20px
	}

	.details-section .details-content .post-admin .item-content,
	.portfolio-section .masoney-grid .grid-item,
	.portfolio-section .masoney-grid .grid-sizer {
		width: 100%
	}

	.details-section .details-content .post-admin .admin-thumbnail {
		width: 80px;
		height: 80px;
		margin-right: 0;
		margin-bottom: 20px
	}

	.details-section .details-image {
		min-height: 280px
	}

	.other-post-wrap .other-post {
		padding: 35px
	}

	.other-post-wrap .other-post small {
		margin-bottom: 12px
	}

	.details-section .details-image .item-content {
		padding-bottom: 40px
	}

	.about-list-layout .item-content .about-service .service-icon>img {
		width: 34px
	}

	.agency-default-carousel .item .slider-image {
		width: 130px;
		height: 180px
	}

	.agency-default-carousel .item .child-image {
		max-width: 60px
	}

	.agency-default-carousel .item .child-image.child-image-2 {
		bottom: 50px
	}

	.agency-minimal-banner .title-text.mb-100 {
		margin-bottom: 30px;
		font-size: 90px !important
	}

	.w-50 {
		width: 100% !important
	}

	.home-freelancer .freelancer-banner .section-title {
		margin-bottom: 40px
	}

	.architecture-carousel .item .item-content {
		padding: 15px 15px 30px;
		max-width: 280px
	}

	.home-architecture .slide-section .social-links {
		right: 15px
	}

	.architecture-carousel .owl-dots {
		left: 15px
	}

	.architecture-carousel .item .item-content .item-title {
		font-size: 16px
	}

	.portfolio-carousel-3 .item .item-content {
		padding: 15px;
		max-width: 250px
	}

	.portfolio-carousel-3 .item .item-content .item-title {
		font-size: 12px;
		margin-bottom: 10px
	}

	.hotel-carousel .item .item-title {
		font-size: 28px;
		margin-bottom: 25px
	}

	.home-hotel .section-title .title-text {
		font-size: 28px
	}

	.event-banner .title-text {
		margin-bottom: 30px;
		font-size: 32px !important
	}

	.event-banner .countdown-timer {
		width: 85%
	}

	.event-banner {
		min-height: 60vh
	}

	.wedding-banner .title-text {
		font-size: 36px !important
	}

	.blogger-carousel .item .title-text,
	.comingsoon-section .comingsoon-content .countdown-timer>ul>li strong,
	.wedding-banner .info-list>ul>li {
		font-size: 18px
	}

	.wedding-banner {
		min-height: 40vh
	}

	.home-portfolio-3 .section-title.size-increase .title-text,
	.home-travel .hotel-carousel .item .item-title,
	.home-wedding .section-title .title-text {
		font-size: 30px
	}

	.home-wedding .section-title .title-text.mb-30 {
		margin-bottom: 15px
	}

	.memories-images>ul>li {
		flex: 0 0 33.33%;
		max-width: 33.33%
	}

	.home-travel .hotel-carousel .item .popup-video {
		margin-bottom: 50px
	}

	.destinations-masoney-grid .w-66 .portfolio-fullimage {
		display: flex;
		height: 200px
	}

	.destinations-masoney-grid .w-66 .portfolio-fullimage>img {
		object-fit: cover
	}

	.blogger-carousel .item .post-date {
		margin-bottom: 10px
	}

	.main-blog-grid {
		margin-top: 40px
	}

	.project-showcase-banner {
		min-height: 45vh
	}

	.quote-section p {
		font-size: 18px;
		line-height: 1.6;
		padding-top: 60px
	}

	.home-portfolio-3 .section-title.has-tb-line::after,
	.home-portfolio-3 .section-title.has-tb-line::before {
		height: 30px
	}

	.home-portfolio-3 .section-title.has-tb-line {
		padding: 55px 0
	}

	.home-portfolio-3 .section-title .title-text {
		font-size: 24px
	}

	.home-portfolio-3 .section-title .title-text.mb-60 {
		margin-bottom: 30px
	}

	.shop-slider-2 .item {
		min-height: 530px;
		background-position: left -115px center
	}

	.shop-slider-2 .owl-nav.disabled button {
		width: 40px;
		height: 40px
	}

	.home-shop-minimal .shop-slider .item {
		min-height: 400px;
		background-position: right -340px bottom
	}

	.details-section .details-content .product-size>ul>li>a {
		font-size: 12px;
		line-height: 35px
	}

	.details-section .details-content .product-size>ul>li {
		width: 35px;
		height: 35px
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li {
		width: 60px;
		height: 60px;
		padding: 12px 0;
		margin-right: 10px
	}

	.comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
		font-size: 10px
	}
}

.tuning-header,
.tuning-tune {
	width: 50%;
	position: relative
}

@media screen and (max-width:360px) {
	.calltoaction-section .title-text {
		font-size: 17px
	}

	.calltoaction-section .title-text span {
		font-size: 14px;
		margin-bottom: 10px
	}

	.footer-section .instagram-shoots>ul>li {
		width: 50px;
		height: 50px
	}

	.footer-section .instagram-shoots>ul>li>a::after {
		font-size: 16px
	}

	.footer-section .instagram-shoots>ul>li .icon {
		font-size: 18px;
		line-height: 54px
	}

	.details-section .details-image .item-content .item-title {
		font-size: 20px
	}

	.details-section .details-content blockquote .title-text {
		font-size: 20px;
		padding-left: 20px
	}

	.agency-startup-banner {
		padding-top: 120px
	}

	.banner-section .title-text.mb-60 {
		font-size: 36px;
		margin-bottom: 20px
	}

	.home-shop-minimal .shop-slider .item .item-title,
	.yoga-banner .title-text {
		font-size: 26px
	}

	.main-blog-grid .item-title>a {
		font-size: 18px
	}

	.home-shop-classic .booking-section .section-title .title-text {
		font-size: 22px
	}

	.home-shop-minimal .shop-slider .item {
		background-position: right -400px bottom
	}

	.details-section .tab-btns>ul>li {
		margin-bottom: 10px
	}

	.details-section .tab-btns>ul>li:last-child {
		margin-bottom: 0 !important
	}
}

@media screen and (max-width:320px) {
	.breadcrumb-section .page-title {
		font-size: 22px
	}

	.about-section .item-title {
		font-size: 20px
	}

	.blog-section .masoney-grid.m-0 .blog-fullimage {
		max-width: 270px
	}

	.hotel-carousel .item .item-title {
		font-size: 24px
	}
}

.card.card-dealers {
	background: 0 0;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	border-radius: 0 !important
}

.card.card-dealers .card-body {
	width: auto;
	position: relative;
	padding: 6px 10px
}

.card.card-dealers .card-body .title {
	position: relative;
	margin: 5px 0 1em;
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	padding-bottom: 5px
}

.card.card-dealers .card-body h3 {
	padding: 0 !important;
	letter-spacing: 3px;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.card.card-dealers .card-body .flag i {
	height: 25px;
	width: 25px
}

.card.card-dealers .card-body i {
	margin-right: .5rem
}

.card.card-dealers .card-body .address,
.card.card-dealers .card-body .email,
.card.card-dealers .card-body .phone {
	margin-bottom: 6px
}

.card.card-dealers .card-body .map {
	line-height: 2;
	text-align: center
}

.tuning-chart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative
}

.tuning-chart--text {
	font-size: 5px
}

.ping {
	-webkit-animation: 1.5s ease-in-out infinite both ping-data-v-49bf1288;
	animation: 1.5s ease-in-out infinite both ping-data-v-49bf1288
}

@-webkit-keyframes ping-data-v-49bf1288 {
	0% {
		opacity: .3
	}

	80%,
	to {
		opacity: 0
	}
}

@keyframes ping-data-v-49bf1288 {
	0% {
		opacity: .3
	}

	80%,
	to {
		opacity: 0
	}
}

#custom-tune {
	stroke-dasharray: 295;
	stroke-dashoffset: 295
}

#custom-tune.custom-animation,
#generic-tune.generic-animation {
	stroke-dashoffset: 0
}

#generic-tune {
	stroke-dasharray: 360;
	stroke-dashoffset: 360
}

.custom-animation {
	-webkit-animation: 5s ease-out custom-tune-data-v-49bf1288;
	animation: 5s ease-out custom-tune-data-v-49bf1288
}

.generic-animation {
	-webkit-animation: 5s ease-out generic-tune-data-v-49bf1288;
	animation: 5s ease-out generic-tune-data-v-49bf1288
}

.point-1.point-animation {
	-webkit-animation: 1s ease-in-out 1s forwards fade-data-v-49bf1288;
	animation: 1s ease-in-out 1s forwards fade-data-v-49bf1288
}

.point-2.point-animation {
	-webkit-animation: 1s ease-in-out 1.5s forwards fade-data-v-49bf1288;
	animation: 1s ease-in-out 1.5s forwards fade-data-v-49bf1288
}

.point-3.point-animation {
	-webkit-animation: 1s ease-in-out 3.2s forwards fade-data-v-49bf1288;
	animation: 1s ease-in-out 3.2s forwards fade-data-v-49bf1288
}

.point-text-animation {
	-webkit-animation: 1s ease-in-out forwards fade-data-v-49bf1288;
	animation: 1s ease-in-out forwards fade-data-v-49bf1288
}

.point-text-1.point-text-animation {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.point-text-2.point-text-animation {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.point-text-3.point-text-animation {
	-webkit-animation-delay: 3.7s;
	animation-delay: 3.7s
}

@-webkit-keyframes generic-tune-data-v-49bf1288 {
	0% {
		stroke-dashoffset: 360
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes generic-tune-data-v-49bf1288 {
	0% {
		stroke-dashoffset: 360
	}

	to {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes custom-tune-data-v-49bf1288 {
	0% {
		stroke-dashoffset: 295
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes custom-tune-data-v-49bf1288 {
	0% {
		stroke-dashoffset: 295
	}

	to {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes fade-data-v-49bf1288 {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-data-v-49bf1288 {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.tuning {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #191919;
	background: #191919 url('../images/elementi separati-012.svg');
	background-repeat: no-repeat;
    background-position: center right;
    background-size: 400px;
}

.tuning-header {
	z-index: 4
}

.tuning-header--text {
	padding: 2rem
}

.tuning-tune {
	overflow: hidden
}

.tuning-tune--chart {
	position: relative;
	z-index: 2;
	height: 100%
}

.tuning-tune--bg,
.tuning-tune--bg h1 {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 111px;
	font-weight: 700;
	color: #fff
}

@media (min-width:1025px) {
	.hidden-sm {
		display: inline
	}

	.tuning-header img {
		display: inline-block;
		max-width: 70%;
		margin-right: 4rem
	}

	.tuning-header--text {
		float: right;
		padding: 4rem 4rem 2rem
	}

	.tuning-tune--bg {
		font-size: 200px
	}
}

@media (min-width:1200px) {
	.tuning-chart--text {
		font-size: 3px
	}

	.tuning-tune--bg {
		font-size: 250px
	}
}

.tunings>.stage-price-container.tuning {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%
}

.stage-price-container.nav-fill .nav-item,
.stage-price-container.nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: unset;
	padding: 3px;
	cursor: pointer
}

.stage-price-container .chip-option label,
.stage-price-container .chip-stage label {
	background-color: var(--bs-light);
	border-radius: .5em;
	color: var(--bs-dark);
	display: block;
	font-size: .8em;
	font-weight: 400;
	height: 6.5em;
	line-height: 7em;
	padding: 0 .8em;
	cursor: pointer;
	border: epx var(--bs-border-style) var(--bs-white)
}

.stage-price-container .chip-option label .content-text,
.stage-price-container .chip-stage label .content-text {
	position: relative;
	display: inline-block;
	left: 1px;
	height: auto;
	line-height: 0;
	user-select: none
}

.stage-price-container .chip-option input[type=checkbox]:checked+label,
.stage-price-container .chip-stage input[type=radio]:checked+label {
	background-color: transparent;
	color: var(--bs-white);
	border: 2px var(--bs-border-style) var(--bs-danger)
}

.stage-price-container .chip-option input[type=checkbox]:checked+label strong,
.stage-price-container .chip-stage input[type=radio]:checked+label strong {
	color: #f02429
}

.stage-price-container .chip-option label h2,
.stage-price-container .chip-stage label h2 {
	margin: 0 0 4px;
	font-size: 1.2em;
	font-weight: 500;
	color: var(--bs-dark)
}

.stage-price-container .chip-option strong,
.stage-price-container .chip-stage label strong {
	color: #f02429;
	font-size: .8em;
	font-weight: 700
}

.stage-price-container .chip-option label img,
.stage-price-container .chip-stage label img {
	height: auto;
	margin: 0 .7em 10px 0;
	vertical-align: middle;
	width: 4.5em
}

.stage-price-container .chip-option {
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	padding: 3px
}

.stage-price-container .chip-option label {
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 100%
}

.stage-price-container .chip-option img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0 !important
}

.stage-price-container .chip-option input[type=checkbox]~label {
	padding-left: 14px;
	display: inline-flex;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.stage-price-container .chip-option input[type=checkbox]:disabled+label {
	opacity: .5;
	cursor: not-allowed
}

.prices-products-summary-overview table tr {
	user-select: none
}

.prices-products-summary-overview table tr td {
	opacity: .9
}

.prices-products-summary-overview table tr td:last-child {
	opacity: 1;
	text-align: right
}

.prices-products-summary-totals {
	color: #f0211d;
	display: flex;
	padding: 16px 24px;
	user-select: none
}

.prices-products-summary-totals-label {
	flex-grow: 1;
	font-size: 14px;
	opacity: .9
}

.prices-products-summary-totals-label-trigger {
	display: none;
	flex-grow: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 48px
}

.prices-products-summary-totals-price {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6
}

.overlap-grid-2 .item:nth-child(1) {
	width: 70%;
	margin-top: 0;
	margin-left: 30%;
	z-index: 3;
}

.overlap-grid-2 .item:nth-child(2) {
	width: 55%;
	margin-top: -45%;
	margin-left: 0;
	z-index: 4;
}

.bg-dot.primary {
	background-image: radial-gradient(#0264d6 2px, transparent 2.5px);
}

.bg-dot.yellow {
	background-image: radial-gradient(#fab758 2px, transparent 2.5px);
}

@media screen and (max-width: 800px) {
	.btn.btn-register,.btn.btn-login-border {
		line-height: 32px;
	}
	#services-section {
    background-color: rgba(25, 25, 25, 1);
    background-image: url(../images/elementi-separati-02.svg);
   }
}

.bg-dot {
	background-size: 0.75rem 0.75rem;