@import '../fonts/fontawesome-free/css/all.min.css';
@import 'Linearicons-Free.css';
@import 'pe-icon-7-stroke.css';
@import 'https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i';

html {
    position: relative;
    height: 100%;
    width: 100%
}

body {
    position: relative;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat
}

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

body.ajax-page-visible {
    overflow: hidden
}

body::-webkit-scrollbar {
    position: absolute;
    width: 8px;
    margin-left: -8px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2)
}

body::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    outline: 1px solid slategrey
}

a {
    color: #ff714a;
    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
}

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

h1 {
    font-size: 32px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

p {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 400
}

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

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

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

.page {
    position: relative;
    width: 100%;
    height: 100%
}

.mobile-visible {
    display: none;
    visibility: hidden
}

.mobile-hidden {
    display: block;
    visibility: visible
}

.form-group {
    position: relative;
    margin: 0 0 21.5px
}

.form-control,
.form-control:focus {
    height: 42px
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
input[type=search],
input[type=password],
input[type=text] {
    position: relative;
    border: 1px solid #555;
    border-radius: 0;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 10px 25px 10px 12px;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-family: poppins, Helvetica, sans-serif
}

textarea.form-control,
textarea.form-control:focus {
    height: auto
}

.form-control+.form-control-border {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ff714a;
    height: 2px;
    -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
}

.form-control:focus+.form-control-border {
    left: 0;
    right: 0;
    z-index: 1
}

.has-error .form-control+.form-control-border {
    background: #ff4c4c
}

.form-control::-moz-placeholder {
    color: #adadac
}

.form-control:-ms-input-placeholder {
    color: #adadac
}

.form-control::-webkit-input-placeholder {
    color: #adadac
}

.form-group .help-block {
    position: absolute;
    display: inline-block;
    padding: 0 5px;
    font-size: .93em;
    line-height: 1.75em;
    margin: -2px 0 0 10px;
    color: #fff;
    background: #ff4e4e
}

.form-group .help-block:after {
    content: " ";
    position: absolute;
    left: 5px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ff4e4e;
    border-right: 10px solid transparent
}

.form-group .help-block:empty {
    display: none
}

.form-group-with-icon i {
    position: absolute;
    font-size: 16px;
    top: 13px;
    right: 13px;
    color: #d3d3d3
}

.form-group-with-icon.form-group-focus i {
    color: #ff714a
}

.form-group.form-group-w-checkbox {
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 17px
}

.form-group-with-icon.form-group-w-checkbox {
    padding-top: 8px;
    padding-left: 52px;
    margin-bottom: 25px
}

.form-group .form-control-checkbox+label,
.form-group.form-group-focus .form-control-checkbox+label {
    position: relative;
    display: inline;
    left: 0;
    top: 0;
    font-size: 1em;
    opacity: 1
}

.form-group .form-control-checkbox,
.form-group.form-group-focus .form-control-checkbox {
    display: inline-block;
    width: auto;
    height: auto;
    top: 2px
}

.form-group.form-group-w-checkbox .help-block {
    top: 100%;
    left: 0;
    margin-left: 0
}

.form-group.form-group-with-icon.form-group-w-checkbox .help-block {
    left: 52px
}

.no-padding {
    padding: 0
}

.subpage-block {
    margin-bottom: 30px
}

.text-rotation {
    display: block
}

.center {
    text-align: center
}

.btn-primary,
.btn-secondary,
button,
input[type=button],
input[type=submit] {
    display: inline-block;
    position: relative;
    padding: .8em 2em;
    margin-bottom: .25em;
    font-size: 1em;
    line-height: 1.2;
    border: 0;
    outline: 0;
    border: 2px solid #ff714a;
    color: #fff;
    text-shadow: none;
    background-color: transparent;
    border-radius: 0;
    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
}

.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: #ff714a;
    border-color: #ff714a;
    color: #fff
}

.btn-secondary {
    border-color: #d5d5d5;
    background-color: #fff
}

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

.border-top {
    border-top: 2px solid #ff714a
}

.border-bottom {
    border-bottom: 2px solid #ff714a
}

body>footer {
    position: absolute;
    bottom: 0;
    left: 22%;
    right: 0
}

body>footer .copyrights {
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #9e9e9e
}

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

.ts-15 {
    padding-top: 15px
}

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

.ts-25 {
    padding-top: 25px
}

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

.ts-35 {
    padding-top: 35px
}

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

.ts-45 {
    padding-top: 45px
}

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

.bs-10 {
    padding-bottom: 10px
}

.bs-15 {
    padding-bottom: 15px
}

.bs-20 {
    padding-bottom: 20px
}

.bs-25 {
    padding-bottom: 25px
}

.bs-30 {
    padding-bottom: 30px
}

.bs-35 {
    padding-bottom: 35px
}

.bs-40 {
    padding-bottom: 40px
}

.bs-45 {
    padding-bottom: 45px
}

.bs-50 {
    padding-bottom: 50px
}

blockquote {
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 1em;
    border-left: 2px solid #d8d8d8;
    font-style: italic
}

.no-js .preloader,
.no-js .preloader-portfolio {
    display: none
}

.preloader,
.preloader-portfolio {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #222
}

.preloader-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background-color: inherit;
    color: inherit;
    opacity: 1;
    transition: opacity .3s;
    transform: translate3d(-50%, -50%, 0)
}

.preloader-spinner {
    width: 52px;
    height: 52px;
    margin: 100px auto;
    background-color: #ff714a;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

.pt-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
    background-color: transparent
}

