/* ==========================================================================
   Index Page Optimized CSS
   Formed of Light Studio LLC
   Consolidated styles for index.html only
   ========================================================================== */

/* ==========================================================================
   1. Base/Reset Styles
   ========================================================================== */

html, body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	position: relative;
	background-color: #FFF;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
}

a { color: #0b8aca; }
a:hover, a:focus { color: #0172ab; text-decoration: none; }
a:focus { outline: none; }

p { margin: 0 0 1em; }
img { max-width: 100%; height: auto; }
b, strong { font-weight: 600; }
section { position: relative; }

::selection { color: #fff; text-shadow: none; background: #0b8aca; }
::-moz-selection { color: #fff; text-shadow: none; background: #0b8aca; }

/* ==========================================================================
   2. Typography
   ========================================================================== */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: bold;
}
.h1, .h2, .h3, h1, h2, h3 { line-height: 1.2; margin-top: 0; margin-bottom: 20px; }
.h4, .h5, .h6, h4, h5, h6 { line-height: 1.4; margin-top: 10px; margin-bottom: 20px; }

.h1, h1 { font-size: 36px; }
.h2, h2 { font-size: 30px; }
.h3, h3 { font-size: 24px; }
.h4, h4 { font-size: 18px; }

/* ==========================================================================
   3. Helper Classes
   ========================================================================== */

.text-center { text-align: center !important; }
.no-padding { padding: 0 !important; }

.full-cover {
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.for-light-style {}
.for-dark-style { display: none; }

.bg-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.bg-dark { background-color: #000 !important; }
.bg-gray-3 { background-color: rgba(138, 138, 138, 0.13) !important; }
.bg-transparent-3-dark { background-color: rgba(0, 0, 0, 0.3) !important; }

.max-width-650 { max-width: 650px !important; }
.max-width-1000 { max-width: 1000px !important; }

.margin-auto { margin-left: auto !important; margin-right: auto !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-right-10 { margin-right: 10px !important; }

.padding-height-80 { padding-bottom: 80% !important; }

/* ==========================================================================
   4. Boxed Layout
   ========================================================================== */

body.tt-boxed .tt-wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1440px;
}

/* ==========================================================================
   5. Page Preloader (Animsition)
   ========================================================================== */

.animsition-loading {
	border-top: 3px solid rgba(130, 130, 130, 0.3);
	border-right: 3px solid rgba(130, 130, 130, 0.3);
	border-bottom: 3px solid rgba(130, 130, 130, 0.3);
	border-left: 3px solid #0b8aca;
}

/* ==========================================================================
   6. Body Content
   ========================================================================== */

#body-content {
	position: relative;
	overflow: hidden;
}

/* ==========================================================================
   7. Cover Element
   ========================================================================== */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   8. HR Short
   ========================================================================== */

hr.hr-short {
	position: relative;
	max-width: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: auto;
	border: 0;
	border-top: 6px solid #0b8aca;
	text-align: left;
}
hr.hr-short.hr-center, .text-center hr.hr-short {
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   9. TT-Heading
   ========================================================================== */

.tt-heading {
	position: relative;
	z-index: 1;
}
.tt-heading.padding-on {
	padding: 6% 3% 5% 3%;
}
@media (max-width: 992px) {
	.tt-heading.padding-on { padding: 15% 3% 12% 3%; }
}

.tt-heading-inner {
	position: relative;
	z-index: 2;
}
.tt-heading-title {
	max-width: 800px;
	margin: 0;
	font-size: 32px;
}
.tt-heading-subtitle {
	max-width: 800px;
	margin-top: 5px;
	font-size: 16px;
	color: #999;
}
.tt-heading.text-center .tt-heading-title,
.tt-heading.text-center .tt-heading-subtitle {
	margin-left: auto;
	margin-right: auto;
}
.tt-heading.tt-heading-lg .tt-heading-title { font-size: 38px; }

/* ==========================================================================
   10. Header
   ========================================================================== */

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	background-color: #FFF;
	z-index: 9999;
	transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
	#header {
		z-index: 99999;
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
	}
}

.header-inner {
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
}
.header-inner:after {
	content: "";
	display: block;
	clear: both;
}

#header.header-show-hide-on-scroll {
	position: fixed !important;
}
#header.header-show-hide-on-scroll.fly-up {
	top: -150px;
}
body.tt-m-menu-open #header.header-show-hide-on-scroll {
	top: 0;
}

