
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap);

a.logo-1.logo-sticky-none img,
a.logo-2 img {
    border-radius: 50%;
    background-color: #fff
}

a,
a:hover,
button,
button:hover {
    text-decoration: none
}

a,
button,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

a:hover,
button:hover,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: var(--vkc-common-black)
}

.vkc-pricing-4-feature ul li,
body,
input,
textarea {
    color: var(--vkc-grey-1)
}

.underline-black:hover,
.underline-white:hover {
    background-size: 0 2px, 100% 2px
}

:root {
    --vkc-ff-body: "Montserrat", sans-serif;
    --vkc-ff-poppins: "Montserrat", sans-serif;
    --vkc-ff-fontawesome: "Font Awesome 6 Pro";
    --vkc-common-blue: #1d2b56;
    --vkc-theme-primary: #229799;
    --vkc-theme-secondary: #715392;
    --vkc-common-yellow: #c5a059;
    --vkc-common-white: #ffffff;
    --vkc-common-black: #0a0e1a;
    --vkc-common-black-2: #121621;
    --vkc-grey-1: #4a4d55;
    --vkc-grey-2: #8e9199;
    --vkc-grey-3: #f4f7f9;
    --vkc-grey-4: #ebf0f3;
    --vkc-grey-5: #dee5e9;
    --vkc-border-1: rgba(29, 43, 86, 0.15);
    --vkc-gradient-luxury: linear-gradient(135deg, #1d2b56 0%, #715392 100%);
    --vkc-gradient-innovation: linear-gradient(135deg, #229799 0%, #1d2b56 100%)
}

.logo {
    max-height: 120px;
    height: 100px;
    padding: 10px 0
}

a.logo-2 img {
    width: 130px !important
}

body {
    font-family: var(--vkc-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.img,
img {
    max-width: 100%;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

a,
button {
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.btn:focus,
.button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    outline: 0;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 15px;
    color: var(--vkc-grey-1);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #a2a9ac
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--vkc-grey-1)
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--vkc-grey-1)
}

input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--vkc-grey-1)
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--vkc-grey-1)
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: var(--vkc-grey-1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.1;
    text-transform: unset
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

.vkc-about-5-clients .title,
h5 {
    font-size: 17px
}

h6 {
    font-size: 16px
}

p {
    margin-bottom: 15px
}

label {
    cursor: pointer
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

::-moz-selection {
    background: var(--vkc-theme-primary);
    color: var(--vkc-common-white);
    text-shadow: none
}

::selection {
    background: var(--vkc-theme-primary);
    color: var(--vkc-common-white);
    text-shadow: none
}

.underline-black,
.underline-black:hover {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000)
}

.underline-black,
.underline-white {
    background-size: 0 2px, 0 2px
}

::-moz-placeholder {
    color: var(--vkc-grey-1);
    font-size: 16px;
    opacity: 1
}

::placeholder {
    color: var(--vkc-grey-1);
    font-size: 16px;
    opacity: 1
}

.p-relative {
    position: relative
}

.p-absolute,
.scroll__top::after,
.vkc-transparent {
    position: absolute
}

.vkc-btn,
.vkc-btn-square {
    font-weight: 700;
    line-height: 1;
    color: var(--vkc-common-white);
    display: inline-block
}

.vkc-about-7-thumb img,
.vkc-postbox-thumb img,
.vkc-round-15,
.vkc-schedule-2-item {
    border-radius: 15px
}

.z-index-1 {
    z-index: 1
}

.z-index-999 {
    z-index: 999
}

.gx-30 {
    --bs-gutter-x: 30px
}

.underline-black,
.underline-black:hover {
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear
}

.vkc-transparent {
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.fix,
.mobile-menu-visible {
    overflow: hidden
}

.vkc-brands-btn,
.text-right {
    text-align: right
}

.bg-position,
.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

@media (min-width:1400px) {
    .container-1680 {
        max-width: 1680px
    }
}

.vkc-btn {
    font-size: 14px;
    text-transform: uppercase;
    background: var(--vkc-theme-secondary);
    border-radius: 100px;
    padding: 18px 28px
}

.vkc-blog-5-item .vkc-blog-date span,
.vkc-blog-5-item .vkc-blog-title,
.vkc-blog-5-item .vkc-blog-title a:hover,
.vkc-brands-title-wrap .vkc-section-title,
.vkc-btn:hover,
.vkc-countdown-3-location:hover,
.vkc-counter-4-wrap .vkc-counter-2-icon i,
.vkc-counter-4-wrap .vkc-counter-2-subtitle,
.vkc-counter-4-wrap .vkc-counter-2-title,
.vkc-footer-bottom-social span a:hover,
.vkc-footer-links ul li a:hover,
.vkc-schedule-5-tab-btn button.active .vkc-counts,
.vkc-schedule-5-tab-btn button:hover .vkc-counts,
.vkc-social-icon-style .icons:hover,
.vkc-social-icon-style a:hover {
    color: var(--vkc-common-white)
}

.vkc-btn-3-squre,
.vkc-btn-square {
    background: var(--vkc-theme-secondary)
}

.vkc-btn-3-squre {
    border-radius: 8px
}


/* Container */
.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

/* Base button */
.fab {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.fab:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* WhatsApp */
.fab.whatsapp {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    animation: pulse 2s infinite;
}

/* Call */
.fab.call {
    background: linear-gradient(135deg, #229799, #1c7f80);
}

/* Icon animation */
.fab i {
    transition: transform 0.3s ease;
}

.fab:hover i {
    transform: rotate(10deg);
}

/* Tooltip */
.tooltip {
    position: absolute;
    right: 70px;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.fab:hover .tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* Pulse effect */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .fab {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .tooltip {
        display: none;
    }
}

.green-bg,
.vkc-btn-green,
.vkc-btn-square:hover,
.vkc-schedule-team-btn .vkc-btn:hover {
    background: var(--vkc-theme-primary)
}

.header-sticky .search-button,
.header-sticky .vkc-header-cart .cart-button,
.offCanvas-toggle .menu-tigger,
.vkc-btn-white,
.vkc-btn-white:hover,
.vkc-faq-wrapper .accordion-button:not(.collapsed) .accordion-btn::after,
.vkc-header-social span a,
.vkc-hero-2-wrap .vkc-hero-social span,
.vkc-menu-5-right-action .search-button,
.vkc-menu-5-right-action .vkc-header-cart .cart-button,
.vkc-menu-right-action-2 .search-button,
.vkc-menu-right-action-2 .vkc-header-cart .cart-button,
.vkc-pricing-3-item .vkc-pricing-2-feature ul li,
.vkc-pricing-3-item .vkc-pricing-2-price .price,
.vkc-pricing-3-item .vkc-pricing-2-price .subtitle,
.vkc-schedule-4-tab-btn button.active .vkc-counts,
.vkc-schedule-4-tab-btn button:hover .vkc-counts,
.vkc-video-play:hover,
.tdmenu-2 .tdmenu__navbar-wrap ul li a {
    color: var(--vkc-common-black)
}

.vkc-btn-white {
    background: var(--vkc-common-white);
    border-radius: 6px
}

@keyframes l12 {
    100% {
        transform: rotate(.5turn)
    }
}

.blue-bg {
    background: var(--vkc-common-blue)
}

.grey-bg {
    background: #f2f7f7
}

.grey-bg-2 {
    background: var(--vkc-grey-3)
}

.grey-bg-4 {
    background: var(--vkc-grey-4);
    background: #f6f6f6
}

.black-bg,
.header-sticky .tdmenu-offcanvas-open-btn span,
.vkc-contact-form-box .vkc-btn:hover,
.vkc-error-content .vkc-btn:hover,
.vkc-menu-right-action-2 .vkc-header-cart-count {
    background: var(--vkc-common-black)
}

.offCanvas__info {
    background: var(--vkc-common-white) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    width: 400px;
    z-index: 9991;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.offCanvas__close-icon button,
.offCanvas__social-icon a {
    color: var(--vkc-theme-primary);
    width: 40px;
    height: 40px;
    transition: .4s
}

.offCanvas__info.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.offCanvas__info::-webkit-scrollbar {
    width: 0
}

.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right
}

.offCanvas__close-icon button {
    background: 0 0;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    border: 1px solid var(--vkc-theme-primary);
    border-radius: 50%
}

.offCanvas__close-icon button:hover {
    background: var(--vkc-theme-primary);
    color: var(--vkc-common-white)
}

.offCanvas__logo img {
    max-height: 34px
}

.offCanvas__side-info {
    border-top: 1px solid var(--vkc-theme-primary);
    padding-top: 25px
}

.offCanvas__side-info .contact-list h4 {
    color: var(--vkc-common-black);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.offCanvas__side-info .contact-list a {
    color: var(--vkc-grey-1);
    margin: 0 0 2px;
    line-height: 26px;
    font-family: var(--vkc-ff-poppins);
    display: block
}

.offCanvas__side-info .contact-list a:hover,
.vkc-about-3-clients .items:hover .icon,
.vkc-breadcrumb-list ul li a:hover,
.vkc-breadcrumb-list ul li.pages,
.vkc-header-3-top-info span a:hover,
.vkc-header-3-top-social span a:hover {
    color: var(--vkc-theme-secondary)
}

.offCanvas__social-icon a {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    border: 1px solid var(--vkc-theme-primary);
    border-radius: 50%
}

.header-sticky .vkc-menu-right-action-3 .vkc-header-cart-count,
.offCanvas__social-icon a:hover,
.vkc-banner-title-wrap-2 .vkc-btn-square:hover,
.vkc-banner-title-wrap-2 .vkc-section-subtitle-2,
.vkc-postbox-content .vkc-btn:hover,
.vkc-pricing-2-item .vkc-btn-square:hover,
.vkc-schedule-4-tab-btn button.active,
.vkc-schedule-4-tab-btn button:hover,
.vkc-schedule-team-social a:hover,
.vkc-team-social-wrap a:hover {
    background: var(--vkc-theme-primary);
    color: var(--vkc-common-white)
}

.offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.scroll__top,
.vkc-about-2-list ul li i,
.vkc-section-subtitle {
    background: var(--vkc-theme-primary)
}

.offCanvas__overly.active {
    opacity: .7;
    visibility: visible
}

.vkc-breadcrumb-title {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: var(--vkc-common-white)
}

.vkc-breadcrumb-spacing {
    padding-top: 210px;
    padding-bottom: 120px
}

.vkc-blog-date,
.vkc-breadcrumb-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.scroll__top,
.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 16px;
    cursor: pointer
}

.vkc-breadcrumb-list ul li {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    color: #cbcbcb;
    margin-right: 12px
}

.scroll__top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: fixed;
    bottom: -10%;
    right: 50px;
    border-radius: 50%;
    z-index: 99;
    color: var(--vkc-common-white);
    text-align: center;
    transition: 1s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .scroll__top {
        right: 25px;
        bottom: 25px
    }
}

.scroll__top.open {
    bottom: 30px
}

.scroll__top::after {
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.scroll__top:hover,
.vkc-about-7-video .vkc-video-play:hover,
.vkc-blog-tag-widget .tagcloud a:hover,
.vkc-schedule-tab-btn button.active,
.vkc-schedule-tab-btn button:hover {
    background: var(--vkc-theme-secondary);
    color: var(--vkc-common-white)
}

.vkc-section-subtitle {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--vkc-common-white);
    box-shadow: 0 4px 0 0 #2b12c3;
    display: inline-block;
    border-radius: 40px;
    padding: 6px 20px
}

.search-button:hover,
.vkc-section-subtitle-2,
.tdmobile__menu .close-btn,
.tdmobile__menu .navigation li.active>a {
    color: var(--vkc-theme-primary)
}

.vkc-section-subtitle-2 {
    background: #2296a317;
    box-shadow: none;
    border-radius: 8px;
    padding: 3px 20px;
    display: inline-block;
}

.vkc-section-subtitle-3 {
    border: 1px solid #229799;
    border-radius: 6px;
}

.vkc-section-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 125%;
    text-transform: capitalize;
    color: #141418
}

.vkc-section-4-para,
.vkc-section-text {
    font-size: 18px;
    font-family: var(--vkc-ff-poppins)
}

.vkc-section-text {
    line-height: 28px
}

.tdmobile__search {
    padding: 0 20px 25px 25px
}

.tdmobile__search form {
    position: relative
}

.tdmobile__search input {
    border: 1px solid #d9e1e1;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    background: var(--vkc-common-white);
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding-right: 50px;
    color: var(--vkc-grey-1)
}

.nice-select.open,
.nice-select:active,
.nice-select:focus,
.vkc-blog-sidebar-search input:focus,
.vkc-contact-form-box .vkc-input:focus,
.vkc-cta-2-form .vkc-input:focus,
.tdmobile__search input:focus {
    border-color: var(--vkc-theme-primary)
}

.tdmobile__menu .navigation li,
.tdmobile__menu .navigation>li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.tdmobile__search input::placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.tdmobile__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: 0 0;
    color: var(--vkc-common-black)
}

.tdmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 9991;
    border-radius: 0;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%)
}

.header-sticky .logo-2,
.tdmobile__menu .navbar-collapse {
    display: block !important
}

.tdmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.tdmobile__menu .nav-logo img {
    width: 150px
}

.tdmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
}

