:root {
	--body-font: Open Sans, sans-serif;
	--body-color: #555555;
	--body-background: #ffffff;
	--body-font-size: 16px;
	--body-line-height: 1.7;
	--headings-font: Cormorant, serif;
	--headings-color: #151515;
	--primary-color: #8bb8c1;
	--extra-color1: #acdae2;
	--white-color: #ffffff;
	--menu-normal-color: #ffffff;
	--menu-hover-color: #ffffff;
	--submenu-background-color: #ffffff;
	--submenu-normal-color: #0e1219;
	--submenu-hover-color: #8bb8c1;
	--footer-background-color: #151515;
	--footer-color: #ffffff;
	--footer-title-color: #ffffff;
	--headings-h1-size: 3.5rem;
	--headings-h2-size: 3rem;
	--headings-h3-size: 2.25rem;
	--headings-h4-size: 2rem;
	--headings-h5-size: 1.5rem;
	--headings-h6-size: 1rem;
}

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left;
}

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

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

:focus-visible {
	outline: 2px solid var(--primary-color);
	outline-offset: 2px;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {
	border-color: 1px solid #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: .8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000
}

.alignright {
	float: right;
	margin: 4px 0 0 24px;
}

.alignleft {
	float: left;
	margin: 4px 24px 0 0;
}

.aligncenter {
	margin: 24px auto;
	text-align: center;
	display: block;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

pre,
code {
	background: #eee;
	color: #151515;
	font-family: "Courier New", Courier, monospace;
	padding: 8px;
	font-size: 13px;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 24px;
	white-space: pre-wrap;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: var(--body-background);
	color: var(--body-color);
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	font-weight: 400;
	line-height: var(--body-line-height);
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: var(--headings-font);
	line-height: 1.2;
	color: var(--headings-color);
}

.h1,
h1 {
	font-size: var(--headings-h1-size);
}

.h2,
h2 {
	font-size: var(--headings-h2-size);
}

.h3,
h3 {
	font-size: var(--headings-h3-size);
}

.h4,
h4 {
	font-size: var(--headings-h4-size);
}

.h5,
h5 {
	font-size: var(--headings-h5-size);
}

.h6,
h6 {
	font-size: var(--headings-h6-size);
}

.lead {
	font-size: 1.25rem;
	font-weight: 400;
}

.display-1 {
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1;
}

.display-3,
.slider-text h1,
.single-post-title {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-bottom: 32px;
}

a,
.pcolor {
	color: var(--primary-color);
}

p a {
	text-decoration: none;
}

a:hover,
p a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 16px 24px;
}

ul li,
ol li {
	margin-bottom: 8px;
}

.list-circle {
	margin: 0 0 24px 0;
}

.list-circle li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.list-circle li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background: var(--primary-color);
	border-radius: 99em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6em;
	color: #151515;
	position: relative;
	letter-spacing: .05em;
	margin: 32px 0 42px 0;
	padding-left: 54px;
}

blockquote:before {
	content: "";
	display: inline-block;
	margin-right: 0;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	color: var(--primary-color);
	width: 5px;
	height: 100%;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote cite {
	color: var(--primary-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 16px;
}

p,
ul,
ol {
	margin-bottom: 24px;
}

div p:last-of-type {
	margin-bottom: 0;
}

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}

table {
	border: 1px solid #f0f0f0;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	border-collapse: collapse;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	text-align: center;
	padding: 16px;
}

table th {
	font-weight: bold;
}

a,
.view-more,
#submit,
.wpcf7-submit,
.white-btn,
.post-password-form input[type="submit"],
.send-btn,
.post-image a:before,
.gallery-post a:after,
.grid-item-v2 .grid-item-img-v2:after,
.grid-item-v2 .port-caption-v2,
.grid-item-v3 .port-caption-v3,
.grid-item-v3 .grid-item-img-v3:after,
.port-item-htext-v2 .port-title-masonry-v2,
.port-item-htext-v2 .port-categ-masonry-v2,
.port-item-htext-v2 .port-img:after,
.port-item-htext-v2 .port-img-v2 img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

.main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.menu-nav {
	margin: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 32px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: var(--menu-normal-color);
	padding: 28px 0;
	display: block;
}

.menu-nav li a:before {
	position: absolute;
	display: block;
	bottom: 28px;
	left: 0;
	width: 0;
	border-top: 1px solid var(--menu-normal-color);
	content: '';
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
}

.menu-nav li a:hover,
.menu-nav>li:hover>a,
.menu-nav>li.current-menu-item>a {
	background: none;
	color: var(--menu-hover-color);
}

.menu-nav>li:hover>a:before,
.menu-nav li.current-menu-item>a:before {
	left: 0;
	width: 100%;
	border-color: var(--menu-hover-color);
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 28px 0;
	width: 265px;
	text-align: left;
	position: absolute;
	top: 72px;
	left: -36px;
	background: var(--submenu-background-color);
	z-index: 5;
	-webkit-box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .05);
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 12px;
}

.menu-nav ul li>a {
	display: block;
	padding: 8px 36px;
	color: var(--submenu-normal-color);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all .5s cubic-bezier(.25, 1, .35, 1) 0s;
}

.menu-nav ul li>a:focus {
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: var(--submenu-hover-color);
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.menu-nav li:hover>ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}

.menu-nav .edge>ul {
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
	left: auto;
	top: -28px;
	margin: 0;
	right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}

.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 15px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	left: 8px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 48px;
}

