/* CSS Document */
/*
    Theme Name: Basma Resume / CV Template + RTL (CMS)
    Description: portfolio template that's suitable for freelanner and anyone want to create online portflolio
    Version: 1.5
    Author: themearabia
    Website: http://themearabia.net 
*/
/*------------------------------------------
           [  Table of contents  ]
--------------------------------------------
01 - root
--------------------------------------------
02 - basic styles
--------------------------------------------
03 - general styles
--------------------------------------------
04 - header
    - profile picture
    - music
    - main menu
    - mobile menu
--------------------------------------------
05 - content pages
--------------------------------------------
06 - home
    - particles
--------------------------------------------
07 - about my
    - about content
    - services
    - working way
    - testimonials
    - clients
    - counters
--------------------------------------------
08 - resume
    - download resume
    - timeline list
    - skills
    - language skills
--------------------------------------------
09 - portfolio
   - portfolio flters
   - portfolio container
--------------------------------------------
10 - blog
    - featured post
    - blog grid
    - single post
    - comments
--------------------------------------------
11 - contact us
    - google map
    - contact information
    - contact form
--------------------------------------------
12 - appointments
--------------------------------------------
13 - pricing
--------------------------------------------
14 - support
--------------------------------------------
15 - faqs
    - accordion
--------------------------------------------
16 - footer
    - footer-clients
    - footer
--------------------------------------------
17 - shortcode
    - divider
    - pagination
    - owl carousel
    - social
    - goup
    - cookie 3 style
    - page loader 3 style
--------------------------------------------
18 - other style
    - background image
    - rtl
    - dark mode
    - keyframes
--------------------------------------------
19 - responsive
    - min-width : 1060px
    - min-width : 991px
    - max-width : 991px
    - max-width : 780px
    - max-width : 680px
    - max-width : 580px
    - max-width : 480px
--------------------------------------------*/

/* 01 - import files css */
/*- root */
:root {
    --skinscolor: #20c997;
    /*-- font family */
    --fontfamily: 'Roboto', sans-serif;
    /*-- pricing background color */
    --pricing-color1: #21af95;
    --pricing-color2: #3498db;
    --pricing-color3: #ea2323;
    --pricing-color4: #f6bb17;
}

.ar {
    --fontfamily: 'Tajawal', sans-serif;
}

* {
    outline: none;
}

html {
    font-size: 15px;
    -webkit-text-size-adjust: none;
}

::-webkit-scrollbar {
    width: 10px;
    background: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-track-piece {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
    height: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0)
}

body {
    position: relative;
    margin: 0;
    font-family: var(--fontfamily);
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 300;
    line-height: 1.75;
    background: #F0F0F0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.21;
    color: #444;
}

h1 {
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
    margin: 0 0 0.8rem;
}

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

a {
    color: var(--skinscolor);
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

a:focus {
    outline: 0;
}

p:not(:last-child) {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
}

.img-circle {
    padding: 5px;
    border: 3px solid rgba(32, 39, 41, 0.25);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    background: #FFFFFF;
}

textarea {
    resize: none;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    min-height: 100%;

}

.validation {
    color: #d20606;
    font-weight: 400;
    font-size: 13px;
}

.hidden {
    display: none;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mask {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.65);
}

.block-centered {
    display: table;
    margin: 0 auto;
}

.alert {
	padding: 0.7rem;
	font-size: 14px;
}
.alert-dismissible .btn-close {
	padding: 1.2rem 0.8rem;
	font-size: 10px;
}

.form-group {
	margin-bottom: 1rem;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.form-control {
    width: 100% !important;
    height: 46px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 300;
    background: #FFFFFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none !important;
    padding: 10px;
}

textarea.form-control {
    min-height: 130px;
}

.form-control:focus {
    border: 1px solid #bebebe;
}

.form-input {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fbfbfb;
}

.form-input input {
    padding-left: 45px;
    margin-bottom: 0;
}

.form-input i {
    position: absolute;
    top: 1px;
    left: 5px;
    bottom: 0;
    width: 35px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #868686;
}

.button {
    display: inline-flex;
    background: var(--skinscolor);
    border: 2px solid var(--skinscolor);
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 25px;
    height: 44px;
    position: relative;
    transition: .4s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}

.button span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    top: 1px;
    height: 40px;
}

.button:hover {
    color: var(--skinscolor);
}

.button:after {
    content: '';
    width: 0;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: 1;
}

.button:hover:after {
    width: 100%;
}

.button i {
    margin-right: 5px;
}

.rtl .button i {
	margin-right: 0;
	margin-left: 5px;
}

.button i.lnr {
    position: relative;
    top: -3px;
}

/* 04 - header */
.header {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    z-index: 999;
    transition: all .3s;
}

.sidebar-right .header {
	left: auto;
	right: 0;
}

.header .header-content {
    position: relative;
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

.header .header-content::-webkit-scrollbar {
    width: 4px;
    background: rgba(0, 0, 0, 0)
}

.header .header-content::-webkit-scrollbar-track-piece {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0)
}

.header .header-content::-webkit-scrollbar-thumb {
    height: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0)
}

.music .header .header-content {
	height: calc(100vh - 120px);
}

.sidebar-right .header .header-content {
	direction: ltr;
}

.profile-picture {
    position: relative;
    background: #FCFCFC;
    padding: 10px 0;
}

.profile-avatar {
    width: 60px;
    height: 60px;
    margin: auto;
    position: relative;
    z-index: 9;
    border-radius: 100%;
}

.profile-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.profile-avatar .dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: var(--skinscolor);
}

.sidebar-right .profile-avatar .dot {
	right: auto;
	left: 2px;
}

.link-admin {
	text-align: center;
	display: block;
	font-size: 16px;
	position: absolute;
	bottom: 4px;
	margin: 0 5px;
	z-index: 9;
	background: #fff;
	border-radius: 23px;
	width: 27px;
	height: 23px;
	text-align: center;
}

.link-admin:hover {
	background: var(--skinscolor);
	color: #fff !important;
}

.bg-music {
	cursor: pointer;
	width: 100%;
	height: 40px;
	background: #fcfcfc;
	border: 1px solid #ebebeb;
	border-width: 1px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	transition: all ease 0.3s;
}

.bg-music span {
	display: inline-flex;
	margin-right: 1px;
	width: 4px;
	height: 18px;
	background: var(--skinscolor);
}

.audio-on .bg-music span:nth-child(1) {
	-moz-animation: musicbar 2s 0.5s ease-out alternate infinite;
	-webkit-animation: musicbar 2s 0.5s ease-out alternate infinite;
	animation: musicbar 2s 0.5s ease-out alternate infinite;
}  

.audio-on .bg-music span:nth-child(2) {
	-moz-animation: musicbar 2s 1s ease-out alternate infinite;
	-webkit-animation: musicbar 2s 1s ease-out alternate infinite;
	animation: musicbar 2s 1s ease-out alternate infinite;
} 

.audio-on .bg-music span:nth-child(3) {
	-moz-animation: musicbar 2s 1.5s ease-out alternate infinite;
	-webkit-animation: musicbar 2s 1.5s ease-out alternate infinite;
	animation: musicbar 2s 1.5s ease-out alternate infinite;
}

.audio-on .bg-music span:nth-child(4) {
	-moz-animation: musicbar 2s 0.28s ease-out alternate infinite;
	-webkit-animation: musicbar 2s 0.25s ease-out alternate infinite;
	animation: musicbar 2s 0.25s ease-out alternate infinite;
}

.audio-on .bg-music span:nth-child(5) {
	-moz-animation: musicbar 2s 0.18s ease-out alternate infinite;
	-webkit-animation: musicbar 2s 0.18s ease-out alternate infinite;
	animation: musicbar 2s 0.18s ease-out alternate infinite;
}

.audio-on .bg-music span:nth-child(6) {
	-moz-animation: musicbar 2s 1.5s ease-out alternate infinite;
	-webkit-animation: musicbar 2s 1.5s ease-out alternate infinite;
	animation: musicbar 2s 1.5s ease-out alternate infinite;
}


.site-nav {
    display: block;
    padding: 10px 0 20px;
    width: 100%;
}

.header-main-menu {
    padding: 0;
}

.header-main-menu li {
    display: block;
    position: relative;
    padding: 0;
}

.header-main-menu li a {
    line-height: 45px;
    position: relative;
    color: #A9ABAC;
    display: block;
    text-align: center;
    margin: 0px 8px;
}

.header-main-menu li a i {
    display: block;
    font-size: 24px;
    line-height: 45px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: #FFFFFF;
}

.header-main-menu li a:hover {
    background: #FFFFFF;
    color: var(--skinscolor);
}

.header-main-menu li a:hover i {
    color: var(--skinscolor);
}

.header-main-menu li a:hover,
.header-main-menu li.active a,
.header-main-menu li a.active {
    color: var(--skinscolor);
}

.site-nav-popover {
	border-radius: 0 3px 3px 0;
	border: none;
	box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
	z-index: 999999;
	min-width: 90px;
	text-align: center;
}

.sidebar-right .site-nav-popover {
	border-radius: 3px 0 0 3px;
	box-shadow: -2px 0px 2px 0px rgb(0 0 0 / 2%);
}

.site-nav-popover .popover-arrow {
	display: none;
}

.site-nav-popover .popover-body {
	color: var(--skinscolor);
	font-weight: 500;
	font-family: var(--fontfamily);
	font-size: 16px;
	padding: 0 1rem;
	height: 45px;
	line-height: 45px;
	
}

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

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