.tdmobile__menu .navigation li {
    position: relative;
    display: block
}

.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vkc-common-black);
    background: var(--vkc-grey-3);
    border-radius: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5
}

.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 12px;
    height: 2px;
    background-color: var(--vkc-theme-primary);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 12px;
    background-color: var(--vkc-theme-primary);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--vkc-theme-primary)
}

.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--vkc-common-white)
}

.tdmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after,
.tdmobile__menu .navigation li>ul,
.tdmobile__menu .navigation li>ul>li>ul {
    display: none
}

.tdmobile__menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 60px 10px 25px;
    font-size: 15px;
    font-weight: 700;
    color: var(--vkc-common-black);
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none
}

.tdmobile__menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 2px;
    background: var(--vkc-theme-primary);
    pointer-events: none
}

.tdmobile__menu .navigation li ul li>a {
    margin-left: 20px
}

.vkc-product-details-tab-nav .nav-tabs .nav-link:not(:first-child),
.tdmobile__menu .navigation li ul li ul li a {
    margin-left: 40px
}

.tdmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px
}

.tdmobile__menu .navigation ul,
.tdmobile__menu .tdmenu__action {
    padding: 0;
    margin: 0
}

.tdmobile__menu .navigation ul li a {
    display: block
}

.tdmobile__menu .social-links ul,
.tdmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.tdmobile__menu .navigation ul li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.tdmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.cartmini__widget,
.vkc-hero-5-slider,
.vkc-hero-5-small-thumb,
.vkc-venue-thumb,
.tdmobile__menu .navigation>li.active>a::before {
    height: 100%
}

.tdmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 23px
}

.tdmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .5)
}

.search__popup,
.tdmobile__menu-box {
    top: 0;
    background: var(--vkc-common-white);
    width: 100%;
    left: 0
}

.tdmobile__menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 20px
}

.vkc-footer-2-widget .vkc-instagram-link a,
.tdmobile__menu .social-links ul li {
    position: relative;
    display: block
}

.tdmobile__menu .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 22px;
    color: var(--vkc-theme-primary);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tdmobile__menu .social-links ul li a:hover {
    color: var(--vkc-common-secondary)
}

.tdmobile__menu .tdmenu__action>ul {
    margin: 0;
    padding: 30px 20px 0;
    justify-content: center;
    gap: 0 15px
}

.tdmobile__menu .tdmenu__action>ul li {
    margin: 0
}

.no-csspointerevents .nice-select.open .list,
.tdmobile__menu .tdmenu__action>ul .header-btn {
    display: block
}

.tdmobile__menu-box {
    position: absolute;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 5;
    box-shadow: -9px 0 14px 0 rgba(0, 0, 0, .06)
}

.tdmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--vkc-color-white-default);
    margin-right: 30px;
    top: 15px
}

.mobile-menu-visible .tdmobile__menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.body-overlay.active,
.body-overlay.openeds,
.cartmini-overlay.openeds,
.mobile-menu-visible .tdmobile__menu-backdrop {
    opacity: 1;
    visibility: visible
}

.mobile-menu-visible .tdmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.vkc-arrow-angle {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.vkc-arrow-svg-top-right {
    fill: currentColor;
    stroke: none
}

.vkc-left-right .vkc-text {
    transform: translateY(1px)
}

.vkc-arrow-angle path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.vkc-arrow-angle path:first-of-type,
.vkc-left-right:hover .vkc-arrow-angle path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s
}

.vkc-arrow-angle path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s
}

.vkc-left-right:hover .vkc-arrow-angle path:first-of-type {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s
}

@keyframes zoom {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000
    }
}

