@charset "UTF-8";

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/IRANSans.eot");
    src: url("../fonts/iransans/IRANSans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iransans/IRANSans.woff") format("woff"),
    url("../fonts/iransans/IRANSans.woff2") format("woff2"),
    url("../fonts/iransans/IRANSans.ttf") format("truetype"),
    url("../fonts/iransans/IRANSans.svg#IRANSans") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media (max-width: 767px) {
    .navbar-fixed-top .header-nav{
        display: none ;
    }
}
@media ( min-width: 767px) {
    .navbar-fixed-top #header-top{
        display: none ;
    }
}

::-moz-selection {
    background: rgba(255,193,7, .5 ) ;
    color :#332702 ;
}
::selection {
    background: rgba(255,193,7, .5 ) ;
    color :#332702 ;
}
pre.line-numbers > code {
    overflow: visible;
    padding: 0;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

[src*="privew.svg"] {
    transform: scale(0.3);
    opacity: 0.2;
}

a {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    outline: 1px solid rgba(0, 0, 0, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*-------------------------------------- 0. Variables --------------------------------------*/

.tether-element,
.tether-element *,
.tether-element :after,
.tether-element :before,
.tether-element:after,
.tether-element:before {
    box-sizing: border-box;
}

.tether-element {
    position: absolute;
    display: none;
}

.tether-element.tether-open {
    display: block;
}


/*-------------------------------------- 1. Default Styles --------------------------------------*/

body {
    font-family: "IRANSans", sans-serif;
    font-weight: 400;
    color: #f5f5f5;
    background: #252424;
    font-size: 14px;
    letter-spacing: -1px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}


/*Set xl breakpoint on lg breakpoint*/

@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
}

.white-box {
    background:#1d1d1d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 50px 44px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .white-box {
        padding: 40px 30px;
    }
}


/*-------------------------------------- 1.1 Fonts & Colors --------------------------------------*/

p {
    font-family: "IRANSans", serif;
    font-weight: 400;
    letter-spacing: -0.05px;
    line-height: 31px;
}

@media (max-width: 767px) {
    p {
        font-size: inherit;
        line-height: 30px;
    }
}

p.font-primary {
    margin: 10px 0 16px;
    color: #a6a9ac;
    font-size: inherit;
    line-height: 24px;
    text-align: justify;
}


h1,
.h1 {
    font-size: 20px !important;
;
    line-height: 35px;
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 16px !important;
        line-height: 25px;
    }
}

h2,
.h2 {
    font-size: 16px !important;
    line-height: 25px;
}

h3,
.h3 {
    font-size: 14px !important;
    line-height: 20px;
}

h4,
.h4 {
    font-size: 13px !important;
    line-height: 20px;
}

h5,
.h5 {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 25px;
    color: #212121;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 900;
    color: #f5f5f5;
}

.black {
    color: #212121;
}

.black:hover {
    color: #212121;
}

.blue {
    color: #38b7ea;
}

.blue:hover {
    color: #38b7ea;
}

.red {
    color: #ff7473;
}

.red:hover {
    color: #ff7473;
}

.yellow {
    color: #ff8452;
}

.yellow:hover {
    color: #ff8452;
}

.green {
    color: #6dc8bf;
}

.green:hover {
    color: #6dc8bf;
}

.yellow {
    color: #ff8452;
}

.yellow:hover {
    color: #ff8452;
}

.grey {
    color: #a6a9ac;
}

.grey:hover {
    color: #a6a9ac;
}

.list-title {
    font-family: "IRANSans", serif;
    font-weight: 400;
    margin: 20px 0 28px;
}

@media (max-width: 575px) {
    .list-title {
        font-size: 15px;
    }
}


/*-------------------------------------- 1.2 Buttons & Links --------------------------------------*/