/* 05 - content pages */
.content-pages {
    min-height: 100vh;
    position: relative;
    margin-left: 80px;
    background: #f0f0f0;
}

.sidebar-right .content-pages {
	margin-left: 0;
	margin-right: 80px;
}

.content-pages .section-page {
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s linear, opacity 0s linear;
    -moz-transition: visibility 1s linear, opacity 0s linear;
    -webkit-transition: visibility 1s linear, opacity 0s linear;
    -o-transition: visibility 1s linear, opacity 0s linear;
    display: none;
    position: relative;
    overflow: hidden;
}

.scrollpage .section-page,
.section-page.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.section-bgdark {
	background: #2b2b2b;
}

.section-inner {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 70px 0px 40px 0px;
}

.section-inner-full,
.section-inner-full2 {
    padding: 0;
}

.section-title {
    text-align: center;
    margin: 0 auto 60px auto;
    position: relative;
}

.section-title h2 {
    color: #4a4a4a;
    margin-bottom: 0;
    line-height: 1.125;
}

.section-title p {
    color: #565656;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.bread-crums {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: initial;
}

.bread-crums-span {
  margin: 0 5px;
}

.special-block-bg{
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    margin: 0 auto 60px auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 4px;
}

#titlebar h2 {
    font-size: 24px;
    margin-bottom: 0;
}

#breadcrumbs {
    position: absolute;
    right: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#breadcrumbs ul {
    margin: 0;
}

#breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888;
}

#breadcrumbs ul li a:hover {
    color: #666
}

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 0px;
    position: relative;
}

#breadcrumbs ul li:before {
    content: "\e684";
    font-family: "Pe-icon-7-stroke";
    color: #a0a0a0;
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: 4px
}

#breadcrumbs ul li:first-child:before {
    display: none;
}

#breadcrumbs ul li i.pe-7s-home {
    font-size: 17px;
} 

.head-title {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
}
.head-title:before {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 60px;
	border-bottom: 0.2rem solid var(--skinscolor);
}

.head-title h3 {
    font-size: 24px;
    font-weight: 500;
}

.head-title h3 span {
    color: var(--skinscolor);
    display: block;
    font-size: 17px;
    font-weight: 400;
}

.head-title small {
	display: block;
	font-weight: 300;
	font-size: 15px;
	margin-top: 10px;
	color: #808080
}

.sub-title h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.sub-title h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-left: 70px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sub-title h6:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    margin-top: 15px;
    left: 15px;
    background: #3586e8;
}

/* 06 - home */
.section-home .intro h1 {
    color: #FFFFFF;
    font-size: 80px;
    margin: 30px 0;
    text-transform: capitalize;
    line-height: 1;
}

.section-home .intro h3 {
    color: #FFFFFF;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}

.section-home .intro p {
    position: relative;
    color: #FFFFFF;
    font-size: 24px;
    text-transform: capitalize;
    padding-left: 45px;
    padding-right: 45px;
    display: inline-block;
}

.section-home .intro p:before,
.section-home .intro p:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FFFFFF;
}

.section-home .intro p:after {
    left: auto;
    right: 0;
}

.section-home .type-wrap {
    color: #FFFFFF;
    font-size: 24px;
}

.type-title {
    font-size: 28px;
    font-weight: 400;
}

.section-home .typed-cursor {
    margin-left: 5px;
}

