.bg-dark {
    background-color: var(--secondary-color) !important;
}

.bg-light {
    background-color: var(--light-color) !important;
}

.bg-custom {
    background-color: var(--secondary-color) !important;
    background:linear-gradient(135deg, #222326 50%, #3CA20080 100%);
}

.text-light {
    color: var(--light-color) !important;
}

.vs-header .sticky-wrapper.style2 {
    background-color: var(--secondary-color);
    /* background-color: #042A2F !important; */
}

.vs-header .sticky-wrapper.style2 .header-inner {
    background-color: var(--light-color) !important;
}

@media (max-width: 1700px) {
    .vs-header .sticky-wrapper.style2 .header-inner {
        background-color: var(--title-color) !important;
        border-right: none !important;
    }
}

.vs-header .header-logo img {
    max-width: 260px !important;
    height: 40px !important;
}

.vs-mobile-menu {
    overflow-y:auto !important;
    padding-bottom:0px !important;
    margin-top:25px 0 !important;
}

.mobile-logo img {
    margin-top:25px;
    max-width:240px;
    height:36px;
}

.vs-mobile-menu ul li a {
    padding: 12px 0 !important;
    line-height: 1.25 !important;
    font-weight:500 !important;
}

.vs-hero__subtitle .icon img {
  height: 26px;
  margin-bottom: 5px;
}

.vs-hero__content .vs-btn2 {
    border: none !important;
    background: var(--theme-color) !important;
    /* color: var(--secondary-color) !important; */
}

.main-menu a {
    text-transform:capitalize !important;
}

.breadcumb-wrapper {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}

.breadcumb-title {
    font-size: 42px !important;
    text-transform: none;
    color: var(--theme-color) !important;
}

.space {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.vs-counter__layout1 {
    border-bottom: none !important;
}

.portfolio-text, .sec-title {
    text-transform: none !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#enquiryform {
    /* height: 1280px; */
    height: 1200px;
}

@media (max-width: 767px) {
    #enquiryform {
        /* height: 1600px; */
        height: 1500px;
    }
}
.image-gallery__col img {
    height: 300px;
    object-fit: cover;
}

.portfolio-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.portfolio-style1 {
    margin-top: 20px;
}

.footer-logo img {
    max-width: 260px !important;
    height: 40px !important;
}

.footer-text {
    text-transform: none !important;
}

.footer-wrapper .copyright-wrap {
    background-color: var(--secondary-color);
}

.footer-wrapper .copyright-wrap a:hover {
     color: var(--theme-color);
 }