@-webkit-keyframes about-text {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes about-text {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes about-text {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes about-text {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@-moz-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@-ms-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@-webkit-keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rotate-infinite-2 {
    -webkit-animation: 15s linear infinite rotate-infinite-2;
    animation: 15s linear infinite rotate-infinite-2
}

@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate-infinite {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-ms-keyframes rotate-infinite {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes rotate-infinite {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.rotate-infinite,
.vkc-text-slider-item img {
    -webkit-animation: 15s linear infinite rotate-infinite;
    animation: 15s linear infinite rotate-infinite
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

.vkc-animetion-right {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards vkc-animetion-right;
    opacity: 0
}

@keyframes vkc-animetion-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.vkc-animetion-left {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards vkc-animetion-left;
    opacity: 0
}

@keyframes vkc-animetion-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.vkc-animetion-top {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards vkc-animetion-top;
    opacity: 0
}

@keyframes vkc-animetion-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes tdupdown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

.up-down {
    animation: 1.5s infinite alternate tdupdown
}

@keyframes tdtranslateX2 {
    0% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(20px)
    }
}

.tdtranslateX2 {
    animation: 4s infinite alternate tdtranslateX2
}

@keyframes tptranslateY2 {
    0% {
        transform: translateY(-30px)
    }

    to {
        transform: translateY(20px)
    }
}

.search__popup.search-opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s
}

.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s
}

.search__input input::placeholder {
    font-size: 24px
}

.search-popup-overlay.search-popup-overlay-open {
    opacity: .55;
    visibility: visible;
    transition-delay: 0s
}

.search-button {
    color: var(--vkc-common-white);
    font-size: 24px;
    transform: translateY(3px)
}

.vkc-about-2-bigtitle,
.vkc-team-bigtext {
    letter-spacing: .12em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #E9E9E9;
    -webkit-text-stroke-width: 2px;
    writing-mode: vertical-rl
}

.cartmini__area.cartmini-opened {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nice-select::after,
.tdmenu__search-form .select-grp::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.body-overlay,
.cartmini-overlay {
    position: fixed;
    width: 100%;
    transition: .45s ease-in-out;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.nice-select,
.nice-select .current {
    font-size: 15px
}

.body-overlay {
    top: 0;
    z-index: 9991;
    height: 100%;
    background: rgba(24, 24, 24, .4)
}

.nice-select,
.nice-select .list {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #d9d9d9;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: 400;
    line-height: 58px;
    outline: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-transform: uppercase;
    height: 60px;
    color: var(--tp-grey-1)
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 20px;
    font-size: 18px;
    font-family: var(--vkc-ff-fontawesome);
    color: var(--vkc-common-black);
    font-weight: 700;
    pointer-events: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    transform: translateY(-50%)
}

.vkc-about-2-content .para,
.vkc-about-2-list ul li,
.vkc-about-v-content .para,
.vkc-header-cart-count {
    font-family: var(--vkc-ff-poppins)
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled::after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small::after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.header-sticky .logo-sticky-none,
.no-csspointerevents .nice-select .list,
.vkc-team-social-wrap .list-wrap,
.tdmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none
}

.vkc-about-2-thumb .thumb {
    margin-left: 124px;
    clip-path: polygon(0 0, 84% 0%, 100% 15%, 100% 80%, 100% 100%, 15% 100%, 0% 84%, 0% 20%);
    border-radius: 12px 110px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .vkc-about-2-thumb .thumb {
        clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0% 20%)
    }
}

.vkc-about-2-content {
    margin-right: 85px
}

.vkc-about-2-content .para {
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-about-3-content-wrap .para-2 {
    font-weight: 600;
    font-size: 18px;
    color: var(--vkc-common-black)
}

.vkc-about-3-clients .icon {
    width: 80px;
    height: 80px;
    border-radius: 24px;
    display: inline-block;
    background: #f4f2ff;
    color: var(--vkc-theme-secondary);
    font-size: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.vkc-about-3-clients .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.vkc-about-3-clients .vkc-border {
    height: 142px;
    width: 4px;
    background: #f0f0f0;
    margin-left: 70px;
    margin-right: 70px
}

.vkc-about-3-number .subtitle {
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-1)
}

.vkc-about-7-clients .icon,
.vkc-blog-post-title a:hover,
.vkc-contact-info-list ul li .address a:hover,
.vkc-faq-wrapper .accordion-button:not(.collapsed),
.vkc-footer-widget .email:hover,
.vkc-footer-widget .number:hover,
.vkc-hero-social span a:hover,
.vkc-location-2-addres a:hover,
.vkc-product-box-view button.active,
.vkc-product-box-view button:hover,
.vkc-product-categories-list ul li a:hover,
.vkc-product-details-tab-nav .nav-tabs .nav-link.active,
.vkc-product-details-tab-nav .nav-tabs .nav-link:hover,
.vkc-schedule-3-title:hover a,
.vkc-schedule-4-title a:hover,
.tdmenu__navbar-wrap>ul>li .sub-menu li.active>a,
.tdmenu__navbar-wrap>ul>li .sub-menu li:hover>a {
    color: var(--vkc-theme-secondary)
}

.vkc-about-4-thumb .thumb,
.vkc-blog-2-item .vkc-blog-thumb img,
.vkc-blog-5-item .vkc-blog-thumb,
.vkc-blog-5-item .vkc-blog-thumb img,
.vkc-blog-item,
.vkc-gallery-thumb,
.vkc-gallery-thumb img,
.vkc-product-details-nav-main-thumb img,
.vkc-schedule-v-tab-btn,
.vkc-schedule-details-thumb img,
.vkc-team-2-thumb img {
    border-radius: 20px
}

.vkc-about-4-thumb-2 .thumb {
    border-radius: 20px;
    z-index: 2;
    position: relative
}

.vkc-about-4-bigtitle {
    right: -128px !important;
    top: 406px !important
}

.vkc-about-4-shape {
    position: absolute;
    left: 30px;
    bottom: 0
}

.vkc-about-5-thumb .thumb-2 {
    position: absolute;
    border: 8px solid #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.vkc-about-5-rounded-text,
.vkc-about-5-text,
.vkc-about-7-video .vkc-video-play {
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.vkc-about-v-content .para {
    line-height: 175%;
    text-transform: capitalize
}

@media only screen and (min-width:1400px) and (max-width:1599px) {}

.vkc-about-7-clients .icon {
    flex: 0 0 auto;
    margin-right: 23px;
    background: #ffe8f7
}

.vkc-about-7-video .vkc-video-play,
.vkc-header-cart .cart-button,
.vkc-header-cart-count,
.vkc-hero-countdown ul li,
.vkc-hero-location,
.vkc-hero-subtitle,
.vkc-hero-title,
.tdmenu__navbar-wrap>ul>li a {
    color: var(--vkc-common-white)
}

.vkc-about-7-shape {
    position: absolute;
    right: 60px;
    top: 70px
}

.vkc-about-7-thumb .thumb-2 {
    margin-top: -210px
}

.vkc-about-7-video {
    position: absolute;
    top: 25%;
    left: 30%
}

.vkc-about-7-video .vkc-video-play {
    background: var(--vkc-theme-primary);
    width: 75px;
    height: 75px;
    line-height: 75px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.vkc-hero-2-title,
.vkc-hero-3-subtitle,
.vkc-hero-4-dates,
.vkc-hero-4-subtittle,
.vkc-hero-countdown ul li,
.vkc-hero-subtitle,
.vkc-hero-title {
    text-transform: uppercase
}

.vkc-header-3-top {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .15)
}

.vkc-header-3-top-info span,
.vkc-header-3-top-social span {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 14px;
    color: var(--vkc-common-white)
}

.vkc-header-3-top-info span.dvdr {
    margin: 0 8px
}

.vkc-header-3-top-info span i {
    font-size: 19px;
    transform: translateY(4px);
    display: inline-block;
    margin-right: 7px
}

.vkc-header-3-top-social span svg,
.vkc-header-3-top-social span.dvdr,
.vkc-header-3-top-social span.vkc-email {
    transform: translateY(2px)
}

.vkc-footer-bottom-social span,
.vkc-header-3-top-social span:not(:first-child) {
    margin-left: 13px
}

.vkc-header-3-top-social span i {
    font-size: 17px;
    transform: translateY(4px);
    display: inline-block;
    margin-right: 7px
}

.tdmenu__navbar-wrap>ul,
.tdmenu__navbar-wrap>ul>li .sub-menu li a,
.tdmenu__navbar-wrap>ul>li a,
.tdmenu__search-form,
.tdmenu__search-form .select-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.vkc-header-v-main .tdmenu__navbar-wrap>ul>li a {
    padding: 32px 0
}

.vkc-header-v-main .tdmenu__navbar-wrap>ul>li>a::before {
    bottom: 32px
}

.tdmenu__navbar-wrap>ul {
    display: flex;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto
}

.tdmenu__navbar-wrap>ul>li {
    display: block;
    position: relative;
    list-style: none
}

.tdmenu__navbar-wrap>ul>li>a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background: var(--vkc-theme-primary);
    right: 0;
    left: auto;
    bottom: 40px;
    border-radius: 10px;
    transition: .4s
}

.tdmenu__navbar-wrap>ul>li>a:hover::before {
    width: 100%;
    right: auto;
    left: 0
}

.tdmenu__navbar-wrap>ul>li a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 48px 0;
    margin: 0 14px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.tdmenu__navbar-wrap>ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 240px;
    background: var(--vkc-common-white);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, .15);
    -moz-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, .15);
    box-shadow: 0 30px 70px 0 rgba(137, 139, 142, .15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9
}

.tdmenu__navbar-wrap>ul>li .sub-menu.sub-menu-right {
    right: 0;
    left: auto
}

.tdmenu__navbar-wrap>ul>li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0
}

.tdmenu__navbar-wrap>ul>li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
    position: relative
}

.tdmenu__navbar-wrap>ul>li .sub-menu li a {
    padding: 6px 15px 6px 25px;
    display: flex;
    justify-content: space-between;
    color: var(--vkc-common-black);
    font-size: 14px;
    margin: 0
}

.tdmenu__navbar-wrap>ul>li .sub-menu li:hover>.sub-menu,
.tdmenu__navbar-wrap>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.tdmenu__navbar-wrap>ul>li.active>a,
.tdmenu__navbar-wrap>ul>li:hover>a {
    color: var(--vkc-theme-primary) !important
}

.tdmenu__main-menu li.menu-item-has-children>a::after {
    content: "\f078";
    display: block;
    font-family: var(--vkc-ff-fontawesome);
    font-size: 14px;
    font-weight: 700;
    margin-left: 7px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    .tdmenu__navbar-wrap>ul {
        margin: 0 auto 0 40px
    }

    .tdmenu__navbar-wrap>ul>li a {
        padding: 42px 0;
        margin: 0 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {}

.tdmenu__search-form input::placeholder {
    color: #8d9db5;
    font-size: 14px
}

.vkc-blog-sidebar-search form,
.vkc-hero-v-area .vkc-hero-3-item,
.vkc-product-details-nav-main-thumb,
.tdmenu__search-bar form {
    position: relative
}

.header-sticky,
.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0
}

.tdmenu__search-bar form input::placeholder {
    color: #8d9db5;
    font-size: 14px
}

.vkc-postbox-item .vkc-blog-title:hover a,
.vkc-postbox-navigation .navigation-btn a:hover,
.vkc-postbox-navigation .navigation-btn i,
.vkc-product-title:hover a,
.vkc-schedule-2-title a:hover,
.vkc-schedule-team-name .vkc-title a:hover,
.vkc-team-2-social a:hover,
.vkc-team-2-title a:hover,
.vkc-team-3-content .vkc-title:hover a,
.vkc-team-details-info-item a.links:hover,
.vkc-team-member-name a:hover,
.vkc-venue-info .links:hover,
.tdmenu__search-bar form [type=submit]:hover {
    color: var(--vkc-theme-primary)
}

.vkc-hero-3-navigation span:hover,
.vkc-menu-5-right-action .vkc-header-cart-count,
.vkc-menu-right-action-3 .vkc-header-cart-count {
    color: var(--vkc-common-black);
    background: var(--vkc-common-white)
}

.tdmenu-offcanvas-open-btn {
    line-height: 0
}

.tdmenu-offcanvas-open-btn span {
    height: 2px;
    width: 34px;
    background-color: var(--vkc-common-white);
    display: block;
    border-radius: 6px
}

.tdmenu-offcanvas-open-btn span:not(:last-child) {
    margin-bottom: 6px
}

.vkc-menu-5-right-action .tdmenu-offcanvas-open-btn span,
.vkc-menu-right-action-2 .tdmenu-offcanvas-open-btn span,
.tdmenu-offcanvas-open-btn.mobile-nav-black span {
    background-color: var(--vkc-common-black)
}

.tdmenu-3 .tdmenu__navbar-wrap ul li a {
    padding: 38px 0
}

.tdmenu-3 .tdmenu__navbar-wrap ul li a::before {
    bottom: 28px
}

.tdmenu-4 .tdmenu__navbar-wrap ul li a {
    padding: 47px 0
}

.vkc-menu-right-action-3 .vkc-btn {
    padding: 15px 26px
}

.sticky-menu {
    margin: auto;
    z-index: 99;
    background: var(--vkc-common-white);
    -webkit-animation: 1s ease-in-out fadeInDown;
    animation: 1s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    border-radius: 0
}

.sticky-menu .tdmenu__navbar-wrap ul li a {
    padding: 40px 24px
}

.header-sticky {
    right: 0;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 3px 0 rgba(18, 20, 32, .14);
    animation: .95s forwards headerSlideDown;
    -webkit-animation: .95s forwards headerSlideDown;
    backdrop-filter: blur(10px)
}

.header-sticky .tdmenu__main-menu ul>li>a {
    padding: 27px 0;
    color: var(--vkc-common-black)
}

.header-sticky .tdmenu__navbar-wrap>ul>li>a::before {
    bottom: 20px
}

.header-sticky .vkc-header-v-main {
    background: 0 0
}

.vkc-hero-2-bg-shape,
.vkc-hero-3-bg,
.vkc-hero-4-blur {
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-about-3-content-wrap .para-2 br,
    .vkc-about-v-content .para br,
    .vkc-section-subtitle br,
    .vkc-section-text br,
    .vkc-section-title br {
        display: none
    }

    .pt-140,
    .pt-145,
    .pt-150,
    .pt-155,
    .pt-160 {
        padding-top: 100px
    }

    .pt-120 {
        padding-top: 80px
    }

    .pb-140,
    .pb-145,
    .pb-150,
    .pb-155,
    .pb-160,
    .pb-165,
    .pb-170 {
        padding-bottom: 100px
    }

    .pb-125 {
        padding-bottom: 85px
    }

    .pb-120 {
        padding-bottom: 80px
    }

    .pb-115 {
        padding-bottom: 75px
    }

    .pb-110 {
        padding-bottom: 70px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .vkc-about-2-thumb .thumb,
    .vkc-about-item,
    .vkc-hero-5-content-bottom {
        margin-left: 0
    }

    .vkc-about-3-content-wrap .vkc-about-2-content,
    .vkc-about-3-thumb {
        margin-right: 0
    }

    .vkc-about-5-thumb .thumb-2 {
        width: 53%
    }

    .vkc-header-v-main .tdmenu-2 .tdmenu__navbar-wrap ul li a {
        margin: 0 13px
    }

    .vkc-header-v-main .tdmenu__nav {
        margin-left: 16px
    }

    .tdmenu__nav {
        margin-right: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {}

.vkc-hero-countdown ul li {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    width: 98px;
    height: 98px;
    border: 3px solid var(--vkc-common-white);
    border-radius: 30px;
    padding-top: 22px;
    margin-right: 15px !important
}

.vkc-hero-countdown ul li span {
    font-size: 14px;
    display: block;
    margin-top: 3px
}

.vkc-hero-2-title,
.vkc-hero-3-navigation span,
.vkc-hero-3-subtitle,
.vkc-hero-3-title {
    color: var(--vkc-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tdmenu-2 .tdmenu__navbar-wrap ul li a {
        margin: 0 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .scroll__top {
        right: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .vkc-about-7-shape {
        right: 20px
    }
}

@media (max-width:575px) {

    .offCanvas-toggle,
    .vkc-about-7-shape {
        display: none
    }

    .offCanvas__info,
    .tdmobile__menu {
        width: 100%
    }

    .vkc-breadcrumb-title,
    .vkc-hero-2-title {
        font-size: 30px
    }

    .scroll__top {
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px
    }

    .scroll__top.open {
        bottom: 15px
    }

    .search__input input::placeholder {
        font-size: 18px
    }

    .vkc-about-3-btn {
        flex-direction: column;
        align-items: flex-start !important
    }

    .vkc-about-4-thumb-2 {
        padding-left: 0;
        margin-right: 0
    }

    .vkc-about-5-thumb .thumb-2 {
        position: inherit;
        width: 100%;
        transform: translateY(0);
        top: 30px;
        border: none
    }

    .vkc-about-7-thumb .thumb-2 {
        margin-top: 20px
    }

    .vkc-header-menu-bar {
        margin-left: 15px
    }

    .vkc-hero-countdown ul li {
        margin-right: 0 !important;
        font-size: 22px;
        width: 78px;
        height: 78px;
        padding-top: 9px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    .vkc-team-details-schedule .vkc-schedule-team-btn .vkc-btn {
        float: right
    }
}

.vkc-hero-3-spacing {
    padding-top: 270px;
    padding-bottom: 230px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .vkc-about-3-content-wrap {
        margin-left: 0
    }

    .vkc-hero-3-spacing {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

.vkc-hero-3-bg {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.vkc-hero-3-subtitle {
    font-weight: 700
}

.vkc-hero-3-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 123%
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .vkc-hero-3-title {
        font-size: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .vkc-hero-3-title {
        font-size: 50px
    }
}

.vkc-hero-3-navigation span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, .3);
    font-size: 17px;
    position: absolute;
    right: 334px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-block;
    transition: .4s
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .vkc-hero-3-navigation span {
        right: 134px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .vkc-about-2-content {
        margin-right: 0
    }

    .header-mobile-spacing {
        padding: 10px 0
    }

    .vkc-hero-3-navigation span {
        right: 5%
    }
}

.vkc-hero-3-navigation span.vkc-hero-3-prev {
    margin-top: 60px
}

.vkc-hero-3-zoom .swiper-slide.swiper-slide-active .text {
    -webkit-animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .8s;
    animation-duration: 1s;
    opacity: 1
}

.vkc-hero-3-zoom .swiper-slide.swiper-slide-active .text2 {
    -webkit-animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .9s;
    animation-duration: 1s;
    opacity: 1
}

.vkc-hero-3-zoom .swiper-slide.swiper-slide-active .text3 {
    -webkit-animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
    animation-duration: 1s;
    opacity: 1
}

.vkc-hero-3-zoom .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-shrink: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition-property: transform
}

.vkc-hero-4-blur {
    border-radius: 100%;
    background: #e2dafe;
    filter: blur(70px);
    width: 300px;
    height: 300px;
    top: -120px;
    left: -120px
}

.vkc-hero-4-blur-2 {
    background: #fadfd1;
    top: auto;
    bottom: -120px;
    left: auto;
    right: -120px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px) {}

.vkc-hero-4-dates,
.vkc-hero-4-para,
.vkc-hero-5-tittle,
.vkc-video-play {
    color: var(--vkc-common-black)
}

@media only screen and (min-width:1700px) and (max-width:1800px) {}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:576px) and (max-width:767px) {

    .vkc-hero-3-spacing {
        padding-bottom: 230px
    }

    .vkc-hero-3-navigation span.vkc-hero-3-next {
        left: 15%
    }
}

.vkc-contact-map,
.vkc-hero-5-thumb {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {}

.vkc-hero-v-area .vkc-hero-3-spacing {
    padding-top: 320px;
    padding-bottom: 150px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .vkc-hero-v-area .vkc-hero-3-spacing {
        padding-top: 290px;
        padding-bottom: 150px
    }
}

.vkc-hero-v-area .vkc-hero-3-content {
    padding-left: 85px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .vkc-hero-v-area .vkc-hero-3-content {
        padding-left: 30px
    }
}

.vkc-hero-v-area .vkc-hero-3-item::before {
    position: absolute;
    content: "";
    background: #00000040;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}
.vkc-hero-v-box {
    border: 8px solid #fff;
    border-radius: 30px;
    width: 432px;
    height: 505px;
    display: inline-block;
    opacity: .3;
    position: absolute;
    left: 0;
    top: -100px
}

.vkc-hero-v-blur {
    filter: blur(80px);
    background: #1d2b56;
    opacity: .5;
    width: 635px;
    height: 635px;
    position: absolute;
    top: -240px;
    left: -240px;
    z-index: 2
}

.vkc-hero-v-blur-2,
.vkc-hero-v-blur-3 {
    filter: blur(150px);
    opacity: .4;
    position: absolute;
    z-index: 2
}

.vkc-hero-v-blur-2 {
    background: #229799;
    width: 535px;
    height: 535px;
    right: -240px;
    top: -240px
}

.vkc-hero-v-blur-3 {
    background: #715392;
    width: 570px;
    height: 570px;
    bottom: -300px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.vkc-team-social-wrap a,
.vkc-video-play {
    text-align: center;
    display: inline-block;
    background: var(--vkc-common-white)
}

.vkc-video-play {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    line-height: 66px
}

.vkc-pulse-border {
    border-radius: 50%;
    z-index: 1;
    position: relative
}

.vkc-pulse-border::after,
.vkc-pulse-border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 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%);
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    animation: 2s linear infinite borderanimate2;
    -webkit-animation-delay: 0s;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: -1
}

.vkc-pulse-border::before {
    animation-delay: .7s
}

.vkc-team-item:hover .vkc-team-social-wrap .icons {
    opacity: 0;
    transform: scale(0);
    visibility: hidden
}

.vkc-blog-date span.date svg,
.vkc-contact-info-social a svg,
.vkc-team-social-wrap a svg {
    transform: translateY(-2px)
}

.vkc-team-bigtext {
    font-weight: 700;
    font-size: 120px;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    position: absolute;
    right: -15px;
    top: 659px;
    transform: translateY(-50%) rotate(-180deg)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {

    .vkc-team-bigtext {
        right: -50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:575px) {}

.vkc-team-3-content .vkc-position {
    font-family: var(--vkc-ff-poppins);
    font-size: 15px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-blog-item:hover .vkc-blog-thumb img,
.vkc-cetagory-item:hover .vkc-cetagory-thumb img,
.vkc-product-item:hover .vkc-product-thumb img,
.vkc-schedule-2-item:hover .vkc-schedule-2-thumb img,
.vkc-schedule-3-wrap:hover .vkc-schedule-3-thumb img,
.vkc-schedule-4-wrap:hover .vkc-schedule-4-thumb img,
.vkc-team-3-wrap:hover .vkc-team-3-thumb img,
.vkc-team-5-wrap:hover .vkc-team-5-thumb img {
    transform: scale(1.1)
}

.vkc-team-4-title-wrap .vkc-section-title {
    font-size: 30px;
    font-weight: 600
}

.vkc-contact-info>p,
.vkc-team-details-content p,
.vkc-venue-text {
    font-family: var(--vkc-ff-poppins);
    line-height: 30px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-counter-2-wrap,
.vkc-schedule-team-thumb,
.vkc-team-details-info-item,
.vkc-testimonial-3-avatar,
.vkc-text-slider-item {
    display: flex;
    align-items: center
}

.vkc-team-details-info-item .icon {
    font-size: 20px;
    color: var(--vkc-common-white);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    background: var(--vkc-theme-primary);
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 14px
}

.vkc-contact-info-list ul li .address a,
.vkc-product-details-reviews span,
.vkc-team-details-info-item .links,
.vkc-team-details-schedule .vkc-schedule-team-name .dates,
.vkc-venue-info .links {
    color: var(--vkc-grey-1);
    font-family: var(--vkc-ff-poppins)
}

.vkc-cta-2-form .cta-btn:hover,
.vkc-product-widget-filter .ui-slider-range.ui-corner-all.ui-widget-header,
.vkc-team-5-wrap:hover .vkc-team-5-content,
.vkc-team-details-schedule .vkc-schedule-team-btn .vkc-btn {
    background: var(--vkc-theme-secondary);
}
.vkc-cta-2-form .cta-btn{
    color: var(--vkc-common-white)

}
@media only screen and (min-width:1400px) and (max-width:1599px) {}

.vkc-team-5-blur {
    background: #20909170;
    filter: blur(170px);
}

.vkc-team-5-blur-2 {
    filter: blur(100px);
    background: #cdc5ff
}

.vkc-social-icon-style .icons,
.vkc-social-icon-style a {
    -webkit-transition: .3s cubic-bezier(.12, 0, .39, 0);
    transition: .3s cubic-bezier(.12, 0, .39, 0);
    z-index: 1
}

.vkc-social-icon-style .icons:hover span,
.vkc-social-icon-style a:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vkc-social-icon-style .icons span,
.vkc-social-icon-style a span {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    padding: 1px;
    box-sizing: content-box;
    margin: 0;
    position: absolute;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.12, 0, .39, 0);
    transition: .5s cubic-bezier(.12, 0, .39, 0);
    pointer-events: none;
    z-index: -1;
    background-color: var(--vkc-theme-primary)
}

.vkc-banner-title-wrap .vkc-section-subtitle {
    background: rgba(255, 255, 255, .18);
    box-shadow: none
}

.vkc-banner-title-wrap .vkc-section-title {
    color: var(--vkc-common-white);
    font-weight: 700;
    font-size: 50px;
    line-height: 120%
}

.vkc-banner-title-wrap p {
    font-family: var(--vkc-ff-poppins);
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--vkc-common-white)
}

.vkc-banner-5-wrap .vkc-section-subtitle,
.vkc-banner-7-title-wrap .vkc-section-subtitle,
.vkc-blog-v-item .vkc-blog-tag {
    border-radius: 6px
}

.vkc-banner-5-wrap .vkc-hero-countdown ul li {
    border-radius: 15px;
    background: var(--vkc-common-white);
    color: var(--vkc-common-black)
}

.vkc-banner-5-wrap .vkc-hero-countdown ul li span,
.vkc-product-box-view button {
    color: #444
}

.vkc-banner-v-wrap .vkc-section-title,
.vkc-counter-5-wrap .vkc-counter-2-title {
    font-size: 40px
}

.vkc-banner-7-spacing {
    padding-top: 90px;
    padding-bottom: 120px
}

.vkc-text-slider-item .text {
    margin-right: 33px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--vkc-common-black);
    margin-bottom: 0
}

.vkc-text-slider-active .swiper-slide {
    width: auto
}

.vkc-text-slider-spacing {
    background: var(--vkc-common-yellow);
    padding: 17px 0
}

.vkc-text-v-slider {
    padding-top: 0;
    background: 0 0
}

.vkc-text-v-slider .vkc-text-slider-item .text {
    font-size: 80px;
    line-height: 1
}

.vkc-schedule-content .vkc-btn {
    padding: 17px 37px
}

.vkc-schedule-content .vkc-btn span {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.vkc-schedule-tab-btn button {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 16px;
    color: var(--vkc-grey-1);
    border-radius: 100px;
    padding: 8px 24px;
    background: #f0f0f0;
    margin: 0 5px 10px
}

.vkc-schedule-2-date {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 14px;
    color: var(--vkc-common-white);
    display: inline-block;
    background: var(--vkc-theme-primary);
    position: absolute;
    top: 26px;
    left: 30px;
    padding: 2px 14px;
    border-radius: 6px
}

.vkc-schedule-2-date i {
    margin-right: 5px;
    transform: translateY(1px);
    display: inline-block
}

.vkc-schedule-2-content .vkc-btn-square:hover,
.vkc-testimonial-3-navigation span:hover {
    color: var(--vkc-common-white);
    background: var(--vkc-theme-secondary)
}

.vkc-schedule-3-thumb {
    margin: 30px 40px 30px 30px;
    border-radius: 10px;
    overflow: hidden
}

.vkc-product-thumb img,
.vkc-schedule-3-thumb img {
    border-radius: 10px;
    transition: .4s
}

.vkc-schedule-3-wrap {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    background: var(--vkc-common-white);
    border: 1px solid #ddd;
    border-radius: 20px
}

.vkc-schedule-3-wrap .vkc-schedule-2-date {
    top: 22px;
    left: auto;
    right: 0;
    border-radius: 6px 0 0 6px
}

.vkc-schedule-3-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--vkc-common-black)
}

.vkc-schedule-3-destination span {
    font-weight: 700;
    font-size: 16px;
    color: var(--vkc-grey-1);
    display: inline-block
}

.vkc-schedule-3-destination i {
    color: var(--vkc-theme-primary);
    font-size: 20px;
    transform: translateY(4px);
    display: inline-block
}

.vkc-schedule-3-user img,
.vkc-testimonial-3-avatar-thumb img {
    border-radius: 50%
}

.vkc-schedule-3-content {
    padding: 30px 100px 30px 0;
    margin-left: -25px
}

.vkc-faq-para,
.vkc-product-details-desc-wrapper>p,
.vkc-schedule-3-content .para {
    font-family: var(--vkc-ff-poppins);
    line-height: 28px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-schedule-3-btn .dvdr {
    width: 2px;
    height: 41px;
    background: #d2d2d2;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px
}

.vkc-schedule-3-tab-btn {
    padding: 33px 30px 8px;
    box-shadow: 0 0 10px 0 #eef1f1;
    background: var(--vkc-common-white);
    border: 1px solid #e7e5e9;
    border-radius: 100px
}

.vkc-schedule-3-tab-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vkc-common-black);
    transition: .4s;
    margin-bottom: 30px
}

.vkc-schedule-3-tab-btn button.active,
.vkc-schedule-3-tab-btn button:hover {
    box-shadow:0 4px 8px 0 rgb(113 83 146 / 41%);
}

.vkc-schedule-3-tab-btn button.active .vkc-counts,
.vkc-schedule-3-tab-btn button:hover .vkc-counts {
    border: 1px solid var(--vkc-theme-secondary)
}

.vkc-schedule-3-tab-btn .vkc-counts {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 14px;
    color: #000;
    border: 1px solid #f3f3f3;
    background: var(--vkc-common-white);
    border-radius: 100px;
    padding: 2px 10px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: -14px;
    transition: .4s
}

.vkc-schedule-details-form .nice-select {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 0 20px 0 15px;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-1);
    text-transform: capitalize
}

.vkc-schedule-details-form-quantity .price {
    font-weight: 700;
    font-size: 18px;
    color: var(--vkc-common-black);
    display: block;
    line-height: 1
}

.vkc-schedule-details-form-quantity .subtitle {
    font-size: 13px;
    color: var(--vkc-grey-1);
    line-height: 1
}

.vkc-product-pagenation-wrap nav ul li a.active,
.vkc-product-pagenation-wrap nav ul li a:hover,
.vkc-schedule-details-quantity span:hover,
.vkc-testimonial-4-navigation span:hover {
    color: var(--vkc-common-white);
    background: var(--vkc-theme-primary)
}

.vkc-footer-links ul li,
.vkc-schedule-details-total ul li {
    margin-bottom: 8px
}

.vkc-schedule-details-total-btn .vkc-btn {
    box-shadow: 0 4px 10px 0 rgba(169, 33, 119, .4);
    border-radius: 6px;
    padding: 21px 30px
}

.vkc-schedule-details-total-btn .vkc-btn:hover {
    background: var(--vkc-theme-primary);
    box-shadow: none
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:575px) {}

.vkc-schedule-team-thumb .thumb {
    border-radius: 50%;
    width: 100px;
    margin-right: 30px
}

.vkc-schedule-team-btn .vkc-btn {
    border-radius: 6px;
    background: #414141;
    float: right
}

.vkc-schedule-4-tab-btn button .vkc-counts {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--vkc-grey-1);
    border-radius: 6px;
    padding: 2px 20px;
    background: var(--vkc-common-white);
    display: inline-block;
    margin-bottom: 16px
}

.vkc-schedule-4-content .vkc-btn {
    background: #ffe8f7;
    color: var(--vkc-theme-secondary)
}

.vkc-schedule-5-tab-btn button.active,
.vkc-schedule-5-tab-btn button:hover {
    background: var(--vkc-theme-secondary);
    border-color: var(--vkc-theme-secondary);
    color: var(--vkc-common-white)
}

.vkc-counter-2-subtitle,
.vkc-schedule-5-tab-btn button .vkc-counts {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-tickets-details span,
.vkc-tickets-time .price {
    text-transform: capitalize;
    color: var(--vkc-common-black)
}

.vkc-contact-info-social,
.vkc-schedule-5-content .vkc-schedule-4-destination,
.vkc-venue-info {
    display: flex
}

.vkc-schedule-v-tab-btn button {
    margin-bottom: 20px;
    border-radius: 10px
}

.vkc-schedule-v-wrap {
    box-shadow: none;
    background: 0 0;
    border: none;
    border-radius: 0
}

.vkc-schedule-v-wrap .vkc-schedule-2-date {
    position: inherit;
    border-radius: 6px
}

.vkc-schedule-v-wrap .vkc-schedule-3-destination span {
    font-family: var(--vkc-ff-poppins)
}

.vkc-schedule-v-wrap .vkc-schedule-3-btn .dvdr {
    height: 53px
}

.vkc-schedule-v-wrap .vkc-schedule-3-content {
    padding: 0 30px 30px 0;
    margin-left: 25px
}

.vkc-schedule-v-wrap .vkc-schedule-3-thumb {
    margin: 0 10px 30px 62px
}

.vkc-brands-item img {
    border-radius: 15px;
    height: 130px;
    width: 100%;
    background: var(--vkc-common-white);
    text-align: center;
    line-height: 130px;
    display: inline-block;
    object-fit: contain;
}

.vkc-brands-2-wrap .vkc-brands-item {
    background: #f6f6f6
}

.vkc-blog-v-item .vkc-blog-content,
.vkc-brands-4-wrap .vkc-brands-item,
.vkc-tickets-details,
.vkc-tickets-time {
    background: var(--vkc-common-white)
}

.vkc-brands-2-wrap .vkc-brands-item img,
.vkc-brands-5-wrap .vkc-brands-item img {
    filter: saturate(0);
    transition: .4s
}

.vkc-brands-2-wrap .vkc-brands-item:hover img,
.vkc-brands-5-wrap .vkc-brands-item:hover img {
    filter: saturate(1)
}

.vkc-blog-5-tag,
.vkc-blog-tag {
    display: inline-block;
    background: var(--vkc-theme-secondary)
}

.vkc-tickets-time .price {
    display: block;
    font-weight: 700;
    font-size: 24px
}

.vkc-blog-tag {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--vkc-common-white);
    border-radius: 34px;
    padding: 2px 14px;
    bottom: 20px;
    left: 40px;
    position: absolute
}

.vkc-blog-thumb,
.vkc-blog-thumb img {
    border-radius: 20px 20px 0 0
}

.vkc-blog-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 127%;
    text-transform: capitalize;
    color: var(--vkc-common-black-2)
}

.vkc-blog-2-item .vkc-blog-2-tag,
.vkc-blog-date span,
.vkc-blog-sidebar-search input {
    color: var(--vkc-grey-1);
    font-family: var(--vkc-ff-poppins)
}

.vkc-blog-title-sm {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px
}

.vkc-blog-date span {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize
}

.vkc-blog-date span svg {
    margin-left: 6px
}

.vkc-blog-thumb img {
    transition: .5s
}
.vkc-blog-thumb img {
    max-height: 322px;
    object-fit: cover;
}
.vkc-blog-content {
    border: 1px solid #c9c9c9;
    padding: 37px 38px 34px;
    border-radius: 0 0 20px 20px
}

.vkc-blog-2-item .vkc-blog-thumb {
    border-radius: 20px;
    margin-bottom: 18px
}

.vkc-blog-sidebar-wrapper {
    margin-left: 8px;
    border-left: 1px solid #dfdfdf
}

.vkc-blog-sidebar-search input {
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 5px 50px 5px 20px
}

.vkc-blog-sidebar-search input::placeholder {
    font-family: var(--vkc-ff-poppins);
    font-size: 14px;
    color: var(--vkc-grey-1)
}

.vkc-blog-sidebar-search button {
    font-size: 20px;
    color: var(--vkc-theme-secondary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    line-height: 1
}

.vkc-blog-post-thumb {
    flex: 0 0 auto;
    margin-right: 17px
}

.vkc-blog-post-thumb img {
    border-radius: 10px;
    width: 80px;
    height: 80px
}

.vkc-blog-post-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

.vkc-blog-post-date,
.vkc-cetagory-subtittle,
.vkc-postbox-navigation .vkc-date {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-blog-5-tag,
.vkc-footer-title {
    font-weight: 700;
    color: var(--vkc-common-white)
}

.vkc-blog-post-date i {
    font-size: 18px;
    margin-right: 6px;
    transform: translateY(2px);
    display: inline-block
}

.vkc-blog-tag-widget .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.vkc-blog-tag-widget .tagcloud a {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    background: #ffe9f7;
    color: var(--vkc-theme-secondary);
    border-radius: 4px;
    padding: 6px 16px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: .4s
}

.vkc-footer-bottom-copyright p,
.vkc-footer-form input,
.vkc-footer-links ul li a {
    color: var(--vkc-grey-2);
    font-family: var(--vkc-ff-poppins)
}

.vkc-blog-5-item .vkc-blog-content {
    border: none;
    padding: 37px 38px 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.vkc-blog-5-item .vkc-blog-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .9) 100%)
}

.vkc-blog-v-item .vkc-blog-content {
    border: none
}

.vkc-map-inner {
    line-height: 1;
    background: var(--vkc-common-yellow)
}

.vkc-map-inner iframe {
    width: 100%;
    height: 543px;
    /*filter: saturate(0);*/
    line-height: 1
}

.vkc-map-4-inner {
    background: #06061b
}
footer {
    z-index: 99;
    position: relative;
}
@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .vkc-footer-widget.space {
        margin-left: 30px
    }
}

.vkc-footer-widget .text {
    font-family: var(--vkc-ff-poppins);
    line-height: 32px;
    color: #a5a5b0
}

.vkc-footer-widget .number {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 20px;
    color: #f2f2f2
}

.vkc-footer-widget .email {
    font-family: var(--vkc-ff-poppins);
    color: #a5a5b0;
    display: block
}

.vkc-footer-title {
    font-size: 22px
}

.vkc-footer-form input::-webkit-input-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-2)
}

.vkc-footer-form input:-moz-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-2)
}

.vkc-footer-form input::-moz-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-2)
}

.vkc-footer-form input:-ms-input-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-2)
}

