@charset "UTF-8";

body {
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat;
    color: #9b9999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2E3841;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

p {
    line-height: 1.7em;
    margin: 0 0 1.75em;
}

ul,
ol {
    padding-left: 50px;
    line-height: 26px;
}

ul#primary-menu {
    padding-top: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 30px;
}

ul ul {
    list-style: disc;
}

blockquote {
    padding-left: 45px;
    border-left: none;
    font-size: 16px;
    color: #2E3841;
    font-style: italic;
    line-height: 26px;
}

figure {
    margin: 1em 0;
}

figure.gallery-item {
    margin: 0;
}

.wp-block-image figcaption {
    line-height: 1.7em;
}

.wp-block-embed figcaption {
    text-align: inherit;
}

@media (min-width:992px) {
    blockquote {
        padding-left: 30px;
    }

}

.wp-block-latest-comments__comment {
    line-height: 1.5;
}

ul.wp-block-categories-list,
ul.wp-block-latest-posts,
ol.wp-block-latest-comments,
ul.wp-block-archives-list {
    margin-bottom: 1.75em;
}

.vk-social-link li a {
    color: #b7b7b7;
    text-decoration: none;
}

#btnscrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 50;
    text-align: center;
    background-color: #a1a1a1;
    color: #fff;
}

#btnscrollup i {
    display: block;
    position: absolute;
    top: 46%;
    left: 50%;
    font-size: 10px;
    font-weight: normal;
    transform: translate(-50%, -50%);
    text-align: center;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#btnscrollup:hover {
    background-color: #FFC000;
    color: #434343;
}

.wapbtt {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width:992px) {
    #btnscrollup {
        right: 70px;
        bottom: 70px;
    }

}
#scrollUp {
    padding: 10px 20px;
    bottom: 20px;
    right: 20px;
    background-color: #2E3841;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    opacity: .5;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    -webkit-backface-visibility: hidden;
}

@media (min-width:992px) {
    #scrollUp {
        bottom: 70px;
        right: 70px;
    }

}

#scrollUp.inverse {
    background-color: #FFC000;
    color: #2E3841;
}

#scrollUp:hover {
    opacity: 1;
    background-color: #FFC000;
    color: #2E3841;
}

.vk-clear-padding {
    padding: 0;
}

.vk-clear-padding-left {
    padding-left: 0;
}

.vk-clear-paddingright {
    padding-right: 0;
}

.vk-clear-padding-top {
    padding-top: 0;
}

.vk-clear-padding-bottom {
    padding-bottom: 0;
}

.vk-clear-margin {
    margin: 0;
}

.vk-clear-margin-left {
    margin-left: 0;
}

.vk-clear-marginright {
    margin-right: 0;
}

.vk-clear-margin-top {
    margin-top: 0;
}

.vk-clear-margin-bottom {
    margin-bottom: 0;
}

.vk-img {
    display: block;
    position: relative;
}

.vk-img img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-img:focus,
.vk-img:hover {
    outline: none;
}

.vk-img:focus img,
.vk-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.vk-img-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

::selection {
    background-color: #FFC000;
    color: #fff;
}

.vk-table {
    width: 100%;
}

.vk-fullwidth {
    width: 100% !important;
}

.vk-space {
    display: block;
}

.vk-space.x-small {
    padding: 10px 0;
}

@media (min-width:992px) {
    .vk-space.x-small {
        padding: 20px 0;
    }

}

.vk-space.small {
    padding: 15px 0;
}

@media (min-width:992px) {
    .vk-space.small {
        padding: 30px 0;
    }

}

.vk-space.medium {
    padding: 25px 0;
}

@media (min-width:992px) {
    .vk-space.medium {
        padding: 50px 0;
    }

}

.vk-space.x-medium {
    padding: 30px 0;
}

@media (min-width:992px) {
    .vk-space.x-medium {
        padding: 60px 0;
    }

}

.vk-space.large {
    padding: 50px 0;
}

@media (min-width:992px) {
    .vk-space.large {
        padding: 100px 0;
    }

}

.vk-space.x-large {
    padding: 60px 0;
}

@media (min-width:992px) {
    .vk-space.x-large {
        padding: 120px 0;
    }

}

.vk-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.vk-list-inline:after {
    clear: both;
    content: "";
    display: table;
}

.vk-list-inline li {
    float: left;
}

.vk-list-icon li {
    position: relative;
    padding: 15px 15px 15px 19px;
}

.vk-list-icon li:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f4f4f4;
    background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
    background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$grey-5', endColorstr='$white', GradientType=1);
}

.vk-list-icon li .fa {
    padding-right: 10px;
}

.vk-list-client-style-1 li {
    float: left;
    width: calc(100% / 3);
    border: 1px solid #EAEAEA;
}

.vk-list-client-style-1 li:nth-child(n+4) {
    margin-top: -1px;
}

.vk-list-client-style-1 li:nth-child(3n),
.vk-list-client-style-1 li:nth-child(3n-1) {
    margin-left: -1px;
}

.vk-list-client-style-1 li img {
    width: 100%;
}

.vk-list-client-style-2 {
    float: left;
    width: 100%;
}

.vk-list-client-style-2 li {
    float: left;
    width: calc(100% / 6);
    text-align: center;
}

.vk-list-client-style-2 img {
    width: auto;
    margin: auto;
}

.vk-list-step img {
    width: 100%;
}

.vk-list-step .vk-title {
    margin-bottom: 20px;
}

.vk-list-step .left-step {
    display: none;
}

@media (min-width:992px) {
    .vk-list-step .left-step {
        display: block;
        padding-right: 115px;
    }

}

.vk-list-step .right-step {
    padding-top: 0;
    padding-left: 95px;
}

@media (min-width:992px) {
    .vk-list-step .right-step {
        margin-left: 0;
        padding-top: 60px;
        padding-right: 15px;
        padding-left: 115px;
    }

}

.vk-list-step .item-row {
    position: relative;
    float: left;
    padding-bottom: 50px;
}

.vk-list-step .item-row:last-child {
    padding-bottom: 0;
}

@media (min-width:992px) {
    .vk-list-step .item-row:nth-child(even) .left-step {
        float: right;
        padding-right: 15px;
        padding-left: 115px;
    }

}

@media (min-width:992px) {
    .vk-list-step .item-row:nth-child(even) .right-step {
        padding-right: 115px;
        padding-left: 15px;
        text-align: right
    }

}

.vk-list-step .item-row:before {
    content: '';
    display: block;
    position: absolute;
    left: 45px;
    width: 1px;
    height: 100%;
    background-color: #EAEAEA;
}

@media (min-width:992px) {
    .vk-list-step .item-row:before {
        right: 45px;
        margin: auto;
    }

}

.vk-list-step .item-row:after {
    content: attr(aria-label);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 15px;
    padding-top: 5px;
    padding-left: 5px;
    width: 60px;
    height: 60px;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 700;
    color: #F4F4F4;
    background-color: #fff;
}

@media (min-width:992px) {
    .vk-list-step .item-row:after {
        right: 15px;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        font-size: 100px;
    }

}

.vk-list-step-mini li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% / 3.01);
    height: 70px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #2E3841;
}

.vk-list-step-mini li:not(:last-child) {
    padding-right: 18px;
}

.vk-list-step-mini li:before {
    content: attr(aria-level);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    line-height: 1;
    font-size: 70px;
    font-weight: 700;
    color: #F4F4F4;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.single-blog .blog-single-title {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .vk-list-step-mini li:before {
        top: -12px;
        font-size: 100px;
    }

}

.vk-list-step-mini li:after {
    content: "\f054";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    font-size: 18px;
    color: #B0B0B0;
}

.vk-list-step-mini li:last-child:after {
    display: none;
}

.vk-list-quantity .vk-btn,
.vk-list-quantity input {
    padding: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #EAEAEA;
    color: #B0B0B0;
}

.vk-list-quantity .vk-btn {
    background-color: #F4F4F4;
}

.vk-list-quantity .vk-btn:active {
    border-color: #FFC000;
    background-color: #EAEAEA;
}

.vk-list-quantity input {
    text-align: center;
}

.vk-list-quantity input:focus {
    outline: none;
}

.vk-text-capitalize {
    text-transform: capitalize;
}

.vk-text-uppercase {
    text-transform: uppercase;
}

.vk-text-center {
    text-align: center;
}

.vk-text-left {
    text-align: left;
}

.vk-text-right {
    text-align: right;
}

.vk-text-italic {
    font-style: italic;
}

.vk-text-color-white {
    color: #fff;
}

.vk-text-color-black {
    color: #000;
}

.vk-text-color-yellow-1 {
    color: #FFC000;
}

.vk-text-color-yellow-2 {
    color: #E5AC00;
}

.vk-text-color-black-1 {
    color: #2E3841;
}

.vk-text-color-black-2 {
    color: #2A333B;
}

.vk-text-color-green-1 {
    color: #9DC835;
}

.vk-text-color-green-2 {
    color: #87AC2D;
}

.vk-text-color-turquoise-1 {
    color: #3EC0A3;
}

.vk-text-color-turquoise-2 {
    color: #269C82;
}

.vk-text-color-blue-1 {
    color: #4C9ECD;
}

.vk-text-color-blue-2 {
    color: #2C7BA9;
}

.vk-text-color-violet-1 {
    color: #AA6BD2;
}

.vk-text-color-violet-2 {
    color: #8145A7;
}

.vk-text-color-grey-1 {
    color: #8D8D8D;
}

.vk-text-color-grey-2 {
    color: #B0B0B0;
}

.vk-text-color-grey-3 {
    color: #B3BDC7;
}

.vk-text-color-grey-4 {
    color: #EAEAEA;
}

.vk-text-color-grey-5 {
    color: #F4F4F4;
}

.vk-text-color-grey-6 {
    color: #b7b7b7;
}

.vk-text-color-grey-7 {
    color: #464646;
}

.vk-text-color-success {
    color: #2da530;
}

.vk-text-color-success-bg {
    color: #caf5cb;
}

.vk-text-color-danger {
    color: #c64747;
}

.vk-text-color-danger-bg {
    color: #ffe0e0;
}

.vk-text-color-warning {
    color: #e7b300;
}

.vk-text-color-warning-bg {
    color: #fff2cb;
}

.vk-text-color-default {
    color: #636363;
}

.vk-text-color-default-bg {
    color: #eaeaea;
}

.vk-parallax {
    background-position: center;
}

@media (max-width:991px) {
    .vk-parallax {
        background-size: cover;
        background-position: center !important;
    }

}

.vk-background-fixed {
    background-size: cover;
    background-attachment: fixed;
}

.vk-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vk-background-overlay._10 {
    opacity: .1;
}

.vk-background-overlay._20 {
    opacity: .2;
}

.vk-background-overlay._30 {
    opacity: .3;
}

.vk-background-overlay._40 {
    opacity: .4;
}

.vk-background-overlay._50 {
    opacity: .5;
}

.vk-background-overlay._60 {
    opacity: .6;
}

.vk-background-overlay._70 {
    opacity: .7;
}

.vk-background-overlay._80 {
    opacity: .8;
}

.vk-background-overlay._90 {
    opacity: .9;
}

.vk-background-white {
    background-color: #fff;
}

.vk-background-black {
    background-color: #000;
}

.vk-background-yellow-1 {
    background-color: #FFC000;
}

.vk-background-yellow-2 {
    background-color: #E5AC00;
}

.vk-background-black-1 {
    background-color: #2E3841;
}

.vk-background-black-2 {
    background-color: #2A333B;
}

.vk-background-green-1 {
    background-color: #9DC835;
}

.vk-background-green-2 {
    background-color: #87AC2D;
}

.vk-background-turquoise-1 {
    background-color: #3EC0A3;
}

.vk-background-turquoise-2 {
    background-color: #269C82;
}

.vk-background-blue-1 {
    background-color: #4C9ECD;
}

.vk-background-blue-2 {
    background-color: #2C7BA9;
}

.vk-background-violet-1 {
    background-color: #AA6BD2;
}

.vk-background-violet-2 {
    background-color: #8145A7;
}

.vk-background-grey-1 {
    background-color: #8D8D8D;
}

.vk-background-grey-2 {
    background-color: #B0B0B0;
}

.vk-background-grey-3 {
    background-color: #B3BDC7;
}

.vk-background-grey-4 {
    background-color: #EAEAEA;
}

.vk-background-grey-5 {
    background-color: #F4F4F4;
}

.vk-background-grey-6 {
    background-color: #b7b7b7;
}

.vk-background-grey-7 {
    background-color: #464646;
}

.vk-background-success {
    background-color: #2da530;
}

.vk-background-success-bg {
    background-color: #caf5cb;
}

.vk-background-danger {
    background-color: #c64747;
}

.vk-background-danger-bg {
    background-color: #ffe0e0;
}

.vk-background-warning {
    background-color: #e7b300;
}

.vk-background-warning-bg {
    background-color: #fff2cb;
}

.vk-background-default {
    background-color: #636363;
}

.vk-background-default-bg {
    background-color: #eaeaea;
}

.container {
    position: relative;
}

a {
    color: #999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
a:hover,
a:focus {
    color: #FFC000;
    text-decoration: none;
}

.form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #FFC000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flaticon:before {
    margin-left: 0;
}

.vk-banner {
    position: relative;
    min-height: 160px;
}

.single-blog .share {
    clear: both;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    border: 1px solid #d1d1d1;
    background: #f7f7f7;
}

.select2-container--default .selection .select2-selection--multiple,
.select2-container--default.select2-container--focus .selection .select2-selection--multiple {
    border: 1px solid #d1d1d1;
    background: #f7f7f7;
}

.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--default.select2-container--open .select2-selection--multiple,
#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ffc000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    background: #f7f7f7;
}

.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

@media (min-width:992px) {
    .wicondefault .vk-banner {
        min-height: 160px;
    }

    .vk-banner {
        min-height: 400px;
    }

}

.vk-banner .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    min-height: inherit;
    height: inherit;
}

.vk-banner .page-heading {
    padding: 15px 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    width: 100%;
}

@media (min-width:992px) {
    .vk-banner .page-heading {
        top: auto;
        left: 0;
        padding: 15px;
        letter-spacing: 7px;
        font-size: 44px;
    }

}

@media (min-width:992px) {
    .vk-banner-small {
        min-height: 290px;
        height: 290px;
    }

}

@media (min-width:992px) {
    .vk-banner-small .page-heading {
        bottom: auto;
    }

}

.vk-banner-large {
    min-height: 500px;
    height: 500px;
}

@media (min-width:992px) {
    .vk-banner-large {
        min-height: 790px;
        height: 790px;
    }

}

.vk-banner-large .page-heading {
    letter-spacing: normal;
}

@media (min-width:992px) {
    .vk-banner-large .page-heading {
        bottom: auto;
        position: static;
    }

}

.vk-banner-large .vk-text {
    display: block;
    line-height: 30px;
}

@media (min-width:768px) {
    .vk-banner-large .vk-text {
        line-height: normal;
    }

}

.vk-banner-large .title-main {
    font-size: 24px;
    font-weight: 700;
}

@media (min-width:768px) {
    .vk-banner-large .title-main {
        font-size: 60px;
    }

}

.vk-banner-large .title-sub {
    font-size: 18px;
    font-weight: 700;
}

@media (min-width:768px) {
    .vk-banner-large .title-sub {
        margin-top: -18px;
        font-size: 49px;
    }

}

.vk-banner-x-large {
    min-height: 500px;
    height: 500px;
}

@media (min-width:992px) {
    .vk-banner-x-large {
        min-height: 900px;
        height: 900px;
    }

}

.vk-banner-x-large .page-heading {
    letter-spacing: normal;
}

@media (min-width:992px) {
    .vk-banner-x-large .page-heading {
        text-align: right;
        bottom: 480px;
    }

}

.vk-banner-x-large .vk-text {
    display: block;
    line-height: 26px;
}

@media (min-width:768px) {
    .vk-banner-x-large .vk-text {
        line-height: normal;
    }

}

.vk-banner-x-large .title-main {
    font-size: 32px;
    font-weight: 700;
}

@media (min-width:768px) {
    .vk-banner-x-large .title-main {
        font-size: 60px;
    }

}

.vk-banner-x-large .title-sub {
    margin-top: -2px;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width:768px) {
    .vk-banner-x-large .title-sub {
        margin-top: -17px;
        font-size: 31px;
        font-weight: 300;
    }

}

.vk-banner-homepage {
    min-height: 0;
    height: auto;
}

.vk-banner-homepage .vk-background-image img {
    width: 100%;
}

.vk-banner-homepage .content {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
}

@media (min-width:992px) {
    .vk-banner-homepage .page-heading {
        position: static;
    }

}

.vk-banner-mod {
    height: 100%;
}

.vk-banner-mod .page-heading {
    text-transform: none;
}

.vk-banner-mod .title-main {
    font-size: 36px;
    line-height: 40px;
}

@media (min-width:992px) {
    .vk-banner-mod .title-main {
        font-size: 80px;
        line-height: normal;
    }

}

.vk-banner-mod .title-sub {
    margin-top: 20px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
}

@media (min-width:992px) {
    .vk-banner-mod .title-sub {
        margin-top: 37px;
        font-size: 18px;
        letter-spacing: 9px;
    }

}

.vk-breadcrumb {
    padding: 14px 0;
    border-bottom: 1px solid #e1e1e1;
}

@media (min-width:992px) {
    .vk-breadcrumb {
        padding: 20px 0;
    }

}

.vk-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: normal;
}

@media (min-width:992px) {
    .vk-breadcrumb ul {
        text-align: left;
    }

}

.vk-breadcrumb ul li {
    display: inline-block;
    text-transform: capitalize;
}

.vk-breadcrumb ul li:not(:last-child):after {
    content: '\f105';
    padding: 0 6px 0 10px;
    font-family: FontAwesome;
}

.vk-menu-right {
    text-transform: capitalize;
}

.vk-menu-right li a {
    display: block;
    padding: 12px;
}

@media (min-width:992px) {
    .vk-menu-right li a {
        padding: 12px 15px 12px 30px;
    }

}

.vk-menu-right li a:hover,
.vk-menu-right li a:focus {
    background: #f4f4f4;
    background: -moz-linear-gradient(left, #f4f4f4 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #f4f4f4 0%, #fff 100%);
    background: linear-gradient(to right, #f4f4f4 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fff', GradientType=1);
}

.vk-search-form .form-group {
    position: relative;
}

.vk-search-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 60px;
}

.vk-search-form .vk-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
    font-size: 18px;
    background-color: transparent;
    color: #B0B0B0;
}

.vk-search-form .vk-btn-search:hover,
.vk-search-form .vk-btn-search:focus {
    color: #FFC000;
}

.main-wrapper {
    overflow: hidden;
}

.vk-page .left,
.vk-page .right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vk-page .right {
    padding-top: 0;
}

@media (min-width:992px) {
    .vk-page .right {
        margin-left: -1px;
        padding-left: 0;
        padding-top: 120px;
    }

}

.vk-page .left {
    padding-left: 30px;
    margin-left: -15px;
}

.vk-page .vk-menu-right {
    padding-top: 12px;
    border-top: 1px solid #EAEAEA;
    text-align: center;
}

@media (min-width:992px) {
    .vk-page .vk-menu-right {
        text-align: left;
        padding-top: 0;
        border-top: none;
    }

}

.vk-page .vk-heading {
    margin-bottom: 50px;
}

@media (min-width:992px) {
    .vk-page .vk-heading {
        margin-bottom: 40px;
    }

}

.vk-input-file {
    width: 0;
    height: 0;
    overflow: hidden;
}

.vk-input-file + label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0;
    padding-left: 57px;
    background-color: #fff;
    font-weight: 300;
}

.vk-input-file + label span {
    width: 170px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vk-input-file + label .fa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0 !important;
    right: 0;
    left: auto !important;
    width: 50px;
    height: 50px;
    background-color: #2E3841;
    color: #fff !important;
    cursor: pointer;
}

.vk-section {
    padding: 60px 0;
}

@media (min-width:992px) {
    .vk-section {
        padding: 80px 0;
    }

}

.vk-section .right {
    padding: 0 15px;
    margin-left: 0;
}

@media (min-width:992px) {
    .vk-section .right {
        padding-right: 85px;
    }

}

.vk-section .left {
    padding-bottom: 20px;
}

@media (min-width:992px) {
    .vk-section .left {
        float: right;
        padding-bottom: 0;
    }

}

.vk-section .vk-title {
    margin-bottom: 20px;
}

.vk-section p {
    margin-bottom: 20px;
}

.vk-section-style-1 .left-content {
    padding-bottom: 25px;
}

@media (min-width:992px) {
    .vk-section-style-1 .left-content {
        float: right;
        padding-bottom: 0;
    }

}

.vk-section-style-1 .vk-buttons .vk-btn {
    min-height: 60px;
    min-width: 100%;
    justify-content: flex-start;
}

@media (min-width:992px) {
    .vk-section-style-1 .vk-buttons .vk-btn {
        min-width: 300px;
    }

}

.vk-section-style-1 .vk-buttons .vk-btn .icon {
    min-width: 60px;
}

.vk-section-style-1 .vk-buttons .vk-btn .fa {
    font-size: 24px;
}

.vk-section-style-1 .vk-buttons .vk-btn .title .fa {
    padding-right: 15px;
}

@media (min-width:768px) {
    .vk-section-style-2 {
        width: auto;
    }

}

.vk-section-style-2 .left-content {
    padding-bottom: 25px;
}

@media (min-width:992px) {
    .vk-section-style-2 .left-content {
        float: right;
        padding-bottom: 0;
    }

}

.vk-section-style-2 .vk-buttons {
    border: 1px solid #EAEAEA;
    border-left: none;
    border-right: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

.vk-section-style-2 .vk-buttons .vk-btn {
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    font-weight: 700;
}

.vk-section-style-2 .vk-buttons .vk-btn .fa {
    margin-top: -2px;
    padding-left: 10px;
}

.vk-section-style-2 .vk-counter {
    display: inline-flex;
    padding: 0;
    width: 70%;
    text-align: left;
    background-color: transparent;
}

.vk-section-style-2 .vk-counter .content {
    padding: 0;
    width: 100%;
}
.vk-section-style-2 .vk-counter .number-count-pr,
.vk-section-style-2 .vk-counter .number-count {
    margin-bottom: 0;
    width: auto;
    font-size: 44px;

}
.vk-section-style-2 .vk-counter .number-count-pr:after,
.vk-section-style-2 .vk-counter .number-count:after {
    height: 35px;
    margin-left: 10px;
}

.vk-section-style-2 .vk-counter .title {
    width: auto;
    padding-left: 6px;
}

.vk-section-style-2 .vk-heading {
    margin-bottom: 25px;
}

@media (min-width:992px) {
    .vk-section-style-2 .vk-heading {
        margin-bottom: 45px;
    }

}

@media (min-width:992px) {
    .vk-section-style-3 {
        width: auto;
    }

}

.vk-section-style-3 .box-filter {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .vk-section-style-3 .box-filter {
        position: absolute;
        top: 0;
        right: 15px;
        margin-bottom: 0;
    }

}

.vk-section-style-3 .box-filter .vk-filter {
    width: 100%;
}

.vk-section-style-4 {
    text-align: center;
}

@media (min-width:992px) {
    .vk-section-style-4 {
        text-align: right;
    }

}

.vk-section-style-4 .vk-heading {
    color: #fff;
    margin-bottom: 50px !important;
}

.vk-section-style-4 p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
}

@media (min-width:992px) {
    .vk-section-style-4 p {
        font-size: 32px;
        line-height: 48px;
    }

}

.vk-section-style-4 .vk-buttons {
    padding-top: 40px;
}

.vk-section-style-4 .vk-btn {
    width: 90%;
}

@media (min-width:768px) {
    .vk-section-style-4 .vk-btn {
        width: auto;
    }

}

.vk-section-style-4 .vk-btn .fa {
    color: #2E3841;
}

.vk-section-style-5 .vk-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    margin-bottom: 0 !important;
    padding: 60px 15px;
    text-align: center;
    overflow: hidden;
    font-size: 24px;
}

@media (min-width:768px) {
    .vk-section-style-5 .vk-heading {
        justify-content: center;
        left: 10px;
        right: 10px;
        padding-left: 0;
    }

}

@media (min-width:1200px) {
    .vk-section-style-5 .vk-heading {
        justify-content: flex-start;
        left: 30px;
        right: 30px;
        padding-left: 30px;
        font-size: 28px;
    }

}

.vk-section-style-5 .vk-heading a {
    color: #fff;
}

.vk-section-style-5 .vk-heading:after {
    content: attr(aria-label);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    z-index: 1;
    opacity: .7;
    font-size: 100px;
    font-weight: 700;
    color: #FFC000;
}

@media (min-width:768px) {
    .vk-section-style-5 .vk-heading:after {
        left: 20%;
        font-size: 120px;
    }

}

@media (min-width:1200px) {
    .vk-section-style-5 .vk-heading:after {
        left: 8%;
    }

}

.vk-section-style-5 .vk-heading span {
    position: relative;
    padding-left: 15px;
    z-index: 2;
}

.vk-section-style-5 .vk-heading span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    width: 60px;
    margin: auto;
    background-color: #fff;
}

@media (min-width:992px) {
    .vk-section-style-5 .vk-heading span:before {
        width: 30px;
    }

}

@media (min-width:1200px) {
    .vk-section-style-5 .vk-heading span:before {
        width: 60px;
    }

}

.vk-section-style-6 {
    position: relative;
    overflow: hidden;
}

.vk-section-style-6 .left-content {
    position: absolute;
    top: 0;
    overflow: hidden;
}

.vk-section-style-7 .content {
    padding-top: 20px;
}

@media (min-width:992px) {
    .vk-section-style-7 .content {
        padding-top: 35px;
    }

}

.vk-section-style-7 .vk-title {
    line-height: 30px;
}

.vk-section-style-8 {
    padding-top: 15px;
    padding-bottom: 295px;
    background-size: cover;
}

@media (min-width:992px) {
    .vk-section-style-8 {
        padding: 150px 0;
    }

}

.vk-section-style-8 .box-content {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 15px 30px;
    text-align: center;
}

@media (min-width:992px) {
    .vk-section-style-8 .box-content {
        padding: 60px 50px;
    }

}

.vk-section-style-8 p {
    line-height: normal;
}

.vk-section-style-8 .vk-heading-main {
    font-size: 36px;
}

@media (min-width:992px) {
    .vk-section-style-8 .vk-heading-main {
        font-size: 48px;
    }

}

.vk-section-style-8 .vk-title-main {
    font-size: 24px;
    color: #2E3841;
}

@media (min-width:992px) {
    .vk-section-style-8 .vk-title-main {
        font-size: 30px;
    }

}

.vk-section-style-8 .vk-price-main {
    font-size: 48px;
}

@media (min-width:992px) {
    .vk-section-style-8 .vk-price-main {
        font-size: 60px;
    }

}

.vk-section-style-8 .vk-buttons {
    padding-top: 10px;
}

@media (min-width:992px) {
    .vk-section-style-8 .vk-buttons {
        padding-top: 20px;
    }

}

.vk-section-style-8 .vk-btn-buynow {
    min-width: 170px;
    font-weight: 700;
}

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

.vk-pagination li {
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.vk-pagination li.active {
    color: #FFC000;
    cursor: pointer;
}

.vk-pagination li.back {
    position: relative;
    margin-right: 20px;
}

.vk-pagination li.back:after {
    content: '|';
    position: absolute;
    right: -23px;
}

@media (min-width:992px) {
    .vk-pagination li.back:after {
        display: none;
    }

}

.vk-pagination li.next {
    margin-left: 20px;
}

.vk-pagination li:first-child {
    padding-left: 0;
}

.vk-pagination li:last-child {
    padding-right: 0;
}

.vk-pagination li:not(.arrow) {
    display: none;
}

@media (min-width:992px) {
    .vk-pagination li:not(.arrow) {
        display: inline-block;
    }
}

.vk-filter {
    display: inline-block;
    margin: 0;
    padding: 10px;
    width: 200px;
    min-height: 44px;
    list-style: none;
    border: 1px solid #EAEAEA;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width:992px) {
    .vk-filter {
        width: auto;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 0;
    }
}

.vk-filter li {
    display: inline-block;
    padding: 14px 23px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: -1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-filter li:hover {
    color: #FFC000;
}

.vk-filter li.active {
    color: #FFC000;
    border-color: #EAEAEA;
    border-bottom-color: #fff;
}

.vk-btn-readmore {
    color: #2E3841;
    font-weight: 600;
    padding-left: 0 !important;
    border: none !important;
    letter-spacing: 1px;
}
.uni-btn-transparent{
    background-color: transparent;
}
.vk-btn-readmore .fa {
    padding-left: 8px;
    margin-top: -2px;
}

.vk-recent-blog {
    position: relative;
    padding-top: 160px;
}

@media (min-width:400px) {
    .vk-recent-blog {
        width: 370px;
        margin: auto;
    }

}

.vk-recent-blog {
    width: auto;
    padding-top: 0;
}

.vk-recent-blog .brief-content {
    background-color: #fff;
    padding: 25px 20px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:992px) {
    .vk-recent-blog .brief-content {
        width: 350px;
        position: absolute;
        top: 40px;
        right: 0;
        margin-left: 0;
        margin-right: 0;
    }

}

.vk-recent-blog .vk-img-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.vk-recent-blog .vk-img-frame {
    position: relative;
}

.vk-recent-blog .vk-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 24px;
}

.vk-recent-blog .vk-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #FFC000;
}

.vk-recent-blog .vk-title a {
    color: #2E3841;
}

.vk-recent-blog .vk-title a:hover,
.vk-recent-blog .vk-title a:focus {
    color: #FFC000;
}

