@import 'https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i';
@import 'https://cdn.linearicons.com/free/1.0.0/icon-font.min.css';

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow: hidden
}

body {
    position: initial;
    font-family: poppins,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #333;
    background-position: center center;
    background-size: calc(100% + 25px);
    background-repeat: repeat;
    background-attachment: fixed;
    overflow-y: auto;
    overflow-x: hidden
}

.page-scroll {
    width: 100%;
    height: auto;
    min-height: 100%;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

a {
    color: #f6a117;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #ff9800;
    text-decoration: none;
    outline: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: poppins,Helvetica,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #f5f5f5
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

body,p {
    font-family: poppins,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: #d5d5d5
}

p {
    font-size: 14px;
    color: #d5d5d5;
    margin: 0 0 10px
}

p.lead {
    font-size: 18px;
    margin: 25px 0
}

ol,ul {
    padding: 0 0 0 40px;
    margin: 1em 0
}

ol ol,ol ul,ul ol,ul ul {
    margin: 1em 0
}

dd {
    margin: 0 0 24px
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.btn-primary,.btn-secondary,button,input[type=button],input[type=submit],.wp-block-button .wp-block-button__link {
    display: inline-block;
    position: relative;
    padding: .8em 2.1em;
    margin-bottom: .75em;
    margin-right: .25em;
    font-size: 1em;
    line-height: 1.2;
    border: 0;
    outline: 0;
    border: 2px solid #f6a117;
    color: #fff;
    text-shadow: none;
    background-color: #333;
    border-radius: 30px;
    font-family: poppins,Helvetica,sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 10px -8px rgba(0,0,0,.78)
}

.btn-primary:last-child,.btn-secondary:last-child,button:last-child,input[type=button]:last-child,input[type=submit]:last-child,.wp-block-button .wp-block-button__link:last-child {
    margin-right: 0
}

.btn-primary:hover,.btn-primary:focus,button:hover,button:focus,input[type=button]:hover,input[type=button]:focus,input[type=submit]:hover,input[type=submit]:focus {
    background-color: #f6a117;
    color: #fff;
    border: 2px solid #f6a117
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ff9d00;
    border-color: #ff9d00;
}

.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%)
}

.btn-secondary {
    border-color: #d5d5d5;
    color: #fff;
    background-color: #333;
    box-shadow: 0 10px 10px -8px rgba(0,0,0,.78)
}

.btn-secondary:hover,.btn-secondary:focus {
    color: #333;
    border-color: #d5d5d5;
    background-color: #d5d5d5
}

.p-10 {
    padding-top: 10px
}

.p-20 {
    padding-top: 20px
}

.p-30 {
    padding-top: 30px
}

.p-40 {
    padding-top: 40px
}

.p-50 {
    padding-top: 50px
}

.p-60 {
    padding-top: 60px
}

.p-70 {
    padding-top: 70px
}

.p-80 {
    padding-top: 80px
}

.p-90 {
    padding-top: 90px
}

.p-100 {
    padding-top: 100px
}

.page-container {
    display: flex;
    flex-flow: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1240px;
    margin: 3% auto;
    padding: 40px 70px 60px;
    background-color: #222;
    -webkit-box-shadow: 0 0 40px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 40px -10px rgba(0,0,0,.2);
    box-shadow: 0 0 40px -10px rgba(0,0,0,.2);
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.flex-v-align {
    vertical-align: middle;
    width: 100%;
    min-height: 100%;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0
}

.header {
    display: block;
    width: 100%;
    padding-bottom: 40px;
    position: sticky;
    padding: 40px 50px 0px 50px;
    background-color: #222;
}

.header-content {
    display: flex;
}

.header-content-text {
    float: left;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.header-content-text span {
    font-weight: 400
}

.header-content-image {
    margin-left: auto;    
}

.block-title h2,h3.comment-reply-title {
    display: inline-block;
    position: relative;
    font-size: 21px;
    margin: 0 0 30px;
    z-index: 1;
    padding-bottom: 7px
}

.block-title h2:after,h3.comment-reply-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    background-color: #f6a117;
    height: 2px;
    bottom: 0
}

.block-title h2:before,h3.comment-reply-title:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    background-color: #353535;
    height: 2px;
    bottom: 0
}

.block-title h3 span {
    color: #f6a117
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
    display: inline-block;
    padding: 0;
    background-color: #333;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #222;
    color: #aaa;
    opacity: 1;
    border-radius: 30px;
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.12)
}

