@charset "UTF-8";
.display-flex {
    display: -webkit-flex;
    display: flex
}

@keyframes scroll-down {
    0%,
    100% {
        border-color: #42251c;
    }
    50% {
        border-color: #2e140c;
    }
}

@-webkit-keyframes scroll-down {
    0%,
    100% {
        border-color: #42251c
    }
    50% {
        border-color: #2e140c
    }
}

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

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #faa02f;
    border: 2px solid #FFFFFF;
}
.print-only{
    display:none;
}
.source{
    font-size: 14px;
}
.sticky {
    position: -webkit-sticky!important; /* Safari */
    position: sticky!important;
    top: 0;
}
.sticky-triangle{
    transition: all 0.2s ease-in-out;
}

.visible-mobile{
    display: none!important;
}
.uppercase {
    text-transform: uppercase
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.img-as-bg {
    display: none
}

.animation-chain {
    visibility: hidden
}

.overflow-hidden {
    overflow: hidden
}

.animated {
    visibility: visible;
    animation-duration: .6s;
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.bgPrimaryColor {
    background: #376b94;
    color: #fff;
}

.bgPrimaryColor h1,
.bgPrimaryColor h2,
.bgPrimaryColor h3,
.bgPrimaryColor h4,
.bgPrimaryColor h5,
.bgPrimaryColor h6 {
    color: #fff
}

.bgPrimaryColor a:link,
.bgPrimaryColor a:visited {
    color: #fff
}

.bgPrimaryColor a:link:after,
.bgPrimaryColor a:visited:after {
    background-color: #fff
}

.bgDarkGray {
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.bgDarkGray h1,
.bgDarkGray h2,
.bgDarkGray h3,
.bgDarkGray h4,
.bgDarkGray h5,
.bgDarkGray h6 {
    color: #fff
}

.bgLightGray {
    background-color: #e6e6e6
}

a:link,
a:visited {
    display: inline-block;
    text-decoration: none;
    color: #8e6553;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    outline: 0;
    margin-bottom: 4px;
}

a:link:after,
a:visited:after {
    content: '';
    display: block;
    width: 100%;
    bottom: -4px;
    height: 2px;
    background-color: #c4a494;
    -webkit-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    position: absolute;
    z-index: 99999999;
    bottom: -1px;
}

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

a.outline-link:active:after,
a.outline-link:focus:after,
a.outline-link:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

a.btn,
input[type=submit] {
    border: 1px solid #23415f  !important;
    background-color: #faa02f;
    color: #23415f ;
    border-width: 0;
    font-size: 1em;
    padding: .5em 2em;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 0;
    outline: 0;
    line-height: inherit;
    border-radius: 500px;
}

a.btn h1,
a.btn h2,
a.btn h3,
a.btn h4,
a.btn h5,
a.btn h6,
input[type=submit] h1,
input[type=submit] h2,
input[type=submit] h3,
input[type=submit] h4,
input[type=submit] h5,
input[type=submit] h6 {
    color: #fff
}

a.btn a:link,
a.btn a:visited,
input[type=submit] a:link,
input[type=submit] a:visited {
    color: #fff
}

a.btn a:link:after,
a.btn a:visited:after,
input[type=submit] a:link:after,
input[type=submit] a:visited:after {
    background-color: #fff
}

a.btn:link,
a.btn:visited,
input[type=submit]:link,
input[type=submit]:visited {
    /* color: #4e250a; */
}

a.btn:link:after,
a.btn:visited:after,
input[type=submit]:link:after,
input[type=submit]:visited:after {
    display: none
}

a.btn:active,
a.btn:hover,
input[type=submit]:active,
input[type=submit]:hover {
    border: 1px solid #000000 !important;
    text-decoration: none;
    box-shadow: none;
}

a.btn-outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(214, 116, 86, .4);
    color: #d67456
}

a.btn-outline:link,
a.btn-outline:visited {
    color: #d67456
}

a.btn-outline:link:after,
a.btn-outline:visited:after {
    display: none
}

a.btn-outline:active,
a.btn-outline:hover {
    background-color: #c85431;
    text-decoration: none;
    color: #fff;
    box-shadow: none
}

a.btn-sm {
    font-size: .9em;
    letter-spacing: 2px;
    padding: .65em 1.8em
}

span.highlight {
    display: inline-block;
    background-color: #d67456;
    color: #fff;
    border-radius: 4px;
    font-family: Oswald, sans-serif;
    font-size: .7em;
    text-transform: uppercase;
    padding: 0 5px;
    letter-spacing: 1px;
    height: 19px;
    line-height: 19px
}

body,
html {
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-family: Merriweather, serif;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Oswald, sans-serif;
    line-height: 1.3;
    color: #4d4d4d
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

img.img-vertical {
    max-height: 400px;
    width: auto !important;
    margin: 0 auto
}

svg {
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.row+.row {
    margin-top: 2em
}

.nav-tabs>li>a:link:after,
.nav-tabs>li>a:visited:after {
    display: none
}

.panel-heading a:link:after,
.panel-heading a:visited:after {
    display: none
}

ul.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

ul.social>li {
    display: inline-block;
    height: 48px;
    width: 48px;
    font-size: 2.4em;
    line-height: 54px;
    text-align: center;
    border-radius: 48px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease
}

ul.social>li:hover {
    background-color: #c85431
}

ul.social>li a:link:after,
ul.social>li a:visited:after {
    display: none
}

ul.social>li a:active,
ul.social>li a:hover {
    color: #fff
}

nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

nav ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2em;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none
}

nav ul.menu>li {
    text-align: center;
    margin: .7em 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

nav ul.menu>li a:link,
nav ul.menu>li a:visited {
    color: #fff;
    position: relative
}

nav ul.menu>li a:link.current:before,
nav ul.menu>li a:visited.current:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(-40px, -10px, 0);
    -o-transform: translate3d(-40px, -10px, 0);
    -ms-transform: translate3d(-40px, -10px, 0);
    transform: translate3d(-40px, -10px, 0);
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-left: 20px solid #FFFFFF;
    border-bottom: 10px solid transparent;
}

nav ul.menu>li a:link:after,
nav ul.menu>li a:visited:after {
    display: none
}

nav ul.menu>li a:active,
nav ul.menu>li a:hover {
    color: #FFF;
}
nav button.open-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -9999px;
    border-width: 0;
    height: 60px;
    width: 60px;
    padding: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
    overflow: hidden;
}
nav button.open-menu.tiny {
    height: 40px;
    width: 40px;
}
nav button.open-menu.tiny:after,
nav button.open-menu.tiny:before {
    height: 3px;
}
nav button.open-menu:after,
nav button.open-menu:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #faa02f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
nav button.open-menu.tiny:before{
    box-shadow: 0px 16px 0 #376b94;
}
nav button.open-menu:before {
    box-shadow: 0px 20px 0 #376b94;
}
nav button.open-menu.tiny:after{    
    -webkit-transform: translate3d(0, 32px, 0);
    -o-transform: translate3d(0, 32px, 0);
    -ms-transform: translate3d(0, 32px, 0);
    transform: translate3d(0, 32px, 0);
}
nav button.open-menu:after {
    -webkit-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    /* width: 75% */
}
nav:not(.opened) button.open-menu:hover {
    margin-top: 4px;
}

nav:not(.opened) button.open-menu.tiny:hover{
    margin-top: 2px;
}
nav:not(.opened) button.open-menu:hover:before {
    box-shadow: 0px 17px 0 #386b94;
}

nav:not(.opened) button.open-menu.tiny:hover:before{
    box-shadow: 0px 14px 0 #386b94;
}

nav.opened {
    background: #FAA02F;
    background: linear-gradient(90deg,rgba(250, 160, 47, 1) 0%, rgba(250, 160, 47, 1) 19%, rgba(255, 91, 12, 1) 100%);    padding-top: 60px;
    width: 70%;
    height: 100%;
}

nav.opened ul.menu {
    display: block
}

nav.opened ul.menu.show-menu-items>li {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

nav.opened button.open-menu {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

nav.opened button.open-menu:before {
    -webkit-transform: translate3d(0, 19px, 0) rotate(45deg);
    -o-transform: translate3d(0, 19px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 19px, 0) rotate(45deg);
    transform: translate3d(0, 19px, 0) rotate(45deg);
    box-shadow: 0 -17px 0 transparent;
    background-color: #ffffff;
}

nav.opened button.open-menu:after {
    width: 100%;
    -webkit-transform: translate3d(0, 19px, 0) rotate(-45deg);
    -o-transform: translate3d(0, 19px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, 19px, 0) rotate(-45deg);
    transform: translate3d(0, 19px, 0) rotate(-45deg);
    background-color: #ffffff;
}

nav:not(.opened) button.open-menu:hover:after {
    -webkit-transform: translate3d(0, 34px, 0);
    -o-transform: translate3d(0, 34px, 0);
    -ms-transform: translate3d(0, 34px, 0);
    transform: translate3d(0, 34px, 0)
}
nav:not(.opened) button.open-menu.tiny:hover:after {
    -webkit-transform: translate3d(0, 28px, 0);
    -o-transform: translate3d(0, 28px, 0);
    -ms-transform: translate3d(0, 28px, 0);
    transform: translate3d(0, 28px, 0)
}

section {
    padding: 60px;
    position: relative;
}

section.no-padding-top {
    padding-top: 0
}

.sticky-margin-30vh{
    height: 15svh;
    left: 0;
    position: static;
    float: left;
    margin-bottom: 90px;
    z-index: 4;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

section.section-profile{
    width: 30%;
    left: 0;
    position: relative;
    margin-bottom: 60px;
    z-index: 9;
    height: 85svh;
    padding: 0;
    margin: 0;
    pointer-events: none;
    top: 18px;
    color: #42251c;
}

section.section-profile h1 {
    margin-top: 10%;
    font-size: 4em;
    color: #42251c;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition-delay: 0.1s;
    transition: all 0.4s ease;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 10px;
    font-size: 2.8em;
}
section.section-profile img.profile-pic{
    max-height: 50%;
    width: auto;
    margin: auto;
    /* border-radius: 100%;
    box-shadow: 0 0 0 5px #a47764; */
    position: relative;
    overflow: hidden;
    pointer-events: all;
    transition: all 0.5s ease-out;
    margin-left: 25%;
    z-index: 99999999999;
}
section.section-profile .titles {
    margin-bottom: 100px;
    overflow: hidden;
    font-size: 1.5em;
    transition-delay: 0.2s;
    transition: all 0.3s ease;
    margin-left: 20%;
    margin-right: auto;
    display: block;
    width: fit-content;
}

section.section-profile .titles span {
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

section.section-profile .titles ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

section.section-profile .titles ul>li {
    visibility: hidden;
}


section.section-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    background-color: #fff;
    color: #42251c;
}

section.section-hero .hero-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: 1;
    opacity: .5;
    -moz-filter: brightness(1.6);
    filter: brightness(1.3);
}

section.section-hero .hero-slides .animated {
    animation-duration: 2s
}

section.section-hero .hero-slides .owl-item,
section.section-hero .hero-slides .owl-stage,
section.section-hero .hero-slides .owl-stage-outer {
    height: 100%
}

section.section-hero .hero-slides .owl-dots {
    position: absolute;
    top: 60px;
    left: 80px;
    margin-top: 0;
    display: none
}

section.section-hero .hero-slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

section.section-hero>* {
    position: relative;
    z-index: 3;
}


section.section-hero .down-arrow {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    margin-top: -1px;
    border-left-width: 0;
    border-top-width: 0;
    /* -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
    visibility: hidden;
    
    transform: matrix(0.707, 0.354, -0.707, 0.354, 0, 0);
}

section.section-hero .down-arrow.play {
    animation: scroll-down 2s ease-in-out infinite;
    visibility: visible
}

section.section-hero .down-arrow:nth-child(1) {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

section.section-hero .down-arrow:nth-child(2) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

section.section-hero .down-arrow:nth-child(3) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

section.section-hero .btm {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 50px;
}

section.section-hero .btm>.left {
    margin-left: 50%;
    position: absolute;
    left:0px;
    bottom: 0;
}
section.section-hero .btm>.left a {
    position: relative;
    left:100%;
    transform: matrix(1.5)
}
section.section-hero .btm>.right {
    margin-right: 0;
    margin-left: auto;
    padding-right: 5%;
}

section.section-hero .btm .scroll-down-indicator {
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    cursor: pointer
}

section.section-hero .btm ul.connect {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

section.section-hero .btm ul.connect>li {
    display: inline-block;
    height: 46px;
    width: 46px;
    font-size: 2.4em;
    line-height: 46px;
    text-align: center;
    border-radius: 48px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

section.section-hero .btm ul.connect>li:hover {
}


section.section-hero .btm ul.connect>li a:link,
section.section-hero .btm ul.connect>li a:visited {
    color: rgb(61, 84, 86);
}

section.section-hero .btm ul.connect>li a:link:after,
section.section-hero .btm ul.connect>li a:visited:after {
    display: none
}

section.section-hero .btm ul.connect>li a:active,
section.section-hero .btm ul.connect>li a:hover {
    color: #000000;
}
.nav-triangle{
    position: fixed;
    pointer-events: none;
    z-index: 99;
    right: 0;
    width: 15%;
    fill: #ffffff;

    /* filter: drop-shadow(0 0px 4px rgba(0, 0, 0, 0.1));; */
    transform: matrix(2, 0, 0, 1, 0, -25)
}

section.section-hero svg.hero-triangles {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    /* width: 30%; */
}

section.section-hero svg.hero-triangles>.primary-triangle {
    fill: #faa02f;
    transform: matrix(2, 0, 0, 1, 0, 198);
}

section.section-hero svg.hero-triangles>.gray-triangle {
    fill: #376b94;
    transform: matrix(4, 1, 0, 1, -184, 0);
    opacity: 1;
}

section h2 {
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 2em;
    font-weight: 300;
}

section.section-about-me {
    padding: 0;
    width: 30%;
    float: left;
    z-index: 1!important;
    pointer-events: all;
    padding-top: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100svh;
    margin-bottom: -100svh;
}

section.section-about-me svg.triangle {
    position: absolute;
    transform: matrix(8, 0.5, -4, 1.5, -100, -100);
    right: 0;
    width: 50%;
    max-height: 100%;
    height: auto;
    z-index: 99999;
    pointer-events: none;
}

section.section-about-me svg.triangle>path {
    fill: #376b94;
    pointer-events: none;
}
section.section-about-me svg.triangle.tiny {
    transform: matrix(2, 0, 0, 1, 0, -160);    
}
section.section-about-me svg.triangle.tiny >path{
    /* fill: #faa02f; */
}

section.section-about-me svg.triangle.tiny, .nav-triangle.tiny {
    
    width: 175px;
    opacity: 1;
}
section.section-about-me .details {
    padding: 48px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 99999999999;
    pointer-events: all;
}

section.section-about-me .details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section.section-about-me .details ul>li{
    margin-bottom: 13px;
}
section.section-about-me .details ul>li .field-title {
    color: #376b94;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 10px;
    font-size: 1em;
}

section.section-about-me .details ul>li a {
    color: #16424d;
}

section.section-about-me .details ul>li a:hover {
    color: #2888a0;
}

section.section-about-me .details ul>li .field-content {
    font-family: Oswald, sans-serif;
    color: #0f0f0f;
    font-size: 1em;
    font-weight: lighter;
    letter-spacing: 1px;
}

section.section-about-me .details ul>li .field-content,
section.section-about-me .details ul>li .field-title {
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: middle;
    width: 100%;
}

section.section-about-me .details .intro {
    margin-top: 2em;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

section.section-experience-education {
    padding-top: 250px;
    width: 70%;
    float: right;
    overflow: hidden;
    align-self: flex-end;
}
section.section-experience-education svg.triangle {
    /* matrix(-12, 4, 0, 2, 0, 89) matrix(-12, 4, 0, 2, 0, -250)*/
    transform:  matrix(-12, 4.2, 1, 2, 0, 250);
    position: absolute;
    top: 0;
    right: 0;
    left: 0%;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}
section.section-experience-education svg.triangle>path {
    fill: #ffffff;
    width: 60%;
    opacity: 0.1;
    pointer-events: none;
}
section.section-experience-education svg.triangle2 {
    /* matrix(-12, 4, 0, 2, 0, 89) matrix(-12, 4, 0, 2, 0, -250)*/
    transform: matrix(-12, 4.2, 0, 2, 0, -609);
    position: absolute;
    top: 0;
    right: 0;
    left: 0%;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}
section.section-experience-education svg.triangle2>path {
    fill: #376b9487;
    width: 60%;
    opacity: 1;
    pointer-events: none;
}

section.section-experience-education ul{
    color: #aaf9ff;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    list-style: square;
    padding: 0;
}
section.section-experience-education svg.holes {
    position: absolute;
    top: 1em;
    width: 100%;
    height: auto;
    left: 0
}

section.section-experience-education svg.holes>circle,
section.section-experience-education svg.holes>path {
    fill: #fff
}

section.section-experience-education svg.waves {
    display: none;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 1
}

section.section-experience-education svg.waves>path {
    fill: #d67456
}

section ul.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    margin: 0 auto;
}
section ul.timeline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 50%;
    width: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

section ul.timeline>li {
    width: 50%;
    position: relative;
    padding: 1.5em 0;
    cursor: pointer;
    padding-top: 80px;
}
section ul.timeline>li div.timeline-drescription {
    margin-top: -20px;
}
section ul.timeline li.timeline-item div.timeline-content{
    display: none;
}
section ul.timeline>li.timeline-item div.timeline-content>div{
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
    transition: all 0.3s;
}
section ul.timeline>li.timeline-item div.timeline-content>div{
    max-width: 70%;
}

section ul.timeline>li:nth-child(odd).timeline-item div.timeline-content>div{
    -webkit-transform: scale(0.8) translateX(-10%);
    -o-transform: scale(0.8) translateX(-10%);
    -ms-transform: scale(0.8) translateX(-10%);
    transform: scale(0.8) translateX(-10%);
    margin-left: 0;
    margin-right: auto;
}
section ul.timeline>li:nth-child(even).timeline-item div.timeline-content>div{
    -webkit-transform: scale(0.8) translateX(10%);
    -o-transform: scale(0.8) translateX(10%);
    -ms-transform: scale(0.8) translateX(10%);
    transform: scale(0.8) translateX(10%);
    margin-right: 0;
    margin-left: auto;
}
section ul.timeline>li.timeline-item.collapsed div.timeline-content>div{
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
    -o-transform: scale(1) translateX(0%);
    -ms-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
}
section ul.timeline>li:last-child {
    margin-bottom: 0
}
section ul.timeline>li:nth-child(odd) h3{
    margin-right: 12px;
}
section ul.timeline>li:nth-child(even) h3{
    margin-left: 12px;
}
section ul.timeline>li h3 {
    font-size: 20px;
    font-weight: 100;
    margin-top: -3px;
}

section ul.timeline>li h4 {
    color: white;
    font-size: 16px!important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: larger;
}

section ul.timeline>li .date {
    margin-bottom: 2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-family: Oswald, sans-serif;
}

section ul.timeline>li p {
    color: #bfe3ff;
    font-size: 18px;
    font-weight: 100 !important;
    line-height: 20px;
    /* font-family: initial; */
}

section ul.timeline>li .icon,
section ul.timeline>li:after,
section ul.timeline>li:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: block;
    background-color: #376b94;
}
section ul.timeline>li .icon {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    cursor: pointer;
    pointer-events: none;
    width: 100%;
}

section ul.timeline>li:after {
    transition: all 0.8s ease;
}
section ul.timeline>li:nth-child(odd):after {
    position: absolute;
    top: 80px;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
}
section ul.timeline>li:nth-child(even):after {
    position: absolute;
    top: 80px;
    -webkit-transform: translateY(-50%) translateX(100%);
    -o-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}
section ul.timeline>li.timeline-item.collapsed h4,
section ul.timeline>li:hover h4{
    color: #ffd49d;
}
section ul.timeline>li.timeline-item.collapsed:after,
section ul.timeline>li:hover:after{
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section ul.timeline>li.timeline-item.collapsed .icon,
section ul.timeline>li:hover .icon{
    opacity: 1;
}
section ul.timeline>li .icon>div>span.lnr{
    display: block;
    padding: 0px 4px;
    font-size: 53px;
}
section ul.timeline>li:nth-child(even) .icon>div>span.lnr{
    float: left;
}

section ul.timeline>li:nth-child(odd) .icon>div>span.lnr{
    float: right;
    flex-direction: row-reverse;
}
section ul.timeline>li .icon>div>span.lnr.lnr-graduation-hat{
    font-size: 66px;
}
section ul.timeline>li .icon>div>span.lnr.lnr-store{
    font-size: 58px;
}
section ul.timeline>li .icon,
section ul.timeline>li .icon>div {
    transition: all 0.8s ease;
    position: absolute;
    width: 100%;
    display: block;
    vertical-align: middle;
    position: absolute;
}
section ul.timeline>li .icon>div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
}
section ul.timeline>li:nth-child(odd) .icon>div {
    pointer-events: none;
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    flex-direction: row-reverse;
}
section ul.timeline>li:nth-child(even) .icon>div {
    -webkit-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

section ul.timeline>li.timeline-item.collapsed .icon>div,
section ul.timeline>li:hover .icon>div{
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

section ul.timeline>li .icon:before {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    margin-top: -1px;
    width: 55px;
    top: 50%;
    background-color: rgba(255, 255, 255, .8);
}

section ul.timeline>li .icon:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #fff;
    top: 50%;
    background-color: #376b94;
    transition: all 0.5s ease;
}
section ul.timeline>li.timeline-item.collapsed .icon:after{

    background-color: #faa02f;
}

section ul.timeline>li:before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0 0 0 2px #fff;
}

section ul.timeline>li:after {
    width: 22px;
    height: 44px
}

section ul.timeline>li:nth-child(odd) {
    left: 50%;
    padding-left: 40px;
}

section ul.timeline>li:nth-child(odd):before {
    left: -20px
}

section ul.timeline>li:nth-child(odd):after {
    left: -23px;
}

section ul.timeline>li:nth-child(odd) .icon {
    text-align: right;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-100%) translateX(-61px);
    -o-transform: translateY(-50%) translateX(-100%) translateX(-61px);
    -ms-transform: translateY(-50%) translateX(-100%) translateX(-61px);
    transform: translateY(-50%) translateX(-100%) translateX(-61px);
}

section ul.timeline>li:nth-child(odd) .icon:after,
section ul.timeline>li:nth-child(odd) .icon:before {
    left: 100%;
}

section ul.timeline>li:nth-child(odd) .icon:after {
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) translateX(52px);
}

section ul.timeline>li:nth-child(even) {
    padding-right: 40px;
    text-align: right;
}

section ul.timeline>li:nth-child(even):before {
    right: -20px;
}

section ul.timeline>li:nth-child(even):after {
    right: -23px;
}

section ul.timeline>li:nth-child(even) .icon {
    padding-left: 3px;
    text-align: left;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(100%) translateX(61px);
    -o-transform: translateY(-50%) translateX(100%) translateX(61px);
    -ms-transform: translateY(-50%) translateX(100%) translateX(61px);
    transform: translateY(-50%) translateX(100%) translateX(61px);
}

section ul.timeline>li:nth-child(even) .icon:after,
section ul.timeline>li:nth-child(even) .icon:before {
    right: 100%;
}

section ul.timeline>li:nth-child(even) .icon:after {
    margin-right: 0;
    -webkit-transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
    -o-transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
    -ms-transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
    transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
}
section.section-skills-knowledge{
    float: right;
    width: 70%;
    align-self: flex-end;
    padding-top: 90px;
}
section.section-skills-knowledge .triangle:before {
    display: block;
    position: absolute;
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    height: 60px;
    width: 60px;
    margin-top: -26px;
    margin-left: -30px;
    background: #cddee0;
    /* -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
    
    transform: matrix(0.707, 0.354, -0.707, 0.354, 0, 0);
}
section.section-skills-knowledge:before {
    display: block;
    position: absolute;
    content: '';
    /* left: 50%; */
    top: 0;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #e6e6e6;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}

section.section-skills-knowledge .triangle {
    position: absolute;
    overflow: hidden;
    left: 50%;
    height: 60px;
    width: 60px;
    bottom: 0px;
    margin-left: -30px;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

section.section-skills-knowledge .triangle:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: auto;
    top: 62px;
    overflow: hidden;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
}
section.section-skills-knowledge .skill-item {
    margin-bottom: .6em
}

section.section-skills-knowledge .skill-icon {
    text-align: center;
    font-size: 77px;
    color: #376b94;
    line-height: 1;
    margin-bottom: .2em;
}

section.section-skills-knowledge .skill-icon img {
    height: 77px;
    width: auto
}

section.section-skills-knowledge .skill-icon>span {
    display: inline-block
}

section.section-skills-knowledge h3 {
    text-align: center;
    color: #4d4d4d;
    margin-bottom: .6em;
    font-size: 1.5em
}

section.section-skills-knowledge .skill-item ul li {
    list-style-type: circle;
    color: #093026;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;

}
section.section-skills-knowledge .skill-item:first-of-type ul {
    text-align: right;
    direction: rtl;
    padding: 0;
}


section.section-skills-knowledge .skill-item:last-of-type ul {  
    padding: 0;  
    direction: ltr;
    position: relative;
}

section.section-portfolio {
    float: right;
    width: 70%;
    position: relative;
    overflow: hidden;
    transition: inherit;
    align-self: flex-end;
    padding-top: 100px;
    background: #000000c7;
}

section.section-portfolio:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}

section.section-portfolio:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 100%;
    left: -74%;
    width: 100%;
    height: 2000px;
    background-color: #d8d8d8;
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

section.section-portfolio:after {
}

section.section-portfolio>svg.triangle {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: auto
}

section.section-portfolio>svg.triangle>path {
    fill: #376b94
}

section.section-portfolio h2 {
    color: #fff;
}
section.section-portfolio>* {
    z-index: 1
}

section.section-portfolio .portfolio-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-color: rgba(0, 0, 0, .7)
}

