/*
Theme Name: ساویس
Theme URI: https://ghaleblake.ir/
Author: EMAD / عماد
Author URI: https://ghaleblake.ir/
Description: قالب شخصی رزومه و نمونه کار ساویس | ساخته شده با عشق بدست علی عمادزاده
Requires at least: WordPress 4.9.6
Version: 1
License: GHALEBLAKE.IR
License URI: http://ghaleblake.ir/license/license.pdf
Text Domain: savise
*/


@font-face {
    font-family: "iransans";
    src: url("assets/fonts/IRANSansWeb.eot"), url("assets/fonts/IRANSansWeb.ttf") format("truetype"), url("assets/fonts/IRANSansWeb.woff") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    margin-right: 0 !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-family: 'iransans';
    font-size: 15px;
    color: #e9e9e9;
    background: #242425;
    letter-spacing: 0em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.page {
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 1023px) {
    .page {
        padding-top: 58px;
    }

    .page .lines-grid {
        padding-left: 0;
    }

}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*
      2. Container
  */
.container {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.lines-grid {
    padding-left: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 113;
    pointer-events: none;
}

.lines-grid .row {
    margin: 0;
    height: 100%;
}

.lines-grid .row .col {
    padding: 0;
    height: 100%;
}

.lines-grid .row .col .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.lines-grid .row .col .lines .line-1,
.lines-grid .row .col .lines .line-2 {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.lines-grid .row .col .lines .line-2 {
    height: 0%;
    background: rgba(255, 255, 255, 0.15);
}

.lines-grid .row .col:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.lines-grid.loaded .row .col:after {
    width: 0;
}

.lines-grid.z-index {
    z-index: 111;
}

/*
      3. Columns
  */
.row {
    margin: 0;
    position: relative;
    font-size: 0;
}

.row .col {
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    min-height: 1px;
}

.row .col .col {
    padding: 16px 28px;
}

@media (max-width: 560px) {
    .row .col .col {
        padding: 16px;
    }

}

@media (min-width: 1330px) {
    .row .col.col-d-lg-12 {
        width: 99.996%;
    }

    .row .col.col-d-lg-11 {
        width: 91.663%;
    }

    .row .col.col-d-lg-10 {
        width: 83.333%;
    }

    .row .col.col-d-lg-9 {
        width: 74.997%;
    }

    .row .col.col-d-lg-8 {
        width: 66.664%;
    }

    .row .col.col-d-lg-7 {
        width: 58.331%;
    }

    .row .col.col-d-lg-6 {
        width: 49.998%;
    }

    .row .col.col-d-lg-5 {
        width: 41.665%;
    }

    .row .col.col-d-lg-4 {
        width: 33.332%;
    }

    .row .col.col-d-lg-3 {
        width: 24.999%;
    }

    .row .col.col-d-lg-2 {
        width: 16.666%;
    }

    .row .col.col-d-lg-1 {
        width: 8.333%;
    }

    .row .col.col-d-lg-0 {
        display: none;
    }

}

@media (max-width: 1330px) {
    .row .col.col-d-12 {
        width: 99.996%;
    }

    .row .col.col-d-11 {
        width: 91.663%;
    }

    .row .col.col-d-10 {
        width: 83.333%;
    }

    .row .col.col-d-9 {
        width: 74.997%;
    }

    .row .col.col-d-8 {
        width: 66.664%;
    }

    .row .col.col-d-7 {
        width: 58.331%;
    }

    .row .col.col-d-6 {
        width: 49.998%;
    }

    .row .col.col-d-5 {
        width: 41.665%;
    }

    .row .col.col-d-4 {
        width: 33.332%;
    }

    .row .col.col-d-3 {
        width: 24.999%;
    }

    .row .col.col-d-2 {
        width: 16.666%;
    }

    .row .col.col-d-1 {
        width: 8.333%;
    }

    .row .col.col-d-0 {
        display: none;
    }

}

@media (max-width: 1023px) {
    .row .col.col-t-12 {
        width: 99.996%;
    }

    .row .col.col-t-11 {
        width: 91.663%;
    }

    .row .col.col-t-10 {
        width: 83.333%;
    }

    .row .col.col-t-9 {
        width: 74.997%;
    }

    .row .col.col-t-8 {
        width: 66.664%;
    }

    .row .col.col-t-7 {
        width: 58.331%;
    }

    .row .col.col-t-6 {
        width: 49.998%;
    }

    .row .col.col-t-5 {
        width: 41.665%;
    }

    .row .col.col-t-4 {
        width: 33.332%;
    }

    .row .col.col-t-3 {
        width: 24.999%;
    }

    .row .col.col-t-2 {
        width: 16.666%;
    }

    .row .col.col-t-1 {
        width: 8.333%;
    }

    .row .col.col-t-0 {
        display: none;
    }

}

@media (max-width: 560px) {
    .row .col.col-m-12 {
        width: 99.996%;
    }

    .row .col.col-m-11 {
        width: 91.663%;
    }

    .row .col.col-m-10 {
        width: 83.333%;
    }

    .row .col.col-m-9 {
        width: 74.997%;
    }

    .row .col.col-m-8 {
        width: 66.664%;
    }

    .row .col.col-m-7 {
        width: 58.331%;
    }

    .row .col.col-m-6 {
        width: 49.998%;
    }

    .row .col.col-m-5 {
        width: 41.665%;
    }

    .row .col.col-m-4 {
        width: 33.332%;
    }

    .row .col.col-m-3 {
        width: 24.999%;
    }

    .row .col.col-m-2 {
        width: 16.666%;
    }

    .row .col.col-m-1 {
        width: 8.333%;
    }

    .row .col.col-m-0 {
        display: none;
    }

}

.row:after {
    content: '';
    display: block;
    clear: both;
}

/*
      4. Preloader
  */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #181818;
    z-index: 1000;
}

.preloader .spinner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.preloader .spinner .double-bounce2 {
    background: rgba(255, 255, 255, 0.15);
    height: 0;
    -webkit-animation: loading 2s infinite ease-in-out;
    animation: loading 2s infinite ease-in-out;
}

/*
      5. Typography
  */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px 0;
    font-family: 'iransans';
    font-size: 26px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 700;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

p {
    font-size: 15px;
    line-height: 1.7;
    padding: 0;
    margin: 0 0 20px 0;
}

strong {
    font-weight: 700;
}

/* links, buttons */
.lnks {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lnk,
.button {
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: none;
}

.lnk .icon,
.button .icon {
    position: relative;
    top: 2px;
    right: 2px;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.lnk:hover,
.button:hover {
    color: #ffffff;
}

.lnk:hover .icon,
.button:hover .icon {
    left: 6px;
}

.button {
    display: inline-block;
    float: none;
    width: auto;
}

a {
    color: #a9a9a9;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #5ac24e;
}

/* lists */
ol,
ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0px;
}

li {
    margin-bottom: 0px;
}

/* code */
code {
    background: #c9c9c9;
    font-size: 16px;
    font-family: 'iransans';
    margin: 20px 0;
    padding: 10px 20px;
}

/* tables */
table {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-collapse: collapse;
}

th {
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    color: #ffffff;
    padding: 12px 15px;
    text-align: left;
}

td {
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding: 12px 15px;
    text-align: left;
    color: #a9a9a9;
}

/* blockquote */
blockquote {
    font-family: 'iransans';
}

/*
      6. Forms
  */
input,
textarea,
button {
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'iransans';
    font-size: 14px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    background: none;
    border: none;
    border-bottom: 1px solid #777777;
    resize: none;
    outline: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}

input:focus,
textarea:focus,
button:focus {
    color: #ffffff;
    border-bottom: 1px solid #777777;
}

textarea {
    margin-bottom: 40px;
    padding: 15px 0;
    height: 80px;
}

button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    border-bottom: 1px solid #777777;
    text-align: left;
    cursor: pointer;
}

button:hover {
    border-bottom: 1px solid #777777;
}

label,
legend {
    display: block;
    padding-bottom: 10px;
    font-family: 'iransans';
    font-size: 16px;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

::-webkit-input-placeholder {
    color: #777777;
}

:-moz-placeholder {
    color: #777777;
}

::-moz-placeholder {
    color: #777777;
}

:-ms-input-placeholder {
    color: #777777;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #ffffff;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #ffffff;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #ffffff;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #ffffff;
}

input.error,
textarea.error {
    border-bottom: 1px solid #ff0000 !important;
}

label.error {
    display: none !important;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: #ff0000;
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
    color: #ff0000;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: #ff0000;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: #ff0000;
}

/*
      7. Alignments
  */
.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-none {
    float: none !important;
}

/* width */
.full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.full-max-width {
    max-width: 100% !important;
    width: auto !important;
}

/* vertical align */
.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important;
}

.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important;
}

.vertical-top {
    display: table-cell !important;
    vertical-align: top !important;
}

.vertical-bottom {
    display: table-cell !important;
    vertical-align: bottom !important;
}

/* text formating */
.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-regular {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-italic {
    font-style: italic !important;
}

/* clearing */
.clear {
    clear: both;
}

/*
      8. Animations
  */
/* preloader */
@-webkit-keyframes loading {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }

}

@keyframes loading {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }

}