.subpages {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    perspective: 1500px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.pt-page {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 2300px;
    padding-left: 15px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.section-inner.start-page-full-width+.section-inner.custom-page-content {
    min-height: auto
}

.pt-page .section-inner {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: transparent;
    padding: 50px 50px 50px;
    background-color: #222;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: none
}

.section-inner.start-page-full-width {
    min-height: auto;
    padding: 0
}

.section-inner.start-page-full-width .row {
    margin-right: 0;
    margin-left: 0
}

.section-inner.start-page-full-width div[class^=col-] {
    padding: 0 !important
}

.section-inner.start-page-full-width .inner-content {
    height: 100%;
    min-height: 100%
}

.section-inner.start-page-full-width .inner-content .fill-block {
    background-image: url('../images/JwalaSinghBaheliya.jpg');
    filter: grayscale(1);
}

.section-inner.start-page-full-width .inner-content .fill-block {
    position: relative;
    height: 100%;
    min-height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-inner.start-page-full-width .hp-text-block {
    padding: 70px 10%;
    background-color: #333;
    height: 100%;
    min-height: 100px
}

.hp-main-title {
    font-size: 38px;
    line-height: 1.2em;
    margin-bottom: 15px
}

.hp-buttons {
    margin-top: 30px
}

.no-js .pt-page {
    position: relative
}

.pt-page-content {
    position: absolute;
    width: 100%
}

.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 90;
    opacity: 1;
    overflow: auto
}

.pt-page.pt-page-current .portfolio-grid {
    display: block
}

.no-js .pt-page * {
    height: auto
}

.no-js body {
    overflow: auto
}

.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center
}

.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px
}

.no-cssanimations .pt-message {
    display: block
}

.section-with-bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat
}

.section-without-bg {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.section-paddings-0 {
    padding: 0
}

.header {
    position: fixed;
    width: 160px;
    top: 0;
    bottom: 0;
    padding: 10px 0 0;
    background-color: #222;
    overflow: hidden;
    z-index: 11
}

.header * {
    -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
}

.header .header-content {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0
}

.my-photo {
    position: relative;
    margin: 20px auto;
    max-width: 110px;
    text-align: center;
    z-index: 0
}

.my-photo img {
    height: 80px;
    max-height: 80px;
    width: 80px;
    filter: grayscale(1);
    border-radius: 50%;
    border: 4px solid #eee;
}

.my-photo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300%;
    transform: rotate(-58deg);
    top: -135%;
    right: -80%;
    background: #ff714a;
    z-index: -1;
}

.my-photo::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 300%;
    transform: rotate(58deg);
    top: -135%;
    left: -80%;
    background: #ff714a;
    z-index: -1;
}

.about .about-content {
    /*margin: 20px;*/
    /*border-radius: 10px;*/
    /*padding: 25px 30px 15px;*/
    /*background: #000;*/
    /*border: 2px solid #ff714a;*/
}

.section-inner.start-page-full-width .about.hp-text-block {
    padding: 20px 8%;
    background-color: #333;
    height: 100%;
    min-height: 100px;
}

.about .about-content .personal-info ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.about .about-content .personal-info ul li {
    margin-bottom: 5px;
    max-width: 50%;
    flex: 50%;
    list-style: none;
}

.about .about-content .personal-info ul li span {
    font-size: 12px;
    color: #f5f5f5;
}

.about .about-content .personal-info ul li span label {
    color: #f5f5f5;
    font-weight: 600;
    min-width: 100px;
}

.about .about-content .personal-info ul li span a {
    display: block;
}

.hide-minicv {
    display: none;
}

.mini-cv {
    display: none;
    /*position:absolute;
    top:25%;*/
}

.site-title-block {
    position: relative;
    z-index: 1;
    margin: 20px 20px 10px;
    text-align: center
}

.site-title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2em;
    color: #f5f5f5;
    letter-spacing: 0;
    margin: 20px 0 0
}

.site-title span {
    color: #ff714a
}

.header.sticked .site-title {
    margin-top: 18px
}

.site-main {
    height: 100%;
    position: relative
}

.site-nav {
    display: block;
    padding: 25px 0 40px
}

.site-main-menu {
    display: block;
    padding: 0;
    margin: 0
}

.site-main-menu li {
    display: block;
    position: relative;
    padding: 0;
    text-align: center
}

.site-main-menu li a,
.site-main-menu li a:hover {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.85em;
    color: #f5f5f5;
    letter-spacing: 0;
    display: block;
    position: relative;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #333;
    outline: none
}

.site-main-menu:not(.dl-menu) li:first-child a {
    border-top: 1px solid #333
}

.site-main-menu li a:hover,
.site-main-menu li.active a {
    background-color: #333;
    color: #f5f5f5
}

.site-main-menu li a:hover:after,
.site-main-menu li.active a:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: #eee;
    -webkit-transition: all .18s ease-out;
    -moz-transition: all .18s ease-out;
    transition: all .18s ease-out
}

.site-main-menu li.active a:after {
    background-color: #ff714a
}

.header .social-links {
    display: inline-block;
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.header .social-links a {
    display: inline-block;
    margin: 0 2px;
    width: 28px;
    height: 28px;
    color: #aaa;
    background-color: #444;
    text-align: center
}

.header .social-links a:hover {
    background-color: #ff714a
}

.header .social-links a i {
    font-size: 14px;
    line-height: 28px
}

.header .social-links a:hover i {
    color: #fff
}

.menu-toggle {
    display: block;
    width: 50px;
    margin: 0 4px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    float: right
}

.menu-toggle i {
    color: #f5f5f5;
    font-size: 21px;
    line-height: 50px
}

.page-header {
    margin: 0;
    border: 0
}

.page-content {
    background-color: #222
}

.section-title-block.first-style,
.section-title-block.second-style {
    margin-bottom: 40px
}

.section-title-block.first-style .section-title,
.page-title-wrap.first-style h2.page-title,
.section-title-block.second-style .section-title,
.page-title-wrap.second-style h2.page-title {
    color: #f5f5f5;
    font-size: 30px;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    margin: 0 0 8px;
    line-height: 1.5em
}

.section-title-block.second-style .section-title:after,
.page-title-wrap.second-style h2.page-title:after {
    display: block;
    content: '';
    width: 100%;
    margin-top: 5px;
    height: 2px;
    background-color: #666;
    opacity: 1
}

.section-title-block.second-style .section-description {
    display: block;
    margin: 0;
    color: #bbb;
    font-size: 14px;
    font-weight: 300;
    text-align: right
}

.block-title h3,
h3.comment-reply-title {
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 3px
}

.block-title h3:after,
h3.comment-reply-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #ff714a
}

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

