@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&display=swap');



:root {
    --velzone-font: 'Poppins', sans-serif;
    --velzone-font-two: 'Poppins', sans-serif;
    --velzone-sayinistic-font: 'the_sayinisticitalic';
    --velzone-gray: #707070;
    --velzone-gray-rgb: 112, 112, 112;
    --velzone-primary: #1a464a;
    --velzone-primary-rgb: 221, 4, 41;
    --velzone-black: #17161a;
    --velzone-black-rgb: 23, 22, 26;
    --velzone-base: #ffffff;
    --velzone-base-rgb: 255, 255, 255;
    --velzone-extra: #f6f6f6;
    --velzone-extra-rgb: 246, 246, 246;
    --velzone-bdr-color: #e3e3e3;
    --velzone-bdr-color-rgb: 227, 227, 227;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--velzone-font);
    color: var(--velzone-gray);
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--velzone-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--velzone-black);
    margin: 0;
    font-family: var(--velzone-font-two);
    font-weight: 400;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::placeholder {
    color: inherit;
    opacity: 1;
}


.velzone-page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .product-container {
        max-width: 1500px;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.40;
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: transparent;
    color: var(--velzone-base);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 58px 14px;
    transition: all 0.3s linear;
    overflow: hidden;
    border: 2px solid var(--velzone-primary);
    z-index: 1;
    font-family: var(--velzone-font-two);
    text-shadow: 0 0 0.25px currentColor;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: var(--velzone-primary);
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    z-index: -1;
}

.thm-btn:hover:after {
    opacity: 1;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}

.thm-btn:hover {
    color: var(--velzone-base);
}



.velzone-section-title {
    margin-top: -6px;
    margin-bottom: 46px;
}

.velzone-section-title__tagline {
    position: relative;
    display: block;
    color: var(--velzone-primary);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.velzone-section-title__title {
    margin: 0;
    font-size: 33px;
    line-height: 40px;

}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--velzone-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--velzone-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--velzone-primary);
    color: #fff;
    cursor: pointer;
}


.preloader {
    position: fixed;
    background-color: var(--velzone-black);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    background-color: var(--velzone-black);
    mix-blend-mode: luminosity;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
}


.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--velzone-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--velzone-black);
}

.scroll-to-top:hover i {
    color: #fff;
}


.velzone-main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.velzone-main-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--velzone-base-rgb), .10);
    z-index: -1;
}

.velzone-main-menu {
    position: relative;
    padding: 0 50px;
    z-index: 91;
    background: white;
}

.velzone-main-menu-wrapper {
    position: relative;
    display: block;
    display: flex;
}

.velzone-main-menu-wrapper__logo {
    position: relative;
    padding-top: 13px;
    padding-bottom: 15px;
    z-index: 11;
}

.velzone-main-menu-wrapper__velzone-main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
}

@media(min-width: 1200px) {
    .velzone-main-menu-wrapper__velzone-main-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
}

.velzone-main-menu-wrapper__right {
    position: relative;
    display: flex;
    padding: 34.5px 0;
    align-items: center;
    margin-left: auto;
    z-index: 11;
}

.velzone-main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 90px;
}