/* lines */
@-webkit-keyframes lines {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }

}

@keyframes lines {
    0% {
        height: 0;
        top: 0;
        bottom: auto;
    }

    50% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    51% {
        height: 100%;
        top: 0;
        bottom: auto;
    }

    52% {
        height: 100%;
        top: auto;
        bottom: 0;
    }

    100% {
        height: 0;
        top: auto;
        bottom: 0;
    }

}

/* TABLE OF CONTENTS
	1. Header
	2. Cards
	3. Card - About
	4. Card - Resume
	5. Card - Works
	6. Card - Blog
	7. Card - Contacts
	8. Popups
*/

/*
	1. Header
*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 44px;
    height: 100%;
    z-index: 113;
    text-align: center;
    background: #181818;
}

.header:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.header .logo {
    position: relative;
    padding: 0;
    background: #5ac24e;
    text-align: center;
}

.header .logo a {
    display: block;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    text-decoration: none;
}

.header .logo a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.header .logo a span {
    position: relative;
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.header .logo a span img {
    margin-top: 8px;
}

.header .top-menu {
    margin-top: 12px;
    width: 100%;
    font-size: 0;
}

.header .top-menu ul li {
    display: block;
}

.header .top-menu ul li a {
    margin: 8px 0;
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
}

.header .top-menu ul li a .icon {
    margin: 0;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 21px;
    color: #a9a9a9;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.header .top-menu ul li a .link {
    margin: -11px 0 0 0;
    padding: 0 8px;
    position: absolute;
    left: 120%;
    top: 50%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    background: #181818;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.header .top-menu ul li a .link:before {
    margin-top: -5px;
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    border: 5px solid transparent;
    border-right: 5px solid #111;
}

@media (max-width: 560px) {
    .header .top-menu ul li a .link {
        display: none;
    }

}

.header .top-menu ul li:hover a {
    color: #ffffff;
}

.header .top-menu ul li:hover a .icon {
    color: #ffffff;
}

.header .top-menu ul li:hover a .link {
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    opacity: 1;
    visibility: visible;
}

.header .top-menu ul li.active a {
    color: #5ac24e;
}

.header .top-menu ul li.active a .icon {
    color: #5ac24e;
}

.header .social {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 21px;
}

.header .social a {
    margin: 6px 0;
    display: block;
}

.header .social a .icon {
    margin: 0;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 17px;
    color: #a9a9a9;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.header .social a:hover .icon {
    color: #5ac24e;
}

@media (max-width: 1023px) {
    .header {
        top: 0;
        left: 0;
        width: 100%;
        height: 58px;
        background: #181818;
    }

    .header.opened .top-menu {
        opacity: 1;
        visibility: visible;
    }

    .header.opened .menu-btn .m-line {
        background: none;
    }

    .header.opened .menu-btn .m-line:before {
        top: 0;
        bottom: auto;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .header.opened .menu-btn .m-line:after {
        top: auto;
        bottom: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .header:before {
        display: none;
    }

    .header .logo {
        width: 50px;
        float: left;
    }

    .header .top-menu {
        position: absolute;
        left: 0;
        top: 58px;
        margin-top: 0;
        width: 100%;
        background: #202020;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .header .top-menu ul li {
        display: inline-block;
    }

    .header .top-menu ul li a {
        margin: 0;
    }

    .header .top-menu ul li a .icon {
        margin: 0;
        display: block;
        width: 50px;
        height: 58px;
        line-height: 56px;
    }

    .header .social {
        position: absolute;
        left: auto;
        right: 70px;
        bottom: auto;
        top: 0;
        width: auto;
    }

    .header .social a {
        margin: 0;
        display: inline-block;
    }

    .header .social a .icon {
        margin: 0;
        width: 30px;
        height: 58px;
        line-height: 56px;
    }

    .header .menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        background: #202020;
        cursor: pointer;
    }

    .header .menu-btn .m-line {
        margin: -1px 0 0 -10px;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 22px;
        height: 2px;
        background: #a9a9a9;
    }

    .header .menu-btn .m-line:before,
    .header .menu-btn .m-line:after {
        content: '';
        position: absolute;
        left: 0;
        top: -7px;
        width: 100%;
        height: 2px;
        background: #a9a9a9;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .header .menu-btn .m-line:after {
        top: auto;
        bottom: -7px;
    }

}

/*
	2. Cards
*/
.card-inner {
    padding-left: 44px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
}

