#hero .container,
#hero-blog .container,
.polygon,
.submit-button,
.testimonials__slide {
    text-align: center;
}
.back-to-top,
.navbar ul.sub-menu,
.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.progress-wrap {
    visibility: hidden;
}
#hero .play-btn,
#preloader,
.navbar-mobile,
.sr-only,
section {
    overflow: hidden;
}
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: GeneralSans-Regular;
    color: #000;
}
@font-face {
    font-family: GeneralSans-Regular;
    src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: GeneralSans-Medium;
    src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: GeneralSans-Semibold;
    src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: GeneralSans-Bold;
    src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
a,
a:hover {
    color: #eda413;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GeneralSans-Bold !important;
}
.navbar-nav .nav-link {
    color: #eda413 !important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #eda413;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.back-to-top {
    position: fixed;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #eda413;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: 0.4s;
}
#hero,
#hero-blog,
.burger,
.header-inner-block,
.main-footer .fotcont .fothead h6,
.navbar li,
.navbar ul li,
.service-block-one .inner-box,
.vms_member .vms_member_Wrap {
    position: relative;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #00c27b;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}
#header {
    transition: 0.5s;
    z-index: 997;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header.header-inner-pages,
#header.header-scrolled {
    background: rgba(40, 40, 40, 0.9);
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}
#header .logo a,
.main-footer .usful-links ul li:hover,
.topbanner-footer h5 a {
    color: #fff;
}
#header .logo img {
    max-height: 40px;
}
.get-started-btn {
    margin-left: 25px;
    background: #eda413;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
.get-started-btn:hover {
    background: #00b371;
    color: #fff;
}
@media (max-width: 992px) {
    #header {
        border: 0;
        padding: 15px 0;
    }
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}
.navbar {
    padding: 0;
    width: 100%;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar ul li {
    white-space: nowrap;
    margin: 0 12px;
}
.contact-emailto a,
.navbar li.menu-item-has-children:hover:after,
.navbar ul li a:focus,
.navbar ul li a:hover {
    color: #000;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 3px;
    font-size: 18px;
    font-weight: 600;
    color: #eda413;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}
.navbar .logo {
    padding: 0 !important;
}
.lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content,
.lightboxgallery-gallery-item:hover > div:after,
.navbar li.active:after,
.navbar li.active:before,
.navbar li:hover:after,
.navbar li:hover:before {
    opacity: 1;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar ul.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #eda413;
}
.navbar .sub-menu ul li,
.navbar-mobile .sub-menu ul li {
    min-width: 200px;
}
#menu-main-menu li.menu-item-has-children:hover > ul.sub-menu li a,
.navbar .sub-menu ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #000;
}
.navbar .sub-menu ul a i,
.navbar-mobile .sub-menu ul a i {
    font-size: 12px;
}
.main-footer .sub-footer p a:hover,
.navbar .sub-menu ul .active:hover,
.navbar .sub-menu ul a:hover,
.navbar .sub-menu ul li:hover > a,
.navbar-mobile .active,
.navbar-mobile .sub-menu ul .active:hover,
.navbar-mobile .sub-menu ul a:hover,
.navbar-mobile .sub-menu ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
.social-icon-area a:hover {
    color: #eda413;
}
.navbar li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar ul li.menu-item-has-children:after {
    display: block;
    content: "\25BE";
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eda412;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
}
#menu-main-menu li.menu-item-has-children > ul.sub-menu,
#sp-header.header-sticky .navbar li:after,
#sp-header.header-sticky .navbar li:before,
.header-sticky .header-inner-block:before,
.navbar ul.dropdown-menu li:after,
.navbar ul.sub-menu-menu li:before,
span.wpcf7-spinner {
    display: none;
}
#menu-main-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    position: absolute;
    width: 253px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
#menu-main-menu li.menu-item-has-children:hover > ul.sub-menu li {
    width: 100%;
}
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
}
.burger.light span,
.burger.light:after,
.burger.light:before,
.scrolled .burger span,
.scrolled .burger:after,
.scrolled .burger:before {
    background: #eda522;
}
.showhide {
    display: block !important;
}
.burger span,
.burger:after,
.burger:before {
    width: 100%;
    height: 2px;
    display: block;
    background: #eda522;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}
.burger:after,
.burger:before {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}
.burger:before {
    top: 4px;
}
.burger span {
    top: 15px;
}
.burger:after {
    top: 26px;
}
.burger:hover:before {
    top: 7px;
}
.burger:hover:after {
    top: 23px;
}
.burger.active span {
    opacity: 0;
}
.burger.active:after,
.burger.active:before {
    top: 40%;
}
.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.burger:focus {
    outline: 0;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.header-inner-block {
    background-color: #fff;
    padding: 15px;
}
#sp-header {
    height: unset;
    left: 0;
    position: absolute;
    top: 25px;
    border-bottom: 0 solid rgba(255, 255, 255, 0.3);
    z-index: 99;
    box-shadow: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#sp-header .header-inner-block:before {
    position: absolute;
    content: "";
    left: -10px;
    bottom: 10px;
    top: -10px;
    right: 10px;
    z-index: -1;
    border: 2px solid #eda413;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 0.5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    top: 0;
    animation-name: menu_sticky;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 3px solid #ee9f20;
}
.category-menu-portfolio.style-grid .item-cat,
.header-sticky .header-inner-block {
    padding: 0;
}
#sp-header.header-sticky .logo img {
    max-width: 100px;
}
.mobile-nav-toggle {
    color: #eda413;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
}
.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #282828;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .sub-menu ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .sub-menu ul a {
    padding: 10px 20px;
}
.navbar-mobile .sub-menu > .dropdown-active {
    display: block;
}
.navbar li.dropdown:before {
    left: 46%;
}
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/hero-bg.webp") top center/cover;
}
#hero-blog {
    width: 100%;
    padding-top: 255px;
    height: 50vh;
    background-size: cover;
}
#hero-blog:before,
#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero-blog h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-shadow: 0 2px 4px #000;
}
#hero-blog .container {
    padding-top: 40px;
    position: relative;
}
.hero-about {
    background: url("../img/hero-about.webp") top center/cover !important;
}
.hero-contact {
    background: url("../img/CONTECT-PAGE.webp") top center !important;
}
.hero-wardrobes {
    background: url("../img/hero-wardrobe.webp") top center !important;
}
.hero-partitions {
    background: url("../img/hero-partitions.webp") top center !important;
}
.hero-aluminium-profiles {
    background: url("../img/hero-aluminium-profiles.webp") top center !important;
}
.hero-gallery {
    background: url("../img/hero-gallery.webp") center center !important;
}
.hero-kitchen-shutter {
    background: url("../img/hero-kitchen-shutter.webp") center center !important;
}
#hero .container {
    padding-top: 72px;
    position: relative;
}
#hero h1 {
    color: #fff;
    font-size: 26px;
    text-align: left;
}
#hero p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: left;
    text-shadow: 3px 5px 11px #000;
}
#hero h1 span {
    color: #eda413;
    font-size: 70px;
    text-transform: uppercase;
}
#hero .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#eda413 50%, rgb(237 164 19 / 46%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
}
#hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.category-menu-portfolio .item-cat .content-cat::after,
.vms_member .vms_member_Wrap .vms_member_image {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
#hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation: 3s infinite pulsate-btn;
    animation: 3s infinite pulsate-btn;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after {
    border-left: 15px solid #eda413;
    transform: scale(20);
}
#hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}
@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
section {
    padding: 80px 0;
}
.section-bg {
    background-color: #8fffd6;
}
.section-title {
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #eda413;
    bottom: 0;
    left: 0;
}
.section-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 15px;
}
.category-menu-portfolio .item-cat {
    position: relative;
    cursor: pointer;
}
.category-menu-portfolio .item-cat .content-cat {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.category-menu-portfolio .item-cat .content-cat .item {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.category-menu-portfolio .item-cat .content-cat .item span.tz-icon-category {
    color: #222;
    font-size: 30px;
    margin-bottom: 13px;
}
.category-menu-portfolio .item-cat .content-cat .item .title a {
    font-weight: 300;
    color: #000;
}
img {
    max-width: 100%;
}
.category-menu-portfolio .item-cat .content-cat::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.category-menu-portfolio .item-cat:hover .content-cat:after {
    background: rgba(255, 255, 255, 0.7);
}
.category-menu-portfolio .vms_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.box-shadow-bottom {
    box-shadow: 0 -1px 3px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 -1px 3px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
}
p {
    font-size: 16px;
}
.section-titl-block h2 {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.main-footer .logo h2,
.main-footer .logo span {
    line-height: 1.25em;
    font-weight: 400;
    color: #fff;
}
.section-titl-block h2 span,
.vms_member:hover .vms_member_Wrap .vms_member_Info .vms_member_Info_Box .vms_member_name,
.vms_member:hover .vms_member_Wrap .vms_member_Info .vms_member_Info_Box .vms_member_position {
    color: #ee9f20;
}
ul.tz-plazart-list {
    list-style: none;
    padding: 0;
}
ul.tz-plazart-list li {
    position: relative;
    list-style: none;
    font-size: 16px;
    color: #444;
    padding: 2px 0 2px 28px;
}
.about .content h4 {
    font-weight: 700;
    color: #000;
}
ul.tz-plazart-list li + li {
    margin-top: 2px;
}
ul.tz-plazart-list i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #e5ae49;
    line-height: 1;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.about .content .btn-learn-more {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #eda413;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #eda413;
}
.about .content .btn-learn-more:hover {
    background: #eda413;
    color: #fff;
    text-decoration: none;
}
.clients-area {
    background: linear-gradient(rgba(189, 189, 189, 0.8), rgba(237, 237, 237, 0.8)) 0 0 / cover, url("../img/LOGO-BACKGROUND.webp") center center/cover fixed;
    padding: 80px 0;
}
.our-client-logo .client-slide {
    float: left;
    display: inline-block;
    width: 100%;
    background: #fff;
    margin: 0 4px 10px;
    padding: 20px;
    border-radius: 10px;
}
.our-client-logo .client-slide img {
    width: auto;
    margin: 0 auto;
}
.testimonial-slider {
    padding-bottom: 45px;
}
.testimonial-slider .swiper-pagination-bullet-active {
    background: #e5ae49;
}
.testimonials__slide p {
    font-size: 18px;
    color: #000;
}
.testimonials__slide .testimonials__avatar {
    height: 8.4rem;
    width: 8.4rem;
    border-radius: 50%;
    margin: 0 auto 1.2rem;
}
.clients-testimonials .testimonials__pos,
.testimonials__slide .testimonials__name {
    display: block;
}
.blog-card .card-block h2.card-title a,
.sub-btn:hover,
.testimonials__slide .testimonials__name {
    color: #000;
}
.testimonials__slide .testimonials__pos {
    font-size: 1.4rem;
}
.topbanner-footer {
    background: url("../img/1.webp") 0 0 / cover;
    position: relative;
}
.topbanner-footer h6 {
    color: #eda413;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.topbanner-footer h5 {
    color: #eda413;
    font-size: 24px;
    margin-bottom: 20px;
}
.topbanner-footer h1 {
    font-size: 45px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.topbanner-footer p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.75em;
}
.banner-img {
    position: relative;
    padding: 120px 0;
}
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, #272727 0, rgba(39, 39, 39, 0.5) 100%, rgba(39, 39, 39, 0.2) 100%);
    background: linear-gradient(to top, #272727 0, rgba(39, 39, 39, 0.5) 100%, rgba(39, 39, 39, 0.2) 100%);
}
.banner-img .container {
    position: relative;
    z-index: 2;
}
.banner-img .section-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1em;
    font-family: GeneralSans-Bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg,
.polygon {
    position: absolute;
    width: 100%;
    left: 0;
}
.play-button svg {
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(255, 255, 255, 0.07);
}
.polygon {
    height: 100%;
    line-height: 82px;
    font-size: 35px;
    z-index: 2;
    padding-left: 0;
    color: #fff;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.main-footer .abot .social-icon a:hover,
.main-footer .usful-links ul li a:hover,
.play-button.color {
    color: #c5a47e;
}
.play-button.color .circle-fill circle {
    fill: #c5a47e;
}
@media screen and (max-width: 767px) {
    .topbanner-footer h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
}
.main-footer {
    padding: 30px 0 0;
}
.main-footer.dark {
    position: relative;
    background: #272727;
    color: #fff;
}
.main-footer .abot p,
.main-footer .sub-footer p a,
.main-footer .usful-links ul li a,
.main-footer p {
    color: rgba(255, 255, 255, 0.7);
}
.main-footer .abot .logo img {
    height: 45px;
    width: auto;
    display: block;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.progress-wrap,
.progress-wrap::after {
    height: 40px;
    width: 40px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    display: block;
    cursor: pointer;
}
.main-footer .abot .social-icon {
    margin-top: 20px;
}
.main-footer .abot .social-icon a {
    font-size: 17px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}
.main-footer .usful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-footer .usful-links ul li {
    margin-bottom: 5px;
}
.main-footer .usful-links ul li i {
    font-size: 7px;
    color: #fff;
    margin-right: 3px;
}
.main-footer .fothead h6 {
    color: #eda413;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 500;
}
.main-footer .fotcont p,
.main-footer .sub-footer p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.main-footer .sub-footer {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.025);
}
.main-footer .sub-footer p {
    font-size: 15px;
}
.main-footer .sub-footer p span {
    color: rgba(255, 255, 255, 0.1);
    padding: 0 10px;
}
.main-footer .logo h2 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.mb-15 {
    margin-bottom: 15px;
}
.main-footer .logo span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 9px;
}
.main-footer .sub-footer .text-right-left {
    text-align: right !important;
}
.social-icon-area a i {
    font-size: 30px;
}
.social-icon-area a {
    color: #fff;
    margin-right: 5px;
}
.progress-wrap {
    position: fixed;
    bottom: 90px;
    right: 30px;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: 0.4s linear;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: remixicon !important;
    content: "\EA78";
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.4s linear;
    color: #eda413;
}
#contact-form .email_copy > *,
.blog-card .card-block span.author-meta,
.contact-form .btn {
    display: inline-block;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    stroke: #eda413;
}
.about-section img,
.contact-us-section iframe {
    border: 10px solid #fff;
}
.about-section,
.contact-us-section {
    margin-top: -115px;
    z-index: 1;
    position: relative;
}
.vms_member {
    padding: 0 0 65px 18px;
}
.vms_member .vms_member_Wrap .vms_member_image {
    border: 10px solid #222;
    position: relative;
    z-index: 1;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.vms_member .vms_member_Wrap .vms_member_image img {
    width: 100%;
    height: auto;
}
.vms_member .vms_member_Wrap .vms_member_Info {
    position: absolute;
    top: 65px;
    left: -18px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.vms_member .vms_member_Wrap .vms_member_Info .vms_member_Info_Box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 13px 17px;
}
.vms_member .vms_member_Wrap .vms_member_Info .vms_member_Info_Box .vms_member_name {
    font-size: 14px;
    color: #222;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.vms_member .vms_member_Wrap .vms_member_Info .vms_member_Info_Box .vms_member_position {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #222;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.vms_member:hover .vms_member_Wrap .vms_member_image {
    border: 10px solid #ee9f20;
}
.vms_member:hover .vms_member_Wrap .vms_member_Info {
    border: 1px solid #ee9f20;
}
ul.contact-address {
    list-style: none;
    padding: 0;
    font-weight: lighter;
}
ul.contact-address li {
    padding-top: 0;
    padding-bottom: 44px;
}
.contact-content,
.contact-icon,
.tz-table-cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.contact-address .jicons-icons {
    min-width: 20px;
    font-size: 20px;
    color: #eda413;
}
.contact-details h4 {
    font-family: GeneralSans-Medium;
}
.contact-form #contact-form input[type="email"],
.contact-form #contact-form input[type="text"],
.contact-form #contact-form textarea {
    border-color: #e3e3e3;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    width: 100%;
}
.contact-form #contact-form input[type="email"]:focus,
.contact-form #contact-form input[type="text"]:focus,
.contact-form #contact-form textarea:focus {
    border-color: #eda413;
    outline: 0;
}
.contact-form #contact-form textarea {
    min-height: 100px;
}
.contact-form .btn {
    color: #fff;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 25px 0 0;
    padding: 12px 32px;
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3em;
    background: #eda413;
}
#contact-form input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 10px;
    left: 0;
}
.radio-switch {
    position: relative;
    display: table;
    margin: 0 auto;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.radio-switch__item {
    position: relative;
    display: inline-block;
    height: calc(var(--radio-switch-height) - 2 * var(--radio-switch-padding));
    width: calc(var(--radio-switch-width) * 0.6 - var(--radio-switch-padding));
    margin-right: 5px;
}
.radio-switch__label {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    color: #393939;
    font-size: var(--text-sm);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all var(--radio-switch-animation-duration);
    border: 1px solid #dfdfdf;
}
.radio-switch__input:checked ~ .radio-switch__label,
.radio-switch__input:focus ~ .radio-switch__label {
    color: #fff;
    background: #eda413;
}
.radio-switch__input:focus ~ .radio-switch__label,
.radio-switch__label :not(*):focus-within {
    color: #fff;
    background: #eda413;
}
:root {
    --radio-switch-width: 250px;
    --radio-switch-height: 46px;
    --radio-switch-padding: 3px;
    --radio-switch-radius: 50em;
    --radio-switch-animation-duration: 0.3s;
}
.lightboxgallery-gallery-item {
    cursor: zoom-in;
    display: block;
    float: left;
    width: 25%;
}
.lightboxgallery-gallery-item > div {
    position: relative;
    margin: 10px;
}
.lightboxgallery-gallery-item > div:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.lightboxgallery-gallery-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.lightboxgallery-gallery-item-title {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}
.service-block-one {
    position: relative;
    display: block;
    max-height: 470px;
}
.service-block-one .inner-box .count-text {
    font-size: 36px;
    line-height: 60px;
    position: absolute;
    right: 16px;
    top: 9px;
    color: #eda413;
}
.service-block-one .inner-box .caption-box {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 31px 30px 42px 70px;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.service-block-one .inner-box:hover .caption-box,
.service-block-one .inner-box:hover .image-box .icon-box {
    visibility: hidden;
    opacity: 0;
}
.service-block-one .inner-box .caption-box h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 9px;
}
.service-block-one .inner-box .caption-box h4:before {
    position: absolute;
    content: "";
    background: #eda413;
    width: 35px;
    height: 2px;
    left: -50px;
    top: 12px;
}
.service-block-one .inner-box .caption-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}
.service-block-one .inner-box .caption-box a:hover,
.service-block-one .inner-box .overlay-box h4 a:hover {
    color: #c6a47e;
}
.service-block-one .image-box img {
    width: 100%;
    opacity: 0.2;
    max-height: 470px;
}
.service-block-one .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #222;
}
.service-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    transition: 0.5s;
}
.service-block-one .inner-box .image-box .icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: 25px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.service-block-one .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 130px 15px 100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 0.5s;
}
.service-block-one .inner-box:hover .overlay-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.service-block-one .inner-box .overlay-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 22px;
}
.service-block-one .inner-box .overlay-box h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.service-block-one .inner-box .overlay-box h4 a {
    position: relative;
    display: inline-block;
    color: #fff;
}
.service-block-one .inner-box .overlay-box .text {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.service-block-odd .caption-box {
    bottom: 0;
    top: inherit !important;
}
.service-block-odd .inner-box .image-box .icon-box {
    margin-left: -20px;
    margin-top: -65px;
}
.whatsapp-floting-btn .button,
.whatsapp-floting-btn .whatsapp-floting-btn .bg {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.whatsapp-floting-btn::after,
.whatsapp-floting-btn::before {
    opacity: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
}
.whatsapp-floting-btn {
    position: fixed;
    right: 25px;
    bottom: 20px;
    width: 50px;
    height: 50px;
}
.whatsapp-floting-btn .button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    border: 3px solid #fff;
    background: 0 0/18px #25d366;
    cursor: pointer;
    outline: 0;
}
.whatsapp-floting-btn .button a {
    position: absolute;
    color: #fff;
    font-size: 33px;
    line-height: 51px;
}
.whatsapp-floting-btn::after {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 8px solid rgb(37 211 102);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
.whatsapp-floting-btn::before {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 8px solid rgb(37 211 102);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
.bg-yellow-box-left:after,
.bg-yellow-box:after {
    width: 130%;
    display: inline-block;
    background: #f4ebda;
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}
@-webkit-keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }
    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1);
    }
}
@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }
    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1);
    }
}
.follow-us:after {
    content: "";
}
.blog-card {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.blog-card .card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.blog-card .card-block h2.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.blog-card .card-block h4.card-text {
    color: #000;
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 400;
    font-family: GeneralSans-Regular;
}
.blog-card .card-block .wrapfooter {
    font-size: 14px;
    margin-top: 30px;
}
.blog-card .card-block span.post-date,
.blog-card .card-block span.post-read {
    color: rgba(0, 0, 0, 0.44);
}
.blog-card .card-block .author-thumb {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 13px;
    border-radius: 100%;
}
.bg-yellow-box {
    position: relative;
    padding: 20px;
}
.bg-yellow-box:after {
    right: 0px;
}
.bg-yellow-box-left:after {
    left: 0px;
}
.blog-page-main h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 1px 0 8px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
}
.blog-page-main {
    background-image: url(https://www.vmsplus.co/wp-content/uploads/2023/03/hero-wardrobe.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
	min-height: 310px;

    margin-bottom: 50px;
    padding-top: 210px;
    position: relative;
}
.blog-page-main:after {
    content: "";
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.wp-pagenavi {
    margin-bottom: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 5px;
    margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #eda412;
    background: #eda412;
    color: #fff;
}
@media only screen and (max-device-width: 1024px) {
    .service-block-one .inner-box .overlay-box {
        padding: 60px 15px 100px;
    }
    .service-block-one .inner-box .caption-box {
        padding: 31px 30px 42px 50px;
    }
    .service-block-one .inner-box .caption-box h4:before {
        background: #eda413;
        width: 20px;
        left: -35px;
    }
}
@media only screen and (max-device-width: 768px) {
    .vms_member .vms_member_Wrap .vms_member_image {
        border: 5px solid #222;
    }
    .vms_member:hover .vms_member_Wrap .vms_member_image {
        border: 5px solid #ee9f20;
    }
    #hero {
        height: 50vh;
    }
    #hero h1 {
        font-size: 24px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .our-client .swiper-slide .img-fluid {
        max-width: 65%;
        height: auto;
    }
    .category-menu-portfolio {
        padding: 25px 0;
    }
    #sp-header {
        top: 5px;
        padding: 15px;
    }
    .navbar li.active:after,
    .navbar li.active:before,
    .navbar li:hover:after,
    .navbar li:hover:before {
        opacity: 0;
    }
    .navbar a,
    .navbar a:focus {
        padding: 10px 3px;
    }
    .navbar .dropdown ul {
        left: -60px;
    }
    .service-block-one .inner-box .caption-box {
        padding: 31px 15px 35px 25px;
    }
    .service-block-one .inner-box .count-text {
        font-size: 25px;
        right: 16px;
        top: -10px;
    }
    .service-block-one .inner-box .caption-box h4,
    .service-block-one .inner-box .overlay-box h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .service-block-one .inner-box .caption-box a {
        font-size: 10px;
    }
    .service-block-one .inner-box .overlay-box .text {
        font-size: 10px;
        line-height: 14px;
    }
    .service-block-one .inner-box .icon-box {
        font-size: 38px;
        line-height: 10px;
    }
    .banner-img .section-title {
        font-size: 30px;
    }
    .topbanner-footer h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .banner-img {
        padding: 70px 0;
    }
    .elementor-6 .elementor-element.elementor-element-04f1485 {
        height: 55vh;
    }
    .bg-yellow-box {
        padding: 0;
    }
    .elementor-6 .elementor-element.elementor-element-aa1885e > .elementor-widget-container {
        margin: 0 0 0 20px;
    }
}
.product-box::before {
    content: " ";
    height: 180px;
    width: 180px;
    position: absolute;
    background: #eda521;
    top: 25%;
    left: 27%;
    border-radius: 50%;
    z-index: -1;
}
.paxallax-slide {
    height: 500px;
    width: 100%;
}
.scroller__cities--city {
    font-size: 130px;
    font-weight: 700;
    color: #a068006e;
    font-family: Epilogue;
    line-height: 140px;
}
.paxallax-slide .paxallax-right-col {
    width: 00%;
}
.business-logo {
    filter: grayscale(100%) hue-rotate(180deg);
}
.business-logo:hover {
    filter: none;
}
.name-details p {
    display: flex;
    gap: 5px;
}
.searching-area {
    display: flex;
    gap: 10px;
}
.am,
.slim {
    width: 50%;
}
.sub-btn {
    border-radius: 10px;
    background: #eda521;
    padding: 10px 40px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    border-radius: 10px;
    font-size: 15px;
    color: #424242;
    font-weight: 500;
}
.sub-btn:focus {
    outline: 0;
    color: #000;
}
@media only screen and (max-device-width: 767px) {
    #hero h1,
    #hero h2,
    #hero p,
    .elementor-143 .elementor-element.elementor-element-0e7f2e2,
    .elementor-143 .elementor-element.elementor-element-ae0cdc4,
    .elementor-143 .elementor-element.elementor-element-fc8f3ad,
    .elementor-6 .elementor-element.elementor-element-04f1485 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    .elementor-widget-social-icons .elementor-grid,
    .level00,
    .main-footer.dark,
    .topbanner-footer {
        text-align: center;
    }
    #hero h2,
    #hero p,
    .navbar-nav {
        margin-bottom: 0;
    }
    #hero h5,
    #hero p,
    .elementor-228 .elementor-element.elementor-element-1677f941 .elementor-heading-title,
    .elementor-344 .elementor-element.elementor-element-46fecaea .elementor-heading-title {
        font-size: 14px;
    }
    .navbar ul,
    .navbar-nav {
        list-style: none;
        display: flex;
    }
    #hero {
        height: 80vh;
    }
    #hero h2 span {
        font-size: 30px;
        line-height: 32px;
    }
    #hero p {
        color: #fff;
    }
    .navbar .logo img {
        width: 65%;
    }
    .navbar-nav {
        flex-direction: column;
        padding-left: 0;
    }
    #sp-header {
        top: 0;
        padding: 0;
        position: relative;
    }
    .clients-area {
        padding: 45px 0;
    }
    .section-titl-block h2 {
        font-size: 26px;
    }
    .banner-img .section-title {
        font-size: 26px;
        margin-bottom: 0;
    }
    .banner-img {
        padding: 80px 0;
    }
    .fotcont,
    .lastname {
        margin-top: 15px;
    }
    .vms_member {
        margin-bottom: 40px;
    }
    .navbar ul {
        margin: 30px 0px;
        padding: 0;
        align-items: CENTER;
    }
    .navbar li.active:after,
    .navbar li.active:before,
    .navbar li:hover:after,
    .navbar li:hover:before {
        opacity: 0;
    }
    .navbar a,
    .navbar a:focus {
        padding: 10px 3px;
    }
    .navbar .dropdown ul {
        left: -60px;
    }
    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }
    .radio-switch {
        padding: 0;
    }
    .lightboxgallery-gallery-item {
        width: 50%;
    }
    .contact-us-section iframe {
        height: 325px;
    }
    .main-footer .sub-footer .text-right-left {
        text-align: center !important;
    }
    .main-footer .abot .logo img {
        margin: 0 auto;
    }
    .service-block-one .inner-box .caption-box {
        padding: 35px 30px 35px 55px;
    }
    .service-block-one .inner-box .count-text {
        font-size: 40px;
        right: 35px;
        top: 18px;
    }
    .service-block-one .inner-box .caption-box a {
        font-size: 12px;
    }
    .service-block-one .inner-box .caption-box h4 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .service-block-one .inner-box .icon-box {
        font-size: 80px;
        line-height: 60px;
    }
    .service-block-one .inner-box .overlay-box h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service-block-one .inner-box .overlay-box .text {
        font-size: 18px;
        line-height: 22px;
    }
    .service-block-one .inner-box .overlay-box {
        padding: 120px 15px 100px;
    }
    .radio-switch__item {
        margin: 10px 20px;
    }
    #collection_category img {
        margin-bottom: 25px;
    }
    .collection_category {
        display: flex;
        flex-flow: column-reverse;
    }
    .follow-us {
        display: none;
    }
    #hero h1 span {
        font-size: 48px;
    }
    .elementor-143 .elementor-element.elementor-element-19f3ab1 .elementor-nav-menu--main .elementor-item,
    .navbar ul li a {
        justify-content: center;
    }
    section {
        padding: 20px 0;
    }
    #menu-main-menu li.menu-item-has-children:hover > ul.sub-menu {
        position: relative;
        box-shadow: none;
        border: none;
    }
    .elementor-6 .elementor-element.elementor-element-bb25769 .elementor-heading-title {
        font-size: 44px;
    }
    .elementor-6 .elementor-element.elementor-element-9954221 .elementor-heading-title {
        font-size: 22px;
    }
    .elementor-143 .elementor-element.elementor-element-cea9e1d .elementor-heading-title {
        font-size: 30px;
        text-align: center;
    }
    .elementor-143 .elementor-element.elementor-element-3aec4f1 {
        padding: 40px 0 0;
    }
    .elementor-143 .elementor-element.elementor-element-e951caa {
        text-align: center;
        margin-top: 0;
    }
    .elementor-143 .elementor-element.elementor-element-6ce8acb .elementor-heading-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .elementor-143 .elementor-element.elementor-element-b5a4798,
    .elementor-317 .elementor-element.elementor-element-fc60bbc {
        margin-top: 0;
    }
    .elementor-143 .elementor-element.elementor-element-3ee8dae > .elementor-element-populated {
        margin: 20px 0 0;
    }
    .elementor-185 .elementor-element.elementor-element-e64e0b9 {
        margin-top: 20px;
    }
    .elementor-185 .elementor-element.elementor-element-72084a8 {
        padding: 15px 0 50px;
    }
    .elementor-317 .elementor-element.elementor-element-83862a6 > .elementor-widget-container,
    .elementor-344 .elementor-element.elementor-element-1388f97 > .elementor-element-populated {
        margin: 0;
    }
    .elementor-317 .elementor-element.elementor-element-e32d51d iframe {
        height: 300px;
    }
    .am,
    .bg-yellow-box-left:after,
    .bg-yellow-box:after,
    .slim {
        width: 100%;
    }
    .blog-page-main {
        background-image: url(https://sp-ao.shortpixel.ai/client/to_auto, q_glossy, ret_img/https://vmstradelink.com/wp-content/uploads/2023/03/hero-wardrobe.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 190px;
        margin-bottom: 50px;
        padding-top: 100px;
        position: relative;
    }
    .blog-page-main h1 {
        text-align: center;
        font-size: 34px;
    }
    .paxallax-slide {
        height: 250px;
        width: 100%;
    }
    .scroller__cities--city {
        font-size: 30px !important;
        line-height: 40px;
    }
    .product-box::before {
        content: " ";
        height: 150px !important;
        width: 150px !important;
        position: absolute;
        background: #eda521;
        top: 11% !important;
        left: 21% !important;
        border-radius: 50%;
        z-index: -1;
    }
    .searching-area {
        display: block;
    }
    .name-details p {
        display: block;
        gap: 5px;
    }    
    
    .single-post h1{
        
         font-size: 20px !important;
    }  
    
    .single-post .elementor-widget-image-box .elementor-image-box-wrapper{
        text-align:left;
    }
    
    .elementor-422 .elementor-element.elementor-element-7f0518c .element-headin-title{
        font-size:20px !important;
    }
     
    
}  


h2.wp-block-heading {
    font-size: 20px;
}

h3.wp-block-heading {
    font-size: 20px;
}
body.page-id-8574 .header#sp-header {
    display: none !important;
}


.phone-input {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px; /* apne hisaab se width adjust kar sakte ho */
}

.phone-input .prefix {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-right: none;
  padding: 8px 12px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: #333;
}

.phone-input input {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 8px 10px;
  font-size: 14px;
}