.velzone-main-menu-wrapper__call-icon {
    font-size: 30px;
    color: var(--velzone-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-main-menu-wrapper__call-icon:hover {
    color: var(--velzone-extra);
}

.velzone-main-menu-wrapper__call-number {
    margin-left: 15px;
}

.velzone-main-menu-wrapper__call-number h5 {
    font-size: 16px;
    line-height: 27px;
}

.velzone-main-menu-wrapper__call-number h5 a {
    color: var(--velzone-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-main-menu-wrapper__call-number a:hover {
    color: var(--velzone-primary);
}

.velzone-main-menu-wrapper__call-number p {
    font-size: 13px;
    margin: 0;
    line-height: 14px;
    color: #b1b0b0;
}

.velzone-main-menu-wrapper__search-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8.5px 0;
}

.velzone-main-menu-wrapper__search-box:before {
    position: absolute;
    top: -5px;
    bottom: -4px;
    left: -50px;
    content: "";
    background-color: rgba(var(--velzone-base-rgb), .10);
    width: 1px;
}

.velzone-main-menu-wrapper__search {
    font-size: 24px;
    color: var(--velzone-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-main-menu-wrapper__search:hover {
    color: var(--velzone-primary);
}




.velzone-stricky-header.velzone-main-menu {
    padding: 0 50px;
    background-color: #ffffff;
}

.velzone-main-menu .velzone-main-menu__list,
.velzone-main-menu .velzone-main-menu__list ul,
.velzone-stricky-header .velzone-main-menu__list,
.velzone-stricky-header .velzone-main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .velzone-main-menu .velzone-main-menu__list,
    .velzone-main-menu .velzone-main-menu__list ul,
    .velzone-stricky-header .velzone-main-menu__list,
    .velzone-stricky-header .velzone-main-menu__list ul {
        display: flex;
    }
}

.velzone-main-menu .velzone-main-menu__list>li,
.velzone-stricky-header .velzone-main-menu__list>li {
    padding-top: 33px;
    padding-bottom: 33px;
    position: relative;
}


.velzone-main-menu .velzone-main-menu__list>li+li,
.velzone-stricky-header .velzone-main-menu__list>li+li {
    margin-left: 60px;
}


.velzone-main-menu .velzone-main-menu__list>li>a,
.velzone-stricky-header .velzone-main-menu__list>li>a {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #434343;
    position: relative;
    transition: all 500ms ease;
    font-family: var(--velzone-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.velzone-main-menu .velzone-main-menu__list>li>a::before,
.velzone-stricky-header .velzone-main-menu__list>li>a::before {
    content: '';
    height: 1px;
    border-radius: 0px;
    background-color: var(--velzone-primary);
    position: absolute;
    top: 18px;
    left: -10px;
    right: -10px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.velzone-main-menu .velzone-main-menu__list>li.current>a,
.velzone-main-menu .velzone-main-menu__list>li:hover>a,
.velzone-stricky-header .velzone-main-menu__list>li.current>a,
.velzone-stricky-header .velzone-main-menu__list>li:hover>a {
    color: black;
}



.velzone-main-menu .velzone-main-menu__list>li:hover>a::before {
    background-color: var(--velzone-primary);
}

.velzone-main-menu .velzone-main-menu__list li ul,
.velzone-stricky-header .velzone-main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.velzone-main-menu .velzone-main-menu__list li:hover>ul,
.velzone-stricky-header .velzone-main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.velzone-main-menu .velzone-main-menu__list li ul li,
.velzone-stricky-header .velzone-main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.velzone-main-menu .velzone-main-menu__list li ul li+li,
.velzone-stricky-header .velzone-main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--velzone-black), 0.1);
}

.velzone-main-menu .velzone-main-menu__list li ul li a,
.velzone-stricky-header .velzone-main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--velzone-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-family: var(--velzone-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    font-size: 13px;
    transition: 500ms;
}

.velzone-main-menu .velzone-main-menu__list li ul li:hover>a,
.velzone-stricky-header .velzone-main-menu__list li ul li:hover>a {
    background-color: var(--velzone-primary);
    color: #fff;
}

.velzone-main-menu .velzone-main-menu__list li ul li>ul,
.velzone-stricky-header .velzone-main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.velzone-main-menu .velzone-main-menu__list li ul li>ul.right-align,
.velzone-stricky-header .velzone-main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.velzone-main-menu .velzone-main-menu__list li ul li>ul ul,
.velzone-stricky-header .velzone-main-menu__list li ul li>ul ul {
    display: none;
}

.velzone-stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}



@media (max-width: 1199px) {
    .velzone-stricky-header {
        display: none !important
    }
}

.velzone-stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.velzone-stricky-header .velzone-main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--velzone-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--velzone-base);
}

.velzone-main-menu .velzone-mobile-nav__toggler {
    font-size: 20px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 500ms;
}

.velzone-main-menu .velzone-mobile-nav__toggler:hover {
    color: var(--velzone-base);
}

@media (min-width: 1200px) {
    .velzone-main-menu .velzone-mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}


.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}



@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}


.velzone-mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.velzone-mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.velzone-mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.velzone-mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.velzone-mobile-nav__content {
    width: 300px;
    background-color: var(--velzone-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.velzone-mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.velzone-mobile-nav__content .velzone-logo-box {
    margin-bottom: 40px;
    display: flex;
}

.velzone-mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.velzone-mobile-nav__content .velzone-main-menu__list,
.velzone-mobile-nav__content .velzone-main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.velzone-mobile-nav__content .velzone-main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.velzone-mobile-nav__content .velzone-main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.velzone-mobile-nav__content .velzone-main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--velzone-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.velzone-mobile-nav__content .velzone-main-menu__list li a.expanded {
    color: var(--thm-secondary);
}

.velzone-mobile-nav__content .velzone-main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--velzone-primary);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.velzone-mobile-nav__content .velzone-main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--velzone-black);
}

.velzone-mobile-nav__content .velzone-main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.velzone-mobile-nav__content .velzone-main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .velzone-main-menu__login a {
    color: var(--thm-text-dark);
}

.velzone-mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--velzone-primary);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: #ffffff;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--velzone-primary);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--velzone-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.velzone-mobile-nav__container .velzone-main-logo,
.velzone-mobile-nav__container .topbar__buttons,
.velzone-mobile-nav__container .velzone-main-menu__language,
.velzone-mobile-nav__container .velzone-main-menu__login {
    display: none;
}


.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
    /* background-color: var(--velzone-black); */
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    opacity: .15;
    /* background-color: var(--velzone-black); */
    background-blend-mode: luminosity;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    opacity: 1;
}


.main-slider-badge {
    position: absolute;
    top: 190px;
    right: 90px;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
    animation: sunMove 10s linear infinite;
}