a {
    color: #fff ;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

a:hover i {
    text-decoration: none;
}

a:focus {
    color: #eee;
}

a.light-link {
    color: #a6a9ac;
    text-decoration: none;
}

a.light-link:hover {
    color: #212121;
    text-decoration: none;
}

a.dark-link {
    color: #212121;
    text-decoration: none;
}

a.dark-link:hover {
    color: #a6a9ac;
    text-decoration: none;
}

.btn {
    flex: 1 1 auto;
    padding: 10px 20px!important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(125, 109, 109, 0.2);
    box-shadow: 0 0 20px #fbf0f0;
    border-radius: 4px;
    border: 1px rgba(0,0,0,0.1) solid;
    color: #fff;
    background: #2d2d2d;
}



.btn:hover {
    background-position: right center; /* change the direction of the change here */
}

.btn-1 {
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.btn-2 {
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.btn-3 {
    background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.btn-4 {
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.btn-5 {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.btn-small {
    font-size: inherit;
    padding: 2px 10px;
}

.services-block {
    background: #1d1d1d;
    border-radius: 7px;
    text-align: center;
    padding: 30px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #000 ;
    margin-top: 21px;
    min-height: 285px;
    box-shadow: 0 1px 8px rgba(106, 106, 106, 0.1);
    font-size: 13px;
    color: #636363;
}
.services-block p.center-col {
    font-size: 17px;
    font-family: sans-serif;
}
.services-block .title-box {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    width: 2em;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

.services-block .title-box i {
    color: #1D7CF8;
}

.box-circle-large {
    left: 0;
    bottom: 0;
    width: 1.37em;
    height: 1.37em;
    background: rgba(46, 135, 195, 0.07);
}

.box-circle-small {
    top: 0;
    right: 0;
    width: 0.59em;
    height: 0.59em;
    background: rgba(46, 135, 195, 0.07);
}

.box-circle-large, .box-circle-small {
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.services-block .text-extra-dark-gray {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 20px;
}

.services-block:hover {
    background: #1D7CF8;
    background: linear-gradient(-45deg, #1D7CF8, #0658c2);
}
.services-block:hover h3, .services-block:hover p, .services-block:hover i, .services-block:hover a, .services-block:hover .text-extra-dark-gray {
    color: #fff;
}
.services-block:hover .box-circle-large {
    background: rgba(255, 255, 255, 0.1);
}
.services-block:hover .box-circle-large {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.services-block:hover .box-circle-small {
    background: rgba(255, 255, 255, 0.2);
}
.services-block:hover .box-circle-small {
    -webkit-transform: translate3d(0, -35%, 0) rotate(0deg);
    transform: translate3d(0, -35%, 0) rotate(0deg);
}

/***************************************************************/

@keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

.stat-bar {
    background-color: #F5F8F9;
    height: 12px;
    overflow: hidden;
    padding: 3px;
    border-radius: 5px;
    margin: 0;
}

.stat-bar-rating {
    border-radius: 4px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: white;
    text-align: center;
    text-indent: -9999px;
    background-color: #4898e2;
    visibility: hidden;
    animation: animate-width;
    animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


/***************************************************************/

#menu-animate-icon {
    width: 24px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#menu-animate-icon:hover span {
    background: #212121;
}

#menu-animate-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #a6a9ac;
    border-radius: 0;
    opacity: 1;
    left : 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-animate-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-animate-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-animate-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-animate-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-animate-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#menu-animate-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}


/*-------------------------------------- 1.3 Forms --------------------------------------*/

.form-control {
    background: transparent ;
    outline: none ;
    box-shadow: 0 0 0 transparent , inset 0 0 0 transparent ;
    border : none ;
    border-radius: 0;
    font-size: inherit;
    color: #a6a9ac;
    padding: 10px 10px;
    line-height: 24px;
    transition: all 0.2s ease-in-out;
}

.form-control:active {
    background: transparent;
    border-color: #212121;
}

.form-control:focus {
    background: transparent;
    border-color: #212121;
}


/*-------------------------------------- 2. Body --------------------------------------*/


/*-------------------------------------- 2.1 Header --------------------------------------*/

header {
    height: 144px;
    box-shadow: 0 0 5px rgba(16, 16, 16, 0.1);
    background: #232222;
}

header.navbar-fixed-top{
    display: block ;
    position: fixed ;
    top : 0 ;
    left : 0 ;
    right : 0 ;
    z-index: 9;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    height : 65px !important
}

@media (max-width: 991px) {
    header {
        height: 70px;
        border: none;
    }
}

.header-top {
    border-bottom: 1px solid #313131;
    padding: 15px 0 14px;
    text-align: center;
    position: relative;
    overflow: auto;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-top {
        border-bottom: none;
    }
}

.header-top .header-top-logo {
    transition: all 0.2s ease-in-out;
    float: right;
    margin-top: 5px;
}
.header-top .header-top-logo img{
    max-height: 40px ;
    max-width: 40px ;
}
.header-top .header-top-logo:hover {
    opacity: 0.7;
    cursor: pointer;
}

.header-top .header-top-text {
    font-family: "BMitra", sans-serif;
    color: #a6a9ac;
}

@media (max-width: 991px) {
    .header-top .header-top-text {
        display: none;
    }
}

.header-top .header-top-text p {
    font-family: inherit;
    color: inherit;
    margin: inherit;
}

.header-top .header-top-text p a:hover {
    text-decoration: none;
}

.header-top .header-top-text p a i {
    font-size: 20px!important;
    vertical-align: middle;
    margin-right: -3px;
}

.header-top .header-top-nav {
    float: left;
    min-height: 28px;
}

.header-top .header-top-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-top .header-top-nav ul li {
    float: right;
    margin: 0 10px;
}

@media (min-width: 992px) {
    .header-top .header-top-nav ul li {
        margin: 0;
    }
}

.header-top .header-top-nav ul li:first-child {
    margin-right: 0;
}

.header-top .header-top-nav ul li:last-child {
    margin-left: 0;
}

.header-top .header-top-nav ul li a {
    font-size: 30px;
    padding: 12px 0 8px;
}

.header-top .header-top-nav ul li a:hover {
    color: rgb(120, 120, 120);
}

.header-top .header-top-nav ul li .header-top-nav-menu-icon {
    display: none;
    margin-top: 11px;
}

@media (max-width: 991px) {
    .header-top .header-top-nav ul li .header-top-nav-menu-icon {
        display: block;
    }
}

.header-top .header-top-nav ul .header-top-nav-search .open {
    display: block;
}

.header-top .header-top-nav ul .header-top-nav-search form {
    position: relative;
    margin: 0px 0 0px;
    width: 200px;
    display: none;
}

@media (max-width: 991px) {
    .header-top .header-top-nav ul .header-top-nav-search form {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .header-top .header-top-nav ul .header-top-nav-search form {
        width: 200px;
    }
}

.header-top .header-top-nav ul .header-top-nav-search form input {
    padding: 12px 12px 12px 40px;
}

.header-top .header-top-nav ul .header-top-nav-search form button {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 30px;
    color: #a6a9ac;
    transition: color 0.4s ease-in-out;
}

.header-top .header-top-nav ul .header-top-nav-search form button:hover {
    color: #212121;
}

.header-nav {
    padding: 22px 0;
    width: 100%;
}

@media (max-width: 991px) {
    .header-nav {
        display: none;
    }
}

.header-nav ul {
    margin: 0;
    padding: 0;
}

.header-nav ul>li>a {
    padding-bottom: 36px;
}

.header-nav ul li {
    float: right;
    list-style-type: none;
    margin: 0 20px;
}

.header-nav ul li:first-child {
    margin-right: 0;
}

.header-nav ul li.dropdown>a {
    padding-bottom: 28px;
}

.header-nav ul li a {
    padding: 0;
    display: inline-block;
    color: #a6a9ac;
    text-decoration: none;
    font-size: 15px;
}

.header-nav ul li a .icon {
    display: block;
    float: right;
    margin: 2px 0 0 5px
}

.header-nav ul li .parent_arrow {
    font-size: 20px!important;
    margin: 3px 5px 0 0;
    float: left
}

.header-nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.header-nav ul .buyproducts-link {
    margin-right: 38px;
    float: left;
    margin-left: 0;
}

.header-nav ul .buyproducts-link a {
    position: relative;
}

.header-nav ul .buyproducts-link a:before {
    font-weight: bold;
    font-family: 'Pe-icon-7-stroke';
    content: '\e66e';
    font-size: 20px;
    position: absolute;
    top: -6px;
    right: -20px;
}

.header-nav ul .active>a {
    color: #212121;
}

.header-nav ul .dropdown.open>.dropdown-toggle:after {
    content: "\e682";
}

.header-nav ul .dropdown.open>.dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    .header-nav ul .dropdown:hover .dropdown-menu {
        display: block;
    }
}


.header-nav ul .dropdown .dropdown-menu {
    width: 190px;
    background: #272626 ;
    border: none;
    border-radius: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.header-nav ul .dropdown .dropdown-menu li {
    float: none;
    margin: 0;
    position: relative;
    border-bottom:1px solid #0000005e;
    font-size: inherit;
}

.header-nav ul .dropdown .dropdown-menu li:hover a:hover {
    background: #000000;
}

@media (max-width: 991px) {
    .header-nav ul .dropdown .dropdown-menu li:hover a:hover {
        background: none;
    }
}

.header-nav ul .dropdown .dropdown-menu li:last-child a {
    border-bottom: none;
}
.devicon-github-original.colored, .devicon-github-plain.colored {
    color: #f3e7e7;
}
.header-nav ul .dropdown .dropdown-menu li a {
    display: block;
    padding: 16px 30px 16px 10px;
}

.header-nav ul .dropdown .dropdown-menu li[class^=nav-elipse-]:after {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    right: 15px;
    height: 8px;
    width: 8px;
    background: #a6a9ac;
    border-radius: 8px;
}

.header-nav ul .dropdown .dropdown-menu li.nav-elipse-blue:after {
    background: #38b7ea;
}

.header-nav ul .dropdown .dropdown-menu li.nav-elipse-red:after {
    background: #ff7473;
}

.header-nav ul .dropdown .dropdown-menu li.nav-elipse-yellow:after {
    background: #ff8452;
}

.header-nav ul .dropdown .dropdown-menu li.nav-elipse-green:after {
    background: #6dc8bf;
}


/*-------------------------------------- 2.2 Mobile Navigation --------------------------------------*/

.noscroll {
    overflow: hidden;
}

.mobile-nav {
    background: #232222;
    padding: 10px 0;
    margin : 0!important;
    position: fixed;
    height: 100%;
    overflow: scroll;
    display: none;
    z-index: 3;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}

.mobile-nav-open {
    display: block !important;
}

.mobile-nav ul li {
    float: none;
    margin: 0;
}

.mobile-nav ul li:last-child a {
    border-bottom: none;
}

.mobile-nav ul li a {
    padding: 18px 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.mobile-nav ul li a:focus {
    color: #a6a9ac;
}

.mobile-nav ul li.dropdown>a {
    padding-bottom: 18px;
}

@media (max-width: 991px) {
    .mobile-nav ul .buyproducts-link {
        float: none;
    }
}

.mobile-nav ul .buyproducts-link a:before {
    top: 8px;
}

.mobile-nav ul .dropdown .dropdown-toggle {
    margin-left: 0;
}

.mobile-nav ul .dropdown .dropdown-toggle:after {
    top: 14px;
    left: 20px;
}

.mobile-nav ul .dropdown .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    background: none;
    box-shadow: none;
    z-index: 99;
}

.mobile-nav ul .dropdown .dropdown-menu li {
    border-bottom: none;
}

.mobile-nav ul .dropdown .dropdown-menu li a .nav-elipse:after {
    float: none;
    margin: 0 0 0 10px;
}




/*-------------------------------------- 2.3 Banner Posts --------------------------------------*/

.banners {
    padding: 0;
    position: relative;
}

@media (max-width: 575px) {
    .banners {
        padding: 20px 0;
    }
    .banners .banner-wrapper {
        min-height: auto
    }
}

.banners .banner-wrapper {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.01);
    min-height: 170px ;
    overflow : hidden ;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.banners .banner-wrapper:hover{
    box-shadow: 0 10px 20px rgba(255,255,255,.01);
}

@media (max-width: 767px) {
    .banners .banner-wrapper {
        margin-bottom: 15px;
    }
    .banners .banner-wrapper .img-fluid {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .banners .banner-wrapper {
        margin-bottom: 10px;
    }
}

.banners .banner-wrapper a:hover .banner-wrapper-content {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.2s ease-in-out;
}

.banners .banner-wrapper a .banner-wrapper-content {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 22px 30px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}

.banners .banner-wrapper a img{
    position: absolute ;
    top : 0 ;
    bottom : 0 ;
    left : 0 ;
    right : 0 ;
}


@media (max-width: 575px) {
    .banners .banner-wrapper a .banner-wrapper-content {
        background: rgba(0, 0, 0, 0.15);
    }
}

.banners .banner-wrapper a .banner-wrapper-content [class*="h"] {
    color: #ffffff;
    text-shadow: 1px 1px 5px #000;
}

.banners .banner-wrapper a .banner-wrapper-content .category-tag {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 1px 8px;
    font-size: 10px;
    text-transform: uppercase;
}

.banners .banner-wrapper a .banner-wrapper-content .category-tag-white {
    color: #ffffff;
    border-color: #ffffff;
}

.banners .banner-wrapper a .banner-wrapper-content .category-tag-yellow {
    color: #ff8452;
    border-color: #ff8452;
}

.banners .banner-wrapper a .banner-wrapper-content .category-tag-green {
    color: #6dc8bf;
    border-color: #6dc8bf;
}

.banners .banner-wrapper a .banner-wrapper-content .category-tag-blue {
    color: #38b7ea;
    border-color: #38b7ea;
}

.banners .banner-wrapper a .banner-wrapper-content time {
    position: absolute;
    bottom: 22px;
    right: 30px;
    color: #f5f8f9;
    font-size: inherit;
}

.banners img {
    width: 100%;
}


/*-------------------------------------- 2.4 Main --------------------------------------*/

main {
    margin : 40px 0
}

@media (max-width: 767px) {
    main {
        margin: 20px 0;
    }
}


/*-------------------------------------- 2.5 Articles --------------------------------------*/

@media (max-width: 767px) {
    .articles {
        margin-bottom: 30px;
    }
}

.articles article {
    position: relative;
    margin:0 0 30px 0!important;
}

.articles article:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .articles article {
        margin: 40px 0;
    }
    .articles article:first-child {
        margin-top: 30px;
    }
}

.articles article[class*="-article"]:before {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    right: -15px;
    content: '';
}

@media (max-width: 767px) {
    .articles article[class*="-article"]:before {
        top: -15px;
        right: 0;
    }
}

.articles article.blue-article:before {
    background: #38b7ea;
}

.articles article.blue-article .articles-header-tag {
    border-color: #38b7ea;
    color: #38b7ea;
}

.articles article.blue-article .articles-header-category a {
    color: #38b7ea;
}

.articles article.blue-article .articles-header-category a:hover {
    color: #38b7ea;
}

.articles article.red-article:before {
    background: #ff7473;
}

.articles article.red-article .articles-header-tag {
    border-color: #ff7473;
    color: #ff7473;
}

.articles article.red-article .articles-header-category a {
    color: #ff7473;
}

.articles article.red-article .articles-header-category a:hover {
    color: #ff7473;
}

.articles article.yellow-article:before {
    background: #ff8452;
}

.articles article.yellow-article .articles-header-tag {
    border-color: #ff8452;
    color: #ff8452;
}

.articles article.yellow-article .articles-header-category a {
    color: #ff8452;
}

.articles article.yellow-article .articles-header-category a:hover {
    color: #ff8452;
}

.articles article.green-article:before {
    background: #6dc8bf;
}

.articles article.green-article .articles-header-tag {
    border-color: #6dc8bf;
    color: #6dc8bf;
}

.articles article.green-article .articles-header-category a {
    color: #6dc8bf;
}

.articles article.green-article .articles-header-category a:hover {
    color: #6dc8bf;
}

.articles article .articles-preview-img {
    position: relative;
    width: 100%;
    max-height : 400px ;
    direction: ltr;
    overflow : hidden ;
    position : relative ;
}

.articles article .articles-preview-img .owl-item .zoom{
    display : block ;
    position : absolute ;
    top : -100px ;
    left : -100px ;
    z-index  : 99 ;
    background  : #000 ;
    border-radius : 15px ;
    padding : 5px 15px ;
    color : #fff ;
    transition : all .6s ease ;
}

.articles article .articles-preview-img .owl-item.active .zoom{
    top : 10px ;
    left : 10px ;
}

.articles article .articles-preview-img .item .zoom i{
    float : right ;
    font-weight  :bold ;
    margin : 2px 0 0 5px;
}

.articles article .articles-preview-img .item{
    position : relative ;
}
.articles article .articles-preview-img .item img {
    display : block ;
    width : 100% ;
    transition : all 2.5s ease ;
}
.articles article .articles-preview-img .owl-item:hover img{
    top : -100%
}

.articles article .articles-preview-img .owl-page {
    display: none;
}

.articles article .articles-preview-img .owl-controls {
    margin-top: 0;
}

.articles article .articles-preview-img{
    position: relative ;
}

#articles-preview-img .owl-nav {
    position: absolute;
    bottom : 0 ;
    left : 0 ;
    right : 0 ;
    padding : 10px ;
    background: #252424 ;
    text-align: right;
    display: block;
}

#articles-preview-img .owl-nav button {
    display: inline-block;
    background:#3a3535;
    color: #a6a9ac;
    opacity: 0.7;
    padding: 0 2px ;
    border-radius: 20px;
    font-weight: bold;
    line-height: 0 ;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border : 1px #eee solid ;
    margin : 0 10px ;
    outline: none ;
    border : 0px none ;
    cursor: pointer;
}

#articles-preview-img .owl-nav button.disabled{
    opacity : 0.3 ;
    cursor:not-allowed ;
}

#articles-preview-img .owl-nav div:last-child {
    margin-left: 0;
}

#articles-preview-img .owl-nav div:hover {
    opacity: 1;
}

#articles-preview-img .owl-nav button i {
    font-size: inherit;
    font-size: 30px;
}

.articles article .articles-preview-vimeo {
    padding-top: 57%;
    width: 100%;
    position: relative;
}

.articles article .articles-preview-vimeo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.articles article .articles-header {
    color: #a6a9ac;
    padding: 28px 0;
    margin: 0 32px;
    border-bottom: 1px solid #272727
}

.articles article .articles-header span[class^="articles-header-tag"] {
    border: 1px solid;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: inherit;
    padding: 2px 7px;
    margin: 0 6px;
}

.articles article .articles-header .articles-header-category {
    display: inline-block;
    float: left;
}

.articles article .articles-content , article .tab-content .contextor {
    padding: 0 32px;
    font-size: 15px ;
    line-height: 30px ;
    text-align: justify ;
}

.articles article .articles-content a, article .tab-content .contextor a{
    color : #ffc107;
}

.articles article .articles-content h1 , article .tab-content .contextor h1{
    margin: 26px 0;
}

.articles article .articles-content .primary-quote , article .tab-content .contextor .primary-quote  {
    padding-right: 70px;
    position: relative;
    font-family: "IRANSans", serif;
    font-size: inherit;
    line-height: 32px;
}

.articles article .articles-content .primary-quote:before  , article .tab-content .contextor .primary-quote:before {
    content: "\f10e";
    font-family: FontAwesome;
    color: #212121;
    font-size: inherit;
    position: absolute;
    top: 5px;
    right: 12px;
}

@media (max-width: 575px) {
    .articles article .articles-content .primary-quote, article .tab-content .contextor .primary-quote {
        padding-right: 0;
        margin-top: 6px;
    }
    .articles article .articles-content .primary-quote:before  , article .tab-content .contextor .primary-quote:before{
        display: block;
        position: static;
        margin-bottom: 12px;
    }
}

.articles article .articles-content .primary-quote .primary-quote-author , article .tab-content .contextor .primary-quote .primary-quote-author{
    color: #a6a9ac;
}

.articles article .articles-content .secondary-quote , article .tab-content .contextor .secondary-quote {
    font-style: italic;
    color: #212121;
    font-family: "Merriweather", serif;
    font-size: inherit;
    padding-right: 28px;
    position: relative;
    line-height: 34px;
    margin: 36px 0;
}

@media (max-width: 575px) {
    .articles article .articles-content .secondary-quote, article .tab-content .contextor .secondary-quote {
        font-size: inherit;
        line-height: 30px;
    }
}

.articles article .articles-content .secondary-quote:before, article .tab-content .contextor .secondary-quote:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #212121;
}

.articles nav {
    text-align: center;
    border-top: 1px solid #eceff2;
    padding: 30px 0;
    overflow: auto;
}

@media (max-width: 767px) {
    .articles nav {
        padding: 15px 0;
        margin-top: -15px;
    }
}


.articles-footer {
    padding: 20px 32px 32px;
    border-top:1px rgba(0,0,0,0.1) solid
}

@media (max-width: 575px) {
    .articles-footer {
        margin: 18px 0 8px;
    }
    .articles-footer>button {
        width: 100%;
    }
}

.articles-footer>ul {
    list-style-type: none;
    text-decoration: none;
    float: left;
    overflow: hidden;
}

@media (max-width: 575px) {
    .articles-footer>ul {
        float: none;
        margin: 0 0 20px 0;
        padding-right: 0;
    }
}

.articles-footer>ul li {
    float: right;
    margin-right: 22px;
    padding: 20px 0;
}

.articles-footer>ul li:first-child {
    margin-right: 0;
}

.articles-footer>ul li a {
    position: relative;
    margin-right: 40px;
    color: #a6a9ac;
    text-decoration: none;
}

.articles-footer>ul li a:hover {
    color: #eee;
    text-decoration: none;
}

@media (max-width: 575px) {
    .articles-footer>ul li a {
        font-size: inherit;
        margin-right: 34px;
    }
}

.articles-footer>ul li a i {
    font-size: 30px;
    position: absolute;
    right: -40px;
    top: -10px;
    color: #ffffff
}

.articles-footer>ul li a span {
    margin: 0!important;
    font-weight: bold;
    position: relative;
    top: -3px
}

@media (max-width: 575px) {
    .articles-footer>ul li a i {
        font-size: inherit;
        right: -37px;
    }
}


/*-------------------------------------- 2.6 Author --------------------------------------*/

.author {
    background: #1d1d1d ;
    text-align: center;
    padding: 45px 0 0;
    margin-top: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.author img {
    margin-bottom: 18px;
    border-radius: 50% ;
    overflow: hidden ;
    height: 100px ;
}

.author h2 {
    font-size: inherit;
    font-weight: 400;
}

.author .author-info {
    color: #a6a9ac;
    display: block;
    font-size: inherit;
    margin-bottom: 2px;
}

.author .social {
    margin: 20px 0 27px;
}

.author .social a {
    font-size: inherit;
    color: #cccfd3;
    margin: 0 3px;
}

.author .social a:hover {
    color: #212121;
}

.author .author-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.author .author-nav li a {
    padding: 10px ;
    font-size: inherit;
    display: block;
    color: #a6a9ac;
}

.author .author-nav li a:hover {
    text-decoration: none;
    background: #313131;
    color: #fff ;
}

.author .author-nav li a i {
    position: relative;
    float : right ;
    font-size: 20px ;
    margin-left : 10px
}


/*-------------------------------------- 2.7 Aside Block --------------------------------------*/


.aside-blocks aside {
    display: block ;
    margin-top: 30px;
    background: #2d2d2d;
    box-shadow: 0 0 50px 5px rgba(0,0,0,.07);
}

.aside-blocks aside:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {
    .aside-blocks aside:first-child {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .aside-blocks aside:nth-child(odd) {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .aside-blocks aside {
        width: 100%;
        margin-left: 0;
    }
}

.aside-blocks aside .aside-title,
.aside-blocks aside .widget-title {
    background: #2524247d;
    font-size: inherit;
    font-weight: 400;
    color: #a6a9ac;
    padding: 18px 29px;
    border-bottom: 1px solid #100f0f40;
    margin: 0;
    position: relative;
}

.aside-blocks aside .aside-title .widget-more,
.aside-blocks aside .widget-title .widget-more {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    border: 1px #a6a9ac solid;
    color: #a6a9ac;
    border-radius: 20px;
    padding: 0 15px;
    text-decoration: none;
    line-height: 30px;
}


/*-------------------------------------- 2.8 Categories --------------------------------------*/

.categories ul,
.widget ul.widget-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.categories ul li,
.widget ul.widget-list li {
    position: relative;
}

.categories ul li.active,
.widget ul.widget-list li.active {
    background: linear-gradient(to left , #ffc107 , transparent  );
}
.widget ul.widget-list li.active a{
    color : #fff !important;
    font-weight: bold ;
}
.categories ul.widget-list li[class^=nav-elipse-]:after,
.widget ul.widget-list li[class^=nav-elipse-]:after {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 29px;
    height: 8px;
    width: 8px;
    background: #a6a9ac;
    border-radius: 8px;
}

.categories ul.widget-list li.nav-elipse-blue:after,
.widget ul.widget-list li.nav-elipse-blue:after {
    background: #38b7ea;
}

.categories ul.widget-list li.nav-elipse-red:after {
    background: #ff7473;
}

.categories ul.widget-list li.nav-elipse-yellow:after {
    background: #ff8452;
}

.categories ul.widget-list li.nav-elipse-green:after {
    background: #6dc8bf;
}

.categories ul.widget-list li:last-child a,
.widget ul li:last-child a {
    border-bottom: none;
}

.categories ul.widget-list li a,
.widget ul.widget-list li a {
    padding: 19px 29px;
    display: block;
    border-bottom: 1px solid #1d1b1b4f;
    font-size: inherit;
    color: #a6a9ac;
}

.categories ul.widget-list li a:hover,
.widget ul.widget-list li a:hover {
    background: #403f3f ;
    text-decoration: none;
}

.widget-list li{
    background-size : cover ;
    background-repeat: no-repeat ;
    background-position: center center ;
}

ul.widget-cat li,
ul.widget-cat {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.widget-cat.step-0 {
    padding: 25px !important;
    margin : 0 !important;
}

ul.widget-cat{
    margin : 20px !important;

}

ul.widget-cat li {
    margin: 10px 0;
    display: block;
}

ul.widget-cat li span {
    display: inline-block;
}

ul.widget-cat li a {
    display: block;
    position : relative;
    text-decoration: none;
}

ul.widget-cat li a span.color {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin: 0 0 0 5px;
    transition: all 0.3s ease;
}

ul.widget-cat li a:hover span.color {
    width: 25px;
}

ul.widget-cat li span.count {
    float: left;
    color: #a6a9ac;
    font-weight: bold;
}

.tooltip-list {
    padding: 20px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 30px;
    left: auto;
    right: auto;
    background: #171616;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 150px;
    max-width: 300px;
    z-index: 99;
}

.tooltip-list:after {
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: 10px transparent solid;
    border-top-color: #171616;
    position: absolute;
    bottom: -20px;
    z-index: 99;
    left: calc(50% - 10px);
}

.tooltip-list:before {
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: 10px transparent solid;
    border-top-color: #171616;
    position: absolute;
    bottom: -21px;
    z-index: 9;
    left: calc(50% - 10px);
}

.tooltip-list .tooltip-image {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
}

.tooltip-list .tooltip-image img {
    height: 100%;
    width: 100%;
}


/*-------------------------------------- 2.9 Advertisement --------------------------------------*/

.advertisement {
    padding: 6px;
    text-align: center;
}

.advertisement a:hover {
    opacity: 0.7;
}

.advertisement a img {
    width: 100%;
    height: 100%;
}


/*-------------------------------------- 2.10 Last Project --------------------------------------*/

.last-project .last-project-one,
.widget .widget-list-last {
    padding: 29px;
    text-align: justify ;
}

.last-project .last-project-one h3,
.widget .widget-list-last h3 {
    font-weight: 400;
    color: #212121;
    margin-bottom: 3px;
}

.last-project .last-project-one time,
.widget .widget-list-last time {
    font-size: inherit;
    color: #a6a9ac;
}


/*-------------------------------------- 2.11 Tags --------------------------------------*/

.tags .tags-content {
    padding: 29px 29px 22px;
}

.tag {
    background: none;
    padding: 0 5px 9px 0;
}

.tag:first-child {
    padding-right: 0;
}

.tag a {
    display: block;
    font-weight: 400;
    color: #a6a9ac;
    font-size: inherit;
    background: #ffffff;
    border: 1px solid #a6a9ac;
    padding: 5px 12px;
    border-radius: 10rem;
}

.tag a:hover {
    text-decoration: none;
    background: #a6a9ac;
    color: #ffffff;
}


/*-------------------------------------- 2.12 Footer --------------------------------------*/

footer {
    padding: 32px 0 0 0;
    margin-top: 40px;
    background: #242323;
}

footer .border-bottom {
    border-bottom: 1px solid #eceff2;
}

footer .footer-section {
    margin: 38px 0;
}

footer .footer-section>h3 {
    font-weight: 400;
    color: #a6a9ac;
    margin-bottom: 42px;
}

footer .footer-section .footer-section-newsletter {
    margin-bottom: 34px;
}

@media (max-width: 575px) {
    footer .footer-section .footer-section-title-img {
        height : 70px
    }
    footer .footer-section{
        margin : 10px 0!important ;
        text-align: center ;

    }
    footer .footer-section>h3{
        margin : 10px 0!important ;
    }
}

footer .footer-section .footer-section-title-img {
    margin-bottom: 22px;
}

footer .footer-section .footer-section-content {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer-section .footer-section-content .footer-section-content-response {
    border-bottom: 1px solid #eceff2;
    padding: 25px 0;
}

footer .footer-section .footer-section-content .footer-section-content-response:first-child {
    padding-top: 0;
}

footer .footer-section .footer-section-content .footer-section-content-response:last-child {
    border-bottom: none;
}

footer .footer-section .footer-section-content .footer-section-content-response img {
    width: 56px;
    height: 56px;
    margin-left: 18px;
    float: right;
    border-radius: 50%;
}

footer .footer-section .footer-section-content .footer-section-content-response .footer-section-content-response-wrapper {
    overflow: auto;
}

footer .footer-section .footer-section-content .footer-section-content-response .footer-section-content-response-wrapper h4 {
    color: #a6a9ac;
    font-size: inherit;
    font-weight: 400;
    line-height: 23px;
}

footer .footer-section .footer-section-content .footer-section-content-response .footer-section-content-response-wrapper h4 .response-author {
    color: #212121;
}

footer .footer-section .footer-section-content .footer-section-content-response .footer-section-content-response-wrapper h4 .response-subject {
    text-decoration: underline;
}

footer .footer-section .footer-section-content .footer-section-content-response .footer-section-content-response-wrapper p {
    margin-bottom: 0;
}

footer .footer-section .footer-section-content .footer-section-content-twitt {
    position: relative;
    padding: 0 0 10px 44px;
    margin: 22px 0 0px;
    border-bottom: 1px solid #eceff2;
}

footer .footer-section .footer-section-content .footer-section-content-twitt:first-child {
    margin: 4px 0 0px;
    padding: 0 0 7px 44px;
}

footer .footer-section .footer-section-content .footer-section-content-twitt:last-child {
    border-bottom: none;
}

footer .footer-section .footer-section-content .footer-section-content-twitt:before {
    content: '\0049';
    font-family: 'social icons';
    color: #38b7ea;
    font-size: inherit;
    position: absolute;
    top: 0;
    right: 0;
}

footer .footer-section .footer-section-content .footer-section-content-twitt h4 {
    display: inline;
    font-weight: 400;
}

footer .footer-section .footer-section-content .footer-section-content-twitt time {
    display: inline;
    color: #a6a9ac;
    font-size: inherit;
    margin-right: 10px;
}

footer .footer-section .footer-section-content .footer-section-content-about {
    margin-bottom: 36px;
}

footer .copyright {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px 0;
    overflow: auto;
    vertical-align: middle;
}

@media (max-width: 575px) {
    footer .copyright {
        text-align: center;
    }
}

footer .copyright p {
    float: right;
    margin: 4px 0 0;
}

@media (max-width: 575px) {
    footer .copyright p {
        float: none;
    }
}

footer .copyright ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .copyright ul li {
    float: left;
}

@media (max-width: 575px) {
    footer .copyright ul li {
        float: none;
        display: inline;
    }
}

footer .copyright ul li a {
    font-size: 15px;
    color: #cccfd3;
    margin: 0 4px;
}

footer .copyright ul li a:hover {
    color: #ffc107;
}

.social a {
    font-size: inherit;
    color: #cccfd3;
    margin: 0 1px;
}

.social a:hover {
    color: #212121;
}

.footer-section-content-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section-content-list li {
    padding: 5px 20px 5px 0;
    color: #a6a9ac;
    position: relative;
    transition: all 0.3s ease;
}

.footer-section-content-list li:hover {
    padding: 5px 25px 5px 0;
}

.footer-section-content-list li:after {
    font-family: 'Pe-icon-7-stroke';
    content: "\e686";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 20px;
}

.footer-section-content-list li a {
    text-decoration: none;
}


/*-------------------------------------- 2.13 About me - General info --------------------------------------*/

.general-info {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    .general-info {
        flex-direction: column;
    }
}

.general-info .author {
    flex-basis: 27%;
    box-shadow: none;
    border-left: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    .general-info .author {
        flex-basis: 34%;
    }
}

.general-info .author img {
    margin-bottom: 48px;
}

.general-info .author .author-nav li:last-child a {
}

.general-info .general-info-left {
    flex-basis: 100%;
    padding: 50px 40px;
    position: relative;
    padding: 40px 20px ;
    font-size: 14px!important ;
    line-height: 30px ;
}

.general-info .general-info-left a{
    color:#ffc107 ;
}

.general-info .general-info-left h6{
    font-size : 13px !important ;
}
.general-info .general-info-left h5{
    font-size : 15px!important ;
}
.general-info .general-info-left h4{
    font-size : 16px!important ;
}
.general-info .general-info-left h3{
    font-size : 17px!important ;
}
.general-info .general-info-left h2{
    font-size : 18px!important ;
}
.general-info .general-info-left h1{
    font-size : 19px !important ;
}


.general-info .general-info-left b,.general-info .general-info-left strong{
    font-weight: 600 !important ;
}

@media (max-width: 991px) {
    .general-info .general-info-left {
        flex-basis: 66%;
    }
}

@media (max-width: 575px) {
    .general-info .general-info-left {
        padding: 40px 30px;
    }
}

.general-info .general-info-left h1 {
    float: right;
}

@media (max-width: 991px) {
    .general-info .general-info-left h1 {
        max-width: 244px;
    }
}

@media (max-width: 767px) {
    .general-info .general-info-left h1 {
        max-width: 334px;
    }
}

@media (max-width: 575px) {
    .general-info .general-info-left h1 {
        float: none;
    }
}

.general-info .general-info-left .social {
    float: left;
}

@media (max-width: 575px) {
    .general-info .general-info-left .social {
        float: right;
    }
}

.general-info .general-info-left .social a {
    font-size: inherit;
    color: #cccfd3;
    margin: 0 3px;
}

.general-info .general-info-left .social a:hover {
    color: #212121;
}

.general-info .general-info-left .general-info-left-author-info {
    color: #a6a9ac;
    font-size: inherit;
}

.general-info .general-info-left p {
    margin: 30px 0 30px;
}


/*-------------------------------------- 2.13 About me - Detail info --------------------------------------*/

.detail-info {
    display: flex;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .detail-info {
        flex-direction: column;
    }
}

.detail-info .detail-info-philosophy {
    flex-basis: 50%;
    padding-left: 22px;
}

.detail-info .detail-info-philosophy h2 {
    margin-bottom: 32px;
}

.detail-info .detail-info-philosophy p {
    font-size: inherit;
    line-height: 27px;
}

.detail-info .detail-info-philosophy p:last-child {
    margin-bottom: 0;
}

.detail-info .detail-info-skills {
    flex-basis: 50%;
    padding-right: 22px;
}

@media (max-width: 767px) {
    .detail-info .detail-info-skills {
        padding-right: 0;
        margin-top: 50px;
    }
}

.detail-info .detail-info-skills h2 {
    margin-bottom: 32px;
}

.detail-info .detail-info-skills ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.detail-info .detail-info-skills ol li {
    position: relative;
    margin-bottom: 30px;
}

.detail-info .detail-info-skills ol li:last-child {
    margin-bottom: 0;
}

.detail-info .detail-info-skills ol li span {
    transform: rotate(-90deg);
    display: block;
    font-size: inherit;
    line-height: 64px;
    color: #cccfd3;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: -14px;
}

.detail-info .detail-info-skills ol li .detail-info-skills-left {
    padding-right: 70px;
}

.detail-info .detail-info-skills ol li .detail-info-skills-left h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.detail-info .detail-info-skills ol li .detail-info-skills-left p {
    font-size: inherit;
    font-style: italic;
    line-height: 22px;
}


/*-------------------------------------- 2.13 About me - Counters --------------------------------------*/

.counters {
    display: block;
    overflow: auto;
}

@media (max-width: 767px) {
    .counters {
        padding: 40px 44px 24px;
    }
}

.counters .counters-one {
    width: 25%;
    text-align: center;
    margin-top: 18px;
    float: right;
}

@media (max-width: 767px) {
    .counters .counters-one {
        width: 50%;
        margin: 26px 0;
    }
}

@media (max-width: 575px) {
    .counters .counters-one {
        width: 100%;
    }
}

.counters .counters-one .counters-one-icon {
    width: 82px;
    height: 82px;
}

.counters .counters-one .counters-one-icon:hover i {
    color: #ffffff;
    background: #212121;
    border: none;
    cursor: pointer;
}

.counters .counters-one .counters-one-icon i {
    font-size: 30px;
    padding: 18px;
    transition: all 0.3s ease ;
    transform: rotate(100deg);

    border-radius: 50% ;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) ;
}

.counters .counters-one h2 {
    margin-top: 30px;
}

.counters .counters-one p {
    font-size: inherit;
    margin-bottom: 0;
}


/*-------------------------------------- 2.14 Blog list --------------------------------------*/

.error-page{
    margin: 10px 0 42px;
    text-align: center ;
}

.error-page img{
    margin-bottom: 20px;
    height:250px
}

@media (max-width: 767px) {
    .error-page {
        margin: 0 0 30px;
    }
    .error-page img{
        max-height : 200px !important; ;
    }
}

.error-page h1 {
    color: #cccfd3;
    font-weight: 400;
}

.error-page .desc{
    font-weight: bold ;
    color : #fff ;
    background: #000 ;
    padding : 5px 10px ;
    border-radius: 15px ;
    display : inline-block;
}

.error-page>span {
    margin-right: auto;
    color: #cccfd3;
}


/*-------------------------------------- 2.15 Blog post --------------------------------------*/

.navbar-blog-post {
    box-shadow: none;
    height: 70px;
}

.body-blog-post {
    background:#252424
}

.header-top-blog-post {
    border-bottom: none;
}

.articles-blog-post {
    box-shadow: none;
    position: relative;
}

@media (max-width: 767px) {
    .articles-blog-post {
        margin-top: 0 ;
    }
    .articles article{
        font-size : 12px
    }
    .articles article .articles-content{
        padding : 0 10px !important;
        font-size : 12px
    }
    .articles article .articles-header{
        margin: 0 10px !important;
    }
    .category-showing#list .cover{
        width: 40px!important;
    }
    .category-showing#list li span.excerpt{
        font-size : 12px !important ;
    }
    .category-showing#list .information h2 a.title{
        font-size : 14px!important
    }
    .category-showing#grid li{
        float: none !important;
        width: 100% !important ;
        margin-left: 0 !important ;
        margin-right: 0!important ;
    }
    button#basket #basket-body{
        width : 280px !important
    }
    .articles article .articles-content img {
        display: block;
        max-width: 100% ;
        height: auto ;
        margin : 0 auto
    }
}

.articles-blog-post .articles-header {
    margin: 0;
}

.articles-blog-post .articles-content {
    padding: 0;
    margin-bottom: 40px;
}
.articles-content-blog-post-title a{
    color: #fff !important;
}

@media (min-width: 576px) {
    .articles-blog-post .articles-content .articles-content-blog-post-title {
        font-size: inherit;
        line-height: 62px;
    }
}

@media (min-width: 576px) {
    .articles-blog-post .articles-content p {
        font-size: inherit;
        line-height: 30px;
        letter-spacing: -1px;
    }
}

.articles-blog-post-sidebar{
    position: absolute ;
    height: 100% ;
}

.articles-blog-post .articles-blog-post-share {
    background: #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #171717;
    margin: 20px 0;
    width: 130px!important;
}

.articles-blog-post .articles-blog-post-share>h3 {
    font-size: inherit;
    font-weight: 400;
    color: #a6a9ac;
    background: #000000;
    padding: 20px 16px;
    color: #757575;
    border-bottom: 1px solid #000000;
    margin: 0;
}

@media (max-width: 991px) {
    .articles-blog-post .articles-blog-post-share>h3 {
        font-size: inherit;
    }
}

.articles-blog-post .articles-blog-post-share>div {
    padding: 10px 0;
}

.articles-blog-post .articles-blog-post-share>div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.articles-blog-post .articles-blog-post-share>div ul li {
    padding: 5px 16px;
}

@media (max-width: 991px) {
    .articles-blog-post .articles-blog-post-share>div ul li {
        padding: 8px 16px;
    }
}

.articles-blog-post .articles-blog-post-share>div ul li a {
    font-size: inherit;
    color: #757575;
    position: relative;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .articles-blog-post .articles-blog-post-share>div ul li a {
        font-size: inherit;
        padding-right: 32px;
    }
}

.articles-blog-post .articles-blog-post-share>div ul li a i {
    position: absolute;
    right: 0;
    top: 1px;
}

@media (max-width: 991px) {
    .articles-blog-post .articles-blog-post-share>div ul li a i {
        font-size: inherit;
    }
}

.articles-info {
    background: #212121;
    padding: 20px 0 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) inset;
}

.articles-info .articles-info-section {
    padding: 18px 0;
}

.articles-info .articles-info-section:first-child {
    padding: 30px 0 18px;
}

.articles-info .articles-info-section:last-child {
    padding: 18px 0 50px;
}

@media (max-width: 575px) {
    .articles-info .articles-info-section:first-child {
        padding: 20px 0 18px;
    }
}

.articles-info .articles-info-section .articles-info-section-title {
    font-size: inherit;
    font-weight: bold;
    color: #757575;
    margin-bottom: 40px;
}

.articles-info .articles-footer {
    padding: 0;
}

.articles-info .articles-author {
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.articles-info .articles-author img {
    height: 75px;
    width: 75px;
    float: right;
}

.articles-info .articles-author .articles-author-left {
    margin: 12px 0 0 100px;
    position: relative;
}

.articles-info .articles-author .articles-author-left h4 {
    font-weight: 400;
    margin-bottom: 15px;
}

.articles-info .articles-author .articles-author-left p {
    font-family: "Lato", sans-serif;
    line-height: 25px;
    color: #a6a9ac;
    font-size: inherit;
    margin-bottom: 0;
}

.articles-info .articles-author .articles-author-left .social {
    position: absolute;
    left: 0;
    top: -11px;
}

@media (max-width: 575px) {
    .articles-info .articles-author .articles-author-left .social {
        position: static;
    }
}

.articles-info .banners {
    padding: 10px 0 0 0;
}

.articles-info .banners .banner-wrapper {
    height: 100px;
    width: 100%;
    position: static;
    float: right;
    background-repeat: no-repeat!important ;
    background-size: cover ;
    overflow: hidden;
}

.articles-info .banners .banner-wrapper img {
    filter: grayscale(100%);
}

.articles-info .banners .banner-wrapper:last-child {
    margin-left: 0;
}

.articles-info .banners .banner-wrapper a:hover {
    text-decoration: none;
}

.articles-info .banners .banner-wrapper a:hover .banner-wrapper-content {
    background: rgba(0,0,0,0.7) ;
}

.articles-info .banners .banner-wrapper a .banner-wrapper-content {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%) ;
}

.articles-info .banners .banner-wrapper a .banner-wrapper-content h4 {
    color: #fff;
}

.articles-info .banners .banner-wrapper a .banner-wrapper-content time {
    color: #a6a9ac;
}


/****************/
/*** comments ***/
/****************/

div#comment ul.comment-list li.comment div.commbody {
    margin-bottom: -1px;
    padding-bottom: 0
}

ul.comment-list ul.children {
    background-color: #2d2d2d ;
    border-top: 1px solid #171717!important ;
    border-radius: 0 0 4px 4px;
    margin: -12px 90px 0 0;
    padding: 15px 20px 0;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .05)
}

ul.comment-list ul.children li.comment div.commbody .poster {
    width: 30px;
    height: 30px;
    float: right
}

ul.comment-list ul.children li.comment div.commbody div.poster div.poster-info div.avatar-wrapper {
    display: inline-block;
    height: 30px;
    width: 30px
}

ul.comment-list ul.children li.comment div.commbody div.poster div.poster-info div.avatar-wrapper a.avatar,
ul.comment-list ul.children li.comment div.commbody div.poster div.poster-info div.avatar-wrapper a.avatar img {
    float: right;
    height: 30px;
    width: 30px
}

ul.comment-list ul.children li.comment div.commbody div.comment-content-box {
    background: rgba(240, 240, 240, 0)!important;
    border: 0 solid #ccc!important;
    margin-right: 30px!important;
    margin-bottom: 20px;
    padding: 0 20px 0 0!important;
    box-shadow: none
}

ul.comment-list ul.children ul.children,
ul.comment-list ul.children ul.children ul.children,
ul.comment-list ul.children ul.children ul.children ul.children {
    background-color: #e5e5e5;
    border-top: 1px solid #ccc!important;
    margin: 0;
    padding: 15px 0 0
}

.comment {
    word-wrap: break-word;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px
}

.comment:first-child {
    margin-top: 10px
}

.comment .user_badges {
    width: 72px;
    margin: 0
}

.comment p {
    padding: 0 0 1em
}

.comment__initial {
    background-color: #f5f5f5;
    border-radius: 0 0 4px 4px;
    padding: 20px
}

.comment__user {
    float: right;
    margin-left: 20px;
    position: relative;
    text-align: center;
    width: 80px
}

.comment__container {
    float: right;
    width: 516px
}

.comment__username {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 0
}

.comment__meta {
    float: left;
    font-size: 12px;
    cursor: default
}

.comment__meta a {
    color: #aaa;
    margin-left: .75em
}

.comment__meta a:focus,
.comment__meta a:hover {
    color: #848484
}

.comment__reply {
    background-color: #e5e5e5;
    margin-bottom: 1px;
    padding: 15px 20px
}

.comment-error {
    color: #bb726f;
    display: block;
    padding: 10px 0
}

#comments {
    display: block;
    margin: 25px 0 0
}

