.bolder {
	font-weight: 600;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.hide {
	display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset> :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
	color: #64748b;
	font-family: "Inter", "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

h1,
h2,
.banner-page .title-page,
h3,
h4,
h5,
.section-subheading,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 16px;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote> :last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	color: #12aaeb;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: "Open Sans", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: "Open Sans", sans-serif;
}

/*body{
	margin: 0;
	padding: 0;
	font-family: $font_1;
	font-size: 14px;
	line-height: 22px;
	color: $black_3;
}*/
html,
body {
	width: 100%;
	height: 100%;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: italic;
}

.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url("../images/apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
}

.pos-relative {
	position: relative;
}

.navbar-brand {
	padding: 0;
}

.section>.container {
	padding-top: 50px;
	padding-bottom: 20px;
}

.section.section-border>.container {
	border-bottom: 1px solid #eee;
}

.section.banner {
	padding: 0 0;
}

.section.testimony>.container,
.section.page404>.container {
	padding-top: 50px;
	padding-bottom: 0;
}

.section.cta>.container {
	padding-top: 0;
	padding-bottom: 0;
}

.section-heading {
	font-size: 36px;
	line-height: 50px;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
}

.section-heading.center {
	text-align: center;
}

.section-subheading {
	color: #999999;
}

.section-heading-2 {
	font-size: 24px;
	font-weight: 600;
	color: #043140;
}

/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
	color: #043140;
	text-decoration: none;
}

a:hover {
	color: #12aaeb;
	text-decoration: none;
}

/* 1.4. HEADING & PARAGRAPH */
p {
	margin: 0 0 20px 0;
	color: #64748b;
	font-size: 16px;
	line-height: 1.8;
}

