/*
Theme Name: SAVIS | ساویس
Author: Ali Emadzadeh / علی عمادزاده
Author URI: https://rtl-theme.com/author/halbia/
Description: قالب شخصی، رزومه و نمونه کار ساویس
Requires at least: WordPress 5.8
Version: 5.7
Requires PHP: 7.3
Text Domain: savis
*/

html {
    margin-right: 0 !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-family: 'iransans', serif;
    font-size: 15px;
    color: #e9e9e9;
    background: #242425;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="url"] {
    direction: ltr;
    text-align: left;
}

.page {
    position: relative;
    overflow: hidden;
    height: 100%;
}


@media (max-width: 1023px) {
    .page {
        padding-top: 0;
    }

    .page .lines-grid {
        padding-left: 0;
    }

}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ol,
ul {
    padding-right: 0px;
}

/*
      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: 200;
    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: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;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px 0;
    font-family: 'iransans', serif;
    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;
}

strong {
    font-weight: 700;
}

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;

    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', serif;
}

/*
      6. Forms
  */
input,
textarea,
button {
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'iransans', serif;
    font-size: 14px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    background: none;
    border: none;
    border-bottom: 1px solid #2F352F;
    resize: none;
    outline: 0;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}

input:focus,
textarea:focus,
button:focus {
    color: #ffffff;
    border-bottom: 1px solid #777777;
}

textarea {
    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', serif;
    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: 100vh !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: 'iransans', serif;
    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;
    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: auto;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    background: #181818;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    pointer-events: none;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    transform: translateX(-10px);
    font-family: 'iransans';
}

.header .top-menu ul li a .link:before {
    margin-top: -5px;
    content: '';
    position: absolute;
    left: -10px;
    transform: translateY(11px);
    top: 0;
    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;
}

.rtl .header .top-menu ul li:hover a .link {
    transform: translate(0px, -10px);
    opacity: 1;
    visibility: visible;
}

.header .top-menu ul li:hover a .link {
    transform: translateX(0px);
    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;
}

.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);
    }

    .header.opened .menu-btn .m-line:after {
        top: auto;
        bottom: 0;
        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;
    }

    .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;
        line-height: 58px;
    }

    .header .social a {
        margin: 0 10px;
        display: inline-block;
    }

    .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;
    }

    .header .menu-btn .m-line:after {
        top: auto;
        bottom: -7px;
    }

    .header .top-menu ul li a .link {
        display: none;
    }

}

/*
	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: 100vw;
    height: 100vh;
    background-color: #262628;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.video-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.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: 26px;
    line-height: 20px;
    font-weight: bold;
}

.card-inner.card-started .subtitle .typed-cursor {
    display: none;
}

.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: #1B1E1B;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}


@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%;
    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 .circle-bts a {
    margin: 5px 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);
    border-radius: 44px;
    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;
}

.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;
}

.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);
}

.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 {
        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-item .icon {
    width: auto;
    margin-bottom: 7px;
}

.service-item .icon img {
    transform: perspective(300px) rotateY(0deg) scale(1);
    transition: all 0.5s ease 0.1s;
}

.service-item:hover .icon img {
    transform: perspective(300px) rotateY(360deg) scale(1.1);
}

.service-item .name {
    margin: 10px 0 5px;
    font-weight: bold;
}

.service-item .comment-author .fn {
    margin: 10px 0 10px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.service-item p {
    margin: 0;
    color: #999;
}

/* 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: 200px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    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;
}

.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;
    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;
}

.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);
}

.box-item:hover .image .info {
    opacity: 1;
}

/*
	6. Card - Blog
*/
.content.blog {
    margin-top: -10px;
    padding-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;
}

.comments-form .form-submit .submit {
    margin-top: 50px;
    padding: 10px 25px;
    text-align: center;
    background: #2A302A;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    height: auto;
    border: none;
    border-radius: 10px;
}

.logged-in .comments-form .form-submit .submit {
    margin-top: 40px;
}


@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;
    padding: 0 2.5px;
}

.post-box .blog-detail span {
    font-size: 13px;
    padding: 0 5px;
}

.post-box .blog-detail i {
    margin-right: 5px;
}