.info-block-w-icon .ci-icon {
    display: table-cell;
    width: 54px;
    padding-right: 25px
}

.info-block-w-icon i {
    position: relative;
    font-size: 42px;
    color: #aaa
}

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

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

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

.testimonial-item {
    width: 100%;
    margin: 0 auto
}

.testimonial-content {
    padding-left: 50px;
    width: 100%;
    height: auto
}

.testimonial-content .testimonial-text {
    padding: 1.4em 1.8em;
    background-color: #282828;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #444;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: -1
}

.testimonial-content .testimonial-text p {
    margin: 0;
    font-style: italic
}

.testimonial-credits {
    margin-top: 10px;
    display: block;
    position: relative
}

.testimonial-picture {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0;
    top: -37px;
    border-radius: 40px;
    z-index: 1
}

.testimonial-picture img {
    width: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #444
}

.testimonial-author-info {
    display: inline-block;
    position: relative;
    padding-left: 92px
}

.testimonial-author,
.info-list li .title {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333
}

.testimonial-author {
    display: inline-block;
    font-size: 1.07em;
    color: #f5f5f5;
    margin: 0;
    font-weight: 600;
    text-align: center
}

.testimonial-firm {
    font-size: 11px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 400;
    color: #aaa
}

.clients.owl-carousel {
    padding-bottom: 35px
}

.clients.owl-carousel .client-block {
    padding: 0 15px 15px;
    margin-bottom: 15px
}

.client-block {
    text-align: center;
    padding: 5px 0;
    margin-bottom: 30px;
    opacity: .4;
    -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
}

.clients.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 100px
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-nav .owl-next,
.clients.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    background-color: #555;
    border: 1px solid #333;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #ff714a;
    border-color: #ff714a
}

.timeline-second-style .timeline-item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 15px
}

.timeline-second-style .left-part {
    width: 30%;
    display: table-cell;
    padding-right: 25px;
    min-height: 100%;
    text-align: right;
    vertical-align: top
}

.timeline-second-style .item-period {
    margin: 3px 0;
    font-size: 14px;
    line-height: 1.4em
}

.timeline-second-style .item-company {
    display: block;
    color: #aaa;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.45em
}

.timeline-second-style .divider {
    position: absolute;
    top: 0;
    left: 30%;
    bottom: 0;
    width: 1px;
    background-color: #666
}

.timeline-second-style .divider:after {
    content: '';
    display: block;
    margin-top: 7px;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    border-radius: 5px;
    border: 2px solid #ff714a;
    background-color: #222
}

.timeline-second-style .right-part {
    width: 70%;
    display: table-cell;
    padding-left: 25px;
    padding-right: 15px;
    vertical-align: top
}

.timeline-second-style .item-title {
    font-size: 16px;
    margin-bottom: 3px
}

.timeline-second-style .right-part p,
.timeline-second-style .right-part p>* {
    font-size: .92em
}

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

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

.pt-page .skills-second-style .skill-percentage,
.pt-page .skills-second-style .skill-value {
    -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
}

.skills-second-style .skill-container {
    position: relative;
    background-color: transparent;
    border: 1px solid #ff714a;
    -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: 10px;
    margin-bottom: 15px;
    width: 100%
}

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

.skill-percentage.skill-1 {
    width: 10%
}

.skill-percentage.skill-2 {
    width: 20%
}

.skill-percentage.skill-3 {
    width: 30%
}

.skill-percentage.skill-4 {
    width: 40%
}

.skill-percentage.skill-5 {
    width: 50%
}

.skill-percentage.skill-6 {
    width: 60%
}

.skill-percentage.skill-7 {
    width: 70%
}

.skill-percentage.skill-8 {
    width: 80%
}

.skill-percentage.skill-9 {
    width: 90%
}

.skill-percentage.skill-10 {
    width: 100%
}

.portfolio-grid {
    margin-left: -.5em;
    margin-right: -.5em
}

.portfolio-grid figure {
    width: 33.33333%;
    float: left;
    padding: 3px;
    margin: 0
}

.portfolio-grid img {
    position: relative;
    display: block;
    width: 100%
}

.portfolio-filters {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    text-align: right
}

.portfolio-filters li {
    display: inline-block
}

.portfolio-filters li a,
.portfolio-filters li a:hover {
    color: #888;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0
}

.portfolio-filters li a {
    background-color: #222;
    border: 2px solid #333
}

.portfolio-filters li a:hover {
    border: 2px solid #eee
}

.portfolio-filters li.active a,
.portfolio-filters li.active a:hover {
    background-color: #222;
    border: 2px solid #ff714a;
    color: #f5f5f5
}

.pf-load-more {
    margin-top: 40px
}

.portfolio-grid {
    margin-left: -7px;
    margin-right: -7px
}

.portfolio-grid figure {
    width: 33.33333%;
    float: left;
    padding: 7px;
    position: relative;
    overflow: hidden
}

.portfolio-grid.one-column figure {
    width: 100%
}

.portfolio-grid.two-columns figure {
    width: 50%
}

.portfolio-grid.three-columns figure {
    width: 33.33333%
}

.portfolio-grid.four-columns figure {
    width: 25%
}

.portfolio-grid.five-columns figure {
    width: 20%
}

.portfolio-grid img {
    position: relative;
    display: block;
    width: 100%
}