.main-slider .swiper-slide-active .main-slider-badge {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.main-slider__social {
    position: absolute;
    bottom: 484px;
    left: -57px;
    z-index: 100;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}

.main-slider__social a {
    position: relative;
    display: inline-block;
    color: var(--velzone-base);
    font-size: 13px;
    font-family: var(--velzone-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider__social a:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    height: 1px;
    background-color: var(--velzone-primary);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.main-slider__social a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-slider__social a+a {
    margin-left: 50px;
}

.main-slider .container {
    position: relative;
    padding-top: 350px;
    padding-bottom: 145px;
    z-index: 30;
    height: 100vh;
}

.main-slider__content {
    position: relative;
    display: block;
    text-align: center;
    z-index: 30;
}

.main-slider .main-slider__title-box-1 {
    position: relative;
    display: block;
}

.main-slider .main-slider__title-box-1 h2 {
    margin: 0;
    margin-bottom: 58px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 130px;
    line-height: 130px;
    text-transform: uppercase;
    z-index: 30;
}

.main-slider .main-slider__title-box-2 {
    position: absolute;
    top: 0;
    left: -80px;
    right: 0;
    bottom: 0;
}

.main-slider .main-slider__title-box-2 h2 {
    margin: 0;
    margin-bottom: 58px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--velzone-base-rgb), .10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 190px;
    line-height: 150px;
    text-transform: uppercase;
    z-index: 30;
}

.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(-100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active .main-slider__title-box-1 h2,
.main-slider .swiper-slide-active .main-slider__title-box-2 h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.slider-bottom-box {
    position: absolute;
    left: 0;
    bottom: 41px;
    right: 0;
    min-height: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider__nav {
    position: relative;
    float: right;
    width: 150px;
    z-index: 100;
    display: flex;
    align-items: flex-start;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    margin: 0;
    font-size: 10px;
    color: var(--velzone-base);
    transition: color 500ms ease;
}

.main-slider__nav .swiper-button-next {
    margin-left: 10px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--velzone-primary);
}

.main-slider__nav .swiper-button-prev {
    margin-right: 10px;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

#main-slider-pagination {
    z-index: 10;
    width: 150px;
    text-align: left;
    position: relative;
    margin-right: auto;
    float: left;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--velzone-base-rgb), .80);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--velzone-base);
    background-color: rgba(var(--velzone-base-rgb), 0);
}



.velzone-feature {
    position: relative;
    display: block;

    z-index: 1;
}

.velzone-feature-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.03;
    z-index: -1;
}

.velzone-feature__top {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.velzone-feature__top-left {
    position: relative;
    display: block;
}

.velzone-feature__top-left .velzone-section-title__tagline {
    color: #ffbdc8;
}

.velzone-feature__top-left .velzone-section-title__title {
    color: #434343;
}

.velzone-feature__top-right {
    position: relative;
    display: block;
    margin-top: 13px;
}

.velzone-feature__top-text {
    color: #ffbdc8;
    margin: 0;
}

.velzone-feature__bottom {
    position: relative;
    display: block;
    padding: 0 0 90px;
    counter-reset: count;
}

.velzone-feature__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: var(--velzone-base);
    padding: 34px 40px 20px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #ccc;
}

.velzone-feature__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: var(--velzone-black);
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg) scale(0);
    -ms-transform: perspective(400px) rotateX(90deg) scale(0);
    transform: perspective(400px) rotateX(90deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;

}

.velzone-feature__single:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}


.velzone-feature__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.velzone-feature__title a {
    color: var(--velzone-black);
    transition: all 500ms linear;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.velzone-feature__title a:hover {
    color: var(--velzone-primary);
    background-size: 100% 1px;
}

.velzone-feature__icon {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 65px;
    color: var(--velzone-primary);
    transform: scale(1);
    transition: transform 500ms ease;
}

.velzone-feature__single:hover .velzone-feature__icon {
    transform: scale(.85);
}

.velzone-feature__count {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 35px;
    left: 39px;
    line-height: 30px;
}

/* .velzone-feature__count:before {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--velzone-font-two);
    color: rgba(var(--velzone-black-rgb), .10);
} */

.velzone-feature__view-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 58px 60px 58px;
    background-color: var(--velzone-black);
}

.velzone-feature__view-all-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

.velzone-feature__view-all-title a {
    color: var(--velzone-base);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.velzone-feature__view-all-title a:hover {
    background-size: 100% 1px;
    color: var(--velzone-primary);
}

.velzone-feature__view-all-arrow a {
    font-size: 10px;
    color: var(--velzone-base);
    transition: all 500ms ease;
}

.velzone-feature__view-all-arrow a:hover {
    color: var(--velzone-primary);
}




.velzone-tilebg-area {
    position: relative;
    display: block;
    padding: 180px 0 180px;
    z-index: 1;
}

.velzone-tilebg-area-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--velzone-black);
    z-index: 1;
}

.velzone-tilebg-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    /* mix-blend-mode: luminosity; */
    opacity: 0.8;
}

.velzone-tilebg-area__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.velzone-tilebg-area__title {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 83px;
    color: var(--velzone-base);
    margin-bottom: 46px;
}

.velzone-tilebg-area__title span {
    position: relative;
    display: inline-block;
}

.velzone-tilebg-area__title span:before {
    position: absolute;
    top: 50%;
    left: -13px;
    right: -13px;
    content: "";
    background-color: var(--velzone-primary);
    height: 2px;
    transform: translateY(-50%);
}

.velzone-tilebg-area__video-link {
    position: relative;
    display: block;
}

.velzone-tilebg-area__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    font-size: 22px;
    color: var(--velzone-base);
    background-color: var(--velzone-primary);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.velzone-tilebg-area__video-icon:hover {
    background-color: var(--velzone-base);
    color: var(--velzone-primary);
}

.velzone-tilebg-area__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    border: 1px solid var(--velzone-base);
    opacity: 0.1;
}

.velzone-tilebg-area__video-link .ripple,
.velzone-tilebg-area__video-icon .ripple:before,
.velzone-tilebg-area__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 126px;
    height: 126px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--velzone-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--velzone-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--velzone-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.velzone-tilebg-area__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.velzone-tilebg-area__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.velzone-comman-area {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.velzone-comman-area .velzone-section-title {
    margin-bottom: 13px;
}



.velzone-finishview-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.velzone-finishview-image {
    position: relative;
    display: block;
    background-color: var(--velzone-black);
    width: 100%;
}

.velzone-finishview-image img {
    width: 100%;
    /* mix-blend-mode: luminosity; */
    transition: transform 500ms ease, mix-blend-mode 500ms ease;
    transform: scale(1);
}

.velzone-finishview-single:hover .velzone-finishview-image img {
    mix-blend-mode: normal;
    transform: scale(1.05);
}

.velzone-finishview-one-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 105px; */
    padding: 16px 52px 16px;
    transform: scaleY(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 1;
}

/* .velzone-finishview-single:hover .velzone-finishview-one-hover {
    transform: scaleY(1.0);
} */

.velzone-finishview-one-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--velzone-black-rgb), .90);
    z-index: -1;
}