/* ==========================================================================
   11. Logo
   ========================================================================== */

#logo {
	position: relative;
	z-index: 9;
}
#header #logo img {
	max-height: 50px;
}
#logo .logo-light { display: none; }
#logo .logo-light-m, #logo .logo-dark-m { display: none; }

@media (max-width: 991px) {
	#header #logo {
		position: relative;
		float: left !important;
		top: 13px !important;
	}
	#header #logo img { max-height: 34px !important; }
	#logo .logo-dark { display: none; }
	#logo .logo-dark-m { display: block; }
}

/* ==========================================================================
   12. Menu
   ========================================================================== */

.tt-main-menu {
	display: inline-block;
	min-height: 80px;
}

.tt-menu-collapse {}
@media (min-width: 992px) {
	.tt-menu-collapse { display: inline-block !important; }
}

.tt-menu-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tt-menu-nav > li {
	display: inline-block;
	margin: 0 10px;
}
.tt-menu-nav > li:first-child { margin-left: 0; }
.tt-menu-nav > li:last-child { margin-right: 0; }
@media (max-width: 1400px) {
	.tt-menu-nav > li { margin-left: 5px; margin-right: 5px; }
}
.tt-menu-nav > li > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 0;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	transition: all 0.1s ease-in-out;
}
.tt-menu-nav > li > a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #0b8aca;
	transition: all 0.2s ease-in-out;
}
.tt-menu-nav > li > a:hover:after { width: 100%; }
.tt-menu-nav > li.active > a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0b8aca;
}

/* Menu align right */
#header.menu-align-right .tt-main-menu {
	float: right;
	text-align: left;
}
#header.menu-align-right #logo {
	top: 15px;
	float: left;
	margin: 0;
}

/* Submenu */
.tt-submenu-wrap { position: relative; }
.tt-submenu {
	position: relative;
	display: none;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	text-align: left;
	box-shadow: inset 0 0 0 1px rgba(99, 99, 99, 0.1);
}

@media (min-width: 992px) {
	.tt-submenu {
		position: absolute;
		display: block !important;
		top: 110%;
		padding-top: 10px;
		padding-bottom: 10px;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.tt-submenu-wrap.tt-submenu-open > .tt-submenu {
		top: 100%;
		visibility: visible;
		opacity: 1;
		transition-delay: 0.1s;
	}
}

.tt-submenu li { margin-top: 2px; margin-bottom: 2px; }
.tt-submenu li:first-child { margin-top: 0; }
.tt-submenu li:last-child { margin-bottom: 0; }
.tt-submenu li > a {
	position: relative;
	display: block;
	padding: 10px 25px 7px 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	color: #888;
	transition: all 0.2s ease-in-out;
}
.tt-submenu li > a:hover {
	background-color: rgba(132, 132, 132, 0.1);
	color: #000;
	box-shadow: inset 3px 0 0 0 #0b8aca;
}

/* Submenu dark */
.tt-submenu-dark .tt-submenu { background-color: #111; }
@media (min-width: 992px) {
	.tt-submenu-dark .tt-submenu { background-color: rgba(25, 25, 25, 0.95); }
}
.tt-submenu-dark .tt-submenu li > a { color: #CCC; }
.tt-submenu-dark .tt-submenu li > a:hover { color: #FFF; }

/* Mobile menu toggle */
#tt-m-menu-toggle-btn {
	position: relative;
	display: none;
	float: right;
	top: 20px;
	cursor: pointer;
	padding: 8px 25px 11px 0px;
}
#tt-m-menu-toggle-btn span,
#tt-m-menu-toggle-btn span:before,
#tt-m-menu-toggle-btn span:after {
	position: absolute;
	display: block;
	content: '';
	height: 4px;
	width: 25px;
	background-color: #222;
	cursor: pointer;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}
#tt-m-menu-toggle-btn span:before { top: -8px; }
#tt-m-menu-toggle-btn span:after { bottom: -8px; }
body.tt-m-menu-open #tt-m-menu-toggle-btn span { background-color: transparent !important; }
body.tt-m-menu-open #tt-m-menu-toggle-btn span:before {
	top: 0;
	transform: rotate(45deg);
}
body.tt-m-menu-open #tt-m-menu-toggle-btn span:after {
	top: 0;
	transform: rotate(-45deg);
}

