@import url(bootstrap.min.css);
@import url(../font-awesome/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC|Amiko|Athiti|Scope+One);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

@import url(animation.css);
@import url(animate.css);

/*!

#CE7DFF
#7D26B2
#CE7DFF
#A40EFF
#ADAFA5
#A7AB94

rgba((225,176,255,.9)
rgba(164,14,255,.9)
font-family: 'Amatic SC', cursive;
font-family: 'Amiko', sans-serif;
font-family: 'Scope One', serif;
font-family: 'Athiti', sans-serif;




 */

body {
    overflow-x: hidden;
    color:#444;    
    font-family: 'Athiti', sans-serif;
    color:#888;    
    
}
.btn-success{
    background: #CE7DFF;
    border-color: #CE7DFF;
}
.btn-success:hover{
    background: #CE7DFF;
    border-color: #CE7DFF;
}
.btn{
    border-width:1px;
}
p {
    font-size: 1.2em;

}

p.small {
    font-size: 1.6em;
}

a{
    outline: 0;    
    color: rgba(228,59,149, .3);
    
}

a:hover,
a:focus,
a:active,
a.active {    
    color: rgba(228,59,149, 1);
    text-decoration: none;
    -webkit-transition: color 1000ms linear;
    -moz-transition: color 1000ms linear;
    -o-transition: color 1000ms linear;
    -ms-transition: color 1000ms linear;
    transition: color 1000ms linear;
}


.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
    background: none;
}

.nav,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Scope One', serif;    
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    margin: 0;
    color:#CE7DFF;
    
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #7D26B2;
}

hr.star-primary {
    border-color: #222;
}