.velzone-finishview-one-tagline {
    position: relative;
    font-size: 12px;
    color: var(--velzone-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 26px;
}

/* .velzone-finishview-one-tagline:before {
    position: absolute;
    top: 50%;
    left: -50px;
    content: "";
    height: 1px;
    width: 29px;
    background-color: var(--velzone-primary);
    transform: translateY(-50%);
} */

.velzone-finishview-one-title {
    font-size: 17px;

    line-height: 30px;
    color: white;
    transition: all 500ms ease;
}



.velzone-finishview-one-title a:hover {
    color: var(--velzone-primary);
}



.velzone-faq {
    position: relative;
    display: block;
    background-color: var(--velzone-extra);
    padding: 180px 0 138px;
    margin-top: -60px;
    z-index: 1;
}

.velzone-faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .60;
}

.velzone-faq__left {
    position: relative;
    display: block;
    margin-right: 50px;
}

.velzone-faq__left .velzone-section-title {
    margin-bottom: 36px;
}

.velzone-faq__points {
    position: relative;
    display: flex;
    align-items: center;
}

.velzone-faq__points li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 45px;
}

.velzone-faq__points li+li {
    margin-left: 20px;
}

.velzone-faq__points li .icon span {
    font-size: 16px;
    color: var(--velzone-primary);
}

.velzone-faq__points li .text {
    margin-left: 10px;
}

.velzone-faq__points li .text p {
    font-size: 16px;
    color: var(--velzone-black);
    margin: 0;
}

.velzone-faq__experience {
    position: relative;
    display: flex;
    border-top: 1px solid var(--velzone-bdr-color);
    margin-top: 40px;
    padding-top: 29px;
}

.velzone-faq__experience-icon {
    display: flex;
    align-items: center;
}

.velzone-faq__experience-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--velzone-primary);
    transform: scale(1);
    transition: transform 200ms linear;
}

.velzone-faq__experience:hover .velzone-faq__experience-icon span {
    transform: scale(.9);
}

.velzone-faq__experience-text-box {
    margin-left: 20px;
}

.velzone-faq__experience-text {
    margin: 0;
    line-height: 34px;
}

.velzone-faq__experience-text span {
    font-family: var(--velzone-font-two);
    color: var(--velzone-black);
}

.velzone-faq__right {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);
}

.faq-one-accrodion .accrodion:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 2px;
    content: "";
    background-color: var(--velzone-primary);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one-accrodion .accrodion.active:before {
    transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 24px 40px 25px;
    padding-right: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: var(--velzone-black);
    position: relative;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--velzone-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--velzone-black);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e912";
    font-family: 'icomoon' !important;
    font-size: 12px;
    color: var(--velzone-primary);
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e913";
    color: var(--velzone-black);

    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 29px;
    margin-top: -13px;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: var(--velzone-base);
}

.faq-one-accrodion .accrodion-content p {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}



.velzone-size-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.velzone-size-img {
    position: relative;
    display: block;
    background-color: var(--velzone-black);
    overflow: hidden;
}

.velzone-size-img img {
    width: 100%;

    transition: all 500ms ease;
    transform: scale(1);
}

.velzone-size-single:hover .velzone-size-img img {
    transform: scale(1.05);
}

.velzone-size-img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--velzone-black-rgb), 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--velzone-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.velzone-size-img>a>span {
    position: relative;
}

.velzone-size-img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--velzone-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.velzone-size-img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--velzone-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.velzone-size-img>a:hover>span::before,
.velzone-size-img>a:hover>span::after {
    background-color: var(--velzone-primary);
}

.velzone-size-single:hover .velzone-size-img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--velzone-black);
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 51px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid var(--velzone-bdr-color);
    padding-bottom: 60px;
    margin-bottom: 58px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--velzone-black);
    margin-bottom: 24px;
    text-transform: uppercase;
}

.comment-one__content p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.comment-one__btn {
    font-size: 12px;
    color: var(--velzone-black);
    padding: 0px 28px;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__image {
    position: relative;
    display: block;
}

.comment-one__image img {
    border-radius: 50%;
    mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
    margin-top: -4px;
    margin-bottom: 36px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 68px;
    width: 100%;
    border: none;
    background-color: var(--velzone-extra);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    color: var(--velzone-gray);
    display: block;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--velzone-gray);
    height: 170px;
    width: 100%;
    background-color: var(--velzone-extra);
    padding: 16px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 10px;
    border-radius: 0;
}

.comment-form__btn {
    color: var(--velzone-black);
}

/*Services Page Design Studio*/
.services-page-velzone-tilebg-area {
    padding-bottom: 135px;
}

/*Services Page Services Two*/
.services-page-services-two {
    padding-bottom: 60px;
    background-color: var(--velzone-base);
}


.velzone-right-text {
    position: relative;
    display: block;
    margin-left: 70px;
    z-index: 1;
}

