html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
  --primary-color: #470f0e;
  --secondary-color: #6b7280;
  --success-color: #10b981;
  --danger-color: #ef4444;
  --warning-color: #f59e0b;
  --info-color: #3b82f6;
  --light-color: #f9fafb;
  --dark-color: #1f2937;
  --white: #ffffff;
  --black: #000000;

  --font-family-sans-serif: 'Open Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-family-serif: 'Lato', ui-serif, Georgia, Cambria, serif;
  --font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  --border-radius: 0.5rem;
  --box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --transition: all 0.3s ease-in-out;
}

.u-table {
	display: table;
}

.u-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.u-margin-auto {
	margin: 0 auto;
}

.u-transition-fast {
	transition: all .3s ease-in-out;
}

.u-transition-slow {
	transition: all .8s ease;
}

.u-transition-form {
	transition: background-color .3s ease, border .3s ease, color .3s ease;
}

body {
	line-height: 1;
	color: #494949;
	font: 16px/32px "Open Sans", Helvetica, Arial, sans-serif;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	position: relative;
	left: 0;
	transition: all .8s ease;
}

input,
select,
textarea { font: 16px/32px "Open Sans", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	line-height: 1.1em;
}

h1 {
	font-size: 46px;
	margin-bottom: 0px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p {
	margin-bottom: 10px;
}

p.lead {
	font-size: 21px;
	padding: 0;
}

.section-title {
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
	backface-visibility: hidden;
    color: #454545;
	letter-spacing: 0.1em;
}

a {
	color: #470f0e;
	text-decoration: none;
}

a:hover, a > *:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	color: #470f0e;
	font-weight: 700;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

.video-container {
	width: 100%;
	height: 100%;
}

input, textarea, select {
	background: #f8fdfd;
	-webkit-appearance: none;
	appearance: none;
	color: #555555;
	border: 1px solid rgba(10, 10, 10, 0.06);
	padding: 12px 20px;
	margin: 0px;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	font-style: italic;
	height: 150px;
}

input:hover, textarea:hover, select:hover {
	color: #555555;
}

input:focus, textarea:focus, select:focus {
	color: #555555;
	border: 1px solid #470f0e;
}

input[type="text"], input[type="email"] {
	width: 100%;
}

input[type="submit"], button {
	width: auto;
	font-style: normal;
	background: transparent;
	color: #470f0e;
	cursor: pointer;
	border: 2px solid #470f0e;
	border-radius: 5px;
	padding: 10px 20px;
	letter-spacing: 0.20em;
}

input[type="submit"]:hover, button:hover {
	color: #ffffff !important;
	background: #470f0e;
	border: 2px solid #470f0e;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #555555; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #555555; }

input.placeholder, textarea.placeholder { color: #555555; }

.flexslider {
	background: none;
	border: none;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-paging li a {
	width: 16px !important;
	height: 16px !important;
	background: transparent !important;
	border: 2px solid #ffffff;
	box-shadow: none !important;
}

.flex-control-paging li a:hover {
	background: #ffffff !important;
}

.flexslider .flex-active {
	background: #ffffff !important;
	box-shadow: none !important;
}

.flex-direction-nav a {
	color: rgba(255,255,255,0.8) !important;
}

.flex-direction-nav i a {
	color: rgba(255,255,255,0.8) !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10000;
}

#loading-animation {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/ring.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -16px 0 0 -16px;
}

#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}

#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

#back-to-top a i.fa {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
}

.section {
	padding: 100px 0;
	position: relative;
}

.fullwidth-wrapper {
	width: 100%;
	margin: 0 auto;
}

#error_page .backstretch {
	position: fixed !important;
}

.error {
	height: auto;
	overflow: hidden;
}

.error .container-wrapper {
	margin: auto;
}

.error .error_box {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.error_box .error_content {
	padding: 25px;
	z-index: 2;
}

.error_box .error_overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #470f0e;
	opacity: 0.9;
}

.sidebar {
	width: 300px;
	position: fixed;
	left: -300px;
	top: 0;
	bottom: 0;
	z-index: 10000;
	overflow: hidden;
	background: transparent;
}

.sidebar.active {
	left: 0;
}

.sidebar-content {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.min-empty-space {
	width: 100%;
	height: 60px;
	background: #fff;
	margin-bottom: 1px;
}

.widget-profile {
	padding: 40px 20px;
	margin-bottom: 1px;
	overflow: hidden;
	background: rgba(255,255,255,0.7);
}

.profile-details {
	z-index: 10;
}

nav#main-nav ul li a {
	letter-spacing: 0.20em !important;
}

.nav-trigger {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.2);
	line-height: 40px;
	z-index: 1000;
}