.section-home .buttons {
	margin-top: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section-home .buttons a {
	display: inline-flex;
	margin: 3px;
	padding: 0 20px;
	border-radius: 22px;
	font-size: 18px;
}
.section-home .buttons a i {
	font-size: 21px;
	position: relative;
}
.section-home .buttons a [class^="pe-7s-"],
.section-home .buttons a i.bx {
	top: -2px;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 07 - about my */
.about-content .name {
    color: #262626;
    font-weight: 500;
}

.about-location {
	font-size: 12px;
	display: block;
	margin-top: 8px;
}

.services-item {
    padding: 20px;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    min-height: 80px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EDEDED;
    transition: all 0.3s ease-in-out;
}

.services-item .icon {
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.services-item .icon img {
    width: 72px;
}

.services-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(31, 45, 61, .125);
}

.services-item:hover h5 {
    color: var(--skinscolor);
}

.video-section {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 30px 0 60px 0;
    overflow: hidden;
}

.overlay {
    height: 100%;
    width: 100%;
    padding: 80px 30px;
    background: linear-gradient(-45deg,rgb(45 45 45 / 20%) 0,var(--skinscolor) 45%,rgb(37 37 37 / 75%) 100%);
}

.section-bgimage {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section-bgimage:before {
	content: '';
	background: linear-gradient(20deg, rgb(0 0 0 / 72%) 55%, rgb(0 0 0 / 60%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.7;
}

.section-bgimage .section-body {
	position: relative;
	z-index: 2;
	min-height: 100vh;
}

.video-section .sub-title h6:before {
    background: #f8f9fa;
}


.pulse-icon .circle,
.pulse-icon .pulse {
    border-radius: 50%;
    position: absolute
}

.pt-button-regular:hover {
    animation: gradient 8s ease infinite;
    color: #fff
}

.pulse-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.pulse-icon .icon {
    font-size: 30px;
    animation: grow-shrink 4s ease-out infinite;
    position: relative;
    top: 16px;
    left: 4px
}

.pulse-icon .circle-inner,
.pulse-icon .circle-outer {
    background: #fff;
    animation: grow-circles 4s linear infinite both
}

.pulse-icon a {
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.pulse-icon .icon-wrap {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 3
}

.pulse-icon .elements {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pulse-icon .circle-inner {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px
}

.pulse-icon .circle-outer {
    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px
}

.pulse-icon .pulse {
    animation: pulse-wave 4s linear infinite both
}

.pulse-icon .pulse-1 {
    border: 1px solid rgba(255, 255, 255, .55);
    width: 200px;
    height: 200px;
    top: -70px;
    left: -70px
}

.pulse-icon .pulse-2 {
    border: 1px solid rgba(255, 255, 255, .75);
    width: 300px;
    height: 300px;
    top: -120px;
    left: -120px
}

.pulse-icon .pulse-3 {
    border: 1px solid rgba(255, 255, 255, .85);
    width: 400px;
    height: 400px;
    top: -170px;
    left: -170px
}

@media only screen and (max-width: 768px) {
    .sub-title {
        display: none;
    }
    .video-section{
        margin: 50px 0;
    }
    .pulse-icon .circle-inner, .pulse-icon .pulse-1, .pulse-icon .pulse-2, .pulse-icon .pulse-3{
        display: none !important;
    }
}

.working-way .item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.working-way .item img.arrow {
    position: absolute;
    width: 70%;
    right: -40%;
    top: 30px;
    opacity: .5;
}

.working-way .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 15px;
}

.working-way .item .icon {
    color: var(--skinscolor);
    font-size: 32px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #9f9f9f;
    margin-bottom: 20px;
    background: #FFFFFF;
    padding-top: 8px;
}

.working-way .item .icon img {
    width: 54px;
}

.working-way .item .cont-step {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.working-way .item .cont-step h4 {
    color: #B1B1B1;
}

.working-way .item:hover .cont-step {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(31, 45, 61, .125);
}

.working-way .item:hover .cont-step h5 {
    color: var(--skinscolor);
}

.testimonial-item {
    width: 100%;
    margin-bottom: 30px;
}

.testimonial-content {
    padding: 20px 20px 20px 60px;
    background: #FFFFFF;
    width: 100%;
    position: relative;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.testimonial-content:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 20px;
    height: 30px;
    background: url(../images/quot.png) no-repeat center center;
    background-size: 100%;
}

.testimonial-content:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    position: absolute;
    bottom: -10px;
    left: 22px;
}

.testimonial-footer {
    padding-top: 15px;
}

.testimonial-avatar {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 64px;
    height: 64px;
}

.testimonial-avatar img {
    width: 64px;
    height: 64px;
    padding: 3px;
    border: 1px solid rgba(32, 39, 41, 0.25);
    border-radius: 50%;
    background: #FFFFFF;
}

.testimonial-owner {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}

.testimonial-owner h6 {
    color: #222;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.testimonial-owner span {
    font-size: 13px;
    font-weight: 400;
    color: #656565;
}

.testimonial-rating {
    width:70px;
    display:block;
    height:14px;
    background:url(../images/star-rate-xs.svg) right top repeat-x;
    display:block;
    clear:both;
    position:relative;
    background-size:14px 13px;
    padding: 0;
    line-height: 1;
}

.testimonial-rating:before{
    content: '';
    background:url(../images/star-rate-checked-xs.svg) right top repeat-x;
    height:13px;
    display: inline-block;
    background-size:14px 13px;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-rating.rating-1:before {
    width: 20%;
}

.testimonial-rating.rating-2:before {
    width: 40%;
}

.testimonial-rating.rating-3:before {
    width: 60%;
}

.testimonial-rating.rating-4:before {
    width: 80%;
}

.testimonial-rating.rating-5:before {
    width: 100%;
}

.clients .clients-wrap {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-width: 1px 0 0 1px;
    margin-bottom: 60px;
}

.clients .client-logo {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100px;
    border: 1px solid #D6D6D6;
    border-width: 0 1px 1px 0;
}

.clients img {
    transition: all 0.4s ease-in-out;
    max-height: 100%;
}

.clients .client-logo:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-carousel .client {
    margin-right: 1px;
    margin-left: 1px;
    transition: all .3s ease-in-out;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    padding: 10px;
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fcfcfc;
}

.owl-carousel  .client img {
    display: inline-block;
    width: auto;
    max-height: 80px;

}

.counter-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.counter-block .icon {
    font-size: 42px;
    color: #A9ABAC;
}

.counter-block span {
    font-size: 32px;
    font-weight: 400;
}

.counter-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(31, 45, 61, .125);
}

.counter-block:hover h5 {
    color: var(--skinscolor);
}

/* 08 - resume */
.download-resume {
    position:  absolute;
    right: 30px;
    top: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    transition: all .4s;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    opacity: 1;
    font-size: 24px;
    overflow: hidden;
}

.sidebar-right .download-resume {
	right: auto;
	left: 30px;
}

.download-resume i {
    position: relative;
    z-index: 1;
}

.download-resume .download-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--skinscolor);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s;
    z-index: 0;
}

.download-resume:hover i {
    color: #FFFFFF;
}

.download-resume:hover .download-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timeline-list {
    position: relative;
    margin: 0;
}

.timeline-list:after {
    content: '';
    position: absolute;
    left: 200px;
    top: 15px;
    bottom: 0;
    border-right: 2px solid #dfdfdf;
}

.timeline-list li {
    position: relative;
    padding-left: 220px;
    margin-bottom: 30px;
    min-height: 140px;
}

.timeline-list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 196px;
    bottom: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    background: #F0F0F0;
    box-shadow: 0 0 0 3px var(--skinscolor);
    transition: background 0.3s ease-in-out;
}

.timeline-list li:hover:before {
    background: var(--skinscolor);
}

.timeline-list li span {
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    width: 180px;
    text-align: center;
}

.timeline-list li .image {
	position: absolute;
	left: 0;
	top: 40px;
	width: 180px;
	text-align: left;
}

.timeline-list li .image img {
    max-width: 160px;
    max-height: 100px;
}

.timeline-list li h5 strong {
	color: var(--skinscolor);
	font-weight: 500;
}

.timeline-list li p {
    margin-bottom: 0;
}

.skill-item {
    margin-bottom: 20px;
    position: relative;
}

.skill-item .counter {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
}

.skills.style-progress .counter {
	display: none;
}

.skill-item h6 {
	font-size: 17px;
	font-weight: 500;
    margin-bottom: 5px;
}
.skill-item h6 span {
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.skills.style-progress .skill {
    height: 8px;
    width: 100%;
    background: #d4d4d4;
    border-radius: 20px;
    position: relative;
}

.skills.style-progress .skill .progres {
    background-color: var(--skinscolor);
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills.style-progress .skill .progres:after {
    content: attr(data-value);
    position: absolute;
    top: -21px;
    right: 0;
    font-size: 13px;
    font-weight: 300;
}

.skills.style-stars .skill {
    height: 22px;
    width: 125px;
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #d4d4d4;
    -webkit-mask-image: url(../images/skills/star-regular.svg);
    mask-image: url(../images/skills/star-regular.svg);
}

.skills.style-stars.solid .skill {
	-webkit-mask-image: url(../images/skills/star-solid.svg);
    mask-image: url(../images/skills/star-solid.svg);
    
}

.skills.style-stars .skill:after {
    content: attr(data-value);
    position: absolute;
    top: 0px;
    right: -30px;
    font-size: 13px;
    font-weight: 500;
    width: 25px;
    height: 25px;
    z-index: 99;
}

.skills.style-stars .skill .progres {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills.style-points .skill {
    height: 22px;
    width: 110px;
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #d4d4d4;
    -webkit-mask-image: url(../images/skills/circle-regular.svg);
    mask-image: url(../images/skills/circle-regular.svg);
    
}

.skills.style-points.solid .skill {
    -webkit-mask-image: url(../images/skills/circle-solid.svg);
    mask-image: url(../images/skills/circle-solid.svg);
}

.skills.style-points .skill .progres {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills.style-heart .skill {
    height: 22px;
    width: 110px;
    position: absolute;
    top: 0;
    right: 40px;
    background-color: #d4d4d4;
    -webkit-mask-image: url(../images/skills/heart-regular.svg);
    mask-image: url(../images/skills/heart-regular.svg);
}

.skills.style-heart.solid .skill {
    -webkit-mask-image: url(../images/skills/heart-solid.svg);
    mask-image: url(../images/skills/heart-solid.svg);
}

.skills.style-heart .skill .progres {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills.style-heartbeat .skill {
    height: 22px;
    width: 110px;
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #d4d4d4;
    -webkit-mask-image: url(../images/skills/heartbeat-solid.svg);
    mask-image: url(../images/skills/heartbeat-solid.svg);
    
}

.skills.style-heartbeat .skill .progres {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills.style-progress .skill .progres , 
.skills.style-points .skill .progres , 
.skills.style-points.solid .skill .progres , 
.skills.style-stars .skill .progres , 
.skills.style-stars.solid .skill .progres , 
.skills.style-heart .skill .progres , 
.skills.style-heart.solid .skill .progres , 
.skills.style-heartbeat .skill .progres {
	background-color: var(--skinscolor);
}

/* 09 - portfolio */
.portfolio-flters-full {
    /* background: #fcfcfc; */
    padding: 20px;
    margin-bottom: 10px;
}

#portfolio-flters {
    padding: 0;
    margin-bottom: 35px;
    list-style: none;
    text-align: center;
}

.portfolio-flters-full #portfolio-flters {
	margin-bottom: 0;
}

#portfolio-flters li {
    cursor: pointer;
    margin: 0px 10px 10px 0px;
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: var(--skinscolor);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #FFFFFF;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
    background: var(--skinscolor);
    color: #FFFFFF;
}

#portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.portfolio-container.size-2 .portfolio-item {
	width: calc(100% / 2);
}

.portfolio-container.size-3 .portfolio-item {
	width: calc(100% / 3);
}

.portfolio-container.size-4 .portfolio-item {
	width: calc(100% / 4);
}

.portfolio-container.size-5 .portfolio-item {
	width: calc(100% / 5);
}

.portfolio-full .portfolio-item,
.portfolio-fix .portfolio-item {
	padding: 1px;
}

.portfolio-full2 .portfolio-item,
.portfolio-fix2 .portfolio-item {
	padding: 10px;
}

.portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.portfolio-item .portfolio-wrap:before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 0 1px 0 rgb(255 255 255 / 30%);
    box-shadow: inset 0 0 2px 0 rgb(255 255 255 / 30%);
}
}

.portfolio-full .portfolio-item .portfolio-wrap {
	margin: 0;
}

.portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

.portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
    margin: 0;
    padding: 10px;
}
.portfolio-item .portfolio-wrap .portfolio-icon,
.portfolio-item .portfolio-wrap .portfolio-cate {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff;
	background: var(--skinscolor);
	width: 28px;
	height: 25px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
}

.portfolio-item .portfolio-wrap .portfolio-cate {
	left: 37px;
	width: auto;
	padding: 0 5px;
	font-size: 13px;
	line-height: 25px;
}

.portfolio-item .portfolio-wrap .portfolio-info a {
    color: #FFFFFF;
    font-weight: 400;
}

.portfolio-item .portfolio-wrap .portfolio-info p {
    color: #FFFFFF;
    font-weight: 300;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview,
.portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: var(--skinscolor);
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px 5px 10px 5px;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
.portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    font-size: 18px;
    line-height: 40px;
}

.portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
.portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: #FFFFFF;
    color: var(--skinscolor);
}

.portfolio-item .portfolio-wrap:hover {
    background: #272727;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
}

.portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/* 10 - blog */
.featured-post {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px 5px 10px 0px;
}

.featured-post.border-right-no {
    border-right: 0;
}

.featured-post .featured-image {
    float: left;
    width: 100%;
    position: relative;
}

.featured-post .featured-image > img {
    float: left;
    width: 100%;
}

.featured-post .featured-image {
    position: relative;
}

.featured-post .featured-image:before {
    background: #000;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.featured-post .featured-meta {
    bottom: -40px;
    float: left;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.featured-post .featured-meta > h5 {
    color: #FFFFFF;
    font-weight: 500;
}

.featured-post .featured-meta h4 a,
.featured-post .featured-meta h5 a {
    color: #FFFFFF;
}

.featured-post .featured-meta h4 a:hover,
.featured-post .featured-meta h5 a:hover {
    color: var(--skinscolor);
}

.featured-post .post-date {
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 13px;
}

.featured-post .post-date i {
    font-size: 21px;
    vertical-align: sub;
}

.featured-post .post-views {
    right: 15px;
    position: absolute;
    top: 10px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 12px;
}

.featured-post .post-views i {
    font-size: 19px;
    vertical-align: middle;
}

.featured-post .post-format-icon {
    right: 15px;
    position: absolute;
    top: 10px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 21px;
}

.featured-post .post-meta {
    padding-left: 0;
    list-style: none;
    font-size: 13px;
    margin-bottom: 15px;
}

.featured-post .post-meta > li {
    float: left;
    margin-right: 15px;
}

.featured-post .post-meta li i {
    font-size: 21px;
    vertical-align: middle;
}

.featured-post .post-meta li, 
.featured-post .post-meta li a {
    color: #FFFFFF;
}

.featured-post:hover .featured-meta {
    bottom: 0;
}

.featured-post:hover .featured-image::before {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.featured-post .featured-meta.small {
    padding: 0 15px;
}

.post-grid {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background: #FFFFFF;
}

.post-grid .post-grid-image {
    position: relative;
    overflow: hidden;
}

.post-grid .post-grid-image:before {
    background: #000;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.post-grid .post-grid-image img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.post-grid:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.post-grid .post-grid-image .post-date {
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 9;
    color: #FFFFFF;
    font-size: 13px;
}

.post-grid .post-grid-image .post-date i {
    font-size: 21px;
    vertical-align: sub;
}

.post-grid .post-grid-image .post-views {
    right: 15px;
    position: absolute;
    top: 10px;
    z-index: 9;
    color: #FFFFFF;
    font-size: 12px;
}

.post-grid .post-grid-image .post-views i {
    font-size: 19px;
    vertical-align: middle;
}

.post-grid .post-grid-image .post-format-icon {
    right: 15px;
    position: absolute;
    top: 10px;
    z-index: 9;
    color: #FFFFFF;
    font-size: 21px;
}

.post-grid .post-grid a {
    display: block;
    position: relative;
}

.post-grid .post-meta {
    position: absolute;
    bottom: 0;
    background: #262626a3;
    width: 100%;
    padding: 0 15px;
    z-index: 9;
    margin: 0;
    display: flex;
}

.post-grid .post-meta ul {
    margin: 5px 0;
    flex: auto;
}

.post-grid .post-meta ul.float-right {
    flex: auto;
    text-align: right;
}

.post-grid .post-meta ul li {
    color: #FFFFFF;
    font-size: 12px;
    display: inline;
    margin-right: 10px;
}

.post-grid .post-meta ul li a {
	color: #FFFFFF;
	font-size: 12px;
}

.post-grid .post-meta ul li a:hover {
    color: var(--skinscolor);
}

.post-grid .post-meta ul li:last-child {
    margin-right: 0;
}

.post-grid .post-meta ul li i {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 5px;
}

.post-grid .post-detail {
    padding: 20px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.post-grid .post-detail .post-more {
    position: relative;
    display: inline-block;
    color: #383737;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 25px;
}

.post-grid .post-detail .post-more:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 18px;
    height: 2px;
    background: var(--skinscolor);
}

.post-grid .post-detail .post-more:hover {
    color: var(--skinscolor);
}

.widget {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}

.widget.search-widget {
    background-color: transparent !important;
    padding: 0;
}

.input {
    position: relative;
}

.search-blog-input input{
    height: 50px;
    border-radius: 30px;
    border: 1px solid #dedede;
    padding-left: 15px;
    width: 100%;
}
.widget .search-blog-input .input button {
    font-size: 27px;
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 2px;
    margin-bottom: 0;
    background-color: transparent;;
    padding-left: 7px;
    border: 0;
    outline: none;
}
.widget .search-blog-input .input button:focus, 
.widget .search-blog-input .input button:active {
    outline: none;
    background-color: transparent;
    border: none;
}

.widget .widget-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ecedee;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.widget .widget-title:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 28px;
    background: var(--skinscolor);
    bottom: -1px;
    left: 0;
}

.widget .widget-title i {
    background: var(--skinscolor);
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 19px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.widget.widget_stats li,
.user-profile-widget .ul_list li {
    color: #2f3239;
    font-size: 14px;
    font-weight: bold;
    background: #eaeaeb;
    margin-bottom: 10px;
    padding: 10px !important;
}

.widget_stats li i,
.user-profile-widget .ul_list li i {
    width: 23px;
    height: 23px;
    line-height: 23px !important;
    font-size: 11.5px !important;
    text-align: center;
    background: #2f3239;
}

.widget .ul_list {
    margin-bottom: 0;
}

.widget ul li:last-child,
.widget_contact ul li:last-child,
.popular_posts ul li:last-child,
.widget_contact ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-recent-post ul {
    margin: 0;
}

.widget-recent-post ul li {
    border-bottom: 1px dashed #ecedee;
    margin-bottom: 10px;
    padding: 0px 0px 10px 0;
    min-height: 64px;
    display: flex;
}

.widget-recent-post ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-recent-post ul li h5 {
    margin-bottom: 8px;
    line-height: 18px;
}

.widget-recent-post ul li a {
    font-size: 18px;
    color: #50545c;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-recent-post ul li a:hover {
    color: var(--skinscolor)
}

.widget-recent-post .thumb {
    display: inline-block;
    margin-right: 15px;
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.widget-recent-post .recent-post-date {
    font-size: 14px;
    margin: 0;
}

.widget-list ul {
    margin: 0;
}

.widget-list ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ecedee;
    position: relative;
    overflow: hidden;
    list-style: none;
    color: #4b525c;
    height: 100%;
}

.widget-list ul li a span.count {
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #515151;
    color: #fff;
    font-size: 12px;
}

.widget-list ul li a:hover span.count,
.widget-list ul li.active a span.count {
    background: var(--skinscolor);
}

.widget-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-list ul li a {
    color: #888;
    display: block;
}

.widget-list ul li a:before {
    content: "\e684";
    font-family: 'Pe-icon-7-stroke';
    font-weight: 600;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
    left: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.widget-list ul li a:hover,
.widget-list ul li.active a {
    padding-left: 10px;
    color: var(--skinscolor);
}

.widget-list ul li a:hover:before,
.widget-list ul li.active a:before {
    opacity: 1;
    visibility: visible;
}

.post-thumbnail {
    display: block;
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.single-post {
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 4px;
    z-index: 2;
    margin-bottom: 30px;
}

.project-details ul {
	margin-bottom: 15px;
}

.project-details ul li {
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 40px;
}

.project-details ul li label {
	font-weight: 400;
	width: 32%;
	margin: 0;
}

.project-details ul li label i {
	width: 21px;
	font-size: 16px;
}

.post-meta {
    margin-bottom: 25px;
    margin-top: 15px;
}

.post-meta li i {
    font-size: 21px;
    vertical-align: sub;
}

.post-meta li,
.post-meta li a {
    display: inline-block;
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.post-meta li {
    margin-right: 15px;
}

.post-meta li:hover,
.post-meta li a:hover {
    color: var(--skinscolor);
}

.post-quote {
    color: #888;
    font-style: italic;
    padding: 0 0 0 35px;
    position: relative;
    margin-bottom: 30px;
}

.post-quote:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 30px;
    background: url(../images/quot.png) no-repeat center center;
    background-size: 100%;
}

.post-content {
    margin-bottom: 40px;
}

ul.tags {
    margin-bottom: 30px;
}

ul.tags li {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 4px;
}

ul.tags li a {
    display: block;
    background: #f6f6f6;
    padding: 0 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 400;
}

ul.tags li a:hover {
    background: var(--skinscolor);
    color: #fff;
}

.post-footer {
    border-top: 1px solid #ecedee;
    margin-bottom: 30px;
}

.share-links {
    overflow: hidden;
    text-align: right;
}

.share-links.max-width {
	max-width: 380px;
	margin-right: 0;
	margin-left: auto;
}

.share-links .share-title {
    padding-left: 0;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

.share-links .share-title svg {
    width: 16px;
    margin-right: 5px;
}

.share-links a {
    display: inline-flex;
    margin: 1px;
    height: 34px;
    line-height: 32px;
    overflow: hidden;
    color: #fff;
    background: #444;
    position: relative;
    transition: 0.3s;
    border-radius: 2px;
    width: 34px;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.share-links a:hover {
    opacity: 0.8;
    color: #fff;
}

.share-links a.facebook-share-btn {
    background: #5d82d1;
}

.share-links a.twitter-share-btn {
    background: #40bff5;
}

.share-links a.linkedin-share-btn {
    background: #238cc8;
}

.share-links a.pinterest-share-btn {
    background: #e13138;
}

.share-links a.stumbleupon-share-btn {
    background: #eb4924;
}

.share-links a.tumblr-share-btn {
    background: #35465c;
}

.share-links a.whatsapp-share-btn {
    background: #43d854;
}

.share-links a.telegram-share-btn {
    background: #08c;
}

.share-links a.email-share-btn {
    background: #333;
}

.post-inner .share-links {
    text-align: left;
}

.post-inner .share-links a {
    text-align: center;
}

.posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    margin-bottom: 40px;
}

.posts-nav li i {
    display: none;
}

.posts-nav li {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
}

.posts-nav li a {
    transition: transform 0.3s, color 0.3s 0s;
    color: #333;
    display: inline-block;
}

.posts-nav li a:hover {
    color: var(--skinscolor);
}

.posts-nav li.next-post {
    right: 0;
    text-align: right;
}

.posts-nav li.prev-post {
    left: 0;
}

.posts-nav li.next-post a {
    padding-right: 25px;
}

.posts-nav li.prev-post a {
    padding-left: 25px;
}

.posts-nav li.prev-post a:before,
.posts-nav li.next-post a:before {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    font-weight: 600;
    color: #888;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.posts-nav li.next-post a:before {
    right: 0;
    content: "\e684";
}

.posts-nav li.prev-post a:before {
    left: 0;
    content: "\e686";
}

.posts-nav li.next-post a:hover:before {
    right: -5px;
}

.posts-nav li.prev-post a:hover:before {
    left: -5px;
}

.related-post {
	margin-bottom: 20px
}

.comment-form {
    padding-bottom: 0;
}

.comment-form .button {
    margin-bottom: 0;
}

.comments-list {
    margin-bottom: 25px;
    padding-bottom: 0;
}

.comments {
    margin-top: 30px;
}

.comment-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

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

.comment {
    list-style: none;
}

.children .comment {
    margin: 0;
    border-bottom: none;
}

.children {
    padding-left: 40px;
    position: relative;
}

.commentlist li p {
    margin-bottom: 0;
    color: #848991;
}

.commentlist .controls {
    position: absolute;
    top: 0;
    right: 0;
}

.commentlist .controls .reply,
.commentlist .controls .edit {
    display: inline-block;
    margin: 0 15px 0 0;
}

.commentlist .controls a {
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
}

.commentlist .controls a:hover {
    color: var(--skinscolor);
}

.commentlist li ul {
    list-style: none;
}

.commentlist li .avatar {
    margin: 0;
    z-index: 1;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    position: relative;
}

.commentlist li .avatar img {
    display: block;
    width: 64px;
    height: 64px;
    padding: 3px;
    border: 1px solid rgba(32, 39, 41, 0.25);
    border-radius: 50%;
    background: #FFFFFF;
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}

.commentlist li .author {
    margin-top: 0;
    margin-bottom: 10px;
}

.commentlist li .comment-meta {
    float: left;
    margin-top: 0;
    overflow: hidden;
    height: 100%;
}

.commentlist li .stars {
    float: right;
    margin-top: 5px;
    margin-right: 0;
}

.commentlist li .author span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.commentlist li .date {
    font-size: 13px;
    font-weight: 400;
    float: left;
    margin-right: 10px;
    color: #8e8e8e;
}

/* 11 - contact us */
.google-map {
    margin-bottom: 30px;
    border: 1px solid #D6D6D6;
    padding: 5px;
    background: #FFFFFF;
}

#google-map {
    height: 310px;
}

.contact-information ul li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
    color: #373736;
}

.contact-information ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    color: var(--skinscolor);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.contact-information ul li span span {
    display: inline-block;
}

.send-message {
    display: none;
    color: #0c5460;
    border: 1px solid #bee5eb;
    background: #d1ecf1;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.error-message {
    display: none;
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.send-message.show,
.error-message.show,
.show {
    display: block;
}

/* 12 - appointments */
.list-appointments li {
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
}

.list-appointments li span.day {
	display: inline-block;
	width: 100px;
}

.list-appointments li span.time {
	font-size: 14px
}

.list-appointments li i {
	display: inline-block;
	width: 25px;
	font-size: 18px;
	color: #34C38F;
	vertical-align: text-top;
}

.list-appointments li.not-available i{
    color: #F46A6A;
}

.list-appointments li.not-available {
    color: #929292;
    cursor: no-drop;
}

/* 13 - pricing */
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 1;
    flex: 1;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    cursor: default;
    color: #2d2d2d;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px 10px 10px 10px;
    margin: 1em;
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgba(76, 70, 101, 0.99);
    padding: 3em 0 7em;
    position: relative;
    color: #ffffff;
}

.pricing-palden .pricing-deco.pricing-color1 {
    background: var(--pricing-color1);
}

.pricing-palden .pricing-deco.pricing-color2 {
    background: var(--pricing-color2);
}

.pricing-palden .pricing-deco.pricing-color3 {
    background: var(--pricing-color3);
}

.pricing-palden .pricing-deco.pricing-color4 {
    background: var(--pricing-color4);
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: #fff;
}

.pricing-palden .pricing-title {
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 4em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.25em;
    font-weight: 400;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.25em;
    font-weight: 300;
    padding: 0 0 0 0.5em;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 0.5em 0;
}

.pricing-palden .pricing-action {
    font-size: 18px;
    font-weight: 500;
    margin: auto 3em 2em 3em;
    padding: 0.5em 1em;
    color: #fff;
    border-radius: 30px;
    background: var(--skinscolor);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background-color: #100a13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

.pricing-plan {
	text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}

.pricing-plan h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #5c5c5c;
}

.pricing-plan h4 {
    padding: 0 0 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.pricing-plan h4 span {
    color: var(--skinscolor);
}

.pricing-plan h4 .amount {
    display: block;
    text-align: center;
}

.pricing-plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px;
}

.pricing-plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight: 300;
}

.pricing-plan ul {
    margin: 0;
    padding: 0 25px;
    list-style: none;
}

.pricing-plan ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.pricing-plan a {
    margin: 20px auto;
    display: inline-block;
    color: #5f686f;
    background: #fff;
    padding: 0 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    transition: all 0.3s ease;
    height: 42px;
    line-height: 44px;
}

.pricing-plan a:hover {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 48%);
}


.planbox {
    width: 100%;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

.planbox .title {
    width: 100%;
    padding: 15px;
    text-align: center;
}
.planbox .title h3 {
    margin-bottom: 0;
    line-height: 1;
    color: #262626;
}
.planbox .prices {
    background: #5f686f;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 25px 0 25px 0;
    color: #fff;
    text-align: center;
}

.planbox .prices.pricing-color1 {
    background: var(--pricing-color1);
}

.planbox .prices.pricing-color2 {
    background: var(--pricing-color2);
}

.planbox .prices.pricing-color3 {
    background: var(--pricing-color3);
}

.planbox .prices.pricing-color4 {
    background: var(--pricing-color4);
}

.planbox .prices strong {
    font-size: 45px;
    font-weight: 500;
    display: block;
}

.planbox .prices strong i {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}

.planbox .prices b {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-bottom: 20px;
}

.planbox .prices b em {
    font-style: normal;
    text-decoration: line-through;
}

.planbox .prices a {
    display: inline-block;
    color: #5f686f;
    background: #fff;
    padding: 0 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    transition: all 0.3s ease;
    height: 42px;
    line-height: 44px;
}

.planbox .prices a:hover {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 48%);
}

.planbox ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.planbox li {
    width: 100%;
    padding: 9px 0;
    color: #2a363f;
    border-bottom: 1px solid #f3f3f3;
}

.planbox li.last,
.planbox li:last-child {
    border-bottom: none;
}

/* 14 - support */
.box-support {
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.box-support .media {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.box-support .circle-icon {
    display: inline-flex;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-right: 15px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #f3f3f3;
    color: var(--skinscolor);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 62px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box-support:hover .circle-icon {
    background: var(--skinscolor);
    color: #fff;
}

.box-support .media-body {
    flex: 1;
}

.box-support .media-body h5 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #444f60;
}

.box-support .media-body p {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 1rem;
    color: #999;
}

/* 15 - faqs */
.accordion {
    margin-bottom: 30px;
}

.accordion .section-content {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #d6d9df;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.accordion .accordion-title {
    color: #7d7d7d;
    font-size: 16px;
    padding: 0 15px;
    line-height: 50px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.accordion .accordion-title .btn-title {
    display: block;
}

.accordion .accordion-title a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 16px;
}

.accordion .accordion-title.active {
    background-color: #f8f7f7;
}

.accordion .accordion-title.active a {
    color: #262626;
}

.accordion .accordion-inner {
    border-top: 1px solid #d6d9df;
    padding: 15px;
    margin-top: 0;
    display: none;
    color: #262626;
}

.accordion .accordion-inner.active {
    display: block;
}

/* 16 - footer */

.footer-clients {
    padding: 50px 0 30px 0;
    background: #e1e1e1;
    position: relative;
    z-index: 2;
}

.footer-clients .col {
	margin-bottom: 20px;
}

.footer {
    background: #1e1e1e;
    color: #cacaca;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.footer .copyright {
    padding-top: 5px;
    margin: 0;
    font-size: 0.9rem;
}

.footer .social {
    float: right;
    padding: 0;
    margin: 0 0 -5px 0;
    font-size: 0;
    line-height: 1;
}

.footer .social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer .social li a {
    display: table
}

.footer .social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #f5f5f5;
    background: none;
    line-height: 1;
    border: 1px solid #aaa;
    width: 32px;
    height: 32px;
    line-height: 1;
    font-size: 1.25rem;
}

/* 17 - shortcode */
.divider {
    height: 3px;
    border-radius: 50px;
    background: #c6c6c6;
    width: 60px;
    margin: 0 auto;
}

.pagination-nav.nav-center {
    display: table;
    margin: 30px auto;
}

.pagination-nav .btn {
    float: left;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    position: relative;
    border-radius: 0;
}

.btn.btn-prev {
    background: #FFFFFF;
    color: #696969;
}

.btn.btn-next {
    background-color: var(--skinscolor);
    color: #FFFFFF;
}

.pagination-nav .btn:hover {
    opacity: 0.8;
}

.btn.active,
.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.pagination{
    text-align: center;
}

.pagination {
    display: table;
    margin: 40px auto 0;
}

.pagination li{
    display: inline-block;
}

.pagination span ,
.pagination a {
    float: left;
    font-size: 16px;
    padding: 0px 15px;
    height: 42px;
    line-height: 45px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    color: #999;
}

.pagination i{
	    font-size: 12px;
}

.pagination .active span {
    color: #ffffff;
    background: var(--skinscolor);
}

.pagination a:hover{
    background: #e5e5e5;
}

.btn.active, .btn:active, .btn:focus{
    outline: none;
    box-shadow: none;
}

.pagination{
    text-align: center;
}

.owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*='owl-'] {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0 5px;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.owl-nav [class*='owl-']:hover {
    background: var(--skinscolor);
    color: #FFFFFF;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-nav.disabled + .owl-dots {
    margin-bottom: 30px;
    margin-top: 25px;
    height: 15px;
    line-height: initial;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: #999999;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-dots .owl-dot.active span {
    background: var(--skinscolor);
    width: 20px;
}

.contact-social {
    text-align: center;
    margin-bottom: 30px;
}

.contact-social a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 2px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}

.contact-social a i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 47px;
}

.contact-social a:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-social.size-sm a {
    width: 36.15385px;
    height: 36.15385px
}

.contact-social.size-sm a i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.contact-social.size-lg a {
    width: 61.1px;
    height: 61.1px;
}

.contact-social.size-lg a i {
    font-size: 1.625rem;
    line-height: 61.1px;
}

.go-up {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 42px;
    right: -60px;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 99999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--skinscolor);
    color: #fff;
}