.velzone-right-text .velzone-section-title {
    margin-bottom: 30px;
}

.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 495px;
    width: 100%;
}


.velzone-site-footer {
    position: relative;
    display: block;
    background-color: #17161a;
    z-index: 1;
}

.velzone-site-footer__top {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(var(--velzone-base-rgb), .10);
    /* padding: 44px 0 38px; */
    z-index: 1;
}

.velzone-site-footer__top-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .15;
    z-index: -1;
}

.velzone-site-footer__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.velzone-site-footer__top-left {
    position: relative;
    display: block;
}

.velzone-site-footer__top-left-title {
    font-size: 24px;
    color: var(--velzone-base);
    text-transform: uppercase;
    line-height: 34px;
}

.velzone-site-footer__top-left-phone {
    font-size: 24px;
    color: var(--velzone-primary);
    font-family: var(--velzone-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-site-footer__top-left-phone:hover {
    color: var(--velzone-base);
}

.velzone-site-footer__top-right {
    position: relative;
    display: block;
}

.velzone-site-footer__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.velzone-site-footer__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--velzone-base);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-site-footer__top-right-social a:hover {
    color: var(--velzone-primary);
}

.velzone-site-footer__top-right-social a+a {
    margin-left: 25px;
}

.velzone-site-footer__middle {
    position: relative;
    display: block;
    padding-top: 70px;
    padding-bottom: 60px;
}

.velzone-site-footer__middle-inner {
    position: relative;
    display: block;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__title {
    font-size: 18px;
    color: var(--velzone-base);
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 31px;
}

.footer-widget__contact-text {
    font-size: 15px;
    color: #807e86;
    line-height: 34px;
    margin: 0;
}

.footer-widget__contact-email-phone {
    font-size: 15px;
    font-family: var(--velzone-font);
    line-height: 33px;
}

.footer-widget__contact-email {
    color: var(--velzone-base);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-email:hover {
    color: var(--velzone-primary);
}

.footer-widget__contact-phone {
    color: var(--velzone-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-phone:hover {
    color: var(--velzone-primary);
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
    float: left;
}

.footer-widget__links-list li {
    position: relative;
    display: block;
    line-height: 33px;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #807e85;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    color: var(--velzone-base);
}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 16px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--velzone-primary);
    height: 1px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.footer-widget__links-list li a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.footer-widget__links-list-two {
    margin-left: 95px;
}

.footer-widget__newsletter {
    position: relative;
    display: block;
    background-color: #100f12;
    margin-left: 50px;
    padding: 43px 50px 41px;
    margin-top: 7px;
}

.footer-widget__newsletter .footer-widget__title {
    margin-bottom: 0;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    background-color: rgba(var(--velzone-base-rgb), .20);
    border-radius: 0;
}

.footer-widget__newsletter-input-box input:-webkit-autofill,
.footer-widget__newsletter-input-box input:-webkit-autofill:hover,
.footer-widget__newsletter-input-box input:-webkit-autofill:focus,
.footer-widget__newsletter-input-box textarea:-webkit-autofill,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:hover,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:focus,
.footer-widget__newsletter-input-box select:-webkit-autofill,
.footer-widget__newsletter-input-box select:-webkit-autofill:hover,
.footer-widget__newsletter-input-box select:-webkit-autofill:focus {
    border: 0px solid var(--velzone-black);
    -webkit-text-fill-color: #807e85;
    -webkit-box-shadow: 0 0 0px 1000px var(--velzone-black) inset;
    box-shadow: 0 0 0px 1000px var(--velzone-black) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.footer-widget__newsletter-input-box input[type="email"] {
    font-size: 14px;
    color: #807e85;
    font-weight: 400;
    height: 70px;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding-right: 60px;
    outline: none;
    box-shadow: none !important;
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 0;
    height: 70px;
    width: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    transition: all 500ms ease;
    padding: 0;
}

.footer-widget__newsletter-btn i {
    font-size: 16px;
    color: var(--velzone-primary);
}

.footer-widget__newsletter-bottom {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #3c3b3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #807e85;
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
    font-size: 14px;
    color: #807e85;
    margin: 0;
}

.velzone-site-footer__bottom {
    position: relative;
    display: block;
    background-color: #100f12;
    padding: 30px 0;
}

.velzone-site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.velzone-site-footer__bottom-text {
    font-size: 15px;
    color: #807e85;
    margin: 0;
}

.velzone-site-footer__bottom-text a {
    color: #807e85;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-site-footer__bottom-text a:hover {
    color: var(--velzone-base);
}


.feature-one {
    position: relative;
    display: block;
    padding: 79px 0 73px;
    border-bottom: 1px solid var(--velzone-bdr-color);
}

.feature-one__container {
    position: relative;
    display: block;
    width: 100%;
}

.feature-one__list {
    position: relative;
    display: block;
}

.feature-one__single {
    position: relative;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}

.feature-one__single:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 7px;
    width: 1px;
    content: "";
    background-color: var(--velzone-bdr-color);
}

.feature-one__single:nth-child(1):before {
    display: none;
}

.feature-one__content {
    position: relative;
    display: block;
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
}

.feature-one__icon span {
    font-size: 64px;
    color: var(--velzone-primary);
    position: relative;
    display: inline-block;
    transition: transform 200ms linear;
    transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 17px;
}

.feature-one__title a {
    color: var(--velzone-black);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
    background-size: 100% 1px;
    color: var(--velzone-primary);
}

.feature-one__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}


.velzone-tilebg-area__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.velzone-tilebg-area__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}



.velzone-finishview-area {
    position: relative;
    display: block;
}

.velzone-finishview-area-inner {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 82px);
}



.velzone-three-features {
    position: relative;
    display: block;
}

.velzone-three-features-single {
    position: relative;
    display: block;

    border: 1px solid transparent;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* .velzone-three-features-icon {
    position: relative;
    height: 106px;
    width: 106px;
    background-color: var(--velzone-extra);
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.velzone-three-features-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--velzone-primary);
    transition: transform 500ms ease;
    transform: scale(1, 0);
    transform-origin: bottom center;
}

 
.velzone-three-features-icon span {
    position: relative;
    display: inline-block;
    color: var(--velzone-primary);
    font-size: 64px;
    transition: transform 500ms ease, color 500ms ease;
    transform: scale(1);
} */



.velzone-three-features-title {
    font-size: 20px;

    margin-top: 27px;
    margin-bottom: 22px;
}

.velzone-three-features-title a {
    color: var(--velzone-black);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-weight: 500;
}



.velzone-three-features-text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding: 0 30px 0 0;
}

