@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
	--color-primary: #16305C;
	--color-primary-dark: #0E2038;
	--color-accent: #D4A94C;
	--color-accent-dark: #B88F36;
	--color-text: #58626E;
	--color-heading: #1A2233;
	--color-bg-soft: #F7F8FA;
	--radius: 14px;
	--radius-sm: 8px;
	--shadow-soft: 0 10px 30px rgba(16, 34, 70, 0.08);
	--shadow-hover: 0 16px 40px rgba(16, 34, 70, 0.16);
	--transition: all .25s ease;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}
.btn {
	background: var(--color-primary);
	border-radius: var(--radius-sm);
	color: #fff;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
}
/*General*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: var(--color-heading);
	letter-spacing: -0.01em;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 30px;
}
h2 {
	margin: 30px 0;
}
a{
    color: var(--color-primary);
    transition: var(--transition);
}
a:hover, a:focus{
    color: var(--color-accent-dark);
    text-decoration: none;
}
.navbar-toggle {
	background-color: var(--color-primary);
	border-radius: var(--radius-sm);
}
.navbar.navbar-inverse {
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 24px rgba(16, 34, 70, 0.08);
	transition: background-color .3s ease, box-shadow .3s ease;
}
/* Homepage hero: navbar floats transparently over the full-bleed photo until the user scrolls */
.navbar.navbar-inverse.navbar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent !important;
	box-shadow: none;
}
.navbar-overlay:not(.nav-scrolled) .navbar-nav > li > a {
	color: rgba(255,255,255,.92);
}
.navbar-overlay:not(.nav-scrolled) .navbar-nav > li > a:hover,
.navbar-overlay:not(.nav-scrolled) .navbar-nav > li > a:focus,
.navbar-overlay:not(.nav-scrolled) .navbar-nav > .active > a {
	background: rgba(255,255,255,.18);
	color: #fff !important;
}
.navbar.navbar-inverse.navbar-overlay.nav-scrolled {
	background-color: #fff !important;
	box-shadow: 0 2px 24px rgba(16, 34, 70, 0.08);
}
.navbar-overlay.nav-scrolled .navbar-nav > li > a {
	color: #7A8494;
}
@media (max-width: 767px) {
	.navbar-overlay .navbar-collapse.collapsing,
	.navbar-overlay .navbar-collapse.in {
		background-color: var(--color-primary);
		transition: background-color .25s ease;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.navbar-nav>li>a {
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
}
blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 0px 0 0px;
	padding: 0px 20px;
}
label {
	color: #777;
}
.btn-inline {
	color: #9C9C9C;
	font-size: 15px; 
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 2.428571;
	color: #444;
	background-color: var(--color-bg-soft);
	background-image: none;
	border: 1px solid #E2E6EC;
	border-radius: var(--radius-sm);
	transition: var(--transition);
	box-shadow: none;
}
.form-control:focus {
	border-color: var(--color-primary);
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(22, 48, 92, 0.1);
}
textarea.form-control {
	height: auto;
}
.navbar-inverse .navbar-brand img {
	position: relative;
	width: 350px;
	top:-50%;
}
.section-title {
	margin-bottom: 20px;
}
/* Header */
#head {
	/*background: #181015 url( ../images/bg_header.jpg) no-repeat;*/
	background-size: cover;
	height: 600px;
	text-align: center;
	color: white;
	font-weight: 300;
	position: relative;
	background-position-x: center;
}
#head.secondary {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}
#head:not(.secondary)::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(14,32,56,.55) 0%, rgba(14,32,56,.35) 45%, rgba(14,32,56,.7) 100%);
	z-index: 500;
}
#head .lead {
	font-size: 48px;
	margin-bottom: 6px;
	color: white;
	line-height: 1.2em;
	text-shadow: 0 2px 24px rgba(0,0,0,.3);
}
#head .tagline {
	color: rgba(255,255,255,0.75);
	margin-bottom: 25px;
}
#head .tagline a {
	color: #fff;
}
#head .btn {
	margin-bottom: 10px;
}
#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	background: transparent;
}
#head .btn-default:hover, #head .btn-default:focus {
	color: rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	background: transparent;
}
#head .btn-default:active, #head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}
.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}
#camera_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: absolute;
	right: 0;
	top: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}
.panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-body {
	padding: 0px;
}
.btn-action, .btn-primary {
	color: #fff;
	background: var(--color-primary);
	background-image: none;
	border: 0 none;
	border-radius: var(--radius-sm);
	transition: var(--transition);
}
.btn-action:hover, .btn-primary:hover {
	background: var(--color-primary-dark);
	color: #fff;
}
.btn:hover, .btn:active {
	color: #fff;
}
ul, .list.custom-list ul {
	margin: 0 0 11px;
	list-style-type: none;
	padding-left: 10px;
}
.list.custom-list ul li {
	margin: 0;
	padding: 4px 0 5px 0px;
	border-top: 1px dashed #f2f2f2;
	position: relative;
	/*background: url(../images/arrow.png) no-repeat 0 11px;*/
}
.list.custom-list ul li a {
	font: 14px/1.2em 'Roboto', sans-serif;
	color:#878787;
	text-transform: none;
	display: inline;
	position: relative;
}
.thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none; 
	padding: 4px;
}
.thumbnail time {
	background: #3d84e6;
	padding: 5px 0;
	display: block;
	text-indent: 12px;
	color: #fff;
}
.thumbnail .caption {
	padding: 9px 0 0;
	color: #606577;
}
.thumbnail .caption:hover {
}
.thumbnail .caption a {
	font: 20px;
}
.slideUp {
	top: -100px;
}
.navbar-inverse {
	background: #fff;  
margin: 0 auto; 
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	color: #7A8494;
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li {
	margin: 10px 4px;
}
.navbar-inverse .navbar-nav > li > a {
	border-radius: var(--radius-sm);
	padding-left: 16px !important;
	padding-right: 16px !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a{
	background: var(--color-primary);
	color: #fff !important;
    border-radius: var(--radius-sm);
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	text-align: left;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{
color: #fff !important;
    border-radius: var(--radius-sm);
    background: var(--color-primary);
}
.heading-text{
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 30%;
}
.heading-text h1{
    font-size: 48px;
    color: #fff;
}
.heading-text p{
    font-size: 22px;
    color: rgba(255,255,255,.9);
    font-family: 'Inter', sans-serif;
    text-shadow: 0 2px 16px rgba(0,0,0,.3);
}
.contact-method-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}
.method-btn {
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid #E2E6EC;
	background: #fff;
	color: var(--color-text);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: var(--transition);
}
.method-btn:hover {
	border-color: var(--color-primary);
}
.method-btn.active {
	background: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}
.method-btn[data-method="whatsapp"].active {
	background: #25D366;
	border-color: #25D366;
}
.btn-whatsapp-submit {
	background: #25D366 !important;
}
.btn-whatsapp-submit:hover {
	background: #1DA851 !important;
}
.whatsapp-direct {
	background: var(--color-bg-soft);
	border: 1px solid #EEF0F3;
	border-radius: var(--radius);
	padding: 40px 30px;
	text-align: center;
}
.whatsapp-direct p {
	margin-bottom: 20px;
	color: var(--color-text);
}
.btn-hero-cta {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	margin-top: 22px;
	padding: 14px 32px;
	background: var(--color-accent);
	color: var(--color-primary-dark);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border-radius: var(--radius-sm);
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
	transition: var(--transition);
}
.btn-hero-cta:hover {
	background: var(--color-accent-dark);
	color: #fff;
	transform: translateY(-3px);
}
/* Highlights*/
.highlight {
	margin-top: 40px;
}
.h-caption {
	text-align: center;
}
.h-caption i {
	display: block;
	font-size: 54px;
	color: var(--color-primary);
	margin-bottom: 36px;
}
.h-caption h4 {
	color: #382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
div.hbox {
	background: #fff;
	padding: 10px 15px;
}
.h-body {
}
.jumbotron {
	background-color: #E0E0E0;
}
.page-header {
	border-bottom: 1px solid #15c008;
}
.page-title {
	margin-top: 20px;
	font-weight: 300;
	color: #15c008;
}
.text-muted {
	color: #888;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}
ul.list-spaces li {
	margin-bottom: 10px;
}
/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
}
.top-space {
	margin-top: 60px;
}
.top-margin {
	margin-top: 20px;
}
.circle {
	background: rgb(214, 214, 214);
	width: 95px;
	height: 95px;
	border-radius: 90px;
	line-height: 95px;
	margin: 0 auto 20px;
}
img {
	max-width: 100%;
}
img.pull-right {
	margin-left: 10px;
}
img.pull-left {
	margin-right: 10px;
}
#map {
	width: 100%;
	height: 280px;
}
#social {
	margin-top: 50px;
	margin-bottom: 50px;
}
#social .wrapper {
	width: 340px;
	margin: 0 auto;
}
.sidebar {
	padding-top: 36px;
	padding-bottom: 30px;
}
.sidebar .panel {
	margin-bottom: 20px;
}
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
	margin-top: 20px;
}
.featured-box {
	padding: 28px 26px;
	margin-bottom: 24px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	transition: var(--transition);
	height: calc(100% - 24px);
}
.featured-box:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.featured-box .text {
	padding-left: 0px;
}
.featured-box h3 {
    font-size: 19px;
	margin: 0 0 10px 0;
	color: var(--color-primary);
}
.featured-box i {
	position: absolute;
	display: inline-block;
	color: #A8A8A8; 
	padding: 0px;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	margin: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.accreditation-bar {
	background: #fff;
	padding: 40px 0 44px;
	text-align: center;
	border-bottom: 1px solid #EEF0F3;
}
.accreditation-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: var(--color-heading);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 30px;
}
.accreditation-logos-wrap {
	overflow: hidden;
	width: 100%;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.accreditation-logos {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: max-content;
	gap: 48px;
	animation: accreditation-scroll 28s linear infinite;
}
.accreditation-logos-wrap:hover .accreditation-logos {
	animation-play-state: paused;
}
@keyframes accreditation-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
.accreditation-logos img {
	height: 84px;
	width: auto;
	max-width: 230px;
	object-fit: contain;
	transition: var(--transition);
	flex-shrink: 0;
}
.accreditation-logos img:hover {
	transform: translateY(-3px);
}
@media (prefers-reduced-motion: reduce) {
	.accreditation-logos {
		animation: none;
	}
}
@media (max-width: 767px) {
	.accreditation-logos {
		gap: 28px;
	}
	.accreditation-logos img {
		height: 60px;
	}
}
.stats-bar {
	background: var(--color-primary);
	padding: 40px 0;
}
.stat-item {
	text-align: center;
	padding: 10px 20px;
}
.stat-number {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: var(--color-accent);
	line-height: 1.2;
	overflow-wrap: break-word;
}
.stat-label {
	display: block;
	color: rgba(255,255,255,.85);
	font-size: 16px;
	margin-top: 6px;
	overflow-wrap: break-word;
}
@media (max-width: 480px) {
	.stat-item {
		padding: 10px 8px;
	}
	.stat-number {
		font-size: 20px;
	}
	.stat-label {
		font-size: 13px;
	}
}
footer {
	border-top: none;
	background: var(--color-primary);
	margin-top: 40px;
    padding-top: 50px;
}
footer h4 {
	color: #fff;
	font-size: 17px;
	margin-top: 0;
}
 ul.menu{
    padding: 0px;
}
.menu li{
    padding: 5px 0px;
}
.menu li a{
    color: rgba(255,255,255,.65);
}
.menu li a:hover {
	color: var(--color-accent);
}
footer .contact-info {
	color: rgba(255,255,255,.65);
}
.contact-detail {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}
.contact-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--color-bg-soft);
	color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.contact-detail h5 {
	margin: 0 0 4px;
	color: var(--color-heading);
	font-size: 15px;
}
.contact-detail p {
	margin: 0;
}
.map-embed {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	margin: 10px 0 30px;
}
.map-embed iframe {
	display: block;
	width: 100%;
	height: 260px;
}
.whatsapp-widget {
	position: fixed;
	bottom: 24px;
	left: 24px;
	z-index: 1500;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.whatsapp-float {
	width: 60px;
	height: 60px;
	background: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 20px rgba(0,0,0,.25);
	transition: var(--transition);
	flex-shrink: 0;
}
.whatsapp-float:hover {
	transform: translateY(-4px) scale(1.05);
	box-shadow: 0 10px 28px rgba(0,0,0,.3);
	background: #25D366;
}
.whatsapp-bubble {
	background: #fff;
	color: var(--color-heading);
	padding: 10px 16px;
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;
	position: relative;
	margin: 0 0 12px 6px;
	opacity: 0;
	transform: translateY(10px) scale(.9);
	animation: whatsapp-bubble-in .5s ease forwards;
	animation-delay: 1s;
	pointer-events: none;
}
.whatsapp-bubble::after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: -6px;
	border-width: 8px 6px 0 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
@keyframes whatsapp-bubble-in {
	from { opacity: 0; transform: translateY(10px) scale(.9); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
.whatsapp-bubble.whatsapp-bubble-hide {
	transition: opacity .4s ease, transform .4s ease;
	opacity: 0 !important;
	transform: translateY(10px) scale(.9) !important;
}
@media (max-width: 480px) {
	.whatsapp-widget {
		bottom: 16px;
		left: 16px;
	}
	.whatsapp-float {
		width: 52px;
		height: 52px;
	}
	.whatsapp-float svg {
		width: 26px;
		height: 26px;
	}
	.whatsapp-bubble {
		font-size: 13px;
		padding: 8px 12px;
	}
}

.social {
	margin: 30px 0 10px;
}
.social a {
	font-size: 16px;
	margin: 0 6px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.12);
	border-radius: 50%;
	transition: var(--transition);
}
.social a:hover {
	background: var(--color-accent);
	color: var(--color-primary-dark);
	transform: translateY(-3px);
}
/* Footer */
.footer1 {
	background: #fff;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}
.footer1 a {
	color: #ccc;
}
.footer1 a:hover {
	color: #fff;
}
.footer1 .panel {
	margin-bottom: 30px;
}
.footer1 .panel-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}
.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}
.footer1 .entry-meta a {
	color: #333333;
}
.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.follow-me-icons {
	font-size: 30px;
}
.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
	color: #3d84e6;
}
.footer2 {
	background: var(--color-primary-dark);
	padding: 18px 0;
	color: rgba(255,255,255,.55);
	font-size: 12px;
}
.footer2 a {
	color: rgba(255,255,255,.55);
}
.footer2 a:hover {
	color: var(--color-accent);
}
.footer2 p {
	margin: 0;
}
.panel-simplenav {
	margin-left: -5px;
}
.panel-simplenav a {
	margin: 0 5px;
}
#services .fa {
	color: #3d84e6;
}
/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
#quote-carousel img {
	width: 250px;
	height: 100px;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.contact ul {
	padding: 0px;
}
.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}
footer ul li {
	list-style: none;
}
#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* ------- */