.portfolio-grid figure a,
.portfolio-rid figure img {
    display: block;
    position: relative
}

.portfolio-grid figure img {
    -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
}

.portfolio-grid figure:hover img {
    transform: scale(1.1)
}

.portfolio-grid figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3
}

.portfolio-item-img {
    position: relative;
    overflow: hidden
}

.portfolio-grid figure .portfolio-item-img:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .05);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -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
}

.portfolio-grid figure:hover .portfolio-item-img:after {
    opacity: 1
}

.portfolio-item-desc {
    margin-top: 12px
}

.portfolio-item-desc h4 {
    margin-bottom: 0
}

.portfolio-item-desc small {
    color: #888
}

.portfolio-grid figure i {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    opacity: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #ff714a;
    text-align: center;
    line-height: 30px;
    -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
}

.portfolio-grid figure .name {
    display: inline-block;
    padding: 3px 10px;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 67px);
    position: absolute;
    opacity: 0;
    -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
}

.portfolio-grid figure .category {
    display: inline-block;
    padding: 2px 7px;
    background-color: #fff;
    color: #222;
    font-size: 11px;
    line-height: 1.2em;
    bottom: 15px;
    left: 15px;
    position: absolute;
    opacity: 0;
    -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
}

.portfolio-grid figure:hover i,
.portfolio-grid figure:hover .name,
.portfolio-grid figure:hover .category {
    opacity: 1
}

.blog-masonry {
    margin: 0 -1em 1.8em
}

.blog-masonry.one-column .item {
    width: 100%;
    padding: 0 1em 2em
}

.blog-masonry.two-columns .item {
    width: 50%;
    float: left;
    padding: 0 1em 2em
}

.blog-masonry.three-columns .item {
    width: 33.333333%;
    float: left;
    padding: 0 1em 2em
}

.blog-card {
    display: block;
    position: relative;
    padding: 0;
    background: #353535
}

.blog-card .post-image {
    width: 100%;
    margin: 0
}

.blog-card .media-block {
    overflow: hidden
}

.blog-card .media-block img {
    -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
}

.blog-card .media-block:hover img {
    transform: scale(1.1)
}

.blog-card .post-without-f-image {
    padding-bottom: 46.875%;
    width: 100%;
    background-color: #353535
}

.blog-card .post-info {
    padding: 1em 1.4em 1.4em;
    border: 1px solid #353535;
    border-top: 0
}

.blog-card .blog-item-title {
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-card .post-meta {
    padding: 1em;
    margin: 0
}

.blog-card .category a {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #222;
    padding: 2px 7px;
    line-height: 1.2em;
    font-size: 11px;
    color: #f5f5f5;
    z-index: 3
}

.blog-card .post-date {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
    line-height: 1.1em;
    font-weight: 300
}

.blog-card .media-block {
    position: relative
}

.sticky-badge {
    position: absolute;
    background-color: #fff;
    right: 10px;
    top: 10px;
    font-size: 12px;
    padding: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #888;
    z-index: 3
}

.blog-card .media-block a .mask {
    position: absolute;
    background: #4f565e;
    background: rgba(0, 0, 0, .12);
    display: inline-block;
    font-family: pe-icon-7-stroke;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -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
}

.blog-card .media-block a .mask:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    width: 44px;
    line-height: 44px;
    font-size: 44px;
    text-align: center;
    content: "e62e";
    color: #fff
}

.blog-card .media-block:hover a .mask {
    visibility: visible;
    opacity: 1
}

.blog-card ul.category li a {
    color: #888;
    font-size: 12px;
    font-weight: 300
}

.blog-card .post-meta .item,
.post-meta .item a {
    color: #a6a6a6
}

.post-meta .item {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px
}

.post-meta .item:before {
    padding-right: 5px
}

.lm-info-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    background: #333;
    padding: 20px 10px 15px;
    border: 1px solid #444;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -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
}

.lm-info-block i {
    position: relative;
    font-size: 40px;
    color: #b5b5b5
}

.lm-info-block h4 {
    font-size: 16px;
    margin-top: 10px
}

.g-recaptcha {
    margin-bottom: 20px
}

.controls.two-columns .left-column {
    width: 47%;
    float: left;
    margin-right: 3%
}

.controls.two-columns .right-column {
    width: 50%;
    float: right
}

.map {
    width: 100%;
    height: 150px;
    margin: 0 0 30px
}

.testimonials {
    width: 100%
}

