@media (min-width:992px) and (max-width:1279px){
    .container{
        padding-right:120px;
        padding-left:120px
    }
}
@media (min-width:1024px) and (max-width:5000px){
    .container{
        max-width:1000px
    }
}
.background-grid{
    opacity:.6;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5
}
.background-grid>.column{
    border-left:1px solid #dad9da;
    box-sizing:border-box;
    display:block;
    float:left;
    position:relative;
    width:33.33333%;
    height:100%
}
@media (min-width:480px){
    .background-grid>.column{
        width:25%
    }
}
@media (min-width:767px){
    .background-grid>.column{
        width:20%
    }
}
@media (min-width:992px){
    .background-fix{
        background-attachment:fixed
    }
    .background-grid>.column{
        width:16.66666%
    }
}
@media (max-width:479px){
    .background-grid>.column:nth-child(4){
        display:none
    }
}
@media (max-width:767px){
    .background-grid>.column:nth-child(5){
        display:none
    }
}
.border-site{
    background-color:#dad9da;
    position:fixed;
    z-index:15
}
.border-site.border-site.bs-top{
    top:0;
    left:0;
    width:100%;
    height:20px
}
.border-site.border-site.bs-right{
    top:0;
    right:0;
    width:20px;
    height:100%
}
.border-site.border-site.bs-bottom{
    left:0;
    bottom:0;
    width:100%;
    height:20px
}
.border-site.border-site.bs-left{
    top:0;
    left:0;
    width:20px;
    height:100%
}
#navigation{
    background:linear-gradient(to left,#f2f2f2,#f7f8f8);
    -webkit-box-shadow:-5px 0 7px 0 rgba(0,0,0,.03);
    -moz-box-shadow:-5px 0 7px 0 rgba(0,0,0,.03);
    box-shadow:-5px 0 7px 0 rgba(0,0,0,.03);
    display:none;
    top:0;
    left:auto;
    width:100%;
    height:100%
}
@media (max-width:991px){
    .background-grid>.column:first-child{
        border-left:none
    }
    .background-grid>.column:nth-child(6),.border-site{
        display:none
    }
    #navigation{
        text-align:center
    }
}
#navigation .navbar-nav{
    float:none;
    margin:0
}
@media (min-width:992px){
    #navigation{
        top:20px;
        right:20px;
        width:350px;
        height:calc(100% - 40px)
    }
    #navigation .navbar-nav{
        padding-left:70px
    }
}
#navigation .navbar-nav>li{
    float:none;
    padding-top:5px;
    padding-bottom:5px
}
#navigation .navbar-nav>li>a{
    display:inline-block;
    padding:0;
    position:relative
}
#navigation .navbar-nav>li>a:focus,#navigation .navbar-nav>li>a:hover{
    background-color:transparent;
    color:#292627
}
#navigation .navbar-nav>li>a:after{
    background-color:#00c775;
    content:'';
    display:block;
    margin-top:-1px;
    opacity:0;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:2px;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media (min-width:480px) and (max-width:991px){
    #navigation .navbar-nav{
        font-size:24px!important;
        line-height:34px!important
    }
    #navigation .navbar-nav>li>a:after{
        margin-bottom:-8px
    }
}
#navigation .navbar-nav>li.active>a:after{
    opacity:1
}
@media (max-width:991px){
    #navigation .nav-social{
        padding-top:18px!important
    }
    .nav-trigger.nav-trigger-open{
        background-color:#f7f8f8;
        box-shadow:rgba(0,0,0,.05) 0 7px 7px;
        position:fixed;
        width:100%;
        height:55px;
        top:0;
        left:0;
        z-index:20
    }
}
.nav-trigger.nav-trigger-open .nav-toggle{
    position:fixed;
    top:40px;
    right:40px;
    width:30px;
    z-index:20
}
@media (max-width:991px){
    .nav-trigger.nav-trigger-open .nav-toggle{
        top:17px;
        right:20px
    }
}
.nav-trigger.nav-trigger-open .nav-toggle:before{
    font-size:15px;
    letter-spacing:1px;
    margin-left:-48px;
    padding-top:1px;
    position:absolute;
    top:0;
    left:0;
    text-transform:uppercase
}
.nav-trigger.nav-trigger-open .nav-toggle>span{
    background-color:#292627;
    display:block;
    margin-bottom:6px;
    width:100%;
    height:4px
}
@media (max-width:991px){
    .nav-trigger.nav-trigger-open .nav-toggle>span{
        height:3px
    }
}
.nav-trigger.nav-trigger-open .nav-toggle>span:last-child{
    margin-bottom:0
}
.nav-trigger.nav-trigger-close{
    background-color:#292627;
    border-radius:50%;
    display:block;
    margin:0 auto 18px;
    position:relative;
    width:42px;
    height:42px
}
@media (min-width:480px){
    .nav-trigger.nav-trigger-close{
        width:52px;
        height:52px
    }
}
@media (min-width:992px){
    #navigation .inner-content{
        padding-left:70px
    }
    .nav-trigger.nav-trigger-close{
        margin-top:-26px;
        margin-left:-26px;
        position:absolute;
        top:50%;
        left:0
    }
    #jpreOverlay{
        border:20px solid transparent
    }
}
.nav-trigger.nav-trigger-close span{
    background:#fdfdfd;
    display:block;
    margin-top:-1px;
    margin-left:-10px;
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:2px
}
#jpreBar,.header .logo{
    background-color:#00c775
}
@media (min-width:768px){
    .nav-trigger.nav-trigger-close span{
        margin-left:-13px;
        width:26px
    }
}
.nav-trigger.nav-trigger-close span:nth-child(1){
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.nav-trigger.nav-trigger-close span:nth-child(2){
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.header .logo{
    position:fixed;
    top:0;
    left:20px;
    width:75px;
    height:75px;
    z-index:25
}
@media (max-width:991px){
    .header .logo{
        top:0;
        left:0;
        width:55px;
        height:55px
    }
}
#jpreLoader{
    background-color:rgba(0,0,0,.05);
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin-top:-5px;
    left:10%!important;
    width:80%;
    height:4px
}
#jpreBar{
    background-image:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
#jprePercentage{
    display:inline-block;
    font-size:16px;
    height:35px!important;
    left:12px;
    line-height:35px!important;
    margin-top:-38px;
    position:absolute!important;
    text-align:center
}
#jSplash{
    top:0;
    left:0
}
@media (min-width:992px){
    #jSplash{
        border:20px solid #dad9da
    }
}
#jSplash .rect{
    background-color:rgba(0,0,0,.02);
    position:absolute;
    top:20%;
    left:10%;
    width:80%;
    height:60%
}
#jSplash .rect .logo>span{
    color:#292627;
    letter-spacing:-1px;
    line-height:80px!important;
    margin-top:-40px;
    margin-left:-100px;
    position:absolute;
    top:50%;
    left:50%;
    width:200px;
    height:80px;
    z-index:10
}
.pace,.pace .pace-progress{
    height:7rem;
    left:0;
    z-index:2000;
    top:0
}
#jpreButton{
    display:none!important
}
.pace{
    bottom:0;
    margin:auto;
    -webkit-perspective:14rem;
    -moz-perspective:14rem;
    -ms-perspective:14rem;
    -o-perspective:14rem;
    perspective:14rem;
    -webkit-pointer-events:none;
    pointer-events:none;
    position:fixed;
    right:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    width:7rem
}
.pace .pace-progress{
    -webkit-animation:pace-theme-center-circle-spin linear infinite 2s;
    -moz-animation:pace-theme-center-circle-spin linear infinite 2s;
    -ms-animation:pace-theme-center-circle-spin linear infinite 2s;
    -o-animation:pace-theme-center-circle-spin linear infinite 2s;
    animation:pace-theme-center-circle-spin linear infinite 2s;
    background-color:#00c775;
    border-radius:50%;
    color:#fff;
    display:block;
    font-size:1.5rem;
    font-weight:100;
    line-height:7rem;
    position:absolute;
    text-align:center;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
    width:7rem!important
}
.pace .pace-progress:after{
    content:attr(data-progress-text);
    display:block
}
.pace.pace-inactive .pace-progress{
    display:none
}
@-webkit-keyframes pace-theme-center-circle-spin{
    from{
        -webkit-transform:rotateY(0)
    }
    to{
        -webkit-transform:rotateY(360deg)
    }
}
@-moz-keyframes pace-theme-center-circle-spin{
    from{
        -moz-transform:rotateY(0)
    }
    to{
        -moz-transform:rotateY(360deg)
    }
}
@-ms-keyframes pace-theme-center-circle-spin{
    from{
        -ms-transform:rotateY(0)
    }
    to{
        -ms-transform:rotateY(360deg)
    }
}
@-o-keyframes pace-theme-center-circle-spin{
    from{
        -o-transform:rotateY(0)
    }
    to{
        -o-transform:rotateY(360deg)
    }
}
@keyframes pace-theme-center-circle-spin{
    from{
        transform:rotateY(0)
    }
    to{
        transform:rotateY(360deg)
    }
}
.section{
    padding-top:70px;
    padding-bottom:70px;
    position:relative;
    width:100%
}
@media (min-width:768px){
    .section{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (min-width:1024px){
    .section{
        padding-top:80px;
        padding-bottom:150px
    }
}
@media (max-width:1199px){
    .section{
        overflow-x:hidden
    }
}
@media (max-width:359px){
    .section .title-extra-large-3{
        font-size:28px!important;
        line-height:38px!important;
        margin-bottom:22px!important
    }
}
@media (min-width:360px) and (max-width:799px){
    .section .title-extra-large-3{
        font-size:35px!important;
        line-height:45px!important;
        margin-bottom:24px!important
    }
}
@media (min-width:800px) and (max-width:1279px){
    .section .title-extra-large-3{
        font-size:45px!important;
        line-height:55px!important;
        margin-bottom:26px!important
    }
}
.section .title-extra-large-3:last-child{
    margin-bottom:0!important
}
.section-content{
    position:relative;
    z-index:10
}
@media (max-width:767px){
    .section-title{
        margin-bottom:10px
    }
}
.hero .hero-title>span{
    font-size:14px;
    margin-top:-23px;
    opacity:.9;
    position:absolute;
    top:0;
    left:4px
}
@media (max-width:567px){
    .hero .hero-title>span{
        font-size:12px;
        margin-top:-20px;
        left:2px
    }
}
@media (min-width:568px) and (max-width:1279px){
    .hero .hero-title>span{
        font-size:13px
    }
}
.hero .hero-title h2{
    letter-spacing:-3px;
    position:relative
}
@media (max-width:479px){
    .hero .hero-title>span{
        display:none
    }
    .hero .hero-title h2{
        font-size:35px!important;
        letter-spacing:-1px;
        line-height:45px!important
    }
}
@media (min-width:480px) and (max-width:567px){
    .hero .hero-title h2{
        font-size:45px!important;
        line-height:55px!important
    }
}
@media (min-width:568px) and (max-width:1279px){
    .hero .hero-title h2{
        font-size:50px!important;
        line-height:60px!important
    }
}
.hero .scroll-down{
    bottom:30px;
    left:0;
    position:absolute;
    z-index:10
}
@media (min-width:992px){
    .hero .scroll-down{
        bottom:50px
    }
}
@media (max-width:567px){
    .hero .scroll-down i{
        font-size:28px!important
    }
}
.text-rotator{
    width:100%;
    height:60px;
    position:relative
}
@media (max-width:479px){
    .text-rotator{
        height:34px
    }
}
@media (min-width:480px) and (max-width:1279px){
    .text-rotator{
        height:45px
    }
}
.text-rotator>.text-rotator-item{
    position:absolute;
    width:100%;
    height:100%
}
.text-rotator>.text-rotator-item>.item{
    display:none;
    height:100%;
    opacity:0
}
.text-rotator>.text-rotator-item>.item.active{
    display:block;
    opacity:1
}
.text-rotator>.text-rotator-item>.item>span{
    background:linear-gradient(to left,#2a6086,#1e5e21);
    border-left:3px solid #00c775;
    border-radius:2px;
    display:inline-block;
    color: #fff;
    font-size: 20px!important;
    padding: 5px 20px;
    margin-top: 10px;
}
@media (max-width:479px){
    .text-rotator>.text-rotator-item>.item>span{
        border-left:2px solid #00c775;
        font-size:24px!important;
        letter-spacing:2px!important;
        line-height:34px!important
    }
}
@media (min-width:480px) and (max-width:1279px){
    .text-rotator>.text-rotator-item>.item>span{
        font-size:35px!important;
        line-height:45px!important
    }
}
.text-rotator>.rotator-pagination{
    margin-top:-13px;
    margin-left:-30px;
    width:20px;
    position:absolute;
    top:50%;
    left:0
}
@media (max-width:359px){
    .text-rotator>.rotator-pagination{
        display:none
    }
}
@media (max-width:479px){
    .text-rotator>.rotator-pagination{
        width:14px
    }
}
.text-rotator>.rotator-pagination:before{
    background-color:#c2c0c1;
    content:'';
    margin-top:-50px;
    position:absolute;
    top:0;
    left:0;
    width:2px;
    height:30px
}
.text-rotator>.rotator-pagination>.page{
    background-color:#bfbfbf;
    display:block;
    width:100%;
    height:2px;
    margin-bottom:10px
}
.text-rotator>.rotator-pagination>.page.active{
    background-color:#00c775
}
.text-rotator>.rotator-pagination>.page:last-child{
    margin-bottom:0
}
.text-rotator>.rotator-page-number{
    font-size:15px;
    line-height:24px;
    margin-top:-88px;
    margin-left:-52px;
    position:absolute;
    top:0;
    left:0;
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
@media (max-width:359px){
    .text-rotator>.rotator-page-number{
        display:none
    }
}
.number{
    color: #bfbfbf!important;
}
.text-rotator>.rotator-page-number>.number{
    letter-spacing:1px
}
.text-rotator>.rotator-page-number>.number>.current-index{
    display:none;
    opacity:0
}
.text-rotator>.rotator-page-number>.number>.current-index.active{
    display:inline-block;
    opacity:1
}
.text-rotator>.rotator-page-number>.number>.total-items{
    color:#00c775
}
.text-rotator>.rotator-progress-bar{
    background-color:#c2c0c1;
    margin-top:-1px;
    opacity:.8;
    position:absolute;
    top:50%;
    width:100%;
    height:2px
}
@media (max-width:359px){
    .text-rotator>.rotator-progress-bar{
        display:none
    }
}
.text-rotator>.rotator-progress-bar:after,.text-rotator>.rotator-progress-bar:before{
    border-radius:1.5px;
    content:'';
    display:block;
    margin-top:-3px;
    position:absolute;
    top:50%;
    width:6px;
    height:6px;
    z-index:-1
}
.text-rotator>.rotator-progress-bar:before{
    background-color:#2a91d6;
    margin-left:-3px;
    left:0
}
.text-rotator>.rotator-progress-bar:after{
    background-color:#c2c0c1;
    margin-right:-3px;
    right:0
}
.text-rotator>.rotator-progress-bar>.rotator-bar{
    background-image: -moz-linear-gradient(to right,#2a91d6,#078c1c);
    background-image: -webkit-linear-gradient(to right,#2a91d6,#078c1c);
    background-image: -ms-linear-gradient(to right,#2a91d6,#078c1c);
    background-image: linear-gradient(to right,#2a91d6,#078c1c);
    display:block;
    position:absolute;
    width:0;
    height:100%
}
.profile{
    position:relative
}
.profile .profile-image{
    -webkit-box-shadow:0 50px 80px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 50px 80px 0 rgba(0,0,0,.2);
    box-shadow:0 50px 80px 0 rgba(0,0,0,.2);
    margin-top:-20px;
    position:relative
}
@media (min-width:480px) and (max-width:767px){
    .profile .profile-image{
        max-width:75%;
        margin:0 auto
    }
}
.profile .profile-btn-download a{
    width:100%
}
@media (min-width:768px){
    .profile .profile-btn-download a{
        border-radius:2px;
        margin-bottom:-20px;
        margin-left:-30px;
        position:absolute;
        bottom:0;
        left:0;
        width:auto;
        z-index:5
    }
}
.profile .profile-description{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
@media (max-width:767px){
    .profile .profile-description{
        display:none
    }
}
.profile .profile-description>.item{
    position:absolute;
    top:0;
    width:60%;
    height:25%
}
.profile .profile-description>.item.text-right{
    left:40%;
    margin-left:-100%;
    padding-right:30px
}
@media (min-width:800px){
    .profile .profile-description>.item{
        width:70%
    }
    .profile .profile-description>.item.text-right{
        left:30%
    }
}
@media (min-width:992px){
    .profile .profile-description>.item{
        width:100%
    }
    .profile .profile-description>.item.text-right{
        left:0
    }
}
.profile .profile-description>.item.text-left{
    left:100%;
    padding-left:30px
}
.profile .profile-description>.item:first-child{
    top:40%
}
.profile .profile-description>.item:nth-child(2){
    top:25%;
    margin-left:8px
}
.profile .profile-description>.item:last-child{
    top:58%;
    margin-left:-10px
}
@media (max-width:991px){
    .profile .profile-description>.item h4{
        font-size:20px!important;
        line-height:30px!important
    }
}
@media (max-width:799px){
    .profile .profile-description>.item h5{
        font-size:15px!important;
        line-height:24px!important
    }
}
.profile .profile-description .circle{
    background-color:#00c775;
    border-radius:50%;
    content:'';
    display:block;
    opacity:.8;
    position:absolute;
    top:10px;
    width:30px;
    height:30px
}
@media (min-width:992px){
    .profile .profile-description .circle{
        top:10px;
        width:40px;
        height:40px
    }
}
.profile .profile-description .circle:before{
    background-color:#292627;
    content:'';
    display:block;
    position:absolute;
    top:50%;
    width:65px;
    height:1px
}
.profile .profile-description .circle.on-right{
    margin-right:-60px;
    right:0
}
.profile .profile-description .circle.on-right:before{
    left:0;
    margin-left:-50px
}
@media (min-width:992px){
    .profile .profile-description .circle.on-right:before{
        margin-left:-45px
    }
}
.profile .profile-description .circle.on-left{
    margin-left:-60px;
    left:0
}
.profile .profile-description .circle.on-left:before{
    right:0;
    margin-right:-50px
}
.profile-chart .item{
    margin-bottom:5px;
    text-align:center
}
@media (min-width:320px){
    .profile-chart .item{
        margin-bottom:10px
    }
}
@media (min-width:768px){
    .profile-chart .item{
        text-align:left
    }
}
.profile-chart .item:nth-child(1)>span.percent:before{
    background-color:#00c775
}
.profile-chart .item:nth-child(2)>span.percent:before{
    background-color:#aeabad
}
.profile-chart .item:nth-child(3)>span.percent:before{
    background-color:#c2c0c1
}
.profile-chart .item:nth-child(4)>span.percent:before{
    background-color:#dad9da
}
.profile-chart .item:last-child{
    margin-bottom:0
}
.profile-chart .item>span{
    display:inline-block;
    font-size:20px;
    height:30px;
    line-height:30px;
    position:relative
}
@media (min-width:360px){
    .profile-chart .item>span{
        font-size:24px;
        height:34px;
        line-height:34px
    }
}
@media (min-width:480px){
    .profile-chart .item>span{
        font-size:28px;
        height:38px;
        line-height:38px
    }
}
@media (min-width:768px){
    .profile-chart .item>span{
        font-size:20px;
        height:26px;
        line-height:26px
    }
    .profile-chart .item>span.percent{
        padding-left:32px
    }
}
@media (min-width:1280px){
    .profile-chart .item{
        text-align:center
    }
    .profile-chart .item>span{
        font-size:15px
    }
}
.profile-chart .item>span.percent:after,.profile-chart .item>span.percent:before{
    content:'';
    display:none;
    left:0;
    position:absolute
}
@media (min-width:768px){
    .profile-chart .item>span.percent:after,.profile-chart .item>span.percent:before{
        display:inline-block
    }
}
.profile-chart .item>span.percent:before{
    border-radius:3px;
    top:0;
    width:26px;
    height:26px
}
.profile-chart .item>span.percent:after{
    background-color:#292627;
    margin-bottom:-3px;
    bottom:0;
    left:32px;
    width:25px;
    height:3px
}
.gauge-chart-graph{
    margin-top:-35%;
    margin-left:-35%;
    position:absolute;
    top:50%;
    left:0;
    width:70%;
    height:70%;
    z-index:-1
}
@media (max-width:767px){
    .gauge-chart-graph{
        display:none
    }
}
@media (min-width:992px){
    .profile .profile-description .circle.on-left:before{
        margin-right:-45px
    }
    .gauge-chart-graph{
        margin-top:-30%;
        margin-left:-30%;
        width:60%;
        height:60%
    }
    .projects>.item:hover{
        color:#fdfdfd
    }
}
.gauge-chart-graph .ct-series-a .ct-slice-donut{
    stroke:#00c775
}
.gauge-chart-graph .ct-series-b .ct-slice-donut{
    stroke:#aeabad
}
.gauge-chart-graph .ct-series-c .ct-slice-donut{
    stroke:#c2c0c1
}
.gauge-chart-graph .ct-series-d .ct-slice-donut{
    stroke:#dad9da
}
.projects>.item{
    border-bottom:1px solid #dad9da;
    max-width:100%;
    padding:1.5%;
    position:relative;
    width:100%
}
@media (min-width:992px){
    .projects>.item:hover .has-sideline:before{
        background-color:#fdfdfd
    }
}
.projects>.item:hover .hover-bg{
    height:100%
}
.projects>.item.last-item{
    border-bottom:none
}
.projects>.item.last-item:after,.projects>.item.last-item:before{
    display:none
}
.projects>.item:after,.projects>.item:before{
    background-color:rgba(0,0,0,.3);
    content:'';
    display:none;
    margin-bottom:-1px;
    position:absolute;
    bottom:0;
    width:10px;
    height:1px;
    z-index:5
}
.project-nav ul>li.active>a:before,.projects>.item .has-sideline:before{
    background-color:#00c775;
    content:'';
    left:0
}
.projects>.item:before{
    left:0
}
.projects>.item:after{
    right:0
}