h1,
h2,
.banner-page .title-page,
h3,
h4,
h5,
.section-subheading {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1 {
	font-size: 3.571em;
	line-height: normal;
}

h2,
.banner-page .title-page {
	font-size: 2.857em;
	line-height: normal;
}

h3 {
	font-size: 1.714em;
	line-height: normal;
}

h4 {
	font-size: 1.286em;
	line-height: normal;
}

h5,
.section-subheading {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 13px;
}

strong,
b {
	font-weight: 700;
}

.lead {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

ol,
ul {
	list-style: initial;
	margin-left: 24px;
}

ol li,
ul li {
	margin: 8px 0;
}

.title-heading {
	color: #12aaeb;
	font-size: 36px;
	line-height: 50px;
}

blockquote {
	padding: 15px 20px;
	background-color: #f6f6f6;
	margin: 0 0 20px;
	border-left: 5px solid #f6ba18;
	font-style: italic;
}

ul.checklist {
	margin: 0;
}

ul.checklist li {
	list-style: none;
	margin: 10px 0 25px 35px;
}

ul.checklist li:before {
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 20px;
	color: #00ba9f;
	margin-left: -35px;
	margin-right: 15px;
}

.grid-services {
	margin-top: 30px;
	margin-bottom: 30px;
}

.grid-item {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

/* .banner-page {
	height: 150px;
	display: block;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 35%, #f093fb 65%, #f5576c 100%);
	background-size: 300% 300%;
	animation: bannerGradient 12s ease infinite;
	position: relative;
	overflow: hidden;
}

.banner-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
		radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 45%);
	pointer-events: none;
}

@keyframes bannerGradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
} */

/* .banner-page .title-page {
	text-align: left;
	color: #ffffff;
	margin-bottom: 0;
}

.banner-page .container {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.banner-page .breadcrumb {
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: transparent;
	font-size: 18px;
	font-weight: 600;
}

.banner-page .breadcrumb>.active,
.banner-page .breadcrumb>li+li:before,
.banner-page .breadcrumb a {
	color: #fff;
} */

/* 2.5. CATEGORY MENU */
.widget {
	margin-bottom: 30px;
	clear: both;
}

.widget-title {
	font-size: 24px;
	font-weight: 700;
	color: #043140;
	margin-bottom: 10px;
}

.category-nav {
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
}

.category-nav {
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
}

.category-nav li {
	list-style: none;
	margin: 0;
	font-weight: 700;
}

.category-nav li a {
	color: #043140;
	display: block;
	padding: 15px 20px;
	margin-bottom: 5px;
	background-color: #f6f6f6;
}

.category-nav li a:hover {
	color: #ffffff;
	background-color: #f6ba18;
}

.category-nav li.active a {
	color: #ffffff;
	background-color: #f6ba18;
}

.info-detail dl {
	font-size: 16px;
}

.info-detail dt {
	font-weight: 700;
}

.info-detail dd {
	margin-bottom: 20px;
}

/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* 2.1. PRELOADER */
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url("../images/apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
}

/* 2.2. BUTTONS */
:focus {
	outline: none;
}

.btn,
.btn-primary,
.btn-secondary {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 15px 35px;
	border: 0;
	font-weight: 600;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	-ms-border-radius: 3;
	border-radius: 3;
}

.btn-default {
	background-color: #f6ba18;
	color: #ffffff;
	padding: 15px 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.btn-default:hover {
	background-color: #12aaeb;
}

.btn-orange-cta {
	background-color: #f6ba18;
	color: #ffffff;
	padding: 15px 20px;
	border: 0;
	font-weight: 600;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.btn-orange-cta:hover {
	background-color: #043140;
	color: #ffffff;
}

.navbar-main .btn-orange-cta:hover {
	background-color: #12aaeb;
	color: #ffffff;
}

.btn-primary {
	/*background:linear-gradient(to left top, #ff2c9c, #ff287b, #ff395a, #ff5137, #ff6a00);*/
	background: #dc202e;
	transition: 0.5s;
}

.btn-primary:hover {
	background: #00ba9f;
	color: #ffffff;
}

.btn-secondary {
	/*background: linear-gradient(to right, #0e397a, #006eb2, #00a0b2, #00cc7b, #a8eb12);*/
	background: #007bc2;
}

.btn-secondary:hover {
	background: #00ba9f;
	color: #ffffff;
}

.btn-secondary.disabled {
	background-color: #12aaeb;
	border-color: #12aaeb;
}

.pagination {
	clear: both;
	text-align: left;
	margin-top: 20px;
}

.pagination>li {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

.pagination>li>a {
	padding: 15px 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #043140;
	display: inline-block;
	border-color: transparent;
	background: #eee;
	border: 0;
}

.pagination>li>a:hover,
.pagination>li>a.active {
	background: #12aaeb;
	color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.active>a {
	background: #12aaeb;
	color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #12aaeb;
	color: #fff;
}

.btn-sidebar {
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}

.btn-sidebar .fa {
	margin-right: 10px;
	font-size: 1.4em;
	vertical-align: middle;
}

/* 2.3. BOX ICON 1 */
.box-icon-1 {
	margin-bottom: 20px;
}

.box-icon-1 .icon {
	display: inline-block;
	color: #12aaeb;
	font-size: 36px;
	line-height: 43px;
	float: left;
}

.box-icon-1 .body-content {
	margin-left: 55px;
	color: #666666;
}

.box-icon-1 .body-content .heading {
	color: #333333;
	font-weight: 600;
}

/* 2.4. BOX ICON 2 */
.box-icon-2 {
	margin-bottom: 40px;
}

.box-icon-2 .icon {
	display: inline-block;
	color: #12aaeb;
	font-size: 36px;
	line-height: 43px;
	float: left;
}

.box-icon-2 .body-content {
	margin-left: 65px;
	color: #666666;
}

.box-icon-2 .body-content .heading {
	color: #333333;
	font-size: 22px;
	margin-bottom: 15px;
}

/* 2.5. BOX IMAGE 1 */
.box-image-1 {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.box-image-1:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.box-image-1 .image {
	overflow: hidden;
	background-color: #f0f0f0;
	height: 200px;
	flex-shrink: 0;
	position: relative;
}

.box-image-1 .image img {
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.box-image-1:hover .image img {
	opacity: 1;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.box-image-1 .description {
	position: relative;
	left: auto;
	bottom: auto;
	right: auto;
	padding: 25px 20px;
	background: #fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 220px;
}

.box-image-1 .description h3,
.box-image-1 .description h4,
.box-image-1 .title {
	color: #1a1a2e;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}

.box-image-1 .blok-title,
.box-image-1 .description p {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.7;
}

.box-image-1 .description .btn {
	align-self: flex-start;
	margin-top: auto;
}

/* 2.6. BOX IMAGE 2 */
.box-image-2 .image img {
	width: 100%;
}

.box-image-2 .blok-title {
	color: #12aaeb;
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* 2.7. BOX IMAGE 3 */
.box-image-3 {
	position: relative;
	margin-bottom: 40px;
}

.box-image-3 .image {
	overflow: hidden;
	background-color: #12aaeb;
	position: relative;
}

.box-image-3 .image:before {
	content: '';
	position: absolute;
	background: url(../images/link.gif) center top no-repeat;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}

.box-image-3 .image img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.box-image-3:hover .image img {
	opacity: .2;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.box-image-3:hover .image:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}

.box-image-3 .blok-title {
	text-align: center;
	color: #043140;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box-image-3:hover .blok-title {
	color: #12aaeb;
}

/* 2.8. BOX TESTIMONY */
.box-testimony {
	position: relative;
	box-sizing: border-box;
}

.box-testimony:before {
	content: "\f10e";
	color: #1f9f86;
	font-family: FontAwesome;
	font-size: 60px;
	float: left;
	line-height: initial;
}

.box-testimony .quote-box {
	margin-left: 80px;
}

.box-testimony .quote-box blockquote {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	padding: 0;
	background-color: transparent;
	margin: 0;
	border-left: 0;
	font-style: italic;
}

.box-testimony .quote-box .quote-name {
	margin-top: 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #f6ba18;
}

.box-testimony .quote-box .quote-name span {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
	display: block;
}

/* 2.9. BOX TEAM 2 */
.box-team {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.box-team:hover {
	border-color: #12aaeb;
}

.box-team:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

.box-team .box-image {
	float: left;
	width: 50%;
	position: relative;
}

.box-team .box-image img {
	display: block;
	width: 100%;
}

.box-team .box-image .sosmed {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 10px 0;
}

.box-team .box-image .sosmed .fa {
	font-size: 18px;
	color: #12aaeb;
	padding: 0 20px;
}

.box-team .box-image .sosmed .fa:hover {
	color: #043140;
}

.box-team .body-content {
	float: left;
	width: 50%;
	padding: 30px 30px;
	position: relative;
}

.box-team .body-content .people {
	color: #12aaeb;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.box-team .body-content .position {
	font-size: 12px;
	font-style: italic;
}

.box-team .body-content .excert {
	margin-top: 20px;
	margin-bottom: 40px;
}

.box-team .body-content .phone {
	font-size: 18px;
	color: #12aaeb;
}

.box-team .body-content .phone .fa {
	font-size: 30px;
	color: #f6ba18;
	margin-right: 10px;
	vertical-align: middle;
}

/* 2.10. BOX STATISTIC */
.box-statistic {
	text-align: center;
	margin-top: 40px;
}

.box-statistic .icon {
	font-size: 36px;
	color: #f6ba18;
	margin-bottom: 30px;
}

.box-statistic .heading {
	font-size: 36px;
	color: #12aaeb;
	font-weight: 700;
	margin-bottom: 20px;
}

.box-statistic .subheading {
	font-size: 14px;
	font-weight: 600;
	color: #043140;
}

/* 2.11. BOX HISTORY */
/* .box-history .item {
	padding-bottom: 40px;
}

.box-history .item:before {
	content: '';
	position: absolute;
	left: 92px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #eee;
	z-index: -1;
}

.box-history .item .year {
	float: left;
	font-size: 18px;
	font-weight: 700;
}

.box-history .item .year-info {
	position: relative;
	margin-left: 100px;
}

.box-history .item .year-info:before {
	content: '';
	position: absolute;
	left: -30px;
	width: 15px;
	height: 15px;
	background-color: #00ba9f;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	top: 2px;
}

.box-history .item .year-info .heading {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.box-history .item:after {
	content: '';
	clear: both;
	display: block;
} */

/* 2.12. BOX PARTNERS */
.box-partner {
	margin-top: 30px;
	margin-bottom: 30px;
}

.box-partner .item {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.box-partner .item .box-image {
	float: left;
	width: 20%;
	font-size: 18px;
}

.box-partner .item .box-image img {
	width: 100%;
	border: 1px solid #eee;
	padding: 20px;
}

.box-partner .item .box-info {
	float: left;
	width: 70%;
	position: relative;
	margin-left: 40px;
}

.box-partner .item .box-info .heading {
	font-size: 24px;
	color: #12aaeb;
	font-weight: 700;
	margin-bottom: 20px;
}

.box-partner .item:after {
	content: '';
	clear: both;
	display: block;
}

.box-partner .item:last-child {
	border-bottom: 0;
}

/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
	border-radius: 0px;
}

.panel-faq .panel-default {
	border-color: transparent;
}

.panel-faq .panel-default>.panel-heading {
	color: #333;
	background-color: #f6f6f6;
	border-color: #ddd;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 13px 20px;
}

.panel-faq .panel-default>.panel-heading:before {
	padding: 0 0px 0 20px;
	content: "\002B";
	font-family: Arial;
	font-size: 24px;
	float: right;
}

.panel-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-faq .panel-default>.panel-heading.active {
	background-color: #12aaeb;
	color: #fff;
}

.panel-faq .panel-default>.panel-heading.active:before {
	color: #fff;
	content: "\002D";
}

.panel-faq .panel-default:hover>.panel-heading {
	color: #12aaeb;
}

.panel-faq .panel-default:hover>.panel-heading.active {
	color: #ffffff;
}

.panel-faq .panel-title {
	font-size: 16px;
	display: table-cell;
}

.panel-faq .panel-title>a,
.panel-faq .panel-title>a:active,
.panel-faq .panel-title>a:focus {
	color: inherit;
	text-decoration: none;
	display: inline-table;
}

.panel-faq .panel-body {
	padding: 15px 30px;
	background-color: #fff;
	margin-top: 4px;
}

.panel-faq .panel-body p {
	margin: 10px 0;
}

.panel-faq .collapse.in {
	display: block;
	visibility: visible;
}

/* 2.14. FAQ */
.faq-list {
	margin: 0;
	padding: 0;
}

.faq-list li {
	list-style: none;
}

.faq-list li .fa {
	color: #f00;
	font-size: 14px;
	margin-right: 10px;
}

.faq-list .faq-item-image {
	position: relative;
	width: 100%;
	text-align: center;
}

.faq-list .faq-item-image img {
	display: block;
}

/* 2.15. PRICING TABLE */
.panel-pricing {
	border-color: #ccc;
	text-align: center;
	margin-bottom: 40px;
	background-color: #f6f6f6;
}

.panel-pricing.best .price {
	background-color: #f6ba18;
}

.panel-pricing .price {
	padding: 15px 0;
	font-size: 80px;
	background-color: #12aaeb;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}

.panel-pricing .price sup {
	font-size: 18px;
	margin-right: 5px;
	top: -.6em;
	font-weight: 400;
}

.panel-pricing .price small {
	font-size: 14px;
	margin-left: 0px;
}

.panel-pricing h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	padding-top: 10px;
}

.panel-pricing>.panel-heading {
	color: #043140;
	border-color: #eee;
	padding: 0px 0px;
}

.panel-pricing .table>tbody>tr>td,
.panel-pricing .table>tfoot>tr>td {
	padding: 12px 0;
	vertical-align: top;
	border-top: none;
}

.panel-pricing .table {
	margin-bottom: 0;
}

.panel-pricing .panel-body {
	padding: 10px;
	text-align: center;
}

.panel-pricing .panel-body table,
.panel-pricing .panel-body th,
.panel-pricing .panel-body td {
	border: 0;
	text-align: center;
}

.panel-pricing .panel-footer {
	padding: 30px 0;
	border-top: 0;
}

/* 2.16. CAREER TABS */
.career-tabs>ul {
	margin-left: 0px;
}

.career-tabs .nav-tabs {
	border-bottom: 0;
}

.career-tabs .nav-tabs>li {
	float: left;
	margin-bottom: 0;
	width: 25%;
	background: #eee;
	text-align: center;
}

.career-tabs .nav-tabs>li>a {
	margin-right: 0;
	border-radius: 0;
	font-weight: 700;
}

.career-tabs .nav-tabs>li.active>a,
.career-tabs .nav-tabs>li.active>a:hover,
.career-tabs .nav-tabs>li.active>a:focus {
	color: #ffffff;
	cursor: default;
	background-color: #12aaeb;
}

.career-tabs .tab-content {
	padding: 20px 30px;
	border: 1px solid #eee;
}

/* 3.17. BOX NEWS */
.box-news-1 {
	position: relative;
	margin-bottom: 40px;
}

.box-news-1 .image {
	overflow: hidden;
	background-color: #12aaeb;
	position: relative;
}

.box-news-1 .image img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.box-news-1 .image:before {
	content: '';
	position: absolute;
	background: url(../images/link.gif) center top no-repeat;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}

.box-news-1:hover .image img {
	opacity: .2;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.box-news-1:hover .image:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}

.box-news-1 .meta-date {
	margin-top: 10px;
	color: #12aaeb;
	font-size: 12px;
	font-style: italic;
}

.box-news-1 .blok-title {
	color: #043140;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
	height: 50px;
	overflow: hidden;
}

.box-news-1 .blok-title a:hover {
	color: #f6ba18;
}

/* 2.18. LIST NEWS */
.list-news {
	width: 98%;
}

.list-news .news-item {
	margin-bottom: 70px;
	padding-right: 15px;
	padding-left: 15px;
}

.list-news .news-item .image {
	position: relative;
	overflow: hidden;
	background-color: #12aaeb;
}

.list-news .news-item .image:before {
	content: '';
	position: absolute;
	background: url(../images/link.gif) center top no-repeat;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}

.list-news .news-item .image img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.list-news .news-item .image .meta-date {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 70px;
	height: 70px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #f6ba18;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	z-index: 1;
}

.list-news .news-item .image .meta-date span {
	font-size: 14px;
	display: block;
}

.list-news .news-item:hover .image img {
	opacity: .2;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.list-news .news-item:hover .image:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}

.list-news .news-item .meta-date {
	margin-top: 10px;
	color: #12aaeb;
	font-size: 12px;
	font-style: italic;
}

.list-news .news-item .meta-author {
	color: #12aaeb;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 20px;
}

.list-news .news-item .blok-title {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 700;
}

.list-news .news-item .blok-title a {
	color: #043140;
}

.list-news .news-item .blok-title a:hover {
	color: #f6ba18;
}

/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - TOPBAR */
.topbar {
	background-color: #12aaeb;
	padding: 0 0;
	height: 40px;
}

.topbar .topbar-left .welcome-text {
	font-style: italic;
	color: #ffffff;
	padding: 8px 0;
}

.topbar .topbar-right {
	text-align: right;
}

.topbar .topbar-right .topbar-menu {
	display: inline-table;
}

.topbar .topbar-right .topbar-menu li {
	list-style: none;
	float: left;
	color: #ffffff;
	padding: 0 0px;
	font-size: 12px;
}

.topbar .topbar-right .topbar-menu li:before {
	content: '|';
	padding: 0 10px;
}

.topbar .topbar-right .topbar-menu li:last-child:after {
	content: '|';
	padding: 0 10px;
}

.topbar .topbar-right .topbar-menu li a {
	color: #ffffff;
}

.topbar .topbar-right .topbar-menu li a:hover {
	color: #f6ba18;
}

.topbar .topbar-right .topbar-sosmed {
	display: inline-table;
}

.topbar .topbar-right .topbar-sosmed li {
	list-style: none;
	float: left;
	font-size: 18px;
	padding: 0 10px;
}

.topbar .topbar-right .topbar-sosmed li a {
	color: #ffffff;
}

.topbar .topbar-right .topbar-sosmed li a:hover {
	color: #f6ba18;
}

.topbar-logo {
	background-color: #ffffff;
	padding: 5px 0;
}

.topbar-logo .navbar-brand {
	height: auto;
}

.contact-info {
	margin-top: 17px;
}

.contact-info>div {
	display: flex;
	margin-right: 40px;
	justify-content: flex-end;
}

.navbar-toggle .icon-bar {
	background: #ffffff;
}

.navbar-toggle {
	float: left;
}

/* 4.2 - NAVBAR */
.navbar-main {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	border: 0;
}

.navbar-main ol,
.navbar-main li {
	margin: 0 0;
	font-size: 15px;
	font-weight: 700;
}

.navbar-main .nav>li>a {
	/*color: #333;*/
}

.navbar-main .nav>li.active>a,
.navbar-main .nav>li>a:hover,
.navbar-main .nav>li>a:focus {
	color: #00ba9f;
	background-color: transparent;
}

.navbar-main .nav .open>a,
.navbar-main .nav .open>a:hover,
.navbar-main .nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
	color: #f6ba18;
}

.navbar-main .caret {
	margin-left: 10px;
}

.navbar-main .dropdown-menu {
	background-color: #043140;
	min-width: 180px;
	color: #ffffff;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.navbar-main .dropdown-menu>li {
	text-transform: uppercase;
	border-bottom: 1px solid #222;
}

.navbar-main .dropdown-menu>li a {
	padding: 10px 20px;
	color: #ffffff;
}

.navbar-main .dropdown-menu>li a:hover {
	background-color: #00ba9f;
}

/**
 * 5. - HOME
 * -----------------------------------------------------------------------------
 */
/* 5.1 - HERO */
.banner {
	padding: 0 0;
}

.banner ol li,
.banner ul li {
	margin: 0;
}

.banner .btn-primary:hover,
.banner .btn-secondary:hover {
	background-color: #043140;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	bottom: 30px;
	width: 100%;
	left: 0;
	text-align: center;
}

.slides-navigation.center {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	bottom: 30px;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slides-navigation .container {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	width: auto;
}

.slides-navigation a {
	position: relative !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin: 0 5px;
	text-shadow: none;
	text-align: center;
	height: 48px;
	width: 48px;
	padding: 0;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slides-navigation.center a {
	position: relative !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.slides-navigation a:hover {
	background: rgba(1, 118, 211, 0.8);
	border-color: rgba(1, 118, 211, 0.8);
	transform: scale(1.1);
}

.slides-navigation a.next,
.slides-navigation a.prev {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

.slides-navigation.center a.next,
.slides-navigation.center a.prev {
	position: relative !important;
	left: auto !important;
	right: auto !important;
}

/* 5.2 - Text Typing */
.wrap-caption {
	padding-top: 10%;
	color: #ffffff;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.wrap-caption.center {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.wrap-caption .excerpt {
	margin-bottom: 50px;
	font-size: 18px;
}

.wrap-caption .btn,
.wrap-caption .btn-primary,
.wrap-caption .btn-secondary {
	margin-right: 15px;
}

/**
 * 6. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 6.1 - About */
/* .banner-page.about {
	background: #0290a4;
} */

dl.hiw {
	width: 100%;
}

dl.hiw dt {
	width: 30px;
	float: left;
}

dl.hiw dt .fa {
	font-size: 24px;
	color: #00ba9f;
}

dl.hiw dd {
	margin-left: 45px;
	margin-bottom: 20px;
}

dl.hiw dd h4 {
	clear: none;
}

.vidimg {
	position: relative;
}

.vidimg .play-vid {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-color: #12aaeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	border: 2px solid #ffffff;
	padding-top: 13px;
	padding-left: 7px;
	text-align: center;
}

.vidimg .play-vid a {
	color: #ffffff;
}

.vidimg .play-vid:hover {
	background-color: #f6ba18;
}

/* 6.2 - Services */
/* .banner-page.services {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
} */

.title-agent {
	color: #043140;
	font-size: 26px;
}

/* .banner-page.project {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}

.banner-page.news {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
} */

.single-news .image {
	position: relative;
}

.single-news .image .meta-date {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 70px;
	height: 70px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #f6ba18;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 13px;
}

.single-news .image .meta-date span {
	font-size: 14px;
	display: block;
}

.single-news .section-heading {
	color: #043140;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: normal;
}

.single-news .meta-author {
	color: #12aaeb;
	font-style: italic;
	font-size: 12px;
}

/* 6.5 - Contact */
.contact .form-control {
	height: 45px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: none;
}

.contact textarea.form-control {
	height: auto;
}

.maps-wraper {
	position: relative;
}

.maps {
	width: 100%;
	height: 350px;
	display: block;
	background: #ccc;
	position: relative;
}

#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #fff;
}

#cd-google-map {
	position: relative;
	overflow: hidden;
}

#cd-google-map .col-md-12 {
	padding: 0;
}

#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}

#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}

#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}

#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: #12aaeb;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("../images/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	background-color: #043140;
}

#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}

#cd-zoom-out {
	background-position: 50% -32px;
}

/* 6.6 Section - Features */
/* 6.7 Section - CTA */
.cta {
	background-color: #12aaeb;
	padding: 20px 0;
}

.cta .cta-desc {
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-style: italic;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
	text-align: center;
	margin-bottom: 40px;
}

.client-img img {
	margin: 0 auto;
}

/* 6.10 - Testimony */
.people,
.user-pic {
	display: block;
	max-width: 100%;
}

.testimony .owl-theme .owl-controls {
	text-align: left;
	margin-left: 80px;
	margin-top: 30px;
}

.testimony .owl-theme .owl-dots .owl-dot span {
	background: #e7e7e7;
}

.testimony .owl-theme .owl-dots .owl-dot.active span,
.testimony .owl-theme .owl-dots .owl-dot:hover span {
	background: #12aaeb;
}

/* 6.11 - 404 Page */
.title-404 {
	font-size: 5em;
	color: #043140;
	margin-bottom: -20px;
}

.subtitle-404 {
	font-size: 2em;
	color: #12aaeb;
}

/* 6.12 - Pages */
/* .banner-page.pages {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}

.banner-page.contact {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
} */

/**
 * 7. - FOOTER
 * -----------------------------------------------------------------------------
 */
.footer {
	padding: 50px 0 0 0;
	background-color: #212831;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer>.container {
	padding-bottom: 50px;
}

.footer .footer-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer .footer-item .footer-title {
	font-size: 24px;
	font-weight: 600;
	padding: 10px 0;
}

.footer .footer-item .footer-title:after {
	content: '';
	display: block;
	width: 35px;
	border-bottom: 1px solid #00ba9f;
	margin-top: 20px;
}

.footer .footer-item .footer-sosmed {
	margin-top: 10px;
	display: inline-block;
}

.footer .footer-item .footer-sosmed a .item {
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 14px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #1C222A;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.footer .footer-item .footer-sosmed a .item:hover {
	background-color: #00ba9f;
}

.footer .footer-item .footer-sosmed a .item .fa {
	font-size: 16px;
}

.footer .footer-item .list {
	margin: 0;
	padding: 0;
}

.footer .footer-item .list li {
	list-style: none;
	margin: 14px 0;
}

.footer .footer-item .list li:before {
	content: '\f105';
	font: normal normal normal 16px/1 FontAwesome;
	color: #00ba9f;
	margin-right: 10px;
}

.footer .footer-item .list li a {
	color: #ffffff;
}

.footer .footer-item .list li a:hover {
	color: #f6ba18;
}

.footer .fcopy {
	padding: 20px 0 0 0;
	color: #999999;
	font-size: 14px;
}

.list-info {
	margin: 0;
	padding: 0;
}

.list-info li {
	margin-bottom: 20px;
	list-style: none;
}

.list-info li .info-icon {
	display: inline-block;
	color: #00ba9f;
	font-size: 16px;
	float: left;
}

.list-info li .info-text {
	margin-left: 30px;
}

.bg-gray {
	padding: 90px 0;
	background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5)), url(../images/background-design.jpg);
	background-position: 0 0, 0 0;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.technology img {
	box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.07);
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.d-inline-block {
	display: inline-block !important;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 767px) {
	.technology img {
		width: 60px;
	}
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 768px) {
	.topbar {
		height: auto;
	}

	.topbar-left {
		text-align: center;
	}

	.topbar-right {
		text-align: center !important;
	}

	.topbar-menu,
	.topbar-sosmed {
		margin-left: 0;
		margin-bottom: 0;
	}

	.navbar-brand {
		width: 100%;
	}

	.navbar-brand>img {
		margin: 0 auto;
	}

	.nav>li>a {
		padding: 10px 6px;
	}

	.contact-info {
		clear: right;
		width: 100%;
	}

	.contact-info>div {
		display: block;
		margin-right: 0px;
	}

	.box-icon-1 .icon {
		clear: left;
		display: block;
		width: 100%;
		text-align: center;
	}

	.box-icon-1 .body-content {
		text-align: center;
		margin-left: 0;
	}

	.container-nav .btn-orange-cta {
		position: absolute;
		right: 10px;
		top: 0;
	}

	.wrap-caption {
		width: 100%;
	}

	.box-team .box-image,
	.box-team .body-content {
		width: 100%;
	}

	.btn-sidebar.btn,
	.btn-sidebar.btn-primary,
	.btn-sidebar.btn-secondary,
	.btn-sidebar.btn-primary,
	.btn-sidebar.btn-secondary {
		padding: 15px 25px;
	}

	.section-heading {
		font-size: 30px;
		line-height: auto;
	}

	.footer .footer-item .footer-title {
		font-size: 20px;
	}

	.list-news {
		width: initial;
	}
}

@media (max-width: 479px) {

	h2,
	.banner-page .title-page,
	.banner-page .title-page {
		font-size: 2em;
	}

	.box-partner .item .box-image {
		clear: left;
		display: block;
		width: inherit;
	}

	.box-partner .item .box-info {
		width: inherit;
		margin-left: 0;
	}

	.nav>li>a {
		padding: 10px 15px;
	}

	.career-tabs .nav-tabs>li {
		width: 100%;
		clear: left;
	}

	.navbar-main {
		background-color: #333;
		border-radius: 0;
		margin-bottom: 0;
		border: 0;
		top: 104px;
	}

	.navbar-header {
		height: 46px;
		background: #333;
	}

	/* .navbar-toggle {
 top: -100px;
}*/
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		top: -72px;
		position: relative;
		left: -35px;
		-webkit-overflow-scrolling: touch;
		border-top: 0px !important;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}

	.navbar-main .nav>li>a {
		color: #fff;
	}

	.navbar-collapse.in {
		overflow-y: auto;
		padding: 20px;
	}

	.contact-info {
		margin-top: -20px;
	}

	.navbar-main .dropdown-menu>li {
		border-bottom: none;
	}
}

.tabbg {
	background-color: #f9f9f9;
}

.tab {
	float: left;
	background-color: transparent;
	width: 22%;
}

.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 14px;
}

.tab button:hover {
	background-color: #fff;
}

.tab button.active {
	background-color: #fff;
	border-right: 2px solid #ff8e57;
}

.tabcontent {
	float: left;
	padding: 0px 12px;
	border: none;
	width: 78%;
	border-left: 1px solid #d2d2d2;
}

.tabcontent p {
	margin-bottom: 5px;
}

.tabcontent .list-group-item {
	border: 1px solid #fff;
	margin: 0 0 0 20px;
	padding: 0;
	background: transparent;
}

.tabcontent .list-group-item li {
	margin: 0 0 5px 0 !important;
}

.mx-0 {
	margin: 0;
}

.mt-0 {
	margin-top: -0.25rem !important;
}

/*----mega-menu----*/
.navbar-brand>img {
	padding-top: 11px;
	/*width: 130px;
	margin-left: 60px;*/
}

.navbar-brand {
	/*height: auto;*/
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

.navbar-default {
	color: #333;
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

.navbar-collapse.collapse {
	padding-top: 23px;
}

.navbar-nav {
	float: right;
	margin: 0;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}

.navbar-default .navbar-brand {
	color: #fff;
}

.menu-large {
	position: static !important;
}

.megamenu {
	padding: 20px 0px;
	width: 100%;
}

.megamenu>li>ul {
	padding: 0;
	margin: 0;
}

.megamenu>li>ul>li {
	list-style: none;
}

.megamenu>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 700;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
	display: inline-flex;
}

.megamenu>li>ul>li>a i {
	padding: 3px 8px 0 0;
}

.megamenu>li>ul>li>span {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #222b37;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
	text-decoration: none;
	color: #0290a4;
	background-color: transparent;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	color: #999999;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #00A7E8;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}

.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #00ba9f;

}

.dropdown.menu-large.active>a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #00ba9f;
}

.navbar {
	margin-bottom: 22px;
}

@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}

	.megamenu>li {
		margin-bottom: 30px;
	}

	.megamenu>li:last-child {
		margin-bottom: 0;
	}

	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}

	.navbar-collapse.collapse {
		padding-top: 65px;
		width: 100%;
	}

	.navbar-nav {
		float: none;
	}
}

@media (max-width: 479px) {
	.navbar-header {
		background: transparent;
	}

	.navbar-toggle {
		float: right;
		margin: 8px 0 0 0;
		top: 24px;
		border-radius: 0;
	}

	.navbar-brand>img {
		padding: 0;
		position: relative;
		top: -32px;
		float: left;
		position: relative;
		top: -39px;
	}

	.navbar {
		margin-bottom: 0;
	}
}

.navbar-default {
	border-color: #fff;
}

.container.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blue {
	color: #4573d2;
}

.coral {
	color: #ff5263;
}

.dark-green {
	color: #00bf9c;
}

.purple {
	color: #938ce1;
}

.gold {
	color: #fcbd01;
}

.teal {
	color: #4573d2;
}

/* =====================================================
   PREMIUM UI ENHANCEMENTS - Modern 2024 Design
   ===================================================== */

/* Premium Color Variables */
:root {
	--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	--success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	--dark-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	--glass-bg: rgba(255, 255, 255, 0.1);
	--glass-border: rgba(255, 255, 255, 0.2);
	--shadow-primary: 0 10px 40px rgba(102, 126, 234, 0.3);
	--shadow-card: 0 8px 32px rgba(0, 0, 0, 0.1);
	--shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.15);
	--transition-smooth: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--transition-fast: all 0.3s ease;
}

/* Enhanced Typography */
body {
	font-family: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Premium Section Headers */
.section-heading {
	font-size: 2.5rem;
	font-weight: 700;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
	display: inline-block;
	margin-bottom: 1.5rem;
}

.section-heading.center {
	display: block;
}

.section-heading::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background: var(--primary-gradient);
	border-radius: 2px;
}

.section-heading.center::after {
	left: 50%;
	transform: translateX(-50%);
}

/* Premium Banner/Hero Section */
.section.banner {
	position: relative;
	overflow: hidden;
}

.section.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.7) 0%, rgba(118, 75, 162, 0.7) 100%);
	z-index: 1;
	pointer-events: none;
}

.wrap-caption {
	position: relative;
	z-index: 2;
}

.caption-heading {
	font-size: 3.5rem !important;
	font-weight: 800 !important;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
	animation: fadeInUp 0.8s ease-out;
}

.wrap-caption .excerpt {
	font-size: 1.25rem;
	opacity: 0.95;
	max-width: 600px;
	line-height: 1.8;
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Premium Buttons */
.btn-primary {
	background: var(--primary-gradient) !important;
	border: none;
	padding: 16px 40px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 50px;
	box-shadow: var(--shadow-primary);
	transition: var(--transition-smooth);
	position: relative;
	overflow: hidden;
}

.btn-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: 0.5s;
}

.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover::before {
	left: 100%;
}

.btn-secondary {
	background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%) !important;
	border: none;
	padding: 16px 40px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 50px;
	box-shadow: 0 10px 40px rgba(58, 123, 213, 0.3);
	transition: var(--transition-smooth);
}