hr.star-primary:after {
    color: #222;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}
.navbar-default .navbar-nav>li>a{
 font-size: 2em;    
}
header {
    text-align: center;
    color: #A7AB94;
    background: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin:0 auto 70px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;    
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 125px;
        padding-bottom: 200px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: lowercase;    
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border:0;
    background: rgba(255,255,255, .6);

}
.navbar-collapse{
    border-top: 3px solid #333;
}
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus{
    color:#7D26B2;
}
.navbar-default .navbar-brand, 
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-nav>li>a{
    color:#A7AB94;
}
section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success ,section {
    color: #ADAFA5;
    
    background: rgba(255,255,255,.9);
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
 

    
}

a.btn-shadow{
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

a.btn-shadow:hover
{
 
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}      
@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    /*max-height: 220px;*/
    overflow: hidden;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:rgba(225,176,255,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
    margin: 0 auto;
}
#portfolio{
    background: #f9f2fe;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 1px #7D26B2;
    font-size: 20px;
    color: #7D26B2;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #CE7DFF;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #7D26B2;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}

footer .footer-above {
    padding-top: 50px;
    
}

footer {
    background-color: #333;
    
}

footer .footer-col {
    margin-bottom: 10px;
}

footer .footer-below {
    padding:0;
    
}

footer .footer-below p{
    margin:1.6em 0 0;
    font-size: .9em;

    
}
footer .footer-below .container{
    padding: 25px 0;
    background-color: #222;
    width:100%;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}




@media(max-width:992px) {
    
    
}






































.timeline:before,
.timeline:after {
    text-align: left;
    
}

.button,
.button--red,
#nav #nav-button,
#nav ul,
.item .icon,
.section__resume .download,
.section.feature .overlay header .mark,
.section.feature .overlay .go,
.section article header,
.statistics .chart,
.statistics .stat .circle-text {
    text-align: center
}

.button,
.button--red,
.section article header h2 {
    text-transform: uppercase
}

#nav ul::after,
.section::after,
.section.feature .underlay::after {
    clear: both;
    content: "";
    display: table
}

.item .icon {
    display: block
}

.button,
.button--red,
.icon {
    display: inline-block
}

::-webkit-selection,
::-moz-selection,
::selection {
    background: #CE7DFF;
    color: #fff
}


abbr {
    border-bottom: 1px dotted #CE7DFF;
    cursor: help
}

em,
strong,
b {
    font-weight: 700;
    font-style: normal;
    color: #272727
}

a {
    transition: all 0.3s ease;
    color: #CE7DFF;
    text-decoration: none
}

a:hover,
a:focus {
    color: #7D26B2;
}

mark {
    background: transparent;
    color: inherit
}

small {
    font-size: 0.6875rem;
    line-height: 0.9625rem
}

.overlay {
    background: #CE7DFF;
    background: rgba(195, 47, 52, 0.8)
}

.icon {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-color: transparent;
    background-repeat: no-repeat;
    
    background-position: 0 0;
    vertical-align: middle
}

.icon.icon-menu {
    background-position: -800px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-mark {
    background-position: 0 0;
    width: 50px;
    height: 30px
}

.icon.icon-html5 {
    background-position: 0 -200px;
    width: 70px;
    height: 80px
}

.icon.icon-wordpress {
    background-position: -200px -200px;
    width: 80px;
    height: 80px
}

.icon.icon-mobile {
    background-position: -400px -200px;
    width: 46px;
    height: 80px
}

.icon.icon-timeline-mobile {
    background-position: 0 -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-parallel {
    background-position: -100px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-standards {
    background-position: -200px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-design {
    background-position: -300px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-pencil {
    background-position: -400px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-magnifier {
    background-position: -500px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-brackets {
    background-position: -600px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-timeline-hat {
    background-position: -700px -400px;
    width: 30px;
    height: 30px
}

.icon.icon-social-twitter {
    background-position: 0 -600px;
    width: 30px;
    height: 30px
}

.icon.icon-social-linkedin {
    background-position: -100px -600px;
    width: 30px;
    height: 30px
}

.icon.icon-social-github {
    background-position: -200px -600px;
    width: 30px;
    height: 30px
}

main {
    height: 100%;
    width: 100%;
    position: absolute
}

main::after {
    clear: both;
    content: "";
    display: table
}

.footer {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem
}

.footer::after {
    clear: both;
    content: "";
    display: table
}

.footer .about,
.footer .info {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%
}

.footer .about:last-child,
.footer .info:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .footer .about,
    .footer .info {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 49.01961%;
    }
    .footer .about:last-child,
    .footer .info:last-child {
        margin-right: 0
    }
}

.footer h4,
.footer p,
.footer ul {
    margin-left: 4.6875rem;
    max-width: 400px
}

@media screen and (min-width: 768px) {
    .footer h4,
    .footer p,
    .footer ul {
        margin-left: 5.9375rem;
    }
}

.footer .about img {
    height: 3.75rem;
    width: 3.75rem;
    display: block;
    float: left;
    border-radius: 50%
}

@media screen and (min-width: 768px) {
    .footer .about img {
        height: 5rem;
        width: 5rem;
    }
}

.footer .about h4 {
    color: #fff
}

@media screen and (min-width: 768px) {
    .footer .info ul,
    .footer .info p {
        float: right;
        clear: both;
        text-align: right;
    }
}

.footer .info ul {
    height: auto;
    width: 100%
}

.footer .info ul::after {
    clear: both;
    content: "";
    display: table
}

.footer .info ul li {
    margin: 0 0.3125rem 0 0;
    display: inline-block
}

.footer .info small {
    color: #404040
}

#nav {
    transition: all 0.3s ease;
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%;
    height: 2.5rem;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 2px solid #CE7DFF;
    background: transparent;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    overflow: hidden
}

#nav:last-child {
    margin-right: 0
}

#nav.nav-open {
    height: 100%;
    width: 100%;
    background: #272727
}

@media screen and (min-width: 768px) {
    #nav {
        height: auto;
        width: 100%;
        background: #272727;
    }
    #nav.nav-open {
        height: auto;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    #nav {
        height: auto;
        width: 100%;
    }
}

#nav #nav-button {
    padding: 0.25rem 0.5rem;
    margin: 0 0.9375rem 0 0;
    float: right;
    display: block;
    background: #CE7DFF;
    background: rgba(195, 47, 52, 0.8);
    border-radius: 0 0 3px 3px
}

#nav #nav-button img {
    display: block
}

#nav #nav-button:hover {
    cursor: pointer
}

@media screen and (min-width: 768px) {
    #nav #nav-button {
        display: none;
    }
}