section.section-portfolio .portfolio-overlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    border: 4px solid rgba(255, 255, 255, .1);
    border-top: 4px solid #d67456;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    animation: spin 1s linear infinite
}

section.section-portfolio .portfolio-overlay.opened {
    opacity: 1
}

section.section-portfolio .portfolio-overlay.loaded:before {
    display: none
}

section.section-portfolio .portfolio-overlay .portfolio-modal {
    width: 80%;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, .2)
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav {
    position: absolute;
    bottom: 100%;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #c4a494;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, .2);
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav h1,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav h2,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav h3,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav h4,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav h5,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav h6 {
    color: #fff
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav a:link,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav a:visited {
    color: #fff
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav a:link:after,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav a:visited:after {
    background-color: #fff
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav:before {
    display: block;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #c4a494;
    width: 60px;
    height: 60px;
    box-shadow: 5px 5px 16px rgba(0, 0, 0, .2);
    z-index: 1;
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav:after {
    position: absolute;
    content: '';
    display: block;
    top: 100%;
    height: 50px;
    width: 170px;
    right: 0;
    background-color: #fff;
    z-index: 1
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li {
    font-size: 1.25em;
    text-align: center;
    width: 0;
    height: 40px;
    line-height: 40px;
    background-color: #c4a494;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li:hover {
    background-color: #376b94;
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li.enabled {
    width: 40px
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li a:link,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li a:visited {
    color: #fff;
    display: block
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li a:link:after,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li a:visited:after {
    display: none
}

section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li a:active,
section.section-portfolio .portfolio-overlay .portfolio-modal ul.modal-nav>li a:hover {
    text-decoration: none
}

section.section-portfolio .portfolio-overlay .portfolio-modal .overflow-wrapper {
    background: #dddddd;
    padding: 40px;
    position: relative;
    z-index: 1;
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
    -webkit-align-items: center;
    align-items: center
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left {
    width: 30%;
    padding-right: 40px
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left ul>li {
    margin-bottom: 2em
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left ul>li:last-child {
    margin-bottom: 0
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left ul>li h3 {
    color: #8e6553;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.4em;
    line-height: 1.25;
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left ul>li h3+p {
    color: #4d4d4d;
    font-size: 1em
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right {
    width: 70%;
    line-height: 0
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>a,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen:visited,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>a:link {
    display: block
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen:visited:before,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>a:link:before {
    display: block;
    position: absolute;
    content: '';
    background-image: url(../img/youtube-play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen:visited:active:before,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen:visited:hover:before,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>a:link:active:before,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>a:link:hover:before {
    opacity: .8
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen:visited:after,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right .wide-screen>a:link:after {
    display: none
}

section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left,
section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right {
    z-index: 1;
    position: relative
}

section.section-portfolio .portfolio-overlay .portfolio-modal.opened {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}


section.section-portfolio ul.portfolio-cats {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8em;
}

section.section-portfolio ul.portfolio-cats>li {
    display: inline-block;
    margin-right: 20px
}

section.section-portfolio ul.portfolio-cats>li:last-child {
    margin-right: 0
}

section.section-portfolio ul.portfolio-cats>li a.current:link,
section.section-portfolio ul.portfolio-cats>li a.current:visited {
    color: #0d7e86;
    font-weight: bold;
}

section.section-portfolio .grid {
    width: calc(100% + 16px);
    position: relative;
    left: -10px;
    transition: height 0.2s ease;
}

section.section-portfolio .grid .grid-item {
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    cursor: pointer
}

section.section-portfolio .grid .grid-item .portfolio-hidden {
    display: none
}

section.section-portfolio .grid .grid-item a:link,
section.section-portfolio .grid .grid-item a:visited {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0 0 0 1px #fff;
    font-size: 1.6em;
    padding-top: 2px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: rgba(77, 77, 77, .1);
}

section.section-portfolio .grid .grid-item a:link:after,
section.section-portfolio .grid .grid-item a:visited:after {
    display: none
}

section.section-portfolio .grid .grid-item a:link:first-of-type:last-of-type,
section.section-portfolio .grid .grid-item a:visited:first-of-type:last-of-type {
    margin-left: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

section.section-portfolio .grid .grid-item a:link.portfolio-open-modal,
section.section-portfolio .grid .grid-item a:visited.portfolio-open-modal {
    margin-left: -28px;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

section.section-portfolio .grid .grid-item a:active,
section.section-portfolio .grid .grid-item a:hover {
    background-color: #376b94;
    color: #fff;
    box-shadow: 0 0 0 1px #376b94;
}

section.section-portfolio .grid .grid-item img {
    width: 100%;
    -webkit-filter: contrast(50%) grayscale(1);
    -moz-filter: contrast(50%) grayscale(1);
    filter: contrast(50%) grayscale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

section.section-portfolio .grid .grid-item:hover img {
    -webkit-filter: contrast(100%) grayscale(0);
    -moz-filter: contrast(100%) grayscale(0);
    filter: contrast(100%) grayscale(0)
}

section.section-portfolio .grid .grid-item:hover a:link,
section.section-portfolio .grid .grid-item:hover a:visited {
    opacity: 1
}

section.section-portfolio .grid .grid-item:hover a:link.portfolio-open-modal,
section.section-portfolio .grid .grid-item:hover a:visited.portfolio-open-modal {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

section.section-testimonials {
    padding: 0;
    float: right;
    width: 70%;
    padding-bottom: 16px;
    padding-top: 60px;
    margin-bottom: -51px;
    align-self: flex-end;
    background: #c4a494;
}

section.section-testimonials:before {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 60px;
    width: 60px;
    margin-top: -110px;
    margin-left: -30px;
    background-color: #e6e6e6;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}

section.section-testimonials.triangle:after,
section.section-testimonials.triangle:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 100%;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: #56ced6;
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

section.section-testimonials:after {
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 270px;
    height: 270px;
    background-color: #376b94;
    box-shadow: 0 0 0 1px #ffffff;
}

section.section-testimonials>svg.triangle {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: auto
}

section.section-testimonials>svg.triangle>path {
    fill: #376b94
}
section.section-testimonials .testimonial {
    display: -webkit-flex;
    display: flex;
    padding: 0;
}

section.section-testimonials .testimonial .quote {
    padding: 2.2em;
    width: 67%;
    position: relative;
}

section.section-testimonials .testimonial .quote:before {
    content: '\201C';
    display: block;
    font-size: 10em;
    position: absolute;
    color: rgba(255, 255, 255, .25);
    top: -.25em;
    font-family: Georgia, serif;
}

section.section-testimonials .testimonial .quote blockquote {
    border-left-width: 0;
    padding: 0;
    margin: 0;
    margin-left: 80px;
    font-style: italic
}

section.section-testimonials .testimonial .person {
    width: 33%;
    padding: 40px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

section.section-testimonials .testimonial .person>* {
    position: relative;
    z-index: 1
}

section.section-testimonials .testimonial .person:after,
section.section-testimonials .testimonial .person:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    background-color: #376b94;
    z-index: 0;
}

section.section-testimonials .testimonial .person:after {
    background-color: #e6e6e6;
    height: 100px;
    width: 100px;
    margin-top: -75px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.section-testimonials .testimonial .person .profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #376b94;
    position: relative;
    overflow: hidden;
}

section.section-testimonials .testimonial .person .profile-pic>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    width: auto;
    height: 100%;
    box-shadow: none
}

section.section-testimonials .testimonial .person .info {
    padding-top: 1em;
    text-align: center
}

section.section-testimonials .testimonial .person .info .name {
    font-family: Oswald, sans-serif;
    color: #4d4d4d;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px
}

section.section-testimonials .testimonial .person .info .organization {
    font-style: italic
}

section.section-contact {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    float: right;
    width: 70%;
    align-self: flex-end;
}

section.section-contact>.left {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

section.section-contact>.left a.map-view-switch {
    background-color: #d67456;
    color: #fff;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 25px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    z-index: 4;
    display: block;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 0 0 4px 4px
}

section.section-contact>.left a.map-view-switch h1,
section.section-contact>.left a.map-view-switch h2,
section.section-contact>.left a.map-view-switch h3,
section.section-contact>.left a.map-view-switch h4,
section.section-contact>.left a.map-view-switch h5,
section.section-contact>.left a.map-view-switch h6 {
    color: #fff
}

section.section-contact>.left a.map-view-switch a:link,
section.section-contact>.left a.map-view-switch a:visited {
    color: #fff
}

section.section-contact>.left a.map-view-switch a:link:after,
section.section-contact>.left a.map-view-switch a:visited:after {
    background-color: #fff
}

section.section-contact>.left a.map-view-switch:link:after,
section.section-contact>.left a.map-view-switch:visited:after {
    display: none
}

section.section-contact>.left a.map-view-switch:active,
section.section-contact>.left a.map-view-switch:hover {
    background-color: #c85431
}

section.section-contact>.left .map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    opacity: .25;
    -webkit-filter: brightness(.5) grayscale(1);
    -moz-filter: brightness(.5) grayscale(1);
    filter: brightness(.5) grayscale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

section.section-contact>.left .map-canvas.opened {
    z-index: 3;
    opacity: 1;
    -webkit-filter: brightness(1) grayscale(0);
    -moz-filter: brightness(1) grayscale(0);
    filter: brightness(1) grayscale(0)
}

section.section-contact>.left .contact-main {
    color: #fff;
    min-height: 350px;
    padding: 50px;
    padding-top: 90px;
    z-index: 2;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

section.section-contact>.left .contact-main.closed {
    opacity: 0
}

section.section-contact>.left .contact-main #message {
    text-align: center;
    font-size: 1.25em
}

section.section-contact>.left .contact-main #message p {
    margin: 4em 0 0
}

section.section-contact>.left .contact-main #message p.error {
    margin: 1em 0;
    color: #d67456;
    text-align: right
}

section.section-contact>.left .contact-main .contact-info {
    text-align: center;
    margin-bottom: 30px;
    color: #e6e6e6
}

section.section-contact>.left .contact-main .contact-info .icon {
    font-size: 3em;
    color: #999
}

section.section-contact>.left .contact-main .contact-info h3 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px
}

section.section-contact>.left .contact-main .contact-info a:link,
section.section-contact>.left .contact-main .contact-info a:visited {
    color: #4793a7;
}
section.section-contact>.left .contact-main .contact-info a:hover,
section.section-contact>.left .contact-main .contact-info a:hover {
    color: #5ec9e4;
}

section.section-contact>.left .contact-main form {
    text-align: right;
    display: block;
    overflow: hidden
}

section.section-contact>.left .contact-main form>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em
}

section.section-contact>.left .contact-main form>ul>li {
    position: relative;
    margin-top: 2em
}

section.section-contact>.left .contact-main form>ul>li svg {
    stroke: #999;
    position: absolute;
    width: 350%;
    height: 26px;
    bottom: 0;
    left: 0;
    fill: none;
    pointer-events: none;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    z-index: 0;
    opacity: .75
}

section.section-contact>.left .contact-main form>ul>li label {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    z-index: 1;
    color: #e6e6e6;
    top: .6em;
    left: .6em;
    -webkit-transition: -webkit-transform .5s ease-out, color .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out, color .5s ease-out;
    -o-transition: -o-transform .5s ease-out, color .5s ease-out;
    transition: transform .5s ease-out, color .5s ease-out;
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    pointer-events: none
}

section.section-contact>.left .contact-main form>ul>li textarea {
    resize: none;
    min-height: 200px
}

section.section-contact>.left .contact-main form>ul>li input[type=text],
section.section-contact>.left .contact-main form>ul>li textarea {
    background-color: transparent;
    font-size: 1.2em;
    border-width: 0;
    padding: .6em;
    width: 100%
}

section.section-contact>.left .contact-main form>ul>li input[type=text].focused,
section.section-contact>.left .contact-main form>ul>li input[type=text]:focus,
section.section-contact>.left .contact-main form>ul>li textarea.focused,
section.section-contact>.left .contact-main form>ul>li textarea:focus {
    outline: 0
}

section.section-contact>.left .contact-main form>ul>li input[type=text].focused+label,
section.section-contact>.left .contact-main form>ul>li input[type=text]:focus+label,
section.section-contact>.left .contact-main form>ul>li textarea.focused+label,
section.section-contact>.left .contact-main form>ul>li textarea:focus+label {
    color: #999;
    -webkit-transform: scale(.8) translateY(-2em) translateX(-.6em);
    -o-transform: scale(.8) translateY(-2em) translateX(-.6em);
    -ms-transform: scale(.8) translateY(-2em) translateX(-.6em);
    transform: scale(.8) translateY(-2em) translateX(-.6em)
}

section.section-contact>.left .contact-main form>ul>li input[type=text].focused+label+svg,
section.section-contact>.left .contact-main form>ul>li input[type=text]:focus+label+svg,
section.section-contact>.left .contact-main form>ul>li textarea.focused+label+svg,
section.section-contact>.left .contact-main form>ul>li textarea:focus+label+svg {
    -webkit-transform: translateX(-66%);
    -o-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%)
}
section.section-contact>.right ul.connect {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    z-index: 2
}

section.section-contact>.right ul.connect a:link,
section.section-contact>.right ul.connect a:visited {
    display: block;
    padding: 15px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

section.section-contact>.right ul.connect a:link:after,
section.section-contact>.right ul.connect a:visited:after {
    display: none
}

section.section-contact>.right ul.connect a:active,
section.section-contact>.right ul.connect a:hover {
    background-color: #42a2a8
}

section.section-contact>.right ul.connect>li {
    font-size: 2em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2)
}

section.section-contact p {
    letter-spacing: 1px;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    background-repeat: #e6e6e6
}

.owl-theme .owl-dots .owl-dot {
    display: block
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1em;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #376b94;
}

@media only screen and (min-width:768px){ 
    .hidden-mobile{
        display: auto;
    }   
    section.section-profile.tiny h1 {
        opacity: 0;
        letter-spacing: 4px;
    }
    section.section-profile.tiny img.profile-pic {
        max-height: 200px;
        transition: all 0.5s ease;
        margin-left: 35px;
        margin-top: 10px;
    }
    section.section-profile.tiny img.profile-pic.scrolled {
        opacity: 0;
    }
    section.section-profile.tiny .titles {
        opacity: 0;
        letter-spacing: -2px;
    }
}

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

    #about-me > div.blue-rectangle > svg.hero-triangles{
        display: block!important;
    }

    .hidden-tablet{
        display: none!important;
    }

    section.section-hero svg.hero-triangles>.primary-triangle {
        transform: matrix(2, 0, 0, 1, -130, 198)
    }

section.section-hero svg.hero-triangles>.gray-triangle {
    fill: #22405f;
    transform: matrix(4, 1, 0, 1, -210, 0)
}
    .nav-triangle{
        min-width: 230px
    }
    .nav-triangle.tiny{
        min-width: 180px;
    }
    section.section-about-me .details{
        width: 80%!important;
        float:right;
    }
    section.section-about-me .blue-rectangle{
        width: 20%!important;
        float:left;
        float: left;
        height: 100%;
        position: absolute;
        background: #22405f;
    }
    section.section-experience-education{
        padding-top:90px;
    }
    section.section-hero svg.hero-triangles{
        /* overflow:visible;
        z-index: 0; */
    }
    section.section-about-me svg.triangle>path{
        /* opacity: 0.2; */
    }    
    section.section-about-me svg.triangle{
        display: none;
        /* transform: matrix(8, 0.5, -4, 1.5, -100, -100);
        right: 0;
        width: auto;
        max-height: none; */
        /* width:100%;
        transform: matrix(8, 0.5, -4, 1.5, -100, -100);
        left: 0 !important;
        transform-origin: right; */
    }
    section.section-profile.tiny img.profile-pic {
        margin:0;
        opacity:0;
    }
    section.section-hero .btm>.left {
        margin-left: 20%;
        margin-bottom:40px;
    }
    section.section-profile{
        width: 100%;
        top: 0;
        padding-top: 16px;
    }
    nav.opened, section.section-experience-education,section.section-skills-knowledge,section.section-portfolio,section.section-testimonials,section.section-contact{
        width: 100%;
    }
    section.section-profile h1{
        text-align: center;
        margin: 0;
        margin-top: 5%;
        letter-spacing: 5px;
        font-weight: 500;
    }
    section.section-about-me {
        width: 100%;
        position: relative!important;
        padding-top: 0;
        margin-bottom: 0;
        height: auto;
        overflow: hidden;
        float: right;
        align-self: flex-end;
    }
    section.section-profile{
        position: relative!important;
        text-align: center;
    }
    section.section-hero svg.hero-triangles{
        /* width: 40%; */
    }
    section.section-profile img.profile-pic{
        margin: 0;
    }
    section.section-hero h1 {
        font-size: 2.25em;
        letter-spacing: 5px
    }
    section.section-profile .titles {
        margin: 0;
        width: 100%;
        margin-top: 5px;
    }
    .visible-mobile{
        display: block!important;
    }
    section.section-hero .down-arrow{
        width: 20px;
        height: 20px;
        border: 5px solid #fff;
        border-left-width: 0;
        border-top-width: 0;
    }
}
@media only screen and (max-width:767px) {
    .hidden-mobile{
        display: none!important;
    }
    section.section-about-me .details{
        padding: 30px;
    }
    section.section-hero .btm>.left{
        margin-left: 18.5%;
        position: absolute;
    }
    nav ul.menu {
        font-size: 1.6em;
        line-height: 1.9;
    }
    section {
        padding: 40px
    }
    section.section-profile h1 {
        font-size: 2em!important;
        letter-spacing: 3px
    }
    section.section-profile .titles {
        margin-bottom: 150px;
        font-size: 1.1em;
        margin: 0;
        width: 100%;
        margin-top: 5px;
    }
    section.section-hero .btm {
    }
    section.section-hero .btm .btn {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .3)
    }
    section.section-hero .btm>.left .scroll-down-indicator {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        position: absolute;
        top: -20px;
    }
    section.section-hero .btm>.right ul.connect {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }
    section.section-about .details {
        padding: 40px
    }
    section.section-about .details ul>li .field-title {
        margin-bottom: 0
    }
    section.section-about .details ul>li .field-content,
    section.section-about .details ul>li .field-title {
        display: block
    }
    section.section-contact>.left .contact-main .contact-info{
        gap:30px;
        margin-bottom:60px;
    }
}


    section ul.timeline>li div.timeline-drescription{
        margin-top: 40px;
    }
    section ul.timeline>li.timeline-item .icon{
        opacity: 1;
    }
    section ul.timeline>li:after{
        left: 0!important;
    }
    section ul.timeline>li.timeline-item:after {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    section ul.timeline>li.timeline-item .icon>div {
        -webkit-transform: translateX(0%)!important;
        -o-transform: translateX(0%)!important;
        -ms-transform: translateX(0%)!important;
        transform: translateX(0%)!important;
        flex-direction: row!important;
        padding-left: 30px!important;
    }
    section ul.timeline:before {
        left: 0px;
    }
    section ul.timeline>li {
        width: 100%;
        cursor: pointer;
        padding-top: 80px;
        padding-left: 60px;
    }
    
    section ul.timeline li {
        direction: ltr;
    }
    section ul.timeline li:nth-child(2n) {
        padding-right: 0;
        text-align: left;
    }
    section ul.timeline>li:nth-child(2n) {
        padding-top: 80px;
    }
    section ul.timeline li:nth-child(2n+1) {
        left: 0;
        padding-left: 60px
    }
    section ul.timeline li .icon,
    section ul.timeline li:before {
        left: -20px;
    }
    section ul.timeline>li:nth-child(odd):after{
        right: auto;
        left: 46px;
    }
    section ul.timeline>li:nth-child(even):after{
        left: 0;
    }
    section ul.timeline>li:nth-child(odd).collapsed:after,    
    section ul.timeline>li:nth-child(odd):hover:after{
        left: 0px;
    }
    section ul.timeline>li:nth-child(even):hover:after,
    section ul.timeline>li:nth-child(even).collapsed:after{
        left: 0;
    }
    section ul.timeline>li:nth-child(even) .icon,
    section ul.timeline>li:nth-child(odd) .icon{
    -webkit-transform: translateY(-50%) translateX(0%) translateX(61px);
    -o-transform: translateY(-50%) translateX(0%) translateX(61px);
    -ms-transform: translateY(-50%) translateX(0%) translateX(61px);
    transform: translateY(-50%) translateX(0%) translateX(61px);
    left: -20px;
    }
    section ul.timeline>li:nth-child(odd) .icon:after, section ul.timeline>li:nth-child(odd) .icon:before,    
    section ul.timeline>li:nth-child(even) .icon:after, section ul.timeline>li:nth-child(even) .icon:before{
        left: 0;
        margin-left: 0;
        margin-right: 0;
        -webkit-transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
        -o-transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
        -ms-transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
        transform: translateY(-50%) translateX(50%) translateX(-61px)!important;
    }
    section ul.timeline>li.timeline-item .icon>div, section ul.timeline>li .icon>div{-webkit-transform: translateX(10%);-o-transform: translateX(10%);-ms-transform: translateX(10%);transform: translateX(10%);flex-direction: row;}
    section ul.timeline>li.timeline-item.collapsed .icon>div, section ul.timeline>li:hover .icon>div{
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    section ul.timeline>li .icon>div{
        -webkit-transform: translateX(10%);
        -o-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }
    section ul.timeline>li.timeline-item div.timeline-content>div{
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    section ul.timeline>li.timeline-item.collapsed .icon>div, section ul.timeline>li:hover .icon>div{
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        flex-direction: row;
        padding-left: 30px;
    }
    section ul.timeline>li .icon>div>span.lnr{
        font-size: 34px;
    }
    
    section ul.timeline>li .icon>div>span.lnr.lnr-graduation-hat{
        font-size: 42px;
    }
    section ul.timeline>li .icon>div>span.lnr.lnr-store{
        font-size: 38px;
    }
    section.section-portfolio ul.portfolio-cats>li {
        display: block;
        margin-right: 0
    }
    section.section-portfolio ul.portfolio-cats>li+li {
        margin-top: 10px
    }
    section.section-portfolio .grid .grid-item {
        width: 100%
    }


@media only screen and (min-width:768px) and (max-width:991px) {
 
}



@media only screen and (max-width:991px) {
    
    section.section-skills-knowledge ul {
        padding: 30px!important;
    }
    section.section-skills-knowledge ul > li {
        direction:ltr;
        text-align: left;
    }
    section.section-about svg.triangle {
        left: auto;
        right: 0
    }
    section.section-skills-knowledge .col-sm-6 {
        margin-bottom: 2em
    }
    section.section-portfolio ul.portfolio-cats {
        margin-bottom: 1em;
        padding: 1em 0;
        text-align: center;
    }
    section.section-portfolio .portfolio-overlay .portfolio-modal.opened {
        height: calc(100% - 160px)
    }
    section.section-portfolio .portfolio-overlay .portfolio-modal .overflow-wrapper {
        overflow: auto;
        height: 100%
    }
    section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .left {
        padding-right: 0
    }
    section.section-portfolio .portfolio-overlay .portfolio-modal .modal-main .right {
        margin-bottom: 40px !important
    }
    section.section-testimonials .owl-carousel .testimonial .person::before {
        display: none
    }
    section.section-testimonials .owl-carousel .testimonial .person::after {
        top: 20px
    }
    section.section-testimonials .owl-carousel .testimonial .quote {
        padding: 50px 40px
    }
    section.section-testimonials .owl-carousel .testimonial .quote blockquote {
        margin-left: 0;
        margin-top: 70px
    }
    section.section-contact>.left .contact-main .contact-info>div+div {
        /* margin-top: 40px */
    }
    section.section-contact>.left .contact-main form {
        text-align: center
    }
    .flex-responsive {
        display: block !important
    }
    .flex-responsive>div,
    .flex-responsive>li,
    .flex-responsive>ul {
        width: 100% !important;
        margin: 0 !important
    }
}




    #about-me > div.blue-rectangle > svg.hero-triangles{
        display: none;;
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    #about-me > div.blue-rectangle > svg.hero-triangles>.gray-triangle {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        
        fill: #376b94;
        transform: matrix(4, 0, 0, 2, -788, -394);
        opacity: 1;
    }

    
@media only screen and (min-height:480px) and (max-height: 620px) {
section.section-profile h1 {    
    font-size: 1.6em!important;
    margin-top: 3%!important;
    }
}


@media only screen and  (min-height:381px) and (max-height: 480px) {
section.section-profile h1 {    
        font-size: 1.4em !important;
        margin-top: 2% !important;
    }
}

@media only screen and (max-height: 380px) {
section.section-profile h1 {    
    font-size: 1.25em!important;
    margin-top: 1.5%!important;
    }
}


#footer a:link, a:visited{
    color: #cf801f;
}

#footer a:link:hover, a:visited:hover{
    color: #ffc107;

}