.btn-secondary:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 50px rgba(58, 123, 213, 0.4);
}

/* Premium Service Cards */
.box-image-1 {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--shadow-card);
	transition: var(--transition-smooth);
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.box-image-1:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow-hover);
}

.box-image-1 .image {
	position: relative;
	overflow: hidden;
	height: 200px;
	flex-shrink: 0;
}

.box-image-1 .image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
	opacity: 0;
	transition: var(--transition-fast);
}

.box-image-1:hover .image::after {
	opacity: 1;
}

.box-image-1 .image img {
	transition: var(--transition-smooth);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-image-1:hover .image img {
	transform: scale(1.1);
}

.box-image-1 .description {
	padding: 25px 20px;
	background: #fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.box-image-1 .description .title,
.box-image-1 .description h3,
.box-image-1 .description h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
	margin-top: 0;
}

.box-image-1 .description p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 15px;
	flex-grow: 1;
}

.box-image-1 .description .btn {
	align-self: flex-start;
	margin-top: auto;
}

/* Equal height card rows */
.row.grid-services,
.grid-services.row {
	display: flex;
	flex-wrap: wrap;
}

.grid-services>[class*='col-'] {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.grid-services .box-image-1 {
	height: 100%;
	margin-bottom: 0;
}

/* Premium Icon Boxes */
.box-icon-2 {
	padding: 30px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: var(--transition-smooth);
	position: relative;
	overflow: hidden;
}

.box-icon-2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: var(--primary-gradient);
	transform: scaleY(0);
	transition: var(--transition-fast);
}