.post-box .blog-detail span.date {
    margin-right: 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 20px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #a9a9a9;
    font-style: italic;
    font-weight: 300;
    border-left: 2px solid #5ac24e;
}

.post-box .blog-content ul {
    list-style: none;
}

.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%;
    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
*/

.content.works .filter-menu {
    text-align: center;
}

.content.works .filter-menu .f_btn {
    margin: 0 15px 0 0;
}

.no-post {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px;
}

.no-comment {
    text-align: center;
    font-size: 18px;
    padding: 30px;
    margin: 0;
}


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;
}

.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;
}

.wp-page-title {
    margin-bottom: 50px;
}

.poxt-box .project-gallery {
    margin-top: 30px;
}

.post-box .blog-content .project-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-box .blog-content .project-info .box-title,
.post-box .project-gallery .box-title {
    font-weight: bold;
    font-size: 18px;
}

.post-box .blog-content .project-info ul {
    margin-top: 10px
}

.post-box .project-gallery ul li {
    padding: 0;
    margin: 0;
}

.post-box .project-gallery ul li a {
    display: block;
}

.post-box .project-gallery ul li img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.post-box .project-gallery ul li img:hover {
    opacity: 0.85;
}

.post-box .project-gallery ul li:before,
.post-box .blog-content .project-info ul li:before {
    content: none;
}

.post-box .blog-content .project-info ul li {
    padding-right: 0;
    font-size: 13px;
    margin-bottom: 10px;
}

.post-box .blog-content .project-info ul li i {
    font-size: 20px;
}

.gallery.post-box {
    display: inline-block;
    width: 100%;
}

.gallery.post-box .project-gallery .box-title {
    margin-bottom: 30px;
}

.gallery.post-box .project-gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.circle-bts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.circle-bts button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}

.circle-bts button:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtjustify {
    text-align: justify;
}

.txtbold {
    font-weight: bold;
}

.social-btn {
    margin: 5px 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);
    border-radius: 44px;
    transition: all 0.3s ease 0s;
}

.social-btn .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.social-btn:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
}

.social-btn:hover .icon {
    color: #48c93a;
}

.post-thumbnail {
    margin-bottom: 30px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
}

.single-portfolio .post-thumbnail {
    margin-top: 20px;
}


[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch
}