.vk-recent-blog .brief {
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:991px) {
    .wicon-vc-recent-blog .vk-img-frame img {
        margin: 0 auto;
    }

    .wicon-vc-recent-blog .vk-recent-blog {
        padding-top: 160px !important;
    }

    .wicon-vc-recent-blog .vk-img-frame img {
        width: 100%;
    }

    .vk-recent-blog .brief-content {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .vk-recent-blog .vk-img-frame {
        position: absolute !important;
    }

}

.mejs-overlay-button {
    display: none;
}

.mejs-container .mejs-controls {
    padding: 15px;
    height: auto;
    font-family: Montserrat;
}

.mejs-container .mejs-controls div {
    width: auto;

    font-family: inherit;
    font-size: 13px;
}

.mejs-container .mejs-controls button {
    background: none;
    margin: 0;
}

.mejs-container .mejs-controls button:focus {
    outline: 0;
}

.mejs-container .mejs-controls button:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #B0B0B0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
}

.mejs-container .mejs-controls .mejs-button {
    width: 30px;
    height: 30px;
}

.mejs-container .mejs-controls .mejs-button button {
    width: inherit;
    height: inherit;
    margin-top: 5px;
}

.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after {
    content: "\f04b";
    padding-left: 2px;
}

.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
    content: "\f04c";
}

.mejs-container .mejs-controls .mejs-time-rail {
    width: auto !important;
    position: absolute;
    left: 105px;
}

.mejs-container .mejs-controls .mejs-time-rail span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    background: #B0B0B0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #FFC000;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 50px;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 100%;
}

.mejs-container .mejs-controls .mejs-volume-button {
    position: absolute;
    right: 40px;
}

.mejs-container .mejs-controls .mejs-volume-button button {
    background: none;
}

.mejs-container .mejs-controls .mejs-volume-button button:after {
    border: none;
    font-size: 20px;
}

.mejs-container .mejs-controls .mejs-volume-button.mejs-mute button:after {
    content: "\f027";
}

.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:after {
    content: "\f026";
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #B0B0B0;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #FFC000;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    cursor: pointer;
    background: #FFC000;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider {
    float: right;
    width: 40px;
    height: 10px;
    margin-right: 15px;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 -11px;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.mejs-container .mejs-controls .mejs-currenttime-container {
    padding-left: 15px;
    padding-right: 10px;
}

.mejs-container .mejs-controls .mejs-duration-container {
    position: absolute;
}

.mejs-container .mejs-controls .mejs-fullscreen-button {
    position: absolute;
    right: 7px;
}

.mejs-container .mejs-controls .mejs-fullscreen-button button:after {
    border: none;
    content: "\f065";
}

.mejs-container .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
    content: "\f066";
}

.mejs-container.mejs-audio .mejs-controls {
    background: #2E3841;
}

.mejs-container.mejs-audio .mejs-controls .mejs-volume-button button {
    display: none;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
    right: 63px;
}

@media (min-width:992px) {
    .mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
        right: 115px;
    }

}

.mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
    right: 15px;
}

@media (min-width:992px) {
    .mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
        right: 67px;
    }

}

.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
    float: right;
    width: 40px;
    height: 10px;
    display: none !important;
}

@media (min-width:992px) {
    .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
        display: block !important;
    }

}

.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 -11px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.mejs-container.mejs-video .mejs-controls .mejs-time-rail {
    right: 89px;
}

@media (min-width:992px) {
    .mejs-container.mejs-video .mejs-controls .mejs-time-rail {
        right: 120px;
    }

}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button {
    position: absolute;
    right: 40px;
    display: none !important;
}

@media (min-width:992px) {
    .mejs-container.mejs-video .mejs-controls .mejs-volume-button {
        display: block !important;
    }

}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button button {
    background: none;
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button button:after {
    border: none;
    font-size: 20px;
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-mute button:after {
    content: "\f027";
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-unmute button:after {
    content: "\f026";
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #B0B0B0;
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #FFC000;
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    cursor: pointer;
    background: #FFC000;
}

.mejs-container.mejs-video .mejs-controls .mejs-duration-container {
    right: 40px;
}

@media (min-width:992px) {
    .mejs-container.mejs-video .mejs-controls .mejs-duration-container {
        right: 75px;
    }

}

.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button {
    position: absolute;
    right: 7px;
}

.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button button:after {
    border: none;
    content: "\f065";
}

.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
    content: "\f066";
}

.vk-price-range {
    float: left;
    width: 100%;
    padding-bottom: 55px;
}

.vk-price-range .ui-slider {
    margin-bottom: 25px;
}

.vk-price-range .ui-widget.ui-widget-content {
    border: none;
    background-color: #EAEAEA;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 3px;
}

.vk-price-range .ui-widget-header {
    background-color: #FFC000;
    height: 3px;
}

.vk-price-range .ui-slider-handle {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #FFC000;
    width: 5px;
    height: 15px;
    margin-left: 0;
    top: -5px;
    cursor: pointer;
    outline: none;
}

.vk-price-range .price-show {
    width: calc(100% * 2 / 3);
    float: left;
    position: relative;
}

.vk-price-range .price-show input {
    width: 100%;
    height: 36px;
    border: 1px solid #EAEAEA;
    padding-left: 25px;
    padding-right: 10px;
}

.vk-price-range .price-show .unit {
    position: absolute;
    top: 8px;
    color: #2E3841;
    font-weight: 500;
}

.vk-price-range .price-show .input-group {
    float: left;
    position: relative;
    width: 50%;
    padding-right: 15px;
}

.vk-price-range .price-show .input-group .unit {
    left: 10px;
}

.vk-price-range .price-show .input-group ~ .input-group {
    padding-right: 0;
    padding-left: 15px;
}

.vk-price-range .price-show .input-group ~ .input-group .unit {
    left: 25px;
}

.vk-price-range .price-show .divider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 19px;
    margin: auto;
    text-align: center;
}

.vk-price-range .vk-buttons {
    float: left;
    width: calc(100% * 1 / 3);
    padding-left: 15px;
}

.vk-price-range .vk-buttons .vk-btn {
    width: 100%;
    font-weight: 500;
}

.vk-alert {
    padding: 18px;
    margin-bottom: 20px;
}

.vk-alert-default {
    color: #636363;
    background-color: #eaeaea;
}

.vk-alert-success {
    color: #2da530;
    background-color: #caf5cb;
}

.vk-alert-warning {
    color: #e7b300;
    background-color: #fff2cb;
}

.vk-alert-danger {
    color: #c64747;
    background-color: #ffe0e0;
}

.vk-alert-border {
    border: 1px solid;
}

.vk-alert-border.vk-alert-default {
    border-color: #636363;
}

.vk-alert-border.vk-alertsuccess {
    border-color: #2da530;
}

.vk-alert-border.vk-alertwarning {
    border-color: #e7b300;
}

.vk-alert-border.vk-alert-danger {
    border-color: #c64747;
}

.vk-alert-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vk-alert-transparent {
    background-color: transparent;
}

.vk-alert-transparent .vk-alert-default {
    color: #636363;
}

.vk-alert-transparent .vk-alertsuccess {
    color: #2da530;
}

.vk-alert-transparent .vk-alertwarning {
    color: #e7b300;
}

.vk-alert-transparent .vk-alert-danger {
    color: #c64747;
}

.vk-alert-border-bottom {
    -webkit-box-shadow: inset 0 -5px 0;
    -moz-box-shadow: inset 0 -5px 0;
    box-shadow: inset 0 -5px 0;
}

.vk-alert-icon {
    position: relative;
    padding-left: 46px;
}

.vk-alert-icon .fa {
    position: absolute;
    left: 20px;
    font-size: 18px;
}

.vk-alert-element .title {
    margin: 0;
    padding-bottom: 25px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

@media (min-width:992px) {
    .vk-alert-element .title {
        text-align: left;
    }

}

.vk-alert-element .list-item {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-alert-element .list-item {
        padding-bottom: 0;
    }

}

@media (min-width:992px) {
    .vk-alert-element .vk-space.x-large {
        padding-bottom: 80px;
    }

}

@media (min-width:992px) {
    .vk-alertbox-outline .vk-space.x-large {
        padding-top: 100px;
    }

}

@media (min-width:992px) {
    .vk-alertbox-3d {
        padding-bottom: 100px;
    }

}

@media (min-width:992px) {
    .vk-alertbox-3d .vk-space.x-large {
        padding-top: 100px;
    }

}

.vk-btn {
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    overflow: hidden;
    border: 2px solid transparent;
    min-height: 44px;
    outline: none;
    color: #fff;
    background-color: #aaa;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-btn-default {
    background-color: #FFC000;
}

.vk-btn-default:hover,
.vk-btn-default:focus {
    border-color: #FFC000;
    background-color: transparent !important;
    color: #FFC000 !important;
}

.vk-btn-xs {
    min-height: 36px;
    padding: 8px 20px;
    font-size: 12px;
}

.vk-btn-s {
    min-height: 40px;
    padding: 9.5px 20px;
    font-size: 12px;
}

.vk-btn-l {
    min-height: 50px;
    padding: 13px 20px;
}

.vk-btn-xl {
    min-height: 56px;
    padding: 13.5px 20px;
    font-size: 18px;
}

.vk-btn-transparent {
    background-color: transparent;
    color: #FFC000;
}

.vk-btn-transparent:hover,
.vk-btn-transparent:focus {
    color: #2E3841;
}

.vk-btn-green {
    background-color: #9DC835;
}

.vk-btn-green:hover,
.vk-btn-green:focus {
    background-color: transparent;
    color: #9DC835;
    border-color: #9DC835;
}

.vk-btn-turquoise {
    background-color: #3EC0A3;
}

.vk-btn-turquoise:hover,
.vk-btn-turquoise:focus {
    background-color: transparent;
    color: #3EC0A3;
    border-color: #3EC0A3;
}

.vk-btn-blue {
    background-color: #4C9ECD;
}

.vk-btn-blue:hover,
.vk-btn-blue:focus {
    background-color: transparent;
    color: #4C9ECD;
    border-color: #4C9ECD;
}

.vk-btn-violet {
    background-color: #AA6BD2;
}

.vk-btn-violet:hover,
.vk-btn-violet:focus {
    background-color: transparent;
    color: #AA6BD2;
    border-color: #AA6BD2;
}

.vk-btn .title {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.vk-btn-inverse {
    background-color: #2E3841;
}

.vk-btn-inverse:hover,
.vk-btn-inverse:focus {
    background-color: #FFC000;
    color: #fff;
}

.entry-content a.vk-btn-inverse:hover,
.entry-content a.vk-btn-inverse:focus {
    background-color: #FFC000;
    color: #fff;
    text-decoration: none;
}

.vk-border-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vk-border-yellow {
    border: 2px solid #FFC000;
    color: #FFC000;
}

.vk-border-yellow:hover,
.vk-border-yellow:focus {
    background-color: #FFC000;
    color: #fff;
    border-color: transparent;
}

.vk-border-green {
    border: 2px solid #9DC835;
    color: #9DC835;
}

.vk-border-green:hover,
.vk-border-green:focus {
    background-color: #9DC835;
    color: #fff;
    border-color: transparent;
}

.vk-border-turquoise {
    border: 2px solid #3EC0A3;
    color: #3EC0A3;
}

.vk-border-turquoise:hover,
.vk-border-turquoise:focus {
    background-color: #3EC0A3;
    color: #fff;
    border-color: transparent;
}

.vk-border-blue {
    border: 2px solid #4C9ECD;
    color: #4C9ECD;
}

.vk-border-blue:hover,
.vk-border-blue:focus {
    background-color: #4C9ECD;
    color: #fff;
    border-color: transparent;
}

.vk-border-violet {
    border: 2px solid #AA6BD2;
    color: #AA6BD2;
}

.vk-border-violet:hover,
.vk-border-violet:focus {
    background-color: #AA6BD2;
    color: #fff;
    border-color: transparent;
}

.vk-border-bottom {
    border: none;
    padding: 12px 20px;
}

.vk-border-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-border-bottom.vk-btn-default:after {
    background-color: #E5AC00;
}

.vk-border-bottom.vk-btn-green:after {
    background-color: #87AC2D;
}

.vk-border-bottom.vk-btn-turquoise:after {
    background-color: #269C82;
}

.vk-border-bottom.vk-btn-blue:after {
    background-color: #2C7BA9;
}

.vk-border-bottom.vk-btn-violet:after {
    background-color: #8145A7;
}

.vk-border-bottom.vk-btn-xs {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}

.vk-border-bottom.vk-btn-s {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}

.vk-border-bottom.vk-btn-l {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vk-border-bottom.vk-btn-xl {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}

.vk-border-bottom:hover,
.vk-border-bottom:focus {
    color: #fff;
}

.vk-border-bottom:hover:after,
.vk-border-bottom:focus:after {
    height: 100%;
}

.vk-btn-icon {
    padding-top: 12px;
    padding-right: 70px;
    padding-bottom: 12px;
    background-color: #2E3841;
    overflow: hidden;
    border: none;
}

.vk-btn-icon .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    min-height: inherit;
    min-width: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-btn-icon .icon .fa {
    z-index: 1;
}

.vk-btn-icon.vk-btn-default .icon {
    background-color: #FFC000;
}

.vk-btn-icon.vk-btn-default:hover,
.vk-btn-icon.vk-btn-default:focus {
    -webkit-box-shadow: inset 0 0 0 2px #FFC000;
    -moz-box-shadow: inset 0 0 0 2px #FFC000;
    box-shadow: inset 0 0 0 2px #FFC000;
}

.vk-btn-icon.vk-btn-green .icon {
    background-color: #9DC835;
}

.vk-btn-icon.vk-btn-green:hover,
.vk-btn-icon.vk-btn-green:focus {
    -webkit-box-shadow: inset 0 0 0 2px #9DC835;
    -moz-box-shadow: inset 0 0 0 2px #9DC835;
    box-shadow: inset 0 0 0 2px #9DC835;
}

.vk-btn-icon.vk-btn-turquoise .icon {
    background-color: #3EC0A3;
}

.vk-btn-icon.vk-btn-turquoise:hover,
.vk-btn-icon.vk-btn-turquoise:focus {
    -webkit-box-shadow: inset 0 0 0 2px #3EC0A3;
    -moz-box-shadow: inset 0 0 0 2px #3EC0A3;
    box-shadow: inset 0 0 0 2px #3EC0A3;
}

.vk-btn-icon.vk-btn-blue .icon {
    background-color: #4C9ECD;
}

.vk-btn-icon.vk-btn-blue:hover,
.vk-btn-icon.vk-btn-blue:focus {
    -webkit-box-shadow: inset 0 0 0 2px #4C9ECD;
    -moz-box-shadow: inset 0 0 0 2px #4C9ECD;
    box-shadow: inset 0 0 0 2px #4C9ECD;
}

.vk-btn-icon.vk-btn-violet .icon {
    background-color: #AA6BD2;
}

.vk-btn-icon.vk-btn-violet:hover,
.vk-btn-icon.vk-btn-violet:focus {
    -webkit-box-shadow: inset 0 0 0 2px #AA6BD2;
    -moz-box-shadow: inset 0 0 0 2px #AA6BD2;
    box-shadow: inset 0 0 0 2px #AA6BD2;
}

.vk-btn-icon.vk-btn-transparent {
    background-color: transparent;
}

.vk-btn-icon.vk-btn-transparent .icon {
    border-left: 2px solid;
}

.vk-btn-icon.vk-btn-xs {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}

.vk-btn-icon.vk-btn-xs .icon {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
}

.vk-btn-icon.vk-btn-s {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}

.vk-btn-icon.vk-btn-s .icon {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}

.vk-btn-icon.vk-btn-l {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vk-btn-icon.vk-btn-l .icon {
    padding-top: 16px;
    padding-bottom: 16px;
}

.vk-btn-icon.vk-btn-xl {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}

.vk-btn-icon.vk-btn-xl .icon {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
}

.vk-btn-icon.vk-border-yellow {
    border: 2px solid #FFC000;
    color: #FFC000;
}

.vk-btn-icon.vk-border-yellow .icon {
    color: #FFC000;
}

.vk-btn-icon.vk-border-yellow:hover .icon,
.vk-btn-icon.vk-border-yellow:focus .icon {
    background-color: #FFC000;
    color: #fff;
    border-color: #FFC000;
}

.vk-btn-icon.vk-border-green {
    border: 2px solid #9DC835;
    color: #9DC835;
}

.vk-btn-icon.vk-border-green .icon {
    color: #9DC835;
}

.vk-btn-icon.vk-border-green:hover .icon,
.vk-btn-icon.vk-border-green:focus .icon {
    background-color: #9DC835;
    color: #fff;
    border-color: #9DC835;
}

.vk-btn-icon.vk-border-turquoise {
    border: 2px solid #3EC0A3;
    color: #3EC0A3;
}

.vk-btn-icon.vk-border-turquoise .icon {
    color: #3EC0A3;
}

.vk-btn-icon.vk-border-turquoise:hover .icon,
.vk-btn-icon.vk-border-turquoise:focus .icon {
    background-color: #3EC0A3;
    color: #fff;
    border-color: #3EC0A3;
}

.vk-btn-icon.vk-border-blue {
    border: 2px solid #4C9ECD;
    color: #4C9ECD;
}

.vk-btn-icon.vk-border-blue .icon {
    color: #4C9ECD;
}

.vk-btn-icon.vk-border-blue:hover .icon,
.vk-btn-icon.vk-border-blue:focus .icon {
    background-color: #4C9ECD;
    color: #fff;
    border-color: #4C9ECD;
}

.vk-btn-icon.vk-border-violet {
    border: 2px solid #AA6BD2;
    color: #AA6BD2;
}

.vk-btn-icon.vk-border-violet .icon {
    color: #AA6BD2;
}

.vk-btn-icon.vk-border-violet:hover .icon,
.vk-btn-icon.vk-border-violet:focus .icon {
    background-color: #AA6BD2;
    color: #fff;
    border-color: #AA6BD2;
}

.vk-btn-icon.vk-border-bottom {
    border: none;
}

.vk-btn-icon.vk-border-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-btn-icon.vk-border-bottom.vk-btn-default:after {
    background-color: #E5AC00;
}

.vk-btn-icon.vk-border-bottom.vk-btn-green:after {
    background-color: #87AC2D;
}

.vk-btn-icon.vk-border-bottom.vk-btn-turquoise:after {
    background-color: #269C82;
}

.vk-btn-icon.vk-border-bottom.vk-btn-blue:after {
    background-color: #2C7BA9;
}

.vk-btn-icon.vk-border-bottom.vk-btn-violet:after {
    background-color: #8145A7;
}

.vk-btn-icon.vk-border-bottom:hover,
.vk-btn-icon.vk-border-bottom:focus {
    color: #fff;
}

.vk-btn-icon.vk-border-bottom:hover:after,
.vk-btn-icon.vk-border-bottom:focus:after {
    height: 100%;
}

.vk-btn-icon.vk-border-bottom.vk-btn-default {
    background-color: #FFC000;
}

.vk-btn-icon.vk-border-bottom.vk-btn-green {
    background-color: #9DC835;
}

.vk-btn-icon.vk-border-bottom.vk-btn-turquoise {
    background-color: #3EC0A3;
}

.vk-btn-icon.vk-border-bottom.vk-btn-blue {
    background-color: #4C9ECD;
}

.vk-btn-icon.vk-border-bottom.vk-btn-violet {
    background-color: #AA6BD2;
}

.vk-btn-icon.vk-border-bottom .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

button.vk-btn {
    display: inline-block;
}

.vk-button-element .vk-divider {
    border-color: #d7d7d7;
}

.vk-button-element .vk-btn {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .vk-button-element .vk-btn {
        margin: 40px 0;
    }

}

.vk-button-element .heading {
    margin: 0;
    padding: 30px 0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

@media (min-width:992px) {
    .vk-button-element .heading {
        margin-bottom: 40px;
        padding: 0;
        text-align: left;
    }

}

.vk-button-element .wrapper {
    padding-bottom: 10px;
}

@media (min-width:992px) {
    .vk-button-element .wrapper {
        padding-bottom: 0;
    }

}

@media (min-width:992px) {
    .vk-button-element .wrapper .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
    }

}

.vk-button-element .even {
    background-color: #F4F4F4;
}

.vk-button-element .button-wrapper {
    padding: 50px 0;
}

@media (min-width:992px) {
    .vk-button-element .button-wrapper {
        padding: 100px 0;
    }

}

.vk-button-element .vk-space.x-large {
    padding-bottom: 30px;
}

@media (min-width:992px) {
    .vk-button-element .vk-space.x-large {
        padding-bottom: 80px;
    }

}

.vk-button-element .list-item {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-button-element .list-item {
        padding-bottom: 80px;
    }

}

.vk-color-wrapper .vk-color {
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.vk-color-wrapper .yellow-1 {
    background-color: #FFC000;
}

.vk-color-wrapper .yellow-2 {
    background-color: #E5AC00;
}

.vk-color-wrapper .black-1 {
    background-color: #2E3841;
}

.vk-color-wrapper .black-2 {
    background-color: #2A333B;
}

.vk-color-wrapper .green-1 {
    background-color: #9DC835;
}

.vk-color-wrapper .green-2 {
    background-color: #87AC2D;
}

.vk-color-wrapper .blue-1 {
    background-color: #3EC0A3;
}

.vk-color-wrapper .blue-2 {
    background-color: #269C82;
}

.vk-color-wrapper .turquoise-1 {
    background-color: #4C9ECD;
}

.vk-color-wrapper .turquoise-2 {
    background-color: #2C7BA9;
}

.vk-color-wrapper .violet-1 {
    background-color: #AA6BD2;
}

.vk-color-wrapper .violet-2 {
    background-color: #8145A7;
}

.vk-color-wrapper .grey-1 {
    background-color: #8D8D8D;
}

.vk-color-wrapper .grey-2 {
    background-color: #B0B0B0;
}

.vk-color-wrapper .grey-3 {
    background-color: #B3BDC7;
}

.vk-color-wrapper .grey-4 {
    background-color: #EAEAEA;
}

.vk-color-wrapper .grey-5 {
    background-color: #F4F4F4;
}

.vk-color-wrapper .grey-4,
.vk-color-wrapper .grey-5 {
    color: #2E3841;
}

.vk-counter {
    padding-bottom: 50px;
    text-align: center;
    color: #2E3841;
    font-weight: 600;
}

@media (min-width:992px) {
    .vk-counter {
        padding: 100px 0;
    }

}

.vk-counter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}
.vk-counter i.fa,
.vk-counter .uni-icomoon,
.vk-counter .flaticon {
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 3px;
    border: 2px solid #FFC000;
    border-radius: 50%;
    color: #FFC000;
}
.vk-counter i.fa:before,
.vk-counter .uni-icomoon:before,
.vk-counter .flaticon:before {
    font-size: 48px;
}

.vk-counter .number-count {
    margin-bottom: -3px;
    font-size: 48px;
}

.vk-counter-inline .content {
    display: inline-block;
    position: relative;
    top: 20px;
    padding-left: 10px;
}

.vk-counter-inline .title {
    text-align: left;
    padding-left: 10px;
}

.vk-counter-non-icon ul li {
    display: inline-block;
}

.vk-counter-non-icon .number-count {
    font-size: 60px;
    text-align: right;
    width: 59%;
}

.vk-counter-non-icon .number-count:after {
    content: '';
    display: inline-block;
    height: 45px;
    width: 3px;
    margin-left: 18px;
    background-color: #2E3841;
}

.vk-counter-non-icon .title {
    width: 39%;
    padding-left: 14px;
    text-align: left;
}

.vk-counter-dark {
    color: #fff;
}

.vk-counter-element .vk-counter-section-style-1,
.vk-counter-element .vk-counter-section-style-3 {
    padding-top: 50px;
}

@media (min-width:992px) {
    .vk-counter-element .vk-counter-section-style-1,
    .vk-counter-element .vk-counter-section-style-3 {
        padding-top: 0;
    }

}

.vk-divider {
    width: 100%;
    border-style: solid;
    border-color: #EAEAEA;
    overflow: hidden;
    border-width: 1px 0 0;
}

.vk-divider-dashed {
    border-style: dashed;
}

.vk-divider-dotted {
    border-style: dotted;
}

.vk-divider-double {
    height: 4px;
    border-bottom-width: 1px;
}

.vk-divider-text {
    border: none;
}

.vk-divider-text .text {
    position: relative;
    padding-right: 15px;
}

.vk-divider-text .text:after,
.vk-divider-text .text:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto 0;
    width: 1920px;
    border-style: solid;
    border-color: #EAEAEA;
    border-width: 1px 0 0;
}

.vk-divider-text .text:after {
    right: 100%;
}

.vk-divider-text .text:before {
    left: 100%;
}

.vk-divider-text.vk-divider-dashed .text:after,
.vk-divider-text.vk-divider-dashed .text:before {
    border-style: dashed;
}

.vk-divider-text.vk-divider-dotted .text:after,
.vk-divider-text.vk-divider-dotted .text:before {
    border-style: dotted;
}

.vk-divider-text.vk-divider-double {
    height: auto;
}

.vk-divider-text.vk-divider-double .text:after,
.vk-divider-text.vk-divider-double .text:before {
    height: 4px;
    border-bottom-width: 1px;
}

.vk-divider-center {
    text-align: center;
}

.vk-divider-center .text {
    padding-left: 15px;
}

.vk-divider-right {
    text-align: right;
}

.vk-divider-right .text {
    padding-left: 15px;
    padding-right: 0;
}

.vk-divider-element .vk-space.x-large {
    padding-bottom: 20px;
}

.vk-divider-default .vk-divider {
    margin: 40px 0;
}

@media (min-width:992px) {
    .vk-divider-default .vk-divider {
        margin: 50px 0;
    }

}

.vk-divider-other {
    padding-bottom: 20px;
}

@media (min-width:992px) {
    .vk-divider-other {
        padding-bottom: 80px;
    }

}

.vk-divider-other .vk-divider {
    margin: 40px 0;
}

.vk-divider-other .vk-space.x-large {
    padding-top: 80px;
}

.vk-toggle .panel-group {
    margin-bottom: 0;
}

.vk-toggle .panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vk-toggle .panel-group .panel + .panel {
    margin-top: -1px;
}

.vk-toggle .panel-group .panel-default {
    border-color: transparent;
}

.vk-toggle .panel-title {
    font-size: 16px;
    position: relative;
}

.vk-toggle .panel-title a {
    display: block;
    padding: 15px;
    font-weight: 400;
}

.vk-toggle .panel-title:before {
    content: "\f068";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    color: #FFC000;
    font-family: FontAwesome;
}

.vk-toggle .panel-title a:hover,
.vk-toggle .panel-title:focus,
.vk-toggle .panel-title:active {
    text-decoration: none;
    color: #FFC000;
}

.vk-toggle .panel-heading {
    padding: 0;
    background-color: transparent;
}

.vk-toggle .panel-body {
    padding: 25px 0;
}

.vk-toggle .panel-body p {
    margin: 0;
}

.vk-toggle.vk-toggle-outlined .panel-default {
    border-color: #EAEAEA;
    border-left-color: transparent;
    border-right-color: transparent;
}

.vk-toggle.vk-toggle-outlined .panel-default .panel-heading {
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA;
}

.vk-toggle.vk-toggle-border .panel-default {
    border-color: #EAEAEA;
    border-left-color: transparent;
    border-right-color: transparent;
}

.vk-toggle.vk-toggle-border .panel-title a {
    padding-left: 65px;
    overflow: hidden;
    position: relative;
}

.vk-toggle.vk-toggle-border .panel-title a:before {
    content: "\f068";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-family: FontAwesome;
    color: #FFC000;
}

.vk-toggle.vk-toggle-border .panel-title a.collapsed:before {
    content: "\f067";
}

.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title:before {
    width: 15px;
}

.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a {
    padding-left: 40px;
}

.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a:before {
    width: 15px;
}

.vk-toggle.vk-toggle-default .panel-title {
    background-color: #F4F4F4;
}

.vk-toggle.vk-toggle-default .panel-title a {
    padding-left: 65px;
    overflow: hidden;
    position: relative;
    color: #333;
}

.vk-toggle.vk-toggle-default .panel-title a:hover,
.vk-toggle.vk-toggle-default .panel-title a:focus,
.vk-toggle.vk-toggle-default .panel-title a:active {
    color: #FFC000;
}

.vk-toggle.vk-toggle-default .panel-title a:before {
    content: "\f068";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-family: FontAwesome;
    color: #FFC000;
}

.vk-toggle.vk-toggle-default .panel-title a.collapsed:before {
    content: "\f067";
}

@media (min-width:992px) {
    .vk-faq-shortcode .left {
        padding-right: 70px;
    }

}

.vk-faq-shortcode .vk-heading {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .vk-faq-shortcode .vk-heading {
        margin-bottom: 60px;
    }

}

.vk-faq-shortcode .vk-section {
    padding-bottom: 0;
    padding-top: 60px;
}

@media (min-width:992px) {
    .vk-faq-shortcode .vk-section {
        padding-top: 120px;
    }

}

.vk-faq-shortcode .vk-section.first {
    padding-top: 0;
}

.vk-heading {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.vk-heading-icon {
    text-align: center;
}

.vk-heading-icon + .content-sample {
    text-align: center;
}

.vk-heading-icon + .content-sample .vk-text {
    margin-bottom: 0;
}

.vk-heading-icon .icon {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    width: 38px;
    margin: auto;
    color: #B0B0B0;
    font-size: 18px;
}

.vk-heading-icon .icon:after,
.vk-heading-icon .icon:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 60px;
    height: 1px;
    background-color: #B0B0B0;
}

@media (min-width:992px) {
    .vk-heading-icon .icon:after,
    .vk-heading-icon .icon:before {
        width: 80px;
    }

}

.vk-heading-icon .icon:before {
    left: 100%;
}

.vk-heading-icon .icon:after {
    right: 100%;
}

.vk-heading-border {
    padding-bottom: 15px;
    text-align: center;
}

.vk-heading-border + .content-sample {
    text-align: center;
}

.vk-heading-border > span:after,
.vk-heading-border > span:before {
    content: '';
    background-color: #FFC000;
    position: absolute;
    bottom: 0;
}

.vk-heading-border > span:after {
    height: 3px;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width:992px) {
    .vk-heading-border > span:after {
        width: 160px;
    }

}

@media (min-width:992px) {
    .vk-heading-border-left {
        padding-left: 24px;
        text-align: left;
    }

    .vk-heading-border-left > span:after {
        right: auto;
    }

    .vk-heading-border-left > span:before {
        height: 43px;
        width: 3px;
        left: 0;
    }

    .vk-heading-border-left + .content-sample {
        text-align: left
    }

}

@media (min-width:992px) {
    .vk-heading-border-right {
        padding-right: 24px;
        text-align: right;
    }

    .vk-heading-border-right > span:after {
        left: auto;
    }

    .vk-heading-border-right > span:before {
        height: 43px;
        width: 4px;
        right: 0;
    }

    .vk-heading-border-right > span + .content-sample {
        text-align: right;
    }

}

.vk-heading-line {
    padding-bottom: 0;
    text-align: center;
}

.vk-heading-line + .content-sample {
    text-align: center;
}

.vk-heading-line > span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

@media (min-width:992px) {
    .vk-heading-line > span {
        padding: 0 20px;
    }

}

.vk-heading-line > span:after,
.vk-heading-line > span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 20px;
    background-color: #B0B0B0;
    margin: auto;
}

@media (min-width:992px) {
    .vk-heading-line > span:after,
    .vk-heading-line > span:before {
        width: 40px;
    }

}

.vk-heading-line > span:after {
    left: 100%;
}

.vk-heading-line > span:before {
    right: 100%;
}

.vk-heading-line-yellow {
    padding-bottom: 18px;
}

.vk-heading-line-yellow:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #FFC000;
}

@media (min-width:992px) {
    .vk-heading-line-yellow:after {
        width: 80px;
    }

}

.vk-heading-line-yellow-left:after {
    left: 0;
}

.vk-heading-line-yellow-right {
    text-align: right;
}

.vk-heading-line-yellow-right:after {
    right: 0;
}

.vk-heading-line-yellow-center {
    text-align: center;
}

.vk-heading-line-yellow-center:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width:992px) {
    .vk-heading-line-left,
    .vk-heading-line-left + .content-sample {
        text-align: left;
    }

    .vk-heading-line-left > span {
        padding-left: 0;
        padding-right: 0;
    }

    .vk-heading-line-left > span:after {
        display: none;
    }

    .vk-heading-line-left > span:before {
        right: auto;
        left: -60px;
    }

}

@media (min-width:992px) {
    .vk-heading-line-right,
    .vk-heading-line-right + .content-sample {
        text-align: right;
    }

    .vk-heading-line-right > span {
        padding-left: 0;
        padding-right: 0;
    }

    .vk-heading-line-right > span:before {
        display: none;
    }

    .vk-heading-line-right > span:after {
        left: auto;
        right: -60px;
    }

}

.vk-heading-inverse {
    color: #2E3841;
}

.vk-heading-inverse > span:after,
.vk-heading-inverse > span:before {
    background-color: #2E3841;
}

.vk-heading-style-1 {
    color: #fff;
    letter-spacing: 5px;
}

.vk-heading-style-2 {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    font-size: 12px;
    letter-spacing: 10px;
}

.vk-heading-style-2:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #636362;
}