#comments h3 {
    color: #232323;
    font-size: 17px;
    border-top: 1px solid #cdcdcd;
    padding: 25px 0 0
}

.comment-input-text textarea {
    width: 80%
}

.comment-list {
    line-height: normal;
    position: relative;
    margin: 0 0 10px;
    padding: 15px 0 0;
    margin-bottom: 50px
}

.poster {
    float: right;
    position: relative;
    text-align: center;
    width: 80px;
    margin: 0 0 0 20px
}

.comment-list li .commbody {
    border-top: 0 solid #e7e7e7;
    padding: 0 0 8px
}

.comment-list ul {
    margin-bottom: 0
}

.comment-list ul.children .commbody {
    padding: 0 0 10px
}

.commleft {
    border-top: 3px solid #e7e7e7;
    float: right;
    padding-top: 15px;
    width: 215px
}

.commentmetadata a {
    color: #232323;
    font-style: normal
}

.commentmetadata a:hover {
    color: #3d4d71;
    text-decoration: none
}

.comment-gravatar {
    margin-bottom: 3px
}

.comment-content-wrapper {
    float: left;
    width: 538px
}

.comment-parent,
.comment-single {
    margin-top: 15px
}

.comment-list ul.children,
#comments #respond ul {
    margin: 0 15px 10px 0;
    padding: 9px 35px 0 0
}

.comment-list ul.children ul.children {
    margin-right: 40px
}

.comment-body {
    position: relative;
    margin: 0;
    padding: 8px 12px 0
}

.comment .post-date {
    margin-top: 0
}

.comment .post-date .right a {
    color: #232323
}

.comment .post-date .right a:hover {
    color: #234
}

.reply {
    clear: both;
    float: left;
    height: 20px
}

.commbody:hover .reply a {
    display: inline-block;
    margin-left: 15px;
    padding-right: 16px
}

#forumlabel {
    color: #232323
}

.cancel-comment-reply {
    margin: 0 0 7px
}

.reply a,
.cancel-comment-reply a {
    border: 0;
    color: #232323;
    font-size: 10px;
    margin-left: 3px;
    text-transform: uppercase
}

.reply a:hover,
.cancel-comment-reply a:hover {
    color: #3d4d71;
    text-decoration: none
}

.nocomments {
    padding: 0 0 20px
}

#respond .legend {
    margin-bottom: 10px
}

#comments #respond .legend {
    border-bottom: 0;
    margin-bottom: 0
}

#comments #respond ul {
    padding: 10px 15px 0 0
}

#comments ul.children #respond ul {
    margin-right: 30px;
    padding: 0
}

#comments #respond .comment-body {
    background: #e3e3dd
}

#comments #respond .comment-content-wrapper {
    float: none;
    width: 100%
}

#respond #formLabels p,
#formContent p {
    margin: 0 0 5px;
    padding: 12px 0 0 20px
}

#respond h3 {
    color: #232323
}

#respond span {
    color: #232323;
    font-size: 11px;
    font-style: italic;
    padding: 0 0 0 10px
}

#respond input,
#respond textarea {
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 6px
}

#respond #formLabels input {
    width: 40%
}

#respond #formContent textarea {
    width: 55%;
    resize: vertical;
    max-height: 500px
}

#respond .submit {
    background-color: #707479;
    color: #fff;
    border: 0;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 1px 0 #5A626A;
    position: relative;
    margin: 13px 220px 5px 0;
    padding: 11px 20px 12px
}

#respond .submit:hover,
#searchform #searchsubmit:hover {
    background-color: #81868F;
    cursor: pointer
}

#respond .submit:active,
#searchform #searchsubmit:focus {
    top: 1px
}

.comment-list li #respond p {
    margin-right: 0
}

.comment-list li #respond h3 {
    padding: 8px 0
}

#trackbacks ol {
    padding: 10px 0
}

#trackbacks li {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 5px 15px 5px 0
}

ul.children #respond #formContent textarea {
    width: 50%
}

.authcomment {
    background-color: #81868F
}

.comment-list li,
#respond li {
    list-style: none
}

.comment-list ul.children li,
#respond ul {
    margin: 0
}

.reply a,
#comments #respond .comment-profile-wrapper,
#comments #respond .comment-arrow {
    display: none
}

#comment h3 {
    color: #081878
}

.comment-content-box {
    background-color:#171717;
    border-radius: 4px;
    padding: 20px;
    font-size: 13px;
    display: block;
    margin-right: 90px;
    color: #fff ;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    *zoom: 1
}

.comment-content-box:only-child {
    border-radius: 4px
}

.comment-form-box {
    background: #f0f0f0;
    border: 1px solid #ccc;
    display: block;
    padding: 20px;
    *zoom: 1
}

.comment-content-box:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.comment-content-box p:first-child,
.comment-content-box ul:first-child {
    margin-top: 0;
    padding-top: 0
}

.comment-content-box p:last-child,
.comment-content-box ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.comment-content-box h2 {
    padding-bottom: 10px
}

.comment-content-box h2:first-child {
    padding-top: 0
}

.comment-content-box img {
    max-width: 100%
}

.comment-content-box.no-padding {
    padding: 0
}

.comment-content-box.vertical-space {
    margin: 0 0 20px
}

.comment-content-box.callout {
    background: #e0e0e0
}

.comment-content-box.scrollable {
    height: 300px;
    overflow: auto
}

.comment-content-box.options-follow {
    position: relative;
    z-index: 1
}

.comment-content-box.options-follow:before {
    background: #8a6741;
    border-radius: 25px;
    bottom: -19px;
    content: "OR";
    color: #232323;
    font-size: 17px;
    right: 48%;
    padding: 9px;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    z-index: 2
}

.comment-content-box+.comment-content-box {
    margin-top: -1px
}

.comment .post-header {
    margin: 0 0 10px;
    position: relative
}

.comment .post-header small {
    bottom: 0;
    color: #232323;
    font-size: 11px;
    position: relative;
    white-space: nowrap
}

.comment .post-header .item-link {
    float: right;
    font-size: 9px;
    padding-bottom: 3px
}

.comment .poster-name {
    color: #fff ;
    margin-right: 3px
}

.comment .poster-name a {
    color: #171717;
    text-decoration: none
}