.sidebar-right .go-up {
	right: auto;
	left: -60px;
}

.go-up:hover {
    opacity: 1;
    background: #1b1b1b;
}

.go-up.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.cookie-box {
    position: fixed;
    bottom: 20px;
    left: 100px;
    width: 320px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f5f5f5;
    z-index: 999;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 4%);
}

.cookie-box.right {
    left: auto;
    right: 20px;
}

.cookie-box.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.cookie-box .cookie-box-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.cookie-box .cookie-content {
    margin-top: 16px;
}

.cookie-box img {
    display: block;
    max-width: 90px;
    margin: 0 auto;
}

.cookie-box h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.cookie-box p {
    margin-bottom: 16px;
    font-size: 14px;
}

.cookie-box button {
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    margin: 0 4px;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
}

.cookie-box button:focus {
    box-shadow: none;
    outline: 0;
}

.cookie-box .cookie-decline {
    background: #e12424;
    border: 0;
}

.cookie-box .cookie-decline:hover {
    background: #e12424;
    border: 0;
}

.cookie-box .cookie-consent {
    background: #27ae60;
    border: 0;
}

.cookie-box .cookie-consent:after, 
.cookie-box .cookie-decline:after {
    display: none;
}

.cookie-box .cookie-decline:hover {
    background: #c31e1e;
    color: #fff;
}