.vk-heading-shortcode .vk-heading {
    margin-bottom: 45px;
}

@media (min-width:992px) {
    .vk-heading-shortcode .vk-heading {
        margin-bottom: 25px;
    }

}

.text-normal {
    text-transform: none;
}

.vk-iconbox-section .vk-iconbox-fullwidth {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-iconbox .icon {
    display: inline-block;
    line-height: normal;
    padding-bottom: 30px;
    color: #FFC000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-iconbox .icon .flaticon:before {
    font-size: 80px;
}

.vk-iconbox .vk-title {
    margin-bottom: 17px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-iconbox .vk-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-iconbox-section .vk-iconbox-fullwidth:hover .vk-title {
    color: #FFC000;
}

.vk-iconbox-background .vk-title a,
.vk-iconbox-background .vk-title {
    color: #fff;
}

.vk-iconbox-background .vk-text {
    color: #8D8D8D;
}

.vk-iconbox-section .vk-iconbox-fullwidth:hover {
    background-color: #FFC000;
}

.vk-iconbox-section .vk-iconbox-fullwidth:hover .icon,
.vk-iconbox-section .vk-iconbox-fullwidth:hover .vk-title,
.vk-iconbox-section .vk-iconbox-fullwidth:hover .vk-title a,
.vk-iconbox-section .vk-iconbox-fullwidth:hover .vk-text {
    color: #2E3841;
}

.vk-iconbox-striped {
    background-color: #2A333B;
}

.vk-iconbox-border {
    border: 2px solid #2E3841;
    margin-bottom: 30px;
    padding: 40px 20px 30px;
}

@media (min-width:992px) {
    .vk-iconbox-border {
        padding: 50px 25px;
    }

}

.vk-iconbox-border:hover {
    background-color: #2E3841;
}

.vk-iconbox-border:hover .icon {
    color: #FFC000;
}

.vk-iconbox-border:hover .vk-title {
    color: #fff;
}

.vk-iconbox-fullwidth .h-line:before,
.vk-iconbox-fullwidth .h-line:after {
    border-color: #2E3841;
}

.vk-iconbox-element .list-item {
    padding-bottom: 30px;
}

@media (min-width:992px) {
    .vk-iconbox-element .list-item {
        padding-bottom: 90px;
    }

}

.vk-iconbox-without-background .vk-space.x-large {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-iconbox-without-background .vk-space.x-large {
        padding-top: 90px;
        padding-bottom: 85px;
    }

}

.vk-iconbox-without-background.list-item {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-iconbox-without-background.list-item {
        padding-bottom: 85px;
    }

}

@media (min-width:992px) {
    .vk-iconbox-with-background.list-item {
        padding-bottom: 0;
    }

}

.slick-slide:focus {
    outline: 0;
}

.vk-slider img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vk-slider .vk-arrow {
    position: absolute;
    top: 24.5%;
    z-index: 1;
    padding: 42px 14px;
    background-color: transparent;
    border: 1px solid #B0B0B0;
    color: #B0B0B0;
}

.vk-slider .vk-arrow.next {
    right: -70px;
}

.vk-slider .vk-arrow.prev {
    left: -70px;
}

.vk-slider .vk-arrow:hover {
    color: #FFC000;
    border-color: #FFC000;
}

.vk-slider .vk-img-frame {
    margin: 20px 0;
}

@media (min-width:992px) {
    .vk-slider .vk-img-frame {
        margin: 0 0 35px 0;
    }

}

.vk-slider .content {
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-slider .content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFC000;
}

.vk-slider .content .position {
    position: relative;
    text-transform: capitalize;
}

.vk-slider .content .position:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: 11px auto;
    background-color: #B0B0B0;
}

.vk-slider .item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-slider .item:hover .content {
    opacity: 1;
}

.vk-slider-center .vk-img-frame {
    overflow: visible;
}

@media (min-width:992px) {
    .vk-slider-center .vk-img-frame {
        margin-bottom: 60px;
    }

}

.vk-slider-center .item {
    padding: 0;
}

@media (min-width:992px) {
    .vk-slider-center .item {
        padding: 0 15px;
    }

}

.vk-slider-center .item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: 20px;
}

@media (min-width:992px) {
    .vk-slider-center .item img {
        padding: 0;
    }

}

@media (min-width:992px) {
    .vk-slider-center .item ~ .item {
        -webkit-transform: translate(-35px);
        -moz-transform: translate(-35px);
        -ms-transform: translate(-35px);
        -o-transform: translate(-35px);
        transform: translate(-35px);
    }

}

.vk-slider-center .item:hover .vk-img-frame {
    margin-bottom: 20px;
}