.nav-trigger.active {
	left: 320px;
}

.nav-trigger:hover {
	background: rgba(0,0,0,0.6);
}

.nav-trigger i {
	font-size: 17px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

.nav-trigger i:hover {
	text-decoration: none;
}

nav#main-nav ul li a {
	padding: 1em 1em 1em 1.2em;
	outline: none;
	background: #fff;

	margin-bottom: 1px;
	color: #454545;
	letter-spacing: 1px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

nav#main-nav ul li a i {
	font-size: 17px;
	margin-right: 20px;
	color: #454545;
}

nav#main-nav ul li a:hover,
nav#main-nav ul li.current a {
	color: #470f0e;
	text-decoration: none;
}

nav#main-nav ul li a:hover i,
nav#main-nav ul li.current a i {
	color: #470f0e;
}

.home {
	height: auto;
}

.home .container-wrapper {
	margin: auto;
}

.avatar img {
	width: 110px;
	height: 110px;
	padding: 1px;
	border: 3px solid #fff;
	margin-bottom: 20px;
}

.about {
	background: #fff;
}

.skills {

	position: relative;
}

.skills .percent {

	display: inline-block;
	line-height: 160px;
	font-family: 'Lato', serif;
	font-size: 50px;
	font-weight: 300;
	z-index: 2;
}

.skills .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: 40px;
}

.skill_desc {

	position: relative;
}

.services .fullwidth-wrapper {
	padding: 100px 0;
	background: transparent;
}

@-webkit-keyframes iconanimation {
	0%, 100% {padding-top: 0px; }
	50% {padding-top: 20px; }
}

@-moz-keyframes iconanimation {
	0%, 100% {padding-top: 0px;}
	50% {padding-top: 20px;}
}

@-ms-keyframes iconanimation {
	0%, 100% {padding-top: 0px;}
	50% {padding-top: 20px;}
}

@-o-keyframes iconanimation {
	0%, 100% {padding-top: 0px;}
	50% {padding-top: 20px;}
}

@keyframes iconanimation {
	0%, 100% {padding-top: 0px;}
	50% {padding-top: 20px;}
}