.testimonials.owl-carousel .owl-nav,
.clients.owl-carousel .owl-nav {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 5px
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-prev {
    margin-right: 3px
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-nav .owl-next,
.clients.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    background-color: #555;
    border: 1px solid #333;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-family: "font awesome 5 free";
    font-size: 11px;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #d5d5d5
}

.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover {
    background-color: #ff714a;
    border-color: #ff714a;
    color: #fff
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.testimonials.owl-carousel .owl-nav .owl-next:before,
.clients.owl-carousel .owl-nav .owl-prev:before,
.clients.owl-carousel .owl-nav .owl-next:before {
    position: relative;
    margin: 2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: inherit;
    z-index: 1
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.clients.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053"
}

.testimonials.owl-carousel .owl-nav .owl-next:before,
.clients.owl-carousel .owl-nav .owl-next:before {
    content: "\f054"
}

.portfolio-page-carousel {
    overflow: hidden
}

.portfolio-page-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.portfolio-page-carousel .owl-nav [class*=owl-] {
    color: #9e9e9e;
    margin: 0;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    -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;
    font-family: "font awesome 5 free";
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto
}

.portfolio-page-carousel .owl-nav [class*=owl-]:before {
    display: block
}

.portfolio-page-carousel .owl-nav .owl-prev {
    position: absolute;
    margin-left: -50px;
    left: 0
}

.portfolio-page-carousel:hover .owl-nav .owl-prev {
    margin-left: 0
}

.portfolio-page-carousel .owl-nav .owl-next {
    position: absolute;
    margin-right: -50px;
    right: 0
}

.portfolio-page-carousel:hover .owl-nav .owl-next {
    margin-right: 0
}

.portfolio-page-carousel .owl-nav .owl-prev:before {
    content: "\f053"
}

.portfolio-page-carousel .owl-nav .owl-next:before {
    content: "\f054"
}

.portfolio-page-carousel .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.portfolio-page-carousel .owl-dots .owl-dot {
    display: inline-block
}

.portfolio-page-carousel .owl-dots .owl-dot.active span,
.portfolio-page-carousel .owl-dots .owl-dot:hover span {
    background: #9e9e9e
}

.portfolio-page-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #f5f5f5;
    border: 1px solid #9e9e9e;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.page-ajax-loaded {
    position: fixed;
    background-color: #fff;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

.page-ajax-loaded:empty {
    display: none !important
}

.ajax-page-content {
    height: 100%;
    overflow: auto;
    background-color: #222
}

.ajax-page-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 60px 50px
}

.ajax-page-nav {
    text-align: right
}

.ajax-page-nav>div.nav-item {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.ajax-page-nav>div.nav-item a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #aaa;
    background-color: #333
}

.ajax-page-nav>div.nav-item a:hover {
    background-color: #ff714a;
    color: #fff
}

.ajax-page-nav>div.nav-item a i {
    line-height: 40px;
    font-size: 22px
}

.ajax-page-title {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: left
}

.ajax-page-title h1 {
    display: inline-block;
    margin: 0
}

.portfolio-block {
    padding-top: 30px
}

.ajax-page-page-content img {
    max-width: 100%
}

.portfolio-page-video,
.portfolio-page-carousel,
.portfolio-page-image {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.project-description {
    display: block;
    position: relative;
    padding: 20px 25px 25px;
    background-color: #333
}

.ajax-page-wrapper .block-title h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.project-general-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px
}

.project-general-info li {
    margin: 0 0 10px
}

.project-general-info .fa {
    color: #ff714a;
    margin-right: 5px
}

.project-general-info p {
    margin: 0
}

.share-buttons {
    display: block;
    margin: 25px 0 0
}

.share-buttons a {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0;
    width: 28px;
    height: 28px;
    color: #f5f5f5;
    background-color: #999;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 0
}

.portfolio-page-content .share-buttons a {
    margin: 0 7px 0 0
}

.share-buttons a:hover {
    color: #fff;
    background-color: #ff714a;
    border-color: #ff714a
}

.share-buttons a:last-child {
    margin-right: 0;
    border-radius: 0
}

.share-buttons a i {
    font-size: 14px;
    line-height: 26px;
    color: #f5f5f5
}

.tags-block {
    margin: 25px 0 0
}

.tags {
    list-style: none;
    margin: 0;
    padding: 0
}

.tags>li {
    display: inline-block
}

.tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    padding: 2px 7px;
    background-color: #666;
    border-radius: 3px;
    border: 1px solid transparent;
    margin: 3px 2px 2px
}

.tags a:first-child {
    margin-left: 0
}

.single-page-content {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px
}

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

.single-page-content .content-area .page-content {
    padding: 0 0 50px;
    min-height: 100%;
    height: 100%;
    clear: both;
    display: block;
    background-color: #222
}

.single-page-content .post-content {
    position: relative;
    margin-top: -70px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #222;
    z-index: 1
}

.post-thumbnail {
    background: #b2b2b2;
    display: block;
    position: relative;
    width: 100%;
    z-index: 0
}

.post-thumbnail img {
    display: block;
    margin: 0 auto
}

.entry-header {
    position: relative;
    z-index: 1;
    padding: 5px 0 0
}

.entry-title {
    font-size: 32px;
    line-height: 1.3;
    margin: 15px 0
}

.entry-meta {
    color: #9e9e9e;
    margin: 20px 0 30px
}

.entry-meta a {
    color: #9e9e9e
}

.entry-meta:not(.entry-tags-share) a:hover {
    color: #09c
}

.site-content .entry-header .entry-meta {
    font-size: 13px;
    margin-bottom: 12px
}

.blog-post-content .block-title {
    margin: 40px 0 10px
}

.entry-meta {
    color: #9e9e9e;
    margin: 20px 0 30px
}

.entry-meta a {
    color: #9e9e9e
}

.entry-meta:not(.entry-meta-bottom) a:hover {
    color: #f4511e
}

.post-tags a:hover {
    color: #222
}

.entry-meta.entry-meta-bottom .date-author {
    display: inline-block;
    line-height: 28px;
    margin: 5px 0
}

.post-tags {
    margin: 30px 0;
    text-align: left
}

.entry-meta.entry-meta-bottom .date-author>span:after {
    content: '';
    height: 14px;
    line-height: 1em;
    display: inline-block;
    margin: 0 6px 0 9px;
    background-color: #e5e5e5;
    width: 1px;
    top: 2px;
    position: relative
}

.entry-meta.entry-meta-bottom .date-author>span:last-child:after,
.entry-meta.entry-meta-bottom .date-author>span:first-child:last-child:after {
    display: none
}

.site-content .entry-header .entry-meta {
    font-size: 13px
}

.site-content .entry-meta.entry-meta-bottom {
    display: inline-block;
    width: 100%;
    background-color: #333;
    border: 1px solid #444;
    padding: 0 10px;
    margin: 30px 0 0
}

.entry-meta.entry-meta-bottom .share-buttons {
    display: inline-block;
    margin: 5px 0
}

.entry-meta.entry-meta-bottom .share-buttons a:hover {
    color: #fff
}

.entry-meta.entry-meta-bottom .post-info span {
    display: inline-block;
    padding: 5px 0;
    line-height: 1em
}