.box-icon-2:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-card);
}

.box-icon-2:hover::before {
	transform: scaleY(1);
}

.box-icon-2 .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
	border-radius: 12px;
	margin-bottom: 15px;
}

.box-icon-2 .icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.box-icon-2 .body-content .heading {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
}

/* Stats Counter Section */
.stats-section {
	background: var(--dark-gradient);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.stats-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
	background-size: 50px 50px;
}

.stat-item {
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.stat-number {
	font-size: 3.5rem;
	font-weight: 800;
	background: var(--success-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 10px;
}

.stat-label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Testimonials Section */
.testimonial-card {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: var(--shadow-card);
	position: relative;
	transition: var(--transition-smooth);
}

.testimonial-card::before {
	content: '"';
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 80px;
	font-family: Georgia, serif;
	color: rgba(102, 126, 234, 0.15);
	line-height: 1;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-hover);
}

.testimonial-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #555;
	font-style: italic;
	margin-bottom: 25px;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonial-author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f0f0f0;
}

.testimonial-author-info h5 {
	font-weight: 700;
	color: #1a1a2e;
	margin: 0;
}

.testimonial-author-info p {
	color: #888;
	margin: 0;
	font-size: 0.9rem;
}

/* Technology Stack Section */
.tech-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 40px 0;
}