.service:hover .icon-animation {
	-webkit-animation-name: iconanimation;
	-moz-animation-name: iconanimation;
	-ms-animation-name: iconanimation;
	-o-animation-name: iconanimation;
	animation-name: iconanimation;

	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.service .service-icon {
	border: 3px solid #ffffff;
	border-radius: 100%;
	display: table;
	text-align: center;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.services .service-icon i.fa {
	color: #ffffff;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.services .services-list {
	margin-top: 30px;
}

.services .service h4 {
	margin-bottom: 10px;
}

.services .service p {
	font-size: 14px;
	line-height: 21px;
	padding: 0;
}

.services .item-list {
	border-left: 1px solid #D3D3D3;
	padding-left: 17px;
}

.pricing-tables .plan.first {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pricing-tables .plan.last {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pricing-tables .plan.recommended {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pricing-tables .plan.recommended .head {
	margin-bottom: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.pricing-tables.attached 

.pricing-tables.attached .plan .head {
	border-radius: 0;
}

.pricing-tables.attached .plan.recommended {
	border-radius: 4px;
}

.pricing-tables.attached .plan.recommended .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.last {
	border-bottom-right-radius: 4px;
}

.pricing-tables.attached .plan.last .head {
	border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.first {
	border-bottom-left-radius: 4px;
}

.pricing-tables.attached .plan.first .head {
	border-top-left-radius: 4px;
}

.plan .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 12px 16px;
	background: #470f0e;
	color: #fff;
}

.plan .head h1, .plan .head h2, .plan .head h3 {
	padding: 0;
	margin: 0;
	font-weight: 100;
}

.plan .price {
	border-top: 1px solid #eee;
	margin: 0 auto 30px auto;
	width: 80%;
}

.plan .price h3 {
	font-size: 82px;
	vertical-align: top;
	line-height: 1;
}

.plan .price h3 span {
	font-size: 38px;
	vertical-align: top;
	position: relative;
	margin: 6px 0 0 -7px;
	display: inline-block;
}

.plan .price h4 {
	color: #aaa;
	font-size: 14px;
}

.plan .button {
	margin: 0; }

.plan ul {
	list-style-type: none;
	padding: 20px;
	margin-top: 2px;
}

.plan ul li {
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}

.plan ul li a {
	text-decoration: underline;
	color: #e6e9ed;
}

.plan ul li:last-child {
	border-bottom: none;
}

.plan ul strong {
	font-weight: 700;
}

.plan.recommended {
	margin-top: 6px;
	box-shadow: 0 0 22px rgba(10, 10, 10, 0.16);
	position: relative;
	z-index: 99;
	border-radius: 4px;
}

.plan.recommended .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #470f0e;
}

.plan.recommended .button {
	margin-bottom: 10px;
}

.portfolio-section {
	padding: 0;
}

.portfolio-section .fullwidth-wrapper {
	background: #fff;
	margin-top: -1px;
	padding-bottom: 100px;
	overflow: hidden;
}

.portfolio-container {
	max-width: 1200px;
	margin: 10px auto;
}

.portfolio-container .container {
	margin: auto;
}

.portfolio {
	text-align: left;
	overflow: visible !important;
	margin: 0 auto;
	background: #ffffff;
}

.image-container .img-responsive {
	width: 100%;
}

.portfolio-filter li {
	padding: 10px;
	display: inline-block;
}

.portfolio-filter li .button {
	padding: 5px 20px;
	font-size: 14px;
	margin-top: 0px;
}

.portfolio-filter li .button.active {
	color: #470f0e !important;
}

.portfolio-filter li .button.active:hover {
	color: #ffffff !important;
}

/* Portfolio filter buttons (Tailwind-styled) */
button[data-filter].active {
	background-color: #470f0e !important;
	color: #ffffff !important;
	border-color: #470f0e !important;
}

button[data-filter]:not(.active) {
	background-color: #ffffff;
	color: #4b5563;
	border: 1px solid #d1d5db;
}

.portfolio .portfolio-item {
	float: left;
	margin: 0px;
	overflow: hidden;
}

.portfolio .portfolio-item a {
	display: block;
	overflow: hidden;
	margin: 10px;
}

.portfolio .portfolio-item .project-container {
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio .portfolio-item .image-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.portfolio .portfolio-item .image-container img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 0;
	position: relative;
}

.portfolio .portfolio-item:hover .image-container img {
	top: -45px;
}

.portfolio .portfolio-item .project-details {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -100px;
	padding: 20px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio .portfolio-item:hover .project-details {
	bottom: 0px;
}

.portfolio .portfolio-item .project-details .details-container {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}

.portfolio .portfolio-item .project-details .details-text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.portfolio .portfolio-item h4 {
	color: #474747;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 300;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio .portfolio-item:hover h4 {
	color: #470f0e;
}

.portfolio .portfolio-item p.portfolio-categories {
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	margin: 0 auto;
	color: #474747 !important;
	font-weight: 300;
}

.extended-portfolio {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(71, 15, 14, 0.95);
	z-index: 9999;
	display: none;
	overflow-y: auto;
}

.extended-portfolio .container {
	margin: auto;
}

.extended-portfolio.show {
	display: block;
}

.project-loader {
	display: none;
	width: 100%;
	background: url(images/spinner.svg) 50% 50% no-repeat;
	overflow: hidden;
	padding: 50px 0;
}

.projectError {
	height: auto !important;
	background: url(images/spin.svg) 50% 45% no-repeat;
}

.projectError p {
	padding: 0;
	padding-top: 50px;
}

.project-content {
	opacity: 1;
	height: auto;
	padding: 20px;
}

.project-navigation {
	display: block;
	width: 100%;
}

.project-next {
	position: absolute;
	top: 50%;
	right: -100px;
}

.project-prev {
	position: absolute;
	top: 50%;
	left: -100px;
}

.project-next a,
.project-prev a {
	display: block;
	opacity: .6;
	width: 19px;
	height: 35px;
}

.project-next a i,
.project-prev a i {
	font-size: 50px;
	color: #ffffff;
	display: inline-table;
	vertical-align: middle;
}

.project-next a:hover,
.project-prev a:hover {
	opacity: 1;
}

.project-next a.disabled,
.project-prev a.disabled {
	display: none;
}

.project-close {
	position: absolute;
	top: 32px;
	right: 32px;
	display: block;
	height: 16px;
	z-index: 10001;
}

.project-close a {
	opacity: .6;
	text-align: center;
	width: 16px;
	height: 16px;
	display: block;
}

.project-close a:hover {
	opacity: 1;
}

.project-close .fa {
	color: #ffffff;
}

#project-page {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: left;
}

#project-page p {
	text-align: left;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}

#project-page .project-info {
	padding-top: 50px;
}

#project-page .project-title {
	text-transform: uppercase;
	margin-bottom: 50px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
    display: inline-block;
    color: #ffffff;
	margin-bottom: 40px;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

#project-page .project-subtitle {
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 400;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
}

#project-page .project-details li {
	border-bottom: 1px solid #ffffff;
	line-height: 50px;
	color: #ffffff;
}

#project-page .project-details li span {
	margin-right: 25px;
	font-style: italic;
	color: #ffffff;
}