.comment .sash,
.reply .sash {
    font-weight: 400;
    border-radius: 3px;
    font-size: 10px;
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    text-decoration: none;
    cursor: default
}

.comment .sash.author {
    color: #fff;
    background-color: #999;
    white-space: nowrap
}

.comment .sash.author:hover {
    color: #fff;
    background-color: #888
}

.comment .sash.purchased {
    color: #fff;
    background-color: #ee4f4f
}

.comment .sash:after {
    content: " ";
    height: 42px;
    position: absolute;
    left: -35px;
    top: -23px;
    width: 41px
}


h4.comments {
    margin-bottom: 40px;
    margin-top: 20px
}

h4.comments span {
    font-size: 22px
}
.comment-list ul.children ul.children {
    margin: -20px!important;
    padding: 15px 70px 0 20px!important;
    margin-top: 0!important;
    padding-right: 70px!important
}

.add_cm_title {
    margin-right: 5px;
    background: #ff8452 ;
    border-radius: 3px;
    padding: 3px 6px;
    color: #fff!important;
    font-size: 11px;
    vertical-align: middle;
}

/*-------------------------------------- 2.16 Article Nav --------------------------------------*/

.article-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.article-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 575px) {
    .article-nav ul {
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    }
}

.article-nav ul li {
    border-bottom: 1px solid #eceff2;
    float: left;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
    .article-nav ul li {
        width: 50%;
        border-bottom: none;
        border-left: 1px solid #eceff2;
    }
}

@media (max-width: 575px) {
    .article-nav ul li:first-child {
        border-left: none;
    }
    .article-nav ul li:first-child a>i {
        left: 13px;
        right: auto;
    }
    .article-nav ul li:first-child a>div {
        text-align: left;
        margin-left: 32px;
    }
}

.article-nav ul li:last-child {
    border-bottom: none;
    float: right;
}

.article-nav ul li a {
    position: relative;
    padding: 10px 24px 12px;
    display: block;
    width: 100%;
    height: 100%;
    color: #a6a9ac;
    background: #ffffff;
}

@media (max-width: 575px) {
    .article-nav ul li a {
        padding: 8px 6px 8px;
    }
}

.article-nav ul li a:hover {
    text-decoration: none;
    background: #f5f8f9;
}

.article-nav ul li a:hover>i {
    color: #757575;
}

.article-nav ul li a:hover p {
    color: #757575;
}

.article-nav ul li a:hover>div>h3 {
    color: #212121;
}

.article-nav ul li a>i {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: inherit;
}

@media (max-width: 575px) {
    .article-nav ul li a>i {
        top: 12px;
    }
}

.article-nav ul li a>div {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .article-nav ul li a>div {
        margin-right: 30px;
    }
}

.article-nav ul li a>div p {
    font-family: "Lato", sans-serif;
    margin: 0 0 4px;
}

.article-nav ul li a>div>h3 {
    color: #a6a9ac;
    margin: 0 0 4px;
}

@media (max-width: 575px) {
    .article-nav ul li a>div>h3 {
        display: none;
    }
}


/*-------------------------------------- 2.17 Contact --------------------------------------*/

.contact {
    display: flex;
}

@media (max-width: 767px) {
    .contact {
        flex-direction: column;
    }
}

.contact .contact-me {
    flex-basis: 40%;
    padding-left: 22px;
}

@media (max-width: 991px) {
    .contact .contact-me {
        flex-basis: 50%;
    }
}

@media (max-width: 767px) {
    .contact .contact-me {
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
}

.contact .contact-me ul {
    list-style: none;
    padding: 0;
}

.contact .contact-me ul li {
    position: relative;
    margin: 24px 0;
}

.contact .contact-me ul li:first-child {
    margin-top: 0;
}

.contact .contact-me ul li:hover i {
    color: #212121;
}

.contact .contact-me ul li i {
    font-size: 30px ;
    position: absolute;
    top: 0;
    right: 0;
}

.contact .contact-me ul li .contact-me-right {
    padding: 0  56px 0 0;
}

.contact .contact-me ul li .contact-me-right p {
    font-size: inherit;
    color: #212121;
    margin: 0;
    line-height: 30px;
}

.contact .contact-me ul li .contact-me-right .contact-me-right-desc {
    font-size: inherit;
    font-weight: bold;
}

.contact .get-in-touch {
    flex-basis: 60%;
    padding-right: 22px;
}

@media (max-width: 991px) {
    .contact .get-in-touch {
        flex-basis: 50%;
    }
}

@media (max-width: 767px) {
    .contact .get-in-touch {
        flex-basis: 100%;
        padding: 0;
    }
}


.contact .get-in-touch form input[name="name"] {
    width: calc(50% - 15px);
    margin-left: 15px;
    float: right;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .contact .get-in-touch form input[name="name"] {
        width: 100%;
        margin: 0 0 14px;
    }
}

.contact .get-in-touch form input[name="email"] {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .contact .get-in-touch form input[name="email"] {
        width: 100%;
        margin: 0 0 14px;
    }
}

.contact .get-in-touch form textarea[name="question"] {
    margin-bottom: 44px;
}

@media (max-width: 991px) {
    .contact .get-in-touch form textarea[name="question"] {
        margin: 0 0 34px;
    }
}

.contact-map {
    padding: 8px;
    margin-bottom: 30px;
}

.contact-map #contact-map-inside {
    width: 100%;
    height: 488px;
}

@media (max-width: 575px) {
    .contact-map #contact-map-inside {
        height: 320px;
    }
}


/*-------------------------------------- 2.18 Portfolio --------------------------------------*/

.portfolio-menu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.portfolio-menu ul li {
    float: right;
    margin: 5px 30px 5px 0;
}

.portfolio-menu ul li:first-child {
    margin-right: 0;
}

.portfolio-menu ul li a {
    text-transform: uppercase;
    font-size: inherit;
    color: #a6a9ac;
    text-decoration: none;
}

.portfolio-menu ul li a:hover {
    color: #212121;
    text-decoration: none;
}

.portfolio-menu ul .active a {
    color: #212121;
}

.portfolio .portfolio-empty {
    font-family: "Lato", sans-serif;
    color: #a6a9ac;
    display: none;
    margin: 20px 0;
    padding-right: 38px;
    position: relative;
    color: #a6a9ac;
}

.portfolio .portfolio-empty i {
    font-size: inherit;
    position: absolute;
    top: 0;
    right: 0;
}

.portfolio .portfolio-item {
    padding: 6px;
    height: 306px;
}

.portfolio .portfolio-item:first-child {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .portfolio .portfolio-item {
        height: auto;
    }
}