.cookie-box .cookie-consent:hover {
    background: #1d9b52;
    color: #fff;
}

.cookieinfo {
    position: fixed;
    left: 80px;
    right: 0;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    background: #eee;
    color: #333;
    line-height: 21px;
    padding: 8px 18px;
    text-align: center;
    bottom: 0;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    z-index: 9;
}

.cookieinfo.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.cookieinfo-close {
    float: right;
    display: block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: #77cc6d;
    text-align: center;
}

.cookieinfo span {
    display: block;
    padding: 5px 0 5px 0;
}

.loader-overlay,
.rtl .loader-overlay {
    direction: ltr;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.loader-overlay .loader3 span:before {
    content: "" !important;
}

.loader-overlay .loader3:after,
.loader-overlay .loader3:before,
.loader-overlay .loader3 {
    border: 2px solid var(--skinscolor);
    border-radius: 50%;
}

.loader-overlay .loader3 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0px 0px -80px;
    border-color: transparent var(--skinscolor);
    animation: 2s linear 0s reverse none infinite running spin;
    -webkit-animation: 2s linear 0s reverse none infinite running spin;
}

.loader-overlay .loader3:after,
.loader-overlay .loader3:before {
    content: "";
    border-color: var(--skinscolor) transparent;
    position: absolute;
    box-sizing: border-box;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
}