.isotopeWrapper article {
	margin-bottom: 30px;
}
#portfolio {
}
#portfolio img {
	width: 100%;
}
#portfolio article p {
	margin-bottom: 1.45em;
	/*set next row on the baseline*/;
}
nav#filter {
	margin-bottom: 1.5em;
}
nav#filter li {
	display: inline-block;
	margin: 10px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #3d84e6;
	text-decoration: none;
	color: #3d84e6;
    border-left: 0px;
border-right: 0px;
}
nav#filter a.current {
	background: #3d84e6;
	color: #fff;
}
.iconColor .fa {
	color: #ee0c45;
}
.portfolio-items article img {
	width: 100%;
}
.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.64);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
	background: rgba(61, 61, 61, 0.67);
}
.portfolio-item .portfolio-desc a {
	color: #fff;
	text-align: center;
	display: block;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top: -20px;
	padding: 30px;
	height: 0;
	opacity: 0;
	position: relative;
}
.portfolio-item:hover .folio-info {
	height: 100%;
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
.newsBox {
	display: block;
	margin-bottom: 12px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	transition: var(--transition);
	color: inherit;
}
.newsBox:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
	color: inherit;
}
.newsBox .caption h5 {
	color: var(--color-primary);
}
.newsBox .thumbnail {
	padding: 0;
	overflow: hidden;
}
.newsBox figure {
	margin: 0;
	overflow: hidden;
}
.newsBox img {
	width: 100% !important;
	height: 220px;
	object-fit: cover;
	transition: transform .4s ease;
}
.newsBox:hover img {
	transform: scale(1.06);
}
.newsBox .caption {
	padding: 20px 22px 24px !important;
}
.newsBox .caption h5 {
	margin: 0 0 8px;
	font-size: 18px;
}
.news-highlights {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.news-highlights .newsBox {
	flex: 1 1 300px;
	max-width: 360px;
}
.news-feed-date {
	display: block;
	color: #9AA1AC;
	font-size: 13px;
	margin-bottom: 6px;
}
.news-feed {
	max-width: 900px;
	margin: 40px auto 60px;
}
.news-feed-intro {
	color: var(--color-text);
	margin-bottom: 30px;
}
.news-feed-item {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	margin-bottom: 30px;
	scroll-margin-top: 100px;
}
.news-feed-image {
	flex: 0 0 280px;
	max-width: 100%;
}
.news-feed-image img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	display: block;
}
.news-feed-content {
	flex: 1 1 320px;
	padding: 24px 28px 24px 0;
}
.news-feed-content h2 {
	margin-top: 0;
	font-size: 22px;
	color: var(--color-primary);
}
.news-feed-content p {
	color: var(--color-text);
	margin: 0;
}
@media (max-width: 767px) {
	.news-feed-image {
		flex-basis: 100%;
	}
	.news-feed-content {
		padding: 0 20px 20px;
	}
}
/*Da Slider*/
.da-slider {
	width: auto;
	height: auto;
	max-height: initial;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.da-slide h2 {
	text-align: left;
	top: 15%;
	font-weight: bold;
}
.da-slide p {
	text-align: left;
	top: 40%;
	font-size: 30px;
}
.da-arrows span {
	position: absolute;
	top: 45%;
}
.da-dots span.da-dots-current:after {
	content: '';
	background: #3d84e6;
}
.exam-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.exam-card {
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 30px 24px;
	text-align: center;
	transition: var(--transition);
	flex: 1 1 300px;
	max-width: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exam-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.exam-card img {
	height: 60px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 18px;
}
.exam-card h4 {
	margin: 0 0 10px;
	color: var(--color-heading);
}
.exam-card p {
	color: var(--color-text);
	font-size: 14px;
	flex-grow: 1;
}
.exam-card a {
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}
.online-section {
	padding: 10px 0 40px;
}
.online-card {
	background: var(--color-bg-soft);
	border: 1px solid #EEF0F3;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}
.online-info {
	flex: 1 1 320px;
}
.online-info h3 {
	margin-top: 0;
}
.online-features {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.online-features li {
	padding: 8px 0;
	color: var(--color-text);
}
.online-features li i {
	color: var(--color-primary);
	width: 22px;
	text-align: center;
	margin-right: 10px;
}
.online-cta {
	position: relative;
	flex: 0 0 260px;
	max-width: 100%;
	text-align: center;
	background: #fff;
	border-radius: var(--radius);
	padding: 26px 20px;
	box-shadow: var(--shadow-soft);
	margin-top: 14px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.online-card {
		padding: 24px;
	}
	.online-cta {
		flex-basis: 100%;
	}
}
.free-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #2ecc71;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 16px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(46, 204, 113, .4);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	z-index: 2;
}
.online-cta .btn {
	display: block;
	margin-bottom: 12px;
	padding: 12px 16px;
	white-space: normal;
}
.btn-enroll {
	display: block;
	margin-bottom: 12px;
	background: var(--color-accent);
	color: var(--color-primary-dark);
}
.btn-enroll:hover {
	background: var(--color-accent-dark);
	color: #fff;
}
.btn-online-info {
	display: block;
	margin-bottom: 12px;
	background: transparent;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}
.btn-online-info:hover {
	background: var(--color-primary);
	color: #fff;
}
.schedule-page {
	max-width: 900px;
	margin: 40px auto 60px;
}
.schedule-intro {
	color: var(--color-text);
	margin-bottom: 30px;
}
.schedule-level-title {
	color: var(--color-primary);
	border-bottom: 3px solid var(--color-accent);
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: 30px;
}
.schedule-card {
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 30px 20px 26px;
	text-align: center;
	margin-bottom: 30px;
	transition: var(--transition);
}
.schedule-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.schedule-badge {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--color-primary);
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	box-shadow: 6px 6px 0 var(--color-accent);
}
.schedule-card h4 {
	margin: 0 0 8px;
}
.schedule-time {
	font-weight: 600;
	color: var(--color-heading);
	margin-bottom: 6px;
}
.schedule-detail {
	color: var(--color-text);
	font-size: 14px;
}
.schedule-divider {
	height: 12px;
	margin: 20px 0 30px;
	background-image: linear-gradient(135deg, var(--color-accent) 25%, transparent 25%), linear-gradient(225deg, var(--color-accent) 25%, transparent 25%);
	background-position: 0 0;
	background-size: 20px 12px;
	background-repeat: repeat-x;
	opacity: 0.6;
}
.schedule-note {
	color: var(--color-text);
	font-style: italic;
	text-align: center;
}
.schedule-cta {
	display: inline-block;
	margin: 0 8px 12px;
}
.price-card-wrap {
	position: relative;
	max-width: 380px;
	margin: 14px auto 45px;
}
.price-card {
	background: #fff;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-md);
	border: 2px solid var(--color-accent);
	overflow: hidden;
	text-align: center;
}
.price-card-header {
	background: var(--color-primary);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 16px 20px;
}
.price-card-price {
	padding: 24px 20px 10px;
}
.price-card-price .price-value {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: var(--color-heading);
}
.price-card-price .price-period {
	display: block;
	font-size: 14px;
	color: var(--color-text);
	margin-top: 4px;
}
.price-card-features {
	list-style: none;
	margin: 0;
	padding: 10px 24px 20px;
	text-align: left;
}
.price-card-features li {
	padding: 7px 0;
	border-bottom: 1px solid #eee;
	color: var(--color-text);
	font-size: 15px;
}
.price-card-features li:last-child {
	border-bottom: none;
}
.price-card-features li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: var(--color-accent);
	margin-right: 10px;
}
.price-card-btn {
	display: block;
	margin: 0 24px 24px;
}
.price-card-terms {
	margin: -12px 24px 20px;
	font-size: 13px;
	text-align: center;
}
.price-card-terms a {
	color: var(--color-text);
	text-decoration: underline;
}
.legal-page {
	max-width: 850px;
	margin: 40px auto 60px;
	line-height: 1.7;
}
.legal-page h3 {
	margin-top: 40px;
}
.legal-page h4 {
	margin-top: 20px;
}
.thankyou-page {
	max-width: 600px;
	margin: 70px auto;
	text-align: center;
	padding: 50px 30px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
}
.thankyou-icon {
	font-size: 64px;
	color: #25D366;
	margin-bottom: 20px;
}
.thankyou-page h1 {
	margin-top: 0;
	font-size: 28px;
}
.thankyou-page p {
	color: var(--color-text);
	margin-bottom: 20px;
}
.thankyou-page .btn {
	margin-top: 10px;
}
.enrollment-intro {
	margin: 20px 0 30px;
	color: var(--color-text);
}
.section-title small {
	font-weight: 400;
	color: var(--color-text);
	font-size: 14px;
}
.enrollment-consent {
	margin: 20px 0;
}
.checkbox-line {
	display: block;
	font-weight: 400;
	margin-bottom: 12px;
	color: var(--color-text);
}
.checkbox-line input {
	margin-right: 8px;
}
.location-photo {
	margin: 10px 0 30px;
}
.location-photo img {
	width: 100%;
	max-width: 520px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	display: block;
}
.location-photo figcaption {
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--color-heading);
}
.about-section {
	padding-top: 10px;
	padding-bottom: 20px;
}
.team-content {
	padding: 30px 0 10px;
	border-top: 1px solid #EEF0F3;
}
.achievements-section {
	padding: 20px 0 40px;
	border-top: 1px solid #EEF0F3;
}
.achievement-year-group {
	margin-top: 10px;
}
.achievement-year {
	display: inline-block;
	background: var(--color-accent);
	color: var(--color-primary-dark);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 6px 16px;
	border-radius: 999px;
	margin-bottom: 18px;
}
.achievement-card {
	display: block;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 16px;
	margin-bottom: 24px;
	text-align: center;
	transition: var(--transition);
}
.achievement-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.achievement-card img {
	width: 100%;
	border-radius: var(--radius-sm);
	border: 1px solid #EEF0F3;
}
.achievement-caption {
	margin: 14px 0 0;
	font-weight: 600;
	color: var(--color-heading);
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
.achievement-caption span {
	display: block;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: var(--color-text);
	font-size: 13px;
	margin-top: 2px;
}
.team-member {
	padding-top: 24px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	transition: var(--transition);
}
.team-member:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.team-member h4 {
	color: var(--color-heading);
}
.team-member .pos {
	color: var(--color-accent-dark);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .04em;
}

.new-line{
	display: flex;
	justify-content: center;
	gap: 20px;
}

.team-member p {
	text-align:center;  
	word-wrap:break-word;
}
.team-heading {
	display: block;
	width: 100%;
}
.member-img {
	overflow: hidden;
}
.member-img img {
	border-radius: 0px; 
}
.team-socials {
	margin: 15px 0;
	display: block;
	text-align: center;
}
.team-socials i {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #C7C7C7;
}
.team-socials i:hover {
	color: #3d84e6;
}
.team-member h4 {
	font-size: 19px;
	line-height: 32px;
	padding: 10px 0 0;
	text-align: center;
	margin: 0px;
}
.team-member .pos {
	display: block;
	margin: 0;
	text-align: center;
}
#head.secondary {
	padding-top: 0px;
	background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
	background-size: cover;
	text-align: center;
    padding:10px 0;
	height: 140px;
}
#head.secondary h1{
    color: #fff;
    text-align: center;
}
/*Price table*/
.flat {
	margin: 30px 0;
}
.flat .plan {
	border-radius: var(--radius);
	list-style: none;
	padding: 0 0 20px;
	margin: 0 0 15px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	box-shadow: var(--shadow-soft) !important;
	transition: var(--transition);
}
.flat .plan:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover) !important;
}
.flat .plan li {
	padding: 10px 15px;
	color: #ccc;
	border-top: 1px solid #f5f5f5;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.flat .plan li.plan-price {
	border-top: 0;
}
.flat .plan li.plan-name {
	border-radius: 0;
	padding: 18px;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	background: var(--color-primary);
	margin-bottom: 30px;
	border-top: 0;
}
.flat .plan li > strong {
	color: var(--color-heading);
	font-weight: 600;
}
.flat .plan li.plan-action {
	margin-top: 10px;
	border-top: 0;
}
.flat .plan.featured {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .flat .plan.featured.plan-name {
	background: var(--color-accent-dark) !important;
}
.footer2 a {
	padding: 4px 8px;
}

/**
  MEDIA QUERIES
*/
@media (max-width: 767px) {
#head.secondary {
	height: 80px;
	min-height: 80px;
	background-size: initial;
}
#camera_wrap_4, #head{
height:480px !important;
}
#head .lead {
	font-size: 34px;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
}