.tech-item {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: var(--transition-smooth);
	padding: 20px;
}

.tech-item:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: var(--shadow-card);
}

.tech-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: var(--transition-fast);
}

.tech-item:hover img {
	filter: grayscale(0);
	opacity: 1;
}

/* Enhanced Footer */
.footer {
	background: var(--dark-gradient);
	padding: 80px 0 40px;
	position: relative;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--primary-gradient);
}

.footer-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: var(--primary-gradient);
	border-radius: 2px;
}

.footer p,
.footer .list a,
.footer .list-info {
	color: rgba(255, 255, 255, 0.7);
}

.footer .list a:hover {
	color: #fff;
	padding-left: 5px;
}

.footer .list li {
	transition: var(--transition-fast);
}

.footer-sosmed .item {
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	margin-right: 10px;
	transition: var(--transition-fast);
}

.footer-sosmed .item:hover {
	background: var(--primary-gradient);
	transform: translateY(-3px);
}

.footer-sosmed .item i {
	color: #fff;
	font-size: 1.1rem;
}

.fcopy {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	margin-top: 50px;
}

.fcopy .ftex {
	color: rgba(255, 255, 255, 0.6);
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

/* Scroll-triggered animations */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Glassmorphism Effects */
.glass-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
}

/* CTA Section Enhancement */
.cta-section {
	background: var(--primary-gradient);
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-section::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
	animation: pulse 4s ease-in-out infinite;
}