#nav ul {
    transition: all 0.3s ease;
    height: auto;
    width: 100%;
    margin: 0
}

#nav ul li {
    font-size: 1.125rem;
    line-height: 1.575rem;
    height: auto;
    width: 100%;
    clear: both;
    display: block
}

@media screen and (min-width: 768px) {
    #nav ul li {
        font-size: 0.875rem;
        line-height: 1.225rem;
        height: auto;
        width: auto;
        clear: none;
        display: inline-block;
    }
}

#nav ul li.current a,
#nav ul li.current a:hover {
    color: #fff
}

#nav ul li a {
    padding: 0.9375rem 1.25rem;
    display: block;
    color: #737373;
    border-bottom: 1px solid #222222
}

#nav ul li a:hover {
    color: #CE7DFF
}

@media screen and (min-width: 768px) {
    #nav ul li a {
        border: none;
    }
}

.item {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%;
    margin: 0 0 0.9375rem;
    clear: both
}

.item:last-child {
    margin-right: 0
}

.item .icon {
    margin-right: auto;
    margin-bottom: 1.5625rem;
    margin-left: auto
}

.item .text {
    padding-top: 0.625rem;
    border-top: 2px solid #fff
}

@media screen and (min-width: 768px) {
    .item.skill {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 32.02614%;
        margin-bottom: 3.75rem;
        clear: none;
    }
    .item.skill:last-child {
        margin-right: 0
    }
    .item.skill:nth-child(3n) {
        margin-right: 0
    }
    .item.skill:nth-child(3n+1) {
        clear: left
    }
}

.item.work {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    overflow: hidden
}

@media screen and (min-width: 640px) {
    .item.work {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 49.01961%;
        clear: none;
    }
    .item.work:last-child {
        margin-right: 0
    }
    .item.work:nth-child(2n) {
        margin-right: 0
    }
    .item.work:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 768px) {
    .item.work {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 32.02614%;
    }
    .item.work:last-child {
        margin-right: 0
    }
    .item.work:nth-child(2n) {
        margin-right: 1.96078%
    }
    .item.work:nth-child(2n+1) {
        clear: none
    }
    .item.work:nth-child(3n) {
        margin-right: 0
    }
    .item.work:nth-child(3n+1) {
        clear: left
    }
}

.item.work p {
    font-size: 0.875rem;
    line-height: 1.225rem
}