.blog-post-content .post-comment-add {
    max-width: 700px
}

.blog-post-content .post-comments .media {
    margin-top: 30px
}

.blog-post-content .post-comments>.media {
    margin-top: 0
}

.post-comments .media-object {
    max-width: 60px;
    border-radius: 50px
}

.post-comments .media-footer,
.post-comments .media-footer a {
    display: inline-block;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1em
}

.post-comments .media-footer a:hover {
    color: #ff714a
}

.blog-post-content .divider {
    color: #d3d3d3;
    margin: 0 2px;
    min-width: 5px
}

.post-comments .light-gray {
    color: #9e9e9e;
    font-size: 12px
}

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

.site-content.single-post article {
    padding-top: 15px
}

.site-content.single-post article.has-post-thumbnail {
    padding-top: 0
}

.site-content.single-post .post-thumbnail {
    margin-top: 0
}

.site-content.single-post .post-content,
.site-content.single-post .post-navigation,
.site-content.single-post .comments-area {
    position: relative;
    z-index: 1
}

.site-content.single-post .entry-content {
    padding: 0 0 30px
}

.post-content .embed-video {
    margin-top: 20px
}

.post-content .single-image {
    margin-top: 20px
}

blockquote {
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 1em;
    border-left: 2px solid #d8d8d8;
    font-style: italic
}

blockquote p {
    font-style: italic
}

.entry-meta {
    clear: both;
    line-height: 1.3333333333
}

.entry-meta+.cat-links:empty {
    display: none
}

.entry-meta a:hover {
    color: #ff714a
}

.entry-meta.entry-meta-top>span:after {
    content: '';
    height: 14px;
    line-height: 1em;
    display: inline-block;
    margin: 0 6px 0 9px;
    background-color: #e5e5e5;
    width: 1px;
    top: 2px;
    position: relative
}

.entry-meta.entry-meta-top>span:last-child:after,
.entry-meta.entry-meta-top>span:first-child:last-child:after {
    display: none
}

.post-categories {
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    list-style: none
}

.post-categories li {
    display: inline-block
}

.cat-links {
    display: block;
    padding: 5px 0
}

.cat-links li a {
    display: inline-block;
    font-size: 14px;
    margin: 0 6px 6px 0;
    color: #fff;
    background-color: #ff714a;
    padding: 2px 5px
}

.cat-links li:first-child a {
    margin-left: 0
}

.cat-links li a:hover {
    color: #fff;
    background-color: #ff714a
}

.byline {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.site-content .entry-meta {
    margin-bottom: 12px
}

.site-content footer.entry-meta {
    margin: 25px 0;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #eee
}

.entry-meta-bottom .tags {
    float: left;
    margin: 5px 0
}

.entry-meta-bottom .entry-share {
    float: right;
    margin: 0
}

.entry-meta-bottom .entry-share a:hover {
    color: #fff
}

.entry-meta-bottom .entry-share h4 {
    display: inline-block;
    float: left;
    margin: 2px 10px 0
}

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

.post-navigation,
.image-navigation {
    margin: 30px auto 0;
    padding: 0
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
    display: inline-block;
    width: auto;
    max-width: 46%;
    padding: 9px 0
}

.post-navigation a[rel=next],
.image-navigation .previous-image[rel=next],
.image-navigation .next-image[rel=next] {
    float: right;
    text-align: right
}

.post-navigation .meta-nav {
    color: #aaa;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    -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
}

.post-navigation a,
.image-navigation a {
    color: #2d2d2d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7142857142
}

.post-navigation a:hover,
.image-navigation a:hover {
    color: #ff714a
}

.single-page-content .post-navigation,
.single-page-content .comments-area {
    margin: 30px 70px 0
}

@media only screen and (max-width:1320px) {
    .portfolio-grid figure {
        width: 33.33333%
    }
}

@media only screen and (max-width:1170px) {
    .content-page-with-sidebar .page-content {
        width: 100%
    }

    .content-page-with-sidebar .blog-sidebar {
        position: fixed;
        display: block;
        width: 275px;
        right: -275px;
        background-color: #fff;
        padding: 0;
        top: 0;
        height: 100%;
        float: none;
        z-index: 101;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .66s ease-in-out;
        -moz-transition: all .66s ease-in-out;
        -o-transition: all .66s ease-in-out;
        -ms-transition: all .66s ease-in-out;
        transition: all .66s ease-in-out
    }

    .content-page-with-sidebar .blog-sidebar .blog-sidebar-content {
        overflow: auto;
        height: 100%;
        padding: 15px
    }

    .blog-sidebar.open {
        right: 0;
        -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .08);
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, .08)
    }

    .sidebar-toggle {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        left: -40px;
        font-size: 14px;
        top: 15px;
        border: 1px solid #eee;
        border-right-width: 0
    }
}

@media only screen and (min-width:991px) {

    body::-webkit-scrollbar,
    .pt-page::-webkit-scrollbar,
    .single-page-content::-webkit-scrollbar,
    .header::-webkit-scrollbar,
    .portfolio-page-content::-webkit-scrollbar {
        position: absolute;
        width: 5px;
        margin-left: -5px
    }

    body::-webkit-scrollbar-track,
    .pt-page::-webkit-scrollbar-track,
    .single-page-content::-webkit-scrollbar-track,
    .header::-webkit-scrollbar-track,
    .portfolio-page-content::-webkit-scrollbar-track {
        background-color: #fcfcfc
    }

    body::-webkit-scrollbar-thumb,
    .pt-page::-webkit-scrollbar-thumb,
    .single-page-content::-webkit-scrollbar-thumb,
    .header::-webkit-scrollbar-thumb,
    .portfolio-page-content::-webkit-scrollbar-thumb {
        background-color: #dedede;
        outline: 1px solid slategrey
    }

    .site-main {
        margin-left: 160px
    }
}