.menu-mobile li {
	font-size: 13px;
	font-weight: 600;
	padding-top: 24px;
	list-style: none;
	letter-spacing: .05em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu-mobile li a {
	color: #fff;
	display: block;
	line-height: 1.5;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: var(--primary-color);
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 13px;
	font-weight: 700;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "-";
}

.menu-mobile ul {
	margin-left: 0;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
	font-size: 12px;
	padding-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
	text-transform: uppercase;
}

.menu-contact {
	margin-top: 81px;
	padding-left: 48px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.menu-contact ul:first-child li i {
	font-size: 16px;
	margin-right: 8px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 30px;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

.menu-contact .social-media li {
	margin-left: 0 !important;
	display: block;
}

.menu-contact .social-media li a {
	color: #fff;
	display: block;
	font-size: 18px;
	/* Increase icon size slightly for better visibility */
}

body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: .9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	overflow-x: hidden;
	width: 350px;
	height: 100%;
	background: #151515;
	opacity: 0;
	padding: 0 30px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .7s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all .7s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all .7s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all .7s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all .7s cubic-bezier(.25, 1, .35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
	cursor: pointer;
	padding: 7px 1px;
	display: inline-block;
	margin-top: 32px;
}

.icon-bar1 {
	top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.social-media,
.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li,
.footer-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 16px;
	margin-bottom: 0;
}

.social-media li a {
	color: #ffffff;
}

.social-media li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-tripadvisor:hover {
	color: #00AF87 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}

.header-social-1 {
	text-align: right;
}

.logo img {
	width: 120px;
}

.logo-1,
.header-social-1 {
	flex: 1 1 auto;
}

.header-container {
	display: flex;
	align-items: center;
}

.nav-holder-1 {
	text-align: center;
}

.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #ffffff;
}

.logo-dark {
	display: none;
}

.nav-fixed-top .logo-dark,
.no-top-image .logo-dark {
	display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white {
	display: none;
}

.header-2 .header-container {
	display: block;
}

.nav-holder-2,
.logo-2 {
	text-align: center;
}

.logo-2 {
	margin-top: 28px;
}

.header-3,
.header-4 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.logo-3 {
	flex: 1 1 auto;
}

.header-social-3 {
	margin-left: 32px;
}

.nav-button-holder-3,
.nav-button-holder-4 {
	display: block;
	text-align: right;
}

.logo-4 {
	text-align: center;
}

.header-social-4,
.nav-button-holder-4 {
	flex: 1 1 0;
}

.logo-menu-5 {
	text-align: center;
}

.header-social-5,
.btn-header {
	flex: 1 1 0;
}

.btn-header {
	text-align: right;
}

.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
	margin-top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all .3s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all .3s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all .3s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all .3s cubic-bezier(.25, 1, .35, 1) 0s;
}

.no-top-image .logo-txt a,
.nav-fixed-top .logo-txt a {
	color: #151515;
}

.no-top-image .social-media li a,
.social-dark li a,
.nav-fixed-top .social-media li a {
	color: #151515;
}

.no-top-image .icon-bar,
.nav-fixed-top .icon-bar {
	background: #151515;
}

.no-top-image .icon-bar:before,
.no-top-image .icon-bar:after,
.nav-fixed-top .icon-bar:before,
.nav-fixed-top .icon-bar:after {
	background: #151515;
}

.no-top-image .menu-nav li a,
.nav-fixed-top .menu-nav li a {
	color: #151515;
}

.no-top-image .menu-nav li a:hover,
.no-top-image .menu-nav>li:hover>a,
.no-top-image .menu-nav>li.current-menu-item>a,
.nav-fixed-top .menu-nav li a:hover,
.nav-fixed-top .menu-nav>li:hover>a,
.nav-fixed-top .menu-nav>li.current-menu-item>a {
	background: none;
	color: #151515;
}

.no-top-image .menu-nav>li:hover>a:before,
.no-top-image .menu-nav li.current-menu-item>a:before,
.nav-fixed-top .menu-nav>li:hover>a:before,
.nav-fixed-top .menu-nav li.current-menu-item>a:before {
	border-color: #151515;
}

.section-holder {
	margin-bottom: 108px;
}

.slider-container {
	position: relative;
	margin-bottom: 108px;
}

.slider-boxed {
	margin-top: 108px;
}

.slider-item-box-bkg {
	height: 100vh;
}

.slider-item-box3 {
	height: 500px;
}

.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.slider-img:before {
	content: '';
	background: rgba(14, 18, 25, .2);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text {
	width: 80%;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.slider-text h1 {
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 16px;
}

.slider-text .view-more {
	margin-top: 32px;
}

.slider-holder-v2 {
	display: flex;
	height: 100vh;
}

.slider-img-v2,
.slider-caption-v2 {
	width: 50%;
}

.slider-caption-v2 {
	background: #151515;
	position: relative;
}

.slider-caption-v2 .slider-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-home15 {
	margin-bottom: 27px;
}

.home-section6 {
	padding: 81px 0;
	background: var(--extra-color1);
}

.home-section6 .read-more {
	text-align: right;
}

.parallax,
.no-parallax {
	background-repeat: repeat;
	background-position: center center !important;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax {
	position: relative;
	padding: 108px 0;
}

.parallax:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}

.parallax-content {
	color: #ffffff;
	position: relative;
}

.section-home21,
.section-home23 {
	background: #dcf2f6;
	padding: 108px 0;
}

.section-home21 {
	margin-top: -108px;
}

.section-home23 {
	padding-bottom: 27px;
}

.box-icon {
	font-size: 48px;
	margin-bottom: 16px;
	color: #151515;
	line-height: 1;
}

.box-icon2 {
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 1;
	display: inline-block;
}

.box-icon-small {
	font-size: 24px;
}

.box-title {
	font-size: 1.5rem;
	margin-bottom: 16px;
}

.icon-color {
	color: var(--primary-color);
}

.box-info {
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .03em;
	color: #151515;
}

.box-holder h2 {
	font-size: 54px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.section-home31 {
	margin-top: 148px;
	margin-bottom: 72px;
}

.section-home41 {
	padding: 200px 0;
}

.section-home42 {
	background: #ecf7f6;
	padding: 108px 0;
	margin-top: -108px;
}

.box-team-title {
	margin-bottom: 8px;
}

.team-info {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #555555;
	margin-bottom: 16px;
	display: inline-block;
}

.section-home73 {
	background: #e9f5f7;
	padding: 108px 0;
}

.testimonial-content {
	color: #151515;
	font-family: var(--headings-font);
	font-size: 24px;
	font-style: italic;
	margin-bottom: 24px;
	text-align: center;
}

.testimonial-meta-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-image {
	padding-right: 15px;
}

.testimonial-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.testimonial-name {
	color: #151515;
	font-weight: 600;
}

.testimonial-job {
	color: #151515;
	font-size: 14px;
}

.section-home-10-1 {
	margin-top: 98px;
	margin-bottom: 0;
}

.section-home-10-1 .grid-item-img-v3 {
	background-attachment: fixed;
}

.section-home11-1 {
	margin-top: -108px;
}

.feature-box-img {
	padding-top: 54px;
	padding-bottom: 54px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-home-12-1 {
	height: 100vh;
}

.section-home-12-1:before {
	display: none;
}

.parallax-content-12-1 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-home-12-6 .article-excerpt {
	margin-bottom: 0;
}

.section-home-13-1,
.section-home-13-4 {
	background: #151515;
	margin-top: -108px;
	margin-bottom: 0;
	padding-top: 108px;
	padding-bottom: 76px;
}

.section-home-13-2 .port-grid-v4,
.section-home-14-1 .port-grid-v4 {
	margin-left: 0;
	margin-right: 0;
}

.section-home-13-2 .grid-item-v4,
.section-home-14-1 .grid-item-v4 {
	padding: 0;
}

.section-home-13-4 {
	margin-top: 0;
	margin-bottom: 108px;
}

.section-home-14-1 {
	margin-top: 98px;
}

.section-title {
	line-height: 1.2em;
}

.top-single-bkg {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 108px;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-single-bkg:before {
	content: '';
	background: rgba(14, 18, 25, .3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.topnoimg {
	height: 400px;
	background: #e9f5f7;
}

.topnoimg.top-single-bkg:before {
	display: none;
}

.top-single-bkg .inner-desc {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-post-title {
	color: #fff;
	font-weight: 700;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.3em;
}

.post-subtitle,
.page-subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: .05em;
	margin-top: 8px;
	display: block;
	line-height: 1.1;
	text-transform: uppercase;
}

.topnoimg .single-post-title,
.topnoimg .post-subtitle,
.topnoimg .page-subtitle {
	color: #151515;
}

.top-blogfront {
	height: auto;
}

.top-blogfront:before {
	display: none;
}

#wrap-content p,
.article-excerpt,
.practice-icon-content,
aside p {
	line-height: 1.7;
}

.page-holder p,
.blog-post-single p {
	margin-bottom: 32px;
}

#fs-holder {
	padding: 0 30px;
}

.port-grid {
	margin-bottom: -10px;
}

.port-item-htext {
	position: relative;
	margin-bottom: 10px;
}

.port-item-htext .port-img {
	position: relative;
	overflow: hidden;
}

.port-item-htext .port-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: .2;
	z-index: 2;
}

.port-item-htext .port-img:after,
.port-caption,
.album-arrow,
.album-arrow:before,
.album-arrow-grid {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

.port-caption {
	position: absolute;
	z-index: 4;
	padding: 0 10px;
	left: 0;
	bottom: 10px;
}

.port-caption h3,
.port-caption-masonry h3,
.port-caption-masonry h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: .03em;
	margin: 0;
}

.portfolio-categ,
.port-categ-masonry {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.portfolio-categ li,
.port-categ-masonry li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 4px 8px 0 0;
	letter-spacing: .03em;
	color: #fff;
}

.album-arrow-grid {
	color: #fff;
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 4;
	opacity: 0;
}

.port-item-htext:hover .port-img:after {
	opacity: .95;
	background: var(--primary-color);
}

.port-item-htext:hover .album-arrow-grid {
	opacity: 1;
	right: 30px;
}

.port-grid-4cols .port-caption h3 {
	font-size: 1.3rem;
}

.port-grid-4cols .portfolio-categ li {
	font-size: 11px;
}

.portfolio-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.portfolio-filter li {
	display: inline-block;
	margin: 0 16px 0 16px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
}

.portfolio-filter li:first-child {
	margin-left: 0;
}

.portfolio-filter li a {
	color: #151515;
}

.portfolio-filter li a.current,
.portfolio-filter li a:hover {
	color: var(--primary-color);
}

.port-grid-v2,
.port-grid-v3,
.port-grid-v4 {
	display: flex;
	flex-wrap: wrap;
}

.grid-item-v2,
.grid-item-v3 {
	width: 33.333%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.grid-item-2cols-v2,
.grid-item-2cols-v3 {
	width: 50%;
}

.grid-item-4cols-v2,
.grid-item-4cols-v3 {
	width: 25%;
	height: 300px;
}

.grid-item-img-v2,
.grid-item-img-v3 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.grid-item-img-v2:after,
.grid-item-img-v3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: 0;
	z-index: 2;
}

.port-caption-v2,
.port-caption-v3 {
	text-align: center;
	position: absolute;
	z-index: 4;
	padding: 0 30px;
	width: 100%;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.port-caption-v2 h2,
.port-caption-v4 h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.grid-item-4cols-v2 .port-caption-v2 h2,
.grid-item-4cols-v3 .port-caption-v3 h2 {
	font-size: 28px;
}

.grid-item-v2:hover .grid-item-img-v2:after {
	background: #ffffff;
	opacity: 1;
}

.grid-item-v2:hover .port-caption-v2 h2 {
	color: #151515;
}

.grid-item-v2:hover .portfolio-categ li {
	color: #555555;
}

.grid-item-v2:hover .port-caption-v2 {
	opacity: 1;
}

.grid-item-1cols-v3 {
	width: 100%;
	height: 500px;
}

.grid-item-img-v3:after {
	opacity: .2;
}

.port-caption-v3 {
	opacity: 1;
}

.port-caption-v3 h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.grid-item-1cols-v3 .port-caption-v3 h2 {
	font-size: 48px;
}

.grid-item-v3:hover .port-caption-v3,
.grid-item-v3:hover .grid-item-img-v3:after {
	opacity: 0;
}

#parallax-grid .grid-item-img-v3 {
	background-attachment: fixed;
}

#parallax-grid .grid-item-v3:hover .port-caption-v3 {
	opacity: 1;
}

.portfolio-layout-masonry2 {
	margin-left: -5px;
	margin-right: -5px;
}

.grid-item-style2,
.grid-item-style3 {
	width: 25%;
	padding: 5px;
}

.grid-item-style2:nth-child(6n+1),
.grid-item-style2:nth-child(6n+6),
.grid-item-style3:nth-child(7n+1) {
	width: 50%;
}

.port-grid-v4 {
	margin-left: -5px;
	margin-right: -5px;
}

.grid-item-v4-init {
	width: 25%;
}

.grid-item-v4 {
	width: 25%;
	height: 350px;
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.grid-item-v4-style1:nth-of-type(8n+1),
.grid-item-v4-style1:nth-of-type(8n+7),
.grid-item-v4-style2:nth-of-type(7n+1),
.grid-item-v4-style3:nth-of-type(6n+1),
.grid-item-v4-style3:nth-of-type(6n+5) {
	width: 50%;
	height: 700px;
}

.grid-item-v4-style1:nth-of-type(8n+4),
.grid-item-v4-style1:nth-of-type(8n+8),
.grid-item-v4-style2:nth-of-type(7n+2),
.grid-item-v4-style2:nth-of-type(7n+3) {
	width: 50%;
}

.grid-item-v4-style3 {
	width: 50%;
}

.grid-item-img-v4 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.item-img-v4 {
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	width: calc(100% + 50px);
	background-size: cover;
	background-position: center center;
	-webkit-transition: transform 1s cubic-bezier(.30, 1, .35, 1) 0s;
	-moz-transition: transform 1s cubic-bezier(.30, 1, .35, 1) 0s;
	-o-transition: transform 1s cubic-bezier(.30, 1, .35, 1) 0s;
	-ms-transition: transform 1s cubic-bezier(.30, 1, .35, 1) 0s;
	transition: transform 1s cubic-bezier(.30, 1, .35, 1) 0s;
}

.grid-item-v4:hover .item-img-v4 {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

.item-img-v4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(.30, 1, .35, 1) 0s;
	-moz-transition: opacity 1s cubic-bezier(.30, 1, .35, 1) 0s;
	-o-transition: opacity 1s cubic-bezier(.30, 1, .35, 1) 0s;
	-ms-transition: opacity 1s cubic-bezier(.30, 1, .35, 1) 0s;
	transition: opacity 1s cubic-bezier(.30, 1, .35, 1) 0s;
}

.grid-item-v4:hover .item-img-v4:before {
	opacity: .7;
}

.port-caption-v4 {
	position: absolute;
	top: 50%;
	right: -100%;
	width: 90%;
	text-align: center;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: right .8s cubic-bezier(.30, 1, .35, 1) 0s;
	-moz-transition: right .8s cubic-bezier(.30, 1, .35, 1) 0s;
	-o-transition: right .8s cubic-bezier(.30, 1, .35, 1) 0s;
	-ms-transition: right .8s cubic-bezier(.30, 1, .35, 1) 0s;
	transition: right .8s cubic-bezier(.30, 1, .35, 1) 0s;
}

.grid-item-v4:hover .port-caption-v4 {
	right: 50%;
}

.port-caption-v4 h2 {
	font-size: 28px;
}

.grid-img-icon {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	margin-top: 16px;
}

.port-masonry {
	margin-bottom: -20px;
}

.port-caption-masonry {
	text-align: center;
	margin-bottom: 20px;
}

.port-item-masonry .port-item-htext {
	margin-bottom: 10px;
}

.port-caption-masonry h3 a {
	color: #151515;
}

.port-caption-masonry h3 a:hover,
.port-categ-masonry li a:hover {
	color: var(--primary-color);
}

.port-categ-masonry li a {
	color: #555555;
}

.port-item-masonry .port-item-htext .port-img:after,
.port-item-htext-v2 .port-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	opacity: 0;
	z-index: 2;
}

.port-item-masonry .port-item-htext:hover .port-img:after,
.port-item-htext-v2:hover .port-img:after {
	opacity: .9;
}

.port-item-masonry .album-arrow {
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	z-index: 4;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.port-item-masonry .port-item-htext:hover .album-arrow {
	opacity: 1;
	right: auto;
}

.album-arrow:before,
.album-arrow-grid:before {
	content: "+";
	display: block;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}

.album-arrow:before {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.port-item-masonry .port-item-htext:hover .album-arrow:before {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.port-masonry-v2 {
	margin-bottom: -10px;
}

.port-item-masonry-v2 {
	margin-bottom: 10px;
}

.port-item-htext-v2 .port-img {
	position: relative;
}

.port-item-htext-v2 .port-img:after {
	top: 0;
	left: 0;
}

.port-title-masonry-v2 {
	color: #ffffff;
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 4;
	opacity: 0;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1;
}

h2.port-title-masonry-v2 {
	margin: 0;
}

.port-masonry-2cols .port-title-masonry-v2 {
	font-size: 36px;
}

.port-masonry-4cols .port-title-masonry-v2 {
	font-size: 24px;
}

.port-categ-masonry-v2 {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 4;
	opacity: 0;
}

.port-categ-masonry-v2 li {
	margin-top: 0;
}

.port-item-htext-v2:hover .port-title-masonry-v2,
.port-item-htext-v2:hover .port-categ-masonry-v2 {
	opacity: 1;
}

.port-img-v2 {
	overflow: hidden;
}

.port-img-v2 img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.port-item-htext-v2:hover .port-img-v2 img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-slider-holder {
	margin: 148px 0 108px 0;
}

.portfolio-slider-item {
	height: 600px;
	overflow: hidden;
}

.portfolio-slider-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-slider-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	background: -webkit-linear-gradient(0deg, rgba(21, 21, 21, .6) 0%, rgba(255, 255, 255, 0) 50%);
	background: -o-linear-gradient(0deg, rgba(21, 21, 21, .6) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(0deg, rgba(21, 21, 21, .6) 0%, rgba(255, 255, 255, 0) 50%);
	opacity: 1;
	z-index: 2;
}

.portfolio-slider-caption {
	position: absolute;
	left: 0;
	bottom: 32px;
	right: 0;
	text-align: center;
	padding: 0 30px;
	z-index: 4;
}

.portfolio-slider-caption h2 {
	color: #ffffff;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 8px;
}

.portfolio-slider-item .portfolio-slider-img,
.portfolio-slider-item .portfolio-slider-img:after,
.portfolio-slider-item .portfolio-slider-caption {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

.portfolio-slider-item:hover .portfolio-slider-img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-slider-item:hover .portfolio-slider-img:after,
.portfolio-slider-item:hover .portfolio-slider-caption {
	opacity: 0;
}

.short-portfolio-zigzag {
	margin-bottom: -81px;
}

.port-item-zigzag {
	display: flex;
	align-items: center;
	margin-bottom: 81px;
}

.zigzag-image {
	width: 55%;
	flex: 0 0 auto;
	margin-right: 54px;
	overflow: hidden;
	position: relative;
	padding-bottom: 400px;
}

.port-item-zigzag:nth-child(2n) .zigzag-image {
	order: 2;
	margin-left: 54px;
	margin-right: 0;
}

.zigzag-image img {
	object-fit: cover;
	object-position: center top;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

.zigzag-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.zigzag-content {
	width: 100%;
	text-align: center;
	position: relative;
}

.single-post-content .zigzag-title {
	margin-bottom: 0;
}

.zigzag-title a {
	color: #151515;
}

.zigzag-title a:hover {
	color: var(--primary-color);
}

.zigzag-content .read-more {
	margin-top: 32px;
}

.zigzag-categ li {
	color: #555555;
}

.gallery-holder {
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0;
}

.gallery-holder.row {
   --bs-gutter-x: 0;
   margin-left: 0;
   margin-right: 0;
}

.gallery-holder.row > [class*="col-"] {
   padding-left: 0;
   padding-right: 0;
}

.gallery-post {
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 0;
   position: relative;
}

.fs-gallery {
   padding: 0;
}

.gallery-post a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
}

.gallery-post:hover a:after {
	opacity: .3;
}

.home-intro-gallery .intro-gallery-layout {
	align-items: flex-start;
	row-gap: 40px;
}

.home-intro-gallery .intro-gallery-copy {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: left;
}

.home-intro-gallery .intro-gallery-copy p {
	margin-bottom: 28px;
}

.home-intro-gallery .intro-gallery-showcase {
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 8px;
}

.home-intro-gallery .intro-gallery-masonry .layout-masonry {
	row-gap: 28px;
}

.home-intro-gallery .intro-gallery-masonry .blog-item-masonry {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0;
}

.home-intro-gallery .intro-gallery-action {
	margin-top: 28px;
	text-align: center;
}

.home-intro-gallery .port-caption-masonry {
	text-align: left;
}

.home-intro-gallery .intro-gallery-masonry .layout-masonry {
	margin-left: -14px;
	margin-right: -14px;
}

.gallery-grid1col {
	text-align: center;
}

.gallery-grid1col img {
	margin-bottom: 8px;
}

/* Gallery Navigation Buttons */
.btn-gallery-nav {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 24px;
	background: #151515;
	color: #fff;
	border: 1px solid #333;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.btn-gallery-nav:hover {
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-gallery-nav .btn-text {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.btn-gallery-nav .btn-text small {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.btn-gallery-nav .btn-text strong {
	font-size: 15px;
	font-weight: 600;
}

.btn-gallery-nav.btn-prev .btn-text {
	text-align: left;
}

.btn-gallery-nav.btn-next .btn-text {
	text-align: right;
}

.btn-gallery-nav.btn-all-galleries {
	background: transparent;
	border-color: #999;
	color: #151515;
	gap: 8px;
	padding: 14px 20px;
}

.btn-gallery-nav.btn-all-galleries:hover {
	background: #151515;
	color: #fff;
	border-color: #151515;
}

.btn-gallery-nav i {
	font-size: 16px;
}

/* Prev/Next gallery with cover images */
.prev-next-gallery {
	margin-top: 40px;
	margin-bottom: 40px;
}

.prev-next-gallery .pn-holder {
	display: flex;
	align-items: center;
	gap: 16px;
}

.prev-next-gallery .pn-img {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
}

.prev-next-gallery .pn-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prev-next-gallery .meta-nav-subtitle h3 {
	font-size: 16px;
	margin: 0;
}

.prev-next-gallery .meta-nav-subtitle h3 a {
	color: #151515;
	text-decoration: none;
}

.prev-next-gallery .meta-nav-subtitle h3 a:hover {
	color: var(--primary-color);
}

.prev-next-gallery .meta-nav-right .pn-holder {
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.btn-gallery-nav {
		padding: 10px 16px;
		gap: 8px;
		font-size: 13px;
		width: 100%;
		justify-content: center;
	}

	.btn-gallery-nav .btn-text small {
		font-size: 10px;
	}

	.btn-gallery-nav .btn-text strong {
		font-size: 13px;
	}

	.prev-next-gallery .pn-img {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}

	.prev-next-gallery .meta-nav-subtitle h3 {
		font-size: 14px;
	}
}

.award-item {
	display: flex;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	align-items: center;
}

.award-year {
	color: var(--primary-color);
	margin-right: 54px;
}

.section-about3 {
	padding: 108px 0;
	background: #f5f5f5;
}

.progress-title {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .3px;
}

.progress {
	border-radius: 0;
	margin-bottom: 54px;
}

.progress-bar {
	text-align: right;
	background: var(--primary-color);
	color: #151515;
	padding: 0 10px;
}

.section-about23 {
	padding: 108px 0;
	background: var(--primary-color);
}

.section-team3 {
	padding: 81px 54px;
	background: var(--extra-color1);
}

.icon-box-2-wrapper {
	display: flex;
	margin-bottom: 54px;
}

.icon-box-3-wrapper {
	display: flex;
	margin-bottom: 32px;
}

.icon-box-2-icon,
.icon-box-3-icon {
	flex: 0 0 auto;
	margin-right: 32px;
	font-size: 36px;
	line-height: 1;
}

.icon-box-3-icon {
	font-size: 16px;
	margin-right: 15px;
}

.icon-size-medium {
	font-size: 32px;
}

.icon-box-3-inner {
	background: var(--primary-color);
	color: #fff;
	padding: 28px;
	border-radius: 99em;
}

.icon-box-3-inner i {
	width: 1em;
	height: 1em;
	display: block;
	position: relative;
}

.box-title-3 {
	margin-bottom: 0;
}

.faq-list {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.faq-list li {
	margin-top: 24px;
}

.faq-list li:first-child {
	margin-top: 0;
}

.faq-title a:before {
	display: inline-block;
	color: var(--primary-color);
	padding-right: 16px;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
}

.faq-title.active a:before {
	content: "\f0d8";
	color: #ffffff;
}

.faq-title a {
	color: #151515;
	font-size: 18px;
	letter-spacing: .05em;
	padding: 24px 16px;
	border: 1px solid #151515;
	border-radius: 2px;
	margin-bottom: 24px;
	font-weight: 400;
	display: block;
	line-height: 1;
}

.faq-title a:hover,
.faq-title.active a {
	color: var(--primary-color);
	border-color: var(--primary-color);
	text-decoration: none;
}

.faq-section {
	margin: 32px 16px;
	font-size: 16px;
}

.testimonial-slider .owl-dots {
	position: relative;
}

.testimonial-info {
	width: 100%;
	margin: 0 auto;
}

.testimonial-client {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
	text-align: center;
	color: var(--primary-color);
}

.testimonial-desc {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

.page-holder h4.testimonial-desc {
	margin-bottom: 32px;
}

.testimonial-circle {
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	border-radius: 99em;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 32px;
}

.testimonial-circle i {
	line-height: 50px;
}

.posts-holder {}

.page-holder-sidebar,
.post-sidebar .single-post-holder {
	margin-right: 24px;
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 24px;
}

.article-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.article-title a {
	color: #151515;
	display: block;
}

.article-title a:hover {
	color: var(--primary-color);
}

.blog-item {
	margin-bottom: 72px;
}

.post-holder {
	text-align: center;
}

.post-meta {
	margin: 0;
	font-size: 0;
	list-style: none;
	margin-bottom: 26px;
}

.post-meta li {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #454545;
	line-height: 1.1;
	margin-bottom: 6px;
}

.inner-desc .post-meta {
	margin-bottom: 0;
}

.inner-desc .post-meta li {
	margin-bottom: 0;
}

.meta-categ a {
	color: #454545;
}

.meta-categ a:hover {
	color: var(--primary-color);
}

.meta-categ:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 8px;
	margin-bottom: 2px;
	content: '';
	vertical-align: middle;
	background: var(--primary-color);
	border-radius: 99em;
}

.post-meta li.meta-sticky {
	background: var(--primary-color);
	padding: 6px 12px;
	margin-left: 8px;
	color: #0e1219;
	border-radius: 99em;
}

.single-post-topheader .post-meta {
	margin-top: 8px;
}

.single-post-topheader .post-meta li {
	font-size: 14px;
}

.topsingleimage {
	height: 600px;
}

.topsingleimage .post-meta li,
.topsingleimage .post-meta li a {
	color: #ffffff;
}

.post-image {
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.post-image a:before {
	content: '';
	background: #151515;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.post-image:hover a:before {
	opacity: .2;
}

.article-excerpt {
	margin-bottom: 42px;
}

.blog-item-1col .post-holder {
	padding: 0 54px;
}

.blog-item {
	text-align: center;
}

.post-sidebar .blog-item-2col-grid {
	margin-right: 24px;
}

.post-sidebar .blog-1col,
.post-sidebar .blog-1col-list-left {
	margin-right: 24px;
}

.blog-item-1col-list {
	display: flex;
}

.blog-item-1col-list .post-image {
	width: 35%;
	height: 430px;
	overflow: hidden;
	margin-bottom: 0;
	top: 0;
	left: 0;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.blog-item-1col-list .post-holder {
	width: 65%;
	margin-top: 0;
	position: relative;
}

.list-holder {
	position: absolute;
	top: 50%;
	left: 54px;
	right: 54px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item-1col-list .article-title,
.blog-item-1col .article-title {
	font-size: 2.5rem;
}

.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	padding: 0;
}

.post-holder-noimg .list-holder {
	position: relative;
	top: auto;
	left: 0;
	right: 0;
	transform: none;
}

.blog-item-1col-list:last-child {
	margin-bottom: 0;
}

.short-blog-3col-grid .article-title {
	margin-top: 0;
	margin-bottom: 16px;
}

.short-blog-3col-grid .article-excerpt {
	margin-bottom: 0;
}

.top-article-single .post-meta li,
.top-article-single .post-meta li a {
	font-size: 16px;
	color: #fff;
}

.single-meta-info {
	text-align: center;
}

.author-single-page {
	margin-top: 81px;
	display: flex;
}

.author-avatar {
	display: block;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 32px;
}

.author-single-page h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .03em;
	margin-bottom: 16px;
}

.author-single-page h3 a {
	color: #151515;
}

.author-single-page h3 a:hover {
	color: var(--primary-color);
}

.author-content .social-media {
	margin-top: 8px;
}

.meta-nav-holder {
	margin-top: 72px;
	align-items: center;
}

.single-post-holder .meta-nav-holder {
	margin-top: 81px;
}

.meta-nav {
	padding: 0 15px;
}

.meta-nav a {
	display: block;
	color: #151515;
}

.meta-nav a:hover {
	color: var(--primary-color);
}

.meta-nav-subtitle {
	font-size: 14px;
	letter-spacing: .05em;
}

.pn-holder {
	display: flex;
	align-items: center;
}

.pn-img {
	width: 80px;
	height: 0;
	flex: 0 0 auto;
	margin-right: 24px;
	overflow: hidden;
	border-radius: 99em;
	position: relative;
	padding-bottom: 80px;
}

.pn-img img {
	object-fit: cover;
	object-position: center top;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}

.pn-desc {
	width: 100%;
}

.pn-desc h3 {
	font-size: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.meta-nav-right .pn-desc {
	justify-content: flex-end;
	text-align: right;
}

.meta-nav-right .pn-img {
	margin-left: 24px;
	margin-right: 0;
}

.comm-title,
.comment-reply-title {
	margin-top: 81px;
}

.comm-title>h3,
.comment-reply-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 32px;
}

.comment .comment-reply-title {
	margin-top: 0;
}

.output2 {
	margin-top: 24px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.comm-send {
	margin-top: 36px;
}

.commentlist {
	margin: 0;
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 24px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5,
.children li.depth-6,
.children li.depth-7,
.children li.depth-8,
.children li.depth-9,
.children li.depth-10 {
	margin: 0 0 0 81px;
}

.comment-body {
	margin-bottom: 54px;
}

.comment-details {
	position: relative;
	margin-left: 81px;
}

.comment-avatar {
	position: absolute;
	left: -81px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author .author,
.comment-author .author a {
	color: #151515;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	display: block;
}

.comment-author .author {
	margin-bottom: 8px;
}

.comment-author .author a:hover {
	color: var(--primary-color);
}

.comment-content p:last-child {
	margin: 0;
}

.comment-author span.comment-date {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 600;
	color: #151515;
}

.comment-text {
	margin-top: 24px;
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link {
	font-size: 13px;
	letter-spacing: .03em;
	font-weight: 600;
	color: #151515;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.comment-reply-link:hover {
	color: var(--primary-color);
}

#cancel-comment-reply-link {
	display: block;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
	line-height: 1;
}

.commentlist li .comment-respond {
	margin-bottom: 72px;
}

.pingback .comment-details,
.trackback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}

aside ul,
footer ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-top: 72px;
	margin-bottom: 0;
}

aside>ul>li:first-child {
	margin-top: 0;
}

aside .screen-reader-text,
.foo-block .screen-reader-text {
	display: none;
}

aside table,
aside table caption,
.foo-block table,
.foo-block table caption {
	margin-bottom: 0;
}

aside table caption,
.foo-block table caption {
	padding-bottom: 0;
}

.widgettitle,
.widgettitle2 h5 {
	color: #151515;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .03em;
	margin-bottom: 24px;
	position: relative;
}

footer .widgettitle {
	color: var(--footer-title-color);
}

.smalltitle {
	letter-spacing: .05em;
	margin-bottom: 16px;
}

.smalltitle:not(:last-child) {
	margin-bottom: 16px;
}

.stitle2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.smallborder span {
	border: 1px solid var(--primary-color);
	display: inline-block;
}

.smallborder .elementor-heading-title {
	padding: 8px 16px;
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

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

.textwidget select {
	width: 100%;
}

.search-string {
	padding: 16px 24px;
	width: 100%;
	border: 1px solid #151515;
	background: none;
	color: #151515;
	border-radius: 99em;
}

.foo-block .search-string {
	border-color: #333333;
	background: #ffffff;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 13px !important;
	color: #fff;
	background: #151515;
	padding: 8px 16px;
	text-align: center;
	margin: 0 4px 8px 0;
	border-radius: 99em;
}

.foo-block .tagcloud a {
	background: #333333;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: var(--primary-color);
	text-decoration: none;
}

.tags-single-page {
	margin-top: 42px;
}

.display-post-holder {
	display: flex;
}

.widget .widget-display-posts-img ul li {
	margin-bottom: 24px;
}

.display-post-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-text {
	margin-left: 16px;
}

aside .display-post-date {
	font-size: 14px;
	color: #555555;
	margin-bottom: 0;
	line-height: 1;
}

.display-post-title {
	font-weight: 400;
	font-size: 16px;
	margin-top: 8px;
}

.display-post-title a {
	color: #151515;
}

.display-post-title a:hover {
	color: var(--primary-color);
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 16px;
	line-height: 1.4;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a {
	color: #151515;
}

.foo-block .widget_recent_entries li a,
.foo-block .widget_archive li a,
.foo-block .widget_categories li a,
.foo-block .widget_pages li a,
.foo-block .widget_meta li a,
.foo-block .widget_nav_menu li a {
	color: #ffffff;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
	color: var(--primary-color);
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 16px;
	margin-left: 16px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.widget_categories ul.children:last-child li:last-child {
	margin-bottom: 0;
}

aside table th,
.foo-block table th,
aside table td,
.foo-block table td {
	padding: 8px;
}

footer {
	margin-top: 108px;
	padding: 0 0 54px 0;
	background: var(--footer-background-color);
}

.footer-widgets {
	padding-top: 108px;
}

footer,
footer a,
.footer-social li a {
	color: #ffffff !important;
}

.foo-block,
.widget-footer {
	margin-bottom: 54px;
}

.widget-footer {
	text-align: center;
}

.copyright {
	padding-top: 54px;
}

.footer-copy {
	font-size: 14px;
	text-align: center;
	letter-spacing: .05em;
}

#footer-instagram {
	text-align: center;
	position: relative;
	margin-bottom: -108px;
}

#footer-instagram .widgettitle {
	display: inline-block;
	margin-bottom: 36px;
}

#footer-instagram .instagram-pics {
	font-size: 0;
	margin: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 12.5%;
}

#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-instagram .instagram-pics li img:hover {
	opacity: .9;
}

#footer-instagram .clear {
	bottom: 7px;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: #ffffff;
	border: medium none;
	color: #151515;
	display: inline-block;
	padding: 7px 14px;
}

.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.testimonial-text {
	font-style: italic;
	color: #ffffff;
}

.testimonial-name {
	font-weight: 700;
	text-transform: uppercase;
}

.white {
	color: var(--white-color);
}

.section-contact41 {
	background: #151515;
	margin-top: -108px;
	padding-top: 108px;
	padding-bottom: 108px;
}

.stats-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stats-item-value {
	margin-right: 24px;
	margin-bottom: 24px;
	font-size: 72px;
}

.stats-item-text {
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}

.comment-form {
	margin-top: 24px;
}

.comm-field,
.contact-field,
#msg-contact,
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 18px 24px;
	border: 1px solid #151515;
	background: none;
	border-radius: 5px;
	color: #151515;
}

#msg-contact {
	display: block;
}

.post-password-form label input {
	padding: 13px;
	border: 1px solid #5b6371;
	background: none;
	margin-left: 8px;
	border-radius: 5px;
}

.comm-title-2 .section-title {
	margin-top: 28px;
}

.read-more,
#submit,
.wpcf7-submit,
.white-btn,
.page-links a,
.post-password-form input[type="submit"] {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #151515;
	letter-spacing: .03em;
	padding: 12px 24px;
	border-radius: 99em;
	display: inline-block;
	border: none;
}

.read-more:hover,
#submit:hover,
.wpcf7-submit:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover {
	background: var(--primary-color);
	color: #fff;
}

.white-btn {
	background: var(--primary-color);
	color: #151515;
}

.white-btn:hover {
	background: #fff;
	color: #000;
}

.form-submit {
	margin-top: 32px;
}

.blog-post-single .form-submit {
	margin-bottom: 0;
}

.form-label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #151515;
	border-radius: 4px;
}

.checkbox-container:hover input~.checkmark {
	background-color: #f1f1f1;
}

.checkbox-container input:checked~.checkmark {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked~.checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.post-password-form input[type="submit"] {
	margin-left: 8px;
	margin-top: 0;
	cursor: pointer;
}

.prev-next {
	margin-top: 28px;
}

.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a {
	color: #fff;
	background: #151515;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 99em;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #fff;
	background: var(--primary-color);
}

.page-links {
	margin-top: 36px;
}

.page-links a {
	margin: 0;
	margin-right: 12px;
}

.error-404 {
	text-align: center;
}

.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	height: 100%;
	overflow: hidden;
}

.gmaps {
	position: relative;
	padding: 0;
	height: 400px;
	overflow: hidden;
}

.gmaps-4 {
	height: 600px;
}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: var(--primary-color);
	color: #0e1219;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

.nf-text {
	margin: 24px 0;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.flex-alignleft {
	justify-content: left;
}

.none {
	display: none;
}

.alert {
	font-weight: 600;
	background-color: var(--primary-color);
	border: none;
	color: #0e1219;
	padding: 16px;
	border-radius: 0;
	margin-top: 81px;
}

.top-page404 {
	margin-bottom: -108px;
}

.top-page404 .inner-desc {
	margin-top: -54px;
}

.error404 #footer-instagram {
	display: none;
}

.title-404 {
	font-size: 12rem;
	margin-bottom: 32px;
	line-height: 1;
}

.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 32px;
}

.owl-theme .owl-dots {
	position: relative;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 0;
	z-index: 100;
	width: auto;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
	margin: 0 8px;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	line-height: 1;
	background: #fff;
	display: block;
	border-radius: 99em;
	opacity: .7;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-theme .owl-nav {
	position: initial;
}

.owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	left: 35px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
}

.owl-theme .owl-nav button.owl-next {
	right: 35px;
	left: auto;
}

.owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.padding-tb54 {
	padding-top: 54px;
	padding-bottom: 54px;
}

.padding-tb32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.padding-tb24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.margin-tb54 {
	margin: 54px 0;
}

.margin-tb36 {
	margin: 36px 0;
}

.margin-tb24 {
	margin: 24px 0;
}

.margin-t108 {
	margin-top: 108px;
}

.margin-t72 {
	margin-top: 72px;
}

.margin-t54 {
	margin-top: 54px;
}

.margin-t36 {
	margin-top: 36px;
}

.margin-t32 {
	margin-top: 32px;
}

.margin-t24 {
	margin-top: 24px;
}

.margin-t16 {
	margin-top: 16px;
}

.margin-b108 {
	margin-bottom: 108px;
}

.margin-b72 {
	margin-bottom: 72px;
}

.margin-b72min {
	margin-bottom: -72px;
}

.margin-b54 {
	margin-bottom: 54px;
}

.margin-b54min {
	margin-bottom: -54px;
}

.margin-b36 {
	margin-bottom: 36px;
}

.margin-b32 {
	margin-bottom: 32px;
}

.margin-b32min {
	margin-bottom: -32px;
}

.margin-b24 {
	margin-bottom: 24px;
}

.margin-b16 {
	margin-bottom: 16px;
}

.margin-b16:not(:last-child) {
	margin-bottom: 16px;
}

.margin-none {
	margin: 0;
}

.margin-l54 {
	margin-left: 54px;
}

.margin-r54 {
	margin-right: 54px;
}

.img-center {
	margin: 0 auto;
}

::-webkit-input-placeholder {
	color: #151515;
}

:-moz-placeholder {
	color: #151515;
}

::-moz-placeholder {
	color: #151515;
}

:-ms-input-placeholder {
	color: #151515;
}

::-ms-input-placeholder {
	color: #151515;
}

:placeholder-shown,
::placeholder {
	color: #151515;
}

.price-box {
	border: 2px solid var(--primary-color);
	text-align: center;
	padding: 54px;
	border-radius: 5px;
}

.price-title {
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 42px;
}

.price-divider {
	border-top: 2px solid var(--primary-color);
	width: 25%;
	margin-bottom: 32px;
	display: inline-block;
}

.price-amount {
	font-size: 54px;
	margin-bottom: 42px;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 42px;
}

.price-features li {
	padding: 8px 0;
	margin-bottom: 0;
}

body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .8;
	display: none;
	z-index: 1035;
}

.sl-wrapper {
	z-index: 1040;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
}

.sl-wrapper * {
	box-sizing: border-box;
}

.sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.sl-wrapper button:hover {
	opacity: .7;
}

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #fff;
	font-size: 3rem;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1060;
	color: #fff;
	font-size: 1rem;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	color: #fff;
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem;
}

@media (min-width:35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem
	}
}

@media (min-width:50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem
	}
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	height: auto;
}

@media (min-width:35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none
	}
}

@media (min-width:50em) {
	.sl-wrapper .sl-image img {
		border: 0 none
	}
}

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0 none;
}

@media (min-width:35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none
	}
}

@media (min-width:50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none
	}
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000;
	z-index: 1060;
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.sl-transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: .0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: .0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: .0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: .0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@-ms-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: .0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1.2);
		opacity: 0
	}
}

@media (min-width:768px) {
	.container {
		max-width: 100%
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}

	.parallax {
		background-attachment: fixed !important
	}
}

@media (min-width:1500px) {
	.container {
		max-width: 1350px
	}
}

@media (max-width:1200px) {

	.h1,
	h1,
	.slider-text h1,
	.single-post-title {
		font-size: calc(2.5rem + 1.5vw)
	}

	.h2,
	h2 {
		font-size: calc(1.8rem + .9vw)
	}

	.h3,
	h3 {
		font-size: calc(1.5rem + .6vw)
	}

	.h4,
	h4 {
		font-size: calc(1.3rem + .3vw)
	}

	.display-1 {
		font-size: calc(1.725rem + 5.7vw)
	}

	.display-2 {
		font-size: calc(1.675rem + 5.1vw)
	}

	.display-3 {
		font-size: calc(1.575rem + 3.9vw)
	}

	.display-4 {
		font-size: calc(1.475rem + 2.7vw)
	}

	.port-caption h3,
	.port-caption-masonry h3 {
		font-size: calc(1.3rem + .3vw)
	}

	.article-title,
	.blog-item-1col-list .article-title,
	.blog-item-1col .article-title,
	.portfolio-slider-caption h2 {
		font-size: calc(1.3rem + .3vw)
	}

	.menu-nav li {
		margin-left: 24px
	}

	.testimonial-name {
		font-size: 13px
	}
}

@media (min-width:1024px) and (max-width:1360px) {}

@media (max-width:1024px) {
	.nav-holder {
		display: none
	}

	.nav-button-holder {
		display: block
	}

	.logo {
		flex: 1 1 auto
	}

	.header-social-1 {
		margin-left: 32px;
		flex: 0 0 auto
	}

	.header-2 .header-container {
		display: flex
	}

	.logo-2 {
		text-align: left;
		margin: 0
	}

	.main-header {
		padding: 16px 0
	}

	.logo-menu-5 {
		text-align: left;
		flex: 1 1 0
	}

	.header-social-5 {
		display: none
	}

	.btn-header {
		flex: 0 1 auto;
		margin-left: 16px
	}

	.slider-text {
		width: 100%
	}

	.order1 {
		order: 1
	}

	.order2 {
		order: 2
	}

	.slider-holder-v2 {
		height: auto;
		flex-wrap: wrap
	}

	.slider-img-v2,
	.slider-caption-v2 {
		width: 100%
	}

	.slider-img-v2 {
		height: 350px
	}

	.slider-caption-v2 {
		height: 330px
	}

	.slider-caption-v2 .slider-text {
		width: auto;
		left: 15px;
		right: 15px
	}

	.page-holder-sidebar,
	.post-sidebar .single-post-holder,
	.post-sidebar .blog-item-2col-grid,
	.post-sidebar .blog-1col,
	.post-sidebar .blog-1col-list-left {
		margin-right: 0
	}

	.blog-item {
		margin-bottom: 54px
	}

	.archive .blog-item:last-child {
		margin-bottom: 0
	}

	.archive .prev-next {
		margin-top: 54px
	}

	aside,
	.blog-post-single aside {
		margin-top: 72px
	}

	.fs-gallery {
		padding: 0
	}

	.grid-item-v2,
	.grid-item-v3 {
		width: 50%;
		height: 350px
	}

	.port-caption-v2 h2 {
		font-size: 28px
	}

	#parallax-grid .grid-item-img-v3 {
		background-attachment: scroll
	}

	.grid-item-v4 {
		width: 50%
	}

	.grid-item-v4-style1:nth-of-type(8n+7) {
		height: 350px
	}

	.grid-item-v4-style1:nth-of-type(8n+4),
	.grid-item-v4-style1:nth-of-type(8n+8) {
		width: 100%
	}

	.grid-item-v4-style1:nth-of-type(4n+1) {
		height: 700px
	}

	.home-section6,
	.home-section6 .alignr,
	.section-team3,
	.section-team3 .alignr {
		text-align: center
	}

	.section-home41 {
		padding: 150px 0
	}

	.margin-l54 {
		margin-left: 0
	}

	.margin-r54 {
		margin-right: 0
	}

	.margin-bm32 {
		margin-bottom: 32px
	}

	.margin-bm54 {
		margin-bottom: 54px
	}

	.home-intro-gallery .intro-gallery-masonry .blog-item-masonry {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width:768px) and (max-width:979px) {
	.blog-item-1col-list {
		display: block
	}

	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder {
		width: 100%
	}

	.blog-item-1col-list .post-image {
		margin-bottom: 32px
	}

	.list-holder {
		position: relative;
		top: auto;
		left: 0;
		right: 0;
		transform: none
	}

	#fs-holder {
		padding: 0
	}

	.posts-holder {
		padding-right: 15px
	}
}

