/* normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: "Roboto",sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

address  {font-style: normal;}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

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

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

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


/* style.css */
/*
----------------------------------

        Name: style.css
        Version: 1.0.0

----------------------------------

        Table of Contents

        #Reset
        #Typography
        #Base Grid
        #Left Side
        #Content Area
        #Introduction Screen
        #About Screen
        #Skills Screen
        #Progressbar
        #PieChart
        #Experience Screen
        #Education Screen
        #Contact Screen
        #Last Screen

*/

/* ==========================================================================
   #Reset
   ========================================================================== */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v18-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'nexa_lightregular';
    src: local('Nexa Light'),
         url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nexa_boldregular';
    src: local('Nexa Bold'),
         url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #818181;
    line-height: 22px;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #492040;
}
body.blog {
    overflow-y: scroll;
    overflow-x: auto;
}
a {
    color: #683250;
    text-decoration: none;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
a:hover {
    color: #683250;
}
::selection {
    color: #000;
    background: none repeat scroll 0 0 #683250;
}
::-moz-selection {
    color:#000;
    background: none repeat scroll 0 0 #683250;
}
* {
    outline: 0!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}
figure, .slideshow li, .grid-gallery {
    outline: 0!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}
.flot-left {
    float: left
}
.flot-right {
    float: right
}
input[type="text"], textarea {
    padding: 15px;
    border: none;
    background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #EEE;
    resize: none;
    width: 95.2%;
    font-size: 14px;
    margin: 20px 0 0;
    -webkit-user-select: text;
}
input[type="submit"] {
    border: 2px solid #683250;
    background-color: transparent;
    color: #818181;
    font-weight: 400;
    font-family: 'nexa_lightregular', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 18px;
    margin: 20px 0 0;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
input[type="text"]:focus, textarea:focus {
    outline: none;
    color: #FFF;
    border: 1px solid #683250;
}
input[type="submit"]:hover {
    background-color: #683250;
    color: #fff;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"], input[type="button"] {
    box-shadow: none !important;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: text;
}
.validation {
    border: 1px solid #dc0505 !important;
}
#successmsg {
    margin-top: 10px;
    color: #add93c;
	font-size:20px;
}
/* ==========================================================================
   #Typography
   ========================================================================== */

h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-family: 'nexa_boldregular', sans-serif;
    color: #818181;
    text-transform: uppercase;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5{
    color: #683250;
}
h1 {
    font-style: italic;
    border-bottom: 1px solid rgba(126, 126, 126, 0.3);
    padding: 35px 15px 15px 15px;
    margin: 0px 20px 20px 20px;
    position: relative;
    font-size: 38px;
}
h2 {
    font-size: 35px;
    margin: 0px;
    line-height: 45px;
}
h2 span {
    font-weight: 300
}
h3 {
    font-size: 22px;
	line-height: 28px;
    margin: 0 0 30px 0;
	font-family: 'nexa_lightregular', sans-serif;
	text-transform:none;
}
h4 {
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    margin: 0;

}
h5 {
    font-size: 16px;
	font-family: 'nexa_lightregular', sans-serif;
	text-transform:none;
}


.title-divider {
    height: 2px;
    background-color: #683250;
    margin: 30px 0 50px 0
}
.full-divider {
    width: 100%;
    height: 0px;
    border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 35px 0 35px 0;
    clear: both;
}
.gray-bg {
    background-color: #1a1a1a;
}
.white-bg {
    background-color: #FFF;
}
.button {
    border: 1px solid #683250;
    font-family: 'Nexa Light', sans-serif;
    font-weight: 400;
    color: #818181;
    font-size: 14px;
    margin: 20px 0;
    padding: 8px 16px;
    display: inline-block;
    letter-spacing: 1px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    background: transparent;
    border-radius: 50px;
}
.button:hover {
    background-color: #683250;
    color: #fff;
}
.about-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.about-actions .button {
    margin: 20px 0 0;
}
.button-icon {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 38px;
}
.button-phone {
    background-color: #683250;
    color: #fff;
}
.button-phone::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.64a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.44-1.28a2 2 0 0 1 2.11-.45c.86.29 1.74.5 2.64.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    transform: translate(0.5px, 0.5px);
}
.button-phone:hover,
.button-phone:focus-visible {
    background-color: #683250;
    color: #fff;
}
.button-phone:hover::before,
.button-phone:focus-visible::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.64a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.44-1.28a2 2 0 0 1 2.11-.45c.86.29 1.74.5 2.64.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.google-proof {
    margin: 24px 0 30px;
    max-width: 420px;
}