@media (max-width: 767px) {
.navbar-collapse ul {
	text-align: right;
	margin-right: 0px;
}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #head.secondary { 
height: 157px !important;
}
#camera_wrap_4, #head{
height:480px !important;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	font-size: 13px;
}
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
text-align: right;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-brand img {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .navbar-inverse .navbar-brand img {
	width: 130px;
	top: 0;
  }
  .navbar-inverse {
	min-height: 60px;
	padding-top: 6px;
  }
  .navbar-toggle {
	padding: 6px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  .navbar-toggle .icon-bar {
	width: 18px;
  }
}
}
#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
.footer2 p {
	margin: 0;
	text-align: center;
}

@media (max-width: 420px) {
#camera_wrap_4, #head{
height:340px !important;
}
.heading-text h1 {
	font-size: 26px;
	margin-top: 10px;
}
.heading-text p {
	font-size: 14px;
	margin-bottom: 10px;
}
.btn-hero-cta {
	padding: 9px 18px;
	font-size: 13px;
	margin-top: 8px;
}
.da-slide h2 {
	font-size: 28px;
}
.da-slide p {
	font-size: 19px;
	font-weight: 400;
}
}
.camera_caption h2 {
border-bottom: 4px solid #1fcdff;
font-family: 'Open Sans', sans-serif;
font-size: 100px;
font-weight: 700;
letter-spacing: -2px;
}
.camera_loader {
	display: none !important;
}
.camera_fakehover:before {
content: '';
width: 100%;
height: initial;
background: rgba(8, 111, 148, 0.5);
z-index: 99999;
position: absolute;
height: inherit;
width: 100%;
left: 0px;
}
.icon-cards-row {
	display: flex;
	flex-wrap: wrap;
}
.icon-cards-row > [class*="col-"] {
	display: flex;
}
.grey-box-icon {
background: #fff;
padding: 20px 24px 30px 24px;
text-align: center;
margin-top: 113px;
position: relative;
border-radius: var(--radius);
box-shadow: var(--shadow-soft);
transition: var(--transition);
display: flex;
flex-direction: column;
width: 100%;
color: inherit;
}
.grey-box-icon p:first-of-type {
	flex: 1;
}
a.grey-box-icon:hover,
a.grey-box-icon:focus {
	color: inherit;
	text-decoration: none;
}
.grey-box-icon .card-cta {
	color: var(--color-primary);
}
.card-cta i {
	font-size: 12px;
	margin-left: 4px;
}
.grey-box-icon:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-hover);
}
.grey-box-icon-pos{
    margin-top: -88px;
    margin-bottom: 31px;
}
.grey-box-icon:hover .fontawesome-icon.circle-white {
background-color: #f6f6f6;
color: #697277;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.footer_post li {
float: left;
margin: 2px;
list-style: none;
}

.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
	display:block;
	position:relative;
	background-color: #212121;
	color: #fff;
	padding: 8px;
	border-radius:3px
}
.video-list-thumbs > li > a:hover{
	background-color:#000;
	transition:all 500ms ease;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.video-list-thumbs .play-button{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 43%;
    top: 34%;
    background: url(../images/playbutton.png) no-repeat;
    width: 36px;
    height: 36px;
}
.video-list-thumbs > li > a:hover .play-button{
	color:#fff;
	opacity:1; 
	transition:all 500ms ease;
}
.video-list-thumbs .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
}
.video-list-thumbs > li > a:hover .duration{
	background-color:#000;
	transition:all 500ms ease;
}
@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}

#align-text{
	text-align:left;  
	word-wrap:break-word;
}