.scroll-to-top:hover {
    color: #f6a117
}

.scroll-to-top.hidden-btn {
    opacity: 0;
    visibility: hidden
}

.home-content {
    margin: 5% 10%
}

.home-text {
    text-align: left;
    padding-right: 10px
}

.home-text.hp-left {
    padding-left: 25px;
    padding-right: 0
}

.home-text h1 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 20px
}

.home-text h4 {
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
    margin-bottom: 10px
}

.home-photo {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: calc(100% - 36px);
    border-radius: 1000px;
    overflow: hidden;
    background-color: #444;
    border: 18px solid #444;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.8);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.8)
}

.home-photo .hp-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: block;
    position: absolute;
    top: -18px;
    bottom: -18px;
    width: auto;
    left: -18px;
    right: -18px
}

.home-buttons {
    margin-top: 27px
}

.home-links {
    float: left;
    padding-left: 25px;
    padding-right: 0;
    margin-top: 16px;
}

.home-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-links li {
    display: inline-block;
    margin-right: 25px;
}

.home-links li a {
    color: #ddd;
    text-decoration: none;
    line-height: 21px;
    font-size: 16px;
    opacity: .6;
}

.home-links li a:hover {
    color: #f6a117;
}

@media only screen and (max-width: 1100px) {
    .home-content {
        margin:5% 0
    }
}

@media only screen and (max-width: 767px) {
    .home-photo {
        width:60%;
        padding-bottom: calc(60% - 36px);
        margin: 30px auto
    }

    .home-text {
        padding-right: 0
    }

    .home-text.hp-left {
        padding-left: 0
    }

    .home-text h1,.home-text h4 {
        text-align: center
    }

    .home-buttons {
        text-align: center
    }

    .home-links {
        float: none;
    }

    .home-links.hp-left {
        padding-left: 0
    }
}

@media only screen and (max-width: 648px) {
    .home-photo,.home-photo.hp-left {
        width:70%;
        padding-bottom: calc(70% - 36px)
    }
}

@media only screen and (max-width: 500px) {
    .home-photo,.home-photo.hp-left {
        width:90%;
        padding-bottom: calc(90% - 36px)
    }

    .home-text h1 {
        font-size: 36px;
        line-height: 42px
    }

    .home-text h4 {
        font-size: 14px
    }
}

.info-block-w-icon {
    position: relative;
    text-align: left;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0 10px 30px 0
}

.info-block-w-icon .ci-icon {
    position: relative;
    display: table-cell;
    padding: 0 10px 5px 0;
    width: 44px
}

.info-block-w-icon .ci-text {
    position: relative;
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle
}

.info-block-w-icon .ci-text h4 {
    margin: 7px 0
}

.info-block-w-icon .ci-text p {
    font-size: .92em
}

.info-block-w-icon .ci-text p:last-child {
    margin-bottom: 0
}

.info-block-w-icon i {
    position: relative;
    display: table-cell;
    font-size: 33px;
    color: #f6a117
}

.timeline-item {
    position: relative;
    padding: 25px 0 20px 40px
}

.timeline-item:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    background-color: #333;
    width: 1px;
    left: 15px;
    bottom: 5px
}

.timeline-item:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background-color: #333;
    width: calc(100% - 15px);
    left: 15px;
    bottom: 3px
}