#project-page .video-container {
	width: 100%;
	height: 100%;
}

#project-page .flex-control-paging li a {
	background: #470f0e;
	box-shadow: none;
}

#project-page .flex-control-paging li a:hover {
	background: #ffffff;
}

#project-page .flex-control-paging li a.flex-active {
	background: #ffffff;
}

body.project-page 

body.project-page #project-page {
	background: transparent;
}

body.project-page #project-page h3 {
	color: #ffffff;
}

body.project-page #project-page p {
	color: #ffffff;
}

body.project-page #project-page .flex-control-paging li a {
	background: #ffffff;
	box-shadow: none;
}

body.project-page #project-page .flex-control-paging li a:hover {
	background: #ffffff;
}

body.project-page #project-page .flex-control-paging li a.flex-active {
	background: #ffffff;
}

#project-page .flexslider {
	background: transparent;
	border: none;
	border-radius: none;
	box-shadow: none;
	margin: 0 auto 60px auto;
	position: relative;
	max-width: 800px;
	text-align: center;
}

.flex-direction-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	pointer-events: none;
	z-index: 100;
}

.flex-direction-nav a {
	position: absolute;
	top: -20px;
	color: #ffffff !important;
	font-size: 40px;
	pointer-events: auto;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-prev {
	left: 20px;
}

.flex-next {
	right: 20px;
}

.flex-control-paging {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.flex-control-paging li {
	list-style: none;
}

.flex-control-paging li a.flex-active {
	background: #ffffff !important;
}

#project-page .flexslider ul.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}

#project-page .flexslider ul.slides li {
	text-align: center;
	margin: 0;
	padding: 0;
}

#project-page .flexslider ul.slides li img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}

.call-to-action h1 , .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5 {
	text-transform: none;
	line-height: 1.4em;
}

p

.quote i {
	font-size: 25px;
	display: inline-table;
	vertical-align: top;
	margin: 0 5px;
}

.clients .client-logo img {
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.clients .client-logo img:hover {
	opacity: .5;
}

.testimonials .quote-icon {
    padding-top:6px;
    text-align:center;
}

.testimonials .fa-quote-left {
    font-size:48px;
    margin-bottom:20px;
}

.testimonials-slider.flexslider {
	margin: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0px;
	height: auto !important;
	overflow: none;
	text-align: center;
}

.testimonials-slider ul.slides img.person {
	width: auto;
	display: block;
	margin: 0 auto;
}

.testimonials-slider ul.slides p

.testimonials-slider ul.slides p.author {
	color: #ffffff;
	padding: 20px 0;
}

.contact {
	padding: 0px;
	background: transparent;
}

.contact-details {
	color: #fff;
}

.contact-details i.fa {
	color: #470f0e !important;
}

.contact-details p {
	padding: 0px 40px;
}

#contact-form {
	background: #fff;
	position: relative;
}

#contact-form .contact-form {
	position: relative;
}