@media (max-width:767px) {
	.container {
		max-width: 100%
	}

	.home-intro-gallery .intro-gallery-copy,
	.home-intro-gallery .intro-gallery-action,
	.home-intro-gallery .port-caption-masonry {
		text-align: center;
	}

	.home-intro-gallery .intro-gallery-masonry .layout-masonry {
		margin-left: 0;
		margin-right: 0;
	}

	.home-intro-gallery .intro-gallery-masonry .blog-item-masonry {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	/* Zero gallery spacing on mobile */
	.gallery-container {
		padding: 0;
	}

	.gallery-container .fullscreen-container.fs-gallery {
		padding: 0;
	}

	.gallery-holder.row {
		--bs-gutter-x: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.gallery-holder.row > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-post {
		margin-bottom: 0;
	}

	blockquote {
		font-size: 18px
	}

	.topnoimg,
	.topsingleimage {
		height: 300px
	}

	.slider-item-box-bkg,
	.top-single-bkg {
		height: 400px
	}

	.title-404 {
		font-size: 81px
	}

	.top-page404 .inner-desc {
		margin-top: 0
	}

	.slider-text {
		font-size: 18px
	}

	.slider-caption {
		padding: 0 50px
	}

	.owl-theme .owl-nav button {
		left: 20px
	}

	.owl-theme .owl-nav button.owl-next {
		right: 20px
	}

	.inner-desc h1 {
		word-wrap: break-word
	}

	#footer-instagram .instagram-pics li {
		width: 25%
	}

	#footer-instagram,
	.top-page404 {
		margin-bottom: -72px
	}

	footer {
		margin-top: 72px
	}

	.footer-widgets {
		padding-top: 72px
	}

	.prev-next {
		margin-top: 0
	}

	.posts-holder-push-right {
		order: 0
	}

	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px
	}

	.blog-item-1col-list {
		display: block
	}

	.blog-item-1col-list .post-image {
		width: 100%;
		height: 300px;
		margin-bottom: 32px
	}

	.blog-item-1col-list .post-holder {
		width: 100%
	}

	.blog-item-1col .post-holder {
		padding: 0
	}

	.list-holder {
		position: relative;
		top: auto;
		left: 0;
		right: 0;
		transform: none
	}

	.author-single-page {
		display: block
	}

	.author-content {
		margin-left: 0;
		margin-top: 32px
	}

	aside,
	.aligncm {
		text-align: center
	}

	.nav-button-holder {
		order: 2;
		margin-left: 20px;
	}

	.header-social-1 {
		display: none;
	}

	.grid-item-v2,
	.grid-item-style2:nth-child(6n+1),
	.grid-item-style2:nth-child(6n+6),
	.grid-item-style3:nth-child(7n+1),
	.grid-item-v3,
	.grid-item-v4,
	.grid-item-v4-style1:nth-of-type(4n+1),
	.grid-item-v4-style1:nth-of-type(8n+7),
	.grid-item-v4-style2:nth-of-type(7n+1),
	.grid-item-v4-style2:nth-of-type(7n+2),
	.grid-item-v4-style2:nth-of-type(7n+3),
	.grid-item-v4-style3:nth-of-type(6n+1),
	.grid-item-v4-style3:nth-of-type(6n+5) {
		width: 100%
	}

	.grid-item-v4,
	.grid-item-v4-style1:nth-of-type(4n+1),
	.grid-item-v4-style2:nth-of-type(7n+1),
	.grid-item-v4-style3:nth-of-type(6n+1),
	.grid-item-v4-style3:nth-of-type(6n+5) {
		height: 350px
	}

	.portfolio-slider-item {
		height: 400px
	}

	.port-item-zigzag {
		display: block
	}

	.zigzag-image {
		width: 100%;
		margin-bottom: 32px
	}

	.port-item-zigzag:nth-child(2n) .zigzag-image {
		order: 2;
		margin-left: 0;
		margin-right: 0
	}

	.zigzag-content .read-more {
		display: none
	}

	#fs-holder {
		padding: 0
	}

	.meta-nav-right {
		margin-top: 32px
	}

	.meta-nav-right.margin-none {
		margin-top: 0
	}

	.meta-nav-right .pn-desc {
		text-align: left
	}

	.meta-nav-right .pn-desc {
		order: 2
	}

	.meta-nav-right .pn-img {
		margin-left: 0;
		margin-right: 24px
	}

	.gmaps-4 {
		height: 350px
	}

	.children {
		margin: 28px 0 0
	}

	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0
	}

	.slider-container,
	.top-single-bkg,
	.section-holder,
	.margin-b108,
	.section-home-13-4 {
		margin-bottom: 72px
	}

	.section-home21,
	.section-home42,
	.section-home11-1 {
		margin-top: -72px
	}

	.section-contact41,
	.section-home-13-1 {
		margin-top: -72px;
		padding-top: 72px;
		padding-bottom: 72px
	}

	.section-home21,
	.section-home42,
	.section-home73,
	.section-about3,
	.home-section6,
	.parallax {
		padding: 72px 0
	}

	.section-home31 {
		margin-top: 108px
	}

	.section-home41 {
		padding-top: 108px
	}

	.award-item {
		display: block
	}

	.award-year {
		margin: 0
	}

	.margin-bm24 {
		margin-bottom: 24px
	}

	.margin-bm32 {
		margin-bottom: 32px
	}

	.margin-bm54 {
		margin-bottom: 54px
	}

	.margin-none,
	.foo-last,
	.foo-last .widget-footer,
	.section-home15 {
		margin: 0
	}
}