.item.work a {
    height: 100%;
    width: 100%;
    margin-bottom: 0.625rem;
    float: left;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.item.work a:hover .overlay {
    opacity: 1
}

.item.work a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.item.work a .overlay {
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: 50
}

.item.work a .overlay .button {
    margin: -1.625rem 0 0 -4.4375rem;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%
}

.item.work img {
    transition: all 1s ease;
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns=\'http://www.w3.org/2000/svg\'><filter%20id=\'grayscale\'><feColorMatrix%20type=\'matrix\'%20values=\'0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto


}
.portfolio-img{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    

    filter: url("filters.svg#filter-id");
filter: blur(5px);
filter: brightness(0.4);
filter: contrast(200%);
filter: drop-shadow(16px 16px 20px blue);
filter: grayscale(50%);
filter: hue-rotate(90deg);
filter: invert(75%);
filter: opacity(25%);
filter: saturate(30%);
filter: sepia(60%);

/* Apply multiple filters */
filter: contrast(175%) brightness(3%);

/* Global values */
filter: inherit;
filter: initial;
filter: unset;


    border:5px solid #fff;
    
}
    
.section {
    padding: 0 0.9375rem;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.section:nth-child(1) {
    z-index: 10
}

.section:nth-child(2) {
    z-index: 9
}

.section:nth-child(3) {
    z-index: 8
}

.section:nth-child(4) {
    z-index: 7
}

.section:nth-child(5) {
    z-index: 6
}

.section:nth-child(6) {
    z-index: 5
}

.section:nth-child(7) {
    z-index: 4
}

.section:nth-child(8) {
    z-index: 3
}

.section:nth-child(9) {
    z-index: 2
}

.section:nth-child(10) {
    z-index: 1
}

.section:after {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px
}

.section--grey {
    background: #F3F3F3
}

.section--grey:after {
    border-top-color: #F3F3F3
}

.section--white {
    background: #fff
}

.section--white:after {
    border-top-color: #fff
}

.section--dark {
    background: #272727
}

.section--dark:after {
    display: none
}

.section__resume .download {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%;
    margin-bottom: 3.125rem
}

.section__resume .download:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .section__resume .download {
        margin-bottom: 5rem;
    }
}

.section.quote {
    padding: 0
}

.section.quote:after {
    display: none
}

.section.quote .overlay {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10
}

.section.quote .overlay blockquote {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 83.00654%;
    margin-left: 8.49673%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff
}

.section.quote .overlay blockquote:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .section.quote .overlay blockquote {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 66.01307%;
        margin-left: 16.99346%;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .section.quote .overlay blockquote:last-child {
        margin-right: 0
    }
}

.section.quote .overlay blockquote p {
    font-size: 1.375rem;
    line-height: 1.925rem;
    margin-bottom: 2.5rem
}

@media screen and (min-width: 768px) {
    .section.quote .overlay blockquote p {
        font-size: 1.875rem;
        line-height: 2.625rem;
    }
}

@media screen and (min-width: 992px) {
    .section.quote .overlay blockquote p {
        font-size: 2.1875rem;
        line-height: 3.0625rem;
    }
}

.section.quote .overlay blockquote footer p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0
}

.section.quote .overlay blockquote footer p em {
    color: inherit
}

.section.quote .overlay blockquote footer p a {
    color: inherit
}

.section.feature {
    height: 100%;
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    z-index: 100
}

.section.feature:after {
    display: none
}

.section.feature .underlay {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden
}

.section.feature .overlay {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10
}

.section.feature .overlay header {
    padding: 0px 1.875rem;
    margin-top: -80px
}

.section.feature .overlay header .mark {
    padding-bottom: 1.5625rem
}

.section.feature .overlay header h1 {
    font-size: 1.375rem;
    line-height: 1.925rem;
    margin: 0;
    color: #fff;
    font-weight: 300
}

.section.feature .overlay .go {
    padding: 0 0 5rem;
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0
}

.section#section-work {
    padding-bottom: 1.5625rem
}

@media screen and (min-width: 768px) {
    .section#section-work {
        padding-bottom: 3.4375rem;
    }
}

.section article {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto
}

.section article::after {
    clear: both;
    content: "";
    display: table
}

.section article header {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.section article header:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .section article header {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 66.01307%;
        margin-left: 16.99346%;
        padding-top: 4.6875rem;
        padding-bottom: 4.6875rem;
    }
    .section article header:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 992px) {
    .section article header {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 49.01961%;
        margin-left: 25.4902%;
    }
    .section article header:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .section article header h2 {
        font-size: 2.1875rem;
        line-height: 3.0625rem;
        font-weight: 300;
    }
}

.section article header p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0
}

@media screen and (min-width: 768px) {
    .section article header p {
        font-size: 1.125rem;
        line-height: 1.575rem;
    }
}

@media screen and (min-width: 992px) {
    .section article header p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.statistics {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%;
    padding-bottom: 1.875rem
}

.statistics:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .statistics {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 74.5098%;
        margin-left: 12.7451%;
        padding-bottom: 3.4375rem;
    }
    .statistics:last-child {
        margin-right: 0
    }
}

.statistics .chart {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%
}

.statistics .chart:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .statistics .chart {
        float: left;
        display: block;
        margin-right: 1.96078%;
        width: 32.02614%;
    }
    .statistics .chart:last-child {
        margin-right: 0
    }
}

.statistics .chart div+p {
    margin-bottom: 0.625rem
}