.vk-slider-center .item.slick-slide.slick-center {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.vk-slider-center .item.slick-slide.slick-center img {
    padding: 0;
}

@media (min-width:992px) {
    .vk-slider-center .item.slick-slide.slick-center img {
        -webkit-transform: scale(1.241);
        -moz-transform: scale(1.241);
        -ms-transform: scale(1.241);
        -o-transform: scale(1.241);
        transform: scale(1.241);
    }

}

.vk-slider-center .item.slick-slide.slick-center .vk-img-frame {
    margin-bottom: 60px;
}

.vk-slider-center .item.slick-slide.slick-center .content {
    opacity: 1;
}

@media (min-width:992px) {
    .vk-slider-center .item.slick-slide.slick-center + .item {
        -webkit-transform: translate(35px);
        -moz-transform: translate(35px);
        -ms-transform: translate(35px);
        -o-transform: translate(35px);
        transform: translate(35px);
    }

}

@media (min-width:992px) {
    .vk-slider-center .item.slick-slide.slick-center + .item + .item {
        -webkit-transform: translate(35px);
        -moz-transform: translate(35px);
        -ms-transform: translate(35px);
        -o-transform: translate(35px);
        transform: translate(35px);
    }

}

.vk-slider-circle .vk-img-frame {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.vk-slider-arrow-top .vk-arrow {
    position: absolute;
    top: -113px;
    z-index: 1;
    width: 40px;
    min-height: 0;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #EAEAEA;
    color: #8D8D8D;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-slider-arrow-top .vk-arrow.prev {
    left: auto;
    right: 65px;
}

.vk-slider-arrow-top .vk-arrow.next {
    right: 15px;
}

.vk-slider-arrow-top .vk-arrow:hover,
.vk-slider-arrow-top .vk-arrow:focus {
    border-color: #FFC000;
    color: #FFC000;
}

.vk-slider-arrow-dot-top {
    padding-top: 30px;
}

@media (min-width:992px) {
    .vk-slider-arrow-dot-top {
        padding-top: 0;
    }

}

.vk-slider-arrow-dot-top .vk-arrow-dots {
    position: absolute;
    top: -10px;
    right: 15px;
    left: 15px;
    margin: auto;
    padding: 0;
    list-style: none;
    width: 100%;
}

@media (min-width:400px) {
    .vk-slider-arrow-dot-top .vk-arrow-dots {
        width: 300px;
    }

}

@media (min-width:992px) {
    .vk-slider-arrow-dot-top .vk-arrow-dots {
        display: none !important;
        width: 460px;
        top: -75px;
        margin-right: 285px;
    }

}

@media (min-width:1200px) {
    .vk-slider-arrow-dot-top .vk-arrow-dots {
        display: block !important;
    }

}

.vk-slider-arrow-dot-top .vk-arrow-dots li {
    float: left;
    height: 20px;
    padding: 0 2px;
    cursor: pointer;
}

.vk-slider-arrow-dot-top .vk-arrow-dots li:after {
    content: '';
    display: block;
    margin-top: 9px;
    height: 1px;
    background-color: #EAEAEA;
}

.vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
    background-color: #FFC000;
}

.vk-slider-arrow-dot-top .vk-arrow-dots li button {
    display: none;
}

.vk-slider-arrow-image .vk-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    min-height: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #8D8D8D;
    overflow: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-slider-arrow-image .vk-arrow .image-preview-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    height: 80px;
    width: 0;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-slider-arrow-image .vk-arrow.prev {
    left: 60px;
}

.vk-slider-arrow-image .vk-arrow.prev .image-preview-thumbnail {
    left: 100%;
}

.vk-slider-arrow-image .vk-arrow.next {
    right: 60px;
}

.vk-slider-arrow-image .vk-arrow.next .image-preview-thumbnail {
    right: 100%;
}

.vk-slider-arrow-image .vk-arrow .icon {
    position: relative;
    top: 3px;
}

.vk-slider-arrow-image .vk-arrow:hover,
.vk-slider-arrow-image .vk-arrow:focus {
    color: #fff;
    background-color: #FFC000;
}

.vk-slider-arrow-image .vk-arrow:hover .image-preview-thumbnail,
.vk-slider-arrow-image .vk-arrow:focus .image-preview-thumbnail {
    width: 160px;
}

.vk-slider-arrow-image .vk-dots-nav {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vk-slider-arrow-image .vk-dots-nav li {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}

.vk-slider-arrow-image .vk-dots-nav li button {
    display: none;
}

.vk-slider-arrow-image .vk-dots-nav li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #8D8D8D;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vk-slider-arrow-image .vk-dots-nav li:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vk-slider-arrow-image .vk-dots-nav li.slick-active:after,
.vk-slider-arrow-image .vk-dots-nav li:hover:after {
    border-color: #FFC000;
}

.vk-slider-arrow-image .vk-dots-nav li.slick-active:before,
.vk-slider-arrow-image .vk-dots-nav li:hover:before {
    background-color: #FFC000;
}

.vk-image-slider-element .vk-space.x-large {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-image-slider-element .vk-space.x-large {
        padding-bottom: 85px;
    }

}

.vk-image-slider-element .list-item {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-image-slider-element .list-item {
        padding-bottom: 120px;
    }

}

.vk-image-slider-style-2 .vk-heading {
    color: #fff;
}

@media (min-width:992px) {
    .vk-image-slider-style-1 .vk-space.x-large {
        padding-bottom: 120px;
    }

}

.vk-pricing-table .vk-pricing-table {
    padding-top: 40px;
    padding-bottom: 40px;
}

.vk-pricing-table .panel.price,
.vk-pricing-table .panel.price > .panel-heading {
    border-radius: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.vk-pricing-table .panel {
    margin: 0;
    padding-bottom: 30px;
}

@media (min-width:960px) {
    .vk-pricing-table .panel {
        padding: 0;
    }

}

.vk-pricing-table .panel-body,
.vk-pricing-table .panel-heading {
    color: #fff;
}

.vk-pricing-table .panel-body h3,
.vk-pricing-table .panel-heading h3 {
    border-bottom: solid 1px #fff;
    padding: 20px 0;
    margin: 0;
}

.vk-pricing-table .focus {
    margin-top: -20px;
}

.vk-pricing-table .focus .panel-heading {
    color: #fff;
}

.vk-pricing-table .focus .panel-heading h3 {
    padding: 30px 0;
}

.vk-pricing-table .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}

.vk-pricing-table .vk-be-overlay {
    background-color: rgba(46, 56, 65, 0.9);
}

.vk-pricing-table .vk-panel {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.vk-pricing-table .vk-panel .vk-be-overlay {
    position: relative;
    background-color: rgba(46, 56, 65, 0.5);
}

.vk-pricing-table .vk-panel .panel-body .vk-price {
    position: relative;
}

.vk-pricing-table .vk-panel .panel-body .vk-price big {
    position: relative;
    font-size: 90px;
    letter-spacing: 0;
}

.vk-pricing-table .vk-panel .panel-body .vk-price span {
    font-size: 30px;
}

.vk-pricing-table .vk-panel .panel-body .vk-price small {
    font-size: 15px;
    margin-left: 30px;
}

.vk-pricing-table .vk-panel .panel-body .vk-price .price-small {
    position: absolute;
    top: 18px;
}

.vk-pricing-table .price .list-group-item {
    border-bottom: 1px solid rgba(250, 250, 250, 0.5)
}

.vk-pricing-table .list-group-item {
    border: solid 1px #fff;
    background-color: #F4F4F4;
    padding: 15px;
}

.vk-pricing-table .panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.vk-pricing-table .panel.price .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.vk-pricing-table .price .panel-footer {
    padding: 25px;
    text-align: center;
    background-color: #2E3841;
}

.vk-pricing-table .panel.price .btn {
    box-shadow: 0 -1px 0 rgba(50, 50, 50, 0.2) inset;
    border: 0;
}

.vk-pricing-table .panel-standard {
    position: relative;
}

.vk-pricing-table .panel-standard .panel-footer {
    padding: 40px;
}

.vk-pricing-table .pricing-1 .panel-heading h3 {
    color: #fff;
}

.vk-pricing-table .pricing-2 .vk-heading {
    color: #fff;
}

.vk-pricing-table .pricing-2 .panel {
    background-color: transparent;
}

.vk-pricing-table .pricing-2 .panel .vk-panel .panel-heading h3 {
    color: #fff;
}

.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price big {
    font-size: 70px;
}

.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price span {
    font-size: 25px;
}

.vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price small {
    font-size: 14px;
}

.vk-pricing-table .pricing-2 .panel .list-group-item {
    border-color: #2E3841;
}

.vk-pricing-table .pricing-3 .panel-heading {
    background-color: #2E3841;
}

.vk-pricing-table .pricing-3 .panel-heading h3 {
    border: none;
    color: #FFC000;
}

.vk-pricing-table .pricing-3 .panel-footer {
    padding: 25px;
    border: none;
    background-color: transparent;
}

.vk-pricing-table .pricing-3 .panel-body {
    padding-bottom: 0;
}

.vk-pricing-table .pricing-3 .panel-body .vk-price {
    padding-bottom: 20px;
    margin: 0;
    border-bottom: solid 1px #fff;
}

.vk-pricing-table .pricing-3 .panel-body .vk-price big {
    font-size: 70px;
}

.vk-pricing-table .pricing-3 .panel-body .vk-price span {
    font-size: 25px;
}

.vk-pricing-table .pricing-3 .panel-body .vk-price small {
    font-size: 14px;
}

.vk-pricing-table .pricing-3 .panel-standard .panel-footer {
    padding: 35px;
}

@media (min-width:960px) {
    .vk-pricing-table .pricing-2 .col-md-3 {
        padding: 0 !important;
    }

    .vk-pricing-table .pricing-2 .col-md-3 + .col-md-3 {
        margin-left: -1px;
    }

    .vk-pricing-table .pricing-3 .col-md-3 {
        padding: 0 !important;
    }

}

.vk-tab h4 {
    padding-bottom: 30px;
}

.vk-tab .vk-nav-tabs {
    position: relative;
    z-index: 1;
}

.vk-tab .vk-nav-tabs li {
    height: 50px;
}

.vk-tab .vk-nav-tabs li a {
    display: block;
    padding: 15px 25px;
    font-weight: 500;
    text-decoration: none;
    color: #B0B0B0;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .vk-tab .vk-nav-tabs li a {
        padding: 14px 30px;
    }

}

.vk-tab .vk-nav-tabs li.active a {
    background: #FFC000;
    color: #fff;
}

.vk-tab .vk-tab-content {
    padding-top: 30px;
    border-top: 1px solid #EAEAEA;
}

.vk-tab .vk-tab-content .tab-pane {
    line-height: 24px;
}

.vk-tab.vk-tab-flat .vk-nav-tabs {
    margin-bottom: -1px;
}

.vk-tab.vk-tab-flat .vk-nav-tabs li:not(:first-child) {
    margin-left: -1px;
}

.vk-tab.vk-tab-flat .vk-nav-tabs li.active a {
    border-bottom-color: transparent;
    background: #FFC000;
}

.vk-tab.vk-tab-flat .vk-nav-tabs li a {
    background: #EAEAEA;
}

.vk-tab.tab-flat-bg .vk-nav-tabs li {
    border-bottom: solid 1px #EAEAEA;
    border-right: solid 2px #fff;
}

.vk-tab.vk-tab-border .vk-tab-content {
    margin-top: -1px;
}

.vk-tab.vk-tab-border .vk-nav-tabs li {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 0 #EAEAEA;
    -moz-box-shadow: inset 0 1px 0 #EAEAEA;
    box-shadow: inset 0 1px 0 #EAEAEA;
}

.vk-tab.vk-tab-border .vk-nav-tabs li + li {
    margin-left: -1px;
}

.vk-tab.vk-tab-border .vk-nav-tabs li a {
    padding: 12px 30px;
    border: none;
    background: transparent;
    color: #FFC000;
}

.vk-tab.vk-tab-border .vk-nav-tabs li.active {
    border-bottom: none;
    border-top: none;
}

.vk-tab.vk-tab-border .vk-nav-tabs li.active a {
    -webkit-box-shadow: inset 0 5px 0 #FFC000;
    -moz-box-shadow: inset 0 5px 0 #FFC000;
    box-shadow: inset 0 5px 0 #FFC000;
    background: #fff;
}

.vk-tab.tab-border-no-bd .vk-nav-tabs li {
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vk-tab.tab-border-no-bd .vk-nav-tabs li.active {
    border-color: #EAEAEA;
    background-color: #fff;
}

.vk-tab.vk-tab-background .vk-nav-tabs li {
    width: 33.33%;
}

.vk-tab.vk-tab-background .vk-nav-tabs li a {
    padding: 12px 30px;
    box-sizing: border-box;
    background: #FFC000;
    border-top: solid 5px #FFC000;
    border-right: solid 1px #fff;
    color: #fff;
}

.vk-tab.vk-tab-background .vk-nav-tabs li.active {
    border-top: solid 5px #FFC000;
}

.vk-tab.vk-tab-background .vk-nav-tabs li.active a {
    border-top: none;
    background: #EAEAEA;
    color: #FFC000;
}

.vk-tab.vk-tab-background .tab-content {
    background: #EAEAEA;
    padding: 30px 20px 20px;
}

.vk-tab.background-no-box .vk-nav-tabs li a {
    border-top: solid 5px #fff;
    border-right: solid 1px #fff;
    background: #fff;
    color: #B3BDC7;
}

.vk-tab.vk-vertical-tab h4 {
    padding-bottom: 60px;
}

.vk-tab.vk-vertical-tab .vk-nav-tabs,
.vk-tab.vk-vertical-tab .vk-tab-content {
    float: left;
}

.vk-tab.vk-vertical-tab .vk-nav-tabs {
    width: 100%;
}

.vk-tab.vk-vertical-tab .vk-nav-tabs li {
    float: none;
}

.vk-tab.vk-vertical-tab .vk-nav-tabs li a {
    text-align: center;
    border-top-color: #EAEAEA;
}

.vk-tab.vk-vertical-tab .vk-nav-tabs li:last-child a {
    border-bottom-color: #EAEAEA;
}

.vk-tab.vk-vertical-tab .vk-tab-content {
    border-top: none;
    padding-top: 0;
}

.vk-tab.tab-vertical-flat .vk-nav-tabs {
    border-right: solid 1px #EAEAEA;
}

.vk-tab.tab-vertical-flat .vk-nav-tabs li a {
    border-bottom: solid 1px #fff;
    background: #EAEAEA;
}

.vk-tab.tab-vertical-flat .vk-nav-tabs li.active {
    background: #FFC000;
}

.vk-tab.tab-vertical-flat .vk-nav-tabs li.active a {
    background: none;
}

.vk-tab.flat-2 .vk-nav-tabs li a {
    padding: 15px 30px;
    background: transparent;
    border: none;
}

.vk-tab.tab-vertical-outline .vk-nav-tabs li a {
    background: transparent;
    color: #B3BDC7;
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA;
}

.vk-tab.tab-vertical-outline .vk-nav-tabs li.active {
    border-left: solid 5px #FFC000;
}

.vk-tab.tab-vertical-outline .vk-nav-tabs li.active a {
    color: #FFC000;
    border-right: none;
}

.vk-tab .outline-2 .vk-nav-tabs li a {
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.vk-tab .outline-2 .vk-nav-tabs li.active {
    border-top: solid 1px #EAEAEA;
    border-bottom: solid 1px #EAEAEA;
}

.tab-vertical-background .col-md-2 {
    padding-right: 0;
}

.tab-vertical-background .col-md-10 {
    padding-left: 0;
}

.tab-vertical-background .vk-nav-tabs li {
    background: #FFC000;
}

.tab-vertical-background .vk-nav-tabs li a {
    color: #fff;
    border-right: none;
    border-color: #fff;
}

.tab-vertical-background .vk-nav-tabs li.active {
    background: #EAEAEA;
    border-left: solid 5px #FFC000;
}

.tab-vertical-background .vk-nav-tabs li.active a {
    background: transparent;
    color: #FFC000;
}

.tab-vertical-background .vk-tab-content {
    background: #EAEAEA;
    padding: 30px !important;
}

.background-2 .vk-nav-tabs li {
    background: transparent;
}

.background-2 .vk-nav-tabs li a {
    padding: 15px 30px;
    color: #B3BDC7;
    border: none;
}

.box-heading .first-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    margin: auto auto 50px auto;
    border: 8px solid #2E3841;
    color: #FFC000;
    font-size: 100px;
    font-weight: 600;
}

@media (min-width:992px) {
    .box-heading .first-letter {
        margin-bottom: 0;
    }

}

.box-heading .box-text {
    padding-bottom: 50px;
}

@media (min-width:992px) {
    .box-heading .box-text {
        padding-bottom: 0;
    }

}

.vk-list-heading-size {
    color: #FFC000;
    text-transform: capitalize;
    text-align: center;
}

@media (min-width:1200px) {
    .vk-list-heading-size {
        text-align: left;
    }

}

.vk-list-heading-size .heading {
    color: inherit;
    line-height: 1;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .vk-list-heading-size .heading {
        line-height: 26px;
    }

}

@media (min-width:1200px) {
    .vk-list-heading-size li {
        float: left;
        padding-left: 70px;
        width: 50%;
    }

}

.vk-list-heading-size li + li {
    padding-top: 30px;
}

@media (min-width:1200px) {
    .vk-list-heading-size li + li {
        padding-top: 0;
    }

}

@media (min-width:1200px) {
    .vk-list-heading-size li:nth-child(n+3) {
        padding-top: 30px;
    }

}

.box-highlight .vk-highlight .selected {
    color: #fff;
}

.box-highlight .vk-highlight-style-1 .selected {
    background-color: #FFC000;
}

.box-highlight .vk-highlight-style-2 .selected,
.box-highlight .vk-highlight-style-2::selection {
    background-color: #2E3841;
}

.box-tooltip .vk-tooltip-style-1 .selected {
    color: #FFC000;
}

.box-tooltip .vk-tooltip-style-2 .selected {
    color: #2E3841;
}

.box-tooltip .vk-tooltip-style-2 .tooltip-inner {
    background-color: #2E3841;
}

.box-tooltip .vk-tooltip-style-2 .tooltip-arrow {
    border-top-color: #2E3841 !important;
}

.tooltip {
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
}

.tooltip-inner {
    padding: 4px 10px;
    background-color: #FFC000;
}

.tooltip-arrow {
    border-top-color: #FFC000 !important;
}

.vk-blockquote {
    position: relative;
}

.vk-blockquote .highlight {
    display: inline-block;
    padding-top: 13px;
    color: #FFC000;
}

.vk-blockquote:before {
    content: '“';
    position: absolute;
    top: -18px;
    left: -4px;
    font-size: 120px;
    color: #FFC000;
    font-style: normal;
    line-height: normal;
}

@media (min-width:992px) {
    .vk-blockquote:before {
        left: 22px;
    }

}

.vk-typogaphy-shortcode .vk-title {
    margin-bottom: 20px;
}

.vk-typogaphy-shortcode p {
    margin-bottom: 20px;
    text-align: justify;
}

@media (min-width:992px) {
    .vk-typogaphy-shortcode .vk-space.large {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

.vk-typogaphy-shortcode .box-highlight,
.vk-typogaphy-shortcode .box-ordered-list {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #EAEAEA;
}

@media (min-width:992px) {
    .vk-typogaphy-shortcode .box-highlight,
    .vk-typogaphy-shortcode .box-ordered-list {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

}

.vk-blog-grid.vk-blog-wrapper .blog-list {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-blog-grid.vk-blog-wrapper .blog-list {
        padding-bottom: 80px;
    }

}

.vk-blog-grid .blog-content .content-box {
    margin-bottom: 30px;
}

.vk-blog-grid .blog-content .content-box a h4 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #2E3841;
}

.vk-blog-grid .blog-content .content-box .vk-divider {
    padding-bottom: 25px;
}

.vk-blog-grid .blog-content .content-box .content {
    padding: 0 30px;
    background-color: #F4F4F4;
}

.vk-blog-grid .blog-content .content-box .content h4:hover {
    color: #FFC000;
}

.vk-blog-grid .blog-content .content-box .content .vk-buttons {
    padding-bottom: 25px;
}

.vk-blog-grid .blog-content .content-box .content h5 {
    padding-bottom: 30px;
}

.vk-blog-list .blog-content .vk-divider {
    margin-bottom: 50px;
}

.vk-blog-list .blog-content .content-box .content p {
    padding: 0 !important;
}

.vk-blog-list .blog-content .content-box .vk-buttons {
    padding-top: 25px;
    padding-bottom: 30px;
}

.vk-blog-list .blog-content .customer h1 {
    padding-top: 10px;
    color: #FFC000;
}

.vk-blog-list .blog-content .customer h4 {
    padding: 0;
    line-height: 2;
}

.vk-blog-list .blog-content .vk-pagination {
    border: none;
    padding-top: 5px;
    margin-top: -30px;
}

.vk-blog-list .blog-content .box-pagination {
    text-align: center;
}

.vk-blog-wrapper .blog-list {
    padding-top: 60px;
    padding-bottom: 45px;
}

@media (min-width:992px) {
    .vk-blog-wrapper .blog-list {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

.single-blog .tag ul li,
.single-blog .share ul li {
    display: inline-block;
    list-style: none;
}

.single-blog .tag ul li h5 {
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 25px;
}

.vk-blog-wrapper .single-blog .blog-content .tag ul li a {
    margin-top: 0;
    margin-bottom: 10px;
}

.vk-blog-wrapper .single-blog .vk-tag a {
    padding: 0 10px;
}

.single-blog .share ul li h5 {
    margin: 0 10px 0 0;
}

.vk-blog-wrapper .vk-tag a {
    display: block;
    padding: 5px 15px;
    background-color: #F4F4F4;
    text-transform: capitalize;
    color: #848383;
}

.vk-blog-wrapper .vk-tag:hover a {
    color: #fff;
    background-color: #FFC000;
}

.vk-blog-wrapper .blog-content h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.vk-blog-wrapper .blog-content .content-box:first-child h2 {
    margin-top: 0;
}

.vk-blog-wrapper .blog-content .content-box:first-child h2.has-thumb {
    margin-top: 30px;
}

.vk-blog-wrapper .blog-content h2.blog-single-title {
    margin-top: 0;
}

.single-blog .blog-content .vk-img-frame {
    margin-bottom: 30px;
}

.vk-blog-wrapper .blog-content h2 a {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    color: #2e3841;
    font-weight: bold;
}

.vk-blog-wrapper .blog-content h2 a:hover {
    color: #FFC000;
}

.vk-blog-wrapper .blog-content .info .vk-list li {
    font-weight: 400;
    color: #2E3841;
    line-height: 2;
}

.vk-blog-wrapper .blog-content .info .vk-list .post-categories {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.vk-blog-wrapper .blog-content .info .vk-list li span {
    color: #999;
    font-weight: 300;
}

.vk-blog-wrapper .blog-content .info .vk-list li span,
.vk-blog-wrapper .blog-content .info .vk-list li p {
    padding-left: 5px;
}

.vk-blog-wrapper .blog-content .info .vk-list li span ul li:first-child {
    margin-left: 0;
}

.vk-blog-wrapper .blog-content .info .vk-list li p {
    display: inline-block;
    margin: 0;
    color: #8D8D8D;
    font-weight: 400;
    line-height: unset;
}

.vk-blog-wrapper .blog-content .share ul {
    border: solid 1px #EAEAEA;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 30px;
}

.vk-blog-wrapper .blog-content .share ul li {
    padding: 0;
}

.vk-blog-wrapper .blog-content .share ul h4 {
    padding: 16px 26px;
    margin: 0 30px 0 0;
}

.vk-blog-wrapper .blog-content .share ul i {
    margin-right: 25px;
    font-size: 22px;
}

.vk-blog-wrapper .blog-content .share ul li:last-child i {
    margin-right: 0;
}

.vk-blog-wrapper .blog-content .share ul i:hover {
    color: #FFC000;
}

.vk-blog-wrapper .blog-content .tag ul {
    border: solid 1px #EAEAEA;
    padding: 15px 15px 5px 15px;
}

.vk-blog-wrapper .blog-content .tag ul li {
    padding: 0;
}

.vk-blog-wrapper .blog-content .tag ul h4 {
    padding: 16px 26px;
    margin: 0 30px 0 0;
}

.vk-blog-wrapper .blog-content .comment .media .media-left a img {
    width: 45px;
    height: 45px;
}

.vk-blog-wrapper .blog-content .comment .media .media-body h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vk-blog-wrapper .blog-content .comment button {
    font-weight: 400;
}

.vk-blog-wrapper .blog-content .comment .comment-list li:last-child {
    color: #FFC000;
}

.vk-blog-wrapper .blog-content .comment .vk-divider {
    margin-top: 10px;
    margin-bottom: 20px;
}

.vk-blog-wrapper .blog-content .vk-contact-form {
    background-color: transparent;
    padding: 0;
}

.vk-blog-wrapper .blog-content .vk-contact-form h4 {
    padding: 0;
    margin-top: 40px;
}

.vk-blog-wrapper .blog-content .vk-contact-form h5 {
    margin: 0;
    padding-bottom: 20px;
}

.vk-blog-wrapper .blog-content .vk-contact-form .user-info .form-control {
    background-color: #F4F4F4;
    padding-left: 10px;
}

.vk-blog-wrapper .blog-content .vk-contact-form .message-content textarea {
    background-color: #F4F4F4;
}

.vk-blog-wrapper .vk-pagination {
    padding-bottom: 60px;
}

.blog-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

.blog-pagination > span {
    display: inline-block;
    margin-right: 2px;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.blog-pagination a > span {
    display: inline-block;
    border: 1px solid #FFC000;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #FFC000;
}

.blog-pagination a > span {
    color: #FFC000;
    background: #fff;
    border-color: #d7d7d7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-pagination a:hover span {
    color: #fff;
    background: #FFC000;
    border-color: #FFC000;
}

@media (min-width:992px) {
    .vk-blog-wrapper .vk-pagination {
        border: solid 1px #EAEAEA;
        padding: 15px 0;
    }

}

.vk-blog-wrapper .vk-pagination li a span {
    color: #B0B0B0 !important;
}

.vk-blog-wrapper .vk-pagination li a span:hover,
.vk-blog-wrapper .vk-pagination li a:active,
.vk-blog-wrapper .vk-pagination li a:focus {
    color: #FFC000 !important;
}

.sidebar-menu h4 {
    margin: 0;
    padding: 20px 0;
}

.sidebar-menu .vk-search-form .form-group input {
    border-color: transparent;
    background-color: #F4F4F4;
}

.sidebar-menu .vk-search-form .form-group input:focus {
    border-color: #FFC000;
}

.sidebar-menu .catagory .vk-menu-right li {
    position: relative;
}

.sidebar-menu .catagory .vk-menu-right li a {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-menu .catagory .vk-menu-right li a:hover,
.sidebar-menu .catagory .vk-menu-right li:focus {
    background: transparent;
}

.sidebar-menu .catagory .vk-menu-right li i {
    position: absolute;
    right: 0;
}

.sidebar-menu .recent-box {
    padding-bottom: 20px;
}

.sidebar-menu .recent-box .vk-divider {
    margin-bottom: 20px;
}

.sidebar-menu .recent-box .vk-img-frame {
    margin-bottom: 15px;
}

.sidebar-menu .recent-box .vk-title {
    color: #2E3841;
    font-weight: 500;
}

.sidebar-menu .recent-box span {
    display: block;
    margin-top: 5px;
}

.sidebar-menu .recent-box:last-child {
    padding-bottom: 0;
}

@media (min-width:768px) {
    .sidebar-menu .recent-box:last-child {
        padding-bottom: 20px;
    }

}

@media (min-width:992px) {
    .sidebar-menu .recent-box:last-child {
        padding-bottom: 0;
    }

    .blog-content .info .vk-list {
        padding: 0 10px;
    }

}

.sidebar-menu .recent-box:hover .vk-title {
    color: #FFC000;
}

.sidebar-menu .archives .vk-menu-right li {
    position: relative;
    border: solid 1px #EAEAEA;
    margin-bottom: 5px;
}

.sidebar-menu .archives .vk-menu-right li a {
    padding-left: 15px;
}

.sidebar-menu .archives .vk-menu-right li a:hover,
.sidebar-menu .archives .vk-menu-right li:focus {
    background: transparent;
}

.sidebar-menu .archives .vk-menu-right li i {
    position: absolute;
    right: 15px;
}

.sidebar-menu .archives .vk-menu-right li:hover {
    border-color: #FFC000;
}

.blog-content .info {
    padding-bottom: 30px;
    font-size: 12px;
}

.blog-content .info .vk-list {
    display: inline-block;
    border: solid 1px #EAEAEA;
    width: 100%;
}

.blog-content .info .vk-list li {
    display: inline-flex;
    padding: 10px 5px;
    border-right: solid 1px #EAEAEA;
}

.blog-content .info .vk-list li:last-child {
    border: none;
}

@media (min-width:960px) {
    .blog-content {
        padding-right: 45px;
    }

    .blog-content .tag ul li {
        margin: 0;
    }

    .blog-content .comment .media .media-left {
        padding-right: 20px;
    }

    .blog-content .comment .media .media-left a img {
        width: 100px !important;
        height: 100px !important;
    }

    .blog-content .comment .media .media-body h4 {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

}

.shopping-cart {
    float: right;
    position: relative;
    margin-top: 14px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 12px;
    color: #2E3841;
    font-size: 18px;
}
.header-builder .shopping-cart{
    color: #ffffff;
}

@media (min-width:992px) {
    .shopping-cart {
        margin-top: -5px;
        margin-right: 0;
    }

}

.shopping-cart .fa {
    cursor: pointer;
}

.shopping-cart .number-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: 0;
    width: 17px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #FFC000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.shopping-cart-list {
    border-top: 3px solid #FFC000;
}

.shopping-cart-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopping-cart-list .vk-table .vk-table-row {
    padding: 15px 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid #EAEAEA;
}

.shopping-cart-list .vk-table .vk-table-row:first-child,
.shopping-cart-list .vk-table .vk-table-row:last-child {
    background-color: #2E3841;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    border: none;
    color: #fff;
    padding-left: 15px;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
    padding-bottom: 15px;
}

.shopping-cart-list .vk-table .vk-table-row .vk-table-data .fa {
    cursor: pointer;
}

.shopping-cart-list .vk-table .vk-table-row .vk-table-data .fa:hover {
    color: #e32c2c;
}

.shopping-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame {
    width: 60px;
    height: 60px;
    border: 1px solid #EAEAEA;
}

.shopping-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame img {
    width: 100%;
}

.woocommerce-mini-cart-item a {
    display: block;
}

.shopping-cart-list .vk-table .vk-table-row:last-child {
    padding: 20px 30px;
}

.shopping-cart-list .vk-table .title {
    padding-left: 10px;
    width: calc(100% - 60px);
}

.shopping-cart-list .vk-table .product-name {
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    color: #2E3841;
    line-height: normal;
}

.shopping-cart-list .vk-table .product-name:focus,
.shopping-cart-list .vk-table .product-name:hover {
    color: #FFC000;
}

.shopping-cart-list .vk-table .total-all {
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #2E3841;
}

.shopping-cart-list .vk-table .vk-btn {
    border: 2px solid;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.shopping-cart-list .vk-table .vk-btn:hover,
.shopping-cart-list .vk-table .vk-btn:focus {
    background-color: #FFC000;
    border-color: #FFC000;
}

.slicknav_menu {
    background-color: #2E3841;
}

.vk-content > .slicknav_menu {
    display: none;
}

.slicknav_menu .slicknav_nav {
    border-top: 3px solid #FFC000;
}

.btn-search {
    cursor: pointer;
}

@media (min-width:992px) {
    .box-search-header {
        position: absolute;
        top: 113px;
        right: 0;
        left: 0;
        background-color: #2E3841;
        border-top: 3px solid #FFC000;
    }

}

.box-search-header .vk-input-group {
    position: relative;
    padding: 25px 15px;
}

@media (min-width:992px) {
    .box-search-header .vk-input-group {
        margin: 30px 70px;
    }

}

.box-search-header .btn-search {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    background-color: transparent;
    color: #B3BDC7;
}

@media (min-width:992px) {
    .box-search-header .btn-search {
        padding-right: 0;
        font-size: 24px;
        color: #47535d;
    }

}

.box-search-header .btn-search:hover,
.box-search-header .btn-searchfocus {
    color: #FFC000;
}

@media (min-width:992px) {
    .box-search-header .btn-search .fa:before {
        content: "\f178";
    }

}

.box-search-header .form-control {
    padding-right: 50px;
    background-color: transparent;
    border-color: #394855;
    color: #B3BDC7;
    min-height: 40px;
}

@media (min-width:992px) {
    .box-search-header .form-control {
        padding-left: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

}

.box-search-header .form-control:focus {
    border-color: #FFC000;
}

.vk-navbar {
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.vk-navbar span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width:992px) {
    .vk-navbar {
        border-bottom: 1px solid #d7d7d7;
    }

}

.vk-navbar-header {
    padding: 10px 0;
}

@media (min-width:992px) {
    .vk-navbar-header {
        padding: 31px 36px;
        border: 1px solid #d7d7d7;
        border-top: 0;
        border-bottom: 0;
    }

}

.vk-navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0;
}

.vk-navbar-brand svg {
    width: 37px;
    height: 37px;
}

.vk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2E3841;
    line-height: normal;
}

@media (min-width:992px) {
    .vk-navbar-nav {
        background-color: transparent;
        border-top: none;
    }

}

.vk-navbar-nav li {    
    padding: 0;
    border-bottom: 1px solid #394855;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width:992px) {
    .vk-navbar-nav li {
        display: inline-block;
        position: static;        
        border: none;
    }

}

.vk-navbar-nav li a,
.vk-navbar-nav li span {
    cursor: pointer;
    text-transform: capitalize;
    white-space: nowrap;
}

.vk-navbar-nav li a:not(.slicknav_item),
.vk-navbar-nav li span:not(.slicknav_item) {
    display: block;
    position: relative;
    padding: 15px 30px 15px 20px;
    outline: none;
    color: #2e3841;
}

@media (min-width:992px) {
    .vk-header-two-nav.vk-header4 .vk-navbar-nav li a{
        padding: 74px 15px 19px;
    }
}

@media (min-width:1200px) {
    .vk-navbar-nav li a:not(.slicknav_item),
    .vk-navbar-nav li span:not(.slicknav_item) {
        padding: 74px 15px 19px;
    }

}

.vk-navbar-nav li a:hover,
.vk-navbar-nav li a:focus,
.vk-navbar-nav li span:hover,
.vk-navbar-nav li span:focus {
    color: #FFC000;
}

@media (min-width:992px) {
    .vk-navbar-nav li .item-has-child:after {
        content: '\f105';
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
    }

}

.vk-navbar-nav li .menu-arrow {
    position: absolute;
    top: 0;
    right: 2px;
    padding: 18px;
    font-family: FontAwesome;
}

.vk-navbar-nav li:hover {
    background-color: #fff;
}

.vk-navbar-nav li:hover > .child {
    display: block;
    visibility: visible;
    opacity: 1;

}

@media screen and (min-width: 992px){
    .vk-navbar-nav li:hover > .child {
        animation: wiconfade 1s;
    }
}

@keyframes wiconfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.vk-navbar-nav li:hover > span,
.vk-navbar-nav li:hover > .slicknav_item > a,
.vk-navbar-nav li:hover > .child > a {
    color: #FFC000;
}

.vk-navbar-nav li:last-child a,
.vk-navbar-nav li:last-child span {
    padding-right: 0;
}

@media (min-width:992px) {
    .vk-navbar-nav li:nth-child(n+8) > .vk-navbar-nav.child {
        right: 15px;
    }
    .header-builder .vk-navbar-nav li:nth-child(n+8) > .vk-navbar-nav.child{
        right: unset;
    }

}

.vk-navbar-nav.child {
    border-top: none;
    background-color: #43515d;
}

.wh-default .main-navigation ul.sub-menu {
    padding: 0;
}

@media (min-width:992px) {
    .wh-default .main-navigation ul.sub-menu,
    .vk-navbar-nav.child {
        display: none;
        position: absolute;
        z-index: 1;
        border-top: 3px solid #FFC000;
        background-color: #2E3841;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

}

.wh-default .main-navigation ul.sub-menu li,
.vk-navbar-nav.child li {
    border-bottom: 1px solid #667886;
}

@media (min-width:992px) {
    .wh-default .main-navigation ul.sub-menu li,
    .vk-navbar-nav.child li {
        display: block;
        padding: 0;
    }

}

.wh-default .main-navigation ul.sub-menu li:first-child,
.vk-navbar-nav.child li:first-child {
    border-top: 1px solid #667886;
}

@media (min-width:992px) {
    .wh-default .main-navigation ul.sub-menu li:first-child,
    .vk-navbar-nav.child li:first-child {
        border-top: none;
    }

}

.wh-default .main-navigation ul.sub-menu li:last-child,
.vk-navbar-nav.child li:last-child {
    border-bottom: none;
}

.wh-default .main-navigation ul.sub-menu li a:not(.slicknav_item),
.wh-default .main-navigation ul.sub-menu li span:not(.slicknav_item),
.vk-navbar-nav.child li a:not(.slicknav_item),
.vk-navbar-nav.child li span:not(.slicknav_item) {
    padding: 15px 30px 15px 35px;
    min-width: 240px;
}

@media (min-width:992px) {
    .wh-default .main-navigation ul.sub-menu li a:not(.slicknav_item),
    .wh-default .main-navigation ul.sub-menu li span:not(.slicknav_item),
    .vk-navbar-nav.child li a:not(.slicknav_item),
    .vk-navbar-nav.child li span:not(.slicknav_item) {
        padding-left: 20px;
    }

}

.vk-navbar-nav.child li:hover {
    background-color: #fff;
}
.vk-navbar-nav.child li:hover a{
    color: #FFC000;
}

.vk-navbar-nav.child li:hover > a,
.vk-navbar-nav.child li:hover span,
.wh-default .main-navigation ul.sub-menu li a:hover,
.wh-default .main-navigation ul.sub-menu li span:hover,
.wh-default .main-navigation ul.sub-menu li span:focus,
.wh-default .main-navigation ul.sub-menu li a:focus,
.vk-navbar-nav.child li a:hover,
.vk-navbar-nav.child li a:focus,
.vk-navbar-nav.child li span:hover,
.vk-navbar-nav.child li span:focus {
    color: #FFC000;
}

.vk-navbar-nav.child .child {
    background-color: #566673;
}

@media (min-width:992px) {
    .wh-default .main-navigation ul.sub-menu ul.sub-menu,
    .vk-navbar-nav.child .child {
        top: -3px;
        right: auto;
        left: 100%;
        background-color: #43515d;
    }

}

.vk-navbar-nav.child .child li:last-child {
    border-bottom: none;
}

.vk-navbar-nav.child .child li a:not(.slicknav_item) {
    padding-left: 50px;
}

@media (min-width:992px) {
    .vk-navbar-nav.child .child li a:not(.slicknav_item) {
        padding-left: 20px;
    }

}

.vk-navbar-collapse {
    padding: 0;

}

.vk-navbar-toggle {
    margin-top: 10px;
    margin-right: 0;
    width: 34px;
    height: 31px;
    padding: 0;
    font-size: 21px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
}
button.vk-navbar-toggle:hover{
    border: none !important;

}
.vk-navbar-toggle:after {
    content: "\f00d";
    font-family: FontAwesome;
}

.vk-navbar-toggle.collapsed {
    color: #2E3841;
    background-color: transparent;
}
.vk-header-transparent .vk-navbar-toggle.collapsed,
.vk-header-left-menu .vk-navbar-toggle.collapsed {
    color: #fff;
}
.vk-navbar-toggle.collapsed:after {
    content: "\f0c9";
}

.container .vk-navbar-header {
    margin: 0;
}

.vk-header {
    position: relative;
    z-index: 9;
}

.vk-header .logo-text {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #2E3841;
}
.vk-header-top {
    position: absolute;
    top: 0;
    width: 100%
}



.vk-header-top .content {
    position: relative;
    padding: 18px 0;
    float: left;
    width: 100%;
}

.vk-header-top .content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 208px;
    height: 1px;
    width: 2000px;
    background-color: #d7d7d7;
}

@media (min-width:1200px) {
    .vk-header-top .content:after {
        left: 207px;
    }

}

.vk-header-top .quick-address {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

.vk-header-top .quick-address li {
    display: inline-block;
    position: relative;
}

.vk-header-top .quick-address li:not(:first-child):before {
    content: '|';
    padding-left: 11px;
    padding-right: 15px;
}

@media (min-width:992px) {
    .vk-header-transparent {
        position: absolute;
        top: auto;
        z-index: 999;
        width: 100%;
    }

    .vk-header-transparent .shopping-cart {
        color: #fff;
    }

    .vk-header-transparent .shopping-cart .number-item {
        color: #676767;
    }
    .vk-header-transparent .vk-navbar-header,
    .vk-header-transparent .vk-navbar {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .vk-header-transparent .vk-navbar-brand svg polygon {
        fill: #fff;
    }

    .vk-header-transparent .vk-navbar-header,
    .vk-header-transparent .vk-navbar-header .vk-divider {
        border-color: #66696b;
    }

    .vk-header-transparent .vk-navbar-nav > li {
        background-color: transparent;
    }

    .vk-header-transparent .vk-navbar-nav > li > span,
    .vk-header-transparent .vk-navbar-nav > li > a,
    .vk-header-transparent .logo-text {
        color: #fff;
    }

    .vk-header-transparent .vk-navbar-nav > li > span:hover,
    .vk-header-transparent .vk-navbar-nav > li > span:focus,
    .vk-header-transparent .vk-navbar-nav > li > a:hover,
    .vk-header-transparent .vk-navbar-nav > li > a:focus,
    .vk-header-transparent .vk-navbar-nav > li:hover > span,
    .vk-header-transparent .vk-navbar-nav > li:hover > a {
        color: #FFC000;
    }

    .vk-header-transparent .vk-header-top {
        color: #9b9faa;
    }

    .vk-header-transparent .vk-header-top .content:after {
        background-color: rgba(255, 255, 255, 0.15);
    }

}

@media (min-width:992px) {
    .vk-header-transparent.dark {
        position: relative;
        background-color: #2E3841;
    }

    .vk-header-transparent.dark .vk-navbar {
        border-bottom: none;
    }

}

.vk-header-home .vk-navbar,
.vk-header-home .vk-navbar-header {
    border-color: rgba(255, 255, 255, 0.15);
}

.vk-header-home.vk-header-transparent .vk-header-top {
    color: rgba(255, 255, 255, 0.65);
}



@media (min-width:992px) {
    .vk-header-two-nav .vk-navbar {
        border: none;
    }

    .vk-header-two-nav .vk-navbar .logo-text {
        padding-left: 0;
    }

    .vk-header-two-nav .vk-navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        width: 245px;
        margin: auto;
        padding: 20px 15px 35px;
        z-index: 1;
        border: none;
    }

    .vk-header-two-nav .vk-navbar-header .vk-divider {
        position: absolute;
        width: 500%;
        top: 55px;
    }

    .vk-header-two-nav .vk-navbar-header .vk-divider.left {
        right: 100%;
    }

    .vk-header-two-nav .vk-navbar-header .vk-divider.right {
        left: 100%;
    }

    .vk-header-two-nav .vk-navbar-brand {
        display: block;
        margin-left: 0 !important;
        padding-left: 0;
    }

    .vk-header-two-nav .vk-navbar-brand svg {
        margin: auto auto 18px auto;
        display: block;
    }

    .vk-header-two-nav .vk-navbar-left {
        float: left;
    }

    .vk-header-two-nav .vk-navbar-left > li:first-child > a {
        padding-left: 0;
    }

    .vk-header-two-nav .vk-navbar-right {
        float: right;
    }

    .vk-header-two-nav .vk-navbar-right > li:first-child > a {
        padding-left: 0;
    }

}

@media (min-width:992px) and (min-width:992px) {
    .vk-header-two-nav .vk-navbar-right > li:nth-child(n+3) > .vk-navbar-nav.child {
        right: 0;
    }

}

@media (min-width:992px) {
    .vk-header-two-nav .vk-header-top .content:after {
        content: none;
    }

    .vk-header-two-nav .vk-header-top .btn-search {
        color: #2E3841;
        font-size: 20px;
        padding: 0 10px;
    }

    .vk-header-two-nav .box-search-header {
        top: 55px;
    }

    .vk-header-two-nav .shopping-cart {
        margin-top: 0;
        padding-left: 25px;
    }

}

.vk-header .shopping-cart-list {
    position: absolute;
    top: 100px;
    right: 15px;
    left: 15px;
    z-index: 1;
    border-top: 3px solid #FFC000;
}

@media (min-width:992px) {
    .vk-header .shopping-cart-list {
        left: auto;
        width: 400px;
        top: 56px;
    }

    .vk-one-page .vk-header .shopping-cart-list {
        position: fixed;
        top: 20px;
        right: 60px;
    }

}

.vk-header .shopping-cart-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vk-header-left-menu .vk-navbar {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {
    .vk-header-left-menu {
        width: 300px;
        background-color: #F4F4F4;
        text-align: center;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .vk-header-left-menu::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    .vk-header-left-menu::-webkit-scrollbar-thumb {
        background-color: rgba(51, 51, 51, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .vk-header-left-menu .vk-navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .vk-header-left-menu .vk-navbar-header {
        width: 100%;
        padding: 80px 5px 0;
    }

    .vk-header-left-menu .vk-navbar-nav li {
        display: block;
        border-top: 1px solid #fff;
        -webkit-box-shadow: inset 0 1px 0 #e2e2e2;
        -moz-box-shadow: inset 0 1px 0 #e2e2e2;
        box-shadow: inset 0 1px 0 #e2e2e2;
    }

    .vk-header-left-menu .vk-navbar-nav li:last-child {
        border-bottom: 1px solid #fff;
    }

    .vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item),
    .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item) {
        padding: 12px 30px;
        color: #B0B0B0;
    }

    .vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item):hover,
    .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item):hover {
        color: #FFC000;
    }

    .vk-header-left-menu .vk-navbar-nav li:nth-child(n+8) .vk-navbar-nav.child {
        right: auto;
    }

    .vk-header-left-menu .vk-navbar-nav li .child {
        display: none;
        width: 100%;
        z-index: 1;
        top: 44px;
    }

    .vk-header-left-menu .vk-navbar-nav li .child li {
        min-height: 43px;
    }

    .vk-header-left-menu .vk-mega-menu .vk-navbar-nav.child {
        left: 100%;
        right: auto;
        top: 0;
        margin-top: 0;
    }

    .vk-header-left-menu .vk-mega-menu .vk-navbar-nav.child li {
        width: 100%;
        border-right: none;
    }

    .vk-header-left-menu .vk-mega-menu .vk-navbar-nav.child li:last-child {
        border-bottom: 1px solid #fff;
    }

    .vk-header-left-menu .vk-navbar-brand {
        height: auto;
        width: 100%;
    }

    .vk-header-left-menu .vk-navbar-collapse {
        display: inline-block !important;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%;

    }

    .vk-header-left-menu .vk-navbar .search-shopcart-button {
        display: inline-block;
        padding-top: 55px;
        padding-bottom: 55px;
        color: #2E3841;
    }

    .vk-header-left-menu .vk-navbar .search-shopcart-button li {
        display: inline-block;
        width: 45px;
    }

    .vk-header-left-menu .vk-navbar .search-shopcart-button .shopping-cart {
        margin: 0 !important;
        top: 8px;
        padding-left: 0;
    }

    .vk-header-left-menu .vk-navbar .child {
        left: 100%;
        margin-top: -44px;
        border: none;
        background-color: #F4F4F4;
        border-bottom: 1px solid #e2e2e2;
    }

    .vk-header-left-menu .vk-navbar .child li {
        border-top: 1px solid #fff;
        border-bottom: none;
        -webkit-box-shadow: inset 4px 1px 0 #e2e2e2;
        -moz-box-shadow: inset 4px 1px 0 #e2e2e2;
        box-shadow: inset 4px 1px 0 #e2e2e2;
    }

    .vk-header-left-menu .vk-navbar .child li:last-child {
        border-bottom: 1px solid #fff;
    }

    .vk-header-left-menu .header-bot {
        position: relative;
        z-index: -1;
        padding: 55px 0 55px 45px;
    }

    .vk-header-left-menu .quick-address {
        text-align: left;
    }

    .vk-header-left-menu .quick-address li {
        padding-left: 30px;
        position: relative;
        line-height: normal;
    }

    .vk-header-left-menu .quick-address li + li {
        margin-top: 20px;
    }

    .vk-header-left-menu .quick-address li .fa {
        position: absolute;
        color: #FFC000;
        left: 0;
        top: 2px;
    }

    .vk-header-left-menu .shopping-cart-list {
        left: 100%;
        top: 0;
        border-left: 1px solid #2E3841;
        border-right: 1px solid #2E3841;
    }

    .vk-header-left-menu .box-search-header {
        top: 1px;
        left: 0;
        right: 0;
    }

    .vk-header-left-menu .box-search-header .vk-input-group {
        margin: 30px 15px;
    }

    .vk-header-left-menu .btn-search {
        display: inline-block;
        padding: 0 10px;
    }
    .vk-header-left-menu .btn-search i{
        font-size: 18px;
        vertical-align: middle;
        padding-top: 6px;
    }

}

@media (min-width:1200px) {
    .vk-header-left-menu {
        width: 360px;
    }

    .vk-header-left-menu .vk-navbar-header {
        padding-left: 35px;
        padding-right: 35px;
    }

}

@media (min-width:992px) {
    .vk-header-one-page {
        position: fixed;
        z-index: 9;
        width: 100%;
        background-color: transparent;
    }

}

.vk-header-one-page {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vk-header-one-page.fixed-header {
    background: #2E3841;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vk-header-one-page .vk-navbar {
    border-bottom: none;
}

.vk-header-one-page .vk-navbar-header {
    border: none;
    padding: 15px 0;
}

@media (min-width:992px) {
    .vk-header-one-page .vk-navbar-header {
        padding: 25px 0;
    }

}

.vk-header-one-page .vk-navbar-nav li a:not(.slicknav_item),
.vk-header-one-page .vk-navbar-nav li span:not(.slicknav_item) {
    padding-top: 40px;
}

.vk-header-one-page .vk-navbar-nav.child li a:not(.slicknav_item),
.vk-header-one-page .vk-navbar-nav.child li span:not(.slicknav_item) {
    padding-top: 15px;
}

@media (min-width:992px) {
    .vk-header-one-page .vk-navbar-nav:not(.child) {
        padding-right: 60px;
    }

}

@media (min-width:1360px) {
    .vk-header-one-page .vk-navbar-nav:not(.child) {
        padding-right: 0;
    }

}

.vk-header-one-page .vk-navbar-toggle {
    background-color: transparent;
}

.vk-header-one-page .vk-navbar-toggle.collapsed {
    border-color: #fff;
    color: #fff;
}

.vk-header-one-page .shopping-cart {
    color: #fff;
}

.vk-header-one-page .shopping-cart-list {
    top: 80px;
}

.vk-header-style .vk-space.x-large {
    padding-bottom: 35px;
}

@media (min-width:992px) {
    .vk-header-style .vk-space.x-large {
        padding-bottom: 75px;
    }

}

.vk-header-style img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media (min-width:992px) {
    .vk-mega-menu.vk-navbar-nav.child {
        left: 15px;
        right: 15px;
    }

    .vk-mega-menu.vk-navbar-nav.child li {
        width: 25%;
        float: left;
        border-right: 1px solid #667886;
    }

    .vk-mega-menu.vk-navbar-nav.child li:nth-child(4n) {
        border-right: 0;
    }

    .vk-mega-menu.vk-navbar-nav.child li:last-child {
        border-bottom: 1px solid #667886;
    }

}

.vk-home-dark {
    color: #8D8D8D;
    background-size: 100%;
}

.vk-home-dark .vk-heading {
    color: #fff;
}

.vk-home-dark .vk-project-grid-item .content-hidden {
    background-color: #fff;
}

.vk-home-dark .vk-project-grid-item .vk-title a {
    color: #2E3841;
}

.vk-home-dark .vk-project-grid-item .vk-title a:hover,
.vk-home-dark .vk-project-grid-item .vk-title a:focus {
    color: #FFC000;
}

.vk-home-dark .vk-project-grid-item .vk-list-action-post a,
.vk-home-dark .vk-project-grid-item .vk-list-action-post span {
    color: #2E3841;
}

.vk-home-dark .vk-project-grid-item .vk-list-action-post a:hover,
.vk-home-dark .vk-project-grid-item .vk-list-action-post a:focus,
.vk-home-dark .vk-project-grid-item .vk-list-action-post span:hover,
.vk-home-dark .vk-project-grid-item .vk-list-action-post span:focus {
    color: #FFC000;
}

.vk-home-dark .vk-filter {
    border-color: #787d81;
}

.vk-home-dark .vk-filter li.active {
    border-color: #787d81;
    border-bottom-color: #2f3a44;
}

.vk-home-dark .vk-slider-arrow-top .vk-arrow {
    border-color: #787d81;
}

.vk-home-dark .vk-slider-arrow-top .vk-arrow:hover,
.vk-home-dark .vk-slider-arrow-top .vk-arrow:focus {
    border-color: #FFC000;
}

.vk-home-dark .vk-counter-section {
    background-color: transparent;
    border: 1px solid #787d81;
    border-left: 0;
    border-right: 0;
}

.vk-home-dark .vk-counter-non-icon {
    background-color: transparent;
    color: #FFC000;
}

.vk-home-dark .vk-counter-non-icon .number-count:after {
    background-color: #FFC000;
}

.vk-home-dark .vk-recent-blog-section {
    background-color: transparent;
    border-bottom: 1px solid #787d81;
}

.vk-home-dark .vk-testimonial {
    border-color: #787d81;
}

.vk-home-dark .vk-testimonial .name {
    color: #fff;
}

@media (min-width:992px) {
    .vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots {
        top: -100px;
    }

}

.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li:after {
    background-color: #787d81;
}

.vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
    background-color: #FFC000;
}

.vk-home-dark .vk-list-client-style-1 li {
    border-color: #787d81;
}

.vk-home-dark .vk-heading-line > span:before,
.vk-home-dark .vk-heading-line > span:after {
    background-color: #fff;
}

@media (min-width:992px) {
    .vk-home-dark .vk-content-bot .vk-heading {
        margin-left: 60px;
    }

}

.vk-home-dark .vk-join-our-team-section .vk-btn {
    background-color: #FFC000;
    color: #2E3841;
}

.vk-home-dark .vk-join-our-team-section .vk-btn .icon {
    background-color: #fff;
}

.vk-home-dark .vk-join-our-team-section .vk-btn:hover,
.vk-home-dark .vk-join-our-team-section .vk-btn:focus {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background-color: transparent;
}

@media (min-width:992px) {
    .vk-home-dark .vk-iconbox-section {
        padding-top: 120px;
    }

}

@media (min-width:992px) {
    .vk-home-dark .vk-iconbox-section .vk-heading {
        margin-bottom: 45px;
    }

}

.vk-home-dark .vk-iconbox-section .vk-iconbox .vk-title {
    color: #fff;
}

.vk-home-dark .vk-iconbox-section .vk-iconbox:hover .icon,
.vk-home-dark .vk-iconbox-section .vk-iconbox:hover .vk-title {
    color: #FFC000;
}

.vk-home .vk-heading {
    margin-bottom: 60px;
}

@media (min-width:992px) {
    .vk-home .vk-content-bot .left-content {
        float: left;
    }

}

.vk-home .vk-content-bot .right-content {
    padding-top: 50px;
}

@media (min-width:992px) {
    .vk-home .vk-content-bot .right-content {
        padding-top: 0;
    }

}

.vk-home .vk-content-bot .vk-testimonial .content {
    padding-bottom: 0;
}

.vk-home .vk-what-we-do-section .vk-heading {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .vk-home .vk-what-we-do-section .vk-heading {
        margin-bottom: 60px;
    }

}

@media (min-width:992px) {
    .vk-home .vk-what-we-do-section .vk-filter li {
        padding: 14px 15px;
    }

}

@media (min-width:1200px) {
    .vk-home .vk-what-we-do-section .vk-filter li {
        padding: 14px 23px;
    }

}

.vk-our-project-section .box-filter {
    display: none;
    position: absolute;
    top: -8px;
    right: 15px;
}

.wicon-custom-project .vk-our-project-section .box-filter {
    top: -30px;
}

.wicon-custom-project h2.vk-heading.vk-heading-line {
    margin-bottom: 65px;
}

@media (max-width:991px) {
    .vk-navbar-nav li {
        width: 100%;
    }
    .wicon-custom-project h2.vk-heading.vk-heading-line {
        margin-bottom: 45px;
    }

}

@media (min-width:992px) {
    .vk-our-project-section .box-filter {
        display: block;
    }

}

@media (min-width:1200px) {
    .vk-our-project-section .box-filter {
        right: 200px;
    }

}

.vk-work-step-mini {
    padding-top: 50px;
}

.vk-work-step-mini .vk-title {
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .vk-work-step-mini .vk-title {
        margin-bottom: 30px;
    }

}

.vk-recent-blog-section {
    background-color: #F4F4F4;
}

.vk-counter-section {
    padding-top: 50px;
}

@media (min-width:992px) {
    .vk-counter-section {
        padding-top: 0;
    }

}

.vk-our-project-list .item {
    width: 100%;
}

.tiny-banner {
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}

.tiny-banner h2 {
    margin: 0;
}

.tiny-banner h1 {
    margin: 25px 0;
    font-size: 60px;
    color: #FFC000;
    font-weight: 300;
}

.vk-client-shop-section {
    padding: 40px 0;
    background-color: #EAEAEA;
}

.vk-list-client-slider .vk-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    font-size: 48px;
    color: #B0B0B0;
    background-color: transparent;
    padding: 0;
}

.vk-list-client-slider .vk-arrow.next {
    right: 0;
}

@media (min-width:992px) {
    .vk-home-shop .vk-slider-arrow-dot-top .vk-arrow-dots {
        top: -76px;
    }

}

@media (min-width:992px) {
    .vk-home-shop .vk-slider-arrow-dot-top .vk-arrow {
        top: -100px;
    }

}

.vk-home-shop .vk-recent-blog-section {
    background-color: #fff;
}

@media (min-width:992px) {
    .vk-home-shop .vk-recent-blog-section {
        padding-bottom: 120px;
    }

}

.vk-home-one-page .vk-heading {
    color: #fff;
}

.vk-home-one-page .vk-heading-style-1 {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-heading-style-1 {
        margin-bottom: 50px;
        text-align: left;
    }

}

.vk-home-one-page .vk-section {
    padding-top: 230px;
    height: 100%;
}

.vk-home-one-page .vk-section-style-2 {
    text-align: center;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-section-style-2 {
        text-align: left;
    }

}

.vk-home-one-page .vk-section-style-2 .vk-filter {
    background-color: transparent;
    font-weight: 600;
    color: #B0B0B0;
}

.vk-home-one-page .vk-section-style-2 .vk-title {
    color: #fff
}

.vk-home-one-page .vk-section-style-2 .vk-counter {
    display: none;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-section-style-2 .vk-counter {
        display: inline-flex;
    }

}

.vk-home-one-page .vk-section-style-2 .vk-counter .title {
    color: #B0B0B0;
}

.vk-home-one-page .vk-section-style-2 .vk-counter-non-icon .number-count:after {
    background-color: #B0B0B0;
}

.vk-home-one-page .vk-section-style-2 .vk-buttons {
    margin-top: -20px;
    border-color: transparent;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-section-style-2 .vk-buttons {
        border-color: #B0B0B0;
        margin-top: 0;
    }

}

.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
    margin-right: auto;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
        margin-right: 0;
    }

}

.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:hover,
.vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:focus,
.vk-home-one-page .vk-section-style-2 .vk-list-step-mini li {
    color: #fff
}

.vk-home-one-page .vk-section-style-2 .vk-list-step-mini li:before {
    color: rgba(255, 192, 0, 0.1);
}

.vk-home-one-page .vk-client-say .box-heading,
.vk-home-one-page .vk-contact .box-heading {
    position: relative;
}

.vk-home-one-page .vk-client-say .box-heading .vk-heading,
.vk-home-one-page .vk-contact .box-heading .vk-heading {
    margin-bottom: 0;
}

.vk-home-one-page .vk-client-say .box-heading .vk-heading-style-1,
.vk-home-one-page .vk-contact .box-heading .vk-heading-style-1 {
    padding-bottom: 0;
}

.vk-home-one-page .vk-client-say .box-heading .vk-heading-style-2,
.vk-home-one-page .vk-contact .box-heading .vk-heading-style-2 {
    position: absolute;
    right: 0;
    top: 0
}

.vk-home-one-page .vk-client-say .box-heading {
    padding-bottom: 50px;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-client-say .box-heading {
        padding-bottom: 110px;
    }

}

.vk-home-one-page .vk-contact .box-heading {
    padding-bottom: 50px;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-contact .box-heading {
        padding-bottom: 80px;
    }

}

.vk-home-one-page .vk-contact .left-content .vk-heading,
.vk-home-one-page .vk-contact .right-content .vk-heading {
    font-weight: 400;
}

.vk-home-one-page .vk-contact .right-content {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-contact .right-content {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.vk-home-one-page .vk-contact .vk-contact-form {
    background-color: rgba(0, 0, 0, 0.3);
}

.vk-home-one-page .vk-contact .vk-contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #B0B0B0;
}

.vk-home-one-page .vk-contact .vk-contact-form .user-info .fa {
    color: #FFC000;
}

.vk-home-one-page .vk-slider-arrow-top .vk-arrow {
    bottom: -50px;
    top: auto;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-slider-arrow-top .vk-arrow {
        top: -120px;
    }

}

.vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
    left: 50%;
    -webkit-transform: translateX(-42px);
    -moz-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    -o-transform: translateX(-42px);
    transform: translateX(-42px);
}

@media (min-width:992px) {
    .vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        left: auto;
        right: 58px;
    }

}

.vk-home-one-page .vk-slider-arrow-top .vk-arrow,
.vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
    right: 50%;
    -webkit-transform: translateX(42px);
    -moz-transform: translateX(42px);
    -ms-transform: translateX(42px);
    -o-transform: translateX(42px);
    transform: translateX(42px);
}

@media (min-width:992px) {
    .vk-home-one-page .vk-slider-arrow-top .vk-arrow,
    .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        right: 15px;
    }

}

.vk-home-one-page .vk-our-project-section {
    padding-bottom: 100px;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-our-project-section {
        padding-bottom: 80px;
    }

}

.vk-home-one-page .vk-pricing-table-slider .slick-track {
    padding-top: 20px;
}

.vk-home-one-page .vk-pricing-table-slider .item {
    padding: 15px;
}

@media (min-width:992px) {
    .vk-home-one-page .vk-pricing-table-slider .item {
        padding: 0;
    }

}

.vk-home-one-page .vk-pricing-table-slider .item.focus {
    margin-top: -20px;
}

.vk-navbar-right-fixed {
    display: none;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60px;
}
.admin-bar .vk-navbar-right-fixed{
    top: 25px;
}

@media (min-width:992px) {
    .vk-navbar-right-fixed {
        display: block;
    }

}

.vk-navbar-right-fixed .vk-social-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vk-navbar-right-fixed .vk-social-link li {
    display: block;
}

.vk-navbar-right-fixed .vk-social-link li a {
    border: none;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li {
    line-height: 1;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: 50px;
    overflow: hidden;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #8D8D8D;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:before,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:before,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:before {
    background-color: #FFC000;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:after,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:after,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:after {
    border-color: #FFC000;
}

.vk-navbar-right-fixed .search-shopcart-button {
    text-align: center;
    padding-top: 15px;
    color: #fff;
}
.vk-navbar-right-fixed .search-shopcart-button .item-search {
    padding-left: 5px;
}
.vk-navbar-right-fixed .search-shopcart-button .shopping-cart {
    display: inline-block;
    float: none;
    margin-top: 0;
    padding-left: 0;
    color: #fff;
}

.vk-navbar-right-fixed .search-shopcart-button .btn-search {
    padding: 0 10px;
    font-size: 20px;
}

.vk-navbar-right-fixed .search-shopcart-button li {
    display: inline-block;
    width: 100%;
}

.vk-navbar-right-fixed .search-shopcart-button li + li {
    padding-top: 20px;
}

.vk-one-page .vk-footer {
    display: none;
}

.vk-one-page .section .vk-section {
    min-height: inherit;
}

.vk-one-page .section .vk-banner {
    min-height: inherit;
}

.vk-one-page .slicknav_nav {
    position: fixed;
    top: 75px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-y: scroll !important;
}

.vk-one-page .slicknav_nav .box-search-header .vk-input-group {
    margin: 0;
    padding: 25px 15px;
    background-color: #2e3841;
}

.vk-one-page .slicknav_nav .box-search-header .btn-search {
    right: 11px;
}

.vk-our-team-slider .content {
    opacity: 1;
    padding-bottom: 0;
}

.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
    top: -100px;
    display: none;
}

@media (min-width:992px) {
    .vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
        display: block;
    }

}

.vk-home-left-menu .vk-our-team .vk-our-team-slider .content {
    padding-bottom: 0;
}

@media (min-width:992px) {
    .vk-home-left-menu .shopping-cart-list {
        position: fixed;
        top: 0;
        left: 300px;
        z-index: 9;
        min-width: 400px;
    }

}

@media (min-width:1200px) {
    .vk-home-left-menu .shopping-cart-list {
        left: 360px;
    }

}

.vk-left-menu .container {
    width: 100%;
}

.vk-left-menu .col-sm-6 {
    width: 100%;
}

@media (min-width:1068px) {
    .vk-left-menu .col-sm-6 {
        width: 50%;
    }

}

.vk-left-menu .col-md-3 {
    width: 100%;
}

@media (min-width:1068px) {
    .vk-left-menu .col-md-3 {
        width: 25%;
    }

}

.vk-left-menu .col-md-6 {
    width: 100%;
}

@media (min-width:1068px) {
    .vk-left-menu .col-md-6 {
        width: 50%;
    }

}

.vk-left-menu .vk-section .right {
    padding-right: 15px;
}

@media (min-width:1292px) {
    .vk-left-menu .vk-section .right {
        padding-right: 85px;
    }

}

.vk-left-menu .vk-section .left {
    padding-bottom: 20px;
}

@media (min-width:1292px) {
    .vk-left-menu .vk-section .left {
        padding-bottom: 0;
    }

}

.vk-left-menu .vk-section .content {
    padding-bottom: 0;
}

@media (min-width:1292px) {
    .vk-left-menu .vk-section .content {
        padding-bottom: 35px;
    }

}

.vk-left-menu .vk-our-project-section .vk-section img {
    width: 100%;
}

@media (min-width:1292px) {
    .vk-left-menu .vk-our-project-section .vk-section img {
        width: auto;
        max-width: 100%;
    }

}

.vk-left-menu .vk-our-project-section .box-filter {
    display: none;
}

@media (min-width:1560px) {
    .vk-left-menu .vk-our-project-section .box-filter {
        display: block;
    }

}

.vk-left-menu .vk-our-project-list .vk-img-frame img,
.vk-left-menu .vk-what-we-do-section .vk-img-frame img {
    width: 100%
}

.vk-left-menu .vk-what-we-do-section .box-filter {
    margin-bottom: 30px;
    position: static;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-what-we-do-section .box-filter {
        margin-bottom: 0;
        position: absolute;
    }

}

.vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
    border: 1px solid #EAEAEA;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
        border-top: none;
        border-left: none;
        border-right: none;
    }

}

@media (max-width:1067px) {
    .vk-left-menu .vk-what-we-do-section .box-filter ul.vk-filter {
        display: none;
    }

}

@media (min-width:1068px) {
    .vk-left-menu .vk-what-we-do-section .box-filter select.vk-filter {
        display: none;
    }

}

.vk-left-menu .vk-content-bot .right-content {
    padding-top: 50px;
}

@media (min-width:1291px) {
    .vk-left-menu .vk-content-bot .right-content {
        padding-top: 0;
    }

}
.vk-left-menu .site .vk-header{
    display: none;
}
@media (min-width:992px) {

    .vk-left-menu .vk-content,
    .vk-left-menu .vk-footer {
        padding-left: 300px;
    }

}

@media (min-width:1200px) {
    .vk-left-menu .vk-content,
    .vk-left-menu .vk-footer {
        padding-left: 325px;
    }

}

.vk-left-menu .vk-footer .footer-item {
    padding-bottom: 60px;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-footer .footer-item {
        padding-bottom: 80px;
    }

}

.vk-left-menu .vk-footer .quick-link {
    margin-left: 0;
    padding-left: 15px;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-footer .quick-link {
        margin-left: -15px;
        padding-left: calc(1200px / 12 - 15px);
    }

}

.vk-left-menu .vk-footer .office {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-footer .office {
        padding-left: 0;
        padding-right: calc(1200px / 12 - 30px);
    }

}

.vk-left-menu .vk-footer .latest-works {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-footer .latest-works {
        padding-left: 0;
        padding-right: 0;
    }

}

.vk-left-menu .vk-footer .vk-latest-news li img {
    width: 100%;
}

@media (min-width:1068px) {
    .vk-left-menu .vk-footer .vk-latest-news li img {
        width: auto;
    }

}

@media (min-width:992px) {
    .vk-left-menu .vk-header-left-menu {
        position: fixed;
        z-index: 10;
        height: 100%;
    }

}

.vk-left-menu .vk-counter-section {
    padding-top: 50px;
}

@media (min-width:1292px) {
    .vk-left-menu .vk-counter-section {
        padding-top: 0;
    }

}

.vk-left-menu .vk-counter-section .vk-counter {
    padding-top: 0;
    padding-bottom: 50px;
}

@media (min-width:1292px) {
    .vk-left-menu .vk-counter-section .vk-counter {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

.vk-home-slider .vk-iconbox-without-background .vk-heading {
    margin-bottom: 25px;
}

@media (min-width:992px) {
    .vk-page-404 .left {
        padding-right: 180px;
        border-right: 1px solid #EAEAEA;
        padding-top: 120px !important;
    }

}

.vk-page-404 .vk-img-frame {
    margin-bottom: 60px;
}

@media (min-width:768px) {
    .vk-page-404 .vk-search-form {
        width: 500px;
        margin: auto;
    }

}

.vk-page-404 .vk-search-form .form-group {
    margin-bottom: 20px;
}

.vk-page-404 .vk-buttons .vk-btn {
    font-weight: 500;
    min-width: 100%;
}

@media (min-width:768px) {
    .vk-page-404 .vk-buttons .vk-btn {
        min-width: 240px;
    }

}

.vk-page-404 .vk-buttons .vk-btn .fa {
    padding-right: 10px;
}

.vk-page-404 .vk-buttons .vk-btn-go-back {
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .vk-page-404 .vk-buttons .vk-btn-go-back {
        margin-bottom: 0;
        margin-right: 15px;
    }

}

.vk-btn-go-back {
    background-color: #2E3841;
}

.vk-btn-go-back:hover,
.vk-btn-go-back:focus {
    color: #2E3841;
    border-color: #2E3841;
    background-color: transparent;
}

.vk-page-about .vk-our-team {
    padding: 30px 0 60px 0;
}

.page-about-wicon .vk-page-about .vk-our-team {
    padding: 80px 0 60px 0;
}

.vk-page-about .vk-content-bot {
    padding: 60px 0;
}

@media (min-width:992px) {
    .vk-page-about .vk-content-bot {
        padding: 80px 0;
    }

}

.vk-page-about .vk-slider-arrow-top .vk-arrow {
    top: -80px;
}

@media (min-width:992px) {
    .vk-content-bot .left-content {
        padding-right: 30px;
    }

}

.vk-content-bot .right-content {
    padding-top: 55px;
}

@media (min-width:992px) {
    .vk-content-bot .right-content {
        padding-left: 30px;
        padding-right: 15px;
        margin-left: 0;
        padding-top: 0;
    }

}

.vk-content-bot .vk-testimonial {
    margin-bottom: 0;
}

@media (min-width:992px) {
    .vk-content-bot .vk-testimonial {
        padding-bottom: 29px;
    }

}

@media (min-width:992px) {
    .vk-content-bot .vk-testimonial .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

}

.vk-page-career .content-top {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-page-career .content-top {
        padding-bottom: 20px;
    }

}

.vk-page-career .content-mid .vk-title {
    margin-bottom: 0;
    padding: 17px 17px 17px 19px;
    background: #f4f4f4;
    background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
    background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$grey-5', endColorstr='$white', GradientType=1);
}

.vk-page-career .vk-list-icon {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-page-career .left {
        padding-right: 85px;
    }

}

.vk-page-career .vk-contact-form {
    padding-top: 25px;
}

.vk-page-career .vk-contact-form .vk-heading {
    padding-bottom: 15px;
}

.vk-page-career .vk-contact-form .vk-divider {
    margin-bottom: 30px;
}

.vk-map {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-map {
        padding-bottom: 80px;
    }

}

.vk-contact .vk-heading {
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 0;
}

@media (min-width:992px) {
    .vk-contact .vk-heading {
        margin-bottom: 40px;
    }

}

@media (min-width:992px) {
    .vk-contact .left-content {
        padding-right: 85px;
    }

}

.vk-contact .right-content {
    padding-top: 45px;
}

@media (min-width:992px) {
    .vk-contact .right-content {
        padding: 0;
        margin-left: -15px;
    }

}

.vk-contact-form {
    background-color: #F4F4F4;
    padding: 30px 20px;
}

.vk-contact-form .vk-btn {
    font-weight: 500;
}

.vk-contact-form .vk-btn .fa {
    padding-right: 12px;
}

@media (min-width:992px) {
    .vk-contact-form {
        padding: 30px 40px;
    }

}

.vk-contact-form .form-control {
    border-radius: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vk-contact-form .form-control:focus {
    border-color: #FFC000;
}

.vk-contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .vk-contact-form .user-info {
        width: 300px;
        float: left;
    }

}

.vk-contact-form .user-info .form-control {
    min-height: 50px;
    padding-left: 55px;
}

.vk-contact-form .user-info .fa {
    position: absolute;
    color: #2E3841;
    font-size: 22px;
    left: 20px;
    top: 13px;
}

@media (min-width:992px) {
    .vk-contact-form .message-content {
        width: calc(100% - 300px);
        float: left;
        padding-left: 20px;
    }

}

.vk-contact-form .message-content .form-control {
    min-height: 260px;
}

.vk-contact .contact-info {
    padding-bottom: 25px;
}

.vk-contact .contact-info .vk-office {
    border-color: #d7d7d7;
}

@media (min-width:992px) {
    .vk-contact .contact-info .vk-office li:last-child {
        padding-bottom: 25px;
    }

    .vk-contact .contact-info .vk-office:last-child {
        padding-top: 25px;
    }

}

.vk-contact .business-hours .vk-office {
    border-top: none;
}

.vk-contact .business-hours .vk-heading {
    margin-bottom: 5px;
}

.vk-page-contact .vk-space.x-medium {
    padding: 20px 0;
}

@media (min-width:992px) {
    .vk-page-contact .vk-space.x-medium {
        padding: 60px 0;
    }

}

@media (min-width:992px) {
    .vk-page-faq .left {
        padding-right: 85px;
    }

}

.vk-page-faq .vk-toggle .panel:last-child {
    border-bottom: none;
}

.vk-testimonial {
    padding: 30px 30px 20px;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px;
}

.vk-testimonial .vk-img-frame {
    width: 80px;
    height: 80px;
}

.vk-testimonial .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.vk-testimonial .profile {
    padding-left: 17px;
    padding-bottom: 2px;
}

.vk-testimonial .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    text-transform: uppercase;
    font-weight: 600;
}
.vk-testimonial .name.color-black{
    color: #2E3841;
}
.vk-testimonial .position {
    text-transform: capitalize;
}

.vk-testimonial .content .fa {
    display: none;
}

.vk-testimonial .content p {
    margin-bottom: 0;
}

.vk-testimonial-style-2 {
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.vk-testimonial-style-2 .vk-title {
    position: relative;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-bottom: 25px;
    font-size: 18px;
    color: #FFC000;
    text-transform: none;
    line-height: 26px;
}

.vk-testimonial-style-2 .vk-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100px;
    margin: 0 auto;
    background-color: #656564;
}

.vk-testimonial-style-2 .content {
    padding-left: 0;
    padding-bottom: 30px;
}

.vk-testimonial-style-2 .avatar {
    display: inline-block;
    padding-bottom: 0;
}

.vk-testimonial-style-2 .vk-img-frame {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.vk-testimonial-style-2 .profile {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
}

@media (min-width:992px) {
    .vk-testimonial {
        padding-bottom: 25px;
    }

    .vk-testimonial .content {
        position: relative;
        padding-left: 45px;
    }

    .vk-home-default .vk-testimonial .content {
        padding-bottom: 46px !important;
    }

    .vk-testimonial .content .fa {
        display: block;
        position: absolute;
        left: 0;
        font-size: 30px;
    }

    .vk-testimonial-style-2 .vk-title {
        margin-bottom: 35px;
        padding-bottom: 35px;
        width: 400px;
        font-size: 24px;
        line-height: 36px;
    }

    .vk-testimonial-style-2 .content {
        padding-bottom: 50px;
    }

    .vk-testimonial-style-2 .vk-img-frame {
        float: none;
        margin: auto auto 25px auto;
    }

    .vk-testimonial-style-2 .profile {
        float: none;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

}

.vk-testimonial-style-2 .name {
    padding-bottom: 5px;    
}

.vk-slider-arrow-mod .vk-arrow {
    position: absolute;
    top: 27%;
    font-size: 40px;
    background-color: transparent;
    color: #B0B0B0;
}

.vk-slider-arrow-mod .vk-arrow:hover,
.vk-slider-arrow-mod .vk-arrow:focus {
    color: #FFC000;
}

.vk-slider-arrow-mod .vk-arrow.next {
    right: -215px;
}

.vk-slider-arrow-mod .vk-arrow.prev {
    left: -215px;
}

.vk-page-testimonial {
    padding: 60px 0 40px 0;
}

.vk-page-testimonial .vk-btn {
    font-weight: 500;
}

.vk-page-testimonial .vk-btn .fa {
    padding-left: 8px;
}

.vk-page-project .left-content {
    padding: 0;
}

@media (min-width:992px) {
    .vk-page-project .left-content {
        margin-right: -15px;
    }

}

.vk-page-project .right-content {
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width:992px) {
    .vk-page-project .right-content {
        margin-left: 0;
        padding-top: 0;
        padding-right: 15px;
        padding-left: 85px;
    }

}

.vk-page-project .vk-detail-post {
    margin-bottom: 25px;
    border: 1px solid #EAEAEA;
}

.vk-page-project .vk-detail-post li {
    padding: 14px 20px;
    border-right: 1px solid #EAEAEA;
    font-weight: 500;
    color: #2E3841;
    text-align: center;
}

.vk-page-project .vk-detail-post li:last-child {
    border-right: none;
}

@media (min-width:768px) {
    .vk-page-project .vk-detail-post li {
        min-width: calc(100% / 3);
        padding: 14px 5px
    }

}

@media (min-width:768px) {
    .vk-page-project .vk-detail-post li:nth-child(n+2) {
        display: block;
        margin-left: -1px;
    }

}

.vk-page-project .vk-detail-post li .vk-text {
    text-transform: capitalize;
    font-weight: 300;
}

.vk-page-project .vk-title {
    margin-bottom: 25px;
}

.vk-page-project .vk-title a {
    color: #2E3841;
    letter-spacing: 1px;
}

.vk-page-project .vk-title a:hover {
    color: #FFC000;
}

@media (min-width:992px) {
    .vk-page-project .post-brief-content {
        margin-bottom: 20px;
    }

}

.vk-page-project .vk-buttons .vk-btn-readmore {
    padding-left: 0;
    color: #FFC000;
    font-weight: 500;
}

.vk-page-project .vk-buttons .vk-btn-readmore .fa {
    padding-left: 10px;
}

.univer-pagination {
    margin: 30px 0 60px 0;
}

.vk-page-project .box-pagination {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width:992px) {
    .vk-page-project .box-pagination {
        text-align: right;
    }

}

.vk-page-project .box-filter {
    padding-bottom: 10px;
}

@media (min-width:992px) {
    .vk-page-project .box-filter {
        padding-bottom: 70px;
    }

}

.vk-page-project .vk-project-list-item {
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid #EAEAEA;
}

@media (min-width:992px) {
    .vk-page-project .vk-project-list-item {
        padding: 50px 0;
    }

}

.vk-project-grid-item {
    position: relative;
    margin-bottom: 30px;
    margin-right: auto;
    overflow: hidden;
}

@media (min-width:992px) {
    .vk-project-grid-item {
        width: auto;
    }

}

.vk-project-grid-item .content-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 1;
    opacity: 0;
    padding: 17px 15px;
    background-color: #2E3841;
    min-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vk-project-grid-item .vk-title {
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.vk-project-grid-item .vk-title a {
    color: #fff;
}

.vk-project-grid-item .vk-title a:hover,
.vk-project-grid-item .vk-title a:focus {
    color: #FFC000;
}

.vk-project-grid-item .vk-list-action-post {
    display: inline-flex;
    margin-left: auto;
}

.vk-project-grid-item .vk-list-action-post li {
    padding-left: 15px;
    font-size: 18px;
}

.vk-project-grid-item .vk-list-action-post li:first-child {
    padding-left: 0;
}

.vk-project-grid-item:hover .content-hidden {
    bottom: 0;
    opacity: 1;
}

.vk-page-project-grid .box-filter {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-page-project-grid .box-filter {
        padding-bottom: 80px;
    }

}

@media (min-width:992px) {
    .vk-page-project-grid .vk-buttons {
        padding-top: 30px;
    }

}

.vk-page-project-grid .vk-buttons .vk-btn-readmore {
    padding: 0 15px;
}

.vk-slider-project .vk-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    padding: 5px;
    background-color: rgba(46, 56, 65, 0.25);
    height: 50px;
    width: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width:992px) {
    .vk-slider-project .vk-arrow {
        height: 100px;
        width: 60px;
    }

}

.vk-slider-project .vk-arrow.next {
    right: 0;
}

.vk-slider-project .vk-arrow:hover {
    background-color: #2E3841;
}

.vk-slider-project .slider-for {
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .vk-slider-project .slider-for {
        margin-bottom: 30px;
    }

}

.vk-slider-project .slider-nav {
    margin-left: -5px;
    margin-right: -5px;
}

@media (min-width:992px) {
    .vk-slider-project .slider-nav {
        margin-left: -15px;
        margin-right: -15px;
    }

}

.vk-slider-project .slider-nav .slick-slide {
    padding: 0 5px;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width:992px) {
    .vk-slider-project .slider-nav .slick-slide {
        padding: 0 15px;
    }

}

.vk-slider-project .slider-nav .slick-slide.slick-current,
.vk-slider-project .slider-nav .slick-slide:hover,
.vk-slider-project .slider-nav .slick-slide:focus {
    opacity: 1;
}

.vk-content-single-project .vk-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.vk-content-single-project .vk-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #EAEAEA;
}

.vk-content-single-project .info {
    padding-top: 50px;
}

.vk-content-single-project table {
    margin-bottom: 0;
}

.vk-content-single-project table tr th {
    font-weight: 500;
    color: #2E3841;
    padding: 8px 0;
}

.vk-content-single-project table tr td {
    padding-left: 20px;
    text-align: left;
}

.vk-single-project {
    padding: 60px 0;
}

@media (min-width:992px) {
    .vk-single-project {
        padding: 80px 0;
    }

}

.vk-page-service .vk-work-process {
    padding-bottom: 60px;
    border-bottom: 1px solid #EAEAEA;
}

@media (min-width:992px) {
    .vk-page-service .vk-work-process {
        padding-top: 60px;
        border-top: 1px solid #EAEAEA;
    }

}

.vk-page-service .vk-pricing-table .vk-heading {
    margin-bottom: 45px;
}

@media (min-width:992px) {
    .vk-page-service .vk-pricing-table .vk-heading {
        margin-bottom: 100px;
    }

}

.vk-sort .col-md-5 .col-md-6 {
    margin: auto 0;
    padding: 0;
    text-align: center;
}

.vk-sort .col-md-5 .col-md-6 p {
    margin: 0;
    padding: 20px;
}

.vk-sort .form-control {
    border-radius: 0;
    color: #B0B0B0;
}

.vk-shop-item .img-shop {
    position: relative;
    margin-bottom: 30px;
}

.vk-shop-item .img-shop .vk-btn {
    position: absolute;
    left: 55px;
    top: 45%;
}

.vk-home-shop .vk-shop-item .col-md-3 {
    margin-bottom: 30px;
}

.vk-shop-item ul li {
    padding-bottom: 40px
}

@media (min-width:992px) {
    .vk-shop-item ul li:nth-child(4) {
        clear: both;
    }

}

.vk-shop-item .item:hover .vk-img-frame .vk-background-overlay {
    opacity: 1;
}

.vk-shop-item .item:hover .vk-heading a {
    color: #FFC000;
}

.vk-shop-item .item:hover .vk-price-rate {
    display: none;
}

.vk-shop-item .item:hover .vk-buttons {
    display: block;
}

.vk-shop-item .item:hover .vk-img:before {
    opacity: 1;
}

.vk-shop-item .vk-img:before {
    opacity: 0;
}

.vk-shop-item .vk-img-frame {
    border: solid 1px #EAEAEA;
}

.vk-shop-item .vk-heading {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.vk-shop-item .vk-heading a {
    color: #2E3841;
    font-size: 22px;
    font-weight: 600;
}

.vk-shop-item .vk-img-frame .vk-background-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.vk-shop-item .vk-img-frame .vk-background-overlay a {
    margin: auto;
}

.vk-shop-item .vk-img-frame .vk-background-overlay a i {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vk-shop-item .vk-img-frame .vk-img img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.vk-shop-item .vk-price-rate {
    padding-top: 15px;
}

.vk-shop-item .vk-price-rate .fa {
    padding-bottom: 20px;
    margin-right: -3px;
}

.vk-shop-item .vk-price-rate .price {
    float: left;
    color: #FFC000;
    font-size: 18px;
}

.vk-shop-item .vk-price-rate .rate {
    float: right;
    color: #B3BDC7;
    font-size: 16px;
}

.vk-shop-item .vk-buttons {
    display: none;
    padding-top: 5px;
}

.vk-shop-item .vk-buttons .vk-btn {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    border: 1px solid #B3BDC7;
    min-height: auto;
    background: transparent;
    color: #B3BDC7;
}

.vk-shop-item .vk-buttons .vk-btn:hover,
.vk-shop-item .vk-buttons .vk-btn:focus,
.vk-shop-item .vk-buttons .vk-btn.active {
    color: #fff;
    background-color: #FFC000;
    border-color: transparent;
    text-decoration: none;
}

.vk-shop-item .vk-buttons .vk-btn:last-child {
    margin-right: 0;
}

.vk-shop-item .vk-buttons .vk-btn-heart,
.vk-shop-item .vk-buttons .vk-btn-share,
.vk-shop-item .vk-buttons .vk-btn-heart,
.vk-shop-item .vk-buttons .vk-btn-share {
    width: 36px;
    height: 36px;
}

.vk-shop-item .vk-buttons .vk-btn-addtocart {
    min-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #2E3841;
    font-weight: 500;
}

@media (min-width:992px) {
    .vk-shop-item .vk-buttons .vk-btn-addtocart {
        font-size: 13px;
    }

}

@media (min-width:1200px) {
    .vk-shop-item .vk-buttons .vk-btn-addtocart {
        font-size: 14px;
    }

}

.vk-shop-wrapper .right-content {
    padding-right: 0;
}

.vk-shop-wrapper .vk-pagination li.next {
    margin: 0;
}

.vk-shop-wrapper .vk-pagination li {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 7px 0;
    border: solid 1px #EAEAEA;
}

.vk-shop-wrapper .vk-pagination li a {
    padding: 10px;
}

.vk-shop-wrapper .vk-pagination li:hover {
    border-color: #FFC000;
}

.vk-shop-wrapper .vk-pagination li:hover a span {
    color: #FFC000 !important;
}

.vk-shop-wrapper .left-content {
    float: none;
}

.sidebar-menu .best-seller ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sidebar-menu .best-seller ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.sidebar-menu .best-seller ul li a .vk-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: solid 1px #EAEAEA;
    margin-right: 10px;
}

.sidebar-menu .best-seller ul li a .vk-img img {
    width: 100%;
}

.sidebar-menu .best-seller ul li .best-seller-price {
    display: inline-block;
}

.sidebar-menu .best-seller ul li .best-seller-price p {
    margin: 0;
    color: #2E3841;
}

.sidebar-menu .best-seller ul li a:hover .best-seller-price p,
.sidebar-menu .best-seller ul li .best-seller-price span {
    color: #FFC000;
}

.sidebar-menu .best-seller ul .vk-divider {
    margin: 15px 0;
}

@media (min-width:960px) {
    .vk-sort .col-md-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .vk-sort .col-md-5 .col-md-6 p {
        padding: 0;
    }

    .right-content {
        float: right;
    }

    .left-content {
        float: left;
    }

}

.vk-shop-related {
    float: left;
    width: 100%;
}

.vk-shop-related .vk-heading-border {
    margin-bottom: 40px;
}

.vk-shop-related .vk-shop-item li {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .vk-shop-related .vk-shop-item li {
        padding-bottom: 0;
    }

}

.vk-table-shopcart {
    width: 100%;
}

.vk-table-shopcart .vk-list-quantity li + li {
    margin-top: -1px;
}

.vk-table-shopcart .table-heading-row {
    background-color: #2E3841;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.vk-table-shopcart .table-heading-row th {
    text-align: center;
    padding: 15px 0;
}

@media (min-width:768px) {
    .vk-table-shopcart .table-heading-row th {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.vk-table-shopcart .table-data-row {
    background-color: #F4F4F4;
}

.vk-table-shopcart .table-data-row td {
    padding: 20px 5px;
    border: 1px solid #fff;
}

@media (min-width:992px) {
    .vk-table-shopcart .table-data-row td {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.vk-table-shopcart .product .vk-img-frame {
    width: 60px;
    height: 60px;
    margin: auto auto 10px auto;
}

@media (min-width:768px) {
    .vk-table-shopcart .product .vk-img-frame {
        float: left;
        margin-left: 0;
    }

}

.vk-table-shopcart .product .vk-img-frame img {
    width: auto;
}

@media (min-width:768px) {
    .vk-table-shopcart .product .name {
        float: left;
        padding-top: 18px;
        padding-left: 20px;
    }

}

.vk-table-shopcart .product .name a {
    color: #2E3841;
}

@media (min-width:768px) {
    .vk-table-shopcart .product .name a {
        font-weight: 600;
    }

}

.vk-table-shopcart .product .name a:hover,
.vk-table-shopcart .product .name a:focus {
    color: #FFC000;
}

.vk-table-shopcart .vk-btn.cancel {
    padding: 5px;
    color: #8D8D8D;
    background-color: transparent;
}

.vk-table-shopcart .vk-btn.cancel:hover,
.vk-table-shopcart .vk-btn.cancel:focus {
    color: #e32c2c;
}

.vk-table-shopcart .vk-btn.btn-coupon {
    font-size: 14px;
    font-weight: 600;
    border-width: 1px;
}

.vk-table-shopcart .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
}

.vk-table-shopcart .button-cart .input-group {
    width: 100%;
}

.vk-table-shopcart .vk-list-quantity {
    display: inline-block;
}

@media (min-width:768px) {
    .vk-table-shopcart .vk-list-quantity li {
        float: left;
    }

    .vk-table-shopcart .vk-list-quantity li + li {
        margin-top: 0;
        margin-left: -1px;
    }

}

@media (min-width:768px) {
    .vk-table-shopcart .vk-list-quantity .vk-btn,
    .vk-table-shopcart .vk-list-quantity input {
        height: 50px;
    }

}

@media (min-width:768px) {
    .vk-table-shopcart .vk-list-quantity .vk-btn {
        width: 50px;
    }

}

@media (min-width:768px) {
    .vk-table-shopcart .vk-list-quantity input {
        width: 80px;
    }

}

.vk-table-shopcart-style-1 td {
    text-align: center;
}

@media (min-width:768px) {
    .vk-table-shopcart-style-1 .table-heading-row th:first-child {
        text-align: left;
        width: calc(500 / 1170 * 100%);
    }

}

.vk-table-shopcart-style-1 .button-cart .input-group {
    display: block;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-1 .button-cart .input-group {
        float: left;
        display: table;
        margin-bottom: 0;
        width: calc(500 / 1170 * 100%);
        padding-right: 15px;
    }

}

.vk-table-shopcart-style-1 .button-cart .form-control {
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-1 .button-cart .form-control {
        margin-bottom: 0;
    }

}

.vk-table-shopcart-style-1 .button-cart .form-control:focus {
    border: 1px solid #FFC000;
}

.vk-table-shopcart-style-1 .table-data-row:last-child td {
    padding-left: 20px;
    padding-right: 20px;
}

.vk-table-shopcart-style-1 .btn-coupon,
.vk-table-shopcart-style-1 .btn-update {
    width: 100%;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-1 .btn-update {
        width: auto;
    }

}

.vk-table-shopcart-style-1 .vk-buttons {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-1 .vk-buttons {
        border-top: none;
        float: right;
        padding-top: 0;
    }

}

.vk-table-shopcart-style-1 .btn-coupon,
.vk-table-shopcart-style-1 .btn-update {
    width: 100%;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-1 .btn-update {
        width: auto;
    }

}

.vk-table-shopcart-style-2 {
    margin-bottom: 20px;
}

.vk-table-shopcart-style-2 .table-heading-row th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.vk-table-shopcart-style-2 .table-data-row td {
    padding-left: 20px;
    padding-right: 20px;
}

.vk-table-shopcart-style-2 .table-data-row td:first-child {
    color: #2E3841;
    font-weight: 600;
    text-transform: capitalize;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-2 .table-data-row td:first-child {
        width: calc(165 / 700 * 100%);
    }

}

.vk-table-shopcart-style-2 .table-data-row:last-child {
    color: #2E3841;
}

.vk-table-shopcart-style-2 .btn-update {
    font-weight: 500;
    width: 100%;
}

@media (min-width:768px) {
    .vk-table-shopcart-style-2 .btn-update {
        width: auto;
    }

}

.vk-table-shopcart-style-2 .vk-title {
    font-weight: 600;
    color: #2E3841;
    margin-bottom: 13px;
}

.vk-table-shopcart-style-2 .note {
    margin-bottom: 23px;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-2 .note {
        margin-bottom: 10px;
    }

}

.vk-table-shopcart-style-2 .price {
    font-weight: 600;
}

.vk-table-shopcart-style-2 .form-control:focus {
    border-color: #FFC000;
}

.vk-table-shopcart-style-3 .table-heading-row th {
    text-align: left;
    padding-left: 18px;
}

.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] {
    display: none;
}

.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] + label {
    position: relative;
    top: 3px;
    margin-left: 7px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
}

.vk-table-shopcart-style-3 .table-heading-row input[type='checkbox']:checked + label:after {
    content: "\f00c";
    position: absolute;
    left: 1px;
    top: 0;
    font-family: FontAwesome;
    font-size: 10px;
}

.vk-table-shopcart-style-3 .table-data-row td {
    display: block;
    padding: 7px 18px;
    min-height: 50px;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-3 .table-data-row td {
        display: table-cell;
    }

}

.vk-table-shopcart-style-3 .table-data-row td:first-child {
    padding-top: 14px;
    font-weight: 600;
    padding-bottom: 14px;
    text-transform: capitalize;
    color: #2E3841;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-3 .table-data-row td:first-child {
        width: calc(170 / 570 * 100%);
    }

}

@media (min-width:992px) {
    .vk-table-shopcart-style-3 .table-data-row:last-child td:first-child {
        vertical-align: top;
    }

}

.vk-table-shopcart-style-3 label,
.vk-table-shopcart-style-3 .label {
    font-weight: inherit;
    margin-bottom: 0;
    color: inherit;
}

.vk-table-shopcart-style-3 .form-control {
    min-height: 0;
    padding-left: 0;
    background-color: transparent;
}

.vk-table-shopcart-style-3 textarea {
    resize: vertical;
    height: 136px;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-3 textarea {
        height: 82px;
    }

}

.vk-table-shopcart-style-4 .table-heading-row th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.vk-table-shopcart-style-4 .table-data-row {
    font-weight: 400;
}

.vk-table-shopcart-style-4 .table-data-row td {
    padding: 14px 20px;
}

.vk-table-shopcart-style-4 .table-data-row td:first-child {
    text-transform: capitalize;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-4 .table-data-row td:first-child {
        width: calc(400 / 570 * 100%);
    }

}

.vk-table-shopcart-style-4 .table-data-row:last-child {
    font-weight: 600;
    color: #FFC000;
}

.vk-table-shopcart-style-4 .table-data-row.fix {
    color: #2E3841;
}

.vk-table-shopcart-style-5 .table-heading-row th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.vk-table-shopcart-style-5 .table-data-row td {
    padding: 15px 20px;
}

.vk-table-shopcart-style-5 label,
.vk-table-shopcart-style-5 .label {
    color: #2E3841;
    font-weight: 500;
}

.vk-table-shopcart-style-5 input[type='radio'] {
    display: none;
}

.vk-table-shopcart-style-5 input[type='radio'] + label {
    position: relative;
    padding-left: 20px;
}

.vk-table-shopcart-style-5 input[type='radio'] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #2E3841;
}

.vk-table-shopcart-style-5 input[type='radio']:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2E3841;
}

.vk-table-shopcart-style-5 a {
    color: #2E3841;
    font-weight: 500;
}

.vk-table-shopcart-style-5 a:hover,
.vk-table-shopcart-style-5 a:focus {
    color: #FFC000;
}

.vk-table-shopcart-style-5 .pay {
    padding-bottom: 10px;
}

@media (min-width:992px) {
    .vk-table-shopcart-style-5 .pay li {
        float: left;
    }

    .vk-table-shopcart-style-5 .pay li:first-child,
    .vk-table-shopcart-style-5 .pay li:last-child {
        padding-top: 43px;
    }

    .vk-table-shopcart-style-5 .pay li + li {
        padding-left: 10px;
    }

}

.vk-shop-cart {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-shop-cart {
        padding-top: 80px;
        padding-bottom: 120px;
    }

}

.vk-shop-cart .vk-table-shopcart-style-1 {
    margin-bottom: 60px;
}

@media (min-width:992px) {
    .vk-shop-cart .vk-table-shopcart-style-1 {
        margin-bottom: 80px;
    }

}

.vk-shop-checkout {
    padding-top: 60px;
}

@media (min-width:992px) {
    .vk-shop-checkout {
        padding-top: 80px;
        padding-bottom: 50px;
    }

}

.vk-shop-checkout .vk-table-shopcart-style-1 .button-cart .input-group {
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
}

.vk-shop-checkout .shop-table {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-shop-checkout .shop-table {
        padding-bottom: 70px;
    }

}

@media (min-width:992px) {
    .vk-shop-checkout .vk-shop-checkout-top .shop-table {
        padding-bottom: 40px;
    }

}

.vk-shop-checkout .vk-heading {
    padding-bottom: 25px;
}

.vk-shop-checkout .vk-shop-checkout-payment .vk-table-shopcart {
    margin-bottom: 20px;
}

.vk-product-wrapper .box-shop {
    padding-top: 60px;
    padding-bottom: 30px;
}

@media (min-width:992px) {
    .vk-product-wrapper .box-shop {
        padding-top: 120px;
        padding-bottom: 90px;
    }

}

.vk-product-wrapper .product-view .detail-product .intro {
    padding-bottom: 35px;
}

.vk-product-wrapper .product-view .detail-product .quantity {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .detail-product .quantity {
        width: auto;
        margin-bottom: 0;
    }

}

.vk-product-wrapper .product-view .detail-product .quantity li {
    width: 50px;
    height: 50px;
}

.vk-product-wrapper .product-view .detail-product .quantity li * {
    width: 100%;
    height: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 0;
    outline: none;
    text-align: center;
}

.vk-product-wrapper .product-view .detail-product .quantity li .vk-btn {
    color: #B3BDC7;
    padding: 0;
    background-color: #F4F4F4;
}

.vk-product-wrapper .product-view .detail-product .quantity li:not(:first-child) {
    margin-left: -1px;
}

.vk-product-wrapper .product-view .detail-product .quantity li:first-child,
.vk-product-wrapper .product-view .detail-product .quantity li:last-child {
    background-color: #F4F4F4;
}

.vk-product-wrapper .product-view .detail-product .quantity .number {
    width: calc(100% - 100px);
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .detail-product .quantity .number {
        width: 78px;
    }

}

.vk-product-wrapper .product-view .detail-product .price p {
    display: inline-block;
    padding: 10px 30px 20px 0;
    font-size: 28px;
    color: #FFC000;
}

.vk-product-wrapper .product-view .detail-product .add-to-cart {
    padding: 20px 0;
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .detail-product .add-to-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

}

.vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
    width: 100%;
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
        width: auto;
        margin-left: 20px;
    }

}

.vk-product-wrapper .product-view .detail-product .info p {
    margin: 0;
}

.vk-product-wrapper .product-view .detail-product .info p span {
    font-weight: 600;
}

.vk-product-wrapper .product-view .detail-product .info .share ul {
    margin: 0;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li {
    padding-left: 0;
    padding-right: 1px;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding: 14px 10px;
    background-color: #F4F4F4;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li a i {
    margin: auto;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li:hover a {
    color: #fff;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(1):hover a {
    background-color: #26558a;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(2):hover a {
    background-color: #1da0f2;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(3):hover a {
    background-color: #dc4a38;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(4):hover a {
    background-color: #ee1c1b;
}

.vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(5):hover a {
    background-color: #bd081c;
}

.vk-product-wrapper .product-view .vk-slider-shop {
    padding-bottom: 25px;
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .vk-slider-shop {
        padding-bottom: 0;
    }

}

.vk-product-wrapper .product-view .vk-slider-shop img {
    border: 1px solid #EAEAEA;
}

.vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
    padding: 5px 15px;
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
        padding: 10px 15px;
    }

}

.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
    width: 20%;
    padding: 0 2.5px;
}