.vkc-footer-bottom {
    border-top: 1px solid #1e1e36
}

.vkc-footer-bottom-copyright p {
    font-weight: 500
}

.vkc-footer-2-spacing {
    padding-top: 200px;
    margin-top: -95px
}

.vkc-footer-4-form input:focus,
.vkc-postbox-form .vkc-contact-form-box .vkc-input:focus {
    border-color: var(--vkc-theme-secondary)
}

.vkc-footer-4-form input::placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 14px;
    color: var(--vkc-grey-1)
}

.vkc-countdown-2-title .title {
    font-weight: 700;
    font-size: 36px;
    color: var(--vkc-common-black)
}

.vkc-countdown-2-title .subtitle {
    font-weight: 700;
    font-size: 24px;
    color: var(--vkc-common-black)
}

.vkc-countdown-2-location {
    background: var(--vkc-theme-primary);
    display: inline-block;
    padding: 27px 50px 27px 70px;
    clip-path: polygon(0 0, 90% 0%, 100% 28%, 100% 80%, 100% 100%, 10% 100%, 0% 72%, 0% 20%);
    border-radius: 10px 45px
}

.vkc-countdown-2-location-icon {
    position: absolute;
    top: 26px;
    left: 34px;
    z-index: -1
}

.vkc-countdown-2-location .title {
    font-weight: 700;
    font-size: 24px;
    color: var(--vkc-common-white);
    margin-bottom: 4px
}

