/* #22A39F - #F3EFE0 - rgba(34, 163, 159, 0.67) - #222222  */
/* ------------------------------- Start General ----------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0
}
body { overflow-x: hidden }
ul, ol { list-style: none }
h1, h2, h3, h4, h5, h6, ul, ol {margin: 0; padding: 0}
a, a:focus, a:hover { color: inherit }
/* Scroll */
::-webkit-scrollbar { width: 5px;}
::-webkit-scrollbar-button { width: 0px; height: 0px }
::-webkit-scrollbar-thumb { background: #22A39F; border: 1px solid #22A39F; border-radius: 0px }
::-webkit-scrollbar-thumb:hover { background: #22A39F; border-radius: 5px }
::-webkit-scrollbar-thumb:active { background: #22A39F }
::-webkit-scrollbar-track { background: #f9f9fb; border: 1px none #000 }
::-webkit-scrollbar-track:hover { background: #f9f9fb }
::-webkit-scrollbar-track:active { background: #fff }
::-moz-focus-inner { padding: 0; border: 0 }
/* Selection */
::-moz-selection { background: #22A39F; color: #fff }
::selection { background: #22A39F; color: #fff }
/* ------------------------------- End General ------------------------------------------- */
/* ------------------------------- Start Header ----------------------------------------- */
.header {
    background-image: url("https://i.ytimg.com/vi/8LQSe_1D27I/maxresdefault.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    color: #fff;
}
.header .overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 163, 159, 0.5);
}
.header .overlay .header-content,
.header .overlay .header-arrow,
.header .overlay .navbar-custom {
    position: absolute
}
.header .overlay .header-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.header .overlay .header-content h1 {
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: sans-serif;
    border-bottom: 1px solid #ddd
}
.header .overlay .header-content p {
    margin: 10px;
    font-size: 30px
}
.header .overlay .header-arrow {
    width: 110px;
    height: 80px;
    line-height: 100px;
    bottom: 0;
    right: 5%;
    background: #222222;
    cursor: pointer
}
.header .overlay .header-arrow .arrow {
    font-size: 30px; 
	padding-top: 40px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.header .overlay .header-arrow .lift {
    padding-top: 0
}
.header .overlay .navbar-custom {
    background: #222;
    top: 100%;
    right: 5%
}
.header .overlay .navbar-custom.fixed {
    top: 50px;
    right: 5%;
    position: fixed;
    z-index: 9999999
}
.header .overlay .navbar-custom ul li {
    width: 110px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-family: sans-serif;
    cursor: pointer;
    -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;
}
.header .overlay .navbar-custom ul li:hover {
    color: #aaa
}
.header .overlay .navbar-custom ul li.active,
.header .overlay .navbar-custom ul li.active:hover {
    background: #22A39F;
    color: #fff
}
@media(max-width: 1100px) {
    .header .overlay .navbar-custom {
        display: none
    }
    .header .overlay .header-arrow {
        width: 100%;
        right: 0
    }
}
/* ------------------------------- End Header ------------------------------------------- */
/* ------------------------------- Start Nav Second ------------------------------------------- */
.nav-second {
    color: #eee;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.nav-second > div {
    text-align: right;
    padding: 10px;
    background: #222;
    border-top: 1px solid #555
}
.nav-second .fa {
    cursor: pointer
}
.nav-second .fa:hover {
    color: #ccc
}
.nav-second ul {display: none}
.nav-second ul li {
    padding: 20px;
    font-size: 17px;
    background: #222;
    cursor: pointer;
    -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;
    border-top: 1px solid #555;
    letter-spacing: 1.5px
}
.nav-second ul li:hover {
    color: #aaa;
    letter-spacing: 0;
    background: #333
}
.nav-second ul li.active,
.nav-second ul li.active:hover {
    background: #22A39F;
    color: #fff;
    letter-spacing: 0
}
@media(min-width: 1100px) {
    .nav-second {
        display: none
    }
}
/* ------------------------------- End Nav Second ------------------------------------------- */
/* ------------------------------- Start Profile --------------------------------------- */
.profile  {
    width: 100%;
    margin: 75px auto
}
.profile .profile-header {
    padding-bottom: 25px
}
.profile .profile-header h2 {
    color: #22A39F;
    font-size: 60px;
    font-weight: normal;
}
.profile .profile-header p {
    color: #777;
    margin: 15px auto;
    font-size: 18px
}
.profile .profile-body {
    border-top: 1px solid #eee
}
.profile .profile-body .cont {
    max-width: 425px;
    margin: 50px auto 0
}
.profile .profile-body .cont h3 {
    color: #22A39F;
    margin-bottom: 25px;
    font-size: 30px
}
.profile .profile-body .cont p {
    color: #888;
    font-size: 14px
}
@media(max-width: 766px) {
    .profile .profile-body .cont {text-align: center}
}
/* ------------------------------- End Profile ----------------------------------------- */
/* ------------------------------- Start Experiences ----------------------------------------- */
.experiences {
    background: #F3EFE0;
    width: 100%;
}
.experiences .container {
    width: 100%;
    margin: auto;
    padding: 75px 15px;
    max-width: 900px
}
.experiences .experiences-header h2 {
    font-size: 60px;
    color: #22A39F
}
.experiences .experiences-header p {
    font-size: 18px;
    max-width: 500px;
    margin: 25px auto 50px;
    color: #777;
}
.experiences .experiences-body h3 {
    color: #22A39F;
    font-size: 30px;
    border-top: 1px solid #ccc;
    padding: 25px 0
}
.experiences .experiences-body h4,
.experiences .experiences-body h5 {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: sans-serif
}
.experiences .experiences-body h4 {
    font-size: 19px
}
.experiences .experiences-body h5 {
    font-size: 17px
}
.experiences .experiences-body .row {
    margin-bottom: 50px
}
.experiences .experiences-body span,
.experiences .experiences-body .fa {
    color: #22A39F
}
.experiences .experiences-body span,
.experiences .experiences-body .fa,
.experiences .experiences-body p {
    font-size: 16px
}
@media(max-width: ) {
    .experiences .experiences-body .hestory,
    .experiences .experiences-body .details {
        max-width: 450px;
        margin: auto
    }
}
/* ------------------------------- End Experiences ----------------------------------------- */
/* ------------------------------- Start Abilities ----------------------------------------- */
.abilities {
    padding: 100px 0 0;
    text-align: center
}
.abilities h2 {
    color: #22A39F;
    font-size: 60px;
    font-weight: normal
}
.abilities p {
    margin: 25px auto 0;
    font-size: 20px;
    color: #777;
    line-height: 35px
}
/* ------------------------------- End Abilities ----------------------------------------- */
/* ------------------------------- Start progresss Line ----------------------------------------- */
.progresss-line {
    font-size: 16px;
    margin: auto
}
.progresss-line h2 {
    color: #22A39F;
    font-size: 35px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.progresss-line .progresss-line-item {
    margin-bottom: 25px;
    color: #777
}
.progresss-line .progresss-line-item > div {
    min-width: 75px
}
.progresss-line .progresss-line-item .prog {
    max-width: 400px;
    height: 13px;
    background: #F3EFE0;
    position: relative
}
.progresss-line .progresss-line-item .prog div[data-prog] {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #22A39F
}
.progresss-line .progresss-line-item .prog label {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
    font-family: sans-serif;
    font-size: 10px
}
/* ------------------------------- End progresss Line ----------------------------------------- */
/* ------------------------------- Start progresss Circle ----------------------------------------- */
.progresss-circle {
    margin: auto
}
.progresss-circle h2 {
    color: #22A39F;
    font-size: 35px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    margin-top: 50px;
}
.progresss-circle iframe {
    width: 100%;
    border: 0;
    height: 325px
}
@media(max-width: 745px) {
    .progresss-circle iframe {height: 525px}
}
@media(max-width: 395px) {
    .progresss-circle iframe {height: 1000px}
}
/* ------------------------------- End progresss Circle ----------------------------------------- */
/* ------------------------------- Start progresss Number ----------------------------------------- */
.progress-num h2 {
    color: #22A39F;
    font-size: 35px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    margin-top: 50px;
}
.progress-num .items {
    margin-top: 50px
}
.progress-num .items .item {
    margin: 5px;
    display: inline-block;
    text-align: left;
    min-width: 250px;
    margin-bottom: 15px;
}
.progress-num .items .item:hover {
    background: #f7f7f7;
}
.progress-num .items .item > div {
    display: inline-block;
}
.progress-num .items .item .progress-number {
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: #22A39F;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.progress-num .items .item:hover .progress-number {
    margin-right: 15px;
}
.progress-num .items .item .progress-number label {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 10px
}
.progress-num .items .item .progress-number:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 15px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #22A39F;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.progress-num .items .item:hover .progress-number:before {
    right: -20px;
}
.progress-num .items .item div:last-of-type span {
    position: relative;
    top: -19px
}
.progress-num .items .item div:last-of-type span:last-of-type {
    color: #22A39F;
    font-weight: bold
}
/* ------------------------------- End progresss Number ----------------------------------------- */
/* ------------------------------- Start Projects ----------------------------------------- */
.projects {
    margin: 50px 0 0;
    padding: 100px 0 0;
    background: #F3EFE0;
}
.projects h2, .projects p {
    text-align: center
}
.projects h2 {
    font-size: 60px;
    color: #22A39F;
    margin-bottom: 25px
}
.projects > .container > p {
    color: #777;
    font-size: 20px;
    margin-bottom: 75px
}
.projects .row {
    max-width: 850px
}
.projects .project {
    width: 100%;
    max-width: 400px;
    height: 400px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin-bottom: 50px
}
.projects .project > .image {
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: 100%;
    position: absolute;
    -webkit-transition: all 3s linear;
    -moz-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
 /* START HERE CHANGE IMAGES */
.projects .project > .image.one {
    background-image: url("https://s.tmimgcdn.com/scr/36200/internet-website-template_36204_01_home_hover_big.jpg");
}
.projects .project > .image.two {
    background-image: url("https://s-media-cache-ak0.pinimg.com/originals/db/82/8a/db828aa32a5ea08d7c283a349f0f2827.jpg");
}
.projects .project > .image.three {
    background-image: url("https://cmkt-image-prd.global.ssl.fastly.net/0.1.0/ps/463920/580/1780/m1/fpnw/wm0/01-home-1200-slider-.jpg?1430203834&s=e358a9dea8f2801346aa7d6220e79c5d");
}
.projects .project > .image.four {
    background-image: url("http://media02.hongkiat.com/psd-website-templates-for-free/1-free-website-psd-2015.jpg");
}
/* START HERE CHANGE IMAGES */
.projects .project:hover > .image {
    background-position: bottom;
}
.projects .project > .text {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: -100px;
    background: rgba(34, 163, 159, 0.75);
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.projects .project:hover > .text {
    bottom: 35px;
}
.projects .project > .text h3 {
    font-size: 30px;
    padding: 10px 0
}
.projects .project .link {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #22A39F;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px
}
/* ------------------------------- End Projects ----------------------------------------- */
/* ------------------------------- Start Footer ----------------------------------------- */
.footer {
    width: 100%;
    background: #434242;
    color: #aaa;
    padding-bottom: 50px
}
.footer .container {
    max-width: 810px
}
.footer h2 {
    font-size: 60px;
    margin-top: 60px;
    text-align: center;
    color: #eee
}
.footer p {
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
    color: #777;
    line-height: 40px
}
.footer .links {
    padding: 50px 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin-bottom: 30px
}
.footer .links div {
    padding: 5px;
}
.footer .links div .fa {
    font-size: 30px;
    text-decoration: none;
    margin-right: 10px
}
.footer .links div a:hover {
    color: #eee
}
/* ------------------------------- End Footer ----------------------------------------- */
/* ------------------------------- Start Script Follow ----------------------------------------- */
.script-follow a {
    text-decoration: none;
    width: 90px;
    display: inline-block;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin: 10px
}
.script-follow .twitter {
    background: #1DA1F2
}
.script-follow .facebook {
    background: #3B5998
}
.script-follow a:hover {
    opacity: 0.9
}
/* ------------------------------- End Script Follow ----------------------------------------- */
/* ------------------------------- Start Go Top ----------------------------------------- */
.top {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #22A39F;
    border-radius: 50%;
    border: 2px solid #22A39F;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    -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;
}
.top:hover {opacity: 1}
/* ------------------------------- End Go Top ----------------------------------------- */