@media (min-width:992px) {
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
        padding: 0 5px;
    }

}

.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: auto;
    z-index: 10;
    background-color: #2E3841;
}

.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-btn:hover {
    background-color: #FFC000;
}

.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .next {
    right: 0;
}

.vk-product-wrapper .product-view .vk-slider-shop .slider-nav .prev {
    left: 0;
}

@media (min-width:960px) {
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
        padding-top: 0;
        padding-bottom: 0;
    }

}

.vk-social-link {
    padding-top: 8px;
}

.vk-social-link li {
    display: inline-block;
    padding-right: 4px;
    padding-bottom: 4px;
}

.vk-social-link li a {
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.vk-quick-link li {
    padding-bottom: 15px;
}

.vk-quick-link li a:before {
    content: '\f105';
    padding-right: 8px;
    font-family: FontAwesome;
}

.vk-office li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 15px;
}

.vk-office li .fa {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #FFC000;
}

ul.office-lst2 {
    border-top: 1px solid #464646;
    padding-top: 15px !important;
    margin-top: 5px !important;
}

.vk-latest-news li {
    width: calc(100% / 3);
    display: inline;
    float: left;
    padding-bottom: 1px;
}

.vk-latest-news li:not(:nth-child(3n)) {
    padding-right: 1px;
}