.loader-overlay .loader3:before {
    width: 140px;
    height: 140px;
    left: 5px;
    top: 5px;
    animation: 1s linear 0s normal none infinite running spin;
    -webkit-animation: 1s linear 0s normal none infinite running spin;
}

.loader-container {
    width: 75px;
    margin: 60px auto;
    font-size: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.loader-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 6px solid #e5e5e5;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader-container:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 6px solid #e5e5e5;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader-overlay .box,
.loader-overlay .rb,
.loader-overlay .lb,
.loader-overlay .rt,
.loader-overlay .lt {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 20px;
    opacity: 1;
}

.loader-overlay .box:before,
.loader-overlay .rb:before,
.loader-overlay .lb:before,
.loader-overlay .rt:before,
.loader-overlay .lt:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-top: 5px solid var(--skinscolor);
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader-overlay .lt {
    margin-right: -5px;
    -webkit-animation: lt 2s linear -2000ms infinite;
    -moz-animation: lt 2s linear -2000ms infinite;
    animation: lt 2s linear -2000ms infinite;
}

.loader-overlay .lt:before {
    top: 0;
    left: 0;
    -webkit-animation: not-clockwise 1s linear infinite;
    -moz-animation: not-clockwise 1s linear infinite;
    animation: not-clockwise 1s linear infinite;
}

.loader-overlay .rt {
    -webkit-animation: lt 2s linear -1000ms infinite;
    -moz-animation: lt 2s linear -1000ms infinite;
    animation: lt 2s linear -1000ms infinite;
}

.loader-overlay .rt:before {
    top: 0;
    right: 0;
    -webkit-animation: clockwise 1s linear infinite;
    -moz-animation: clockwise 1s linear infinite;
    animation: clockwise 1s linear infinite;
}

.loader-overlay .lb {
    margin-right: -5px;
    -webkit-animation: lt 2s linear -1500ms infinite;
    -moz-animation: lt 2s linear -1500ms infinite;
    animation: lt 2s linear -1500ms infinite;
}

.loader-overlay .lb:before {
    bottom: 0;
    left: 0;
    -webkit-animation: not-clockwise 1s linear infinite;
    -moz-animation: not-clockwise 1s linear infinite;
    animation: not-clockwise 1s linear infinite;
}

.loader-overlay .rb {
    -webkit-animation: lt 2s linear -500ms infinite;
    -moz-animation: lt 2s linear -500ms infinite;
    animation: lt 2s linear -500ms infinite;
}

.loader-overlay .rb:before {
    bottom: 0;
    right: 0;
    -webkit-animation: clockwise 1s linear infinite;
    -moz-animation: clockwise 1s linear infinite;
    animation: clockwise 1s linear infinite;
}

.loader1,
.loader2 {
    height: 100vh;
    text-align: center;
    padding-top: 40vh;
}

.loader2 .dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: var(--skinscolor);
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.loader2 .dot:nth-child(1) {
    animation-delay: 0.1s;
}

.loader2 .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loader2 .dot:nth-child(3) {
    animation-delay: 0.3s;
}

.loader2 .dot:nth-child(4) {
    animation-delay: 0.4s;
}

.loader2 .dot:nth-child(5) {
    animation-delay: 0.5s;
}

/* 18 - other style */
/*-- background image */
.section-bgimage h1,
.section-bgimage h2,
.section-bgimage h3,
.section-bgimage h4,
.section-bgimage h5,
.section-bgimage h6,
.section-bgimage .section-title h2 {
    color: #fff;
}

.section-bgimage,
.section-bgimage .section-title p,
.section-bgimage .head-title small,
.section-bgimage .contact-information ul li,
.section-bgimage .testimonial-owner span {
    color: #efefef;
}

.section-bgimage .head-title {
    border-color: #9f9f9f;
}

.section-bgimage .list-appointments li.not-available {
    color: #b5b5b5;
}

.section-bgimage .validation {
    color: #ff5b5b;
}

.section-bgimage .services-item h5,
.section-bgimage .cont-step h5,
.section-bgimage .details-info h5,
.section-bgimage .planbox h3 {
    color: #262626;
}

.section-bgimage .services-item p,
.section-bgimage .cont-step p,
.section-bgimage .post-detail p,
.section-bgimage .testimonial-content,
.section-bgimage .details-info {
    color: #6b6b6b;
}

.section-bgimage .services-item:hover h5,
.section-bgimage .cont-step:hover h5,
.section-bgimage .details-info:hover h5 {
    color: var(--skinscolor);
}

/*-- background dark */
.section-bgdark h1,
.section-bgdark h2,
.section-bgdark h3,
.section-bgdark h4,
.section-bgdark h5,
.section-bgdark h6,
.section-bgdark .section-title h2 {
    color: #fff;
}

.section-bgdark,
.section-bgdark .section-title p,
.section-bgdark .head-title small,
.section-bgdark .contact-information ul li,
.section-bgdark .testimonial-owner span {
    color: #efefef;
}

.section-bgdark .head-title {
    border-color: #9f9f9f;
}

.section-bgdark .list-appointments li.not-available {
    color: #b5b5b5;
}

.section-bgdark .validation {
    color: #ff5b5b;
}

.section-bgdark .services-item h5,
.section-bgdark .cont-step h5,
.section-bgdark .details-info h5,
.section-bgdark .planbox h3 {
    color: #262626;
}

.section-bgdark .services-item p,
.section-bgdark .cont-step p,
.section-bgdark .post-detail p,
.section-bgdark .testimonial-content,
.section-bgdark .details-info {
    color: #6b6b6b;
}

.section-bgdark .services-item:hover h5,
.section-bgdark .cont-step:hover h5,
.section-bgdark .details-info:hover h5 {
    color: var(--skinscolor);
}

/*-- rtl */

body.rtl {
    text-align: right;
    direction: rtl;
}

.rtl .img-circle {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .sub-title h6 {
    margin-left: 0px;
    margin-right: 70px;
}

.rtl .sub-title h6:before {
    left: auto;
    right: 15px;
}

.rtl .working-way .item img.arrow {
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rtl .working-way .item img.arrow.tobotm {
	-webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.rtl .testimonial-content {
    padding: 20px 60px 20px 20px;
}

.rtl .testimonial-content:before {
    left: auto;
    right: 20px;
}

.rtl .testimonial-avatar {
    float: right;
}

.rtl .testimonial-owner {
    padding-left: 0px;
    padding-right: 20px;
}

.rtl .testimonial-content:after {
    right: 22px;
    left: auto;
}

.rtl .form-input i {
    left: auto;
    right: 5px;
}

.rtl .form-input input {
    padding-left: 0px;
    padding-right: 45px;
}

.rtl .contact-information ul li i {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .featured-post .post-date {
    left: auto;
    right: 15px;
}

.rtl .featured-post .post-format-icon,
.rtl .featured-post .post-views {
    right: auto;
    left: 15px;
}

.rtl .featured-post .post-meta > li {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.rtl .search-blog-input input{
    padding-left: 0px;
    padding-right: 15px;
}

.rtl .widget .search-blog-input .input button{
    padding-left: 0px;
    padding-right: 7px;
    left: 12px;
    right: auto;
}

.rtl .widget .widget-title:before {
    left: auto;
    right: 0
}

.rtl .widget-list ul li a:hover, 
.rtl .widget-list ul li.active a {
    padding-left: 0px;
    padding-right: 10px;
}

.rtl .widget .widget-title i {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .widget-list ul li a span.count {
    float: left;
}

.rtl .widget-recent-post .thumb {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.rtl .widget-list ul li a:before {
    left: auto;right: -5px;content: "\e686";
}

.rtl .post-grid .post-grid-image .post-date {
    left: auto;
    right: 15px;
}

.rtl .post-grid .post-grid-image .post-format-icon {
	left: 15px;
    right: auto;
}

.rtl .post-grid .post-grid-image .post-views {
    right: auto;
    left: 15px;
}

.rtl .post-grid .post-meta ul.float-left {
    float: right !important;
}

.rtl .post-grid .post-meta ul.float-right {
    float: left !important;
    text-align: left;
}

.rtl .post-grid .post-meta ul li i {
	margin-right: 0;
	margin-left: 5px;
}

.rtl .post-grid .post-detail .post-more {
    padding-left: 0;
    padding-right: 25px;
}

.rtl .post-grid .post-detail .post-more:before {
    left: auto;
    right: 0;
}

.rtl .post-meta li {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .post-grid .post-meta ul.float-left li {
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.rtl .post-grid .post-meta ul li {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.rtl .share-links {
    text-align: left;
}

.rtl .share-links .share-title {
    float: right;
}

.share-links .share-title img {
    margin-left: 5px;
    margin-right: 0;
}

.rtl #portfolio-flters li {
    margin: 0px 0px 10px 10px;
}

.rtl #portfolio-flters li:last-child {
    margin-left: 0;
}

.rtl .timeline-list li {
    padding-left: 0;
    padding-right: 220px;
}

.rtl .timeline-list:after {
    left: 0;
    right: 200px;
}

.rtl .timeline-list li:before {
    left: 0;
    right: 196px;
}

.rtl .timeline-list li span {
    left: auto;
    right: 0;
}

.rtl .timeline-list li .image {
    left: auto;
    right: 0;
}

.rtl .skills.style-progress .skill .progres:after {
    right: auto;left: 0;
}

.rtl .skills .skill {
    right: auto;
    left: 0px;
}

.rtl .skill-item .counter {
	right: auto;
	left: 120px;
}

.rtl .style-stars .skill-item .counter {
	left: 135px;
}

.rtl #breadcrumbs {
    right: auto;
    left: 30px;
}

.rtl #breadcrumbs ul li:before {
    display: none;
}

.rtl #breadcrumbs ul li:after {
    content: "\e686";
    font-family: "Pe-icon-7-stroke";
    color: #a0a0a0;
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: 4px
}

.rtl #breadcrumbs ul li:first-child:after {
    display: none;
}

.rtl .box-support .circle-icon {
	margin-right: 0;
	margin-left: 15px;
}

.rtl .accordion .accordion-title a i {
	right: auto;
	left: 15px;
}

.rtl .children {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .commentlist .controls {
    left: 0;
    right: auto;
}

.commentlist .controls .reply,
.commentlist .controls .edit {
    margin: 0 15px 0 0;
}

.rtl .commentlist li .avatar {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.rtl .commentlist li .comment-meta {
    float: right;
}

.rtl .commentlist li .stars {
    float: right;
    margin-right: 0;
}

.rtl .commentlist li .date {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

/*-- dark mode */

.dark a:hover {
    color: #cacaca;
}

.dark .single-post {
    padding: 0;
    box-shadow: none;
}
.dark body,
.dark .single-post,
.dark .content-pages {
    background: #101010;
    color: #cacaca;
}

.dark .overlay {
    background: linear-gradient(-45deg, rgb(91 91 91 / 30%) 0, #262626 40%, rgb(65 65 65 / 70%) 100%);
}
.dark .section-bgimage:before {
    background: linear-gradient(20deg, rgb(0 0 0 / 80%) 75%, #262626 99%);
}

.dark .timeline-list li:before,
.dark ul.tags li a,
.dark .search-blog-input input,
.dark .pagination span,
.dark .pagination a,
.dark .button:after,
.dark .accordion .section-content,
.dark .box-support .circle-icon,
.dark #portfolio-flters li,
.dark .header,
.dark .header-main-menu li a i,
.dark .site-nav-popover {
    background: #242323;
}

.dark .bg-music,
.dark .timeline-list:after,
.dark .widget,
.dark .search-blog-input input,
.dark .widget .widget-title,
.dark .widget-list ul li,
.dark .widget-recent-post ul li,
.dark .project-details ul li,
.dark .accordion .accordion-inner,
.dark .accordion .section-content,
.dark .box-support,
.dark .form-control,
.dark .google-map,
.dark .head-title,
.dark .owl-carousel .client,
.dark .pricing-palden .pricing-item,
.dark .counter-block,
.dark .header,
.dark .services-item,
.dark .working-way .item .cont-step,
.dark .working-way .item .icon,
.dark .comment-body {
    border-color: #313131;
}

.dark .loader-overlay,
.dark .bg-music,
.dark .bread-crums,
.dark .widget,
.dark .special-block-bg,
.dark .accordion .accordion-title.active,
.dark .box-support,
.dark .form-control,
.dark .google-map,
.dark .post-grid,
.dark .pricing-palden .pricing-item,
.dark .pricing-plan,
.dark .counter-block,
.dark .owl-carousel .client,
.dark .testimonial-content,
.dark .profile-picture,
.dark .services-item,
.dark .working-way .item .icon,
.dark .working-way .item .cont-step {
    background: #191919;
}

.dark .pricing-palden .pricing-deco-img {
    color: #191919;
}

.dark .form-control:disabled,
.dark .form-control[readonly] {
    background: #0f0f0f;
}

.dark .testimonial-content:after {
    border-top-color: #191919;
}

.dark .widget-recent-post ul li a,
.dark .widget-list ul li a,
.dark .accordion .accordion-title.active a,
.dark .section-title h2,
.dark .services-item h5,
.dark .cont-step h5,
.dark .details-info h5 {
    color: #fff;
}

.dark .widget-recent-post ul li a:hover,
.dark .widget-list ul li a:hover,
.dark .services-item:hover h5,
.dark .cont-step:hover h5,
.dark .details-info:hover h5 {
    color: var(--skinscolor);
}

.dark .form-control,
.dark .box-support .media-body h5,
.dark .accordion .accordion-inner,
.dark .contact-information ul li,
.dark .testimonial-owner h6,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fafafa;
}

.dark .box-support .media-body p,
.dark .post-grid .post-detail .post-more,
.dark .pricing-palden .pricing-item,
.dark .section-title p,
.dark .services-item p,
.dark .cont-step p,
.dark .post-detail p,
.dark .testimonial-content,
.dark .details-info,
.dark .testimonial-owner span {
    color: #cacaca;
}

.dark .box-support:hover .circle-icon,
.dark .timeline-list li:hover:before,
.dark .pagination .active span,
.dark #portfolio-flters li:hover,
.dark #portfolio-flters li.filter-active {
    background: var(--skinscolor);
    color: #ffffff;
}

.dark .pricing-palden .pricing-action:hover,
.dark .pricing-palden .pricing-action:focus {
    color: var(--skinscolor);
    background: #ffffff;
}

/*-- keyframes */
@-moz-keyframes musicbar {
    0% {
        height: 5px
    }
    10% {
        height: 10px
    }
    20% {
        height: 5px
    }
    30% {
        height: 14px
    }
    40% {
        height: 20px
    }
    50% {
        height: 5px
    }
    60% {
        height: 16px
    }
    70% {
        height: 10px
    }
    80% {
        height: 12px
    }
    90% {
        height: 3px
    }
    100% {
        height: 18px
    }
}

@-webkit-keyframes musicbar {
    0% {
        height: 5px
    }
    10% {
        height: 10px
    }
    20% {
        height: 5px
    }
    30% {
        height: 14px
    }
    40% {
        height: 20px
    }
    50% {
        height: 5px
    }
    60% {
        height: 16px
    }
    70% {
        height: 10px
    }
    80% {
        height: 12px
    }
    90% {
        height: 4px
    }
    100% {
        height: 18px
    }
}

@keyframes musicbar {
    0% {
        height: 5px
    }
    10% {
        height: 10px
    }
    20% {
        height: 5px
    }
    30% {
        height: 14px
    }
    40% {
        height: 20px
    }
    50% {
        height: 5px
    }
    60% {
        height: 16px
    }
    70% {
        height: 10px
    }
    80% {
        height: 12px
    }
    90% {
        height: 4px
    }
    100% {
        height: 18px
    }
}

@keyframes gradient {
    0%,
    100% {
        background-position: 0 20%
    }
    50% {
        background-position: 100% 80%
    }
}

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(.1)
    }
    50% {
        opacity: 1;
        transform: scale(.5)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes grow-circles {
    0%,
    30% {
        opacity: .85;
        transform: scale(1)
    }
    15% {
        opacity: 1;
        transform: scale(1.05)
    }
}

@keyframes grow-shrink {
    0%,
    30% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
    }
}

@-moz-keyframes clockwise {
    0% {
        -moz-transform: rotate(-45deg);
    }
    100% {
        -moz-transform: rotate(315deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@-webkit-keyframes not-clockwise {
    0% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-315deg);
    }
}

@-moz-keyframes not-clockwise {
    0% {
        -moz-transform: rotate(45deg);
    }
    100% {
        -moz-transform: rotate(-315deg);
    }
}

@keyframes not-clockwise {
    0% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
        -o-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
}

@-webkit-keyframes lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

/* 19 - responsive */
/*---------------- min-width : 1060px -------------------*/
@media screen and (min-width: 1060px) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }

    .pricing-palden .pricing-featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgb(34 38 55 / 23%);
    }
}

/*---------------- min-width : 991px -------------------*/
@media only screen and (min-width:992px) {
    
    ::-webkit-scrollbar,
	.header .header-content::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0)
    }

    ::-webkit-scrollbar-thumb,
    .header .header-content::-webkit-scrollbar-thumb {
        background: #CCCCCC;
    }

    .dark::-webkit-scrollbar,
	.dark .header .header-content::-webkit-scrollbar {
        background: #242323
    }
    
    .dark::-webkit-scrollbar-thumb,
    .dark .header .header-content::-webkit-scrollbar-thumb {
        background: var(--skinscolor);
    }

    .merged {
        margin: 0px -10px 0 -5px;
        padding: 0;
    }

    .merged > div {
        padding: 0;
    }

    .row.merged > div {
        padding: 0 0px 0px 5px;
    }

    .merged .row {
        margin: 0 5px 0 0;
    }

    .merged .row > div {
        padding: 0 5px;
    }
    
}

/*---------------- max-width : 991px -------------------*/
@media only screen and (max-width:991px) {

    .section-inner {
        padding: 60px 20px 30px 20px;
    }

    .profile-picture {
        display: none;
    }

    .header {
        left: -80px;
        top: 50px;
        width: 80px;
        z-index: 1001;
        -webkit-transition: all 0.44s ease-in-out;
        -moz-transition: all 0.44s ease-in-out;
        -o-transition: all 0.44s ease-in-out;
        -ms-transition: all 0.44s ease-in-out;
        transition: all 0.44s ease-in-out;
    }

    .sidebar-right .header {
    	left: auto;
    	right: -80px;
    }

    .sidebar-left .header.open {
        left: 0;
    }

    .sidebar-right .header.open {
        right: 0;
    }
    
    .header-main-menu li a span {
        display: none;
    }

    .mobile-header {
        position: fixed;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        background-color: #FFFFFF;
        border-bottom: 1px solid #f5f5f5;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 1001;
    }
    
    .mobile-visible {
        display: block;
        visibility: visible;
    }

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

    .mobile-header-image {
        display: inline-block;
        float: left;
        margin: 4px 12px 0 0;
    }

    .mobile-header-image img {
        height: 40px;
        width: 40px;
        border-radius: 100%;
    }

    .mobile-site-title {
        display: inline-block;
        float: left;
        color: #222;
        font-size: 21px;
        font-weight: 400;
        line-height: 50px;
    }

    .menu-toggle i {
        color: var(--skinscolor);
        font-size: 32px;
        line-height: 50px;
    }

    .menu-toggle.active i {
        color: #262626;
    }

    .sidebar-right .content-pages,
    .content-pages {
        bottom: 0;
        width: 100%;
        margin: 0;
        border: 0;
        overflow-x: hidden;
    }

    #home .section-inner {
        height: calc(100vh - 50px);
    }

    .section-title {
        margin-bottom: 30px;
    }

    .working-way .item img.arrow {
        display: none;
    }
    
    .featured-post {
        margin-bottom: 30px;
    }

    .featured-post .featured-image {
        max-height: 320px;
    }
    
    .post-thumbnail {
        margin-top: 50px;
    }

    .site-nav-popover {
    	display: none !important;
    }

    .portfolio-container.size-3 .portfolio-item,
    .portfolio-container.size-4 .portfolio-item,
    .portfolio-container.size-5 .portfolio-item {
        width: calc(100% / 3);
    }

}

/*---------------- max-width : 780px -------------------*/
@media only screen and (max-width: 780px) {
    
    .section-home .intro h3 {
        font-size: 27px;
    }
    
    .section-home .intro h1 {
        font-size: 52px;
    }
    
    .section-home .intro p {
        font-size: 21px;
        padding-left: 32px;
        padding-right: 32px;
    }
    
    .section-home .intro p:before, 
    .section-home .intro p:after {
        top: 16px;
        width: 20px;
    }
    
    .download-resume {
        right: 15px;
        top: 70px;
    }

    .timeline-list li .image {
    	position: relative;
    	top: auto;left: auto;right: auto;
    	margin-bottom: 15px;
    	margin-top: 10px;
    	text-align: inherit;
    }
    .project-details ul li label {
    	width: 120px;
    }

    .footer-clients .row {
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    
    .footer-clients .col {
        flex: 0 0 auto;
        width: 25%;
    }

    .footer .copyright {
    	text-align: center;
    	margin-bottom: 20px;
    }

    .footer .social {
    	float: inherit;
    	text-align: center;
    }

    .portfolio-container.size-2 .portfolio-item {
        width: calc(100% / 2);
    }

    .portfolio-container.size-3 .portfolio-item,
    .portfolio-container.size-4 .portfolio-item,
    .portfolio-container.size-5 .portfolio-item {
        width: calc(100% / 2);
    }

}

/*---------------- max-width : 680px -------------------*/
@media only screen and (max-width: 680px) {
    
    .section-inner {
        padding: 80px 0px 30px 0px;
    }
    
    .about-content {
        text-align: center;
    }
    .img-circle {
        float: none;
        margin-right: auto;
        margin-bottom: 30px;
    }
    
    .posts-nav li i {
        display: inline-block;
        font-style: normal;
    }

    .posts-nav li span {
        display: none;
    }

    .featured-post {
        margin-bottom: 30px;
    }

    .single-post {
        margin-top: -20px;
        margin-bottom: 60px;
        box-shadow: none;
        padding: 20px;
    }

    .title-block h2 {
        font-size: 52px;
    }

    .title-block .type-wrap {
        font-size: 32px;
    }

    .timeline-list:after {
        left: 3px;
    }
    
    .timeline-list li {
        padding-left: 50px;
    }

    .timeline-list li:before {
        left: 0px;
    }

    .timeline-list li span {
        position: relative;
        top: auto;
        left: auto;
        width: inherit;
        text-align: inherit;
    }

    .timeline-list li:after {
        left: 20px;
    }
    
    .commentlist li {
        text-align: center;
    }
    
    .commentlist li .avatar {
        float: none;
        margin: 0 auto 10px auto;
    }

    .commentlist li .comment-meta, 
    .commentlist li .date {
        float: none;
    }
    
    .commentlist .controls {
        position: relative;
        text-align: right;
        right: auto;
        top: auto;
        margin-top: 10px;
    }

    .children {
        padding-left: 0;
    }

    .children:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: -38px;
        left: 0;
        width: 20px;
        height: 30px;
        background: #fff url(../images/quot.png) no-repeat center center;
        background-size: 100%;
    }

    .footer-clients .col {
        flex: 0 0 auto;
        width: 33%;
    }

}

/*---------------- max-width : 580px -------------------*/
@media only screen and (max-width: 580px) {

    .section-home .intro h3 {
        font-size: 21px;
    }
    
    .section-home .intro h1 {
        font-size: 42px;
    }
    
    .section-home .intro p {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .section-home .intro p:before, 
    .section-home .intro p:after {
        top: 14px;
        width: 15px;
    }

    .button span {
        text-align: center;
        width: 100%;
    }
    
    .section-home .buttons a {
    	width: 100%;
    	text-align: center;
    }

    .footer-clients .col {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .portfolio-container.size-2 .portfolio-item,
    .portfolio-container.size-3 .portfolio-item,
    .portfolio-container.size-4 .portfolio-item,
    .portfolio-container.size-5 .portfolio-item {
        width: 100%;
    }
}

/*---------------- max-width : 480px -------------------*/
@media only screen and (max-width: 480px) {

    .section-home .intro p {
        font-size: 16px;
        padding: 0;
    }
    
    .section-home .intro p:before, 
    .section-home .intro p:after {
        display: none;
    }
    
    #portfolio-flters li {
        margin: 5px;
        width: calc(50% - 15px);
    }

}