.contact .contanct-form-container {
	padding-top: 100px;
}

.contact .contact-form .input-error {
	border: 1px solid #ed5555;
}

.contact .response-message {
	margin: 20px 0 30px 0;
	font-size: 18px;
	font-weight: 300;
}

#map_canvas {
	width: 100%;
	height: 400px;
	background: #f8fdfd;
	z-index: 0;
	position: relative;
	border-top: 1px solid rgba(10, 10, 10, 0.06);
	border-bottom: 1px solid rgba(10, 10, 10, 0.06);
}

#error_page 

.socials-icons li {
	margin: 0;
	display: inline-block;
}

.socials-icons li a {
	display: block;
	background: transparent;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.socials-icons li a i.fa {
	color: #470f0e;
	line-height: 50px;
	font-size: 21px;
}

.socials-icons li a:hover i.fa {
	color: #fff;
}

.socials-icons a.facebook:hover {
	background: #475996;
}

.socials-icons a.facebook i.fa {
	color: #475996;
}

.socials-icons a.twitter:hover {
	background: #69baf3;
}

.socials-icons a.twitter i.fa {
	color: #69baf3;
}

.socials-icons a.google-plus:hover {
	background: #c63d2d;
}

.socials-icons a.google-plus i.fa {
	color: #c63d2d;
}

.socials-icons a.linkedin:hover {
	background: #4875b4;
}

.socials-icons a.linkedin i.fa {
	color: #4875b4;
}

.socials-icons a.github:hover {
	background: #aaaaaa;
}

.socials-icons a.github i.fa {
	color: #aaaaaa;
}

.social-nav {
	position: relative;
	background: #fff;
	padding: 30px 20px;
}

.social-nav a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	margin: 20px auto;
	background: transparent;
	text-align: center;
	line-height: 40px;
	border: 2px solid #454545;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.social-nav a i {
	font-size: 18px;
	color: #454545;
}

.social-nav a.twitter:hover {
	border: 2px solid #69baf3;
}

.social-nav a.twitter:hover i {
	color: #69baf3 !important;
}

.social-nav a.facebook:hover {
	border: 2px solid #475996;
}

.social-nav a.facebook:hover i {
	color: #475996 !important;
}

.social-nav a.google:hover {
	border: 2px solid #c63d2d;
}

.social-nav a.google:hover i {
	color: #c63d2d !important;
}

.social-nav a.linkedin:hover {
	border: 2px solid #4875b4;
}