.vkc-countdown-2-location .subtitle {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--vkc-common-white)
}

.vkc-countdown-3-wrap {
    background: var(--vkc-theme-secondary);
    box-shadow: 0 12px 50px 0 rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding: 30px 60px 0 50px;
    margin-top: -70px
}

.vkc-countdown-3-wrap .vkc-hero-countdown ul li {
    color: var(--vkc-common-black);
    background: var(--vkc-common-white);
    border-radius: 18px;
    width: auto;
    height: 150px;
    flex: 1;
    font-weight: 700;
    font-size: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.vkc-countdown-3-wrap .vkc-hero-countdown ul li span:last-child {
    display: block;
    width: 100%;
}

ul.deal-counter {
    display: flex;
}

.vkc-countdown-3-wrap .vkc-hero-countdown ul li span {
    font-size: 18px;
    margin-top: 0px;
}

span.counter {
    font-size: 50px !important;
}

.vkc-countdown-3-wrap .vkc-countdown-2-location {
    background: 0 0;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    clip-path: none;
    display: flex;
    align-items: center
}

.vkc-countdown-3-wrap .vkc-countdown-2-location-icon {
    position: inherit;
    z-index: 1;
    top: inherit;
    left: inherit;
    margin-right: 15px
}

.vkc-countdown-3-wrap .vkc-hero-countdown {
    margin-left: -38px
}

.vkc-countdown-3-location {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--vkc-common-white);
    display: inline-block
}

.vkc-countdown-3-shape {
    position: absolute;
    right: 28%;
    top: 0;
    z-index: -1
}

.vkc-countdown-3-shape-2 {
    position: absolute;
    left: 28%;
    bottom: 0;
    z-index: -1
}

.vkc-countdown-v-wrap {
    box-shadow: 0 12px 50px 0 rgba(0, 0, 0, .15);
    background: var(--vkc-theme-primary);
    padding: 50px 60px 20px 50px
}

.vkc-countdown-v-wrap .vkc-countdown-3-wrap {
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0
}

.vkc-countdown-v-wrap .vkc-hero-countdown ul li {
    color: var(--vkc-common-white);
    background: var(--vkc-common-blue);
    border-color: var(--vkc-common-blue)
}

.vkc-countdown-v-wrap .vkc-countdown-3-shape-2 {
    left: 5%
}

.vkc-countdown-v-wrap .vkc-countdown-3-shape {
    right: 32%
}

.vkc-counter-2-icon i {
    font-size: 50px;
    color: #f248b4
}

.vkc-counter-2-title {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: var(--vkc-common-black);
    margin-bottom: 0;
    line-height: 1
}

.vkc-counter-5-wrap .vkc-counter-2-icon i {
    font-size: 50px;
    color: var(--vkc-theme-primary);
    width: 114px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #f4f2ff
}

.vkc-counter-5-wrap .vkc-counter-2-subtitle {
    font-size: 14px
}

.vkc-pricing-2-price {
    padding: 29px 52px;
    background: #e22ca0;
    border-radius: 20px;
    display: inline-block
}

.vkc-pricing-2-price .subtitle {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--vkc-common-white);
    display: block
}

.vkc-pricing-2-price .price {
    font-weight: 700;
    font-size: 30px;
    color: var(--vkc-common-white);
    line-height: 36px
}

