html {
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

body,
html {
    overflow-x: hidden
}

body {
    background-color: #fff;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -webkit-overflow-scrolling: touch
}

a {
    color: #68c3a3
}

a,
a>* {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

a:focus,
a:hover {
    color: #333;
    outline: 0;
    text-decoration: none
}

.form-control,
.navbar a {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.btn,
a {
    -webkit-transition: 0.125s ease-in-out;
    -moz-transition: 0.125s ease-in-out;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: 0.125s ease-in-out;
    transition: 0.125s ease-in-out
}

.btn,
.form-control,
.form-control:focus,
.form-control:hover,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

h1 {
    font-size: 34px;
    line-height: 34px
}

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

h3 {
    font-size: 24px;
    line-height: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.form-control {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 1;
    box-shadow: none;
    height: 45px
}

.form-control:focus {
    border-color: #68c3a3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6)
}

.alert {
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0
}

.alert strong {
    display: inline-block !important;
    margin: 0 !important
}

.btn {
    border: 0;
    border-bottom: 3px solid;
    font-weight: 700;
    line-height: 28px;
    padding: 9px 22px;
    text-transform: uppercase
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 4px;
    font-size: 14px;
    padding: 14px 20px
}

.btn-primary {
    background-color: #68c3a3;
    border-color: rgba(51, 51, 51, 0.15)
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #4eb28f;
    border-color: #4eb28f;
    color: #fff
}

.btn-info {
    background-color: #52b3d9;
    border-color: rgba(51, 51, 51, 0.15)
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    background-color: #4aa0c2;
    border-color: #4aa0c2;
    color: #fff
}

.btn-default {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #68c3a3
}

button:focus {
    outline: 0
}

img {
    width: 100%
}

hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.no-padding {
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-check li {
    position: relative;
    font-size: 18px;
    line-height: 32px
}

.section-padding {
    padding: 120px 0 100px
}

.section-title {
    color: #2c3e50;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 80px;
    position: relative;
    text-align: center
}

.section-title::after {
    background: url(../img/section-divider.png) no-repeat;
    bottom: -40px;
    content: "";
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 113px
}

@media (max-width: 640px) {
    .tt-fullHeight {
        height: 560px !important
    }
}

#home {
    background: url(../img/home2.jpg) center center no-repeat;
    background-color: #222;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    padding: 0;
    position: relative
}

#home:before {
    content: "";
    background-color: rgba(26, 30, 35, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 15px
}

.intro h1 {
    color: #52b3d9;
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 16px
}

.intro h1 span.first {
    color: #52b3d9
}

.intro h1 span {
    color: #68c3a3
}

.intro p {
    color: #f7f7f7;
    margin-bottom: 25px
}

.intro-sub {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

.social-icons {
    margin-top: 20px
}

.social-icons a i {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin: 0 7px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px
}

.social-icons a i::before {
    position: relative;
    z-index: 1
}

.social-icons a i::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

.social-icons a i:hover::after {
    background: #68c3a3;
    border: 1px solid transparent;
    z-index: 0
}

.header {
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
    z-index: 998 !important;
    padding-bottom: 1px;
    background: #fff
}

.header::after {
    border-bottom: 1px solid #eee;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 1px;
    left: 0
}

.navbar-custom {
    border: 0;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif
}

.navbar-custom,
.navbar-custom .dropdown-menu {
    background: #fff;
    padding: 0
}

.navbar-custom ul li a span {
    margin-left: 5px
}

.navbar-custom .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #68c3a3;
    border-radius: 0;
    border-bottom: 3px double #ddd;
    display: block;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0
}

.navbar-custom .navbar-nav>li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: -2px
}

.navbar-custom .navbar-nav>li>a {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.navbar-custom .dropdown-menu>li {
    border-bottom: 1px solid #f0f0f0
}

.navbar-custom .dropdown-menu>li:last-child {
    border-bottom: 0
}

.navbar-custom .dropdown-menu>li>a {
    padding: 10px 20px;
    color: #282828;
    font-size: 14px;
    font-weight: 700
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active,
.navbar-custom .navbar-nav>li.active>a {
    background: none;
    outline: 0;
    color: #68c3a3
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    font-size: 18px
}

.navbar-custom .dropdown-menu>li>a:focus,
.navbar-custom .dropdown-menu>li>a:hover,
.navbar-custom .nav .open>a {
    background: #f5f5f5
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #222
}

.short-info {
    margin-bottom: 40px
}

.short-info h3 {
    margin-bottom: 30px
}

.short-info ul {
    margin-top: 10px;
    display: inline-block
}

.short-info ul li {
    float: left
}

.my-signature {
    margin-bottom: 45px
}

.my-signature img {
    width: inherit
}

.download-button a {
    margin-right: 20px;
    color: #fff
}

.download-button a i {
    margin-right: 10px
}

.biography {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #eee;
    position: relative
}

.biography::after {
    content: "";
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: -3px;
    width: 100%;
    border-radius: 10px;
    height: 20px
}

.myphoto {
    position: relative;
    background: url(../img/photo-frame.png) bottom center no-repeat;
    background-size: contain
}

.myphoto img {
    position: relative;
    z-index: -1
}

.biography ul {
    padding: 25px 20px 30px
}

.biography ul li {
    padding: 5px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee
}

.biography ul li:last-child {
    border-bottom: 0
}

.video-section {
    background: url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 500px
}

.video-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-intro a {
    display: inline-block;
    color: #fff;
    width: 70px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border: 1px solid #fff
}

.video-intro a:hover {
    color: #68c3a3;
    background-color: #fff;
    border: 1px solid transparent
}

.video-intro h2 {
    margin-top: 30px;
    text-transform: uppercase
}

.resume-title h3 {
    text-align: center
}

.resume-section>div>div {
    margin-bottom: 60px
}

.resume-section>div>div:nth-of-type(2) {
    margin-bottom: 0
}

.resume-title {
    margin-bottom: 30px
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

.resume {
    position: relative
}

.resume:before {
    content: "";
    position: absolute;
    top: -8px;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.resume:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1.5px;
    background-color: #e1e1e1
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    float: left;
    position: relative;
    width: 100%
}

.timeline-content {
    padding: 5px 20px 0
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li .posted-date {
    position: relative;
    text-align: center;
    background-color: #fff;
    left: 20px
}

.timeline>li .posted-date .month {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #2c3e50;
    top: 0;
    float: left
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline-heading h3 {
    font-size: 20px;
    line-height: 28px
}

.timeline-heading span {
    display: block;
    font-weight: 700;
    margin-bottom: 20px
}

.timeline-heading span a {
    text-decoration: underline
}

@media (min-width:992px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 15px;
        min-height: 100px
    }
    .timeline>li .posted-date {
        position: absolute;
        text-align: center;
        background-color: #fff
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 43%;
        text-align: left;
        border: 1px solid #eee;
        position: relative
    }
    .timeline-content {
        position: relative;
        padding: 24px;
        background-color: #fff;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    .timeline-content::after {
        border: 1px solid #eee;
        width: 100%;
        position: absolute;
        content: "";
        bottom: -3px;
        height: 10px;
        left: 0;
        z-index: -1
    }
    .timeline>li .timeline-content:hover {
        background: #34495E;
        color: #fff
    }
    .timeline>li .timeline-panel::before,
    .timeline>li.timeline-inverted .timeline-panel::before {
        content: "";
        top: 25px;
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }
    .timeline>li .timeline-panel::before {
        left: 100%;
        border-left: 12px solid #ececec;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    .timeline>li .timeline-panel:hover::before {
        border-left: 12px solid #68c3a3
    }
    .timeline>li.timeline-inverted .timeline-panel::before {
        right: 100%;
        border-right: 12px solid #ececec;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    .timeline>li.timeline-inverted .timeline-panel:hover::before {
        border-right: 12px solid #34495E;
        border-left: 0
    }
    .timeline>li .timeline-panel::after,
    .timeline>li.timeline-inverted .timeline-panel::after {
        content: "";
        top: 25px;
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }
    .timeline>li .timeline-panel::after {
        left: 100%;
        margin-left: -2px;
        border-left: 12px solid #fff;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    .timeline>li .timeline-panel:hover::after {
        border-left: 12px solid #34495E
    }
    .timeline>li.timeline-inverted .timeline-panel::after {
        right: 100%;
        margin-right: -2px;
        border-right: 12px solid #fff;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    .timeline>li.timeline-inverted .timeline-panel:hover::after {
        border-right: 12px solid #34495E;
        border-left: 0
    }
    .timeline>li .posted-date {
        left: 50%;
        width: 120px;
        margin-left: -60px;
        margin-top: 28px
    }
    .timeline>li .posted-date .month {
        float: none
    }
}

.skills-section {
    background-color: #1a1e23;
    color: #fff
}

.skills-section .section-title {
    color: #fff;
    margin-bottom: 110px
}

.skills-section .section-title h2 {
    color: #fff
}

.skill-title {
    width: 45%;
    float: left
}

.skill-title h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: -6px;
    text-transform: capitalize
}

.skill-progress {
    position: relative
}

.progress {
    height: 10px;
    margin-bottom: 40px;
    background-color: #3a4149;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    width: 45%
}

.progress-bar {
    background-color: #68c3a3
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out
}

.skill-chart h3 {
    margin-top: 35px;
    margin-bottom: 35px
}

.our-progress {
    margin: 10px 0 30px
}

.our-progress h3 {
    font-weight: 400;
    margin-bottom: 5px
}

.progress-percent {
    margin-left: auto;
    margin-right: auto
}

.chart {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 40px auto;
    text-align: center
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.percent {
    display: inline-block;
    margin: auto;
    line-height: 140px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    z-index: 2
}

.percent:after {
    content: '%'
}

.chart-text span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 20px
}

.angular {
    margin-top: 100px
}

.angular .chart {
    margin-top: 0
}

.chart .chart-text h3 {
    font-size: 22px
}

.portfolio-section {
    background-color: #f7f7f7
}

.portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
    max-height: 235px;
    min-height: 235px
}

.portfolio-bg {
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-bottom: 3px double #eee;
    min-height: 180px
}

.portfolio-bg img {
    max-height: 180px;
    min-height: 180px;
    height: 180px
}

.portfolio {
    position: relative;
    overflow: hidden
}

#filter {
    margin: 0 0 35px;
    text-align: center
}

#filter li a {
    color: #68c3a3;
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 4px;
    transition: inherit
}

#filter li a.active,
#filter li a:hover {
    position: relative;
    background: #68c3a3;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15)
}

#filter li a.active::after,
#filter li a:hover::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(104, 195, 163, 1);
    bottom: -9px;
    left: 50%;
    margin-left: -8px
}

.tt-overlay {
    position: absolute;
    background-color: rgba(26, 30, 31, 0.85);
    width: 100%;
    height: 100%;
    opacity: 0
}

.links,
.links a i,
.links a i::after,
.portfolio-info,
.tt-overlay {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

.links {
    width: 90px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -20px;
    margin-left: -45px;
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.links a i {
    position: relative;
    color: #68c3a3;
    font-size: 16px;
    margin: 0 13px;
    z-index: 100
}

.links a:hover i {
    color: #fff
}

.links a i::after {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    width: 30px;
    height: 30px;
    border: 1px solid #68c3a3;
    z-index: -1;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.links a:hover i::after {
    background-color: #68c3a3
}

.portfolio-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #68c3a3;
    color: #fff;
    height: 45px;
    width: 100%;
    text-align: center
}

.portfolio:hover .links,
.portfolio:hover .tt-overlay {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.portfolio:hover .portfolio-info {
    bottom: 0
}

.portfolio-info h3 {
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    margin: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.facts-section {
    background: url(../img/video-bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff
}

.tt-overlay-bg {
    background: rgba(26, 30, 35, 0.85);
    padding: 110px 0
}

.count-wrap i {
    font-size: 64px;
    margin-bottom: 25px
}

.count-wrap h3 {
    font-size: 50px;
    line-height: 28px;
    margin-bottom: 20px
}

.count-wrap p {
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.blog-post-wrapper {
    padding: 4px;
    border: 1px solid #eee;
    border-bottom: 3px double #eee
}

.figure {
    position: relative
}

.figure i {
    position: absolute;
    bottom: -8px;
    right: 30px;
    color: #fff;
    font-size: 18px;
    z-index: 100
}

.figure i:after {
    position: absolute;
    content: "";
    left: -12px;
    top: -10px;
    width: 40px;
    height: 40px;
    background-color: #68c3a3;
    z-index: -1;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.post-thumbnail {
    margin-bottom: 20px;
    overflow: hidden
}

.post-thumbnail img {
    opacity: 0.8;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear
}

.post-thumbnail img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.entry-header {
    padding: 0 12px
}

.the-category a {
    font-size: 12px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase
}

.entry-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700
}

.entry-title a {
    color: #282828
}

.entry-title a:hover {
    color: #68c3a3
}

.entry-meta {
    color: #afafaf
}

.entry-meta ul {
    margin-bottom: 10px
}

.entry-meta ul li {
    padding: 0 10px
}

.entry-meta ul li a {
    display: inline-block;
    color: #bbb;
    font-weight: 400
}

.entry-meta ul li a:hover {
    color: #68c3a3
}

.blog-more {
    margin-top: 40px
}

.the-author::before {
    content: "\f044"
}

.the-time::before {
    content: "\f133"
}

.the-share::before {
    content: "\f1e0"
}

.the-comments::before {
    content: "\f0e6"
}

.the-author,
.the-comments,
.the-share,
.the-time {
    position: relative;
    padding-left: 20px
}

.the-author::before,
.the-comments::before,
.the-share::before,
.the-time::before {
    font-family: FontAwesome;
    position: absolute;
    left: 0
}

.hire-section {
    background: url(../img/hire-bg.jpg) top center no-repeat #68c3a3;
    background-attachment: fixed;
    background-size: cover;
    color: #fff
}

.hire-section-bg {
    padding: 110px 0;
    background: -webkit-linear-gradient(bottom, #68c3a3, rgba(104, 195, 163, 0.7));
    background: -o-linear-gradient(top, #68c3a3, rgba(104, 195, 163, 0.7));
    background: -moz-linear-gradient(top, #68c3a3, rgba(104, 195, 163, 0.7));
    background: linear-gradient(to top, #68c3a3, rgba(104, 195, 163, 0.7))
}

.hire-section h2 {
    font-size: 36px;
    margin-bottom: 40px
}

.hire-section .btn {
    padding: 9px 54px
}

.contact-section strong {
    display: block;
    text-transform: uppercase
}

.contact-form strong {
    margin-bottom: 40px
}

.contact-form textarea.form-control {
    height: 115px
}

.contact-form .btn {
    margin-top: 15px
}

.contact-section div>i {
    float: left;
    font-size: 45px;
    margin-right: 20px
}

.contact-section .contact-number,
.contact-section address {
    overflow: hidden;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 45px
}

.location-map {
    padding: 4px;
    border: 1px solid #eee;
    border-bottom: 3px double #eee
}

.map-canvas {
    height: 380px
}

.footer-wrapper {
    background: #1a1e23;
    padding: 36px 0;
    color: #fff
}

.copyright p {
    margin: 0
}

.scroll-up {
    position: fixed;
    display: none;
    bottom: 1.8em;
    right: 1.8em;
    z-index: 999
}

.scroll-up a {
    background-color: #68c3a3;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px
}

.scroll-up a:active,
.scroll-up a:hover {
    background-color: rgba(235, 235, 235, .8);
    color: #222
}

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin-left: -17px;
    display: block;
    z-index: 10
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 25px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 25px;
        opacity: 0
    }
}

#tt-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#pre-status,
.preload-placeholder {
    background-image: url(../img/preload/preloader-cogs.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%
}

.short-info {
    margin-bottom: 40px
}

.short-info h3 {
    margin-bottom: 30px
}

.hobby-list-wrap h3 {
    margin-bottom: 45px
}

.hobby-list span {
    border: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-bottom: 3px double #eee;
    margin-bottom: 20px;
    text-align: center;
    display: block
}

.hobby-list span:nth-child(4),
.hobby-list span:nth-child(5),
.hobby-list span:nth-child(6) {
    margin-bottom: 0
}

.service-section {
    background: url(../img/service-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 120px 0
}

.service-section h2 {
    color: #fff
}

.service-wrap {
    padding: 40px 0
}

.service-box {
    text-align: center;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto
}

.service-box::after {
    border: 1px solid #fff;
    border-radius: 15px;
    content: "";
    height: 180px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 180px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.service-box i {
    font-size: 40px;
    color: #fff;
    line-height: 100px;
    z-index: 100;
    position: relative
}

.service-box h3 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    z-index: 100;
    position: relative
}

.service-box:hover.service-box::after {
    background: #fff;
    border: 1px solid transparent
}

.service-box:hover h3,
.service-box:hover i {
    color: #2c3e50
}

.service-box h3,
.service-box i,
.service-box::after {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

@media (max-width: 766px) {
    .intro h1 {
        font-size: 40px;
        line-height: 40px
    }
    .social-icons ul {
        margin-left: 0
    }
    .social-icons a i {
        margin: 0 5px
    }
    .mouse-icon {
        display: none
    }
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-nav .dropdown-menu>li>a,
    .navbar-custom .navbar-nav>li>a {
        padding: 10px 15px
    }
    .navbar-custom .dropdown-menu {
        margin-left: 20px
    }
    .biography {
        margin-top: 20px;
        margin-bottom: 45px
    }
    ul.list-check li {
        width: 100%
    }
    .download-button .btn {
        margin-bottom: 20px
    }
    .resume:after,
    .resume:before {
        left: 1px
    }
    .skill-title h3 {
        font-size: 12px
    }
    .count-wrap i {
        font-size: 40px
    }
    .count-wrap h3 {
        font-size: 30px;
        line-height: 16px
    }
    .count-wrap p {
        font-size: 10px;
        font-weight: 400;
        line-height: 18px
    }
    .count-wrap>div {
        margin-bottom: 40px
    }
    #filter li {
        margin-bottom: 20px
    }
    .blog-post-wrapper {
        margin-bottom: 40px
    }
    .hire-section h2 {
        line-height: 40px
    }
    .contact-form {
        margin-bottom: 40px
    }
    .contact-section div>i {
        float: none;
        margin-right: 0
    }
    .center-xs {
        text-align: center
    }
    .contact-section .contact-number,
    .contact-section address {
        font-size: 12px
    }
    .service-wrap>div {
        margin-bottom: 100px
    }
    .service-wrap>div:nth-child(4) {
        margin-bottom: 0
    }
    #homeTwo:before {
        width: 100%
    }
    .personal-info {
        text-align: center;
        padding: 0 15px
    }
    .personal-info h1 {
        font-size: 40px;
        line-height: 50px
    }
    .personal-info .intro-sub {
        font-size: 18px;
        line-height: 20px
    }
    .personal-info p {
        line-height: 20px;
        margin-bottom: 20px
    }
    .personal-info .my-signature {
        display: none
    }
    .personal-info .download-button a {
        padding: 5px 10px;
        font-size: 15px;
        margin-right: 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .intro h1 {
        font-size: 60px;
        line-height: 80px
    }
    .social-icons ul {
        margin-left: -5px
    }
    .social-icons li {
        padding: 0 5px
    }
    .social-icons a i {
        margin: 0 7px
    }
    .mouse-icon {
        display: none
    }
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-nav .dropdown-menu>li>a,
    .navbar-custom .navbar-nav>li>a {
        padding: 10px 15px
    }
    .navbar-custom .dropdown-menu {
        margin-left: 20px
    }
    .biography {
        margin-top: 20px;
        margin-bottom: 45px
    }
    ul.list-check li {
        width: 50%
    }
    .resume:after,
    .resume:before {
        left: 1px
    }
    .skill-title h3 {
        font-size: 12px
    }
    .count-wrap i {
        font-size: 64px
    }
    .count-wrap h3 {
        font-size: 50px;
        line-height: 28px
    }
    .count-wrap p {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px
    }
    .count-wrap>div {
        margin-bottom: 40px
    }
    .blog-post-wrapper {
        margin-bottom: 40px
    }
    .hire-section h2 {
        line-height: 40px
    }
    .contact-form {
        margin-bottom: 40px
    }
    .contact-section .map-icon,
    .contact-section .mobile-icon {
        float: none
    }
    .center-xs {
        text-align: center
    }
    .service-wrap>div {
        margin-bottom: 100px
    }
    .service-wrap>div:nth-child(4) {
        margin-bottom: 0
    }
    #homeTwo:before {
        width: 100%
    }
    .personal-info {
        text-align: center;
        padding: 0 15px
    }
    .personal-info h1 {
        font-size: 60px;
        line-height: 80px
    }
    .personal-info .intro-sub {
        font-size: 24px;
        line-height: 32px
    }
    .personal-info p {
        font-size: 14px;
        line-height: 28px
    }
    .personal-info .my-signature {
        margin-bottom: 45px;
        display: block
    }
    .personal-info .download-button a {
        padding: 14px 20px;
        font-size: 14px;
        margin-right: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-custom .navbar-brand {
        padding: 10px 15px
    }
    .navbar-custom .navbar-nav .dropdown-menu>li>a,
    .navbar-custom .navbar-nav>li>a {
        font-size: 12px;
        padding: 15px
    }
    .biography {
        margin-top: 20px;
        margin-bottom: 45px
    }
    .resume:after,
    .resume:before {
        left: 0
    }
    .skill-title h3 {
        font-size: 14px
    }
    .blog-post-wrapper {
        margin-bottom: 40px
    }
    .entry-meta ul li {
        padding: 0 5px
    }
    .contact-form {
        margin-bottom: 40px
    }
    .contact-section .map-icon,
    .contact-section .mobile-icon {
        float: left
    }
    .center-xs {
        text-align: left
    }
    .portfolio-item {
        min-height: 162px
    }
    .service-wrap>div {
        margin-bottom: 100px
    }
    .service-wrap>div:nth-child(3),
    .service-wrap>div:nth-child(4) {
        margin-bottom: 0
    }
    #homeTwo:before {
        width: 100%
    }
    .personal-info {
        text-align: center;
        padding: 0 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio-item {
        min-height: 150px
    }
    .download-button a {
        margin-right: 10px
    }
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .personal-info {
        padding-right: 180px
    }
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0;
    vertical-align: top;
    height: 250px
}

.og-grid li>a,
.og-grid li>a img {
    border: none;
    outline: 0;
    display: block;
    position: relative
}

.og-grid li.og-expanded>a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px
}

.og-expander {
    position: absolute;
    background: #ddd;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.og-close::after,
.og-close::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.og-close:hover::after,
.og-close:hover::before {
    background: #333
}

.og-details,
.og-fullimg {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-details {
    padding: 0 40px 0 20px
}

.og-fullimg {
    text-align: center
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: 0
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px
}

.og-details a:hover {
    border-color: #999;
    color: #999
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: 0.5s ease-in-out infinite both loader;
    -moz-animation: 0.5s ease-in-out infinite both loader;
    animation: 0.5s ease-in-out infinite both loader
}

@-webkit-keyframes loader {
    0% {
        background: #ddd
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@-moz-keyframes loader {
    0% {
        background: #ddd
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@keyframes loader {
    0% {
        background: #ddd
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@media screen and (max-width: 830px) {
    .og-expander h3 {
        font-size: 32px
    }
    .og-expander p {
        font-size: 13px
    }
    .og-expander a {
        font-size: 12px
    }
}

@media screen and (max-width: 650px) {
    .og-fullimg {
        display: none
    }
    .og-details {
        float: none;
        width: 100%
    }
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif'
}

.h4 {
    font-weight: 600
}

.copyright {
    font-family: 'Lato', Calibri, Tahoma, Arial, 'sans-serif';
    font-weight: 400;
    font-size: 12px
}

.copyright>span.label {
    font-weight: 400;
    font-size: 10px
}

.footer-wrapper {
    background: #1a1e23;
    color: #ccc;
    padding: 16px 0
}

.footer-wrapper small {
    color: #1a1e23
}

.short-info h3 {
    margin-top: 25px;
    margin-bottom: 20px
}

.timeline-content {
    padding: 0
}

.timeline-content .panel-body p {
    line-height: 24px
}

.timeline-heading h3 {
    line-height: 26px
}

.timeline-heading span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.skill-icon {
    width: 15%
}

.skill-title {
    width: 55%
}

.skill-title i,
.skill-title span {
    float: left;
    margin-top: -6px;
    line-height: 24px
}

.skill-title i {
    margin-right: 4px
}

.skill-title span {
    font-size: 16px;
    font-weight: 400;
    margin-top: -4px;
    text-transform: capitalize
}

.skill-progress .progress {
    background-image: none
}

.progress-bar span {
    position: absolute;
    top: -20px;
    right: 15px
}

.progress-bar.six-sec-ease-in-out {
    background-image: linear-gradient(to bottom, #3b8269 0, #68c3a3 100%)
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 4s ease-in-out;
    -moz-transition: width 4s ease-in-out;
    -o-transition: width 4s ease-in-out;
    transition: width 4s ease-in-out
}

.percent {
    font-size: 28px;
    font-weight: 500
}

.chart-text span {
    font-size: 18px
}

.navbar-brand {
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s, -webkit-transform 0.5s
}

@media (min-width:992px) {
    .grow {
        transition: .02s ease-in-out
    }
    .grow:hover {
        transform: scale(1.2)
    }
}

ul.list-check li i {
    color: #68c3a3;
    margin-right: 5px
}

.scroll-up a {
    opacity: 0.6;
    font-size: 26px
}

form {
    margin-bottom: 15px
}

.fa-css3-alt {
    color: #0099e5
}

.fa-hashtag {
    color: #3c3
}

.fa-magento {
    color: #f46f25
}

.fa-ebay {
    color: #0064d2
}

.fa-cc-paypal,
.fa-paypal {
    color: #003087
}

.fa-aws {
    color: #f90
}

.fa-bitbucket {
    color: #205081
}

.fa-brain {
    color: #996
}

.fa-docker {
    color: #0db7ed
}

.fa-facebook {
    color: #3b5998
}

.fa-facebook-messenger {
    color: #39f
}

.fa-git,
.fa-git-square,
.fa-github {
    color: #6cc644
}

.fa-gulp {
    color: #af0606
}

.fa-html5 {
    color: #e34f26
}

.fa-js,
.fa-js-square {
    color: #f7df1e
}

.fa-node,
.fa-node-js {
    color: #44883e
}

.fa-npm {
    color: #cb3837
}

.fa-laravel {
    color: #f55247
}

.fa-linkedin {
    color: #0077b5
}

.fa-mongodb {
    color: #589636
}

.fa-mysql {
    color: #00758f
}

.fa-php {
    color: #4f5b93
}

.fa-shopify {
    color: #96bf48
}

.fa-prestashop {
    color: #df0067
}

.fa-steam {
    color: #00adee
}

.fa-themeco {
    color: #0b7bc2
}

.fa-ubuntu {
    color: #dd4814
}

.fa-woocommerce {
    color: #96588a
}

.fa-microsoft {
    color: #00a1f1
}

.fa-windows {
    color: #00a1f1
}

.fa-perl {
    color: #96bf48
}

.fa-rabbit {
    color: #96bf48
}

.fa-redis {
    color: #7a0c00
}