.social-nav a.linkedin:hover i {
	color: #4875b4 !important;
}

.social-nav a.github:hover {
	border: 2px solid #aaaaaa;
}

.social-nav a.github:hover i {
	color: #aaaaaa !important;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

body.mobile {
  -webkit-text-size-adjust:none;
}

body.mobile .animated {
	display: block;
	visibility: visible;
}

.sidebar.ps-container .ps-scrollbar-y-rail {
    right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.sidebar.ps-container:hover .ps-scrollbar-y-rail,
.sidebar.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.sidebar.ps-container .ps-scrollbar-y-rail:hover,
.sidebar.ps-container .ps-scrollbar-y-rail.hover {
    background-color: transparent !important;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.sidebar.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.sidebar.ps-container .ps-scrollbar-y {
    right: 0;
    background-color: #470f0e !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.sidebar.ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.sidebar.ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #470f0e !important;
}

.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0px auto;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart {
	width: 160px;
	height: 160px;
}
.chart span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	line-height: 160px;
	text-align: center;
	font-size: 38px;
	letter-spacing: -3px;
	color: #494949;
}

.image-background {
  background-size: cover;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
}

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

.skip-to-content:focus {
  top: 6px;
}

/* Removed conflicting nav-trigger rule */

.nav-trigger:hover,
.nav-trigger:focus {
  color: var(--primary-color);
  transform: scale(1.1);
}

.csstransitions .animated,
.animated {
  visibility: visible !important;
  opacity: 1 !important;
}

.skills .animated {
  visibility: visible !important;
  opacity: 1 !important;
}

.chart {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #1a1a1a;
    --text-color: #ffffff;
    --card-background: #2d2d2d;
  }

  body {
    background-color: var(--background-color);
    color: var(--text-color);
  }

  .skill-item,
  .contact-form {
    background: var(--card-background);
    color: var(--text-color);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  border: 2px solid transparent;
  border-top: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.error {
  color: var(--danger-color);
  background: rgba(220, 53, 69, 0.1);
  padding: 0.75rem;
  border-radius: var(--border-radius);
  border-left: 4px solid var(--danger-color);
}

/* -------------------------------- */
/*	Vanilla JS Animation Support
/* -------------------------------- */

.animated {
	opacity: 0;
	transition: all 0.6s ease;
}

.animated.visible {
	opacity: 1;
}

.fadeIn {
	animation: fadeIn 0.6s ease forwards;
}

.fadeInUp {
	animation: fadeInUp 0.6s ease forwards;
}

.fadeInDown {
	animation: fadeInDown 0.6s ease forwards;
}

.fadeInLeft {
	animation: fadeInLeft 0.6s ease forwards;
}

.fadeInRight {
	animation: fadeInRight 0.6s ease forwards;
}

.flipInX {
	animation: flipInX 0.8s ease forwards;
}

.flipInY {
	animation: flipInY 0.8s ease forwards;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes flipInX {
	from {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	60% {
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes flipInY {
	from {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
	60% {
		transform: perspective(400px) rotateY(-20deg);
	}
	to {
		opacity: 1;
		transform: perspective(400px) rotateY(0deg);
	}
}

/* Portfolio Grid Improvements */
.portfolio {
	transition: height 0.75s ease;
}

.portfolio-item {
	transition: all 0.75s ease;
}

/* Form Error States */
.input-error {
	border-color: var(--danger-color) !important;
	box-shadow: 0 0 0 1px var(--danger-color) !important;
}

/* Smooth Scrolling */
html {
	scroll-behavior: smooth;
}

/* Background Color Utilities */
.bg-primary {
	background-color: #470f0e !important;
}

.bg-primary-light {
	background-color: rgba(71, 15, 14, 0.1) !important;
}

.bg-primary-dark {
	background-color: #2a0908 !important;
}

.bg-primary-gradient {
	background: linear-gradient(135deg, #470f0e 0%, #2a0908 100%) !important;
}