.portfolio .portfolio-item .portfolio-item-wrapper {
    height: 100%;
    display: flex;
    position: relative;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .portfolio .portfolio-item .portfolio-item-wrapper {
        padding-left: 0;
        flex-direction: column;
    }
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right {
    margin: 30px 40px;
    flex-basis: 50%;
    position: relative;
}

@media (max-width: 991px) {
    .portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right {
        flex-basis: 100%;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right {
        margin: 20px 30px;
    }
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right h2 {
    color: #757575;
    display: inline-block;
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-category {
    text-transform: uppercase;
    color: #cccfd3;
    font-size: inherit;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-category {
        display: block;
        margin-right: 0;
    }
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right p {
    font-size: inherit;
    line-height: 28px;
    margin: 12px 0 0;
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right button {
    position: absolute;
    bottom: 0;
    background: transparent;
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-right button:hover {
    background: #212121;
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-left {
    display: flex;
    justify-content: center;
    flex-basis: 50%;
    text-align: center;
}

@media (max-width: 991px) {
    .portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-left {
        flex-basis: 100%;
        display: block;
    }
}

@media (max-width: 575px) {
    .portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-left {
        padding: 5px 20px 0;
    }
}

.portfolio .portfolio-item .portfolio-item-wrapper .portfolio-item-wrapper-left img {
    align-self: flex-end;
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05);
}

.portfolio .portfolio-item .portfolio-item-default {
    /*
 * Set a counter and get the length of the image path.
 */
    /*
 * Loop ver the image path and figure out the
 * position of the dot where the extension begins.
 */
    /*
 * If we were able to figure out where the extension is,
 * slice the path into a base and an extension. Use that to
 * calculate urls for different density environments. Set
 * values for different environments.
 */
    /*
   * Set a base background for 1x environments.
   */
    background-size: 350px 184px;
    /*
   * Create an @2x-ish media query.
   */
    /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
    /*
 * If anything went wrong trying to separate the file from its
 * extension, set a background value without doing anything to it.
 */
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .portfolio .portfolio-item .portfolio-item-default {
        background-size: 350px 184px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .portfolio .portfolio-item .portfolio-item-default {
        background-size: 350px 184px;
    }
}

@media (max-width: 575px) {
    .portfolio .portfolio-item .portfolio-item-default {
        background-size: auto 50%;
    }
}


/*-------------------------------------- 2.19 Shop --------------------------------------*/

.portfolio .shop-item {
    height: 378px;
}

@media (max-width: 991px) {
    .portfolio .shop-item {
        height: auto;
    }
}

@media (max-width: 991px) {
    .portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right {
        padding-bottom: 10px;
    }
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .shop-item-desc {
    height: 112px;
}

@media (max-width: 991px) {
    .portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .shop-item-desc {
        height: auto;
    }
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right p.portfolio-item-price {
    display: inline-block;
    color: #757575;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    font-size: inherit;
    margin-top: 30px;
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right p.portfolio-item-price sup {
    font-size: inherit;
    margin-right: 4px;
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-sales {
    display: inline-block;
    text-transform: uppercase;
    color: #cccfd3;
    font-size: inherit;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-sales {
        display: block;
        margin: 10px 0 0;
    }
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-wrapper-right-footer {
    margin-top: 30px;
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-wrapper-right-footer .btn-buy {
    position: relative;
    padding-right: 66px;
    background: #a6a9ac;
    color: #ffffff;
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-wrapper-right-footer .btn-buy:hover {
    background: #212121;
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-wrapper-right-footer .btn-buy i {
    font-size: inherit;
    position: absolute;
    top: 7px;
    right: 24px;
}

.portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-wrapper-right-footer button {
    position: static;
    margin-left: 10px;
}

@media (max-width: 575px) {
    .portfolio .shop-item .portfolio-item-wrapper .portfolio-item-wrapper-right .portfolio-item-wrapper-right-footer button {
        margin-bottom: 16px;
    }
}


/*** panel ***/


/*************/

.panel {
    position: relative;
    z-index: 1;
}

.panel .panel-body h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.panel .panel-body h5>span {
    display: block;
    font-size: 15px;
    font-weight: 100;
    margin-top: 9px;
}

.panel .panel-body {
    border-radius: 8px;
    overflow: hidden;
    padding: 20px 20px;
    text-align: center;
}

.panel .panel-body img {
    width: 90px;
    margin: 15px auto;
    border-radius: 10px;
}

.panel .panel-body:hover img {
    transition: all 0.2s ease-in-out;
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.panel .panel-body h5 {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #373e42;
}

.panel .panel-body h5>span {
    text-align: center;
    display: block;
    width: 100%;
    color: #bfc7cc;
    font-size: 15px;
    margin-top: 6px;
}

.panel .panel-body .non-ind-price {
    margin-top: 25px;
    display: block;
    font-size: 30px;
    color: #4898e2;
    font-weight: bold;
    margin-bottom: 20px;
}

.panel .panel-body .non-ind-price b {
    font-weight: 100;
    font-size: 14px;
    margin-right: 5px;
    color: #c6d6e4;
}

.panel .panel-body .non-ind-price i {
    font-size: 13px;
}

.plan-none-ind-xs p {
    font-size: 13px;
    color: #abb4b9;
}

.panel .panel-body p>span {
    font-weight: bold;
    color: #606b71;
}

.panel .panel-body a:hover {
    background: #e9ecef;
    height: 40px;
    width: 150px;
    color: #c4cbd2;
    text-align: right;
    padding-right: 15px;
}

.panel .panel-body a {
    background: #e9ecef;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 43px;
    position: relative;
    color: #c4cbd2;
    font-size: 16px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: 13px;
    float: right;
}

.panel .panel-body a:hover>span {
    opacity: 1;
}

.panel .panel-body a>span {
    position: absolute;
    line-height: 27px;
    width: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: min-content;
    right: 50px;
    color: #5e656b;
    font-size: 13px;
    opacity: 0;
}


/*** accordion ***/


/****************/

ul.accordion {
    list-style: none;
    /*background: #ffffff;*/
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);*/
    margin-top: 30px;
    padding: 0;
}

ul.accordion li.accordion-item .title {
    display: block;
    margin: 0;
    padding: 20px 20px;
    color: #757575;
    font-weight: normal;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}

ul.accordion li.accordion-item.active .title:before,
ul.accordion li.accordion-item.active .title:after {
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: 10px transparent solid;
    position: absolute;
    left: 25px;
}

ul.accordion li.accordion-item.active .title:after {
    border-top-color: #fff;
    bottom: -20px;
}

ul.accordion li.accordion-item.active .title:before {
    border-top-color: rgbA(0, 0, 0, 0.1);
    bottom: -21px;
}

ul.accordion li.accordion-item .title .stat-bar {
    display: block;
    width: 100px;
    float: left;
    margin: 5px 0;
}

ul.accordion li.accordion-item,
ul.accordion li.accordion-item.active .title {
    border-bottom: 1px rgbA(0, 0, 0, 0.05) solid;
}

ul.accordion li.accordion-item:last-child {
    border-bottom: none;
}

ul.accordion li.accordion-item .content {
    display: none;
}

ul.accordion li.accordion-item.active .content {
    display: block;
    padding: 25px;
}

ul.accordion li.accordion-item .content .cover {
    display: block;
    border: 6px solid #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

ul.accordion li.accordion-item .content .cover img {
    width: 100%;
    display: block;
}

ul.accordion li.accordion-item .content .price {
    display: block;
    padding: 10px;
    text-align: right;
}

ul.accordion li.accordion-item .content .price b {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

ul.accordion li.accordion-item .content .price p {
    font-size: 30px;
    color: #4898e2;
    font-weight: bold;
    margin: 10px 0 0;
}

ul.accordion li.accordion-item .content .excerpt {
    margin: 10px 0;
}

ul.accordion li.accordion-item .content .continue {
    display: block;
    margin: 20px 0 0;
}

ul.accordion li.accordion-item .content .continue a:hover {
    background: #e9ecef;
    height: 40px;
    width: 130px;
    color: #c4cbd2;
    text-align: right;
    padding-right: 15px;
}

ul.accordion li.accordion-item .content .continue a {
    background: #e9ecef;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 43px;
    position: relative;
    color: #c4cbd2;
    font-size: 16px;
    border-radius: 50px;
    float: right;
}

ul.accordion li.accordion-item .content .continue a>span {
    position: absolute;
    line-height: 27px;
    width: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: min-content;
    right: 50px;
    color: #5e656b;
    font-size: 13px;
    opacity: 0;
}

ul.accordion li.accordion-item .content .continue a:hover>span {
    opacity: 1;
}


/*** STAR ***/


/************/

@media (max-width: 575px) {
    #post_show .rate-box {
        display: block;
        float: none;
    }
}

#post_show .rate-box {
    margin: 20px 0;
    display: block;
    position: relative;
    float: right;
    color: #a6a9ac
}

#post_show .rate-box .starrr {
    display: inline-block;
    padding: 1px 5px;
}

#post_show .rate-box .starrr a {
    font-size: 15px;
    padding: 0 5px;
    cursor: pointer;
    color: #a6a9ac;
    font-weight: bold;
    text-decoration: none;
}

#post_show .rate-box .starrr a.active {
    color: #ffc107;
}

#post_show .rate-box .rate {
    float: right;
    font-weight: bold;
    padding: 0 5px
}

#post_show .rate-box .message , .comments .like_box .message {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 15px;
    background: #fff;
    content: "";
    padding: 10px;
    width: auto;
    text-align: center;
    direction: rtl;
    border-radius: 5px;
    text-shadow: 0 0 0 transparent;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) ;
    font-size: 12px ;
}

#post_show .rate-box .message:before,
#post_show .rate-box .message:after,
.comments .like_box .message:before ,
.comments .like_box .message:after
{
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    border: 10px transparent solid;
}

#post_show .rate-box .message:before ,
.comments .like_box .message:before
{
    bottom: -21px;
    border-top-color: rgba(0, 0, 0, 0.2)
}

#post_show .rate-box .message:after ,
.comments .like_box .message:after{
    bottom: -20px;
    border-top-color: #fff;
}


/********************/


/*** SimilarPosts ***/


/********************/

.SimilarPosts {
    position: relative;
}

.SimilarPosts .owl-nav .owl-prev,
.SimilarPosts .owl-nav .owl-next {
    position: absolute;
    border-radius: 50%;
    visibility: hidden;
}

.SimilarPosts:hover .SimilarPosts .owl-nav .owl-prev,
.SimilarPosts:hover .SimilarPosts .owl-nav .owl-next {
    visibility: visible!important;
}

.SimilarPosts .owl-nav .owl-prev {
    background-color: #f6f5f4;
    width: 120px;
    height: 140px;
    left: -70px;
    top: calc(50% - -10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: -30px 0 200px 100px #e9e9e9;
    cursor: pointer;
}

.SimilarPosts .owl-nav .owl-next {
    background-color: #fafafa;
    width: 120px;
    height: 140px;
    right: -70px;
    top: calc(50% - -10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 30px 0 200px 100px #e9e9e9;
    cursor: pointer;
}

.SimilarPosts .owl-nav .owl-prev i {
    position: absolute;
    top: 35%;
    right: 25px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 40px;
}

.SimilarPosts .owl-nav .owl-next i {
    position: absolute;
    top: 35%;
    left: 25px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 40px;
}
.comments .comment-content-box{
    position: relative ;
}
.comments .comment-date{
    display: block ;
    position:absolute;
    left:5px;
    top:0;
}

.comment .like_box{
    display: none ;
}

.comment:hover .like_box {
    display: block ;
    margin : 0 ;
    padding : 0 ;
    height: 30px ;
    background: rgb(0 0 0 / 90%) ;
    float : left ;
    position: absolute ;
    left: 0 ;
    top : 20px ;
    border-radius: 5px ;
    font-size: 20px ;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) ;
}

.comments .like_box li{
    height: 25px;
    padding: 5px 5px 3px;
    float: right;
    display: block;
    cursor: pointer;
    color : #a6a9ac ;
    border-left : 1px rgba(0,0,0,0.01) solid ;
    line-height: 18px ;
}

.comments .like_box li:last-child{border:none!important;}

.comments .like_box li span {
    color : #a6a9ac ;
    font-weight: bold ;
}

.comments .like_box li i{
    display: block ;
    float : left !important;
    font-size: 15px ;
}

@media (max-width: 575px) {
    .commbody .poster{
        display : none
    }
    .comments .comment-content-box{
        margin-right: 0
    }
    ul.comment-list ul.children li.comment div.commbody div.comment-content-box{
        padding: 0 0 0 0 !important ;
        margin-right: 0 !important;
    }
    ul.comment-list ul.children{
        margin: -12px 0 0 0;
    }
}

.comments .like_box li a {
    font-weight: bold;
    color: #a6a9ac ;
    float : right ;
    padding:0 5px;
    font-size: 13px ;
}


.comment-list img {
    height: 50px;
    width: 50px;
}

.alert {
    border: 1px solid transparent;
    border-radius: 2px
}

.alert-heading {
    color: inherit
}

.alert-dismissible {
    padding-right: 4.27rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.385rem;
    color: inherit
}

.alert-primary {
    color: #22457f;
    border-color: #caddfc
}

.alert-primary hr {
    border-top-color: #b2cefb
}

.alert-primary .alert-link {
    color: #172f57
}

.alert-secondary {
    color: #464646;
    background-color: #e7e7e7;
    border-color: #ddd
}

.alert-secondary hr {
    border-top-color: #d0d0d0
}

.alert-secondary .alert-link {
    color: #2d2c2c
}

.alert-success {
    color: #1b572b;
    border-color: #c6e7cf
}

.alert-success hr {
    border-top-color: #b4dfc0
}

.alert-success .alert-link {
    color: #0f3018
}

.alert-info {
    color: #22457f;
    border-color: #caddfc
}

.alert-info hr {
    border-top-color: #b2cefb
}

.alert-info .alert-link {
    color: #172f57
}

.alert-warning {
    color: #836203;
    border-color: #feecb9
}

.alert-warning hr {
    border-top-color: #fee5a0
}

.alert-warning .alert-link {
    color: #513d02
}

.alert-danger {
    color: #7a231c;
    border-color: #f9cac6
}

.alert-danger hr {
    border-top-color: #f7b5af
}

.alert-danger .alert-link {
    color: #511712
}

.alert-light {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-light hr {
    border-top-color: #f2f2f2
}

.alert-light .alert-link {
    color: #6c6b6b
}

.alert-dark {
    color: #201f1f;
    background-color: #d8d8d8;
    border-color: #c9c8c8
}

.alert-grey,
.progress {
    background-color: #f5f5f5
}

.alert-dark hr {
    border-top-color: #bcbbbb
}

.alert-dark .alert-link {
    color: #060606
}

.alert-grey {
    color: #6a6a6a;
    border-color: #f1f1f1
}

.alert-grey hr {
    border-top-color: #e4e4e4
}

.alert-grey .alert-link {
    color: #515050
}

.alert .icon,
.alert-icon>.icon {
    cursor: default;
    text-align: center
}

.alert-icon,
.alert-simple {
    box-shadow: .5px .9px 0 rgba(0, 0, 0, .07)
}

.alert {
    padding: 0;
    position: relative;
    line-height: 25px;
    border-width: 0;
    margin-bottom: 18px;
    color: #FFF
}

.alert .icon {
    width: 55px;
    font-size: 1.846rem;
    vertical-align: middle;
    line-height: 22px;
    display: table-cell;
    padding-top: 1px
}

.alert .icon span {
    width: 25px
}

.alert .close {
    position: absolute;
    font-size: 1.538rem;
    left : 1.385rem;
    text-shadow: none;
    padding: 1.5388rem 0;
    opacity: .5 ;
    outline: none!important;
}

.alert-dismissible.alert-danger .close:hover,
.alert-dismissible.alert-primary .close:hover,
.alert-dismissible.alert-success .close:hover,
.alert-dismissible.alert-warning .close:hover {
    opacity: .5
}

.alert .message {
    display: table-cell;
    padding: 1.385rem .231rem 1.385rem 2.1542rem;
    border-left-width: 0
}

@media (max-width:575.98px) {
    .alert .message {
        padding: 1.385rem 2.539rem 1.385rem .231rem
    }
}

.alert .message>p,
.alert .message>ul {
    margin-bottom: 0
}

.alert .message>p+p {
    margin-top: 5px
}

.alert-primary {
    background-color: #3d82f4
}

.alert-success {
    background-color: #33a451
}

.alert-info {
    background-color: #d5ebf6
}

.alert-warning {
    background-color: #ff8452
}

.alert-danger {
    background-color: #ea3f30
}

.alert-dismissible.alert-primary .close {
    color: #093d94
}

.alert-dismissible.alert-success .close {
    color: #103319
}

.alert-dismissible.alert-warning .close {
    color: #654c02
}

.alert-dismissible.alert-danger .close {
    color: #79150d
}

.alert-contrast {
    padding: 0;
    position: relative
}

.alert-contrast>.icon {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .08)
}

.alert-contrast>.message {
    display: table-cell;
    padding: 1.385rem;
    border-left-width: 0;
    color: #FFF
}

@media (max-width:575.98px) {
    .alert-contrast>.message {
        padding: 1.385rem 2.539rem 1.385rem 1.385rem
    }
}

.alert-icon {
    background-color: #FFF;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed
}

.alert-icon>.icon {
    position: relative;
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    color: #FFF
}

.alert-icon.alert-icon-colored>.icon:after,
.alert-icon>.icon:after {
    top: 50%;
    width: 0;
    height: 0;
    z-index: 2;
    -moz-transform: scale(.9999);
    content: ''
}

.alert-icon>.icon:after {
    position: absolute;
    right: -10px;
    margin-top: -10px;
    border-left: 11px solid #FFF;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent
}

.alert-icon>.message {
    display: table-cell;
    padding: 1.385rem;
    color: #404040;
    border: 1px solid #d4d4d4;
    border-left-width: 0
}

@media (max-width:575.98px) {
    .alert-icon>.message {
        padding: 1.385rem 2.539rem 1.385rem 1.385rem
    }
}

.alert-icon.alert-dismissible .close {
    color: #404040;
    opacity: .35
}

.alert-icon.alert-dismissible .close:hover {
    opacity: .5
}

.alert-icon.alert-primary>.icon {
    background-color: #4285f4
}

.alert-icon.alert-primary>.icon:after {
    border-left-color: #4285f4
}

.alert-icon.alert-success>.icon {
    background-color: #34a853
}

.alert-icon.alert-success>.icon:after {
    border-left-color: #34a853
}

.alert-icon.alert-warning>.icon {
    background-color: #fbbc05
}

.alert-icon.alert-warning>.icon:after {
    border-left-color: #fbbc05
}

.alert-icon.alert-danger>.icon {
    background-color: #ea4335
}

.alert-icon.alert-danger>.icon:after {
    border-left-color: #ea4335
}

.alert-icon-border.alert-primary .message {
    border-color: #4285f4
}

.alert-icon-border.alert-success .message {
    border-color: #34a853
}

.alert-icon-border.alert-warning .message {
    border-color: #fbbc05
}

.alert-icon-border.alert-danger .message {
    border-color: #ea4335
}

.alert-icon.alert-icon-colored {
    border: 1px solid #d4d4d4
}

.alert-icon.alert-icon-colored>.icon {
    position: relative;
    background-color: #f8f8f8;
    border-width: 0
}

.alert-icon.alert-icon-colored>.icon:after {
    position: absolute;
    right: -11px;
    margin-top: -11px;
    border-left: 11px solid #f8f8f8;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent
}

.alert-icon.alert-icon-colored>.message {
    border-width: 0
}

.alert-icon.alert-icon-colored.alert-primary>.icon {
    color: #4285f4
}

.alert-icon.alert-icon-colored.alert-success>.icon {
    color: #34a853
}

.alert-icon.alert-icon-colored.alert-warning>.icon {
    color: #fbbc05
}

.alert-icon.alert-icon-colored.alert-danger>.icon {
    color: #ea4335
}

.alert-simple {
    border: 1px solid #d4d4d4;
    background-color: #FFF;
    color: #404040
}

.alert-simple.alert-primary>.icon {
    color: #4285f4
}

.alert-simple.alert-success>.icon {
    color: #34a853
}

.alert-simple.alert-warning>.icon {
    color: #fbbc05
}

.alert-simple.alert-danger>.icon {
    color: #ea4335
}

.gallery{
    display: block ;
    margin : 20px 32px 0 !important;
    padding: 0 ;
    border-bottom: 1px #eee solid ;
}



.an-category-single {
    position: relative;
    width: 100%;
    background: #000;
    margin-bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 6px 25px 0 rgba(55, 66, 73, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
}
.an-category-single:hover {
    box-shadow: 0 3px 10px 0 rgba(55, 66, 73, 0.1);
}
.an-category-single .listing-img-container {
    height: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.an-category-single .category-icon {
    position: absolute;
    text-align: center;
    top: -23px;
    left: 0;
    width: 100%;
}
.an-category-single .category-icon i {
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    display: block;
    background: #2c353a;
    border: 1px solid #2c353a;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 auto;
}
.an-category-single .category-icon i i {
    padding: 0;
}
.an-category-single .category-content {
    position: relative;
    padding: 20px 25px;
}
.an-category-single .category-content a {
    display: block;
    margin: 0 auto ;
    padding: 10px 0 15px;
    text-align: center;
}
.an-category-single .category-content a span {
    display: inline-block;
}
.an-category-single .category-content ul {
    margin: 0;
    padding-bottom: 0;
}
.an-category-single .category-content ul li {
    position: relative;
    padding: 2px 0;
}

.an-category-single .category-content ul li a {
    font-weight: 400;
    width: 100%;
    padding: 0;
    display: flex;
    color: #637783;
    justify-content: space-between;
    font-size: 13px;
}

.an-category-single .category-content ul li a:hover {
    padding-right:10px;
}

.an-category-single .category-content .text{
    text-align: center;
    display: block;
}

/** main category **/
.category-cover{
    min-height: 200px ;
    display: block ;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 6px 25px 0 rgba(55, 66, 73, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    background-size:cover;
}
.category-cover .information{
    display: block ;
    padding: 15px 20px ;
    text-shadow: 1px 1px 0 #000 ;
}
.category-cover .information .title , .category-cover .information .desc {
    text-space:10px!important;
    position: relative ;
    padding:0 10px 10px 10px;
}
.category-cover .information .title:after{
    display: block;
    content: "" ;
    height: 4px ;
    width: 15px ;
    background: rgba(0,0,0,0.1) ;
    position: absolute ;
    bottom: 0 ;
    right : 10px ;
}

.category-cover .counter{
    display: block;
    padding: 15px ;
    position: absolute ;
    bottom: 15px ;
    left : 15px ;
    border-radius : 15px ;
    background: rgba(0,0,0,0.3) ;
    border-bottom: 2px rgba(0,0,0,0.5) solid;
    text-align: center ;
    line-height: 6px ;
    font-weight: bold ;
}

.category-filtering{
    display: block ;
    height: auto ;
    padding:20px 0 10px!important;
    margin: 0 ;
    overflow: hidden;
    border-bottom: 1px rgba(0,0,0,0.05) solid ;
}

.category-filtering .viewable{
    display: block;
    height: auto;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0 0 10px 0;
    background: #0c0b0b;
    line-height: 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category-filtering .viewable li{
    float : right;
    display: block ;
    padding:5px;
    font-size : 25px ;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease ;
}
.category-filtering .viewable li.active {
    background: #4898e2 ;
    color : #fff;
}

/*** bootstrap slider ***/
.category-filtering .selector{
    display: inline;
    list-style: none ;
    margin : 0 ;
}
.category-filtering .selector li{
    display: block;
    list-style: none ;
    float : left ;
    margin : 0 10px 0 0
}

.category-showing#grid{
    display: block ;
    clear: both ;
    margin : 10px 0 ;
    padding: 0 ;
    list-style : none ;
    overflow: hidden;
}

.category-showing#list{
    display: block;
    clear: both ;
    margin : 10px 0 ;
    padding: 0 ;
    list-style : none ;
    position: relative;
}

.category-showing#grid li , .category-showing#list li {
    list-style : none ;
    box-shadow:0 0 8px 0 rgba(0,0,0,.08);
    background-color: #000 ;
    margin-top: 20px ;
    overflow: hidden ;
    border-radius : 5px ;
    position: relative ;
}

.category-showing#grid li{
    height: 280px ;
    float:right;
    width: calc(50% - 15px) ;
    margin-bottom: 15px ;
    margin-left : 15px ;
}


.category-showing#grid li:nth-of-type(2n){
    margin-left : 0px ;
    margin-right: 15px ;
}

.category-showing#grid .cover{
    height: 80% !important;
    width: 100%;
    overflow: hidden;
}

.category-showing#list .cover{
    /*width: 100px ;*/
    overflow: hidden ;
    height: auto ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

.category-showing#grid .cover .product{
    position: absolute;
    background-color: rgb(255, 255, 255);
    bottom: 40px;
    left: 10px;
    font-weight: bold;
    z-index: 9;
    color: #00000061;
    font-size: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
}

.category-showing#list .cover .product{
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    top: 10px;
    right: 10px;
    font-weight: bold;
    z-index: 9;
    color: #00000061;
    font-size: 20px;
    padding: 20px;
    border-radius: 50%;
}

.category-showing#list .cover img{
    height: auto ;
}


.category-showing#list li{
}

.category-showing#list .cover {
    float : right;
}

.category-showing#grid .cover:after{
    content: "";
    top: 0;
    position: absolute;
    height: 80%;
    width: 100%;
    z-index:1;
    background: linear-gradient( to bottom,rgba(35,35,37,0.5) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.category-showing#grid .cover img{
    width: 100% ;
    height: 100% ;
}

.category-showing#grid .information{
    display: block ;
    height: 80% ;
    position: absolute ;
    z-index : 2 ;
    top : 0 ;
    left : 0 ;
    right: 0 ;
    overflow: hidden ;
    padding: 20px ;
    text-shadow: 1px 1px 0 #000;
}

.category-showing#list .information{
    display: block ;
    padding: 10px ;
    overflow: hidden;
}

.category-showing#list .information h3.date{
    display: block ;
    font-size: 10px !important;
}
.category-showing#list .information a.title{
    display: block ;
    font-size: 18px!important;
}

.category-showing#grid .information .date{
    display: block ;
    color : #fff;
}

.category-showing#grid .information a.title{
    display: inline-block;
    color : #fff !important;
}

.category-showing#grid li span.excerpt{display: none  }

.category-showing#list li span.goal_post{display: none }
.category-showing#list li span.excerpt{display: block ;margin-bottom: 40px ; font-size : 14px }

.category-showing#list .information .tag{
    font-size : 9px ;
    background: rgba(0,0,0,.1);
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #000 ;
    font-weight: 400;
    margin-bottom:15px;
    position: absolute ;
    top : 10px ;
    left : 10px
}
.category-showing#list .information .goal-post{
    font-size : 11px ;
    margin-bottom: 10px ;
}

.category-showing#grid .information span.tag {
    top: 15px;
    left: 10px;
    position: absolute;
    font-size : 9px ;
    background: rgba(255,255,255,.3);
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom:15px;
}

.category-showing#grid .star-rating:before{
    background-color: #000 !important;
    color: rgb(255 255 255 / 50%)!important;
}

.category-showing#grid .information span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,.7);
}


.star-rating {
    display: inline-block
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 0;
    position: relative
}

.star-rating .star.half:after,
.star-rating .star:before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e611" ;
    display: block;
    color: #ffc107;
    font-size: 15px ;
    font-weight: bold ;
}

.star-rating .star.empty:before {
    color: #ddd
}

.rating:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.star-rating .star.half:before {
    color: #ddd
}

.star-rating .star.half:after {
    color: #4898e2 ;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden
}

.star-rating:before {
    content: attr(data-rating);
    float: left;
    border-radius: 50%;
    color: #a2a2a2;
    font-size: 12px;
    line-height: 10px;
    padding: 2px 7px;
    line-height: 15px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    box-shadow: 0 0 2px inset rgb(206, 206, 206);
}

.star-rating.no-stars .star {
    display: none
}

.star-rating.no-stars:before {
    margin-right: 0
}

.category-showing#grid .foot{
    display : block;
    position: relative ;
    height: 55px ;
}



.category-showing#grid .foot .rate {
    display: block;
    position: absolute;
    bottom : 15px ;
    left : 25px
}

.category-showing#grid .foot .avatar {
    position: absolute ;
    top : -15px ;
    right : 15px ;
}

.category-showing .foot .avatar {
    z-index: 9 ;
    border-radius: 10% ;
    -webkit-box-shadow:  0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 1px 2px rgba(0,0,0,0.1);
    box-shadow:  0 1px 2px rgba(0,0,0,0.1);
    align-items: center ;
    justify-content:  center ;
    display: flex ;
    overflow: hidden;
}

.category-showing .foot .avatar img {
    height: 50px;
    width: 50px;
    filter: grayscale(10%) ;
}
.category-showing#list .foot .avatar {
    display: block ;
    position: absolute ;
    left : 10px ;
    bottom : 10px
}
.category-showing#list .foot .rate {
    display: block;
    position: absolute;
    bottom : 15px ;
    right : 25px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    border-radius: 15px;
    padding :5px 10px ;
}
.category-showing#list .foot .star-rating:before{
    margin-top : 2px
}


.sidebar-widget input {
    margin-bottom: 0
}

.sidebar-widget {
    margin-bottom: 50px;
    display: block
}

.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.widget-tabs {
    padding: 0;
    list-style: none;
    display: block
}

.widget-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .07);
    border-radius: 4px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.widget-content:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #000;
    opacity: 1;
    transition: .35s ease-in-out
}

.widget-content img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 1;
    transition: .35s;
    border-radius: 5.5px
}

.widget-text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 3px;
    color: #333;
    transition: .35s
}

.widget-text span {
    font-size: 14px;
    color: #888;
    display: inline-block;
    background-color: #272727;
    border-radius: 4px;
    line-height: 20px;
    padding: 4px 10px;
    margin-top: 3px;
    transition: .35s
}

.widget-text {
    display: block;
    position: relative;
    z-index: 20;
    padding: 30px
}

.widget-tabs .widget-content {
    display: table
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle
}

.widget-tabs li {
    margin-bottom : 20px
}
.widget-tabs li:nth-last-of-type(1){
    margin-bottom: 0 !important;
}
.widget-content:hover:before,
.widget-content.active:before {
    opacity: .6;
    background: #333
}

.widget-content:hover img,
.widget-content.active img {
    opacity: 1
}

.widget-content:hover h5,
.widget-content.active h5 {
    color: #fff
}

.widget-content:hover span,
.widget-content.active span {
    background: rgba(255, 255, 255, .25);
    color: #fff
}

.breadcrumb-area .breadcrumb ul li a {
    line-height: initial
}

.breadcrumb-area .page-title {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize
}