.cta-section h2 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.cta-section p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.2rem;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.cta-section .btn {
	background: #fff;
	color: #667eea;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.cta-section .btn:hover {
	background: #1a1a2e;
	color: #fff;
}

/* Banner Page Enhancement */
/* Removing conflicting banner style */
/* .banner-page {
	background: var(--dark-gradient);
	min-height: 200px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.banner-page::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: var(--primary-gradient);
	opacity: 0.3;
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
} */

/* Feature Grid Enhancement */
.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	padding: 40px 0;
}

.feature-item {
	padding: 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--shadow-card);
	transition: var(--transition-smooth);
	text-align: center;
}

.feature-item:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow-hover);
}

.feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-icon i {
	font-size: 2rem;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Contact Page Enhancements */
.form-control {
	border: 2px solid #e8ecff;
	border-radius: 12px;
	padding: 15px 20px;
	font-size: 1rem;
	transition: var(--transition-fast);
}

.form-control:focus {
	border-color: #667eea;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
	outline: none;
}

.form-contact .btn-primary {
	width: 100%;
	padding: 18px;
}

/* Quick Contact Cards */
.quick-contact-card {
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	box-shadow: var(--shadow-card);
	text-align: center;
	transition: var(--transition-smooth);
}

.quick-contact-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-hover);
}