.timeline-item:first-child {
    padding-top: 3px
}

.timeline-item:last-child:after {
    display: none
}

.timeline-item:last-child {
    margin-bottom: 30px
}

.timeline-item h5.item-period {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px -40px;
    color: #d5d5d5;
    background-color: #222;
    padding: 0 10px;
    line-height: 23px;
    border: 2px solid #f6a117;
    border-radius: 30px
}

.timeline-item .item-company {
    display: inline-block;
    font-size: 12px;
    color: #aaa;
    opacity: .7;
    margin-left: 5px
}

.timeline-item .item-title {
    font-size: 16px;
    margin: 10px 0 7px
}

.timeline-item p {
    font-size: .92em
}

.skills-info .clearfix {
    display: flex;
    align-items: center;
    margin: 7px 0px;
}

.skills-info .clearfix h3 {
    margin: 0;
}

.skills-info .clearfix span {
    text-align: right;
}

.skills-info .clearfix span,.skills-info .clearfix h3 {
    flex-grow: 1;
}

.skills-info.skills-first-style {
    margin-bottom: 30px
}

.skills-info.skills-first-style h4 {
    font-size: 13px;
    line-height: 1.1em;
    position: relative;
    float: left;
    margin: 0 0 4px
}

.skills-first-style .skill-container {
    position: relative;
    background-color: transparent;
    border: 2px solid #444;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    margin-bottom: 15px;
    width: 100%
}

.skills-first-style .skill-value {
    font-size: 11px;
    line-height: 1.1em;
    position: relative;
    float: right;
    margin: 0 0 4px;
    color: #888
}

.skills-first-style .skill-percentage {
    background-color: #f6a117;
    border: 2px solid #222;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    height: 8px;
    padding: 0
}

.single-page-content .content-area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%
}

.site-content.single-post {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width: 1320px) {
    .page-container {
        max-width: 94%
    }
}

@media only screen and (min-width: 991px) {
    body::-webkit-scrollbar,.single-page-content::-webkit-scrollbar,.header::-webkit-scrollbar,.ajax-page-content::-webkit-scrollbar,.blog-sidebar .blog-sidebar-content::-webkit-scrollbar {
        position:absolute;
        width: 5px;
        margin-left: -5px
    }

    body::-webkit-scrollbar-track,.single-page-content::-webkit-scrollbar-track,.header::-webkit-scrollbar-track,.ajax-page-content::-webkit-scrollbar-track,.blog-sidebar .blog-sidebar-content::-webkit-scrollbar-track {
        background-color: #fff
    }

    body::-webkit-scrollbar-thumb,.single-page-content::-webkit-scrollbar-thumb,.header::-webkit-scrollbar-thumb,.ajax-page-content::-webkit-scrollbar-thumb,.blog-sidebar .blog-sidebar-content::-webkit-scrollbar-thumb {
        background-color: #d5d5d5
    }
}

@media only screen and (max-width: 991px) {
    .page-container {
        border-radius: 0;
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        padding: 52px 40px 60px
    }

    .header {
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
    }

    .header-content {
        z-index: 999;
        background-color: #222;
        padding: 10px 20px;
        align-items: center;
    }

    .single-page-content {
        padding-left: 0;
        margin-left: 0
    }

    .page-content,.single-page-content .content-area .page-content,.single-post .single-page-content .content-area,.list-view .single-page-content .content-area:not(.projects-grid) {
        padding: 0
    }

    .single-fw-portfolio .single-page-content .content-area {
        padding: 0
    }

    .single-page-content .content-area {
        display: block
    }    
}

@media only screen and (min-width: 991px) {
    .page-container {
        max-width:100%;
        border-radius: 0;
        margin: 0
    }

    .page-content.single-post {
        max-width: 1320px;
        margin: 0 auto
    }

    .page-container {
        min-height: 100vh;
        padding-bottom: 120px
    }
}