.card-inner.active {
    visibility: visible;
    opacity: 1;
    z-index: 112;
}

.card-inner.card-started {
    text-align: center;
}

.card-inner.card-started .slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #262628;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card-inner.card-started .slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0.6;
}

.card-inner.card-started .title {
    margin: 0 0 30px 0;
    font-size: 66px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 600;
}

.card-inner.card-started .title span {
    padding-left: 15px;
}

.card-inner.card-started .subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 200;
}

.card-inner.card-started .subtitle p {
    margin: 0;
}


@media (max-width: 560px) {
    .card-inner.card-started {
        text-align: center;
    }

    .card-inner.card-started .title {
        margin: 0 0 30px 0;
        font-size: 46px;
        line-height: 50px;
    }

    .card-inner.card-started .title span {
        padding-right: 0;
    }

    .card-inner.card-started .subtitle {
        margin: 0 0 0 0;
        font-size: 18px;
        line-height: 18px;
    }

}

.card-inner .card-container,
.wp-all-posts-page .card-container
 {
    height: 100%;
}

.card-inner .card-container .card-wrap,
.wp-all-posts-page .card-container .card-wrap
 {
    background: linear-gradient(135deg, #1d1e21 0%, #3e4246 100%);
}

.card-inner .card-container .card-wrap .simplebar-scroll-content,
.wp-all-posts-page .card-container .card-wrap .simplebar-scroll-content
 {
    max-height: 100% !important;
}

.card-inner .card-wrap,
.wp-all-posts-page .card-wrap
 {
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: block;
}

.card-inner .card-wrap .simplebar-content,
.wp-all-posts-page .card-wrap .simplebar-content
 {
    overflow: hidden;
    padding: 30px 0 !important;
}

.card-inner .card-wrap .title,
.wp-all-posts-page .card-wrap .title {
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.card-inner .card-wrap .title span,
.wp-all-posts-page .card-wrap .title span {
    color: #5ac24e;
}

@media (max-width: 560px) {
    .card-inner .card-wrap .title,
    .wp-all-posts-page .card-wrap .title {
        text-align: center;
    }

}

.card-inner .card-image {
    position: fixed;
    overflow: hidden;
    right: -22px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #262628;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.card-inner .card-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0.15;
}

@media (max-width: 1330px) {
    .card-inner .card-image {
        right: -16px;
    }

}

@media (max-width: 1023px) {
    .card-inner .card-image {
        position: relative;
        top: -30px;
        right: 0;
        height: 50vh;
    }

}

@media (max-width: 560px) {
    .card-inner .card-image {
        height: 50vh;
    }

}

@media screen and (orientation: landscape) and (max-width: 820px) {
    .card-inner .card-image {
        height: 100vh;
    }

}

.wp-all-posts-page {
    text-align: center;
}

.card-inner .card-box, 
.wp-all-posts-page .card-box {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.card-inner .card-box:hover,
.wp-all-posts-page .card-box:hover {
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1023px) {
    .card-inner {
        padding-left: 0;
    }

}

/* content */
.content {
    margin: 0;
    padding: 70px 0 0 0;
    position: relative;
}

@media (max-width: 560px) {
    .content {
        padding: 50px 0 0 0;
    }

    .content.inner-top {
        padding-top: 15px;
    }

}

/*
	3. Card - About
*/
/* 3.1 Inner Top */
.content.inner-top {
    text-align: center;
}

.content.inner-top .title-bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -80px;
    width: 100%;
    font-size: 120px;
    line-height: 120px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0.07;
}

.content.inner-top .text p {
    margin: 0 0 30px 0;
    font-size: 23px;
    font-weight: 200;
}

.content.inner-top .text p strong {
    color: #5ac24e;
}

.content.inner-top .circle-bts a {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    min-width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.content.inner-top .circle-bts a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.content.inner-top .circle-bts a span {
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.content.inner-top .circle-bts a span .icon {
    top: -2px;
    margin-right: 5px;
}

.content.inner-top .circle-bts a:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
}

.content.inner-top .circle-bts a:hover .icon {
    color: #5ac24e;
}

.content.inner-top .circle-bts a:hover span {
    color: #5ac24e;
}

@media (max-width: 560px) {
    .content.inner-top .title-bg {
        top: -30px;
        font-size: 60px;
        line-height: 140px;
    }

    .content.inner-top .text {
        padding-top: 15px;
    }

    .content.inner-top .text p {
        margin: 0 0 30px 0;
        font-size: 19px;
    }

    .content.inner-top .text p br {
        display: none;
    }

    .content.inner-top .circle-bts a:first-child {
        margin-bottom: 15px;
        display: block;
    }

}

/* 3.2 Services */
.service-items {
    font-size: 0;
}

.service-items .service-item {
    min-height: 236px;
    text-align: left;
}

.service-items .service-item .icon {
    margin: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #5ac24e;
}

.service-items .service-item .name {
    margin: 10px 0 5px;
    font-weight: bold;
}

.service-items .service-item .comment-author .fn {
    margin: 10px 0 10px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.service-items .service-item p {
    margin: 0;
    color: #999;
}

/* 3.3 Pricing */
.pricing-items {
    font-size: 0;
}

.pricing-items .pricing-item {
    padding-bottom: 90px;
    text-align: center;
}

.pricing-items .pricing-item .icon {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #5ac24e;
    text-align: center;
}

.pricing-items .pricing-item .comment-author .fn {
    margin: 10px 0 30px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.pricing-items .pricing-item .amount {
    margin: 20px 0 30px 0;
}

.pricing-items .pricing-item .amount .number {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 42px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
}

.pricing-items .pricing-item .amount .dollar,
.pricing-items .pricing-item .amount .period {
    margin: 0 3px;
    position: relative;
    bottom: 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 400;
}

.pricing-items .pricing-item .amount .period {
    bottom: auto;
    top: 4px;
    vertical-align: bottom;
    font-size: 14px;
}

.pricing-items .pricing-item .feature-list ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #ffffff;
}

.pricing-items .pricing-item .feature-list ul li:last-child {
    border-bottom: none;
}

.pricing-items .pricing-item .lnks .lnk {
    float: none;
    width: 100%;
    display: block;
}

.pricing-items .pricing-item .lnks .lnk span {
    color: #5ac24e;
}

/* 3.4 Fun Fact */
.fuct-items {
    font-size: 0;
}

.fuct-items .fuct-item {
    padding: 12px;
    position: relative;
    text-align: center;
    min-height: 124px;
}

.fuct-items .fuct-item .icon {
    margin: 5px auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #5ac24e;
    text-align: center;
}

.fuct-items .fuct-item .comment-author .fn {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}

.fuct-items .fuct-item .comment-author .fn span {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

/* 3.5 Clients */
.client-items {
    font-size: 0;
}

.client-items .client-item {
    padding: 14px;
    font-size: 0;
    text-align: center;
}

.client-items .client-item img {
    max-width: 100%;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.client-items .client-item:hover img {
    opacity: 1;
}

/*
	4. Card - Resume
*/
.content.resume {
    margin-top: -10px;
    padding-top: 0;
}

.content.resume .title {
    padding: 0 0 32px 0;
}

@media (max-width: 560px) {
    .content.resume .row .col:first-child {
        margin-bottom: 70px;
    }

}

/* 4.1 Resume */
.resume-items {
    font-size: 0;
}

.resume-items .resume-item {
    position: relative;
    padding: 30px 0;
}

.resume-items .resume-item:first-child {
    padding-top: 0;
}

.resume-items .resume-item:first-child:before {
    display: none;
}

.resume-items .resume-item:last-child {
    padding-bottom: 0;
}

.resume-items .resume-item:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    right: -30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.resume-items .resume-item.active .date {
    color: #5ac24e;
}

.resume-items .resume-item .comment-author .fn {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.resume-items .resume-item .date {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777777;
    font-weight: 400;
}

.resume-items .resume-item .date span {
    padding: 0 5px;
    display: inline-block;
}

.resume-items .resume-item p {
    margin: 0;
}

/* 4.2 Skills */

.content.skills {
    margin-top: -10px;
    padding-top: 0;
}
.content.skills-title {
    padding-top: 120px;
}

.content.skills .title {
    padding: 0 0 32px 0;
}

@media (max-width: 560px) {
    .content.skills .row .col:first-child {
        margin-bottom: 70px;
    }

}

.skills-list.card-box {
    padding: 0;
}

.skills-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.skills-list ul li {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.skills-list ul li:last-child {
    border: none;
}

.skills-list ul li .comment-author .fn {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 700;
}

.skills-list ul li .progress {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.skills-list ul li .progress .percentage {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #5ac24e;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

/*
	5. Card - Works
*/
.content.works {
    margin-top: -10px;
    padding-top: 0;
}

.content.works .filter-menu .f_btn {
    margin: 0 0 0 15px;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.content.works .filter-menu .f_btn.active {
    color: #5ac24e;
}

.content.works .filter-menu .f_btn label {
    cursor: pointer;
}

@media (max-width: 560px) {
    .content.works .filter-menu {
        text-align: left;
    }

    .content.works .filter-menu .f_btn {
        margin: 0 15px 0 0;
        height: 30px;
    }

}

/* 5.1 Box Items */
.box-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.box-item.card-box {
    padding: 0;
}

.box-item .image {
    position: relative;
    overflow: hidden;
}

.box-item .image a {
    display: block;
    font-size: 0;
}

.box-item .image a img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -khtml-border-radius: 18px 18px 0 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.box-item .image .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.box-item .image .info:before,
.box-item .image .info:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5ac24e;
    opacity: 0.4;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -khtml-border-radius: 18px 18px 0 0;
}

.box-item .image .info:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.box-item .image .info .icon {
    margin: -16px 0 0 -16px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    transition: all 0.1s ease-in 0.4s;
    -moz-transition: all 0.1s ease-in 0.4s;
    -webkit-transition: all 0.1s ease-in 0.4s;
    -o-transition: all 0.1s ease-in 0.4s;
}

.box-item .desc {
    padding: 15px;
    position: relative;
}

.box-item .desc .comment-author .fn {
    margin: 0;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.box-item .desc .category {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777777;
    font-weight: 400;
}

.box-item .date {
    padding: 10px 0 0 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 11px;
    line-height: 11px;
    color: #181818;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffffff;
}

.box-item .date strong {
    display: block;
    font-size: 23px;
    line-height: 23px;
    color: #181818;
    font-weight: 700;
}

.box-item:hover .image img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.box-item:hover .image .info {
    opacity: 1;
}

/*
	6. Card - Blog
*/
.content.blog {
    margin-top: -10px;
    padding-top: 0;
}

/*
	7. Card - Contacts
*/
.content.contacts-info {
    margin-top: -10px;
    padding-top: 0;
}

.contacts-items {
    font-size: 0;
}

.contacts-items .contacts-item {
    min-height: 87px;
    text-align: left;
}

.contacts-items .contacts-item.card-box {
    padding: 20px 20px 20px 75px;
}

.contacts-items .contacts-item .icon {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #5ac24e;
}

.contacts-items .contacts-item .comment-author .fn {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
}

.contacts-items .contacts-item p {
    margin: 0;
}

@media (max-width: 1023px) {
    .contacts-items.card-box {
        padding: 20px 30px 20px 85px;
    }

    .contacts-items .icon {
        left: 30px;
    }

}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_form.card-box {
    padding: 15px 30px;
    margin-bottom: 0;
}

.contact_form .row {
    margin: 0 -30px;
}

@media (max-width: 1023px) {
    .contact_form.card-box {
        padding: 0 14px 14px 14px;
        margin-bottom: 0;
    }

    .contact_form .row {
        margin: 0;
    }

    .contact_form .button {
        margin: 0 16px;
    }

}

/*
	8. Popups
*/
.mfp-wrap.popup-box-inline {
    margin: 0 0 0 -360px;
    padding: 0;
    top: 0;
    left: 50%;
    overflow: auto;
    width: 720px;
    height: 100%;
    background: linear-gradient(135deg, #1d1e21 0%, #3e4246 100%);
}

.mfp-wrap.popup-box-inline .mfp-container {
    padding: 0;
    position: relative;
    height: auto;
}

.mfp-wrap.popup-box-inline .content {
    padding-top: 0;
    margin-bottom: 40px;
}

.mfp-wrap.popup-box-inline .image {
    padding: 60px 40px 40px 40px;
    font-size: 0;
}

.mfp-wrap.popup-box-inline .image img {
    width: 100%;
    height: auto;
}

.mfp-wrap.popup-box-inline .desc {
    padding: 0 40px;
}

.mfp-wrap.popup-box-inline .desc .post-box .blog-content {
    margin: 0;
}

.mfp-wrap.popup-box-inline .desc .lnk,
.mfp-wrap.popup-box-inline .desc .button {
    height: 30px;
    line-height: 30px;
}

@media (max-width: 720px) {
    .mfp-wrap.popup-box-inline {
        left: 44px;
        right: 0;
        width: auto;
        margin: 0;
        padding: 0 10px;
    }

    .mfp-wrap.popup-box-inline .image {
        padding: 60px 0 20px 0;
    }

    .mfp-wrap.popup-box-inline .desc {
        padding: 0;
    }

}

.mfp-wrap.popup-box .mfp-close,
.mfp-wrap.popup-box-inline .mfp-close {
    padding: 0;
    right: -54px;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-family: 'Poppins';
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    opacity: 1;
}

@media (max-width: 720px) {

    .mfp-wrap.popup-box .mfp-close,
    .mfp-wrap.popup-box-inline .mfp-close {
        right: 0;
        top: -54px;
    }

}

.mfp-wrap.popup-box-inline .mfp-close {
    top: 0;
    right: 0;
    color: #ffffff;
}

@media (max-width: 720px) {
    .mfp-wrap.popup-box-inline .mfp-close {
        right: 0;
        top: 0;
    }

}

.card-inner.blog-post {
    -webkit-animation: none;
    animation: none;
}


.theme_menu h4 {
    margin: 30px 0 15px 0;
    padding: 0 15px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #222;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.theme_menu .segment {
    padding: 0 12px;
    margin-bottom: 0;
}

.theme_menu ul.theme {
    margin: 0 -5px;
    font-size: 0;
}

.theme_menu ul.theme li a:hover {
    background: #f9f9f9;
}

.theme_menu ul.theme li {
    margin: 0 5px 10px 5px;
    display: inline-block;
    list-style: none;
}

.theme.layout_style li a {
    height: 28px;
    width: 28px;
}

.theme_menu ul.theme li a {
    display: block;
}

.theme_menu .theme.demo_list {
    margin: 5px -1px 0 0;
}

.theme_menu .theme.demo_list li {
    margin: -1px 0 0 0;
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}

.theme_panel.left .theme_menu .theme.demo_list li {
    margin: -1px 0 0 -1px;
}

.theme_menu ul.theme li:nth-child(5),
.theme_menu ul.theme li:nth-child(6) {
    border-bottom: none;
}

.theme_menu .theme.demo_list li strong {
    font-weight: 500;
    color: #444;
}

.theme_menu .buy-btn {
    margin: 15px 0 0 0;
    padding: 0 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #f9f9f9;
    background: green;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.theme_menu .buy-btn .ion {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px;
    color: #fefefe;
}

@-webkit-keyframes settings {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes settings {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/* TABLE OF CONTENTS
	1. Blog Post
*/

/*
	1. Blog Post
*/
.content.blog-single {
    padding-top: 10px;
}

.post-box {
    margin-bottom: 70px !important;
}

.post-box.comments {
    padding: 0;
}

.post-box.comments-form {
    padding: 15px 30px;
    margin-bottom: 0 !important;
}

.comments-form form {
    display: inline-block;
    width: 100%;
}

.comments-form form p label {
    padding-bottom: 0 !important;
    font-size: 14px;
}


@media (max-width: 1023px) {
    .post-box.comments-form {
        padding: 0 16px 10px 16px;
    }

}

.post-box.comments-form .button {
    margin: 0 28px;
}

@media (max-width: 1023px) {
    .post-box.comments-form .button {
        margin: 0 16px;
    }

}

.post-box .blog-detail {
    display: flex;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #888888;
    line-height: 20px;
}

.post-box .blog-detail:first-of-type {
    margin-top: 20px;
}

.post-box .blog-detail .cats {
    display: flex;
    align-items: center;
    width: 100%;
}

.post-box .blog-detail .tags {
    display: flex;
    align-items: center;
    width: 100%;
}

.blog-detail.cats {
    margin-top: 30px;
}

.post-box .blog-detail a {
    font-size: 14px;
}

.post-box .blog-detail span {
    font-size: 13px;
}

.post-box .blog-detail i {
    margin-left: 5px;
}

.post-box .blog-detail span.date {
    margin-left: 16px;
}

.post-box .blog-image {
    margin: 0 0 25px 0;
    font-size: 0;
}

.post-box .blog-image img {
    width: 100%;
}

.post-box .blog-content blockquote {
    margin: 25px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    color: #a9a9a9;
    font-style: italic;
    font-weight: 300;
    border-left: 2px solid #5ac24e;
}

.post-box .blog-content ul {
    margin: 25px 0;
    list-style: none;
}

.post-box .blog-content ul li {
    margin: 5px 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

.post-box .blog-content ul li:before {
    margin: -2px 0 0 0;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #5ac24e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.post-box .post-comments {
    margin: 0;
}

.post-box .post-comments li {
    margin: 0;
    padding: 30px;
    position: relative;
    display: block;
    list-style: none;
}

.post-box .post-comments li:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

.post-box .post-comments li:after {
    content: '';
    position: relative;
    clear: both;
    display: block;
}

.post-box .post-comments li img {
    width: 54px;
    float: right;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    margin-left: 10px;
}

.post-box .post-comments li .comment-meta {
    margin: 0 0 0 66px;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.post-box .post-comments li .comment-meta p {
    font-size: 15px;
    margin: 20px 0 10px;
}

.post-box .post-comments li .comment-meta .comment-author .fn {
    margin: 0 0 10px 0;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.post-box .post-comments li .comment-meta .comment-author .fn a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.post-box .post-comments li .comment-meta .comment-author .fn {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #5ac24e;
}

.post-box .post-comments li .comment-meta .comment-author .fn span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #777777;
    font-weight: 400;
    text-transform: none;
    border-left: 1px solid #c9c9c9;
}

@media (max-width: 560px) {
    .post-box .post-comments li img {
        margin-right: 15px;
    }

    .post-box .post-comments li .comment-meta {
        margin: 0;
    }

    .post-box .post-comments li .comment-meta .comment-author .fn {
        margin: 0 0 30px 0;
    }

    .post-box .post-comments li .comment-meta .comment-author .fn span {
        padding-top: 3px;
        margin: 0;
        display: block;
        border: none;
    }

}


/* TABLE OF CONTENTS
	1. RTL
*/

/*
	1. RTL
*/

body {
    direction: rtl;
}

ol,
ul {
    padding-right: 0px;
}

.header {
    left: auto;
    right: 0;
}

.header:before {
    right: auto;
    left: -1px;
}

.lines-grid {
    padding-left: 0;
    padding-right: 44px;
}

.lines-grid .row .col:after {
    left: 0;
    right: auto;
}

.lines-grid .row .col .lines {
    left: auto;
    right: 0;
}

.card-inner {
    padding-left: 0;
    padding-right: 44px;
}

.card-inner .card-image {
    right: auto;
    left: -22px;
}

.header .top-menu ul li a .link {
    margin: 0 0 0 -11px;
    padding: 0 8px;
    left: auto;
    right: 120%;
}

.header .top-menu ul li a .link:before {
    left: auto;
    right: -5px;
    border-right: none;
    border-left: 5px solid #111;
}

.service-items .service-item {
    text-align: right;
}

.skills-list ul li .progress .percentage {
    left: auto;
    right: 0;
}

.content.works .filter-menu {
    text-align: center;
}

.content.works .filter-menu .f_btn {
    margin: 0 15px 0 0;
}

.contacts-items .contacts-item {
    text-align: right;
}

.contacts-items .contacts-item.card-box {
    padding: 20px 60px 20px 20px;
}

.contacts-items .contacts-item .icon {
    left: auto;
    right: 15px;
}

.mfp-content {
    text-align: right;
}

.post-box .blog-content ul.list-style li {
    padding: 0 20px 0 0;
}

.post-box .blog-content ul.list-style li:before {
    left: auto;
    right: 0;
}

.post-box .blog-content blockquote {
    padding: 0 20px 0 0;
    border-left: none;
    border-right: 2px solid #2eca7f;
}

.box-item .date {
    left: auto;
    right: 20px;
}

.align-left {
    text-align: right !important;
}

.post-box .post-comments li:before {
    left: auto;
    right: 0;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
}

@media (max-width: 1330px) {
    .card-inner .card-image {
        right: auto;
        left: -16px;
    }
}

@media (max-width: 1023px) {
    .header .top-menu ul li a .link {
        display: none;
    }

    .lines-grid {
        padding-left: 0;
        padding-right: 0;
    }

    .card-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .card-inner .card-image {
        left: 0;
    }

    .header .logo {
        float: right;
    }

    .header .social {
        left: 70px;
        right: auto;
        line-height: 66px;
    }

    .header .menu-btn {
        right: auto;
        left: 0;
    }
}

.no-post {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px;
}

.no-comment {
    text-align: center;
    font-size: 18px;
    padding: 30px;
}

input[type="checkbox"] {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}


input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline;
}

.comment-author .fn {
    font-weight: 700;
    font-style: normal;
}

span.says {
    color: #777777;
}

.post-comments li.comment {
    position: relative;
}

.post-comments li.comment .reply {
    position: absolute;
    top: 30px;
    left: 30px;
}

.comment-form-cookies-consent {
    margin-top: 30px;
}


.page-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-navigation span.pages {
    color: #777;
    font-size: 14px;
}

.page-navigation span,
.page-navigation a {
    padding: 15px;
}

.col.go-to-page,
.col.page-number {
    width: 100%;
}

.col.go-to-page {
    display: flex;
    justify-content: center;
}

a.special-link {
    padding: 15px 40px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

a.special-link:hover {
    color: #fff;
    background: #2eca7f;
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
}

.page-navigation a {
	color: #2eca7f
}

.wp-page-title {
    margin-bottom: 50px;
}