.quick-contact-card i {
	font-size: 2.5rem;
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 15px;
}

.quick-contact-card h4 {
	color: #1a1a2e;
	margin-bottom: 10px;
}

.quick-contact-card p {
	color: #666;
	margin: 0;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
	.caption-heading {
		font-size: 2rem !important;
	}

	.section-heading {
		font-size: 1.75rem;
	}

	.stat-number {
		font-size: 2.5rem;
	}

	.feature-item {
		padding: 25px;
	}
}

/* Loading Animation */
.animationload {
	background: var(--dark-gradient);
}

.loader {
	background: none;
}

.loader::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border: 4px solid rgba(255, 255, 255, 0.1);
	border-top-color: #667eea;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* Checklist Enhancement */
ul.checklist li:before {
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Map Cards Enhancement */
.map-icon {
	color: #1a1a2e !important;
	font-weight: 700;
}

.box-image-1 .description.gold {
	background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.box-image-1 .description.gold h3 {
	color: #1a1a2e;
}

.box-image-1 .description.gold p {
	color: #555;
	line-height: 1.7;
}

/* Location Navigator Cards */
.navigator {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.navigator:hover {
	text-decoration: none;
	transform: translateY(-5px);
}

.navigator:hover .nav-overlay {
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.75) 0%, rgba(118, 75, 162, 0.75) 100%) !important;
}

.navigator.active .nav-overlay {
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.85) 0%, rgba(118, 75, 162, 0.85) 100%) !important;
}