@media only screen and (max-width:991px) {
    body {
        overflow-y: auto
    }

    .mobile-visible {
        display: block;
        visibility: visible
    }

    .mobile-hidden {
        display: none !important;
        visibility: hidden !important
    }

    .border-block-top-110 {
        display: none
    }

    .header {
        width: 100%;
        max-width: 320px;
        height: calc(100% - 50px);
        left: 0;
        top: 50px;
        z-index: 1001;
        opacity: 1;
        overflow: auto;
        visibility: visible;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .18);
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out
    }

    .header.animate {
        -webkit-transition: all .44s ease-in-out;
        -moz-transition: all .44s ease-in-out;
        -o-transition: all .44s ease-in-out;
        -ms-transition: all .44s ease-in-out;
        transition: all .44s ease-in-out
    }

    .mobile-menu-hide {
        width: 0;
        left: 0;
        margin-left: -100%;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .header .logo {
        float: none
    }

    .header .logo a {
        text-align: center
    }

    .admin-bar .site-main {
        top: 50px
    }

    .admin-bar .header {
        top: 82px;
        height: calc(100% - 82px)
    }

    .site-title {
        font-size: 24px
    }

    .site-subtitle {
        font-size: 13px;
        margin: 5px 0
    }

    .mobile-header {
        position: fixed;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        background-color: #222;
        border-bottom: 1px solid #444;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 1002
    }

    .mobile-logo-container {
        margin: 0 20px;
        text-align: left
    }

    .mobile-header-image {
        display: inline-block;
        float: left
    }

    .mobile-header-image img {
        max-height: 34px;
        margin: 8px 8px 8px 0
    }

    .mobile-site-title {
        display: inline-block;
        float: left;
        color: #222;
        font-size: 18px;
        font-weight: 600;
        font-family: Poppins, Helvetica, sans-serif;
        margin: 0;
        line-height: 50px
    }

    .mobile-site-title a,
    .mobile-site-title a:focus,
    .mobile-site-title a:hover {
        color: #f5f5f5
    }

    .pt-page,
    .pt-page.start-page,
    .pt-page.start-page.first-style {
        padding-left: 0
    }

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

    .pt-page .section-inner {
        padding: 25px 30px 60px;
        margin-left: 0
    }

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

    .section-inner.start-page-full-width {
        padding: 0 0 15px
    }

    .page-content,
    .single-page-content .content-area .page-content,
    .single-post .single-page-content .content-area {
        padding: 0 0 50px
    }

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

    .subpage-block {
        margin-bottom: 40px
    }

    .site-main {
        position: absolute;
        top: 50px;
        bottom: 0;
        width: 100%;
        height: auto;
        margin: 0;
        border: 0;
        overflow-x: hidden
    }

    .section-title-block,
    .page-header-block {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px
    }

    .section-title-block.first-style .section-title:after,
    .page-title-wrap.first-style .page-title:after,
    .section-title-block.first-style .section-title:before,
    .page-title-wrap.first-style .page-title:before {
        display: none
    }

    .section-title-block.first-style {
        display: block;
        text-align: left
    }

    .section-title-block.first-style .section-title,
    .page-header {
        display: inline-block;
        position: relative
    }

    .section-title-block.first-style .section-title,
    .page-title-wrap.first-style h2.page-title {
        margin: 0 0 0 -30px;
        padding: 10px 20px 10px 28px
    }

    .page-title-wrap.second-style h2.page-title {
        margin: 0 0 30px
    }

    p.site-description {
        color: #9e9e9e;
        text-shadow: none
    }

    .pt-wrapper {
        padding: 0;
        margin: 0
    }

    .site-title-block {
        float: none
    }

    .site-main-menu {
        display: block;
        float: none;
        margin: 0
    }

    .site-main-menu li {
        display: block;
        text-align: left;
        float: none;
        width: 100%;
        margin: 0
    }

    .site-main-menu .sub-menu {
        margin: 0;
        padding-left: 15px
    }

    .site-main-menu+.site-main-menu>li:first-child {
        margin-left: 0
    }

    .header .header-content {
        padding-top: 0
    }

    .kerge-additional-menu.site-main-menu>li:first-child>a {
        margin-left: 0
    }

    .home-page-block h2 {
        font-size: 60px
    }

    .home-page-description {
        font-size: 18px
    }

    .ajax-page-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .lm-pricing .lm-package {
        max-width: 400px;
        margin: 0 auto 25px
    }

    .lm-pricing .lm-package-wrap:last-child .lm-package:last-child {
        margin-bottom: 0
    }

    .blog-masonry.three-columns .item {
        width: 50%
    }

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

    .site-content.single-post .post-thumbnail {
        margin-top: 0
    }

    .content-page-with-sidebar .page-content {
        width: 100%;
        display: block
    }

    .content-page-with-sidebar .blog-sidebar {
        top: 50px;
        height: calc(100% - 50px);
        min-height: calc(100% - 50px)
    }
}