.vkc-pricing-2-feature ul li {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 18px;
    color: var(--vkc-common-white);
    display: flex
}

.vkc-pricing-2-feature ul li:not(:last-child) {
    margin-bottom: 17px
}

.vkc-pricing-2-feature ul li svg {
    margin-right: 5px;
    transform: translateY(-1px)
}

.vkc-pricing-2-item {
    padding: 60px 20px 78px 92px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:575px) {
    .vkc-pricing-2-item {
        padding: 60px 40px 78px;
        text-align: center
    }
}

.vkc-pricing-2-item .vkc-btn-square {
    background: var(--vkc-common-white);
    color: var(--vkc-common-black);
    padding: 22px 30px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .25);
    clip-path: polygon(0 0, 93% 0%, 100% 28%, 100% 80%, 100% 100%, 7% 100%, 0% 72%, 0% 20%)
}

.vkc-pricing-3-item {
    border-radius: 50px 8px;
    background: var(--vkc-common-white)
}

.vkc-pricing-3-item .vkc-btn-3-squre {
    margin-left: 22px
}

.vkc-pricing-3-item .vkc-pricing-2-price {
    background: 0 0;
    border-radius: 0;
    padding-top: 15px
}

.vkc-pricing-4-price .subtitle {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--vkc-common-black);
    margin-bottom: 20px;
    display: inline-block
}

.vkc-pricing-4-price .price {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    display: flex;
    align-items: self-start;
    line-height: .9
}

.vkc-pricing-4-price .price span {
    font-weight: 700;
    font-size: 24px;
    margin-right: 5px
}

.vkc-pricing-4-price .text {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-pricing-v-item {
    padding: 40px 30px 40px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.vkc-pricing-v-item:hover {
    transform: scale(1.02);
}
.vkc-pricing-v-item .vkc-pricing-2-price {
    padding: 0
}
.vkc-pricing-v-item span.price {
    color: #fff !important;
}
.vkc-pricing-v-item p {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    text-transform: capitalize;
    color: #fff;
}

.vkc-pricing-v-item .subtitle,
.vkc-product-details-query-item p {
    font-weight: 400
}

.vkc-pricing-v-item .vkc-pricing-2-feature ul li {
    font-weight: 400;
    color: #fff
}

.vkc-postbox-item .vkc-blog-date svg,
.vkc-pricing-v-item .vkc-btn-3-squre {
    margin-left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {}

.vkc-cta-2-subtitle {
    font-weight: 700;
    font-size: 15px;
    color: var(--vkc-common-white)
}

.vkc-cta-2-title {
    font-weight: 700;
    font-size: 32px;
    color: var(--vkc-common-white)
}

.vkc-cta-2-wrap {
    padding: 65px 70px 46px
}

.vkc-cta-2-form .vkc-input {
    width: 100%;
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #787878;
    height: 56px;
    border-radius: 100px;
    border: 1px solid transparent;
    background: var(--vkc-common-white)
}

.vkc-cta-2-form .cta-btn,
.vkc-feature-3-title {
    font-weight: 700;
    /* color: var(--vkc-common-white) */
}

.vkc-cta-2-form .vkc-input::-webkit-input-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #787878
}

.vkc-cta-2-form .vkc-input:-moz-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #787878
}

.vkc-cta-2-form .vkc-input::-moz-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #787878
}

.vkc-cta-2-form .vkc-input:-ms-input-placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #787878
}

.vkc-cta-2-form .cta-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-family: var(--vkc-ff-poppins);
    font-size: 15px;
    text-transform: uppercase;
    background: var(--vkc-theme-primary);
    display: inline-block;
    padding: 8px 27px;
    border-radius: 100px
}

.vkc-cta-v-area {
    top: -105px;
    position: absolute;
    width: 100%
}

.vkc-cta-v-wrap {
    background: #157b89;
    border-radius: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-footer-widget .text br,
    .vkc-hero-v-box,
    .vkc-schedule-3-title br {
        display: none
    }

    .vkc-countdown-3-wrap .vkc-countdown-2-location,
    .vkc-location-2-map,
    .vkc-product-details-content-wrap,
    .vkc-schedule-details-right,
    .vkc-team-details-content {
        margin-left: 0
    }

    .vkc-schedule-team-btn .vkc-btn {
        float: left;
        margin-bottom: 20px
    }

    .vkc-blog-sidebar-wrapper {
        margin-left: 0;
        padding-left: 0;
        border: none
    }

    .vkc-countdown-2-location-wrap {
        text-align: left !important
    }

    .vkc-cta-v-wrap {
        padding: 45px 40px 26px
    }
}

.vkc-feature-3-icon {
    color: var(--vkc-theme-primary);
    font-size: 60px
}

.vkc-feature-3-title {
    font-size: 20px;
    line-height: 26px
}

.vkc-feature-3-text {
    font-family: var(--vkc-ff-poppins);
    line-height: 26px;
    /* color: #fff */
}

.vkc-testimonial-3-ratings span {
    font-size: 20px;
    color: #ffb600
}

.vkc-testimonial-3-wrap {
    padding-left: 282px;
    margin-right: 120px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
    .vkc-testimonial-3-wrap {
        padding-left: 130px
    }
}

.vkc-testimonial-3-wrap p {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--vkc-common-white)
}

.vkc-testimonial-3-qoute {
    position: absolute;
    bottom: 224px;
    right: 0
}

.vkc-testimonial-3-avatar .names {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    color: var(--vkc-common-white);
    margin-bottom: 5px;
    line-height: 1
}

.vkc-testimonial-3-avatar .vkc-position {
    font-family: var(--vkc-ff-poppins);
    font-size: 14px;
    text-transform: capitalize;
    color: var(--vkc-common-white);
    line-height: 1
}

.vkc-testimonial-3-video {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0
}

.vkc-testimonial-3-navigation {
    position: absolute;
    bottom: 24%;
    right: 0;
    z-index: 2
}

.vkc-testimonial-3-navigation span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    background: var(--vkc-common-white);
    color: var(--vkc-theme-secondary);
    transition: .4s
}

.vkc-testimonial-4-item .text {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.vkc-product-categories-list ul li a,
.vkc-venue-info .subtitle,
.vkc-venue-subtitle {
    font-weight: 700;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-banner-title-wrap p br,
    .vkc-hero-5-content-bottom p br,
    .vkc-product-details-title br {
        display: none
    }

    .vkc-countdown-v-wrap .vkc-countdown-2-location,
    .vkc-countdown-v-wrap .vkc-countdown-2-title,
    .vkc-counter-2-wrap,
    .vkc-footer-5-widget,
    .vkc-pricing-3-item .vkc-btn-3-squre,
    .vkc-schedule-content {
        margin-left: 0
    }

    .vkc-schedule-3-content {
        padding: 30px 30px 30px 0
    }

    .vkc-schedule-v-wrap .vkc-schedule-3-btn .dvdr {
        margin-left: 15px;
        margin-right: 15px
    }

    .vkc-schedule-v-wrap .vkc-schedule-3-content {
        padding: 0 0 30px;
        margin-left: 0
    }

    .vkc-schedule-v-wrap .vkc-schedule-3-thumb {
        margin: 0 0 30px
    }

    .vkc-blog-content {
        padding: 37px 20px 34px
    }

    .vkc-blog-5-item .vkc-blog-content {
        padding: 37px 18px 34px
    }

    .vkc-blog-5-item .vkc-blog-title {
        font-size: 21px
    }

    .vkc-countdown-2-location {
        padding: 27px 40px 27px 50px
    }

    .vkc-countdown-3-wrap .vkc-hero-countdown {
        margin-left: 0;
        margin-right: -30px
    }

    .vkc-countdown-v-wrap .vkc-countdown-2-title .subtitle {
        font-size: 18px
    }

    .vkc-counter-2-title {
        font-size: 55px
    }

    .vkc-counter-2-subtitle {
        font-size: 14px
    }

    .vkc-counter-5-wrap .vkc-counter-2-icon i {
        font-size: 46px;
        width: 80px;
        height: 80px
    }

    .vkc-pricing-v-item {
        padding: 40px
    }

    .vkc-cta-v-wrap .vkc-cta-2-title {
        font-size: 28px
    }

    .vkc-testimonial-3-wrap {
        padding-left: 50px
    }

    .vkc-testimonial-3-navigation {
        bottom: 17%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:575px) {
    .vkc-about-7-video {
        left: 41%
    }
}

.vkc-gallery-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #715392;
    border-radius: 20px;
    transform: scale(.6);
    visibility: hidden;
    transition: .4s;
    opacity: 0
}

.vkc-gallery-icon span {
    font-size: 25px;
    color: var(--vkc-common-black);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    line-height: 67px;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: var(--vkc-common-white);
    transform: scale(.6);
    visibility: hidden;
    transition: .4s 0.2s;
    opacity: 0
}

.vkc-gallery-wrap:hover .vkc-gallery-thumb::before {
    transform: scale(1);
    opacity: .85;
    visibility: visible
}

.vkc-gallery-wrap:hover .vkc-gallery-icon span {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {

    .vkc-cta-2-wrap {
        border-radius: 12px
    }
}

.vkc-venue-info .subtitle {
    font-size: 14px;
    color: var(--vkc-common-black);
    display: block;
    line-height: 1.3
}

.vkc-product-left-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0
}

.vkc-product-left-border {
    width: 35px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    background: var(--vkc-theme-primary)
}

.vkc-product-bottom-border,
.vkc-product-details-compare-wrap,
.vkc-product-details-fit-wrap,
.vkc-product-details-price-wrapper {
    border-bottom: 1px solid #dfdfdf
}

.vkc-product-categories-list ul li {
    margin-bottom: 10px
}

.vkc-product-categories-list ul li a {
    font-family: var(--vkc-ff-poppins);
    font-size: 17px;
    color: var(--vkc-grey-1);
    display: flex;
    align-items: center
}

.vkc-product-widget-filter .ui-widget.ui-widget-content {
    background-color: #dee2e3;
    height: 5px;
    border: none
}

.vkc-product-widget-filter .ui-slider-handle.ui-corner-all.ui-state-default {
    height: 18px;
    width: 18px;
    border: 4px solid var(--vkc-common-white);
    background: var(--vkc-theme-secondary);
    border-radius: 40px;
    top: -8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), -2px 2px 10px 0 rgba(0, 0, 0, .3)
}

.vkc-product-widget-filter .ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
    outline: 0
}

.vkc-product-color-filter .vkc-checkbox {
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    outline: 0;
    flex: 0 0 auto;
    background: #cfcfcf;
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px);
    -ms-transform: translateY(-2.5px);
    -o-transform: translateY(-2.5px);
    padding: 0;
    margin-right: 8px;
    transform: translateY(1px);
    border-radius: 4px
}

.vkc-product-color-filter .vkc-checkbox:checked {
    position: relative;
    border-color: transparent
}

.vkc-product-color-filter .vkc-checkbox:checked::after {
    box-sizing: border-box;
    position: absolute;
    content: "\f00c";
    font-weight: 700;
    font-family: var(--vkc-ff-fontawesome);
    font-size: 15px;
    color: var(--vkc-common-white);
    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%)
}

.vkc-product-color-filter .vkc-checkbox:hover {
    cursor: pointer
}

.vkc-footer-social-icon i {
    color: #ffffffc4
}

.vkc-product-select-sorting .nice-select {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--vkc-common-black);
    border: none;
    padding: 0 25px 0 0;
    height: auto;
    line-height: 1
}

.vkc-product-select-sorting .nice-select::after {
    right: 0
}

.vkc-product-select-sorting .nice-select .list {
    width: 160px;
    margin-top: 20px
}

.vkc-product-select-sorting .nice-select .option {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px
}

.vkc-product-pagenation-wrap nav ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.vkc-product-pagenation-wrap nav ul li {
    margin: 0 5px
}

.vkc-product-pagenation-wrap nav ul li a {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--vkc-common-black);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    transition: .4s;
    background: #f1f1f1
}

.vkc-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 140px;
    height: 132px;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:575px) {

    .vkc-product-details-thumb-wrapper .nav-tabs .nav-link {
        width: 90px;
        height: 90px
    }
}