.nav-card {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.navigator:hover .nav-card {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.nav-overlay h4 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-overlay p {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Map container styling */
#map_canvas {
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

/* Location Card Active State */
.location-card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.location-card.active,
.location-card:hover {
	transform: translateY(-10px);
}

.location-card.active {
	box-shadow: 0 0 0 3px #667eea, 0 20px 60px rgba(102, 126, 234, 0.3) !important;
}

/* Google Maps InfoWindow Custom Styles */
.gm-style .gm-style-iw-c {
	padding: 0 !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
	overflow: hidden !important;
	max-width: 320px !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
	padding: 0 !important;
	max-height: none !important;
}

.gm-style .gm-style-iw-tc {
	display: none;
}

.gm-style .gm-style-iw-t::after {
	background: #e74c3c !important;
	box-shadow: none !important;
}

.gm-style-iw button[aria-label="Close"] {
	top: 5px !important;
	right: 5px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	border-radius: 50% !important;
	width: 24px !important;
	height: 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
	opacity: 1 !important;
}

.gm-style-iw button[aria-label="Close"]:hover {
	background: #fff !important;
	transform: scale(1.1);
}

.gm-style-iw button[aria-label="Close"] span {
	margin: 0 !important;
}

/* InfoWindow content link hover */
.gmtt_outer a:hover {
	opacity: 0.8;
}

/* Two-Column Layout Vertical Alignment Fix */
.section.why>.container>.row,
.section.feature>.container>.row,
.section.services>.container>.row,
.section.section-border>.container>.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Ensure columns maintain proper alignment */
.section .row>[class*="col-"] {
	display: flex;
	flex-direction: column;
}

/* For text-image side-by-side layouts, center vertically */
.section.why .row,
.section.feature .row:not(.text-center):not(.grid-services) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Image columns should center their content */
.section .row>.col-md-6 img {
	display: block;
	margin: 0 auto;
}

/* Responsive: Stack on mobile */
@media (max-width: 991px) {

	.section.why>.container>.row,
	.section.feature>.container>.row {
		flex-direction: column;
	}

	.section .row>.col-md-6 {
		width: 100%;
		margin-bottom: 30px;
	}

	.section .row>.col-md-6:last-child {
		margin-bottom: 0;
	}
}

/* Equal height for grid cards */
.grid-services {
	display: flex !important;
	flex-wrap: wrap;
}

.grid-services>[class*="col-"] {
	display: flex;
	margin-bottom: 30px;
}

.grid-services .box-image-1 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

/* Ensure description content stretches and button goes to bottom */
.grid-services .box-image-1 .description {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.grid-services .box-image-1 .description p,
.grid-services .box-image-1 .description .blok-title {
	flex-grow: 1;
}

.grid-services .box-image-1 .description .btn {
	margin-top: auto;
	align-self: flex-start;
}

/* Utility class for vertical centering in rows */
.row-flex-center {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}

.row-flex-center>[class*="col-"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}