/* Mobile menu */
@media (max-width: 991px) {
	#tt-m-menu-toggle-btn { display: block; }
	.tt-main-menu { display: block; float: none !important; min-height: 60px; }
	.tt-menu-collapse {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		background-color: #1F1F1F;
		text-align: left;
		border-top: 1px solid #000;
		box-shadow: inset 0 22px 7px -20px rgba(0, 0, 0, 0.8);
		transition: max-height 0.3s ease-in-out;
	}
	body.tt-m-menu-open .tt-menu-collapse {
		overflow-y: auto;
	}
	.tt-menu-nav > li {
		display: block;
		float: none;
		margin: 0;
		border-bottom: 1px solid #000;
	}
	.tt-menu-nav > li > a {
		background-color: transparent;
		margin: 0;
		padding: 10px 20px;
		color: #CCC !important;
	}
	.tt-menu-nav > li > a:hover { color: #FFF !important; }
	.tt-menu-nav > li > a:after { display: none; }
	.tt-submenu {
		display: none;
		position: relative;
		min-width: 100%;
		background-color: #111;
		box-shadow: inset 0 22px 10px -20px rgba(0, 0, 0, 0.8), inset 0 -22px 10px -20px rgba(0, 0, 0, 0.8) !important;
	}
	.tt-submenu > li { border-top: 1px solid #000; }
	.tt-submenu > li:first-child { border-top: none; }
	.tt-submenu li > a { padding: 11px 55px 11px 30px; color: #CCC; }
	.tt-submenu > li > a:hover { color: #FFF; box-shadow: none; }
	.tt-submenu-wrap .tt-m-submenu-toggle {
		width: 45px;
		height: 100%;
		line-height: 44px;
		background-color: rgba(128, 128, 128, 0.12);
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		font-size: 18px;
		color: #DDD;
	}
	.tt-submenu-wrap .tt-m-submenu-toggle::after {
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight: 900;
	}
}

/* ==========================================================================
   13. Intro Section
   ========================================================================== */

#tt-intro { min-height: 400px; }
.tt-intro-inner { position: relative; }
@media (max-width: 1440px) {
	.tt-intro-inner { padding-left: 0 !important; padding-right: 0 !important; }
}

#tt-intro .intro-caption {
	position: absolute;
	max-width: 800px;
	z-index: 9;
	transition: all 0.3s ease-in-out;
}
#tt-intro .intro-title {
	display: block;
	margin: 0;
	font-size: 68px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) { #tt-intro .intro-title { font-size: 52px; } }
@media (max-width: 768px) { #tt-intro .intro-title { font-size: 42px; } }

#tt-intro .intro-subtitle {
	display: block;
	margin: 10px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#tt-intro .intro-description {
	margin: 15px auto 0 auto;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Intro caption xxlg */
#tt-intro .intro-caption.intro-caption-xxlg .intro-title { font-size: 92px; }
#tt-intro .intro-caption.intro-caption-xxlg .intro-subtitle { margin: 15px 0 0 0; font-size: 28px; }
#tt-intro .intro-caption.intro-caption-xxlg .intro-description { font-size: 18px; }
@media (max-width: 992px) {
	#tt-intro .intro-caption.intro-caption-xxlg .intro-title { font-size: 74px; }
}
@media (max-width: 768px) {
	#tt-intro .intro-caption.intro-caption-xxlg .intro-title { font-size: 48px; }
	#tt-intro .intro-caption.intro-caption-xxlg .intro-subtitle { font-size: 24px; }
}

/* Intro caption positions */
#tt-intro .intro-caption.center-left {
	top: 50%;
	left: 13%;
	margin-right: 5%;
	text-align: left;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}
@media (max-width: 992px) {
	#tt-intro .intro-caption.center-left { left: 10%; }
}
#tt-intro .intro-caption.center {
	top: 50%;
	left: 50%;
	width: 100% !important;
	max-width: 800px;
	padding: 0 15px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

/* Caption animation handled in Splide section */

/* ==========================================================================
   14. Splide Carousel (replaced Owl Carousel)
   ========================================================================== */

.gl-carousel-wrap {
	position: relative;
	padding: 0 2%;
}
.gl-carousel-wrap.no-padding { padding: 0; }

/* Hero carousel base */
.hero-carousel {
	min-height: 300px;
	height: 80vh;
	background-color: #000;
}
@media (max-width: 768px) {
	.hero-carousel { height: 70vh; min-height: 400px; }
}

/* Splide track and list full height */
.hero-carousel .splide__track,
.hero-carousel .splide__list,
.hero-carousel .splide__slide {
	height: 100%;
}

/* CC item (slide content) */
.hero-carousel .cc-item {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 300px;
}

/* CC image */
.hero-carousel .cc-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Splide navigation arrows */
.hero-carousel .splide__arrow {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	z-index: 10;
}
.hero-carousel .splide__arrow svg {
	fill: #FFF;
	width: 20px;
	height: 20px;
}
.hero-carousel .splide__arrow--prev {
	left: 20px;
}
.hero-carousel .splide__arrow--next {
	right: 20px;
}
.hero-carousel:hover .splide__arrow {
	opacity: 1;
}
.hero-carousel .splide__arrow:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.hero-carousel .splide__arrow:focus {
	outline: 2px solid #0b8aca;
	outline-offset: 2px;
}

/* Splide pagination dots */
.hero-carousel .splide__pagination {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: auto;
	padding: 0;
	z-index: 10;
}
.hero-carousel .splide__pagination__page {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.hero-carousel .splide__pagination__page.is-active,
.hero-carousel .splide__pagination__page:hover {
	background-color: #0b8aca;
	transform: none;
}
.hero-carousel .splide__pagination__page:focus {
	outline: 2px solid #FFF;
	outline-offset: 2px;
}

/* Caption animation for Splide */
.hero-carousel .intro-caption {
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: translateY(10px);
}
.hero-carousel .splide__slide.is-active .intro-caption {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

/* Fix caption positioning for center-left */
.hero-carousel .intro-caption.center-left {
	transform: translateY(-50%);
}
.hero-carousel .splide__slide.is-active .intro-caption.center-left {
	transform: translateY(-50%);
}

/* Cursor grab */
.cursor-grab { cursor: grab; }
.cursor-grab:active { cursor: grabbing; }

/* ==========================================================================
   14b. Gallery Carousel (Splide)
   ========================================================================== */

.gallery-carousel {
	padding-bottom: 60px;
}

/* Gallery card */
.gallery-card {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none;
}

.gallery-card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.gallery-card:hover .gallery-card-image {
	transform: scale(1.05);
}

.gallery-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
	transition: background 0.3s ease-in-out;
	z-index: 1;
}

.gallery-card:hover .gallery-card-overlay {
	background: linear-gradient(to top, rgba(11,138,202,0.85) 0%, rgba(11,138,202,0.4) 100%);
}

.gallery-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 2;
	transform: translateY(10px);
	transition: transform 0.3s ease-in-out;
}

.gallery-card:hover .gallery-card-content {
	transform: translateY(0);
}

.gallery-card-title {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.gallery-card-subtitle {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	.gallery-card-title {
		font-size: 18px;
	}
	.gallery-card-content {
		padding: 15px;
	}
}

/* Gallery carousel navigation */
.gallery-carousel .splide__arrow {
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.gallery-carousel .splide__arrow svg {
	fill: #FFF;
	width: 18px;
	height: 18px;
}

.gallery-carousel:hover .splide__arrow {
	opacity: 1;
}

.gallery-carousel .splide__arrow:hover {
	background-color: #0b8aca;
}

.gallery-carousel .splide__arrow:focus {
	outline: 2px solid #0b8aca;
	outline-offset: 2px;
}

.gallery-carousel .splide__arrow--prev {
	left: 10px;
}

.gallery-carousel .splide__arrow--next {
	right: 10px;
}

/* Gallery carousel pagination */
.gallery-carousel .splide__pagination {
	bottom: 15px;
}

.gallery-carousel .splide__pagination__page {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.gallery-carousel .splide__pagination__page.is-active,
.gallery-carousel .splide__pagination__page:hover {
	background-color: #0b8aca;
	transform: none;
}

/* ==========================================================================
   15. Split Box / About Me Section
   ========================================================================== */

.about-me-inner {}

.split-box {
	position: relative;
}
.split-box-image {
	position: relative;
}
.sbi-height {
	position: relative;
}

.split-box-content {
	position: relative;
	padding: 8% 10%;
	z-index: 2;
}
.split-box-content.sb-content-right {}

@media (max-width: 1200px) {
	.split-box-content { padding: 8% 6%; }
}
@media (max-width: 992px) {
	.split-box-content { padding: 12% 8%; }
}

/* ==========================================================================
   16. Isotope / Gallery Grid
   ========================================================================== */

.isotope-wrap {}
.isotope {
	position: relative;
}

.isotope-items-wrap {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
}
.isotope-items-wrap:after {
	content: "";
	display: table;
	clear: both;
}

/* Grid sizer (required for Isotope) */
.grid-sizer {
	position: relative;
}

.isotope-item {
	position: relative;
	float: left;
}

/* Grid sizer */
.grid-sizer { width: 25%; }
.isotope.col-4 .isotope-item { width: 25%; }
@media (max-width: 992px) {
	.isotope.col-4 .isotope-item { width: 50%; }
	.grid-sizer { width: 50%; }
}
@media (max-width: 576px) {
	.isotope.col-4 .isotope-item { width: 100%; }
	.grid-sizer { width: 100%; }
}

/* Isotope heights */
.isotope-item.iso-height-1 > div,
.isotope-item.iso-height-1 > a,
.isotope-item.iso-height-1 > article {
	display: block;
	padding-bottom: 70%;
}

/* Critical: absolute positioning for iso-height items */
.iso-height-1 .gallery-list-item .gl-item-image-wrap,
.iso-height-1 .gallery-list-item .gl-item-image-inner,
.iso-height-1 .gallery-list-item .gl-item-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.iso-height-1 .gl-item-info {
	position: absolute;
	left: 0;
	top: 100%;
}

/* Gallery list item */
.gallery-list-item {
	position: relative;
	overflow: hidden;
}
.gl-item-image-wrap {
	position: relative;
	overflow: hidden;
}
.gl-item-image-inner {
	position: relative;
	display: block;
	overflow: hidden;
}
.gl-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}
.gallery-list-item:hover .gl-item-image {
	transform: scale(1.05);
}

/* Hover overlay */
.gl-item-image-inner:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	z-index: 2;
	transition: all 0.2s ease-in-out;
}
.gallery-list-item .gl-item-image-inner:hover:before {
	background-color: #FFF;
	opacity: .85;
}

/* GLI Alter 4 hover overlay */
.gli-alter-4 .gallery-list-item:hover .gl-item-image-inner:before {
	background-color: #FFF;
	opacity: .9;
}
@media (max-width: 992px) {
	.gli-alter-4 .gallery-list-item:hover .gl-item-image-inner:before {
		content: none;
	}
}

/* Colored hover */
.gli-colored .gallery-list-item .gl-item-image-inner:hover:before,
.gli-colored.gli-alter-4 .gallery-list-item:hover .gl-item-image-inner:before {
	background-color: #0b8aca !important;
}

/* Gallery item info */
.gl-item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 2;
}
.gl-item-caption {}
.gl-item-title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
}
.gl-item-title a {
	color: #FFF;
	text-decoration: none;
}
.gl-item-title a:hover { color: #0b8aca; }

/* GLI Alter 4 */
.gli-alter-4 .gl-item-info {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	height: auto;
	padding: 0 60px 5% 6%;
	z-index: 3;
	opacity: 0;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
	.gli-alter-4 .gl-item-info {
		padding: 8px 5% 12px 5%;
		opacity: 1;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.8) 100%);
	}
}
.gli-alter-4 .gallery-list-item:hover .gl-item-info {
	opacity: 1;
	transition-delay: 0.1s;
}
.gli-alter-4 .gl-item-title {
	font-size: 22px;
	white-space: normal;
}
@media (max-width: 992px) {
	.gli-alter-4 .gl-item-title { font-size: 18px; }
}

/* Zoom icon */
.gl-item-image-zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transform: scale(0.5);
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
.gl-item-image-zoom:before {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	font-weight: 900;
	font-size: 16px;
	color: #333;
}
.gallery-list-item:hover .gl-item-image-zoom {
	opacity: 1;
	transform: scale(1);
}

/* ==========================================================================
   17. Call to Action Section
   ========================================================================== */

.call-to-action-section {
	position: relative;
	padding: 5% 0;
}
.call-to-action-inner {}

/* ==========================================================================
   18. Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.btn-primary {
	background-color: #003048;
	border-color: #003048;;
	color: #FFF;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #0172ab;
	border-color: #0172ab;
	color: #FFF;
}

.btn-dark {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.btn-dark:hover,
.btn-dark:focus {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}

.btn-white-bordered {
	background-color: transparent;
	border-color: #FFF;
	color: #FFF;
}
.btn-white-bordered:hover,
.btn-white-bordered:focus {
	background-color: #FFF;
	color: #333;
}

/* Round style buttons */
.btn { border-radius: 100px; padding-left: 22px; padding-right: 22px; }

/* ==========================================================================
   19. Footer
   ========================================================================== */

#footer {
	position: relative;
	padding: 50px 0;
	background-color: #1a1a1a;
}
#footer.footer-dark {
	background-color: #111;
	color: #AAA;
}
#footer.footer-minimal {
	padding: 30px 0;
}