.vk-latest-news li .vk-img {
    overflow: hidden;
}

.vk-latest-news li img {
    width: 100%;
}

@media (min-width:992px) {
    .vk-latest-news li img {
        width: auto;
    }

}

.vk-footer {
    padding-top: 60px;
    background-color: #2E3841;
    color: #b7b7b7;
}

.vk-footer.hidden-footer-top {
    padding-top: 0;
}

.vk-footer.hidden-footer-top .copyright {
    margin-top: 0;
}

.home .hidden-footer-top.vikifooter-fix {
    margin-top: 0;
}

@media (min-width:992px) {
    .vk-footer {
        padding-top: 80px;
    }

}

.vk-footer .vk-heading {
    padding-bottom: 25px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .vk-footer .vk-heading {
        padding-bottom: 30px;
    }

}

.vk-footer .vk-divider {
    border-color: #464646;
}

.vk-footer .footer-item {
    padding-bottom: 60px;
}

@media (min-width:992px) {
    .vk-footer .footer-item {
        padding-bottom: 80px;
    }

}

@media (min-width:992px) {
    .vk-footer .quick-link {
        margin-left: -15px;
        padding-left: calc(1200px / 12 - 15px);
    }

}

@media (min-width:992px) {
    .vk-footer .office {
        padding-left: 0;
        padding-right: calc(1200px / 12 - 30px);
    }

}

.vk-footer .latest-works:after {
    clear: both;
    content: "";
    display: table;
}

@media (min-width:992px) {
    .vk-footer .latest-works {
        padding-left: 0;
        padding-right: 0;
    }

}

.footer-bot {
    background-color: #2A333B;
    text-align: center;
    padding: 23px 0;
}

@media (min-width:992px) {
    .footer-bot {
        padding: 27px 0;
    }

}

.footer-bot .vk-text {
    display: inline-block;
    margin-bottom: 0;
}

.animsition,
.animsition-overlay {
    opacity: 1 !important;
}

.vk-search-result-list {
    padding: 80px 0;
}

.vk-search-result-list .search-result-content .results-title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #2e3841;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.vk-search-result-list .search-result-content .results-title span {
    color: #ffc000;
}

.vk-search-result-list .search-result-content .content-box h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.vk-search-result-list .search-result-content .content-box h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: #2e3841;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.vk-search-result-list .search-result-content .content-box h4 a:hover {
    color: #FFC000;
}

.vk-search-result-list .search-result-content .content-box .wicon-txt-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.vk-search-result-list .search-result-content .content-box .wicon-txt-title a {
    font-weight: 700;
    font-size: inherit;
    color: #2e3841;
}

.vk-search-result-list .search-result-content .content-box .wicon-txt-title a:hover {
    color: #FFC000;
}

@media screen and (min-width:960px) {
    .vk-search-result-list .search-result-content .content-box .info {
        padding-bottom: 20px;
    }

}

.vk-search-result-list .search-result-content .content-box .info ul {
    display: inline-block;
    border: solid 1px #EAEAEA;
}

.vk-search-result-list .search-result-content .content-box .info ul li {
    display: inline-flex;
    padding: 11px 16px 11px 20px;
    border-right: solid 1px #EAEAEA;
    font-weight: 600;
    color: #2E3841;
    line-height: 2;
}

.vk-search-result-list .search-result-content .content-box .info ul li:last-child {
    border: none;
}

.vk-search-result-list .search-result-content .content-box .info ul li p {
    display: inline-block;
    color: #8D8D8D;
    font-weight: 400;
    margin: 0;
}

.vk-search-result-list .search-result-content .content-box .info ul li span {
    color: #999999;
    font-weight: 300;
}

.vk-search-result-list .search-result-content .content-box p {
    margin-bottom: 0;
}

.vk-search-result-list .search-result-content .content-box .vk-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vk-search-result-list .search-result-content .vk-pagination {
    padding-top: 30px;
}

.vk-header-left-menu .box-search-header {
    left: 12px;
}

.container {
    margin: auto !important;
}

h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}

.wicontheme .site .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.page-id-2272 .vk-counter-box {
    width: 1170px !important;
}

.page-id-2272 .vk-content-bot .vk-testimonial {
    padding-top: 48px;
}

.page-id-2272 .vk-section .content {
    padding-bottom: 48px !important;
}

.wicondefault .site-header {
    background: #2E3841;
}

@media screen and (max-width:1170px) {
    .page-id-2272 .vk-counter-box {
        width: 100% !important;
    }

}

.page-id-2676 .entry-content.row {
    padding-left: 300px;
}

.page-id-2676 .vc_row.wpb_row.vc_row-fluid {
    padding: 0 200px;
}

.page-id-2676 .vc_row.wpb_row.vc_row-fluid:first-child {
    padding: 0;
}

@media screen and (max-width:1480px) {
    .page-id-2676 .vc_row.wpb_row.vc_row-fluid {
        padding: 0 60px;
    }

    .vk-page-testimonial {
        padding: 30px 0;
    }

    .wicon-vc-recent-blog .vk-recent-blog {
        padding-top: 80px !important;
    }

}

@media screen and (max-width:991px) {
    .h-custom h2{
        font-size: 50px !important;
    }
    .collapse.navbar-collapse.vk-navbar-collapse {
        border-top: 3px solid #FFC000;
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

    ul li.menu-item-has-children > a {
        position: relative;
    }

    ul li.menu-item-has-children > a:after {
        content: '\f105';
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
    }

    .widget_nav_menu ul li.menu-item-has-children > a:after {
        content: none;
    }

    .vk-home-one-page .vk-section {
        padding-top: 60px;
    }

}

div#fullpage2 {
    padding-top: 32px !important;
}

.wicontheme .vk-page .vk-menu-right {
    margin-top: 100px;
}

@media screen and (max-width:991px) {
    .vk-page .right {
        display: none;
    }

}

.page-id-2676 .vk-footer .container {
    padding-left: 180px !important;
    padding-right: 153px !important;
}

@media screen and (max-width:1400px) {
    .page-id-2676 .vk-footer .container .col-md-3 {
        width: 100%;
    }

    .page-id-2676 .vk-footer .container {
        padding-left: 40px !important;
        padding-right: 15px !important;
    }

    .page-id-2676 .vk-footer .widget.widget_nav_menu {
        padding-left: 0 !important;
    }

}

@media screen and (max-width:991px) {
    .page-id-2676 .vk-footer .container {
        padding-right: 40px !important;
    }

}

#fix-feature-home-default .vk-iconbox-section.row {
    margin-left: 0;
    margin-right: 0;
}

#post-2128 .vc_column_container.vc_col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
}

#post-2128 .vc_column_container.vc_col-sm-3 {
    padding-right: 15px;
}

.mbt0 {
    margin-bottom: 0 !important;
}

.vk-banner .term-description {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
}

@media screen and (max-width:1023px) and (min-width:992px) {
    #fullpage3 #ourProject,
    #fullpage2 #whatWeDo {
        padding-left: 30px;
        padding-right: 30px;
    }

    #fullpage6 .wpb_column.vc_col-sm-9 {
        width: 100%;
    }

    div#fullpage6 {
        padding-right: 0;
    }

    #fullpage6 .wpb_column.vc_col-sm-3 {
        width: 100%;
        padding-right: 65px;
    }

    #fullpage6 .wpb_column.vc_col-sm-3 #contacUs .row {
        margin: 0;
    }

    #fullpage5 .vk-pricing-table .pricing.pricing-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #fullpage5 .vk-pricing-table .pricing.pricing-2 .col-sm-6 {
        width: 50%;
    }

}