.google-proof-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.google-proof-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.google-proof-brand img {
    position: static;
    z-index: auto;
    left: auto;
    top: auto;
    height: 40px;
    display: block;
}

.google-proof-rating {
    margin: 0px;
    line-height: 1.2;
    font-size: 14px;
}

.google-proof-rating span[aria-hidden="true"] {
    color: #f4b400;
    letter-spacing: 0.04em;
    font-size: 1.12em;
}

.google-proof-address {
    margin-top: 15px;
    font-size: 14px;
}

.google-proof-address a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(129, 129, 129, 0.35);
}

.google-proof-address a:hover {
    color: inherit;
    border-bottom-color: rgba(129, 129, 129, 0.35);
}

.google-proof-marker {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    vertical-align: -2px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21c-2.3-2.7-6-7.1-6-10.7A6 6 0 1 1 18 10.3C18 13.9 14.3 18.3 12 21Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='10.3' r='2.2' fill='%23683250'/%3E%3C/svg%3E");
}
/* ==========================================================================
   #Base Grid
   ========================================================================== */

.container-sub {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
}
.col-12 {
    width: 100%
}
.col-11 {
    width: 91.66666667%
}
.col-10 {
    width: 83.33333333%
}
.col-9 {
    width: 75%
}
.col-8 {
    width: 66.66666667%
}
.col-7 {
    width: 58.33333333%
}
.col-6 {
    width: 50%
}
.col-5 {
    width: 41.66666667%
}
.col-4 {
    width: 33.33333333%
}
.col-3 {
    width: 25%
}
.col-2 {
    width: 16.66666667%
}
.col-1 {
    width: 8.33333333%
}
/* #Clearing */