.footer-inner {}
.footer-container {}

.footer-copyright {
	font-size: 14px;
}
.footer-copyright p { margin: 0 0 5px; }
.footer-copyright a { color: #0b8aca; }

/* Social buttons */
.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.social-buttons ul li {
	display: inline-block;
	margin: 0 5px;
}
.social-buttons .btn-social-min {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #AAA;
	border: none;
	background: transparent;
}
.social-buttons .btn-social-min:hover {
	color: #FFF;
}

/* Scroll to top */
.scrolltotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 16px;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}
.scrolltotop:hover,
.scrolltotop:focus {
	background-color: #0b8aca;
	color: #FFF;
}

/* ==========================================================================
   20. Bootstrap Responsive Columns Same Height
   ========================================================================== */

@media (min-width: 1200px) {
	.row-lg-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-lg-middle { vertical-align: middle; }
}

.row-lg-height { overflow: hidden; }

/* ==========================================================================
   21. Round Style Overrides
   ========================================================================== */

.split-box-content {
	border-radius: 5px;
}

body.tt-boxed .tt-wrap .split-box-image {
	border-radius: 5px;
}

.tt-submenu {
	border-radius: 0 0 5px 5px;
}

hr.hr-short {
	border-radius: 100px;
}

/* ==========================================================================
   22. CSS Grid Replacements (replaces Bootstrap)
   ========================================================================== */

/* Container */
.container-fluid {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Row - use flexbox */
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

/* Base column styles */
[class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

/* Medium screens (768px+) */
@media (min-width: 768px) {
	.col-md-6 { flex: 0 0 50%; max-width: 50%; }
	.col-md-12 { flex: 0 0 100%; max-width: 100%; }
	.col-md-push-6 { order: 2; }
	.col-md-pull-6 { order: 1; }
}

/* Large screens (1200px+) */
@media (min-width: 1200px) {
	.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
}

/* Responsive hide utilities */
.hidden-xs { display: block; }
.hidden-sm { display: block; }
.hidden-md { display: block; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md { display: none !important; }
}

/* Screen reader only (for accessibility) */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/* ==========================================================================
   23. Page Transition (replaces Animsition)
   ========================================================================== */

/* Page load fade in */
body {
	opacity: 0;
	animation: pageLoad 0.5s ease-in-out forwards;
}

@keyframes pageLoad {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Page exit transition */
body.page-exit {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

/* Loading spinner (optional) */
.page-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	transition: opacity 0.3s ease-in-out;
}
.page-loading.loaded {
	opacity: 0;
	pointer-events: none;
}