[data-simplebar=init] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.simplebar-scroll-content {
    overflow-x: hidden !important;
    overflow-y: scroll;
    min-width: 100% !important;
    max-height: inherit !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.simplebar-content {
    overflow-y: hidden !important;
    overflow-x: scroll;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-height: 100% !important
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 11px
}

.simplebar-scrollbar {
    position: absolute;
    left: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.visible:before,
.simplebar-track:hover .simplebar-scrollbar:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.vertical {
    top: 0
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.savis_progress {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.savis_progress .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.savis_progress .progress_bg {
    height: 5px;
    position: relative;
    background: #54595F;
}

.savis_progress .progress_bar {
    height: 5px;
    background: #48C93A;
}

.wpml-ls-statics-footer {
    position: fixed;
    right: 20px;
    bottom: 30px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 150;
}

.wpml-ls-statics-footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 5px !important;
    font-size: 11px;
    background: #1B1E1B;
    border-radius: 5px;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
}

.wpml-ls-statics-footer ul .wpml-ls-display {
    display: none;
}

@media screen and (max-width: 768px) {
    .wpml-ls-statics-footer {
        right: 10px;
        bottom: 10px;
    }
}


.number-box {
    display: flex;
    flex-direction: column;
    align-items: self-end;
}

.number-box .number-box-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.number-box .number-box-line {
    height: 2px;
}

.experiences {
    display: grid;
    overflow: hidden;
}


.savis-title .title-tag,
.savis-title .subtitle-tag {
    margin: 0;
}

.savis-title .title-head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.savis-title .savis-icon {
    transition: all 0.3s;
}

.savis-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.dgrid {
    display: -webkit-box !important;
    display: -ms-grid !important;
    display: grid !important;
}

.dfxcl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jcfull {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jccenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jcend {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.v_dir {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.w100 {
    width: 100%;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.over-hidden {
    overflow: hidden;
}

.elementor-social-icons-wrapper .elementor-icon.elementor-social-icon {
    display: flex;
}

.social-icon-aparat svg {
    width: 21px;
    height: 21px;
    fill: #a9a9a9;
}

.savis-service-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.savis-service-box .savis-sb-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s;
}

.savis-service-box:hover .savis-sb-bg-container {
    opacity: 0.5;
}

.savis-service-box .savis-sb-content {
    position: relative;
    z-index: 10;
}

.savis-service-box .savis-sb-number {
    display: block;
    font-size: 60px;
}

.savis-service-box .savis-sb-icon i {
    font-size: 42px;
    color: #48C93A;
}

.savis-service-box .savis-sb-icon svg {
    fill: #48C93A;
}

.savis-service-box .savis-sb-title {
    font-size: 26px;
    font-weight: bold;
    color: #48C93A;
}

.savis-service-box .savis-sb-text {
    font-size: 16px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}


/**
*** Pricing Table
**/
.savis-pricing-table {
    overflow: hidden;
    text-align: center;
}

.savis-pricing-table .savis-pricing-table-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.savis-pricing-table .savis-pricing-table-header .title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.savis-pricing-table .savis-pricing-table-header .title h3 {
    font-size: 26px;
}

.savis-pricing-table .savis-pricing-table-header .tag span {
    display: inline-block;
    font-family: "IranSans", Sans-serif, serif;
    font-size: 12px;
    font-weight: 600;
    background-color: #48C93A;
    padding: 0 15px;
    margin: 0 0 10px;
    border-radius: 3px;
}

.savis-pricing-table .savis-pricing-table-header .price .period {
    transform: rotate(-90deg);
    font-size: 16px;
    color: #999999;
}

.savis-pricing-table .savis-pricing-table-header .price strong {
    font-size: 70px;
    font-family: 'IranSans', serif;
    line-height: 1;
}

.savis-pricing-table .savis-pricing-table-header .price .unit {
    display: grid;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}

body.rtl .savis-pricing-table .savis-pricing-table-header .price .unit {
    text-align: right;
}

body:not(.rtl) .savis-pricing-table .savis-pricing-table-header .price .unit {
    text-align: left;
}

.savis-pricing-table .savis-pricing-table-body {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.savis-pricing-table .savis-pricing-table-body ul {
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

.savis-pricing-table .savis-pricing-table-body ul li {
    border-bottom-style: solid;
    border-bottom-color: #f0f0f0;
}

.savis-pricing-table .savis-pricing-table-body ul li:first-child {
    padding-top: 0 !important;
}

.savis-pricing-table .savis-pricing-table-body ul li:last-child {
    padding-bottom: 0 !important;
    border: none !important;
}

.savis-pricing-table .savis-pricing-table-footer .savis-pricing-table-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    background: #48C93A;
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}

.savis-pricing-table .savis-pricing-table-footer p {
    margin-top: 20px;
    margin-bottom: 0;
}


/**
*   Yekta Progress Box
 */

.savis-progress-box {
    position: relative;
}

.savis-progress-box .info {
    width: 100%;
}

.savis-progress-box .title {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.savis-progress-box .subtitle {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #888;
}

.savis-progress-box .progress_bar {
    border-radius: 3px;
    height: 6px;
}

.savis-progress-box .progress_bg {
    background: rgba(121, 121, 121, 0.24);
    border-radius: 3px;
}

/**
*   Savis Comments Slider
 */

.savis-comments-slider .comment .cm-text {
    display: inline-block;
}

.savis-comments-slider .comment .infos {
    gap: 15px;
}

.savis-comments-slider .comment .infos img {
    border-radius: 100px;
    width: 70px;
    height: 70px;
}

.savis-comments-slider .comment .infos .name {
    display: grid;
}

.savis-comments-slider .comment .infos .name strong {
    color: #48C93A;
    font-size: 16px;
}

.savis-comments-slider .comment .infos .name span {
    font-size: 12px;
    margin-top: 5px;
}

.savis-comments-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.savis-comments-slider .owl-dots span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #62666c;
}

.savis-comments-slider .owl-dots .active span {
    background: #48C93A;
}