.velzone-three-features-btn-box {
    position: relative;
    display: inline-block;
    margin-top: 18px;
}

.velzone-three-features-btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--velzone-font-two);
}


.velzone-three-features-btn:before {
    position: absolute;
    top: 18px;
    left: -10px;
    right: -10px;
    content: "";
    height: 1px;
    background-color: var(--velzone-primary);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}




.velzone-text-img-area {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.velzone-text-img-area__left {
    position: relative;
    display: block;
}

.velzone-text-img-area .velzone-section-title {
    margin-bottom: 26px;
}

.velzone-text-img-area__text {
    margin: 0;
}

.velzone-text-img-area__features {
    position: relative;
    display: block;
    border-top: 1px solid var(--velzone-bdr-color);
    padding-top: 49px;
    margin-top: 38px;
    padding-bottom: 56px;
}

.velzone-text-img-area__features-box {
    display: flex;
    align-items: center;
}

.velzone-text-img-area__features-box li {
    position: relative;
    display: flex;
    align-items: center;
}

.velzone-text-img-area__features-box li+li {
    margin-left: 52px;
}

.velzone-text-img-area__features-box li .icon {
    display: flex;
    align-items: center;
}

.velzone-text-img-area__features-box li .icon span {
    font-size: 64px;
    color: var(--velzone-primary);
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.velzone-text-img-area__features-box li:hover .icon span {
    transform: rotateY(360deg);
}

.velzone-text-img-area__features-box li .text {
    margin-left: 25px;
}

.velzone-text-img-area__features-box li .text p {
    margin: 0;
    color: var(--velzone-black);
    line-height: 30px;
}

.velzone-text-img-area__btn {
    color: var(--velzone-black);
}

.velzone-text-img-area__right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.velzone-text-img-area__img-box {
    position: relative;
    display: block;
}

/* 
.velzone-text-img-area__img-box:before {
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 160px;
    content: "";
    background-color: var(--velzone-primary);
} */

.velzone-text-img-area-img {
    position: relative;
    display: block;
    background-color: var(--velzone-black);
    overflow: hidden;
}

.velzone-text-img-area-img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.velzone-text-img-area__img-box:hover .velzone-text-img-area-img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.velzone-text-img-area-img>img {
    width: 100%;
    /* mix-blend-mode: luminosity; */
    transition: all 500ms ease;
}

.velzone-text-img-area__small-img {
    position: absolute;
    bottom: 0;
    left: -100px;
    background-color: var(--velzone-black);
    z-index: 2;
}

.velzone-text-img-area__small-img>img {
    mix-blend-mode: luminosity;
    transition: all 500ms ease;
}


.velzone-left-tile {
    position: relative;
    display: block;
    margin-right: 20px;
    margin-left: -375px;
    z-index: 1;
}

/* .velzone-left-tile:before {
    position: absolute;
    top: 0;
    bottom: -120px;
    left: -1000000px;
    right: 150px;
    content: "";
    background-color: var(--velzone-extra);
    z-index: -1;
} */

.velzone-left-tileimg {
    position: relative;
    display: block;
    background-color: var(--velzone-black);
}

.velzone-left-tileimg img {
    width: 100%;
    /* mix-blend-mode: luminosity; */
    box-shadow: 5px 3px 23px #242424
}

.velzone-page-header {
    position: relative;
    display: block;
    padding: 260px 0 158px;
    background-color: var(--velzone-black);
    z-index: 1;
}

.velzone-page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-color: var(--velzone-black);
    background-blend-mode: luminosity; */
    opacity: .60;
    z-index: -1;
}

.velzone-page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.velzone-page-header__inner h2 {
    font-size: 45px;
    color: var(--velzone-base);
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 6px;
    font-weight: 600;
}

.velzone-thm-breadcrumb {
    position: relative;
    display: block;
}

.velzone-thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--velzone-base);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-thm-breadcrumb li:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--velzone-primary);
    height: 1px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.velzone-thm-breadcrumb li+li {
    margin-left: 1px;
}

.velzone-thm-breadcrumb li a {
    color: var(--velzone-base);
    font-size: 14px;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.velzone-thm-breadcrumb li:hover:before,
.velzone-thm-breadcrumb li.active:before {
    transform: scale(1, 1);
    transform-origin: right center;
}





.velzone-contact-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.velzone-contact-area .container {
    max-width: 768px;
    width: 100%;
}

.velzone-contact-area__form .comment-form__btn {
    margin: 0 auto;
    display: block;
}


.velzone-contcat-page-google-map {
    position: relative;
    display: block;
}

.velzone-contact-area-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 495px;
    width: 100%;
}