@media only screen and (max-width:768px) {
    .start-page .title-block h2 {
        font-size: 50px
    }

    .section-inner.start-page-full-width .hp-text-block {
        padding: 30px 30px 50px
    }

    .hp-main-title {
        font-size: 36px
    }

    .portfolio-grid figure {
        width: 50%
    }

    .home-page-block h2 {
        font-size: 50px
    }

    .home-page-description {
        font-size: 18px
    }

    .info-list {
        margin-top: 20px
    }

    .start-page-content .page-header {
        padding: 50px 30px;
        margin: 0
    }

    .start-page-content .page-header .photo {
        max-width: 200px;
        margin: 0 auto
    }

    .start-page-content .page-header .title-block h2 {
        margin-top: 25px;
        font-size: 44px;
        line-height: 1.2em
    }

    .start-page-content .page-header .title-block .sp-subtitle {
        margin-top: 15px
    }

    .custom-page-content .page-header {
        padding: 15px 30px
    }

    .custom-page-content .page-header h2 {
        font-size: 33px
    }

    .admin-bar .content-page-with-sidebar .blog-sidebar {
        top: 96px;
        height: calc(100% - 96px);
        min-height: calc(100% - 96px)
    }

    .blog-post-content {
        padding: 0;
        margin: 30px 0 0
    }

    .blog-masonry.two-columns .item,
    .blog-masonry.three-columns .item {
        width: 100%
    }

    .portfolio-grid figure,
    .portfolio-grid.three-columns figure {
        width: 50%
    }

    .portfolio-grid.four-columns figure,
    .portfolio-grid.five-columns figure {
        width: 33.3333333%
    }

    .page-portfolio-loaded .portfolio-page-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .portfolio-page-carousel .owl-nav .owl-prev {
        margin-left: 0
    }

    .portfolio-page-carousel .owl-nav .owl-next {
        margin-right: 0
    }

    .portfolio-page-carousel .owl-nav .owl-prev,
    .portfolio-page-carousel .owl-nav .owl-next {
        background-color: rgba(255, 255, 255, .55)
    }

    .single-page-content .portfolio-page-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .nothing-found h2 {
        font-size: 88px
    }

    .entry-meta.entry-meta-bottom .share-buttons {
        display: block;
        float: none
    }

    .entry-meta-bottom .tags {
        display: block;
        float: none
    }

    .entry-meta.entry-meta-bottom .date-author+.share-buttons {
        margin-top: 10px
    }

    .single-page-content .post-content,
    .single-page-content .post-navigation,
    .single-page-content .comments-area {
        position: relative;
        margin-top: 0;
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0;
        z-index: 1
    }

    .fw-table {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .comment-metadata {
        padding: 0;
        border: 0;
        margin: 0 0 5px;
        display: block
    }
}

@media only screen and (max-width:480px) {
    .section-title-block.first-style .section-description {
        margin: 7px 0 0;
        width: 100%
    }

    .portfolio-grid figure {
        width: 100%
    }

    .portfolio-grid.three-columns figure,
    .portfolio-grid.two-columns figure {
        width: 100%
    }

    .portfolio-grid figure,
    .portfolio-grid.two-columns figure,
    .portfolio-grid.three-columns figure,
    .portfolio-grid.four-columns figure,
    .portfolio-grid.five-columns figure {
        width: 100%
    }

    .home-page-block h2 {
        font-size: 40px
    }

    .home-page-description {
        font-size: 16px
    }

    .nothing-found h2 {
        font-size: 60px
    }

    .entry-title {
        font-size: 27px
    }

    .controls.two-columns .left-column {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .controls.two-columns .right-column {
        width: 100%;
        float: none
    }

    .comment-list .children {
        margin-left: 7px;
        padding-left: 5px
    }

    .timeline-second-style .timeline-item {
        position: relative;
        display: block
    }

    .timeline-second-style .left-part {
        width: 100%;
        display: block;
        padding-left: 25px;
        min-height: 100%;
        text-align: left
    }

    .timeline-second-style .divider {
        left: 0
    }

    .timeline-second-style .right-part {
        width: 100%;
        display: block;
        padding-left: 25px;
        padding-right: 0
    }
}

.pt-page.start-page {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 15px;
    overflow: hidden
}

.start-page .section-inner {
    background-color: transparent;
    background-image: url(https://lmpixels.com/404.shtml);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat
}

.start-page .section-inner .mask {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 10, 10, .45)
}

.start-page .title-block {
    position: relative;
    text-align: center
}

.start-page .title-block h2 {
    color: #fff;
    font-size: 70px;
    margin: 0;
    text-align: center
}

.start-page .title-block .sp-subtitle {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    margin: 5px 0;
    text-align: center
}

.start-page .vcentered {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.lm-info-block.gray-bg {
    background-color: #fafafa
}

.lm-info-block .lm-info-block-value {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    margin: 10px 0;
    color: #ff714a
}

.lmpixels-arrows-nav {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 100
}

.lmpixels-arrows-nav>div {
    display: inline-block;
    padding: 0;
    background-color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #252525;
    color: #888;
    -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;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.lmpixels-arrows-nav>div:hover {
    color: #ff714a
}

.info-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.info-list li {
    margin: 6px 0;
    text-align: left
}

.info-list li .title {
    display: inline-block;
    font-weight: 600;
    margin-right: 15px
}

.info-list li .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff714a
}

@media only screen and (max-width:991px) {
    .pt-page.start-page {
        padding-left: 0
    }
}

@media only screen and (max-width:768px) {
    .start-page .title-block h2 {
        font-size: 42px
    }

    .start-page .title-block .sp-subtitle {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
    .lmpixels-arrows-nav>div {
        height: 34px;
        width: 34px;
        line-height: 34px
    }
}

.section-inner.start-page-full-width .hp-text-block .sp-subtitle {
    color: #a5a5a5;
    font-weight: 300
}

.header .copyrights {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px 15px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #aaa
}

#cursor {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ff714a;
    position: absolute;
    box-sizing: border-box;
    transition: 0.1s linear;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.highlight {
    background: rgba(0, 0, 0, 0.2) !important;
    z-index: 5 !important;
    height: 45px !important;
    width: 45px !important;
    border-style: dashed !important;
    animation: rorate 4s linear infinite;
    -webkit-animation: rorate 4s linear infinite;
}

@keyframes rorate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {        
        filter: hue-rotate(360deg);
    }
}

/*--------------------RubberBand--------------------------*/

.RubberBandEffect {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    display: inline-block;
}

.RubberBandEffect:hover {
    color: orange;
    /* animation: rubberBand 5s infinite; */
    animation-name: rubberBand;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}