/* Self Clearing Goodness */
.container-sub:after {
    content: "\0020";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after {
    clear: both;
}
.row, .clearfix {
    zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.margin-bottom50 {
    margin-bottom: 50px
}
.margin-bottom40 {
    margin-bottom: 40px
}
.margin-bottom30 {
    margin-bottom: 30px
}
.margin-bottom20 {
    margin-bottom: 20px
}
.margin-bottom10 {
    margin-bottom: 10px
}
.margin-top50 {
    margin-top: 50px
}
.margin-top40 {
    margin-top: 40px
}
.margin-top30 {
    margin-top: 30px
}
.margin-top20 {
    margin-top: 20px
}
.margin-top10 {
    margin-top: 10px
}
.no-border-bottom{
    border-bottom: none !important;
}
.margin-right30 {
    margin-right: 30px;
}
/* ==========================================================================
   #Left Side
   ========================================================================== */

.logo {
    text-align: center;
    margin: 30px 0 0;
}
.logo span {
    display: none;
}
.logo img {
    width: auto;
    height: auto;
}
.menu {
    position: fixed;
    z-index: 100;
    color: #f8f8f8;
    background: #1A1A1A;
    width: 250px;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.menu nav {
    position: absolute;
    top: 220px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    width: 250px !important;
}
.menu nav a {
    display: block;
    padding: 2px 0;
    text-align: left;
    outline: none;
    margin: 0 30px;
    border-bottom: 1px solid rgba(235,235,235,0.2);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    text-transform: uppercase;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.menu nav a span.active {
    color: #683250;
    font-weight: 400
}
.menu nav a:hover {
    color: #683250;
    text-decoration: none;
}
.menu nav a span:nth-child(2) {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    padding-top: 3px;
}
.menu-link {
    display: none
}
.social {
    padding: 30px;
    position: absolute;
    top: 619px;
}
.social a {
    font-size: 20px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.social a:hover {
    color: #fff;
}
.social .facebook {
    color: #5a7eca
}
.social .twitter {
    color: #03acf1;
    margin: 0 26px 0 30px
}
.social .google-plus {
    color: #df4a32
}
.copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'nexa_lightregular', sans-serif;
    font-size: 10px;
    padding: 25px;
    color: #747474;
    line-height: 18px;
    letter-spacing: 1px
}
/* ==========================================================================
   #Content Area
   ========================================================================== */

.content-scroller {
	position: absolute;
	left: 250px;
	right: 0px;
	overflow: hidden;
	height: 100%;
}
.content-wrapper {
    width: 7356px;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.content:last-child {
    width: 1720px;
    background-color: #000;
}
.content {
    width: 804px;
    overflow-y: scroll;
    height: 100%;
    float: left;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.inner {
    padding: 70px;
}
.inner p {
    position: relative;
    padding: 0;
}
#introduction .inner p:first-of-type {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    font-style: italic;
    color: #75838D;
    letter-spacing: 0px;
}
a.totop-link {
    bottom:5px;
    background:url(../images/go-to-top-arrow.jpg) left top no-repeat;
    cursor: pointer;
    display: none;
    width:34px;
    height:34px;
    position: fixed;
    z-index: 5;
    right: 5px;
    text-indent:-9999px;

}



/* Codrops Top Bar */
.codrops-top {
    font-size: 10px;
    text-transform: uppercase;
}
.codrops-top a {
    position: fixed;
    z-index: 10000;
    padding: 4px 7px;
    letter-spacing: 1px;
    color: #aaa;
    text-shadow: 0px 1px 1px #fff;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 3px 3px;
}
.codrops-top a:nth-child(1) {
    right: auto;
    left: 210px;
}
.codrops-top a:nth-child(2) {
    right: 10px;
}
/* ==========================================================================
   #Introduction Screen
   ========================================================================== */

.introduction {
    /*	background: url(../images/profile.jpg)no-repeat right top;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;*/
    position:relative;
}
.introduction img {
    /*position: absolute;*/
    z-index: -1;
    height: auto;
    width: 100%;
    float: left;
}
.introduction-media {
    height: 100%;
}
.introduction-media .item {
    height: 100%;
}
.introduction-media img {
    height: 100%;
}
.introduction .item {
    height: 100%;
}
.introduction h2 {
    border: none;
    color: #aeaeae;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 0;
    font-size: 45px;
    margin-bottom: 35px
}
.introduction .inner {
    margin: 0% 0 0 0;
    position:absolute;
    z-index:2;
}
.introduction span.title {
    border-bottom: 1px solid #7a7a7a;
    border-top: 1px solid #7a7a7a;
    color: #aeaeae;
    padding: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
/* ==========================================================================
   #About Screen
   ========================================================================== */

.about {
    background: url(../images/about.png) no-repeat 100% 0 scroll;
    background-size: contain;
}
.about .inner {
    width: 50%
}

.about-con {
    width: 100%
}
.about-con ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.about-con ul li {
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
    padding: 12px 0;
}
.about-con ul li:first-child {
    padding: 0 0 12px 0
}
.about img.signature {
    position: inherit;
    top: auto;
    margin: 20px 0 0 0;
}
/* ==========================================================================
   #Skills Screen
   ========================================================================== */
.skill-list ul {
    margin: 0;
    padding: 0
}
.skill-list ul li {
    padding: 5px 0 0;
    list-style: none
}
.skills-con h4 {
    width: 65%;
}
.skill-list ul li:before {
    content: "✓";
    font-size: 15px;
    margin: 0 5px 0 0
}
/* ==========================================================================
   #Experience Screen
   ========================================================================== */

.experience-con .icon-block i {
    font-size: 60px;
    color: #683250;
    margin: 8px 0 0
}
.experience-con h5 {
    margin: 5px 0 7px 0
}
.experience-con span {
    font-size: 16px;
}
.experience-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0
}
.experience-details {
    float: left;
}
.experience-details i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.experience-details:hover i {
    font-size: 73px;
    color: #818181;
}
.experience-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
/* ==========================================================================
   #Education Screen
   ========================================================================== */
.education-con .icon-block i {
    font-size: 60px;
    color: #683250;
    margin: 8px 0 0
}
.education-con h5 {
    margin: 5px 0 7px 0
}
.education-con span {
    font-size: 16px;
}
.education-con strong {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0
}
.education-details {
    float: left
}
.education-details i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.education-details:hover i {
    font-size: 73px;
    color: #818181;
}
.education-details:hover .col-3 {
    width: 29%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
/* ==========================================================================
   #Contact Screen
   ========================================================================== */

.contact-details {
}
.contact-details i {
    font-size: 45px;
    color: #683250
}
.contact-details strong {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-text {
    display: block;
    float: left;
    margin: 18px 0 0;
    width: 100%;
}
.contact-details h3 {
    margin-top: 0
}
.contact-text:first-child {
    margin: 0
}
.contact-details .phone i {
    font-size: 40px
}
.contact-details .email i {
    font-size: 35px
}
.contact-text i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.contact-text:hover i {
    color: #818181;
}
.contact-social i {
    color: #797979;
}
.contact-social a i {
    font-size: 25px;
    margin: 0 15px
}
.contact-social a:first-child i {
    margin: 0 15px 0 0
}
.contact-social i {
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.contact-social i:hover {
    color: #818181;
}
.contact-form {
}
.contact-form h3 {
    font-size: 28px;
}
/* ==========================================================================
   #Last Screen
   ========================================================================== */
.introduction-end {
    background: url(../images/profile-big.jpg)no-repeat right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.introduction-end-con {
    float: right;
    margin: 30% 0 0;
    width: 30%;
}
.introduction-end-con h3 {
    font-size: 55px;
    color: #818181;
    line-height: 100px;
}
.introduction-end-con h3 strong {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 10px 0;
    color: #683250;
    font-weight: normal;
}
.introduction-end-con .rotate {
    font-weight: 300;
    color: #818181;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Nexa Light', sans-serif;
    padding: 25px 0;
}

.breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0 40px;
}
video {
    max-width: 100%;
    height: auto;
}
iframe, embed, object {
    max-width: 100%;
    border: 0;
}
.date {
    color: #787878;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
}
.calendar {
    width: 100%
}
.calendar td, .calendar th {
    text-align: center;
    font-weight: 400;
}
.calendar th {
    font-weight: 600
}
.calendar a {
    border-bottom: 2px solid #683250;
    font-weight: 600
}
.tagcloud {
    display: table
}
.tagcloud a {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 7px 7px 0 0;
    padding: 2px 11px 3px;
}
.tagcloud a:hover {
    background: #000;
    border: 1px solid #2d2d2d;
    color: #818181;
}
.content-left {
    float: left;
    width: 47%;
    margin-right: 3%
}
.content-right {
    float: left;
    width: 47%;
    margin-left: 3%
}
.pull-left {
    float: left;
}
.media-object {
    border-radius: 100%;
    height: 80px;
    margin: 0 25px 0 0;
    width: 80px;
    display: block;
}
.small-button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-group{
    float: left;
    margin-bottom: 35px;
    width: 100%;
}

@media only screen and (max-device-width:768px)   {
    .introduction img {
        height:auto;
        width:auto;
    }
}

@media only screen and (min-width:769px) and (max-width: 1024px)   {
    .inner {
        max-width:70%;
    }
}

@media only screen and (max-width: 320px)   {
.logo span {
    font-size: 16px!important;
}
}

h5 {
    font-size: 1em;
    margin: 1em 0;
    font-family:nexa_boldregular;
}


/* ==========================================================================
   #General style
   ========================================================================== */
.grid-gallery { height:auto}
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.grid-gallery figure {
	margin: 0;
}
.grid-gallery figure img {
	display: block;
	width: 100%;

}

.grid-gallery figcaption h3 {
	margin: 0;
	font-size: 20px;
	font-family: 'nexa_boldregular', sans-serif;
	color: #E7E6E9;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.grid-gallery figcaption span {
	border-bottom: 3px solid #683250;
	font-family: 'nexa_lightregular', sans-serif;
	color: #E7E6E9;
	display: block;
	font-size: 18px;
	margin: 0 0 25px;
	padding: 0 0 15px;
}
/* ==========================================================================
   #Grid
   ========================================================================== */

.grid {
	margin: 0 auto;
}
.grid li {
	width: 100%;
	float: left;
	cursor: pointer;
	margin: 0 0 70px 0;
	position: relative !important;
	top: inherit !important;
		border: 2px solid rgb(91, 48, 76);
}
.grid figure {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.grid li:hover figure {
	opacity: 1;
}
.grid figcaption {
	background-color: #683250;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}
.grid li:hover figcaption {
	opacity: 1;
	transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}
.figcaption-details {
	position: absolute;
	top: 32%;
	width: 100%;
	text-align: center;
}
.figcaption-details img {
	width: 82px !important;
	height: 82px !important;
	display: inline !important;
	margin: 0 0 30px
}
/* ==========================================================================
   #Slideshow
   ========================================================================== */

.slideshow {
	position: fixed;
        background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 150px);
	transform: translate3d(0, 0, 150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slideshow li {
	width: 700px;
	height: 630px;
	position: absolute;
	top: 42%;
	left: 47.5%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}
.slideshow li.show {
	visibility: visible;
}
.slideshow li:after {
	content: '';
	position: absolute;
	width: 116%;
	height: 116%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}
.slideshow figure {
	width: 100%;
	height: 100%;
	background: #FFF;
	border: 50px solid #FFF;
	overflow: hidden;
}
.slideshow figcaption {
	padding-bottom: 20px;
}
.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 200%;
}
.slideshow figcaption h3, .slideshow figcaption span {
    color: #818181;
}
/* ==========================================================================
   #Navigation
   ========================================================================== */

.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #818181;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em;

}
.slideshow nav span:hover {
	color: #FFF
}
.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display:none;
}
.slideshow nav span.nav-close {
	top: 0;
	right: 0;
	padding: 0.5em 0.7em;
	color: #818181;
	background-color: #3f3f3f;
}
.slideshow nav span.nav-close:hover {
	background-color: #FFF;
	color: #000
}
span.nav-prev {
	left: 20%
}
span.nav-prev:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.5 5 8 12l6.5 7' fill='none' stroke='%23818181' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
span.nav-next {
	right: 20%
}
span.nav-next:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.5 5 16 12l-6.5 7' fill='none' stroke='%23818181' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
span.nav-close:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 6 12 12M18 6 6 18' fill='none' stroke='%23818181' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.gallery-open {
	overflow: hidden;
}

.grid-gallery .slideshow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	box-sizing: border-box;
}

.grid-gallery .slideshow ul {
	width: 100%;
	height: auto;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

.grid-gallery .slideshow li {
	position: relative;
	top: auto;
	left: auto;
	width: min(860px, calc(100vw - 48px));
	height: auto;
	margin: 0 auto;
	visibility: visible;
}

.grid-gallery .slideshow li:after {
	display: none;
}

.grid-gallery .slideshow figure {
	width: auto;
	height: auto;
	max-height: calc(100vh - 80px);
	border: 32px solid #FFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.grid-gallery .slideshow figcaption {
	padding-bottom: 24px;
	flex: 0 0 auto;
}

.grid-gallery .gallery-carousel {
	display: block;
	position: relative;
	width: 100%;
	flex: 1 1 auto;
}

.grid-gallery .gallery-carousel .item {
	display: none;
}

.grid-gallery .gallery-carousel .item.is-active {
	display: block;
}

.grid-gallery .gallery-carousel img {
	display: block;
	width: 100%;
	max-height: calc(100vh - 260px);
	object-fit: contain;
}

.grid-gallery .slideshow nav span.nav-prev,
.grid-gallery .slideshow nav span.nav-next {
	display: block;
}

.grid-gallery .slideshow nav span[hidden] {
	display: none !important;
}

.gallery-counter {
	position: fixed !important;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	padding: 10px 16px !important;
	color: #E7E6E9 !important;
	background: rgba(0, 0, 0, 0.45);
	font-size: 14px !important;
	letter-spacing: 0.08em;
	cursor: default !important;
}

.faq-pane .inner > p {
	max-width: 860px;
}

.faq-list {
	max-width: 920px;
}

.faq-item {
	border-top: 1px solid rgba(104, 50, 80, 0.18);
}

.faq-item:last-child {
	border-bottom: 1px solid rgba(104, 50, 80, 0.18);
}

.faq-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
	border: 0;
	background: transparent;
	color: #6f6f6f;
	text-align: left;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.faq-toggle h3 {
	margin: 0;
	display: block;
	max-width: 92%;
}

.faq-toggle::after {
	content: "";
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	background:
		linear-gradient(rgba(104, 50, 80, 0.95), rgba(104, 50, 80, 0.95)) center / 14px 1px no-repeat,
		linear-gradient(rgba(104, 50, 80, 0.95), rgba(104, 50, 80, 0.95)) center / 1px 14px no-repeat;
}

.faq-toggle[aria-expanded="true"] {
	color: #683250;
}

.faq-toggle[aria-expanded="true"]::after {
	background:
		linear-gradient(rgba(104, 50, 80, 0.95), rgba(104, 50, 80, 0.95)) center / 14px 1px no-repeat;
}

.faq-panel {
	padding: 0 0 26px;
}

.faq-panel[hidden] {
	display: none;
}

.faq-panel p {
	margin: 0;
	max-width: 840px;
}


/* responsive.css */
/* Media Queries */
@media screen and (max-width: 1024px) {
    .menu nav {
        top: 180px;
    }
    .social {
        top: 535px;
    }
    .copyright {
        padding: 20px 30px;
    }
    .inner {
        padding: 50px;
    }
    .content {
        width: 700px;
    }
    .slideshow figure {
        width: 80%;
        height: 80%;
        margin: 0 10%;
    }
    .slideshow nav span.nav-prev, .slideshow nav span.nav-next {
        top: 60%;
    }
    span.nav-prev {
        display: none;
    }
    span.nav-next {
        display: none;
    }
    .slideshow li {
        display: none;
    }
    .slideshow li.current {
        display: block;
    }
    .introduction-end-con {
        width: 46%;
        margin-top: 50%;
    }
    .introduction-end-con h3 {
        font-size: 45px;
        line-height: 90px;
    }
    .contact-form {
        padding-bottom: 200px;
    }
    .menu nav a{
        padding: 11px 0;
    }
}
@media screen and (max-width: 768px) {
    body {
        overflow-x: auto;
        overflow-y: auto;
    }
    .codrops-top a {
        background: #000;
        color: #fff;
        text-shadow: none;
    }
    h2 {
        font-size: 40px;
    }
    .codrops-top a:nth-child(1) {
        left: 10px;
    }
    .menu {
        position: fixed;
        width: 100%;
        height: 460px;
    }
    .menu nav {
        top: 50px;
        bottom: 20px;
    }
    .content-scroller {
        position: relative;
        height: auto;
        left: 0;
        overflow: visible;
    }
    .content-wrapper {
        height: auto;
        width: auto;
        margin-left: 0px;
    }
    .content {
        border: none;
        width: 768px;
        float: none;
        overflow-y: auto;
    }

    .content:last-child {
        display: none
    }
    .logo {
        margin: 0
    }
    .logo span {
        color: #fff;
        display: block;
        font-family: 'nexa_lightregular', sans-serif;
        font-size: 20px;
        font-weight: 200;
        text-transform: none;
        float: left;
        width: 80%;
        text-align: left;
        padding: 13px 0 13px 15px;
    }
    .logo img {
        display: none
    }
    .menu-link {
        display: block;
        position: relative;
        float: right;
        padding: 0;
        margin: 8px 15px 0 0;
        width: 34px;
        height: 34px;
        color: #683250;
        background:
          linear-gradient(currentColor, currentColor) center / 22px 1px no-repeat;
        transition: color 0.2s ease, background-size 0.2s ease;
    }
    .menu-link:hover {
        color: #683250;
    }
    .menu-link.active {
        color: #683250;
    }
    .menu-link:before,
    .menu-link:after {
        content: "";
        position: absolute;
        left: 50%;
        width: 22px;
        height: 1px;
        background: currentColor;
        transform-origin: center;
        transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
    }
    .menu-link:before {
        top: 10px;
        transform: translateX(-50%);
    }
    .menu-link:after {
        top: 24px;
        transform: translateX(-50%);
    }
    .menu-link.active {
        background-size: 0 0;
    }
    .menu-link.active:before {
        top: 17px;
        transform: translateX(-50%) rotate(45deg);
    }
    .menu-link.active:after {
        top: 17px;
        transform: translateX(-50%) rotate(-45deg);
    }
    .menu nav a {
        margin: 0 24px;
        padding: 12px 0;
        font-size: 20px;
        color: #fff;
        border-bottom: none;
    }
    .menu nav a:last-child {
        border-bottom: none
    }
    .menu nav {
        display: none
    }
    .menu nav.active {
        display: block;
        overflow-y: auto !important;
        width: 100% !important;
        height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
        padding: 0 0 24px;
        background-color: #492040;
        box-sizing: border-box;
    }
    .menu {
        height: 50px
    }
    .copyright {
        display: none
    }
    .social {
        display: none
    }
    .grid li {
        width: 100%
    }
    .inner {
        padding: 130px 40px 60px;
    }
    .introduction .inner {
        margin: 38% 0 0 0
    }

    .experience-details .col-3, .education-con .col-3 {
        width: 30%
    }
    .slideshow figure {
        width: auto;
        height:auto;
    }
    .slideshow figcaption h3 {
        line-height: 30px
    }
    .slideshow .nav-prev, .slideshow .nav-next {
        display: none
    }
    .slideshow li:after {
        position:relative;
    }
    .grid-gallery {
        height:auto;
    }
    a.totop-link {
        display: block;
    }
    .content-left, .content-right{
        width: 100%;
    }
    .content-right{
        margin-left: 0;
    }
    .button {
        font-size: 12px;
        width: auto;
        text-align: center;
        float: left;
    }

}
@media screen and (max-width: 767px) {
    .content-wrapper {
        height: auto;
        margin-left: 0;
        width: 100%;
    }
    .content {
        width: auto;
    }
    .introduction img {
        height: auto
    }
    .contact-form {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 675px) {
    .inner {
        padding: 130px 30px 40px 30px;
    }

    .introduction h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .introduction span.title {
        display: block;
        font-size: 11px;
        color: #FFF;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .button {
        width: auto;
        float: left;
    }
    .about {
        background: none
    }
    .about .inner {
        width: auto
    }
    .col-6, .col-4 {
        width: 100%
    }
    .figcaption-details img {
        height: 25px !important;
        width: 25px !important;
        margin: 0
    }
    .grid li {
        margin: 0 0 40px 0
    }
    .grid-gallery .figcaption-details h3 {
        font-size: 15px;
        padding: 15px 0 0
    }
    .grid-gallery .figcaption-details span {
    }
    .skills-con .col-6 {
        text-align: center
    }
    .skills-con h4 {
        width: 100%;
        margin: 0
    }
    .experience-details .col-3, .education-con .col-3 {
        width: 100%;
    }
    .flot-left {
        width: 80%;
        margin: 0px 0 0 0
    }
    .contact-details .col-2 {
        width: 15%
    }
    .email {
        margin-bottom: 0;
    }
    .contact-form input[type="text"], textarea {
        width: 92%
    }
    .m-margin-top30 {
        margin-top: 30px;
    }
    .contact-social a i {
        margin: 0 10px;
    }
    .contact-social a:first-child i {
        margin: 0 10px 0 0
    }
    .margin-top50 {
        margin-top: 35px;
    }
    .margin-bottom50 {
        margin-bottom: 35px
    }
    .no-margin-top {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 620px) {
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .title-divider {
        margin: 20px 0 30px 0;
    }
    .slideshow figure {
        border: 20px solid #FFF;
        border-top: 10px solid #FFF;
    }
    .slideshow figure {
        width: 50%;
    }
    .slideshow li {
        left: 50%;
        top: 0;
        margin: 20px 0 0 -265px;
    }
    .contact-form input[type="text"], textarea {
        width: 88%;
    }
    .margin-top30 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 420px) {
    .slideshow figure {
        width: 36%;
    }
    .slideshow li {
        margin: 20px 0 0 -216px;
    }
    .slideshow nav span {
        font-size: 1.6em;
    }
    .slideshow nav span.nav-close {
        padding: 0.4em 0.5em;
    }
    .slideshow figcaption h3 {
        font-size: 130%;
        padding: 0 0 0px;
    }
    .grid-gallery {
        height: auto
    }
}
@media screen and (max-width: 360px) {
    .introduction .inner {
        margin: 0 0 0 0;
        padding-top: 130px !important;
        width: 86%;
    }
}


/* custom.css */
.copyright {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.grid figcaption {
background: #683151; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #683151 0%, #492040 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#683151), color-stop(100%,#492040)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #683151 0%,#492040 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #683151 0%,#492040 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #683151 0%,#492040 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #683151 0%,#492040 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#683151', endColorstr='#492040',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.experience-con h5 {
  margin: -5px 0 7px 0;
}

.title-divider {
  margin: 0px 0 5px 0;
}

.about {
    color: #E7E6E9;
}

.about h3 {
    color: #E7E6E9
}

.about h2 {
    color: #E7E6E9;
}


.about a {
    color: #E7E6E9;
}

.menu nav a {
  margin: 0 40px;
}

.introduction {
background: #683151; /* Old browsers */
background: linear-gradient(to bottom,  #683151 0%,#492040 100%); /* W3C */
}

input[type="text"], textarea {
background: #492040; /* Old browsers */
background: linear-gradient(135deg,  #492040 0%,#683151 100%); /* W3C */
}

.gray-bg {
background: url(../images/about2.png) no-repeat 100% 0 scroll,  linear-gradient(135deg,  #f5f4f6 0%,#cbcad0 100%); /* W3C */

}
.pink-bg {
background: #492040; /* Old browsers */
background: linear-gradient(135deg,  #492040 0%,#683151 100%); /* W3C */
}

.white-bg {
background: url(../images/about2.png) no-repeat 100% 0 scroll,  radial-gradient(ellipse at center,  #f4f3f5 0%,#cccad0 100%); /* W3C */
}
.menu {
background: url(../images/about3.png) no-repeat 100% bottom scroll, linear-gradient(135deg,  #f5f4f6 0%,#cbcad0 100%); /* W3C */
background-size: 250px auto, auto;
}

.menu nav a {
  padding: 5px 0;
}

.logo span {
  color:#000;

}

.menu-link {
  color: #000;
}


hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu nav a {
  font-size: 16px;
}


.introduction h2 {
  margin-bottom: 15px;
}

.introduction span.title {
  color:#683250;
  padding: 5px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (max-width: 767px) {

.introduction h2 {
display:none;
}

.introduction span.title {
display:none;
}


.introduction span.title {

  font-size: 14px;
  padding: 5px 0;
  color:#683250;
  width: 55%;
  line-height:14px;

}

.introduction .inner {
  margin: 30px 0 0 0;
}

h2 {
  font-size: 30px;
  line-height: 30px;
}

.inner {
  padding: 130px 30px 40px 30px;
}

.logo span {
  padding: 13px 0 13px 30px;
}

}

@media screen and (max-width: 768px) {

.content {
  width: auto;
}

.logo span {
  width: 75%;

}

.menu {
background: #f5f4f6; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f5f4f6 0%, #cbcad0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f5f4f6), color-stop(100%,#cbcad0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f5f4f6 0%,#cbcad0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f5f4f6 0%,#cbcad0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f5f4f6 0%,#cbcad0 100%); /* IE10+ */
background: linear-gradient(135deg,  #f5f4f6 0%,#cbcad0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f6', endColorstr='#cbcad0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

}

@media screen and (min-width: 767px) {

#chapterintroduction {
	display:none
}

}

@media screen and (max-width: 1024px) {
.menu nav a {
  padding: 5px 0;
}
}

/* Native navigation / scrolling overrides */
.menu nav {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.menu nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.menu nav::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.menu nav::-webkit-scrollbar-button:single-button {
  display: none;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}

.menu nav::-webkit-scrollbar-corner {
  background: transparent;
}

.menu nav::-webkit-scrollbar-button:start:decrement,
.menu nav::-webkit-scrollbar-button:end:increment,
.menu nav::-webkit-scrollbar-button:start:increment,
.menu nav::-webkit-scrollbar-button:end:decrement {
  display: none;
  width: 0;
  height: 0;
}

.menu nav::-webkit-scrollbar-track {
  background: transparent;
}

.menu nav::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}

.content-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.content-scroller::-webkit-scrollbar {
  display: none;
}

.content-wrapper {
  width: max-content;
}

.content {
  overflow-y: auto;
  scroll-snap-align: start;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.content::-webkit-scrollbar-button:single-button {
  display: none;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}

.content::-webkit-scrollbar-corner {
  background: transparent;
}

.content::-webkit-scrollbar-button:start:decrement,
.content::-webkit-scrollbar-button:end:increment,
.content::-webkit-scrollbar-button:start:increment,
.content::-webkit-scrollbar-button:end:decrement {
  display: none;
  width: 0;
  height: 0;
}

.content::-webkit-scrollbar-track {
  background: transparent;
}

.content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}

.content:hover::-webkit-scrollbar-thumb,
.content:focus-within::-webkit-scrollbar-thumb,
.content:has(*:hover)::-webkit-scrollbar-thumb,
.menu nav:hover::-webkit-scrollbar-thumb,
.menu nav:focus-within::-webkit-scrollbar-thumb,
.menu nav:has(*:hover)::-webkit-scrollbar-thumb {
  background: rgba(104, 50, 80, 0.8);
}

.content:hover,
.content:focus-within,
.content:has(*:hover),
.menu nav:hover,
.menu nav:focus-within,
.menu nav:has(*:hover) {
  scrollbar-color: rgba(104, 50, 80, 0.8) transparent;
}

@media screen and (min-width: 769px) {
  .content-scroller {
    scroll-snap-type: x proximity;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    overflow: visible;
  }

  .menu nav {
    display: none;
    width: 100% !important;
    max-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    padding: 0 20px 24px;
    overflow-y: auto;
  }

  .menu nav.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .menu nav a {
    margin: 0 24px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: none;
  }

  .menu nav a:hover,
  .menu nav a:focus,
  .menu nav a:active {
    color: rgba(255, 255, 255, 0.8);
  }

  .content-scroller {
    scroll-snap-type: none;
    position: relative;
    left: 0;
    right: auto;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    margin-left: 0;
    padding-top: 50px;
  }

  .content-wrapper {
    position: static;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .content {
    width: 100%;
    min-width: 0;
    height: auto;
    overflow: visible;
    float: none;
  }

  .inner {
    padding: 90px 30px 40px;
  }

  .introduction .inner {
    margin: 0;
  }
}

.grid-gallery .slideshow li {
  width: calc(100vw - 48px);
  max-width: 860px;
}

@media screen and (max-width: 768px) {
  .grid-gallery .slideshow {
    padding: 24px 12px;
  }

  .grid-gallery .slideshow li {
    width: calc(100vw - 24px);
  }

  .grid-gallery .slideshow figure {
    border: 18px solid #FFF;
  }

  .grid-gallery .slideshow figcaption {
    padding-bottom: 16px;
  }

  .grid-gallery .gallery-carousel img {
    max-height: calc(100vh - 220px);
  }

  .gallery-counter {
    bottom: 16px;
    font-size: 12px !important;
  }

  .faq-toggle {
    padding: 20px 0;
  }

  .faq-toggle h3 {
    font-size: 22px;
  }
}