@media (max-width:568px) {
	.page-links a {
		margin-bottom: 16px
	}

	.slider-text p,
	.slider-text .view-more {
		display: none
	}

	.slider-text h1 {
		margin-bottom: 0
	}

	.section-home-12-1 {
		position: relative;
		height: 450px
	}

	.parallax-content-12-1 {
		position: absolute;
		top: auto;
		bottom: 50px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width:480px) {

	.post-password-form label input,
	.post-password-form input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-top: 8px
	}
}

.port-item-masonry .view-more-overlay {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: all .5s ease;
	letter-spacing: .1em;
	border: 2px solid #fff;
	padding: 12px 24px;
}

.port-item-masonry .port-item-htext:hover .view-more-overlay {
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
	margin: 5px 7px !important;
}

.owl-theme .owl-dots .owl-dot {
	padding: 16px !important
}

/* Mailto links - but not in footer (footer needs white for contrast) */
body:not(footer) a[href^="mailto:"],
.textwidget:not(footer .textwidget) a[href^="mailto:"] {
	color: #127a8e !important;
	text-decoration: underline;
}

/* Footer mailto links - white for contrast */
footer a[href^="mailto:"] {
	color: #ffffff !important;
	text-decoration: none;
}

/* ===============================
   Sticky Header
   =============================== */