@media screen and (max-width:991px) {
    .single-blog-wicon #primary.row,
    .single-product .wicon-shop > .row,
    .vk-blog-wrapper.vk-blog-grid .blog-list.row,
    .vk-blog-wrapper.vk-blog-list .blog-list.row,
    .wpb_wrapper .vk-who-we-are.vk-section.vk-section-style-1 .row,
    .vk-page-about.slider-our .vk-our-team .col-md-10 > .row,
    .fix-project .row,
    .row.vk-filter-fix,
    .vk-home-default .vk-recent-blog-section .row,
    .vk-recent-blog .brief-content,
    .vk-home-dark .vk-recent-blog-section .row,
    .vk-service-section.vk-section-style-5.row,
    .vk-home-shop .row,
    .vk-buynow-section .row,
    .vk-fix-testimonial .row,
    .vk-home-default.partner-box .row {
        margin-left: 0;
        margin-right: 0;
    }

    .vk-join-our-team-section .content-section.text-uppercase {
        padding: 0 30px;
    }

    .page-id-2272 .vk-content-bot .vk-testimonial,
    .page-id-2676 .vk-content-bot .vk-testimonial,
    .page-id-18 .vk-content-bot .vk-testimonial {
        padding: 15px;
    }

    .vk-recent-blog-list .vk-slider-arrow-dot-top .vk-arrow-dots,
    .vk-home-dark .vk-recent-blog-section .vk-slider-arrow-dot-top .vk-arrow-dots {
        left: 0;
        right: 0;
    }

    .vk-shop-item.imgfirst .img-shop {
        margin-bottom: 30px;
    }

    #fullpage3 .vk-heading {
        padding-left: 15px !important;
    }

    .single-product .woocommerce-tabs.wc-tabs-wrapper,
    .single-product .related {
        margin-top: 30px;
    }

    .vk-page .homeleft-project .left {
        margin-left: 0;
        padding-left: 0 !important;
    }

}
@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed;
    }
}

@media screen and (max-width:575px) {

    .nextend-bullet-bar{
        display: none !important;
    }
    .n2-ss-layer-col{
        padding: 0 !important;
    }
    .n2-ss-item-content p{letter-spacing: unset;}
    .h-custom h2{
        font-size: 30px !important;
    }
    .vk-faq-wrapper .vk-toggle.vk-toggle-border .panel-title a:before {
        width: 40px;
    }

    .vk-faq-wrapper .vk-toggle.vk-toggle-border .panel-title a {
        padding-left: 40px;
    }

    .vk-page-faq .left {
        padding: 0 15px;
        margin: 0;
        padding-top: 30px !important;
    }

    .woocommerce .wicon-shop ul.products li.product {
        width: 100%;
    }

}
@media screen and (max-width:439px) {
    .h-custom h2{
        text-align: center !important;
    }
}
@media screen and (max-width:425px) {
    .page-id-2676 .vc_row.wpb_row.vc_row-fluid {
        padding: 0 30px;
    }

    .page-id-2676 .vk-footer .col-md-3,
    .page-id-2676 .vc_row.wpb_row.vc_row-fluid .vk-recent-blog-list .col-md-6,
    .page-id-2676 .vc_row.wpb_row.vc_row-fluid .vk-testimonial-list .col-md-6,
    .page-id-2676 .vc_row.wpb_row.vc_row-fluid .vk-what-we-do-section .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .vk-header-left-menu .vk-navbar-brand {
        padding-left: 0;
    }

    .page-id-2676 .vk-footer .container {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .page-id-2676 .partner-box .vk-section {
        width: 100%;
    }

    .vk-page-about .vk-slider .content .title {
        font-size: 12px;
    }

    .vk-page-about .vk-slider-center .item.slick-slide.slick-center .vk-img-frame {
        margin-bottom: 30px;
    }

    .vk-page-about .vk-slider .vk-img-frame {
        margin-bottom: 10px;
    }

}
.woocommerce a.remove:hover {
    background: none !important;
    color: #FFC000 !important;
}
.site-header {
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

.wicon-page-index {
    padding-top: 80px;
    padding-bottom: 60px;
}

.vk-banner {
    background: #8D9297;
}

.single-blog-wicon {
    margin: 0 auto;
    overflow: hidden;
}

.site-content {
    margin: 0 auto;
}

.copyright-vikitheme {
    margin-top: -30px;
    padding-bottom: 40px;
}

.page .site-content,
.single .site-content,
.archive .site-content {
    width: 100%
}

.page-fix {
    margin: 60px auto 30px auto;
    overflow: hidden;
}

.site-footer {
    margin: 0 auto;
    padding-left: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #ffc000;
}

.main-navigation a {
    color: #FFF;
    font-weight: 500;
}

.wh-default .main-navigation a {
    color: #1a1a1a;
}

.home .site-branding .site-title a,
.home .main-navigation a {
    color: #2E3841;
}

.col-md-3 .widget-area {
    margin-left: 0;
    width: 100%;
}

.col-md-9 .entry-content.row {
    margin-left: 0;
}

.single-blog-wicon input#submit {
    width: 100%;
}

.site-branding .site-title a {
    color: #FFF;
}

.site-branding .site-title a:hover {
    color: #ffc000;
}

.home .vikifooter-fix {
    margin-top: 80px;
}

.vk-page #fullpage3 .vk-heading {
    margin-bottom: 50px;
}

.page .vikifooter-fix {
    margin-top: 0;
}

.search .site-content {
    width: 100%;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #ffc000;
}

.site-description {
    font-size: 14px;
}

.home .site-description {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
}

.viki-single-fix {
    margin: auto;
}

span.cat-links {
    font-size: 12px;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #ffc000;
}

span.comments-link {
    display: inline-block;
}

span.comments-link:hover {
    border-bottom: none;
}

ul.post-categories li {
    border: none !important;
    margin-top: 0 !important
}

ul.post-categories {
    margin-top: -27px;
    margin-left: -32px;
}

nav.navigation.posts-navigation {
    display: none;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #ffc000;
    color: #FFF;
    transition: .5s;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {    
    background: none;    
    transition: .5s;
}

.main-navigation ul li ul.children li {
    background: #2E3841;
}

.main-navigation ul li ul.children li:hover {
    background: #ffc000;
}

.main-navigation ul li ul.children li:hover a {
    color: #fff;
}

.main-navigation ul li ul.children {
    border: none;
}

.main-navigation ul li ul.children li a {
    color: #FFF;
    text-align: left;
    text-indent: 0;
}

.main-navigation ul ul:before {
    display: none;
}

.site-header .main-navigation {
    margin-right: 0;
}

.widget.widget_pages ul li:last-child {
    border-bottom: none;
}

.page .comments-area,
.widget .menu-testing-menu-container i {
    display: none;
}

.widget table#wp-calendar {
    border: 1px solid #d1d1d1;
}

.widget_calendar tbody a {
    background: #ffc000;
    color: #FFF;
}

.widget.widget_categories ul li .children li:first-child {
    border-top: 1px solid #EAEAEA !important;
}

.widget.widget_categories ul li .children li:last-child {
    border: none;
}

.widget.widget_categories ul li .children li:after {
    display: none !important;
}


td {
    text-align: center;
}

nav.navigation.posts-navigation {
    display: block;
}

.site-info {
    font-size: 14px;
    color: #686868;
}

span.tags-links {
    font-size: 12px;
}

input.search-submit {
    width: 100px;
}

input.search-submit:hover {
    background: #fff;
}

.entry-content a:hover {
    color: #ffc000;
}

.entry-content a.wp-block-button__link:hover {
    text-decoration: none;
}

.gallery-caption {
    font-size: 0;
}

@media screen and (max-width:1280px) {
    div#comments {
        width: 100%;
    }

    .viki-single-fix,
    .site-header,
    .site-content,
    .site-footer {
        width: 100% !important;
    }

}

@media screen and (max-width:991px) {
    .single-blog-wicon #secondary {
        margin-top: 60px;
    }

    .site-main > article {
        margin-bottom: 30px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .menu-toggle {
        display: block;
        float: right;
    }

    div#primary {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .main-navigation a {
        color: #2E3841;
    }

    div#primary-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        width: 100%;
        margin-top: 30px;
        background: #2e3841;
    }

    div#primary-menu.ci-active {
        display: block;
    }

    .custom-logo-link {
        display: block !important;
    }

    div#primary-menu li {
        float: left;
        width: 100%;
    }

    div#primary-menu li a {
        display: block;
        padding-left: 30px;
        width: 100%;
        background: #2e3841;
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }

    div#primary-menu li:last-child a {
        border-bottom: none;
    }

    div#primary-menu li a:hover {
        background: #FFF;
        color: #ffc000;
    }

    .main-navigation ul {
        padding-left: 0;
        text-align: left;
    }

    .menu-toggle {
        font-size: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #2e3841;
    }

    .menu-toggle::before {
        content: "\f0c9";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        color: #2E3841;
    }

    .menu-toggle:hover::before {
        color: #ffc000;
    }

}

td.pad {
    border-right: none;
}

.widget.widget_recent_comments ul li a {
    font-size: 14px;
    color: #ffc000;
}

.widget.widget_recent_comments ul li a:hover {
    text-decoration: underline;
}

.vkpost-img-frame {
    margin-bottom: 30px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-style: italic;
}

.widget_rss ul li {
    margin-bottom: 30px;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: .1538461538em;
    width: 21.42857143%;
    font-size: 14px;
}

span.cat-links {
    font-size: 14px;
}

span.tags-links {
    font-size: 14px;
}

.site-title {
    margin-top: 12px;
}

#main .sticky {
    border: 4px solid #FFC000;
    padding: 30px;
    margin-bottom: 80px;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
    width: 100%;
    font-size: 14px;
}

body:not(.search-results) article:not(.type-page) .entry-footer span {
    float: left;
}

body:not(.search-results) article:not(.type-page) .entry-content {
    width: 100%;
}

span.cat-links {
    color: #2E3841;
    font-weight: 600;
    margin-right: 20px;
}

.page-links > span.current {
    color: #fff;
    background: #ffc000;
    border-color: #ffc000;
}

.single span.edit-link {
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0
}

.comment-reply-link {
    font-size: 12px;
    background: #ffc000;
    color: #fff;
    border: 1px solid transparent;
}

.comment-reply-link:hover {
    background: none;
    color: #ffc000;
    border: 1px solid #ffc000;
}

.comments-title {
    font-size: 16px;
}

.comment-form label {
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.comment-form .comment-form-cookies-consent label {
    text-transform: unset;
    font-weight: normal;
}

.comment-form .comment-form-cookies-consent > input {
    float: left;
    margin-right: 10px;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #ffc000;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    border: 1px solid transparent;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
    font-size: 14px;
}

.single time {
    font-size: 14px;
}
.comment-single a,
.page-links a,
a.page-numbers {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #EAEAEA;
    background: none;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}
a.page-numbers.prev,
a.page-numbers.next{
    padding: 0 15px;
}
.prev.page-numbers {
    margin-left: 0;
}

.page-links a:hover,
a.page-numbers:hover {
    text-decoration: none;
}
.comment-single span.current,
span.post-page-numbers.current,
span.page-numbers.current {
    display: inline-block;
    border: 1px solid #FFC000;
    background: transparent;
    color: #FFC000;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}
.comment-single a:hover,
.page-links a:hover,
a.page-numbers:hover {
    background: #ffc000;
    color: #fff;
    border-color: #FFC000;
}

.post-password-form input[type="password"] {
    margin-top: .4375em;
    padding: 10px;
}

.single time:hover {
    color: #ffc000;
}

.post-1170 span.comments-link {
    margin-left: 18px;
}

article#post-1 span.comments-link {
    margin-left: -18px;
}

.gallery {
    margin: 10px 0 0 0;
}

.textwidget img {
    margin-bottom: 20px;
}

span.comments-link a {
    color: #2E3841;
    font-weight: 600;
    margin-left: 18px;
}

span.cat-links a {
    font-weight: 400;
    margin-left: 5px;
}

span.tags-links {
    color: #2E3841;
    font-weight: 600;
}

span.tags-links a {
    font-weight: 400;
    margin-left: 5px;
}

span.posted-on {
    color: #2E3841;
    font-weight: 600;
}

span.posted-on a {
    font-weight: 400;
    margin-left: 5px;
    color: #686868;
}

span.posted-on a:hover {
    color: #ffc000;
}

span.edit-link a {
    color: #686868;
    font-weight: 600;
    margin-left: 20px;
}

span.edit-link a:hover {
    color: #ffc000;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #ffc000;
    padding-left: 1em;
    color: #686868;
}

.wp-block-quote {
    margin: 20px 0 !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
}

blockquote {
    position: relative;
    font-weight: 400;
    border: 0 solid #ffc000;
    border-left-width: 4px;
    color: #686868;
    overflow: hidden;
}

.wp-block-pullquote blockquote {
    border-left: 0;
}

.wp-block-pullquote p {
    color: #686868;
}

.category-markup table th {
    padding: 15px;
    text-align: center;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin-bottom: 10px;
}

p.has-large-font-size {
    line-height: 1.3em;
}

.page .site-main .page table th {
    padding: 15px;
    text-align: center;
}

.page-links a:hover,
.page-links a:focus {
    background: #ffc000;
    color: #fff;
}

.page .site-main .page table tr td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

kbd {
    background-color: #2E3841;
}

.page span.edit-link a {
    color: #2E3841;
    font-weight: 600;
    margin-left: 0;
    font-size: 14px;
}

.woocommerce .woocommerce-ordering {
    margin-right: 3px;
}

.post-password-form label {
    font-size: 14px;
    margin-bottom: 12px;
}

.mejs-horizontal-volume-current,
.mejs-horizontal-volume-total {
    display: none !important;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

.wicondefault .comments-area {
    display: block;
    margin-bottom: 0;
}

.wicondefault.home .vk-banner {
    margin-bottom: 80px;
}

.wicondefault .site-footer {
    background-color: #2E3841;
    color: #fff;
    padding: 30px 0;
}

.wicondefault .comments-area {
    display: block;
}

.wicondefault.page .content-area {
    padding-top: 20px;
}

.wicondefault .widget-area {
    margin-bottom: 40px;
}

.wicondefault .vk-banner .page-heading h1 {
    font-size: 36px;
    color: #FFF;
}

.wicondefault .main-navigation ul.menu > li > a {
    color: #FFF;
}

.wicondefault.page .site-title a,
.wicondefault.single .site-title a,
.wicondefault.home .site-title a,
.wicondefault.search .site-title a,
.wicondefault.archive .site-title a {
    color: #FFF !important
}

.wicondefault.page .site-description,
.wicondefault.single .site-description,
.wicondefault.home .site-description,
.wicondefault.search .site-description,
.wicondefault.archive .site-description {
    color: #d6d6d6;
}

.wicondefault .site-header .main-navigation ul li {
    float: left;
    position: relative;
}

@media screen and (min-width:910px) {
    .wicondefault .site-header .main-navigation {
        padding-left: 15px;
    }

}

.wicondefault .vk-background-black-1 {
    background-color: #2E3841 !important;
}

.wicondefault.page .site #main .vk-banner,
.wicondefault.archive .site #main .vk-banner,
.wicondefault.search .site #main .vk-banner {
    display: none;
}

.wicondefault .vk-background-overlay._80 {
    opacity: 1;
}

.wicondefault .comment-plugin-active {
    margin-top: 40px;
}

.wicondefault.single .vk-blog-wrapper .blog-content h4 {
    margin-top: 0;
}

.wicondefault.single .vk-breadcrumb .container .row,
.vk-breadcrumb .container .row {
    margin-left: 0;
    margin-right: 0;
}

.wicondefault.archive #page .page-header {
    display: none;
    border: none;
}

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

.wicondefault.archive .vk-search-result-list .search-result-content .content-box h4 {
    margin-top: 0;
}

.wicondefault.archive .vk-search-result-list {
    padding: 0;
}

.wicondefault.archive #page #primary {
    margin-top: 40px;
}

.wicondefault.search .vk-search-result-list .search-result-content .content-box h4 {
    margin-top: 0;
}

.wicondefault.search .vk-search-result-list {
    padding: 0;
}

.wicondefault.search #page .page-header {
    display: none;
}

.wicondefault.search #page #primary {
    margin-top: 40px;
}

.comment-list {
    padding-left: 0;
}

.wicondefault .comments-title,
.wicondefault .comment-reply-title {
    border-top: none;
}

.wicondefault nav.navigation.post-navigation {
    margin-bottom: 0;
}

.wicondefault .bypostauthor > article .fn:after {
    display: none;
}

.comment-list .comment .reply,
.comment-list .comment .comment-content {
    padding-left: 56px;
    font-weight: 300;
}

.comment-list .comment .reply a.comment-reply-link:before {
    content: '\f112';
    margin-right: 5px;
    font-family: FontAwesome;
}

.comment-list .comment .comment-author a.url {
    color: #2E3841;
}

.comment-list .comment-author .avatar {
    border: 1px solid #e1e1e1;
    padding: 3px;
}

.post.format-audio .entry-content .mejs-container {
    margin-top: 40px;
}

.wicondefault .main-navigation ul li ul.children li:last-child {
    border-bottom: 1px solid #d1d1d1;
}

.wicondefault.page .site-main > article {
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .button {
    min-width: 115px;
}

ul.vk-list.vk-menu-right .children {
    padding: 0 0 0 30px;
    margin: 0;
}

ul.vk-list.vk-menu-right .children li {
    list-style: none;
    margin-top: -16px;
}

.nav-next {
    float: right;
}

.nav-previous {
    float: left;
}

.post-navigation {
    border: none;
    border-top: 2px solid #FFC000;
}

.post-navigation div + div {
    border: none;
}

.wicondefault .site-title,
.wicondefault .site-description,
.wicondefault.single article h1.entry-title {
    display: none
}

.wicondefault p {
    margin-top: 0;
}

.content h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wicondefault #primary-menu {
    padding-left: 187px;
}

.comment-list li article {
    padding: 15px 0;
    margin-bottom: 15px;
}

ol.comment-list li ol {
    padding-top: 0;
    padding-bottom: 0;
}

ol.comment-list li ol li:first-child > article {
    padding-top: 0;
}

ol.comment-list li ol li:last-child > article {
    padding-bottom: 0;
}

.comment-list li article p a {
    color: #ffc000;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: none;
}

.comment-metadata .edit-link a {
    margin-left: 0 !important;
}

.comments-area .comment-form p.comment-notes {
    margin-bottom: 30px;
}


.wicondefault.home .vk-banner .page-heading {
    bottom: 80px;
}

.page_item_has_children:before {
    content: "\f107";
    display: inline-block;
    position: absolute;
    color: #FFF;
    top: 10px;
    right: 0;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: Font Awesome\ 5 Free;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.page_item_has_children {
    margin-right: 10px;
}

.page_item_has_children .children .page_item_has_children:before {
    right: 15px;
}

@media screen and (max-width:991px) {
    .home.wicondefault h1:before {
        display: none;
    }

    .menu-toggle {
        border: 1px solid #FFF;
        color: #FFF;
    }

    .menu-toggle::before {
        color: #FFF;
    }

    .wicondefault.home .vk-banner {
        margin-top: -146px;
        margin-bottom: 60px;
    }

    .wicondefault #primary-menu {
        padding-left: 0;
        margin-left: -45px;
        margin-top: 101px;
        padding-right: 1px;
    }

}

.wh-default .logo-empty {
    width: 155px;
    display: inline-block;
    margin-right: 35px;
}

.imgfirst .item-3 {
    clear: both;
}

.vk-header5 a.vk-navbar-brand,
.vk-header1 a.vk-navbar-brand {
    max-width: 151px;
}

.entry-header .entry-meta span {
    display: inline-block !important;
}

.entry-header .entry-meta div {
    display: inline-block !important;
    margin-right: 15px;
    font-weight: 400;
    color: #2E3841;
    line-height: 25px;
}

.entry-header .entry-meta div.comments-numb,
.entry-header .entry-meta div.tags-links {
    color: #999999;
    font-weight: normal;
}

.entry-header .entry-meta div.comments-numb span {
    color: #2E3841;
    font-weight: 400;
    margin-right: 5px;
}

.entry-header .entry-meta div.tags-links .meta-tag-title {
    color: #2E3841;
    margin-right: 5px;
    font-weight: 400;
}

.entry-header .entry-meta div:last-child {
    margin-right: 0;
}

.entry-header .entry-meta div a {
    font-weight: normal;
}

.entry-header .entry-meta .posted-on {
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.entry-header .entry-meta .byline {
    color: #2E3841;
    font-weight: 400;
    margin-bottom: 0;
}

.entry-header .entry-meta .byline .author a {
    font-weight: 400;
}

.entry-header .entry-meta .byline .author a:hover {
    color: #FFC000;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
    width: 100%;
    font-size: 14px;
    display: none;
}

.wp-block-media-text {
    margin-bottom: 1.75em;
}

hr.wp-block-separator {
    border: 0;
    background-color: #d1d1d1;
    height: 1px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.wp-block-separator {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}

.wp-block-table th,
.wp-block-table td {
    font-weight: normal;
    padding: 0.4375em;
    text-align: left;
}

.content-area.wicon-e-sidebar {
    width: 100%;
}

.widget.widget_nav_menu .vk-navbar-nav.child li a:not(.slicknav_item) {
    padding: 10px 0;
    text-transform: none;
    color: #999;
    min-width: auto;
    line-height: 26px;
    min-height: 40px;
}
.widget.widget_nav_menu{overflow: hidden;}
.widget.widget_nav_menu ul.child {
    text-indent: 10px;
}

.widget.widget_nav_menu ul.child > li > ul.child {
    text-indent: 20px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child {
    text-indent: 30px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 40px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 50px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 60px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 70px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 80px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 90px;
}

.widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
    text-indent: 100px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
        text-indent: 70px;
    }

    .widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
        text-indent: 70px;
    }

    .widget.widget_nav_menu ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child > li > ul.child {
        text-indent: 70px;
    }

}

.woocommerce-widget-layered-nav ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li {
    list-style-type: none;
    position: relative;
    border-bottom: solid 1px #EAEAEA;
    padding: 0;
}

.woocommerce-widget-layered-nav span.selection ul li {
    border-bottom: none;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    position: relative;
    padding: 10px 0 0 0;
    width: 100%;
    list-style-type: none;
    border-bottom: solid 1px #EAEAEA;
    text-align: right;
    overflow: hidden;
}

.widget.widget_layered_nav > ul > li:first-child > a,
.widget.widget_calendar #wp-calendar > caption,
.widget.widget_nav_menu > div > ul > li:first-child > a,
.widget.widget_recent_entries > ul > li:first-child > a,
.widget.widget_recent_comments > ul > li:first-child,
.widget.widget_meta > ul > li:first-child > a,
.widget.widget_pages > ul > li:first-child > a,
.widget.widget_categories > ul > li:first-child,
.widget.widget_archive > ul > li:first-child {
    padding-top: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0;
}

.woocommerce-widget-layered-nav ul li span {
    float: right;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 3px; margin-right: 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 48px);
}

.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    width: calc(100% - 48px);
    text-align: left;
}

.woocommerce-widget-layered-nav ul li .children li:last-child,
.widget.widget_recent_entries ul li .children li:last-child,
.widget.widget_nav_menu ul li .children li:last-child,
.widget.widget_meta ul li .children li:last-child,
.widget.widget_pages ul li .children li:last-child {
    border-bottom: none;
}

.woocommerce-widget-layered-nav ul li .children li:first-child,
.widget.widget_recent_entries ul li .children li:first-child,
.widget.widget_nav_menu .vk-navbar-nav.child li:first-child,
.widget.widget_nav_menu ul li .children li:first-child,
.widget.widget_meta ul li .children li:first-child,
.widget.widget_pages ul li .children li:first-child {
    border-top: 1px solid #EAEAEA;
}

.widget_calendar tbody td {
    position: relative;
}

.widget_calendar tbody td#today {
    font-weight: 700;
}

.widget_calendar tbody td#today:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #FFC000;
    border-left: 10px solid transparent;
}

.children li .children {
    text-indent: 30px;
}

.children li .children li .children {
    text-indent: 45px;
}

.children li .children li .children li .children {
    text-indent: 60px;
}
.slider-mr0{margin: 0 !important;}

img.alignleft,
.wp-block-image .alignleft {
    margin: 2.5em 2.5em 2.5em 0;
    clear: both;
}

img.alignright,
.wp-block-image .alignright {
    margin: 2.5em 0 2.5em 2.5em;
    clear: both;
}

footer .widget.widget_nav_menu ul li {
    border-bottom: none;
}

footer .widget.widget_nav_menu ul li a {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
}

img.aligncenter {
    margin: 2.5em auto;
}

figure.aligncenter {
    margin: 0 auto;
    padding: 2.5em 0;
}

img.alignnone,
figure.wp-block-image {
    margin: 2.5em 0 2.5em 0;
}

.wp-block-archives select {
    margin-bottom: 1.75em;
}

.woocommerce-form-login p.lost_password {
    margin-bottom: 0;
}

.woocommerce-form-login .form-row button.button {
    margin-right: 15px;
}

.widget-area .recent-box p {
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #B0B0B0;
}

.wh-default {
    background: #2E3841;
}

@media screen and (min-width:992px) {
    .wicondefault .site-header .main-navigation ul.menu > li > ul > li > ul > li > ul > li:hover > .sub-menu,
    .wicondefault .site-header .main-navigation ul.menu > li > ul > li > ul > li:hover > .sub-menu,
    .wicondefault .site-header .main-navigation ul.menu > li > ul > li:hover > .sub-menu,
    .wicondefault .site-header .main-navigation ul.menu li:hover > .sub-menu {
        display: block;
    }

}

@media screen and (max-width:991px) {
    .wh-default #site-navigation {
        margin-right: -15px;
        margin-left: -15px;
    }

    .wicondefault .site-content {
        overflow-x: hidden;
    }

    .wicondefault .site-header {
        background: #222222;
    }

    .site-header.wh-default {
        padding: 30px 0;
    }

    .wicondefault .vk-banner .page-heading,
    .wicondefault .vk-banner .page-title,
    .wicondefault .vk-banner .entry-title {
        margin-bottom: 0;
    }

    .main-navigation a {
        padding: .65625em .875em;
    }

    .wicon-site-header-menu {
        display: none;
        background: #2E3841;
    }

    .wicon-site-header-menu > div > ul > li.mwc-on > a {
        border-top: 3px solid #FFC000;
        border-bottom: 3px solid #FFC000;
        background: #fff;
        color: #FFC000 !important;
    }

    .wicon-site-header-menu > div > ul > li:first-child > a {
        border-top: none !important;
    }

    .wicon-site-header-menu > div > ul > li.mwc-on button:before {
        color: #FFC000 !important;
    }

    .wicon-site-header-menu.toggled-on {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
        border-top: 3px solid #FFC000;
    }

    .wicon-site-header-menu ul {
        margin: 0 !important;
    }

    .main-navigation .wicon-site-header-menu ul li a,
    .wicon-site-header-menu li {
        width: 100%;
    }

    .main-navigation .wicon-site-header-menu ul .dropdown-toggle.toggled-on,
    button.dropdown-toggle,
    button.dropdown-toggle.toggled-on {
        display: block;
        border: none !important;
    }

    .main-navigation .wicon-site-header-menu ul ul:after,
    .main-navigation .menu-item-has-children > a:after {
        content: none;
    }

    .main-navigation .wicon-site-header-menu ul.sub-menu {
        position: static;
        display: none;
    }

    .main-navigation .wicon-site-header-menu ul.sub-menu.toggled-on {
        display: inline-block;
        border: none;
        width: 100%;
        background-color: #43515d;
    }

    .main-navigation .wicon-site-header-menu ul ul li {
        background: transparent;
        border: none;
    }

    .wicondefault .site-header .wicon-site-header-menu > div > ul > li {
        border-bottom: 1px solid #394855;
    }

    .wicondefault .site-header .wicon-site-header-menu > div > ul > li > ul.sub-menu {
        margin-bottom: -10px !important;
    }

    .wicondefault .site-header .wicon-site-header-menu > div > ul > li > ul.sub-menu ul.sub-menu {
        margin-bottom: -5px !important;
    }

    .wicon-site-header-menu .dropdown-toggle {
        height: 51px;
        width: 40px;
        line-height: 40px;
    }

    .wicon-site-header-menu .dropdown-toggle:after {
        font-family: FontAwesome;
        content: '\f105';
        color: #fff;
        font-size: 14px;
        line-height: 38px;
        border: none;
    }

    .wicon-site-header-menu .dropdown-toggle.toggled-on:before {
        font-family: FontAwesome;
        content: '\f105';
        color: #fff;
        font-size: 14px;
        line-height: 38px;
        border: none;
    }

    .wicon-site-header-menu .dropdown-toggle.toggled-on:after {
        content: none;
    }

    .main-navigation .wicon-site-header-menu ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .wh-default .vk-navbar-nav.child li a:not(.slicknav_item),
    .wh-default .vk-navbar-nav.child li span:not(.slicknav_item) {
        padding: 15px;
    }

    .wh-default ul li ul.sub-menu {
        text-indent: 15px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu {
        text-indent: 30px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 45px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 60px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 75px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 90px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 105px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 120px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 135px;
    }

    .wh-default ul li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
        text-indent: 150px;
    }

    .wh-default ul li ul.sub-menu > li a {
        border-bottom: 1px solid #667886;
    }

    .wicon-site-header-menu .vk-navbar-nav.child li:hover {
        background: transparent;
    }

    .wicon-site-header-menu .vk-navbar-nav.child li:first-child {
        border: none;
    }

    .wp-block-audio audio {
        min-width: 290px;
    }

    .main-navigation .wicon-site-header-menu ul.sub-menu.toggled-on li {
        background-color: #43515d;
    }

}

@media screen and (max-width:767px) {
    ol,
    ul {
        padding-left: 35px;
    }

    .homeleft-mr-15 .vk-project-grid .data-design {
        padding-left: 0;
        padding-right: 0;
    }

    .homeslider-what-we-do .vk-what-we-do-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    blockquote {
        padding-left: 25px;
    }

}

/*customs*/
.wicon-page-index .entry-header h2.entry-title {
    margin-bottom: 30px;
}

.wicon-your-benefits .vk-iconbox-section .col-md-4,
.home-dark-benefits .vk-iconbox-section .col-md-4 {
    margin-bottom: 30px;
}

.page-grid-project-plus {
    padding: 80px 0;
}

.page-grid-project-plus .grid-category {
    margin-bottom: 80px;
}

.page-grid-project-plus .grid-category a {
    display: inline-block;
    margin-left: -5px;
    margin-bottom: -1px;
    padding: 14px 23px !important;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom-color: #EAEAEA;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #b0b0b0;
    font-weight: bold;
    text-transform: uppercase;
}