.vkc-product-details-thumb-wrapper .nav-tabs .nav-link img {
    border: 1px solid transparent;
    border-radius: 10px
}

.vkc-product-details-thumb-wrapper .nav-tabs .nav-link:hover {
    border: transparent;
    outline: inherit;
    transform: scale(1)
}

.vkc-product-details-thumb-wrapper .nav-tabs .nav-link.active {
    background-color: inherit !important
}

.vkc-product-details-thumb-wrapper .nav-tabs .nav-link.active img {
    border: 1px solid #989ba2
}

.vkc-product-details-nav-main-thumb .popup-image {
    border: .8px solid #cfcfcf;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    color: var(--vkc-common-black);
    position: absolute;
    top: 23px;
    right: 28px
}

.vkc-product-details-reviews .dvdr {
    margin: 0 7px
}

.vkc-product-details-size-here span.vkc-disable.active,
.vkc-product-details-size-here span.vkc-disable:hover {
    border-color: #d7d7d7;
    color: #d7d7d7
}

.vkc-product-details-size-2 span.active,
.vkc-product-details-size-2 span:hover,
.vkc-product-details-size-here span.active,
.vkc-product-details-size-here span:hover {
    border-color: var(--vkc-common-black);
    color: var(--vkc-common-black)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-team-bigtext {
        display: none
    }
}

.vkc-product-details-compare-wrap ul li .dvdr {
    margin-left: 15px;
    margin-right: 10px;
    display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {}

.vkc-product-details-tab-nav .nav-tabs .nav-link {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #9d9fa8;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
       .vkc-breadcrumb-spacing {
        padding-top: 215px;
        padding-bottom: 120px;
    }

    .vkc-hero-5-tittle,
    .vkc-section-title {
        font-size: 30px
    }

    .vkc-about-3-clients .vkc-border {
        margin-left: 40px;
        margin-right: 40px
    }

    .vkc-about-4-thumb-wrap {
        margin-right: 0
    }

    .vkc-hero-3-navigation span {
        right: auto;
        left: 5%;
        top: 80%
    }

    .vkc-hero-3-navigation span.vkc-hero-3-prev {
        margin-top: 0
    }

    .vkc-hero-v-area .vkc-hero-3-content {
        padding-left: 0
    }

    .vkc-banner-title-wrap .vkc-section-title {
        font-size: 40px
    }

    .vkc-banner-5-spacing,
    .vkc-banner-v-spacing,
    .vkc-banner-7-spacing {
        padding-top: 114px;
        padding-bottom: 100px
    }

    .vkc-schedule-3-thumb {
        margin: 30px
    }

    .vkc-footer-widget.space,
    .vkc-schedule-team-social-wrap {
        margin-left: 0
    }

    .vkc-countdown-v-wrap {
        padding: 30px 20px 0
    }

    .vkc-product-details-tab-nav .nav-tabs .nav-link {
        padding-bottom: 10px
    }

    .vkc-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
        margin-left: 20px
    }
}

.vkc-product-details-tab-nav .nav-tabs .nav-link.active::after,
.vkc-product-details-tab-nav .nav-tabs .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.vkc-postbox-form .vkc-product-details-review-form-title,
.vkc-product-details-review-form-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 4px
}

.vkc-contact-form-box .vkc-btn,
.vkc-contact-form-box .vkc-input,
.vkc-product-details-review-form>p {
    font-size: 16px;
    font-family: var(--vkc-ff-poppins)
}

.vkc-product-details-review-form>p {
    margin-bottom: 8px
}

.vkc-contact-form-box {
    padding: 50px;
    border-radius: 20px
}

.vkc-contact-form-box .vkc-input {
    border: 1px solid #d9e1e1;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    background: var(--vkc-common-white);
    font-weight: 400;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-contact-form-box .vkc-input::placeholder {
    font-family: var(--vkc-ff-poppins);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--vkc-grey-1)
}

.vkc-contact-form-box .vkc-input.message {
    height: 135px;
    resize: none
}

.vkc-contact-form-box .vkc-btn {
    font-weight: 700;
    background: var(--vkc-theme-primary);
    border-radius: 8px;
    padding: 17px 51px;
    transition: .4s
}

.vkc-contact-form-wrap {
    background: #f2f7f7;
    border-radius: 20px
}

.vkc-contact-form-wrap .vkc-contact-form-box {
    padding: 50px 50px 15px
}

.vkc-contact-map iframe {
    filter: saturate(0);
    border-radius: 20px;
    width: 100%;
    height: 100%
}

.vkc-contact-info {
    padding: 50px 60px 55px 57px;
    border-radius: 20px
}

.vkc-contact-info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    text-transform: capitalize
}

.vkc-contact-info-list ul li {
    display: flex;
    margin-bottom: 30px
}

.vkc-contact-info-list ul li .icons {
    font-size: 35px;
    color: var(--vkc-theme-secondary);
    margin-right: 10px;
    flex: 0 0 auto
}

.vkc-contact-info-list ul li .address span {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--vkc-common-black);
    display: block;
    line-height: 1.2
}

.vkc-contact-info-social a {
    font-size: 24px;
    margin-right: 20px
}

.vkc-error-content .vkc-btn {
    border-radius: 6px;
    background: var(--vkc-theme-primary)
}

.vkc-postbox-item .vkc-blog-date i {
    transform: translateY(2px);
    display: inline-block
}

.vkc-postbox-item .vkc-blog-title {
    font-size: 30px
}

.vkc-postbox-content p {
    font-family: var(--vkc-ff-poppins);
    text-transform: capitalize;
    color: var(--vkc-grey-1);
    line-height: 28px
}

.vkc-postbox-content .vkc-btn {
    border-radius: 8px;
    padding: 15px 27px;
    background: #ffe9f7;
    color: var(--vkc-theme-secondary)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-footer-2-widget,
    .vkc-hero-5-thumb-slider,
    .vkc-pricing-5-item .vkc-pricing-2-feature,
    .vkc-product-wrap,
    .vkc-team-2-title-text {
        margin-left: 0
    }

    .vkc-hero-v-area .vkc-hero-3-spacing {
        padding-top: 190px;
        padding-bottom: 150px
    }

    .vkc-schedule-3-content {
        margin-left: 0;
        padding: 0 30px 30px
    }

    .vkc-map-inner iframe {
        height: 350px
    }

    .vkc-feature-4-wrap p br {
        display: none
    }

    .vkc-contact-map {
        height: 400px
    }

    .vkc-postbox-wrapper {
        margin-right: 0
    }
}

.vkc-postbox-details-qoute {
    margin: 0 100px
}

.vkc-postbox-blockquote {
    background: #f5f3ff;
    border-radius: 0 4px 4px 0;
    padding: 20px 25px 25px 30px;
    border-left: 8px solid #5033ff
}

.vkc-postbox-blockquote p {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--vkc-common-black)
}

.vkc-postbox-form .vkc-checkbox label,
.vkc-postbox-form p,
.vkc-postbox-navigation p {
    color: var(--vkc-grey-1);
    font-family: var(--vkc-ff-poppins)
}

.vkc-postbox-blockquote h5 {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0
}

.vkc-postbox-navigation .navigation-btn {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--vkc-common-black)
}

.vkc-postbox-navigation .vkc-date i {
    font-size: 18px;
    display: inline-block;
    margin-right: 9px;
    transform: translateY(3px)
}

.vkc-postbox-navigation p {
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize
}

.vkc-postbox-form {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05);
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    padding: 50px 60px 55px
}

@media (max-width:575px) {

    .vkc-hero-3-spacing {
        padding-bottom: 180px
    }

    .vkc-hero-3-title {
        font-size: 35px
    }

    .vkc-hero-3-navigation span.vkc-hero-3-next {
        left: 25%
    }

    .vkc-schedule-3-destination span {
        display: flex;
        margin-right: 0;
        margin-bottom: 10px
    }

    .vkc-schedule-3-destination i {
        margin-right: 7px;
        transform: translateY(2px)
    }

    .vkc-schedule-3-btn .dvdr {
        display: none
    }

    .vkc-schedule-3-tab-btn {
        border-radius: 10px
    }

    .vkc-schedule-team-thumb .thumb {
        width: 70px
    }

    .vkc-brands-item a img,
    .vkc-schedule-5-thumb img {
        width: 100px
    }

    .vkc-brands-item a {
        width: 100%;
        height: 100px;
        line-height: 100px
    }

    .vkc-countdown-3-wrap {
        padding: 30px 30px 0
    }

    .vkc-countdown-3-wrap .vkc-hero-countdown ul li {
        font-size: 20px;
        width: 65px;
        height: 65px;
        font-weight: 700;
        padding-top: 5px
    }

    .vkc-cta-2-title {
        font-size: 28px
    }

    .vkc-cta-2-wrap {
        padding: 30px 10px 16px;
        border-radius: 10px
    }

    .vkc-cta-v-area {
        position: inherit
    }

    .vkc-cta-v-wrap {
        padding: 45px 20px 26px
    }

    .vkc-testimonial-3-wrap {
        padding-left: 20px;
        margin-right: 20px
    }

    .vkc-contact-form-box {
        padding: 20px
    }

    .vkc-contact-form-box .vkc-btn {
        padding: 17px 45px
    }

    .vkc-contact-form-wrap .vkc-contact-form-box {
        padding: 20px 20px 0
    }

    .vkc-contact-info {
        padding: 20px 20px 25px 17px
    }

    .vkc-postbox-item .vkc-blog-title {
        font-size: 25px
    }

    .vkc-postbox-form {
        padding: 20px 20px 25px
    }
}

.vkc-postbox-form p {
    text-transform: capitalize;
    margin-bottom: 22px
}

.vkc-postbox-form-title {
    font-family: var(--vkc-ff-poppins);
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize
}

.vkc-postbox-form .vkc-contact-form-box {
    padding: 0;
    border-radius: 0
}

.vkc-postbox-form .vkc-btn {
    background: var(--vkc-theme-secondary);
    padding: 17px 24px
}

.vkc-postbox-form .vkc-contact-form-box .vkc-input {
    background: #f4f4f4;
    border: 1px solid transparent
}

.vkc-postbox-form .vkc-contact-form-box .vkc-input::placeholder {
    font-size: 15px;
    font-family: var(--vkc-ff-poppins)
}

.vkc-postbox-form .vkc-checkbox input {
    width: 18px;
    height: 18px;
    transform: translateY(3px);
    margin-right: 5px;
    flex: 0 0 auto
}

.vkc-postbox-form .vkc-checkbox label {
    font-weight: 400;
    font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-faq-wrapper,
    .vkc-postbox-details-qoute {
        margin: 0
    }

    .vkc-postbox-navigation p br {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .vkc-about-7-thumb,
    .vkc-feature-3-wrap {
        margin-right: 0
    }
}








.vkc-counter-area {
    background: var(--vkc-theme-primary) !important;
}

.pb-250 {
    padding-bottom: 250px;
}

/* 5-column layout for core values */
.core-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

@media (max-width: 1199px) {
  .core-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .core-values-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}



.thumb-1 img {
    width: 382px;
    height: 416px;
    object-fit: cover;
}
.thumb-2.text-end img {
    width: 360px;
    height: 250px;
    object-fit: cover;
}

.v1 {
    width: 350px;
    object-fit: cover;
    height: 380px;
}

.v2 {
    width: 242px;
    height: 233px;
    object-fit: cover;
}
.v3 {
    width: 476px;
    object-fit: cover;
    height: 317px;
}
.vkc-footer-logo img {
    border-radius: 50%;
    background-color: #fff;
}
.row-new.vkc-five-cols {
    display: flex;
    justify-content: space-between;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .row-new.vkc-five-cols {
        flex-direction: column;
        align-items: center;
            align-items: flex-start;
    }
    .vkc-brands-item img{
        height: auto;
    }
    .vkc-brands-2-wrap .vkc-brands-item {
    text-align: center;
}
a.logo-2 img {
    width: 85px !important;
}
}
.row-new.vkc-five-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.oneq {
    background: linear-gradient(
120deg, #1f2563, #275b95);
    color: #fff !important;
}
.twoq {
    background: linear-gradient(
120deg, #157b89, #229799);
    color: #fff !important;
}
.threeq {
    background:linear-gradient(120deg, #594485, #866399);
    color: #fff !important;
}
.fourq {
    background:linear-gradient(120deg, #8f5e00, #c5a059);
    color: #fff !important;
}




/* Enhanced Core Values Section with Matching Icon Colors & Reflection on Hover - Add to main.css */
.vkc-core-values-area {
    background: linear-gradient(135deg, var(--vkc-grey-4) 0%, #f8f9fa 100%);
    position: relative;
}

.vkc-core-values-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--vkc-common-blue), var(--vkc-theme-primary), var(--vkc-theme-secondary), var(--vkc-common-yellow), transparent);
    z-index: 1;
}

.core-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.vkc-core-value-item {
    background: var(--vkc-common-white);
    border-radius: 20px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.vkc-core-value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 151, 153, 0.05), transparent);
    transition: left 0.5s ease;
}

.vkc-core-value-item:hover::before {
    left: 100%;
}

.vkc-core-value-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(34, 151, 153, 0.15);
}