.velzone-about-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.velzone-about-area__left {
    position: relative;
    display: block;
}

.velzone-about-area__images {
    position: relative;
    display: block;
    overflow: hidden;
}

.velzone-about-area__images li {
    position: relative;
    display: block;
    float: left;
}

.velzone-about-area__images li+li {
    margin-left: 10px;
}

.velzone-about-area__img-1 {
    background-color: var(--velzone-black);
}

.velzone-about-area__img-1 img {
    mix-blend-mode: luminosity;
}

.velzone-about-area__img-2 {
    background-color: var(--velzone-black);
}

.velzone-about-area__img-2 img {
    mix-blend-mode: luminosity;
}

.velzone-about-area__badge {
    position: absolute;
    top: 22px;
    left: -78px;
    animation: sunMove 10s linear infinite;
}


.velzone-about-area__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.velzone-about-area__right .velzone-section-title {
    margin-bottom: 27px;
    margin-right: -20px;
}

.velzone-about-area__right-text-1 {
    margin: 0;
    line-height: 32px;
}

.velzone-about-area__right-text-2 {
    font-size: 20px;
    color: var(--velzone-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-top: 31px;
    margin-bottom: 41px;
}

.abut-page__btn {
    color: var(--velzone-black);
}

/*About Page Testimonial Two*/

.velzone-about-area-testimonial-two {
    padding-top: 120px;
}

.velzone-about-area-testimonial-two .testimonial-two__left {
    margin-left: -162px;
    margin-right: 20px;
}

.velzone-about-area-testimonial-two .testimonial-two__right {
    margin-left: 70px;
    margin-right: -80px;
}



.velzone-about-area-velzone-faq {
    margin-top: 0;
    padding-top: 120px;
}




.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 0;
    background-color: var(--velzone-extra);
    z-index: 1;
}

.faq-page-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}

.faq-page__top {
    position: relative;
    display: block;
}

.faq-page__single {
    margin-bottom: 60px;
}

.faq-page__bottom {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--velzone-bdr-color);
    padding-top: 54px;
    padding-bottom: 52px;
}

.faq-page__bottom-text {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.faq-page__bottom-text a {
    position: relative;
    display: inline-block;
    color: var(--velzone-black);
    margin-left: 13px;
    transition: all 500ms ease;
}

.faq-page__bottom-text a:hover {
    color: var(--velzone-primary);
}

.faq-page__bottom-text a:before {
    position: absolute;
    top: 12px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--velzone-primary);
    height: 1px;
}


.velzone-head-span {
    font-weight: 600;
}

.velzone-icon-75 {
    width: 75px;
    height: 75px;
}

.velzone-normal-spacing {
    margin-top: 30px !important
}

.velzone-normal-para {
    line-height: 25px;
    font-size: 17px;
}

.velzone-range-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;

}

.velzone-para-text {
    font-size: 64px;
    line-height: 65px;
    font-weight: 400;
    color: #f5f5f8;
}

.features-icon-main {
    text-align: center;
}

.features-icon {
    width: 100px;
}

.features-title {
    font-size: 15px;
    text-align: center;
}

























.cal-title {
    background-color: #000;
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: left;
}

section.mextreo-hero.inner .c-main .calbtn:hover {
    color: #ffffff;
    background: #000;
    border-color: #000;
}

section.mextreo-hero.inner .c-main .calbtn {
    position: relative;
    margin-top: 40px;
    background: transparent;
    padding: 12px 36px;
    font-weight: 500;
    color: #0c0c1f;
    border: 1px solid #0c0c1f;
    display: inline-block;
    text-transform: uppercase;
    transition: .4s ease;
}

.c-main {
    margin: 0 auto;
    width: 100%;
}

.m-input {
    position: relative;
    font-size: 15px;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 500;
    border-bottom: 1px solid #c8c8c8;
    width: 68%;
}

.c-half {
    /*box-shadow: 1px 1px 5px #808080;*/
    float: left;
    margin: 10px;
    padding: 15px;
    width: 47%;
    border: 1px solid gray;
    background-color: #fff;
}

.c-full {
    width: 97%;
}

.c-row {
    clear: both;
}

.contact-form select {
    width: 50% !important;
}

.ml_17 {
    margin-left: 0px !important;
}

label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}

.c-label {
    float: left;
    line-height: 15px;
    width: 30%;
    margin-right: 10px;
}

.c-full .c-label {
    width: 15%;
    line-height: 40px;
}

.c-full .c-btn-primary {
    margin-left: 16%;
}

.c-heading {
    border: 1px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    padding: 10px 15px;
    width: 95%;
}

.legth, .width, .size, .area {
    width: 75%;
    margin-right: 15px;
}

.pull-right {
    float: right !important;
}

.c-btn-primary {
    -moz-user-select: none !important;
    /*background-color: #1DB5BB !important;*/
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857 !important;
    margin-left: 35%;
    margin-top: 5% !important;
    padding: 6px 12px !important;
    text-align: center !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    vertical-align: middle;
    white-space: nowrap;
}

/*.calbtn{
  width: 50%;

}*/
/*.btn--action:after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    background: #74d1ea !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    height: 360px !important;
    width: 360px !important;
    transform: translateX(-100%) translateY(-25%) rotate(45deg) !important;
}*/
.c-result {
    /*box-shadow: 1px 1px 5px #808080;*/
    border: 1px solid gray;
    float: left;
    margin: 10px;
    padding: 15px;
    width: 97%;
    background-color: #fff;
}