.page-grid-project-plus .grid-category a:hover {
    color: #FFC000;
}

.page-grid-project-plus .grid-category a.active {
    color: #FFC000;
    border-color: #EAEAEA;
    border-bottom-color: #fff;
}

.page-grid-project-plus .grid-plus-container .grid-load-more-wrap .load-more:after,
.page-grid-project-plus .grid-plus-container .grid-infinite-scroll-wrap .infinite-scroll:after {
    font-family: FontAwesome;
    content: '\f175';
    margin-left: 5px;
}

.page-grid-project-plus .grid-plus-container .grid-load-more-wrap .load-more,
.page-grid-project-plus .grid-plus-container .grid-infinite-scroll-wrap .infinite-scroll {
    border: none;
}

.page-grid-project-plus .grid-plus-container .grid-load-more-wrap .load-more:hover,
.page-grid-project-plus .grid-plus-container .grid-infinite-scroll-wrap .infinite-scroll:hover {
    background: transparent;
    color: #FFC000;
}

.page-grid-project-plus .excerpt {
    display: none;
}

.page-grid-project-plus .grid-plus-container .grid-post-item.thumbnail-title-hover-top .thumbnail-image .post-info {
    background-color: #2E3841;
    border: none;
}

.page-grid-project-plus .grid-plus-container .grid-post-item.thumbnail-title-hover-top .thumbnail-image .post-info a {
    color: #fff;
}

.page-grid-project-plus .grid-plus-container .grid-post-item.thumbnail-title-hover-top:hover .thumbnail-image {
    background-position: 50% -50px;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: block;
}

.page.wicondefault .vk-page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page.wicondefault .vk-page .wicon-cart {
    padding-top: 0;
}

.wicon-home-default-slider .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.vk-page.vk-page-404 .vk-menu-right {
    padding-top: 100px;
}

.page-contatc-form h2.vk-heading {
    font-weight: bold;
}

.single-blog .comments-area {
    margin-bottom: 30px;
    clear: both;
    margin-top: 30px;
}

.vk-home-default.partner-box .layout2-partners {
    display: inline-block;
    width: 100%;
}

.vk-our-project-section .fix-project {
    position: relative;
}

.post-2676 > .container-fuild > .row {
    margin-left: 0;
    margin-right: 0;
}

.post-2676 > .container-fuild > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.one-page-testimonial h2.vk-heading {
    font-weight: bold;
    padding-bottom: 10px;
}

.vk-left-menu .vk-page .entry-content {
    overflow: hidden;
}

.vk-left-menu .vk-page .container-fuild > div > .row > .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.vk-left-menu .vk-page .container-fuild > div > .row {
    margin-left: 0;
    margin-right: 0;
}

.blog-content .results-title {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog-content .results-title span {
    font-weight: normal;
}

.content-box .vk-buttons a.vk-btn-transparent {
    padding: 0;
    min-height: unset;
}

.vk-iconbox-section .vk-iconbox-fullwidth {
    padding: 40px 20px 30px 20px;
}

.comments-area .comment-form p.comment-form-comment {
    margin-bottom: 30px;
}

.woocommerce form.checkout .form-row {
    padding: 3px 0;
}

.woocommerce ul.products li.product a.button.product_type_grouped,
.woocommerce ul.products li.product a.button.product_type_variable {
    vertical-align: bottom;
    font-size: 12px;
}

.woocommerce ul.products li.product a.button.product_type_external {
    font-size: 11px;
    line-height: 15px;
    vertical-align: bottom;
    padding: 3px;
}

.err-full-width {
    padding-top: 60px;
    padding-bottom: 60px;
}

.err-full-width .vk-img-frame img {
    margin: 0 auto;
}

h2 + ul {
    margin-bottom: 15px;
}

@media (min-width:1200px) {
    .vk-iconbox-section .vk-iconbox-fullwidth {
        padding: 50px 25px;
    }

}

@media screen and (max-width:1199px) {
    .vc_custom_heading.vc_custom_1512528237184 {
        margin-top: 30px !important;
    }

    .contact-page.vc_custom_1555904991246 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .contact-page .business-hours h4.vk-heading,
    .contact-page .contact-info h4.vk-heading {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .contact-page .contact-info {
        margin-bottom: 45px;
    }

    #post-2128 > .container > .row > .col-md-12 {
        padding: 0;
    }

    .woocommerce-additional-fields {
        margin-top: 30px;
    }

}

.vk-header4{
    min-height: 112px;
}
/*update home builder*/
.uni-feature .icon{
margin-bottom: 24px;
}
.uni-feature .iconbox-content .vk-title{
	font-size: 16px;
}
.btn-bulder-white a.n2-ow{
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;    
    transition: all 0.3s;
}
.btn-bulder-white a.n2-ow:after {
    width: 0;
    height: 0;
    border-bottom: solid 5px #2e3841;
    border-right: solid 5px #2e3841;
    border-left: solid 5px transparent;
    border-top: solid 5px transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: '';
    display: inline-block;
}
.btn-bulder-white a.n2-ow:hover:after {
    border-bottom: solid 5px #fff;
    border-right: solid 5px #fff;
}
.builder-partners{
    border-bottom: 1px solid #e0e0e0;
}
.vk-home-blog-list.uni-wicon-slider .vk-title{
    margin-top: 15px;
}
.vk-home-blog-list.uni-wicon-slider p{
    margin-bottom: 10px;
}
.vk-home-blog-list.uni-wicon-slider .vk-btn{
    color: #ffc000;padding-left: 0;
    font-weight: 500;
}
.vk-home-blog-list.uni-wicon-slider .vk-btn:hover{
    color: #2e3841;
}
.vk-home-blog-list.uni-wicon-slider .vk-btn i{
    margin-left: 5px;
}
.vk-home-blog-list.uni-wicon-slider .vk-title a{
    color: #2e3841;
    font-size: 16px;
    font-weight: 600;
}
.vk-home-blog-list.uni-wicon-slider .vk-title a:hover{
    color: #ffc000;
}
.uni-testimonial-layout4 h4.vk-title{
    color: #2e3841;
    font-weight: 600;
}
.uni-testimonial-layout4 h4.vk-title:before{
    font-family: FontAwesome;
    content: "\f10d";
    color: #e9e9e9;
    display: inline-block;
    width: 100%;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 24px;
}
.uni-testimonial-layout4 .vk-testimonial .content{
    padding-left:0;
}
.uni-testimonial-layout4 .position p{
color: #2e3841;    font-weight: 500;
}
.uni-testimonial-layout4 .vk-slider-arrow-mod .vk-arrow{
    margin-top: 60px;
}
.uni-partners .slick-dots,
.vk-home-blog-list.uni-wicon-slider .slick-dots{
    margin-top: 30px;
}
.uni-partners .slick-dots,
.vk-home-blog-list.uni-wicon-slider .slick-dots,
.uni-testimonial-layout4 .slick-dots{
    padding: 0;
    text-align: center;
    list-style: none;
}
.uni-partners .slick-dots li,
.vk-home-blog-list.uni-wicon-slider .slick-dots li,
.uni-testimonial-layout4 .slick-dots li{
    display: inline-block;
}
.uni-partners .slick-dots button,
.vk-home-blog-list.uni-wicon-slider .slick-dots button,
.uni-testimonial-layout4 .slick-dots button{
    width: 20px;
    height: 4px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    background: #e0e0e0;
    font-size: 0;
    border:none !important;
}
.uni-testimonial-layout4 .uni-wicon-slider .slick-arrow{
    position: absolute;
    top: 30%;
}
.uni-partners .slick-dots li.slick-active button,
.vk-home-blog-list.uni-wicon-slider .slick-dots li.slick-active button,
.uni-testimonial-layout4 .slick-dots li.slick-active button:before{
    background: #ffc000;
}
.uni-partners .slick-dots button:hover,
.vk-home-blog-list.uni-wicon-slider .slick-dots button:hover,
.uni-testimonial-layout4 .slick-dots button:hover:before{
    border: none !important;
    background: #ffc000;
}
.uni-testimonial-layout4 .vk-testimonial-style-2 .vk-title:after{
    background-color: #ffc000;
}
.uni-testimonial-layout4 .vk-img-frame{
    float: left;
    margin-right: 10px;
}
.uni-testimonial-layout4 .profile{
    text-align: left;
    display: inline-block;    margin-bottom: 0;
    padding-top: 15px;
}
.vk-counter-section-style-3 .content{
    padding-top: 25px;
}
.vk-counter-section-style-3 .box-number{
	display: inline-block;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 17px;
}
.vk-counter-section-style-3 .content span{
	display: inline-block;
    font-size: 56px;
    font-weight: 600;
}
.vk-counter-section-style-3 .title{
    font-size: 18px; font-weight: 600;
    clear: both;
}
.uni-list-project .uni-figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uni-list-project .uni-figcaption::before, .uni-list-project .uni-figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.uni-list-project .uni-figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.uni-list-project .uni-figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    background: transparent;
}
.uni-list-project .item img{
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.uni-list-project .item:hover{
    background: #ffc000;

}
.uni-list-project .item:hover img{
    opacity: 0.4;
}
.uni-list-project .item:hover .uni-figcaption::before, .uni-list-project .item:hover .uni-figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uni-list-project .uni-figcaption h2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.uni-list-project .uni-figcaption h2 a{
    color: #fff;

}

.uni-list-project .link-detail{
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translate(-50%,0);
}
.uni-list-project .item:hover .uni-figcaption h2,
.uni-list-project .item:hover .link-detail{
    opacity: 1;
    z-index: 1;

}
.uni-heading .heading-text{
    color: #2e3841;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 4px;
}
.uni-heading .heading-line{
    position: relative;
    margin-bottom: 15px;
}
.heading-sub-text{
    margin-bottom: 30px;
}
.uni-heading .heading-line:after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    border: 2px solid #2e3841;
    margin: 0 auto;
    background: #FFFFFF;z-index: 2;
    position: relative;
}
.uni-heading .line-top{
    display: inline-block;
    background: #ffc000;
    width: 120px;
    height: 2px;
    content: '';
    position: absolute;z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.uni-about-img .about-title{
    font-weight: 600;
    font-size: 36px;    
    margin-bottom: 21px;
    padding-top: 30px;
}

.uni-about-img .about-title .vk-text-color-yellow-1{
    color: #2e3841;
}
.uni-about-img .about-sub-title{
    color: #2e3841;
    font-weight: 600;
    margin-bottom: 32px;
    font-size: 16px;
}
.uni-about-img  .about-des-feature{
    line-height: 25px;
    margin-bottom: 30px;
}
.uni-about-img a{
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    display: inline-block;    font-size: 12px;
    font-weight: 600;    letter-spacing: 2px;
    position: relative;

}
.uni-about-img a:after{
    width: 10px;
    height: 10px;
    border-bottom: solid 5px #fff;
    border-right: solid 5px #fff;
    border-left: solid 5px transparent;
    border-top: solid 5px transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: '';
    display: inline-block;
}
.uni-about-img a.btn-read-more{
    background: #ffc000;
    color: #fff;margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.uni-about-img a.btn-our-service{
    background: #2e3841;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.uni-about-img a.btn-read-more:hover{
    background: #2e3841;

}
.uni-about-img a.btn-our-service:hover{
    background: #ffc000;

}
.uni-about-img .vk-img-frame{
    position: relative;
    z-index: 1;padding-top: 30px;
    padding-right: 30px;
}
.uni-about-img .vk-img-frame:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 85%;
    height: 85%;
    border: 30px solid transparent;
    border-top-color: #ffc000;
    border-right-color: #ffc000;
}
.uni-service-style2 h2 a{
    font-size: 16px;
    color: #2e3841;
    font-weight: 600;

}
.uni-service-style2 img{
    width: 100%;
}
.uni-service-style2 .des{
    line-height: 24px;
    margin-bottom: 15px;
}
.uni-service-style2 .btn-read{
    font-weight: 600;
    color: #ffc000;

}
.uni-service-style2 .btn-read i{
    margin-left: 5px;
}
.service-style2-img{
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-right: 10px;
}
.service-style2-img:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 85%;
    border: 10px solid transparent;
    border-bottom-color: #ffc000;
    border-right-color: #ffc000;
}
.uni-wicon-slider.gutters .slick-slide {
    margin-left: 30px;
}
.uni-wicon-slider.gutters .slick-list {
    margin-left: -30px;
}
.header-builder .vk-header-top{
    background: #2e3841;
}
.header-builder .vk-navbar{
    background: #ffc000;
}
.header-builder .vk-header-top{
    position: static;
}

.header-builder .h-search{
    text-align: right;
    padding-left: 0;
    line-height: 56px;
    cursor: pointer;
    color: #2e3841;
}


.h-bottom{
    background: #ffc000;
}
.hb-warp{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-builder .vk-header-top .quick-address{
    float: left;
}
.header-builder .vk-header-top .quick-address li:not(:first-child):before{
    content: none;
}
.header-builder .vk-header-top .quick-address li i{
    color: #ffc000;
    margin-right: 5px;
}
.h-logo-bg{
    background: #fff;
    text-align: center;
}
.header-builder .vk-navbar-toggle{
	padding-top: 10px;
	color: #fff !important;
}

.header-builder  .vk-header-top .quick-address li{
    line-height: 40px;
    margin-right: 25px;
    font-size: 12px;
}

.vk-header.header-builder .shopping-cart{
    line-height: 40px;
    margin-top: 0;
    padding-left: 20px;
    margin-left: 20px;
}
.header-builder .shopping-cart .number-item{
    top: 3px;
}
.header-builder .vk-navbar-nav li:hover{
background-color: #ffd966;
}
.header-builder .vk-navbar-nav li a:hover,.header-builder .vk-navbar-nav li a:focus,
.header-builder .vk-navbar-nav li span:hover,.header-builder .vk-navbar-nav li span:focus{
    color: #2e3841;
}
.header-builder-social{
    float: right;    
    margin-bottom: 0;
    padding-left: 0;
    line-height: unset;
}
.header-builder-social li{
    display: inline-block;
}
.header-builder-social li a{
    line-height: 40px;
    margin-left: 5px;
    padding-left: 15px;
}
.vk-header.header-builder .shopping-cart:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 1px;
    background: #4d565d;

}
.partner-img-frame img{ margin: 0 auto; }
.uni-heading{
	padding-left: 15px;
    padding-right: 15px;
}
.footer-top-address{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.footer-address-item{
    border: 1px solid #635724;
    color: #fff;padding: 18px;display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.footer-top-address .uni-icomoon{
    font-size: 50px;
    margin-right: 25px;
    float: left;
}
.footer-address-item div{
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-top-address  .info-mod{
    color: #b7b7b7;
}
.vk-footer.footer-layout-1 .widget.widget_nav_menu{
    padding-left: 0;

}

.vk-footer.footer-layout-1 .copyright{
    background: #28323b;
}
.vk-footer.footer-layout-1 .widget-title{
    position: relative;
    font-size: 14px;    line-height: 32px;
    padding-bottom: 10px;
}
.vk-footer.footer-layout-1 .widget-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #ffc000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.vk-footer.footer-layout-1 .widget_nav_menu li::before{
    color: #ffc000;
}
.vk-footer.footer-layout-1 .widget.widget_nav_menu ul li{
    border-bottom: 1px solid #364049;
    padding-bottom: 8px;

}
.vk-footer.footer-layout-1 .widget.widget_nav_menu ul li:last-child{
    border-bottom: none;
}
.builder-feature-sec .uni-heading{
    margin-bottom: 60px;
}
.builder-feature-sec .uni-feature{
    padding-left: 15px;
    padding-right: 15px;
}
.vk-navbar-nav.child li span:not(.slicknav_item){
    color: #fff;
}
.vk-navbar-nav.child li span:not(.slicknav_item):hover{
    color: #ffc000;
}
div#n2-ss-8 .n2-ss-layer .n2-font-09d40c093756cb1306a840b9c5c65d75-hover,
div#n2-ss-8 .n2-ss-layer .n2-font-f1d5a86f041c50ef01c04acaafb7d689-hover{
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4) !important;
}
.header-builder .search-form:focus{
    outline: none;
}
.header-builder .box-search-header .btn-search:hover, .header-builder .box-search-header .btn-search:focus{
    border: none !important;
}
.header-builder .vk-navbar-toggle{
    text-align: right;
}

/*filter*/
#posts-pagination-wrap{
    margin-top: 20px;
}
#posts-pagination-wrap .pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#posts-pagination-wrap a{
    cursor: pointer;
    min-width: 40px;
    height: 40px;
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #60676c;
    display: inline-block;
    padding: 0;
    border: 1px solid #EAEAEA;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}
#posts-pagination-wrap a:last-child{
    margin-right: 0;
}

#posts-pagination-wrap a:hover{
    background: #ffc000;
    color: #fff !important;
    border-color: #FFC000;
}
#posts-pagination-wrap a.active{
    border: 1px solid #FFC000;
    background: transparent;
    color: #FFC000 !important;


}
#posts-pagination-wrap a.disabled:hover{
    color: #60676c;
}
.item-info-warp{
    padding: 25px 30px 30px 0;
}
.col-md-12.event-item-info .item-info-warp{
    padding: 25px 30px 30px 30px;
}
#posts-pagination-wrap .pagination[data-paged="1"] a:nth-child(2){
    color: #FFC000;
}

.uni-event-filter.grid .isotope-item > .row > div{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
.uni-event-filter.grid #posts-grid{
    margin-right: -15px;
    margin-left: -15px;
}
.uni-event-filter.grid .isotope-item{
    width: 33.3%;
    padding: 0 15px;
    overflow: hidden;
    background: transparent;
    display: inline-block;

}
.uni-pagination-filter{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}
.uni-pagination-filter #filters-grid{
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 60px;
    min-height: 44px;
    list-style: none;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 700;
    text-transform: uppercase;

}


.uni-pagination-filter #filters-grid a.filter{
    display: inline-block;
    padding: 14px 23px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: -1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.uni-pagination-filter #filters-grid a.active {
    color: #FFC000;
    border-color: #EAEAEA;
    border-bottom-color: #fff;
}
.uni-pagination-filter.vk-page-project  .right-content{
    text-align: left; padding-right: 0;
}
.uni-pagination-filter  .vk-project > .row{
    margin: 0;
}
.uni-pagination-filter  #posts-pagination-wrap a.nav-previous,.uni-pagination-filter  #posts-pagination-wrap a.nav-next{
    display: none;
}
.uni-pagination-filter  .pagination:before,.uni-pagination-filter  .pagination:after{
    content: none;
}
.uni-pagination-filter .pagination{
    border: none;
}

.uni-pagination-filter.list .content-hidden{
    display: none;
}
.uni-pagination-filter.grid .right-content{
    display: none;
}
.vk-page-project.uni-pagination-filter.grid .left-content{
    width: 100%;
    margin-right: 0;
}
.vk-page-project.uni-pagination-filter.grid .posts-container{
    margin-right: -15px;
    margin-left: -15px;
}
.vk-page-project.uni-pagination-filter.grid .vk-project.item{
    width: 33.33333333%;
    margin-bottom: 30px;
    padding: 0 15px;
    border-bottom: none;
    overflow: hidden;
}

.uni-pagination-filter.grid .content-hidden{
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 1;
    opacity: 0;
    padding: 17px 15px;
    background-color: #2E3841;
    min-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.uni-pagination-filter .vk-project-list-item:hover .content-hidden {
    bottom: 0;
    opacity: 1;
}
.uni-pagination-filter.grid .content-hidden h4{
    margin: 0;
}
.uni-pagination-filter.grid .content-hidden h4 a{
    color: #FFFFFF;
}
.uni-pagination-filter.grid .content-hidden h4 a:hover{
    color: #FFC000;
}
@media screen and (max-width: 767px){
    .vk-page-project.uni-pagination-filter.grid .vk-project.item{
        width: 50%;
    }
    .uni-pagination-filter #filters-grid{
        border-bottom: none;
    }
    .uni-pagination-filter #filters-grid a.active{
        border-bottom-color: #EAEAEA;
    }
}
@media screen and (max-width: 575px){
    .vk-page-project.uni-pagination-filter.grid .vk-project.item{
        width: 100%;
    }
}
/*end filter*/

/*ELEMENTS*/
.wpt-loading {
    min-height: 120px;
}

.wpt-loading:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    margin: 0 auto 3em auto;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #FFC000;
    font-size: 10px;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }

}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }

}


/*1.1 Project tab*/
.unielement-project-tab{
    padding-left: 15px;
    padding-right: 15px;
}
.unielement-project-tab .vk-project-grid-item{
    margin-bottom: 25px;
}
.unielement-project-tab .uni-wicon-slider button.slick-arrow{
    top: -113px;
}
.unielement-project-tab .wpt-tabs.tabs{
    display: inline-block;
    margin: 0;min-height: 44px;
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #EAEAEA;
}
.unielement-project-tab .tab_title{
    display: inline-block;
}

.unielement-project-tab .tab_title a{
    display: inline-block;
    padding: 14px 23px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: -1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.unielement-project-tab .tab_title.selected a{
    color: #FFC000;
    border-color: #EAEAEA;
    border-bottom-color: #fff;
}
.unielement-project-tab .wpt-tab-header{
    margin-bottom: 30px;
}
.wpt-tab-header .vk-heading{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 35px;
}
@media screen and (min-width: 992px){
    .wpt-tab-header .vk-heading {
        padding-left: 20px;
        text-align: left;
        padding-bottom: 15px;
    }
    .wpt-tab-header .vk-heading:before{
        content: '';
        background-color: #FFC000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
    }
    .wpt-tab-header .vk-heading:after{
        content: '';
        background-color: #FFC000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 160px;
        right: auto;
        height: 4px;
    }
}
@media screen and (max-width: 679px){
    .wpt-tab-header .vk-heading{
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0;
    }
}
@media screen and (max-width: 575px){
    .unielement-project-tab .wpt-tabs.tabs{
        border-bottom: none;
    }
    .unielement-project-tab .tab_title.selected a{
        border-bottom-color: #EAEAEA;
    }
}
@media screen and (max-width: 480px){
    .unielement-project-tab .tab_title{
        width: 100%;
        text-align: center;
    }
}
/*1.1.e Project tab*/

/*1.2 slick slider*/
.uni-wicon-slider.item-gutters .slick-slide{
    margin-left: 30px;
}
.uni-wicon-slider.item-gutters .slick-list {
    margin-left: -30px;
}
.uni-wicon-slider button.slick-arrow {
    width: 40px;
    height: 40px;
    background-image: none;
    border: 1px solid #EAEAEA;
    background-color: transparent;
    color: #8D8D8D;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    min-height: unset;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: -60px;
}
.uni-wicon-slider button.slick-arrow:hover, .uni-wicon-slider button.slick-arrow:focus {
    border-color: #FFC000;
    color: #FFC000;
}
.uni-wicon-slider button.slick-arrow.prev {
    right: 50px;
}
.uni-wicon-slider ul.slick-dots {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.uni-wicon-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.uni-wicon-slider .slick-dots li button {
    display: block;
    padding: 0;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    z-index: 1;
}

.uni-wicon-slider .slick-dots li button:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #d6d6d6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
}

.uni-wicon-slider .slick-dots li.slick-active button:before {
    background: #123C63;
}
/*1.2.e slick slider*/
/*END ELEMENTS*/

@media (min-width: 1200px){
    .header-builder .vk-navbar-nav li a:not(.slicknav_item),
    .header-builder .vk-navbar-nav li span:not(.slicknav_item) {
        padding: 20px 15px;
    }
}
@media (min-width: 992px){
    .h-logo-bg:before{
        content: '';
        display: inline-block;
        position: absolute;width: 100%;
        height: 59px;
        top: 0;
        left: 0;
        background: #fff;
    }
    .builder-nav{
        padding-left: 0;
    }
    .header-builder .box-search-header {top: 56px;}
    .header-builder .box-search-header .vk-input-group {
        margin: 15px 30px;
    }
	.hb-logo a{
    	position: relative;
    	top: -12px;
	}
    .heading-sub-text{
        padding: 0 10%;
    }
    .vk-header.header-builder .shopping-cart-list {
        top: 37px;
    }
}
@media (max-width: 991px){
    .footer-address-item{
        text-align: center;
    }
    .footer-top-address .uni-icomoon{
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 10px;
    }
	.uni-about-img .vk-img-frame{
		padding-top: 10px;
    	padding-right: 10px;
	}
	.uni-about-img .vk-img-frame:before{
    	border-width: 10px;
	}

	.row.uni-about-img{
		margin: 0;
	}
	.builder-res-pd{
		padding-left: 15px;
		padding-right: 15px;
	}
	.builder-count-down{
		padding-top: 50px;
	}
	.uni-service-style2{
		margin-bottom: 30px;
	}
	.uni-about-img .vk-img-frame{
		margin-top: 30px;
	}
	.service-style2-img img,
	.uni-about-img .vk-img-frame img{
		width: 100%;
	}
	.header-builder .vk-navbar-nav li a:not(.slicknav_item),.header-builder .vk-navbar-nav li span:not(.slicknav_item),
	.header-builder button.navbar-toggle:focus,
	.header-builder button.vk-navbar-toggle.collapsed:hover{color: #fff;
	}

	.h-logo-bg{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.uni-list-project img{
    max-width: 100%;
}
.uni-no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.color-primary{
    color: #ffc000;
}
.wicon-related-project{
    margin-top: 60px;
}
@media (max-width: 400px){
    .header-builder .vk-navbar-toggle {
        padding-top: 0;
    }
    .uni-about-img a{
        width: 100%;
        text-align: center;
    }
}
/*end update home builder*/
@media screen and (min-width:992px) {
    .vk-header4 a.vk-navbar-brand {
        max-width: 88px;
    }
    .vk-iconbox-section .vk-iconbox-fullwidth {
        padding: 50px 20px;
    }
    .page-consultant-service .right-content {
        padding-right: 30px;
    }

    .page-consultant-service .left-content {
        padding-right: 0;
    }
}

@media screen and (max-width:991px) {
    .what-we-do-wicon .vk-section-style-3 .box-filter {
        margin-top: 30px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vk-footer .widget.widget_nav_menu {
        margin-top: 80px
    }

    .vk-footer .copyright {
        margin-top: 0
    }

    .vk-blog-wrapper .blog-content .share ul i {
        font-size: 18px;
    }

    .vk-construction .left-content {
        float: none;
        text-align: center;
    }

    .vk-heading-border.vk-heading-border-left,
    .vk-construction .left-content .vk-heading-border-left {
        margin-bottom: 30px !important;
    }

    .vk-page.vk-page-project.vk-page-project-list.vk-space.x-large {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .vk-page-project .box-pagination {
        margin-top: 50px;
    }

    .vk-page-project select.vk-filter.vk-filter-button.form-control.hidden-md.hidden-lg {
        width: 100%;
    }

    .vk-project .left-content {
        float: none;
        text-align: center;
    }

    .vk-project .left-content .vk-img-frame img {
        width: 100%;
    }

    .single-blog-wicon > .row {
        margin: 0;
    }

    .content-line-right {
        padding-bottom: 0;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    ul#menu-page-faq {
        padding-left: 0;
    }

}

@media screen and (min-width:768px) {
    .page-about-wicon .customer-slider .slick-track {
        padding-top: 35px;
    }

}

@media screen and (max-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 96%;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 4%;
    }

}

@media screen and (max-width:767px) {
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 99%;
    }

    .page-consultant-service .left-content,
    .page-consultant-service .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .wicon-your-benefits .vk-iconbox-section > .row,
    .vk-pricing-table-section .pricing-1 > .row,
    .page-consultant-service .container-fluid > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .blog-content .info .vk-list {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px
    }

    .vk-blog-wrapper .blog-content .info .vk-list > li {
        width: 100%;
        padding: 0 15px;
    }

    .vk-single-project > .container > .row {
        margin: 0;
    }

    .vk-page-project .vk-detail-post {
        padding: 5px 0;
    }

    .vk-page-project .vk-detail-post li {
        width: 100%;
        text-align: left;
        border-right: none;
        padding: 10px 15px;
    }

    #post-2083 > .container > .row > .col-md-12,
    #post-2164 .pricing.pricing-1 > .row > .col-xs-12,
    #post-2128 > .container > .row > .col-md-12,
    #post-2164 > .container > .row > .col-md-12 > .entry-content > .vc_row {
        padding-left: 0;
        padding-right: 0;
    }

    .pricing.pricing-1 .panel.price {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .vc_row.vc_custom_1521016260314 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .vk-home-default .vk-section.vk-fix-testimonial {
        padding-bottom: 0;
    }

    .vk-home-default.partner-box {
        display: inline-block;
    }

    .vk-iconbox-section .vk-iconbox-fullwidth {
        padding: 30px;
    }

    .vk-slick-slider .vk-img-frame img,
    .customer-slider .vk-img-frame img {
        margin: 0 auto;
    }

    .vk-home-default .vk-section.vk-fix-testimonial .vk-testimonial-list .content {
        padding-bottom: 15px !important;
    }

    .vc_row.vc_custom_1556009610611 {
        padding-bottom: 45px !important;
    }

    .vk-section {
        padding: 45px 0;
    }

    ul.products li.product:hover a.wicon-quick-view,
    .woocommerce ul.products li.product .star-rating {
        display: none;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce ul.products li.product:hover .price,
    .woocommerce ul.products li.product .button {
        display: inline-block !important;
        position: static;
        opacity: 1;
        max-width: unset;
        visibility: visible;
    }

    .woocommerce ul.products li.product .button {
        float: right;
    }

    .vk-page-faq .left {
        margin: 0;
        padding: 0 15px;
    }

    .page-about-wicon .vk-page-about .vk-our-team {
        padding: 45px 0 40px 0;
    }

    .vk-what-we-do-section.vk-section .left {
        margin: 0;
        padding: 0 !important;
    }

    .what-we-do-wicon .vk-what-we-do-section.vk-section .left {
        margin-bottom: 30px;
        padding: 0 15px !important;
    }

}