.breadcrumb-area .breadcrumb {
    padding-bottom: 17px
}
.breadcrumb-area .breadcrumb ul {
    width: 100%
}
.breadcrumb-area.breadcrumb--center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.breadcrumb-area.breadcrumb--center .page_title h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px
}
.breadcrumb-area.breadcrumb--center .page_title p {
    color: #f3f3f8;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300
}
.breadcrumb-area.breadcrumb--center .page_title p.subtitle {
    font-size: 20px
}
.breadcrumb-area.breadcrumb--center .breadcrumb {
    padding-bottom: 0
}
.breadcrumb {
    padding: 0;
    background: 0 0;
    margin-bottom: 0 ;
    list-style: none ;
}
.breadcrumb ul{
    margin: 0 ;
    padding: 0 ;
}
.breadcrumb ul li {
    display: inline-block;
    color : #E0E0E0
}
.breadcrumb ul li:after {
    content: '/';
    color: #fff;
    padding: 0 7px
}
.breadcrumb ul li a {
    font-size: 15px;
    line-height: 70px;
    color: #fff
}
.breadcrumb ul li:last-child:after {
    display: none
}
.breadcrumb ul li.active a {
    color: #bfcad7
}
.breadcrumb ul {
    width: 100%
}
.breadcrumb-area{
    padding : 40px 0 30px ;
    background: linear-gradient(to right, #7347c1, #0674ec);
}


.item-action{
    border-top: 1px solid rgba(0,0,0,0.05);
    padding : 20px ;
    text-align: center;
    margin: 0 20px ;
}
.item-action button{
    background: #0674ec;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px ;
    border-radius : 30px ;
    border: none ;
    outline: none ;
    cursor: pointer;
}

.item-action button i {
    font-size: 16px ;
    margin-left: 10px ;
    position: relative ;
    top : 2px
}

/*********************/
/*** button basket ***/
/*********************/
button#basket{
    color: #fff ;
    z-index: 999999

}
button#basket #count{
    position: absolute ;
    top : -5px ;
    right: -5px ;
}

button#basket .badge{
    border-radius: 50% ;
    height: auto ;
    width: auto ;
    padding: 5px 6px;
    background: #026ECC ;
    font-size: 13px ;
    font-weight: bold;
}

button#basket #basket-body .head{
    display: block ;
    color : #fff !important;
    font-size: 15px ;
    font-weight: bold ;
    padding :0px 10px ;
    background-color: #ffc107 ;
    border-radius: 5px 5px 0 0;

}
button#basket #basket-body{
    background: #3e3b3b;
    position: absolute;
    bottom : 130%;
    left: 0 ;
    list-style: none;
    color: #fff;
    margin: 0;
    width: 350px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    padding: 0 ;
    border-radius: 5px ;
    font-size : 12px ;
    text-align: right ;
    display: none;
}
button#basket #basket-body.active{
    display: block;
}
button#basket #basket-body:after{
    display: block ;
    position: absolute ;
    bottom: -20px ;
    left : 10px ;
    content : "" ;
    border : 10px transparent solid ;
    border-top-color: #3e3b3b ;
}

button#basket #basket-body .items{
    display: block;
    padding:0 15px ;
    overflow: hidden;
    color : #fff;
}
button#basket #basket-body .items h6{
    color : #0F0F0F;
}
button#basket #basket-body .items .item{
    display: block ;
    height:auto;
    overflow: hidden;
    position: relative ;
    margin : 10px 0
}
button#basket #basket-body .items .item:nth-last-of-type(1){
    margin-bottom: 0 ;
}
button#basket #basket-body .items .item:nth-of-type(1){
    margin-top: 20px ;
}
button#basket #basket-body .items .item .pic{
    float : right;
    overflow: hidden ;
    border-radius: 5px ;
}
button#basket #basket-body .items .item .pic , button#basket #basket-body .items .item .pic img {
    height: 35px ;
    width: 35px ;
    display: block ;
}
button#basket #basket-body .items .item .content{
    position: absolute ;
    top : 0px ;
    bottom: 0px ;
    right: 40px ;
    left: 20px ;
    line-height: 17px;
    overflow: hidden ;
    color : #0F0F0F;
}
button#basket #basket-body .items .item .content .title{
    width: 100% ;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

button#basket #basket-body .items .item .remove{
    position: absolute ;
    display: block;
    top : 0;
    left :  0;
    font-size: 30px!important; ;
}

button#basket #basket-body .items .foot{
    display: block ;
    height: auto ;
    overflow: hidden
}
button#basket #basket-body .items .foot div{
    margin : 0 ;
    float : right ;
    display: block ;
}
button#basket #basket-body .items .foot  div.sum {
    padding: 5px 0;
}
button#basket #basket-body .items .foot div:nth-of-type(1){
    width: 70% ;
}
button#basket #basket-body .items .foot div:nth-of-type(2){
    width: 30% ;
    text-align: center
}

.top-nav ul.nav li#basket:hover{
    background-color: #0C0C0E;
}

.top-nav ul.nav #basket-body{
    background: #0C0C0E;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    color: #fff;
    margin: 0;
    width: 250px;
    box-shadow: 0px 1px 1px #000;
    transition: all 0.3s ease;
    padding: 0 ;
    overflow: hidden ;
    display: none
}


.top-nav ul.nav #basket-body .items{
    display: block;
    padding: 15px ;
    overflow: hidden;
}
.top-nav ul.nav #basket-body .items .item{
    display: block ;
    height:auto;
    overflow: hidden;
    position: relative ;
    margin : 10px 0
}
.top-nav ul.nav #basket-body .items .item:nth-last-of-type(1){
    margin-bottom: 0 ;
}
.top-nav ul.nav #basket-body .items .item:nth-of-type(1){
    margin-top: 0 ;
}
.top-nav ul.nav #basket-body .items .item .pic{
    float : right;
    background: #000 ;
    overflow: hidden ;
    border-radius: 5px
}
.top-nav ul.nav #basket-body .items .item .pic , .top-nav ul.nav #basket-body .items .item .pic img {
    display: block ;
    height: 35px ;
    width: 35px ;
}
.top-nav ul.nav #basket-body .items .item .content{
    position: absolute ;
    top : 0px ;
    bottom: 0px ;
    right: 50px ;
    left: 20px ;
    line-height: 17px;
}
.top-nav ul.nav #basket-body .items .item .content .title{
    width: 100% ;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top-nav ul.nav #basket-body .items .item .remove{
    position: absolute ;
    display: block;
    top : 0px ;
    left : 0px ;
}

.top-nav ul.nav #basket-body .items .foot{
    display: block ;
    height: auto ;
    overflow: hidden
}
.top-nav ul.nav #basket-body .items .foot div{
    margin : 0 ;
    float : right ;
    display: block ;
}
.top-nav ul.nav #basket-body .items .foot div:nth-of-type(1){
    width: 70% ;
}
.top-nav ul.nav #basket-body .items .foot div:nth-of-type(2){
    width: 30% ;
    text-align: center
}
.btn--fixed:before{
    height: 0 ;
    width: 0 ;
    display: block ;
    content : "" ;
    position: absolute ;
    bottom : -18px ;
    border : 10px transparent solid ;
    border-top-color: #ffc107 ;
}
.btn--fixed {
    background-color: #ffc107;
    position: fixed !important;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 3px 7px rgba(0,0,0,.15);
    border-radius: 10px ;
    outline: none ;
    border : none ;
}

.btn--action, .btn--icon {
    padding: 0;
    border-radius: 50%;
}
.btn , .badge {
    padding: 4px 5px 7px;
    line-height: 10px!important;
    border : 0px transparent;
    outline: none;
    border: 1px rgba(0,0,0,0.2) solid;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1) , 0 0 2px rgba(255,255,255,0.02) inset ;
}
.badge-primary {
    background: #262626;
    color:#5B5B5B;
}
.bg-success , .btn-success , .badge-success{
    background: #14CCA8 ;
    color:#fff;

}

.bg-danger , .btn-danger , .badge-danger {
    background:#B23E40;
    color:#fff;
}

.bg-warning , .btn-warning , .badge-warning {
    background: #ff8452 ;
    color:#fff;
}

.bg-darkness, .btn-darkness , .badge-darkness {
    color:#fff;
    background: #0A0A0A ;
}

.bg-gradinet, .btn-gradinet , .badge-gradinet{
    color:#fff;
    background: linear-gradient(45deg, rgba(66, 183, 245, 0.8) 0%, rgba(66, 245, 189, 0.4) 100%);
}

button:focus {outline:0!important;}
/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #026ECC ;
    position: fixed;
    z-index: 99999 ;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px rgba(49,132,204,.5), 0 0 5px rgba(49,132,204,.1);
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #026ECC;
    border-left-color: #026ECC;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

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



.spinner-ring {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.spinner-ring:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: spinner-ring 1.2s linear infinite;
}
@keyframes spinner-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.item_social_share {
    border-top: 1px solid #ececec ;
    overflow: hidden ;
    display: flex ;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
}
.item_social_share span{
    padding : 0 20px
}
.item_social_share ul {
    list-style: none ;
    display: flex ;
    align-items: center;
    margin : 20px auto;
    color  : #fff ;
}
.item_social_share ul li:hover a{
    color  : #eee
}
.item_social_share ul li a{
    color: #fff ;
}
.item_social_share ul li {
    display: flex ;
    height: 30px ;
    width: 30px ;
    background: #eee ;
    border-radius: 50% ;
    overflow: hidden ;
    justify-content: center;
    align-items: center;
    margin : 0 5px
}
.item_social_share ul li.twitter{
    background: #19b2f5 ;
}
.item_social_share ul li.telegram{
    background: #0056b3;
}
.item_social_share ul li.twitter{
    background: #f05b44;
}
.item_social_share ul li.google{
    background: #9c0c1c;
}
.item_social_share ul li.facebook{
    background: #007bb5;
}
.item_social_share ul li.twitter{
    background: #ea4c89;
}

.item-navigation .nav-tabs{
    display : flex ;
    height : auto ;
    padding : 0 ;
    margin : 0 ;
    list-style: none ;
    justify-items: center ;
    justify-content: center;
    align-items: center ;
    flex-direction: row ;
    border-bottom: 1px solid #dee2e6;
}
.item-navigation .nav-tabs li{
    display : block  ;
    padding : 20px ;
    flex : 1 ;
    text-align: center;
    border-left : 1px #eee solid ;
    cursor: pointer;
    font-size: 16px;
    color: #B4B4B6;
    font-weight: bold;
    position: relative ;
}
.item-navigation .nav-tabs li i.loading{
    position: absolute ;
    top : 10px ;
    left : 10px ;
    font-size : 20px ;
    animation:spin 1s linear infinite;
}

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


.item-navigation .nav-tabs li.active{
    border-top : 4px #0674ec solid ;
    color : #0674ec ;
    font-weight: bold;
}
.nav-tabs badge {
    background: #eee ;
    border-radius: 50% ;
    padding: 0 5px ;
    margin: 0 10px ;
    font-size: 10px ;
}

.item-navigation .tab-content{
    display: block ;
    overflow: hidden ;
    padding : 20px ;
    color : #000
}
.item-navigation .tab-content .tab-pane{
    display: none ;
}
.item-navigation .tab-content .tab-pane.active{
    display: block;
}

.aside-description{
    display: block ;
    margin : 0 ;
    padding : 20px ;
    list-style : none ;
}
.aside-description li{
    display: flex ;
    padding : 10px 0 ;
}
.aside-description li b{
    margin-left : 10px;
}
.aside-description li a {
    color  : #0056b3
}
.aside-description li a:hover {
    color  : #000
}
.aside-information{
    list-style: none ;
    padding : 0 ;
    margin : 0 ;
    overflow: hidden ;
}

.aside-information ul {
    display: block ;
    list-style: none ;
    margin : 0 ;
    padding : 0 ;
}