.c-title {
    background-color: #000;
    color: #f7f8f9 !important;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 10px;
    text-align: left;
}

.c-result h3 {
    border-bottom: 1px solid #eeeeee;
    float: left;
    margin: 0 0 15px;
    padding-bottom: 4px;
    width: 100%;
}

.area-covered {
    width: 50%;
}

.border {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.c-result .c-label {
    margin-right: 10px;
    /*text-align: right;*/
    line-height: 40px;
}

.clear {
    clear: both;
}

.button_cal {
    background-color: #000;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .c-half {
        width: 46%;
    }

    .c-full {
        width: 95%;
    }

    .c-result {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .c-half {
        width: 97%;
    }

    .c-result .c-label {
        line-height: 24px;
    }

    .c-result .area-covered {
        width: 27%;
    }

    .c-full .c-label {
        width: 20%;
    }
}

@media only screen and (max-width:479px) {
    .c-half {
        width: 97%;
    }

    .c-label {
        width: 35%;
    }

    .legth, .width, .size, .area {
        width: 40%;
    }

    .c-result .c-label {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
        width: 75%;
    }

    .area-covered {
        width: 75%;
    }

    .c-full .c-label {
        width: 30%;
    }
}

.tileDiv {
    background: none repeat scroll 0 0;
    border: 1px solid gray;
    display: inline-block;
    height: 220px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.tileDiv div {
    background: #fff url("tilePattern.png") repeat scroll -4px -4px;
    border: 1px solid #000;
    box-shadow: 0 0 8px 5px #fff;
    left: 52%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}

.tileDiv .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.horzFt {
    border-top: 1px dashed #868686;
    height: 0;
    left: 0;
    top: -20px;
    width: 100%;
}

.tileDiv .horzFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}

.tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}

.vertFt {
    border-left: 1px dashed #868686;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
}

.tileDiv .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.tileDiv .vertFt span {
    margin-left: -27px;
    top: 50%;
    transform: rotate(-90deg) translateX(20%);
}

.tileDiv .tileFt span {
    background: #f9f9f9 none repeat scroll 0 0;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}

.mt10 {
    margin-top: 10px;
}

.tips {
    color: #000;
}

.resultp {
    color: #000;
}

.submitbtn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-weight: bolder;
}

.submitbtn:hover {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #fff;
    color: #fff;
    font-weight: bolder;
}

.submitbtn:focus {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #fff;
    color: #fff;
    font-weight: bolder;
}

.box1 {
    background: #eaeaea none repeat scroll 0 0;
    height: auto;
    width: 100%;
    margin-top: 30px;
}

.c-row span {
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-device-width: 991px) {
    .responsivecal {
        clear: both;
    }
}


table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table tr:nth-child(odd) {
    color: #000000;
}

table tr:nth-child(even) {
    background-color: #f3f3f3;
}

table tr:nth-child(even) {
    color: #000000;
}




#custom {

    border-collapse: collapse;
    width: 100%;
}

#custom td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#custom tr:nth-child(even) {
    background-color: #f2f2f2;
}

#custom tr:hover {
    background-color: #ddd;
}

#custom th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #1b464a;
    color: white;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}


.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}



th {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    /* line-height: 1.42857143; */
    vertical-align: top;
    border-top: 1px solid #ddd;
}

td {
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}


.velzone-catalogue-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.velzone-catalogue-img {
    position: relative;
    display: block;
    background-color: #f1f1f1;
    width: 100%;
    padding-top: 10px !important;
    padding-top: 15px;
    text-align: center;
}



.velzone-catalogue-title {
    text-align: center;
    padding-top: 10px;
    font-size: 19px;
    font-weight: 600;
}

.velzone-catalogue-btn {
    display: flex;
}

.velzone-catalogue-btn-custom {
    text-align: center;
    background-color: white;
    color: black;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s linear;
    margin: 10px;
    padding: 10px;
    width: 49%;

    border: 1px solid #ccc;
}

.right-catalogue-btn {
    margin-left: 2%;
}

.velzone-catalogue-icon {
    width: 20px;
}



.velzone-main-logo {
    width: 60%;
}

.mpad-60 {
    padding: 0;
}

@media screen and (max-width:767px) {
    .velzone-main-logo {
        width: 57%;
    }

    .mpad-60 {
        padding: 0 0 60px 0;
    }

    .mobile-feature-row {
        width: 50%;
    }
}


.velzone-product-name {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-top: 14px;
    margin-bottom: 40px;
}

.velzone-product-shadow {
    box-shadow: 5px 3px 5px #ccc;
}



.contact-info h3 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-info p {

    margin: 0;
    line-height: 28px;
    color: black;
    font-weight: 500;
}

.international-sec, .domestic-sec, .general-sec {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}


.comingsoon-text {
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 700;
}

.social-area {
    display: flex;
}

.social-icon {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 30px;
    padding-left: 5px;
    margin-left: 5px;
}

.first-slider-image {
    background-image: url(../upload/Home/Slider-1.webp);
}

.second-slider-image {
    background-image: url(../upload/Home/Slider-2.webp);
}

.third-slider-image {
    background-image: url(../upload/Home/Slider-3.webp);
}

.fourth-slider-image {
    background-image: url(../upload/Home/Slider-4.webp);
}