.main-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.main-header.sticky .logo-white {
	display: none;
}

.main-header.sticky .logo-dark {
	display: block;
}

/* ===============================
   WhatsApp Floating Button
   =============================== */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	right: 40px;
	background-color: #25D366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 32px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
	z-index: 999;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.whatsapp-float:hover {
	background-color: #128C7E;
	color: #FFF;
	transform: scale(1.1);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}

.whatsapp-float i {
	color: #FFF;
	margin-top: 2px;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.whatsapp-float {
		width: 50px;
		height: 50px;
		bottom: 80px;
		right: 20px;
		font-size: 28px;
	}
}

/* ===============================
   Call Floating Button
   =============================== */
.call-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 160px;
	right: 40px;
	background-color: #007bff;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
	z-index: 999;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.call-float:hover {
	background-color: #0056b3;
	color: #FFF;
	transform: scale(1.1);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}

.call-float i {
	color: #FFF;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.call-float {
		width: 50px;
		height: 50px;
		bottom: 140px;
		right: 20px;
		font-size: 20px;
	}
}

/* ===============================
   Enhanced Mobile Touch Targets
   =============================== */
@media (max-width: 768px) {

	/* View More buttons - minimum 44x44px touch target */
	.view-more,
	.white-btn,
	.view-more-overlay {
		min-height: 48px;
		min-width: 120px;
		padding: 14px 32px !important;
		font-size: 15px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	/* Portfolio item touch areas */
	.port-item-htext a {
		display: block;
		min-height: 200px;
	}

	/* Navigation menu items */
	.menu-mobile li a {
		padding: 16px 0;
		min-height: 48px;
		display: flex;
		align-items: center;
	}

	/* Social media icons */
	.social-media li a {
		min-width: 48px;
		min-height: 48px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

/* ===============================
   Footer Social Media
   =============================== */
.footer-social-container {
	text-align: center;
	padding: 40px 0 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 40px;
}

.footer-social-container h3,
.footer-social-container .widgettitle {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 25px;
	font-weight: 600;
}

.footer-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.footer-social-icons li {
	margin: 0;
}

.footer-social-icons li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(139, 184, 193, 0.15);
	color: #ffffff;
	font-size: 20px;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.footer-social-icons li a:hover {
	background: var(--primary-color);
	color: #ffffff;
	transform: translateY(-5px) scale(1.1);
	border-color: var(--primary-color);
	box-shadow: 0 5px 15px rgba(139, 184, 193, 0.4);
}

/* ===============================
   Wedding Story Timeline  
   =============================== */
.wedding-story-timeline {
	padding: 60px 0;
}

.story-section {
	margin-bottom: 80px;
	padding-bottom: 60px;
	border-bottom: 2px solid #e9e9e9;
}

.story-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.story-section h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: var(--headings-color);
	position: relative;
	padding-bottom: 15px;
}

.story-section h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: var(--primary-color);
}

.story-section p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 30px;
	color: var(--body-color);
}

.story-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.story-gallery img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.story-gallery img:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.story-section h2 {
		font-size: 2rem;
	}

	.story-section p {
		font-size: 1rem;
	}

	.story-gallery {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 15px;
	}

	.story-gallery img {
		height: 250px;
	}
}

/* ===============================
   Testimonial Star Ratings
   =============================== */
.star-rating {
	color: #FDB022;
	font-size: 2rem;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.review-source {
	margin-top: 15px;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
}