.aside-information li{
    display: block ;
    padding : 15px ;
}
.aside-information li badge{
    display : block ;
    float : left ;
    background: #eee ;
    border-radius: 50% ;
    min-width: 20px ;
    text-align: center ;
    font-weight: bold ;
    color : #Fff ;
}
.aside-information li:nth-last-of-type(1) badge {background-color: #ffc107 }
.aside-information li:nth-last-of-type(2n) badge {background-color: #FF9800 }
.aside-information li:nth-last-of-type(3n) badge {background-color: #FF5722 }
.aside-information li span {
    font-weight: bold ;
    font-size : 14px ;
}

#post_show .starland{
    display: block ;
    height : auto ;
    margin : 0 10px ;
    border-top : 1px #eee solid ;
}



aside.product-price{
    display : block  ;
    background: #0674ec ;
    padding : 20px 0 ;
    border-radius: 4px ;
    text-align: center ;
    line-height: 10px!important  ;
    box-shadow : 0 0 10px rgba(0,0,0,.1) ;
}
aside.product-price:before{
    content : "\e66e" ;
    font-family: 'Pe-icon-7-stroke' ;
    font-size : 70px ;
    position: absolute ;
    top : 0 ;
    left : 0 ;
    color : rgba(255,255,255,.1) ;
    transform: rotate( 10deg ) ;
}

aside.product-price div:nth-of-type(1){
    font-size : 20px ;
    color : #fff ;
    display: block ;
    text-decoration: line-through;
}
aside.product-price .price{
    display : block ;
    color : #fff ;
    padding : 10px 0 0 ;
}

aside.product-price div {
    display: block ;
}

aside.product-price a{
    color : #000 ;
    display: inline-block;
    margin-top : 20px ;
    background: #fff ;
    border-radius : 20px ;
    padding : 7px 15px ;
    font-weight: bold;
    box-shadow : 0 2px 4px rgba(0,0,0,.2)
}
aside.product-price a:hover{
    background: transparent ;
    color : #fff
}

.orderTable table{
    display : table ;
    background : #fff ;
    box-shadow : 0px 0px 8px rgba(0, 0, 0, 0.05) ;
}
.orderTable table thead th{
    padding : 20px 15px ;
    font-size :  15px ;
    border: 0 ;
}
.orderTable table tbody td .cover{
    display: block ;
    height : 50px ;
    width: 50px ;
    margin : 0 auto;
}
.orderTable table tbody td .desc{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px ;
}
.orderTable table tbody td a.remove{
    display : flex  ;
    height : 35px ;
    width: 35px ;
    border-radius : 50% ;
    background : #eee ;
    text-align: center ;
    align-items : center ;
    justify-content: center ;
}
.orderTable table tbody td .remove i {
    font-size : 25px ;
}
.orderTable table tbody td a.remove:hover{
    background : #df242b ;
}
.orderTable table tbody td .remove:hover i {
    color : #fff ;
}
.orderTable table tbody ul.categories{
    display : flex ;
    list-style : none  ;
    margin : 0 ;
    padding : 0 ;
    flex-direction: row ;
    flex-wrap: nowrap ;
}
.orderTable table tbody ul.categories li {
    display : block ;
    height : 30px ;
    width: 30px ;
    border-radius : 50% ;
    overflow : hidden ;
    margin : 5px ;
}
.orderTable table tbody ul.categories li img{
    height : 30px ;
    width : 30px ;
}

.orderTable table tbody .price_body .price_line_through{
    font-size : 15px ;
    display: block ;
    text-decoration: line-through;
    color: #df242b;
}
.orderTable table tbody .price_body .price{
    display : block ;
    padding : 10px 0 0 ;
}
.orderTable table tbody .price_body div {
    display: block ;
}
.pressShop{
    display : inline-block ;
    background-color  : transparent ;
    border : 1px rgba(0,0,0,0.5) solid ;
    border-radius : 20px ;
    font-size : 15px;
    padding : 5px 20px;
    box-shadow : 0 0 10px rgba(0,0,0,.1) ;
    transition: all 0.3s ease ;
}
.pressShop:hover{
    background : #0c7cd5 ;
    color : #fff!important ;
    cursor: pointer ;
    border: 1px transparent solid  ;
}

.blog--card{
    display : block  ;
    box-shadow: 0 3px 5px rgba(66,66,66,.05), 0 3px 5px rgba(66,66,66,.05) ;
    background: rgb(21 19 19) ;
    border-radius: 20px;
    position: relative;
    padding-bottom: 40px ;
    transition: all .3s ease ;
    top : 0 ;
}

.blog--card:after , .blog--card:before {
    content: "";
    position: absolute;
    height: 10px;
    border-radius: 0 0 5px 5px;
    transition: all .3s ease ;
}

.blog--card:after{
    left: 10px;
    right: 10px;
    bottom: -5px;
    z-index: -1;
    background: rgba(0,0,0,.1) ;
}

.force-center{
    align-items: center ;
    justify-content: center;
    display: flex
}

.blog--card:before{
    background: rgba(0,0,0,.2) ;
    left: 20px;
    right: 20px;
    z-index: -2;
    bottom: -10px;
}
.blog--card_container .blog--card:hover{
    top : -10px ;
}

.blog--card_container .blog--card:hover:after{
    bottom: -10px ;
    border-radius: 0 0 20px 20px ;
}
.blog--card_container .blog--card:hover:before{
    bottom: -5px ;
}

.blog--card .cover{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    height: 100px ;
    position: relative;
}

.blog--card:hover img{
    top : -100% ;
    filter: blur(0);
}

.blog--card img{
    filter: blur(2px);
    width: 100% ;
    top : 0 ;
    transition: all 0.4s ease ;
    position: absolute ;
}

.blog--card .blog__content {
    padding : 25px;
    text-align: center;
}
.blog--card .blog__title {
    display: inline-block;
    margin-bottom: 23px;
}
.blog--card .blog__content a{
    font-size: 14px;
    font-weight: bold;
}
.blog--card .blog__content a:hover{
    color : #0674ec
}
.blog--card .blog__content p {
    margin-bottom: 0;
}
.blog--card .blog__content p {
    line-height: 20px;
    color: #b7b7b7 ;
    font-weight: 400;
}
.blog--card .blog__meta {
    padding: 0 ;
    border-top: 1px solid #252424 ;
    overflow: hidden;
    position: absolute ;
    bottom : 0 ;
    left : 0 ;
    right : 0
}

.blog--card .blog__meta .date_time {
    align-items: center ;
    justify-content: center ;
    display: flex;
}

.blog--card .blog__meta .date_time span {
    color:#ffc107 ;
    font-size : 20px ;
}

.blog--card .blog__meta .comment_view, .blog--card .blog__meta .date_time {
    width: 50%;
    float: right ;
}

.blog--card .blog__meta .comment_view:before{
    content : "" ;
    display: block ;
    position: absolute ;
    top : 10px ;
    bottom : 10px ;
    right : 0 ;
    background : rgba(0,0,0,.1) ;
    width: 1px ;
}

.blog--card .blog__meta .comment_view p, .blog--card .blog__meta .date_time p {
    display: block;
    color: #7e7e7e;
    margin : 10px 5px ;
}

.blog--card .blog__meta .comment_view p i, .blog--card .blog__meta .date_time p span {
    margin-right: 6px;
    color :#f9f9f9 ;
    float : right ;
    font-size : 25px ;
}
.blog--card .blog__meta .comment_view{
    display : flex ;
    align-items: center ;
    justify-content: center ;
    position: relative;

}
.blog--card .blog__meta .comment_view i{
    margin-top : 5px ;
    margin-left : 5px ;
}
pre , code {
    direction: initial!important ;
}

.blog--card_container{
    column-count: 3;
    column-gap: 16px;
}

.blog--card_container .blog--card{
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .blog--card_container{
        column-count: 2;
        column-gap: 16px;
    }
}

@media (max-width: 575px) {
    .blog--card_container{
        column-count: 1 ;
        column-gap: 0;
        margin: 0 20px ;
    }
}

.image.captcha .reload {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: rgba(0,0,0,0.1);
    box-shadow : 0 0 2px rgba(0,0,0,.5) ;
    border-radius: 4px;
    color: #000 !important;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.image.captcha img {
    display: block;
    width: 100%;
    position: relative;
}
.image.captcha .reload:after {
    content: "\e6c2" ;
    font-family: 'Pe-icon-7-stroke' !important;
}

.has-danger .form-control {
    border-color: #e65252;
}
.md-content .form-control{
    font-size : 12px
}

.md-content label{
    font-size : 14px;
    font-weight: bold ;
}

.checkbox {
    display: inline-block;
    margin-bottom: 0
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-right : 30px;
    line-height: 25px ;
}

.checkbox label span.checkbox-icon {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(33, 33, 33, 0.51);
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    transition: .3s;
    position: absolute;
    right : 0;
    top: 1px
}

.checkbox input+label span.checkbox-icon:after {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid rgba(33, 33, 33, 0.58);
    border-width: 0 2px 2px 0;
    transform: scale(.5) rotate(45deg);
    transition: all .35s cubic-bezier(.3, -.41, .19, 2), opacity .3s
}

.checkbox input:checked+label span.checkbox-icon {
    border-color: #047bf8;
    background-color: #047bf8
}

.checkbox input:checked+label span.checkbox-icon:after {
    transform: scale(1) rotate(45deg);
    opacity: 1
}
.md-content .form-control:focus{
    outline: none !important;
    box-shadow: 0 0 0 inset transparent !important;
}
.md-content a{
    color : #047bf8
}

.md-content{
    background:#464444!important
}

.md-content .form-control{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important ;
    color : #fff !important
}

.md-overlay{
    background: linear-gradient(to right, #000000, #21201c) !important ;
}

.snackbar-container {
    transition: all 500ms ease;
    transition-property: top, right, bottom, left, opacity;
    font-size: 16px;
    min-height: 14px;
    background-color: #404040;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 18px 24px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999;
    cursor: default;
    border-radius: 4px;
    font-weight: 500
}

.snackbar-container .action {
    background: inherit;
    display: inline-block;
    border: 0;
    font-size: inherit;
    text-transform: uppercase;
    color: #aaa;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px
}

@media(min-width:640px) {
    .snackbar-container {
        display: inline-flex;
        margin: 24px
    }
}

.snackbar-pos.bottom-center {
    top: auto!important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.snackbar-pos.bottom-left {
    top: auto!important;
    bottom: 0;
    left: 0
}

.snackbar-pos.bottom-right {
    top: auto!important;
    bottom: 0;
    right: 0
}

.snackbar-pos.top-left {
    bottom: auto!important;
    top: 0;
    left: 0
}

.snackbar-pos.top-center {
    bottom: auto!important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.snackbar-pos.top-right {
    bottom: auto!important;
    top: 0;
    right: 0
}

@media(max-width:640px) {
    .snackbar-container {
        left: 0;
        right: 0;
        width: 100% ;
        border-radius: 0 ;
        padding-left : 70px !important ;
    }
    .snackbar-pos.bottom-center,
    .snackbar-pos.top-center {
        left: 0;
        transform: none
    }
}

#tooltip
{
    max-width: 200px ;
    text-align: center;
    color: #FFF ;
    box-shadow : 0 5px 10px rgba(0,0,0,.2) ;
    background: #000 ;
    position: absolute;
    z-index: 9999 !important ;
    padding : 5px 15px ;
    font-size: 15px ;
    border-radius : 15px ;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000 ;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #000 ;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.newsletter{
    display : block ;
    height : auto ;
    border-radius: 5px ;
    padding : 10px 10px ;
    font-size : 14px ;
    position: relative ;
    box-shadow : 0 1px 5px rgba(0,0,0,.1) ;
    transition: all 0.5s ease ;
    color: #ffffff;
    background: rgba(0,0,0,0.3);
}

.newsletter:before{
    color : #0A0A0A;
    font-family: 'Pe-icon-7-stroke';
    display: block ;
    content: "\e686";
    position: absolute ;
    top : 10px ;
    left : 10px ;
    font-size : 30px ;
    line-height: 25px ;
}



.newsletter:hover{
    color : #332702 ;
    box-shadow : 0 0 0 transparent;
    background: #ffc108 ;
}

.newsletter:hover:before{
    color :#332702 ;
}

.pointer{
    cursor: pointer;
}

.has-danger .form-control:focus{
    box-shadow: 0 0 0 transparent !important;
}

.search__items{
    display : block ;
    height : auto ;
    padding : 20px!important;
    list-style: none ;
}
.search__items li.search__item{
    display : block ;
    border-bottom: 1px rgba(0,0,0,.1) solid ;
    padding : 10px 0
}
.search__items li.search__item .desc{
    display: block ;
    padding : 10px 0;
    opacity: 0.6;
}
.search__items li.search__item:nth-last-of-type(1){
    border-bottom: 0 none  ;
}
.search__items li.search__item .title a{
    font-size : 16px ;
    color : #ffc107;
}

.search__items li.search__item ul.meta{
    list-style: none ;
    margin : 0 ;
    padding : 0 ;
    display: flex ;
    flex-direction: row ;
    flex-wrap: wrap ;
    opacity: 0.4;
}

@media(max-width:640px) {
    .search__items li.search__item ul.meta{
        display: block !important ;
    }
    .search__items li.search__item ul.meta li{
        padding : 5px 0 !important;
    }
    .search__items li.search__item ul.meta li:after{
        display: none !important;
    }
}

.search__items li.search__item ul.meta li{
    display : block ;
    position: relative ;
    padding : 0 10px ;
}
.search__items li.search__item ul.meta li:after{
    content : "|" ;
    position: absolute ;
    top : 0 ;
    left : 0 ;
    color : rgba(0,0,0,.2)
}
.search__items li.search__item ul.meta li:nth-of-type(1){
    padding-right: 0!important ;
}
.search__items li.search__item ul.meta li:nth-last-of-type(1):after{
    display: none ;
}
.search__items li.search__item ul.meta li b{
    float : right;
    margin-left : 10px ;
}
.articles-blog-post .articles-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.skill-card {
    overflow: hidden;
    padding : 10px ;
    position: relative ;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.skill-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.skill-card:hover .skill-card__header {
    height: 40px;
}

.skill-card:hover .skill-card__header .skill-card__icon {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(3);
    transform: translateX(-50%) translateY(-50%) scale(3);
}

.skill-card:hover .skill-card__body {
    height: 170px;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0, 1.5, 1, 1);
    transition-duration: 0.5s;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(1) {
    transition-delay: 0.25s;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(2) {
    transition-delay: 0.5s;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(3) {
    transition-delay: 0.75s;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(4) {
    transition-delay: 1s;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(5) {
    transition-delay: 1.25s;
}

.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(6) {
    transition-delay: 1.5s;
}

.skill-card .skill-card__header {
    position: relative;
    background-color: #eb6c3f;
    height: 170px;
    margin: -20px -20px 20px -20px;
    transition: height 0.5s;
    overflow: hidden;
    background-size: cover
}

.skill-card .skill-card__header .skill-card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 128px;
    height: 128px;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.skill-card .skill-card__body {
    height: 40px;
    transition: height 0.5s;
    overflow: hidden;
}

.skill-card .skill-card__body .skill-card__title {
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}

.skill-card .skill-card__body .skill-card__duration {
    color: #9E9E9E;
    font-style: italic;
}

.skill-card .skill-card__body .skill-card__knowledge {
    margin-top: 10px;
    color: #424242;
}

.skill-card .skill-card__body .skill-card__knowledge li {
    margin-top: 5px;
    transition-duration: 0;
    transition-delay: 0.5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


.quotation{
    display: block ;
    background-size: cover;
    box-shadow: 0 0px 20px 5px rgba(0,0,0,.2);
    height: 400px ;
    margin: 0 0 40px ;
    border-radius: 4px ;
    overflow: hidden ;
    position: relative ;
    background: #252424 ;
}

.quotation .title{
    display: block ;
    padding : 15px ;
    font-weight: 400;
    color: #a6a9ac;
}


.quotation .ocean {
    height: 40%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    background: #FFC619;
}

.quotation .wave {
    background: url("../img/quotation.svg") repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.quotation .wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-right : 0;
    }
    100% {
        margin-right : -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}

.quotation .quotation__body{
    display: block ;
    position: absolute ;
    bottom : 10px ;
    left : 50px ;
    right : 50px ;
    top : 60px ;
}

.quotation .quotation__body .quotation__list{
    display : block;
    position: relative ;
    overflow: hidden ;
    background: #252424;
    box-shadow : 0 0 5px 5px rgba(0,0,0,.05) ;
    margin : 10px ;padding : 20px;
    transition: all 0.3s ease ;
}

.quotation .quotation__body .quotation__list .head{
    display : block ;
    padding : 0 10px 20px ;
    overflow: hidden ;
}
.quotation .quotation__body .quotation__list .head i{
    float : left ;
    font-size : 25px ;
    color : #eee
}
.quotation .quotation__body .quotation__list .body{
    display : block ;
    overflow: hidden ;
    text-align : justify ;
    padding : 0 0  20px 0 ;
    line-height: 20px ;
    font-weight: normal ;
    border-bottom: 1px rgba(0,0,0,.1) solid ;
}
.quotation .quotation__body .quotation__list .foot{
    display : block;
    overflow: hidden ;
    padding : 20px 0 0 0
}
.quotation .quotation__body .quotation__list .foot .cover{
    display : block ;
    height : 40px ;
    width : 40px ;
    overflow: hidden ;
    border-radius: 50% ;
    float : right ;
    margin-left : 10px ;
}
.quotation .quotation__body .quotation__list .foot .cover img{
    display: block ;
    height: 100% ;
    width: 100% ;
}
.quotation .quotation__body .quotation__list .foot ul{
    display : block ;
    overflow: hidden ;
    list-style: none ;
    padding : 0 ;
    margin : 0 ;
}
.quotation .quotation__body .quotation__list .foot ul li:nth-of-type(1){
    display : block;
    font-weight: bold ;
    color : #fff
}
.quotation .quotation__body .quotation__list .foot ul li:nth-of-type(2){
    display : block;
    font-size : 12px
}
.quotation  .my__dots{
    display : block;
    position: absolute ;
    bottom : -45px ;
    left : 0 ;
    right : 0 ;
    text-align: center ;
    list-style: none ;
}
.quotation ul.my__dots li{
    list-style: none ;
    display : inline-block ;
    margin : 0 5px 0 0
}

.quotation ul.my__dots li button{
    display : block ;
    height : 5px ;
    width: 5px ;
    border : 1px #fff solid ;
    border-radius: 50% ;
    overflow: hidden ;
    padding : 4px ;
    outline: none ;
    background: transparent ;
    cursor: pointer ;
}

.quotation ul.my__dots li.slick-active button {
    background: #fff ;
}

.hidden{
    display : none !important;
}

.portfolio__widget{
    display : block ;
    border-bottom : 1px dashed #101010;
    padding-bottom : 10px ;
}

.portfolio__widget .title {
    display : block ;
    overflow :hidden ;
    padding : 10px 5px ;
    margin : 0 ;
    position : relative ;
    font-size : 15px ;
    font-weight: bold ;
}
.portfolio__widget .title i{
    display : block ;
    position : absolute;
    padding : 5px ;
    top : 0 ;
    left : 0 ;
    font-size : 30px ;
    cursor: pointer ;
}
.portfolio__widget .body{
    display : block ;
}
.portfolio__widget .body ul , .portfolio__widget .body li {
    list-style : none ;
    margin : 0 ;
    padding : 0 ;
}
.portfolio__widget .body li{
    padding : 0;
    overflow : hidden ;
}
.portfolio__widget .body li svg{
    height : 15px !important ;
    width : 15px !important ;
    display : inline-block ;
    margin : 5px 0 0 5px ;
}
.portfolio__widget .body li label input {
    display : none
}
.portfolio__widget .body li label {
    float : right ;
    display : block ;
}

.checkbox__square{
    transition : all .3s ease ;
    display : block ;
    height : 18px ;
    width : 18px ;
    background : transparent ;
    border :1px solid #151414;
    border-radius : 4px ;
    margin : 2px 0 0 5px ;
    cursor : pointer ;
    position : relative ;
}

.checkbox__square:after {
    transition : all .3s ease ;
    content : "" ;
    display : block ;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity : 0.5
}
.portfolio__widget label input[type="radio"] ~ .checkbox__square{
    border-radius : 50%
}
.portfolio__widget label input:checked ~ .checkbox__square ,
.portfolio__widget label input:checked ~ .checkbox__square:after
{
    border-color : #026ECC !important ;
    opacity : 1!important ;
}

.portfolios ul , .portfolios  li{
    list-style: none ;
}

@media (max-width: 767px) {
    .portfolios > ul {
        display : block !important ;
        justify-content: normal;
        align-items: normal;
    }
    .portfolios > ul > li {
        width : 100% !important ;
        margin : 3% 0 !important ;
    }
    .portfolio__widget .body li span {
        font-size : 10px
    }
    .checkbox__square{
        height : 15px ;
        width : 15px
    }
    .checkbox__square:after{
        height : 5px
    }
    .portfolios > ul > li > ul.packet > li i{
        font-size : 10px!important; ;
    }
}

.portfolios ul li:after , .portfolios ul li:before {
    display : none !important
}

.portfolios > ul {
    display : block ;
    margin : 0 ;
    padding : 0
}
.portfolios > ul > li {
    width: 46%;
    float: right;
    margin: 2% 2%;
    overflow: hidden;
    background: #1b1b1b ;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border-radius: 4px;
}
.portfolios > ul > li .cover {
    display : block ;
    max-height : 200px ;
    overflow : hidden ;
    background : rgba(0,0,0,0.01) ;
    box-shadow : 0 0 20px rgba(0,0,0,.05) inset ;
    position : relative
}

.portfolios > ul > li .cover > ul {
    display  :block ;
    position : absolute ;
    bottom : 10px ;
    left : 10px ;
    z-index : 9
}
.portfolios > ul > li .cover > ul > li{
    display : block ;
    border : 1px #fff solid ;
    padding : 4px 10px ;
    overflow : hidden ;
    margin-right : 10px ;
    float : left ;
    border-radius : 15px ;
    background : rgba(255,255,255,0.1) ;
    transition : all 0.3s ease
}
.portfolios > ul > li .cover > ul > li:hover{
    border-color : #eee
}
.portfolios > ul > li .cover > ul > li:hover a{
    color : #eee
}
.portfolios > ul > li .cover > ul > li a {
    color : #fff ;
    font-size : 14px ;
    transition : all 0.3s ease
}
.portfolios > ul > li .cover img {
    width : 100% ;
    min-height : 100% ;
}
.portfolios > ul > li .title {
    display : block ;
    padding : 10px ;
    font-size : 15px ;
    font-weight : bold
}
.portfolios .cover:after {
    content : "" ;
    position : absolute ;
    dispaly  :block ;
    top : 0 ;
    right : 0 ;
    bottom : -40px ;
    left : 0 ;
    transition : all .3s ease ;
    background: linear-gradient(to top , #000 ,transparent 50% )
}
.portfolios > ul > li:hover .cover:after{
    bottom : 0;
}

.portfolios > ul > li > ul.packet {
    display : flex ;
    align-items: flex-start ;
    justify-content: space-between ;
    margin : 0 ;
    padding : 0 ;
    list-style : none ;
}
.portfolios > ul > li > ul.packet > li {
    display : block ;
    overflow : hidden ;
    padding : 0 10px 10px ;
}
.portfolios > ul > li > ul.packet > li i{
    display : block ;
    float : right ;
    font-size : 15px ;
    margin-top : 2px
}
.portfolios > ul > li > ul.packet > li span {
    margin-right : 5px ;
    font-size : 15px ;
    font-weight: bold;
}
.portfolios > ul > li > ul.packet > li > ol > li{
    float : left ;
    padding-right: 5px;
    overflow : hidden ;
    position : relative ;
}
.portfolios > ul > li > ul.packet > li > ol > li > i {
    font-size: 22px;
}
.portfolio__cover{
    /*background : linear-gradient(to right, #ff0079 0, #ff6320 100%) ;*/
    display : block ;
    background : #000 url("../img/cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom : 60px ;
}
.portfolio__cover .user-information{
    background: #1b1b1b ;
    padding: 30px;
    text-align: center;
    box-shadow: 0 -15px 18px rgba(0, 0, 0, 0.43);
    border-radius: 0px;
    position  : relative ;
    top : 40px
}
.portfolio__cover .user-information img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.portfolio__cover .user-information .name {
    font-size: 20px;
    font-weight: 800;
}
.portfolio__cover .user-information .username {
    font-size: 12px;
    color: #747373;

}

.portfolio__cover h1{
    font-size : 25px  ;
    font-weight : bold ;
    color : #fff ;
    text-shadow : 1px 1px 1px #000 ;
    word-spacing: 1px ;
    display : inline-block;

}
.portfolio__cover .title {
    display : block ;
    margin : 40px 0 0 ;
    padding : 20px 0 0 0
}
.portfolio__cover .bio {
    display : block ;
    color : #fff ;
    text-align: justify ;
    font-weight : bold ;
    font-size : 15px ;
    padding : 0 0 20px
}

@media (max-width: 767px) {
    .portfolio__cover .bio{
        font-weight: normal ;
        font-size : 14px
    }
}
.portfolio__cover > main {
    margin : 0 !important;
}

.portfolio__packet ul.skills__portfolio ,.portfolio__packet  ul.skills__portfolio li {
    list-style : none ;
    margin : 0 ;
    padding : 0 ;
}
.portfolio__packet ul.skills__portfolio , article.skills ul {
    display : flex ;
    justify-content: space-between ;
    align-items: center ;
    overflow : hidden ;
    margin : 20px 0
}
.portfolio__packet ul.skills__portfolio li , article.skills ul li {
    height : 30px ;
    width : 30px ;
    overflow : hidden ;
    filter : grayscale(100%);
    opacity : 0.5 ;
    transition : all 0.3s ease ;
    cursor : pointer ;
}
.portfolio__packet ul.skills__portfolio li:hover , article.skills li:hover {
    filter : grayscale(0%);
    opacity : 1

}
.portfolio__packet ul.skills__portfolio li svg , article.skills li svg{
    height : 30px ;
    width : 30px ;
}

.portfolio__packet .title , article.skills .title , article.vote .title, article.sharing .title, article.information .title{
    font-size: 16px;
    line-height: 45px;
    color : #B4B4B6 ;
    font-weight: bold ;
}
.portfolio__packet .title{
    font-size: 20px ;
}
.portfolio__packet .title p , article.skills .title p,article.vote .title p, article.sharing .title p, article.information .title p{
    font-size: 14px;
    text-align: justify;
    line-height: 20px ;
}
.portfolio__packet .title span  , article.skills .title span ,article.vote .title span , article.sharing .title span, article.information .title span {
    font-size: 18px;
    background: linear-gradient(45deg, #FF8F07, #FF0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portfolio__packet a.demo{
    display : inline-block ;
    padding : 10px 25px ;
    border-radius  : 35px ;
    font-size : 18px ;
    font-weight : bold ;
    border : 1px #B4B4B6 solid ;
    margin : 15px 0 ;
    color : #B4B4B6 ;
    position : relative ;
    transition : all .3s ease ;
}
.portfolio__packet a.demo:after{
    content : "" ;
    display : block  ;
    border-radius : 50% ;
    height : 30px ;
    width : 30px ;
    border : 1px transparent solid ;
    position : absolute ;
    top : 5px ;
    right : 5px ;
    border-right-color: #B4B4B6 ;
    transform: rotate(-45deg);
    transition : all .3s ease ;
}
.portfolio__packet a.demo:hover {
    border-color : #FF8F07 ;
    color : #FF8F07 ;
}
.portfolio__packet a.demo:hover:after {
    border-right-color : #FF0000 ;
}



.portfolio__article{
    display : block ;
    margin : 0  20px 0 20px ;
    border-top : 1px rgba(0,0,0,.1) dashed ;
    padding : 10px 0 20px ;
    text-align : justify ;
    height : 250px ;
    position : relative ;
    font-size: 14px;
    line-height: 20px;
    overflow : hidden
}
.portfolio__article:after {
    content : "" ;
    display :block ;
    height : 100px;
    background : linear-gradient(to bottom , transparent , #0000003d) ;
    bottom : 0 ;
    left : 0 ;
    right : 0 ;
    position : absolute ;
}

.portfolio__article__more{
    display: block;
    height: 50px;
    width: 50px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: absolute;
    border-radius: 50%;
    bottom: -25px;
    left: calc(50% - 25px );
    z-index : 99 ;
    cursor : pointer ;
    overflow : hidden
}
.portfolio__article__more:after{
    display : block ;
    content: "\e688" ;
    font-family: 'Pe-icon-7-stroke';
    font-size : 45px ;
    text-align : center ;
    padding : 18px 0 ;
    line-height : 15px ;
    color  : rgba(0,0,0,.5)
}



.product__article-content .comment-content-box{
    box-shadow : 0 0 15px 1px rgba(117, 117, 117, .2)
}

.product__article{
    display : block ;
    height : auto ;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,0.1);;
    margin : 20px 0 ;
    overflow: hidden ;
}

.product__article-title{
    display : block ;
    border-bottom  : 1px rgba(0,0,0,.1) solid ;
    padding : 20px ;
}

.product__article-toolbar{
    display: block ;
    overflow :hidden ;
    height: auto ;
    border-bottom  : 1px rgba(0,0,0,.1) solid ;

}

.product__article-toolbar .item{
    padding :20px 20px ;
    overflow : hidden ;
    display : block ;
    width: 33.3333%;
    float : right ;
    border-left : 1px rgba(0,0,0,.1) solid ;
    position: relative;
}

@media (max-width: 767px) {
    .product__article-toolbar .item{
        width:100% !important;
        float: none !important;
        border : none !important;
        border-bottom : 1px rgba(0,0,0,.1) solid !important;
    }
    .product__article-toolbar .item ul.body{
        display: block !important;
    }
    .product__article-toolbar .item .title{
        float: none !important;
    }
}

.product__article-toolbar .item:nth-last-child(1){
    border-left  : none;

}


.product__article-toolbar .item .title{
    display : inline-block ;
}
.product__article-toolbar .item .title i{
    font-size :24px ;
}
.product__article-toolbar .item .title span {
    font-size : 16px ;
    position: relative ;
    top : -5px ;
    font-weight: bold;
    margin-right : 2px
}
.product__article-toolbar .item ul.body {
    display : inline-block ;
    list-style : none ;
    position: relative ;
    padding : 0 ;
    margin  : 0 ;
    top : -4px ;
    font-weight: bold ;
    color : #212121
}
.product__article-toolbar .item ul.body li{
    padding : 0 5px;
    margin  : 0 ;
    position: relative ;
    display : inline-block;
}
.product__article-toolbar .item ul.body li:after{
    content : "/" ;
    display : block ;
    position: absolute ;
    left : -3px ;
    top : 0 ;
}
.product__article-toolbar .item ul.body li:nth-last-child(1):after{
    display: none;
}
.product__article-toolbar .item ul.body li a{
    font-size : 11px ;
    font-weight: bold;
}

.product__article-toolbar .item ul.customers{
    list-style : none ;
    position: absolute ;
    padding : 0 ;
    margin  : 0 ;
    top : 10px ;
    left : 10px ;
}
.product__article-toolbar .item ul.customers ,
.product__article-toolbar .item ul.customers li{
    list-style : none
}
.product__article-toolbar .item ul.customers li{
    margin  : 0 ;
    position: relative ;
    display : inline-block;
    overflow: hidden ;
    float: left ;
    height :45px ;
    width :45px;
    border-radius: 50% ;
    border : 2px #fff solid ;
    transition: all .3s ease ;
    background : #fff
}
.product__article-toolbar .item ul.customers li:hover{
    z-index: 99 ;
    top : -5px
}
.product__article-toolbar .item ul.customers li:nth-of-type(2){
    left : -10px ;
}
.product__article-toolbar .item ul.customers li:nth-of-type(3){
    left : -20px ;
}
.product__article-toolbar .item ul.customers li img{
    height: 100% ;
    width: 100% ;
    filter: grayscale(100%) opacity(40%);
    transition: all .3s ease ;
}
.product__article-toolbar .item ul.customers li:hover img{
    filter: grayscale(0%) opacity(100%);
}
.product__article-toolbar .item ul.customers .badge {
    box-shadow : 0 0 10px rgba(0,0,0,.2) !important;
    color: #ffffff;
    position : absolute ;
    top: 12px;
    right: -35px;
    border-radius: 15px ;
    border: none !important;
}

.product__article-content{
    padding : 15px 0
}

article.skills , article.vote, article.sharing{
    display : block ;
    padding : 0
}
article.skills .title , article.skills ul , article.vote .title , article.sharing .title, article.information .title{
    padding : 0 20px !important;
}

article.skills ul {
    margin: 10px 0;
}
article.skills .foot , article.vote#post_show .foot , article.sharing .foot , article.information .foot{
    display : block;
    color : #404040 ;
    padding : 5px 10px ;
    margin : 20px 0 0 0  ;
    border-top : 1px rgba(0,0,0,0.1) solid;
}

article.vote#post_show .rate-box{
    float : none !important;
}
article.vote#post_show .rate-box .starrr{
     display: block !important;
    text-align: center !important;
}
article.vote#post_show .rate-box .starrr a{
    font-size: 30px !important;
}
article.vote#post_show .rate-box .starrr a.active{
    color  : #FFC107 !important;
    font-weight: bold ;
}
article.vote#post_show .rate-box .rate{
    float : none ;
    text-align: center;
    font-weight: normal !important;
}
article.sharing ul{
    display: flex ;
    list-style: none ;
    overflow: hidden ;
    align-items: center ;
    justify-content: center;
    margin : 10px 20px 0;
    padding : 0
}
article.sharing ul li , article.sharing ul li a{
    margin : 0 ;
    padding : 0 ;
    transition: all 0.3s ease
}
article.sharing ul li{
    padding : 5px ;
    opacity : 0.3
}
article.sharing ul li a{
    font-size : 25px
}
article.sharing ul li:hover{
    opacity: 1 ;
}
article.sharing ul li.twitter{
    color: #19b2f5 ;
}
article.sharing ul li.telegram{
    color: #40A7E3;
}
article.sharing ul li.twitter{
    color: #0887D1;
}
article.sharing ul li.google{
    color: #9c0c1c;
}
article.sharing ul li.facebook{
    color: #007bb5;
}
article.sharing ul li.twitter{
    color: #ea4c89;
}

.form-group.copylink{
    display : block;
    position : relative ;
    overflow: hidden;
    padding: 20px 20px 0 ;
}

.form-group.copylink button{
    display : block;
    position : absolute ;
    border-radius: 20px ;
    top : 8px ;
    right : 20px ;
    color : #574203 ;
    background : #FFC107 ;
    border : none ;
    padding : 3px 7px !important;
    margin : 0 ;
    outline: none ;
    cursor: pointer ;
}

.form-group.copylink .form-control{
    display: block ;
    border-radius: 20px ;
}

ul.tags__list{
    display: block ;
    overflow: hidden ;
    list-style: none ;
    padding : 0 20px  !important;
}

ul.tags__list li{
    display: inline-block;
    border-radius: 10px ;
    border : 1px rgba(0,0,0,.1) solid ;
    margin : 0 0 0 2px;
    transition: all .3s ease ;
}
ul.tags__list li a{
    display: block ;
    padding : 0 5px ;
    color : rgba(0,0,0,.1) ;
}
ul.tags__list li:hover{
    border-color: rgba(0,0,0,.3) ;
}
ul.tags__list li:hover a{
    color : rgba(0,0,0,.3) ;
}

ul.date__list{
    display: block ;
    margin : 0 ;
    list-style: none ;
    overflow: hidden;
    padding: 0;
    background: #F7F7F7;
}

ul.date__list li {
    display: block;
    width: 33.3333%;
    float: left;
    background: #FCFCFC;
    border-left: 3px #fff solid;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    transform: skew(15deg);
    overflow: hidden ;
}
ul.date__list li div{
    transition: all .3s ease ;
    transform: scale(10);
}
ul.date__list:hover li div{
    transform: scale(1)  skew(-15deg);;
}
article.information{
    padding-bottom: 20px ;
}
article .tab-content .contextor{
    padding : 0 !important;
}


.progress_container {
    display: block ;
    margin : 0 20px ;
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #89949B;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.progress .bar {
    width: 0%;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .bar {
    background-color: #89949B;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
    background-color: #89949B;
    background-image: linear-gradient(top, #89949B, #FFC107);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
    background-color: #FFC107;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@-webkit-keyframes progress-bar-stripes {
    from { background-position: 0 0 }

    to { background-position: 40px 0 }
}

@-moz-keyframes progress-bar-stripes {
    from { background-position: 0 0 }

    to { background-position: 40px 0 }
}

@keyframes progress-bar-stripes {
    from { background-position: 0 0 }

    to { background-position: 40px 0 }
}

.currency__widget{
    font-size: 30px ;
    color : #403002 ;
    position: relative;
    overflow: hidden;
}

.currency__widget .off{
    display: block;
    text-align: center;
    text-decoration: line-through;
    transform: scale(1.8);
    margin-bottom: 10px ;
    color : rgba(0,0,0,.1)
}
.currency__widget .price{
    text-align: center;
    font-size: 17px ;
    display: block;
    transform: scale(1.5);
    color: #ffc107;
}
.currency__widget .foot button{
    display: block ;
    font-size : 16px ;
    color : #B4B4B6  ;
    outline: none ;
    border : none ;
    cursor: pointer ;
    background: #ffffff ;
    width: 100% ;
    margin : 0 !important;
    padding : 15px 0 20px
}

.currency__widget .foot button i {
    position: relative;
    top: 6px;
    right: -5px;
    font-size: 25px;
}
.currency__widget .foot button .error{
    text-align: center;
}
.currency__widget .foot button .error i , .currency__widget .foot button .success i {

    font-size: 30px !important;
    font-weight: bold ;
}
.currency__widget .foot button .error i{
    color : #FF3300 ;
}
.currency__widget .foot button .success i{
    color : #FFC107
}


.currency__widget .foot button span{
    display: block ;
    font-size: 14px!important;
}

article.currency__widget .foot{
    padding : 0 !important;
}
article.currency__widget{
    padding : 0 !important;
}

.toolbar__product{
    display : block ;
    height : auto ;
}

button#basket #basket-body .items .foot .pay:hover {
    background: #eee;
}

.toolbar__product{
    position: relative
}
.toolbar__product .sort{
    display: block ;
    border-radius: 2px;
    position: absolute ;
    top : -10px ;
    left  : 0 ;
    padding : 10px  5px 5px ;
}

.toolbar__product .sort span{
    display: block ;
    padding : 5px;
    font-weight: bold
}
.toolbar__product .sort select {
    border : none ;
    box-shadow : 0 0 2px rgba(0,0,0,.1) ;
    margin : 2px ;
}
.toolbar__product .sort label{
    margin-right: 15px ;
}
.viewshow#grid .price__widget{
    display: block;
    position: absolute;
    bottom: 46px;
    left: 57px;
    padding: 4px 10px 0 15px;
    height: 47px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border-radius: 0 10px 10px 0;
}
.viewshow#grid .price__widget .off , .viewshow#list .price__widget .off{
    font-size: 15px;
    text-align: center;
    text-decoration: line-through;
    color: red;
    font-weight: bold;
    margin: 0;
    line-height: 0;
    padding: 10px 0 0 0;
}

.viewshow#grid .price__widget .price , .viewshow#list .price__widget .price{
    margin: 20% 0;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
}

.viewshow#list .price__widget{
    display: block;
    position: absolute;
    padding: 4px 15px 0 15px;
    height: 47px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border-radius: 10px 0 0 10px;
    top: 16px;
    right: 57px;
}
.rangeslider__fill,
span.blog-item-tag,
.testimonial-carousel .slick-slide.slick-active .testimonial-box,
.listing-item-container.list-layout span.tag,
.tip,
.mfp-arrow:hover {
    background: #f91942;
}

.rangeslider__handle {
    border-color: #f91942
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
    margin: 25px 0
}

.rangeslider--horizontal {
    height: 3px;
    width: 100%;
    direction: ltr;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    filter: alpha(opacity=40);
    opacity: .4
}

.rangeslider__fill {
    background: #66676b;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: #fff;
    border: 2px solid #66676b;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.range-output {
    font-size: 18px;
    font-weight: 400;
    color: #666
}

.range-output:after {
    content: "km"
}

.data-radius-title {
    font-style: normal;
    font-size: 15px;
    color: #888;
    font-weight: 400;
    margin-top: 0;
    display: block
}

.focus{
    color: #fff;
    background-color: #0c0b0b ;
    outline: none;
    margin-top : 15px ;
    box-shadow : 0 5px 10px rgba(0,0,0,.05);
    transition: all .3s ease ;
}
.focus:focus{
    outline: none;
    box-shadow : 0 5px 15px rgba(0,0,0,.05)

}
.range-slider .input-range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background:#211f1f;
    outline: none;
}
.range-slider .input-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow : 0 0 5px rgba(0,0,0,.2) ;
    background:  #fff;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider .input-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}
.range-slider .input-range:active::-webkit-slider-thumb {
    background: #000;
}
.range-slider .range-value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #4898e2;
    padding: 5px 10px;
    margin-right:15px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.range-slider .range-value:after {
    position: absolute;
    top: 8px;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #4898e2;
    border-bottom: 7px solid transparent;
    content: '';
}

.selectric {
    background: #000 !important ;
}
.selectric-items {
    background: #252323!important;
}
.selectric-items li:hover {
    background: rgba(0,0,0,.05);
    color: #fff!important;
}
.selectric-items li.selected {
    background: #1c1a1a;
    color: #000;
    font-weight: bold;
}
.range-slider {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

span.price__currency{
    background: #1f1e1e;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    float: left;
    margin: 0 0 0 30px;
}

.portfolio__widget:nth-last-of-type(1){
    border: none ;
}

button.products {
    background-color: #4898e2 ;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    padding: 1rem 1.6rem;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .03em;
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    /*&:before */
    /*&:hover:before,*/
}
button.products:hover {
    background-color: #4898e2;
}
button.products:focus {
    outline: none;
    -webkit-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}


button.products:after {
    background-color:#4898e2;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);

}

button.products:hover:after {
    border-color: transparent;
}

@-webkit-keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}
@keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}
@-moz-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}
@keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

.alert .close{
    right: auto!important ;
}

#contact .form-control{
    /* border: 1px solid #eceff2; */
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.pagination {
    background: rgba(0,0,0,.2);
    margin: 0;
    list-style: none;
    border-radius: 10px;
    border : 1px rgba(0,0,0,0.3) solid;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 0!important;
}

.pagination li a, .pagination li span {
    display: block;
    padding : 20px;
}

.pagination li.active span {
    background: rgba(0,0,0,0.1) !important;
}

.pagination li a:hover {
    background: #ffc107;
    color: #000;
    font-weight: bold;
}

.pagination > li.pagination-prev a:after{
    content : "برگه‌ی بعد »"
}
.pagination > li.pagination-next a:after{
    content : "« برگه‌ی پیش"
}

.blog {
    --text: #1e293b;
    --muted: #64748b;
    --accent: #ffc107;
    --accent-hover: #e0a800;
    --bg: #ffffff;
    --quote-bg: #fff8e1;
    --border: #e2e8f0;
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
    font-weight: 700 !important;
    margin: 1.4em 0 0.6em !important;
}

/* Headings sizes */
.blog h1 { font-size: 2.2em !important; letter-spacing: -0.5px !important; }
.blog h2 { font-size: 1.6em !important; }
.blog h3 { font-size: 1.25em !important; }
.blog h4 { font-size: 1.1em !important; }
.blog h5 { font-size: 1em !important; }
.blog h6 { font-size: 0.9em !important; }

.blog p { margin: 0 0 1.2em !important; }
.blog p + p { text-indent: 1.2em !important; }

.blog a {
    text-decoration: none !important;
    position: relative !important;
    transition: color 0.2s !important;
}

.blog a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important; bottom: -2px !important;
    width: 100% !important; height: 2px !important;
    opacity: 0 !important; transform: scaleX(0) !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
}
.blog a:hover::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

.blog blockquote {
    margin: 1.5em 0 !important;
    padding: 1em 1.2em !important;
    background: var(--quote-bg) !important;
    border-left: 4px solid var(--accent) !important;
    border-radius: 6px !important;
    color: var(--muted) !important;
    font-style: italic !important;
}

.blog code {
    font-size: 0.95em !important;
    border-radius: 4px !important;
}

.blog pre {
    font-size: 0.95em !important;
    background: #0f172a !important;
    color: #fcd34d !important;
    padding: 1em !important;
    border-radius: 8px !important;
    overflow-x: auto !important;
}

.blog img {
    display: block !important;
    max-width: 100% !important;
    border-radius: 10px !important;
    margin: 1.5em auto !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
}
.blog img:hover { transform: scale(1.02) !important; }

.blog table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1.5em 0 !important;
    font-size: 0.95em !important;
}
.blog th, .blog td {
    border: 1px solid var(--border) !important;
    padding: 0.6em 0.8em !important;
}
.blog th {
    background: #fff8e1 !important;
    font-weight: 600 !important;
}

.blog figcaption {
    font-size: 0.85em !important;
    text-align: center !important;
    color: var(--muted) !important;
    margin-top: 0.5em !important;
}