.statistics .stat {
    display: inline-block;
    position: relative;
    z-index: 1
}

.statistics .stat .circle-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    width: 100%
}

.timeline {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 100%;
    padding: 0;
    margin: 0 0 5rem;
    position: relative;
    z-index: 10;
    list-style: none
}

.timeline::after {
    clear: both;
    content: "";
    display: table
}

.timeline:last-child {
    margin-right: 0;
    margin-bottom:200px;
}

.timeline:before,
.timeline:after {
    font-size: 1.375rem;
    line-height: 1.925rem;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    color: #000;
    margin: 0 auto;
    /*background: #f3f3f3*/
}
.time-line-heading{
    padding-top:100px;
    padding-bottom:80px;
    color:#fff;

}

.timeline-label time{
    font-size: .8em;
}


blockquote{
    font-family: 'Amatic SC', cursive;
    border:none;
    font-size: 1.9em;
}


.social-links{
    margin-top:15px;
}



.wrapper {
 
}
.profile{
    width:150px;
    float:left;        
    margin:2em 1em 0 0;
}
.profile img{
    width:150px;
    height:auto;    
    border-radius: 100%;
}

.tri-circle{
    margin:0 auto ;
}



.item-details{
    padding-bottom:10px;
    list-style-type:square;
    padding-left: 20px;
}

#portfolio .portfolio-item .portfolio-link{
    background: rgba(225,176,255,.9);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.portfolio-item{
    opacity: .7;
}
.portfolio-item:hover{
    opacity: 1;
}

.btn{
    border-radius:0;
}
.btn-primary{
    background:#A40EFF;
    border:none;
}

.copyright p{
    font-size:.8em;

}
.btn-success:active:hover, 
.btn-success.active:hover, 
.open>.dropdown-toggle.btn-success:hover, 
.btn-success:active:focus, 
.btn-success.active:focus, 
.open>.dropdown-toggle.btn-success:focus, 
.btn-success:active.focus, 
.btn-success.active.focus, 
.open>.dropdown-toggle.btn-success.focus{
    background: #A40EFF;
    border: 1px solid #A40EFF;
}



.tri-circle{
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  
}
.badges-logo a img{
    width:50px;
}

.bio p{
    font-size: .9em;
}

.social-block p{
 font-size: .9em;   
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:#CE7DFF;
}

.past-main{
   background: rgba(255,255,255, .9); 
}

.navbar-default,.portfolio-item{

}


@media screen and (min-width: 992px) {
    .timeline:before,
    .timeline:after {
        text-align: center;
    }
}
.timeline:before,.timeline:after{
    font-size:3em;
    color:#fff;
    font-family: 'Amatic SC', cursive;
}

.timeline:before {
    padding: 0 0 1.875rem;
    content: "2023";    
    margin:-40px 0 23px 0;    
}

.timeline:after {
    padding: 1.875rem 0 0;
    content: "2006";    
    margin:0px 0 -40px 0;    
}

@media screen and (min-width: 768px) {
    .timeline .timeline-line {
        margin: 0 0 0 -0.125rem;
        padding: 0;
        position: absolute;
        z-index: 5;
        top: 0;
        left: 1.5625rem;
        width: 4px;
        height: 100%;
        background: #fff;
    }
}

@media screen and (min-width: 992px) {
    .timeline .timeline-line {
        left: 50%;
    }
}

.timeline:before,
.timeline:after,
.timeline .timeline-line {
    display: none
}

@media screen and (min-width: 768px) {
    .timeline:before,
    .timeline:after,
    .timeline .timeline-line {
        display: block;
    }
}

.timeline .timeline-event {
    margin: 0 0 0.9375rem;
    clear: both;
    width: 100%;
    padding: 0;
    background: transparent;
    opacity: 0;
    transition: -webkit-transform 0.2s ease-out, opacity 0.3s ease-out;
    transition: transform 0.2s ease-out, opacity 0.3s ease-out
}

.timeline .timeline-event.show {
    opacity: 1;
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important
}