/* Theme Color Borders on Hover - Cycling through colors */
.vkc-core-value-style-1:hover {
    border-color: var(--vkc-common-blue);
    box-shadow: 0 25px 50px rgba(29, 43, 86, 0.2);
}

.vkc-core-value-style-2:hover {
    border-color: var(--vkc-theme-primary);
    box-shadow: 0 25px 50px rgba(34, 151, 153, 0.2);
}

.vkc-core-value-style-3:hover {
    border-color: var(--vkc-theme-secondary);
    box-shadow: 0 25px 50px rgba(113, 83, 146, 0.2);
}

.vkc-core-value-style-4:hover {
    border-color: var(--vkc-common-yellow);
    box-shadow: 0 25px 50px rgba(197, 160, 89, 0.2);
}

.vkc-core-value-item:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
}

.vkc-core-value-item:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
}

.vkc-core-value-icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}

.vkc-core-value-icon i {
    font-size: 48px;
    color: var(--vkc-theme-primary);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}

.vkc-core-value-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 1;
    transition: all 0.4s ease;
}

/* Matching Icon Color & Reflection on Hover per Style */
.vkc-core-value-style-1 .vkc-core-value-icon i {
    color: var(--vkc-common-blue);
}

.vkc-core-value-style-1 .vkc-core-value-icon::after {
    background: radial-gradient(circle, var(--vkc-common-blue), rgba(29, 43, 86, 0.3));
}

.vkc-core-value-style-1:hover .vkc-core-value-icon i {
    color: var(--vkc-common-blue);
    text-shadow: 0 0 20px rgba(29, 43, 86, 0.6);
    transform: scale(1.1) rotate(5deg);
}

.vkc-core-value-style-1:hover .vkc-core-value-icon::after {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 20px rgba(29, 43, 86, 0.4);
}

.vkc-core-value-style-2 .vkc-core-value-icon i {
    color: var(--vkc-theme-primary);
}

.vkc-core-value-style-2 .vkc-core-value-icon::after {
    background: radial-gradient(circle, var(--vkc-theme-primary), rgba(34, 151, 153, 0.3));
}

.vkc-core-value-style-2:hover .vkc-core-value-icon i {
    color: var(--vkc-theme-primary);
    text-shadow: 0 0 20px rgba(34, 151, 153, 0.6);
    transform: scale(1.1) rotate(5deg);
}

.vkc-core-value-style-2:hover .vkc-core-value-icon::after {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 20px rgba(34, 151, 153, 0.4);
}

.vkc-core-value-style-3 .vkc-core-value-icon i {
    color: var(--vkc-theme-secondary);
}

.vkc-core-value-style-3 .vkc-core-value-icon::after {
    background: radial-gradient(circle, var(--vkc-theme-secondary), rgba(113, 83, 146, 0.3));
}

.vkc-core-value-style-3:hover .vkc-core-value-icon i {
    color: var(--vkc-theme-secondary);
    text-shadow: 0 0 20px rgba(113, 83, 146, 0.6);
    transform: scale(1.1) rotate(5deg);
}

.vkc-core-value-style-3:hover .vkc-core-value-icon::after {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 20px rgba(113, 83, 146, 0.4);
}

.vkc-core-value-style-4 .vkc-core-value-icon i {
    color: var(--vkc-common-yellow);
}

.vkc-core-value-style-4 .vkc-core-value-icon::after {
    background: radial-gradient(circle, var(--vkc-common-yellow), rgba(197, 160, 89, 0.3));
}

.vkc-core-value-style-4:hover .vkc-core-value-icon i {
    color: var(--vkc-common-yellow);
    text-shadow: 0 0 20px rgba(197, 160, 89, 0.6);
    transform: scale(1.1) rotate(5deg);
}

.vkc-core-value-style-4:hover .vkc-core-value-icon::after {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
}

.vkc-core-value-title {
    font-family: var(--vkc-ff-body);
    font-weight: 700;
    font-size: 20px;
    color: var(--vkc-common-black);
    margin-bottom: 18px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.vkc-core-value-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--vkc-theme-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vkc-core-value-item:hover .vkc-core-value-title::after {
    opacity: 1;
}

.vkc-core-value-desc {
    font-family: var(--vkc-ff-body);
    font-size: 15px;
    color: var(--vkc-grey-1);
    line-height: 1.7;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .core-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .vkc-core-value-item {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .core-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .vkc-core-value-item {
        padding: 30px 20px;
    }
    
    .vkc-core-value-title {
        font-size: 18px;
    }
    
    .vkc-core-value-desc {
        font-size: 14px;
    }
    
    .vkc-core-value-icon i {
        font-size: 42px;
    }
    
    .core-values-grid {
        margin-top: 40px;
    }
}



.serv .vkc-about-4-thumb img {
    height: 450px;
    object-fit: cover;
}

.fourgrid.core-values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}



/* Button Hover Effects */
.vkc-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Sliding background effect */
.vkc-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 100%);
    transition: left 0.5s ease;
    z-index: -1;
}

.vkc-btn:hover::before {
    left: 100%;
}

/* Main hover state */
.vkc-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Text animation on hover */
.vkc-btn:hover .vkc-text {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.vkc-text {
    transition: transform 0.3s ease;
}

/* Arrow animation on hover */
.vkc-btn:hover .vkc-arrow-angle {
    transform: translateX(8px);
    transition: transform 0.3s ease;
}

.vkc-arrow-angle {
    transition: transform 0.3s ease;
}

.vkc-btn:hover .vkc-arrow-angle i {
    animation: arrowBounce 0.6s ease infinite;
}

/* Arrow bounce animation */
@keyframes arrowBounce {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/* Active state (when clicking) */
.vkc-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Optional: Ripple effect on click */
.vkc-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.vkc-btn:active::after {
    width: 300px;
    height: 300px;
    transition: width 0s, height 0s;
}


.vkc-banner-area:before {
    content: "";
    background: linear-gradient(
90deg, #00000078, #000000d4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.vkc-banner-area .container {
position: relative;
}




.vkc-breadcrumb-area {
    position: relative;
}


.vkc-breadcrumb-area:before {
    content: "";
    background: linear-gradient(360deg, #0000006a, #000000ae);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}











 /* Only minimal additional styles needed */
     .vkc-team-3-thumb {
    position: relative;
    overflow: hidden;
    height: 380px;
    border-radius: 20px;
}
        .vkc-team-3-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: .4s;
    object-position: 100% 20%;
}
        .vkc-team-3-wrap {
            margin-bottom: 30px;
        }
        
        .vkc-team-3-content {
            padding: 30px 20px;
            background: #f6f6f6;
            border-radius: 0 0 20px 20px;
            margin-top: -20px;
            position: relative;
            z-index: 2;
        }
       .vkc-team-3-wrap {
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 9%);
    border-radius: 30px;
}
        .vkc-team-info {
    display: flex;
    gap: 30px;
    margin-top: 15px;
    border-top: 1px solid #22979959;
    padding-top: 15px;
}
        .vkc-team-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
            color: var(--vkc-grey-1);
            font-family: var(--vkc-ff-poppins);
        }
        
        .vkc-team-info-item i {
            width: 20px;
            margin-right: 10px;
            color: var(--vkc-theme-primary);
            font-size: 16px;
        }
        
        .vkc-team-info-item a {
            color: var(--vkc-grey-1);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .vkc-team-info-item a:hover {
            color: var(--vkc-theme-secondary);
        }
        
        .vkc-team-social-wrap {
            display: flex;
            gap: 10px;
            padding-top: 15px;
            border-top: 1px solid rgba(0,0,0,0.08);
        }
        
        .vkc-team-social-wrap a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--vkc-grey-4);
            color: var(--vkc-grey-1);
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 16px;
        }
        
        .vkc-team-social-wrap a:hover {
            background: var(--vkc-theme-primary);
            color: var(--vkc-common-white);
            transform: translateY(-3px);
        }


        /* Common position styling */
.vkc-position {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Color variants */
.vkc-blue {
    color: #715392 !important;
}

.vkc-secondary {
    color: var(--vkc-theme-secondary) !important;
}

.vkc-yellow {
    color: var(--vkc-common-yellow) !important;
}

/* Team member name */
.vkc-name {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}












/* career page  */

        
   .vkc-job-card {
    background: #f2f7f7;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    transition: .4s;
}
        
        .vkc-job-card:hover {
            border-color: var(--vkc-theme-primary);
            box-shadow: 0 15px 40px rgba(34, 151, 153, 0.15);
            transform: translateY(-5px);
        }
        
        .vkc-job-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .vkc-job-meta-item {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: var(--vkc-grey-1);
            font-family: var(--vkc-ff-poppins);
        }
        
        .vkc-job-meta-item i {
            margin-right: 8px;
            color: var(--vkc-theme-primary);
            font-size: 16px;
        }
        
        .vkc-job-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--vkc-common-black);
            margin-bottom: 15px;
        }
        
        .vkc-job-desc {
            font-family: var(--vkc-ff-poppins);
            color: var(--vkc-grey-1);
            line-height: 28px;
            margin-bottom: 20px;
        }
        
       input[type="file"].vkc-input {
    padding: 8px 20px;
}
        
        @media (max-width: 767px) {
      
            
            .vkc-job-card {
                padding: 30px 20px;
            }
        }



        .wpcf7-response-output {
    color: #fff !important;
}
.vkc-gallery-thumb img {
    height: 300px;
    object-fit: cover;
}


.vkc-breadcrumb-title-wrap {
    text-align: center;
}
.vkc-blog-date, .vkc-breadcrumb-list ul{
    justify-content: center;
}

.vkc-footer-logo.mb-20 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #ffffff1a;*/
    padding: 60px;
}


.vkc-hero-area .swiper-slide{
height: 100vh;
}

.vkc-hero-area .bg-position{
height: 100vh;
object-fit:cover;
}
.vkc-hero-v-box {
    height: 400px;
 
}

.tdmobile__menu-outer ul.navigation + ul.navigation {
    display: none;
}


a.vkc-video-play.popup-video.vkc-pulse-border {
    cursor: auto;
    pointer-events: none;
    cursor: default;
}

.grey-bg-5 {
    background: var(--vkc-grey-5);
}

.vkc-map-area.fix {
    display: none;
}



.vkc-core-value-icon span.bld {
    font-size: 65px;
    color: var(--vkc-theme-primary);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    font-weight: 700;
}
.vkc-core-value-style-1 .vkc-core-value-icon span.bld{
    color: var(--vkc-common-blue);
}

.vkc-core-value-style-2 .vkc-core-value-icon span.bld {
    color: var(--vkc-theme-primary);
}
.vkc-core-value-style-3 .vkc-core-value-icon span.bld {
    color: var(--vkc-theme-secondary);
}


@media(max-width:768px){

.vkc-cta-2-form .p-relative {
    height: 200px;
}

.vkc-cta-2-form span, .vkc-cta-2-form button {
    display: block !important;
    width: 100%;
}
.vkc-cta-2-form .cta-btn{
        right: 0;
}
}



.vkc-contact-form-box .wpcf7-response-output {
    color: #000 !important;
}