@media screen and (min-width: 768px) {
    .timeline .timeline-event {
        position: relative;
        z-index: 10;
    }
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event {
        width: 50%;
    }
}

.timeline .timeline-event .timeline-label {
    padding: 1.25rem 1.5625rem 0.3125rem;
    position: relative;
    background: rgba(255,255,255, .8);
    box-shadow:  rgba(255,255,255, .6);
    border: 1px solid #fff;
    border-radius: 3px;
}

.timeline .timeline-event .timeline-label:after {
    height: 0;
    width: 0;
    content: " ";
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    left: 0.9375rem;
    top: -1.25rem
}

@media screen and (min-width: 768px) {
    .timeline .timeline-event .timeline-label:after {
        margin: -0.625rem 0 0;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        left: -2rem;
        top: 50%;
    }
}

@media screen and (min-width: 768px) {
    .timeline .timeline-event .timeline-label {
        margin: 0 0 0 4.0625rem;
    }
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event .timeline-label {
        margin: 0 3.125rem 0 0;
    }
}

.timeline .timeline-event .timeline-label h3 {
    margin: 0
}

.timeline .timeline-event:nth-child(odd) {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event:nth-child(odd) {
        margin: 0 0 0 50%;
    }
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event:nth-child(odd) .timeline-label {
        margin: 0 0 0 3.125rem;
    }
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event:nth-child(odd) .timeline-icon {
        left: -1.875rem;
    }
}

.timeline .timeline-event:nth-child(even) {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event:nth-child(even) .timeline-label:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        left: 100%
    }
}

.timeline .timeline-event .timeline-icon {
    margin: 0 0 1.25rem;
    padding: 0.3125rem 0;
    height: 20px;
    width: 20px;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #CE7DFF
}

@media screen and (min-width: 768px) {
    .timeline .timeline-event .timeline-icon {
        margin: -1.5625rem 0 0;
        position: absolute;
        z-index: 20;
        left: 0;
        top: 50%;
    }
}

@media screen and (min-width: 992px) {
    .timeline .timeline-event .timeline-icon {
        margin: -1.875rem 0 0;
        padding: 0.6875rem 0;
        height: 40px;
        width: 40px;
        right: -20px;
        left: auto;
        opacity: 0.9;
    }
}







@media screen and (min-width: 1024px) {    
    .tri-circle{
        margin:200px auto ;
    }
}


@media screen and (min-width: 768px) {    
    .tri-circle{
        margin:200px auto ;
    }
    .profile{
        
        margin:1em 3em 0 0;
        }
}
@media screen and (max-width: 768px) {    
    .tri-circle{
        margin:200px auto ;
    }
    .profile{
        
        margin:1em 3em 0 0;
        }
}


@media screen and (min-width: 425px) {    
    .tri-circle{
        margin:200px auto ;
    }
}


@media screen and (min-width: 370px) {    
    .tri-circle{
        margin:80px auto ;
    }


}
@media screen and (max-width:425px) {    
    .timeline .timeline-event .timeline-icon{
        display: none;
    }
    .timeline .timeline-event .timeline-label:after{
        border-bottom-color:transparent !important;
    }

    .profile{
        width:100%;
        margin: 0em 2em 0 0;
    }
    .profile img{
        width:100%;
        margin: 0em 2em 0 0;
    }

}


@media screen and (min-width: 320px) {    
    .tri-circle{
        margin:0px auto ;        
    }
    .social-block,.copyright{text-align:left;}
}
@media screen and (max-width: 320px) {    
    .profile{
        width: 100%;
        margin:0em 1em 0 0;
        }
    .profile img {
      width: auto;
      height: auto;
      border-radius: 100%;
      text-align: center;
      margin: 0 auto 0;
      float: none;
      width: 100%;
    }
}


@media screen and (min-width: 1625px) {    
    .tri-circle{
        margin:130px auto ;
    }
}
@media screen and (min-width: 1440px) {    
    .tri-circle{
        margin:150px auto ;
    }
}

.row-no-padding {
 
    padding-left: 0 !important;
    padding-right: 0 !important;
 
}




