@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap");
a,
a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
h2,
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}
input,
textarea {
    background: none;
    border: none;
    outline: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s ease-in-out;
}
.space6 {
    height: 6px;
}
.space8 {
    height: 8px;
}
.space10 {
    height: 10px;
}
.space12 {
    height: 12px;
}
.space14 {
    height: 14px;
}
.space16 {
    height: 16px;
}
.space18 {
    height: 18px;
}
.space20 {
    height: 20px;
}
.space22 {
    height: 22px;
}
.space24 {
    height: 24px;
}
.space26 {
    height: 26px;
}
.space28 {
    height: 28px;
}
.space30 {
    height: 30px;
}
.space32 {
    height: 32px;
}
.space34 {
    height: 34px;
}
.space36 {
    height: 36px;
}
.space38 {
    height: 38px;
}
.space40 {
    height: 40px;
}
.space42 {
    height: 42px;
}
.space44 {
    height: 44px;
}
.space46 {
    height: 46px;
}
.space48 {
    height: 48px;
}
.space50 {
    height: 50px;
}
.space52 {
    height: 52px;
}
.space54 {
    height: 54px;
}
.space56 {
    height: 56px;
}
.space58 {
    height: 58px;
}
.space60 {
    height: 60px;
}
.space62 {
    height: 62px;
}
.space64 {
    height: 64px;
}
.space66 {
    height: 66px;
}
.space68 {
    height: 68px;
}
.space70 {
    height: 70px;
}
.space72 {
    height: 72px;
}
.space74 {
    height: 74px;
}
.space76 {
    height: 76px;
}
.space78 {
    height: 78px;
}
.space80 {
    height: 80px;
}
.space82 {
    height: 82px;
}
.space84 {
    height: 84px;
}
.space86 {
    height: 86px;
}
.space {
    height: 88px;
}
.space90 {
    height: 90px;
}
.space92 {
    height: 92px;
}
.space94 {
    height: 94px;
}
.space96 {
    height: 96px;
}
.space98 {
    height: 98px;
}
.space100 {
    height: 100px;
}
@keyframes animation-5 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: all 0.4s ease-in-out;
}
@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1000deg);
    }
}
.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}
.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50px);
    }
}
.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes animation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(60px);
    }
}
.aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes animation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}
.aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes animation-6 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}
.aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes animation-8 {
    0% {
        padding-left: 0px;
    }
    100% {
        padding-left: 50px;
    }
}
.aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.pulse-border {
    position: relative;
    animation-name: pulse-border;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-100%);
    }
}
@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translatex(0);
    }
}
:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #0f0d0d;
    --ztc-text-text-3: #5b5d61;
    --ztc-text-text-4: #b18039;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #0f0d0d;
    --ztc-bg-bg-3: #b18039;
    --ztc-bg-bg-4: #f4f4f9;
    --ztc-border-border-1: #e5e7eb;
    --ztc-border-border-2: #dfdcdc;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s72: 72px;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s72: 72px;
    --ztc-specing-height6: 6px;
    --ztc-specing-height8: 8px;
    --ztc-specing-height10: 10px;
    --ztc-specing-height12: 12px;
    --ztc-specing-height14: 114px;
    --ztc-specing-height16: 16px;
    --ztc-specing-height18: 18px;
    --ztc-specing-height20: 20px;
    --ztc-specing-height22: 22px;
    --ztc-specing-height24: 24px;
    --ztc-specing-height26: 26px;
    --ztc-specing-height28: 28px;
    --ztc-specing-height30: 30px;
    --ztc-specing-height32: 32px;
    --ztc-specing-height34: 34px;
    --ztc-specing-height36: 36px;
    --ztc-specing-height38: 38px;
    --ztc-specing-height40: 40px;
    --ztc-specing-height42: 42px;
    --ztc-specing-height44: 44px;
    --ztc-specing-height46: 46px;
    --ztc-specing-height48: 48px;
    --ztc-specing-height50: 50px;
    --ztc-specing-height52: 52px;
    --ztc-specing-height54: 54px;
    --ztc-specing-height56: 56px;
    --ztc-specing-height58: 58px;
    --ztc-specing-height60: 60px;
    --ztc-specing-height70: 70px;
    --ztc-specing-height80: 80px;
    --ztc-specing-height90: 90px;
    --ztc-specing-height100: 100px;
    --ztc-specing-height110: 110px;
    --ztc-specing-height120: 120px;
    --ztc-specing-height130: 130px;
    --ztc-weight-regular: 400;
    --ztc-weight-medium: 500;
    --ztc-weight-semibold: 600;
    --ztc-weight-bold: 700;
    --ztc-weight-black: 800;
    --ztc-family-font1: "Host Grotesk", sans-serif;
}
.heading1 h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    text-transform: uppercase;
}
.heading1 h5 span {
    display: inline-block;
    margin: 0 4px;
}
.heading1 h5 img {
    margin: -4px 0 0 0;
}
.heading1 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}
@media (max-width: 767px) {
    .heading1 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.heading1 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.heading2 h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(232, 4, 15, 0.04);
    padding: 8px 12px;
    display: inline-block;
}
.heading2 h5 span {
    display: inline-block;
    margin: 0 0 0 2px;
}
.heading2 h5 img {
    margin: -4px 0 0 0;
}
.heading2 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}
@media (max-width: 767px) {
    .heading2 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.heading2 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.heading3 h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}
.heading3 h5 span {
    display: inline-block;
    margin: 0 0 0 2px;
}
.heading3 h5 img {
    margin: -4px 0 0 0;
}
.heading3 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}
@media (max-width: 767px) {
    .heading3 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.heading3 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.vl-btn1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    padding: 14px 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 4px;
}
.vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
}
.vl-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.vl-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-btn-black {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
}
.vl-btn-black::after {
    background: #b18039;
}
.vl-btn-black:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn-gold {
    background: #b18039;
    color: var(--ztc-text-text-1);
}
.vl-btn-gold::after {
    background: var(--ztc-bg-bg-2);
}
.vl-btn-gold:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn-cta-black {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
}
.vl-btn-cta-black::after {
    background: var(--ztc-text-text-1);
}
.vl-btn-cta-black:hover {
    color: var(--ztc-bg-bg-2);
}
.vl-btn-cta-white {
    background: var(--ztc-text-text-1);
    color: var(--ztc-bg-bg-2);
}
.vl-btn-cta-white::after {
    background: var(--ztc-bg-bg-2);
}
.vl-btn-cta-white:hover {
    color: var(--ztc-text-text-1);
}
.pagination-area {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
.pagination-area ul {
    justify-content: center;
}
.pagination-area ul li {
    margin: 0 14px 0 0;
}
.pagination-area ul li:last-child(1) {
    margin: 0;
}
.pagination-area ul li a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    display: inline-block;
    transition: all 0.4s;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
}
.pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.pagination-area ul li a.active {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.common-bg {
    background: var(--ztc-bg-bg-4);
}
.white-bg {
    background: var(--ztc-bg-bg-1);
}
.sp1 {
    padding: 100px 0 100px;
}
@media (max-width: 767px) {
    .sp1 {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp1 {
        padding: 50px 0 50px;
    }
}
.sp2 {
    padding: 100px 0 100px;
}
@media (max-width: 767px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}
.sp3 {
    padding: 100px 0 50px;
}
.sp4 {
    padding: 80px 0 80px;
}
@media (max-width: 767px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}
.sp5 {
    padding: 60px 0 60px;
}
@media (max-width: 767px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}
.sp6 {
    padding: 120px 0 120px;
}
@media (max-width: 767px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}
.sp7 {
    padding: 120px 0 90px;
}
@media (max-width: 767px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}
.sp8 {
    padding: 100px 0 0;
}
@media (max-width: 767px) {
    .sp8 {
        padding: 50px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp8 {
        padding: 50px 0 0;
    }
}
.sp9 {
    padding: 120px 0 0;
}
@media (max-width: 767px) {
    .sp9 {
        padding: 60px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp9 {
        padding: 60px 0 0;
    }
}
.sp10 {
    padding: 0 0 100px;
}
@media (max-width: 767px) {
    .sp10 {
        padding: 0 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp10 {
        padding: 0 0 50px;
    }
}
.space-margin60 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}
.service1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.service1 .service-main-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
    padding: 30px;
    margin-bottom: 30px;
}
.service1 .service-main-boxarea:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.service1 .service-main-boxarea:hover .s-img1 {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.service1 .service-main-boxarea:hover .title {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.service1 .service-main-boxarea:hover p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.service1 .service-main-boxarea:hover .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.service1 .service-main-boxarea::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    opacity: 80%;
    z-index: -1;
}
.service1 .service-main-boxarea .s-img1 {
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    transition: all 0.6s;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}
.service1 .service-main-boxarea .icons {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.service1 .service-main-boxarea .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.service1 .service-main-boxarea p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    transition: all 0.4s;
}
.service1 .service-main-boxarea .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.service1 .service-main-boxarea .readmore i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.service2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.service2 .elements2 {
    position: absolute;
    top: 0;
    left: 0;
}
.service2 .elements9 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.service2 .service-widget-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-1);
    margin-bottom: 30px;
    transition: all 0.4s;
    border-radius: 8px;
}
.service2 .service-widget-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.service2 .service-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.service2 .service-widget-boxarea:hover .s-content-area .icons {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}
.service2 .service-widget-boxarea:hover .s-content-area .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.service2 .service-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}
.service2 .service-widget-boxarea .s-content-area {
    padding: 46px 30px 30px 30px;
    position: relative;
    z-index: 1;
}
.service2 .service-widget-boxarea .s-content-area .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    border-radius: 4px;
    position: absolute;
    top: -30px;
}
.service2 .service-widget-boxarea .s-content-area .icons img {
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .s-content-area .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    display: inline-block;
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .s-content-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .s-content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.service2 .service-widget-boxarea .s-content-area .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .s-content-area .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .s-content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.service2 .service-widget-boxarea .s-content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.service3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.service3 .service3-slider-widget .service3-slider-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 10px;
}
.service3 .service3-slider-widget .service3-slider-box:hover .img1::after {
    height: 100%;
    transition: all 0.4s;
}
.service3 .service3-slider-widget .service3-slider-box:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.service3 .service3-slider-widget .service3-slider-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}
.service3 .service3-slider-widget .service3-slider-box .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    border-radius: 8px;
    background: linear-gradient(0deg, #e8040f 0%, rgba(232, 4, 15, 0) 100%);
}
.service3 .service3-slider-widget .service3-slider-box .img1 img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.service3 .service3-slider-widget .service3-slider-box .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.4s;
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.service3 .service3-slider-widget .service3-slider-box .content-area .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.service3
    .service3-slider-widget
    .service3-slider-box
    .content-area
    .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service3 .service3-slider-widget .service3-slider-box .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.service3 .service3-slider-widget .service3-slider-box .content-area .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.service3
    .service3-slider-widget
    .service3-slider-box
    .content-area
    .readmore
    i {
    margin-left: 4px;
    transform: rotate(-45deg);
}
.service3
    .service3-slider-widget
    .service3-slider-box
    .content-area
    .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service3
    .service3-slider-widget
    .service3-slider-box
    .content-area
    .readmore:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.service3 .service3-slider-widget .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.service3 .service3-slider-widget .slick-dots li {
    margin: 0 8px;
}
.service3 .service3-slider-widget .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: var(--ztc-bg-bg-3);
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}
.service3 .service3-slider-widget .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-4);
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.service3 .service3-slider-widget .slick-dots li.slick-active button {
    background: var(--ztc-bg-bg-3);
}
.service3 .service3-slider-widget .slick-dots li.slick-active button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.service4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.service4 .service4-slider-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}
.service4 .service4-slider-box.active .img1::after {
    height: 100%;
    transition: all 0.4s;
}
.service4 .service4-slider-box.active .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.service4 .service4-slider-box.active .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    transform: scale(1);
}
.service4 .service4-slider-box:hover .img1::after {
    height: 100%;
    transition: all 0.4s;
}
.service4 .service4-slider-box:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.service4 .service4-slider-box:hover .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    transform: scale(1);
}
.service4 .service4-slider-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}
.service4 .service4-slider-box .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    border-radius: 8px;
    background: linear-gradient(0deg, #e8040f 0%, rgba(232, 4, 15, 0) 100%);
}
.service4 .service4-slider-box .img1 img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.service4 .service4-slider-box .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.6s;
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}
.service4 .service4-slider-box .content-area .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.service4 .service4-slider-box .content-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service4 .service4-slider-box .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.service4 .service4-slider-box .content-area .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.service4 .service4-slider-box .content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
}
.service4 .service4-slider-box .content-area .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service4 .service4-slider-box .content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.service5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.service5 .service5-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}
.service5 .service5-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.service5 .service5-boxarea:hover .s-content-area {
    bottom: 0;
    transition: all 0.6s;
}
.service5 .service5-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.service5 .service5-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.service5 .service5-boxarea .s-content-area {
    position: absolute;
    bottom: 0;
    background: var(--ztc-bg-bg-3);
    z-index: 2;
    padding: 30px;
    border-radius: 0 0 8px 8px;
    transition: all 0.6s;
    bottom: -146px;
}
@media (max-width: 767px) {
    .service5 .service5-boxarea .s-content-area {
        bottom: -170px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service5 .service5-boxarea .s-content-area {
        bottom: -170px;
    }
}
.service5 .service5-boxarea .s-content-area .icons-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service5 .service5-boxarea .s-content-area .icons-area h4 {
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
    display: inline-block;
}
.service5 .service5-boxarea .s-content-area .title {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service5 .service5-boxarea .s-content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .service5 .service5-boxarea .s-content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}
.service5 .service5-boxarea .s-content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.service5 .service5-boxarea .s-content-area .readmore {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
}
.service5 .service5-boxarea .s-content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.service5 .service5-boxarea .s-content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.service1-inenr-widget {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service1-inenr-widget .service-main-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
    padding: 30px;
    margin-bottom: 30px;
}
.service1-inenr-widget .service-main-boxarea:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.service1-inenr-widget .service-main-boxarea:hover .s-img1 {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.service1-inenr-widget .service-main-boxarea:hover .title {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.service1-inenr-widget .service-main-boxarea:hover p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.service1-inenr-widget .service-main-boxarea:hover .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.service1-inenr-widget .service-main-boxarea:hover .icons {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.service1-inenr-widget .service-main-boxarea::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    opacity: 80%;
    z-index: -1;
}
.service1-inenr-widget .service-main-boxarea .s-img1 {
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    transition: all 0.6s;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}
.service1-inenr-widget .service-main-boxarea .icons {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.service1-inenr-widget .service-main-boxarea .icons img {
    filter: brightness(0);
}
.service1-inenr-widget .service-main-boxarea .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.service1-inenr-widget .service-main-boxarea p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    transition: all 0.4s;
}
.service1-inenr-widget .service-main-boxarea .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.service1-inenr-widget .service-main-boxarea .readmore i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.service-main-details-area {
    position: relative;
    z-index: 1;
}
.service-main-details-area .service-main-sidebar {
    position: sticky;
    top: 120px;
}
.service-main-details-area .service-main-sidebar h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
}
.service-main-details-area .service-main-sidebar .search-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.service-main-details-area .service-main-sidebar .search-area form {
    position: relative;
    z-index: 1;
}
.service-main-details-area .service-main-sidebar .search-area form input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
}
.service-main-details-area
    .service-main-sidebar
    .search-area
    form
    input::-moz-placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    opacity: 70%;
}
.service-main-details-area
    .service-main-sidebar
    .search-area
    form
    input::placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    opacity: 70%;
}
.service-main-details-area .service-main-sidebar .search-area form button {
    border: none;
    outline: none;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 48px;
    border-radius: 0 8px 8px 0;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    position: absolute;
    right: 0;
    top: 0;
}
.service-main-details-area .service-main-sidebar .categories-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.service-main-details-area .service-main-sidebar .categories-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 18px 20px;
    transition: all 0.4s;
    margin-top: 20px;
}
.service-main-details-area
    .service-main-sidebar
    .categories-area
    ul
    li
    a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.service-main-details-area .service-main-sidebar .help-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.service-main-details-area .service-main-sidebar .help-area h3 {
    line-height: 28px;
}
.service-main-details-area .service-main-sidebar .help-area .btn-area1 a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    display: inline-block;
    transition: all 0.4s;
}
.service-main-details-area .service-main-sidebar .help-area .btn-area1 a:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}
.service-main-details-area .service-main-sidebar .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 28px;
}
.service-main-details-area .service-main-sidebar .contact-boxarea .input-area {
    margin-top: 16px;
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    textarea {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
    height: 120px;
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-main-details-area
    .service-main-sidebar
    .contact-boxarea
    .input-area
    button {
    border: none;
    outline: none;
}
.service-main-details-area .service-details-widget.padding1 {
    padding: 0 0 0 50px;
}
@media (max-width: 767px) {
    .service-main-details-area .service-details-widget.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-main-details-area .service-details-widget.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-main-details-area .service-details-widget.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
.service-main-details-area .service-details-widget.padding2 {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .service-main-details-area .service-details-widget.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-main-details-area .service-details-widget.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-main-details-area .service-details-widget.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.service-main-details-area .service-details-widget .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.service-main-details-area .service-details-widget h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 40px;
}
.service-main-details-area .service-details-widget .service-main-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
    padding: 30px;
    margin-top: 30px;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea:hover
    .s-img1 {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea:hover
    .title {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea:hover
    p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea:hover
    .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    opacity: 80%;
    z-index: -1;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea
    .s-img1 {
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    transition: all 0.6s;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea
    .icons {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea
    .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.service-main-details-area .service-details-widget .service-main-boxarea p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    transition: all 0.4s;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea
    .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.service-main-details-area
    .service-details-widget
    .service-main-boxarea
    .readmore
    i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.service-main-details-area .service-details-widget .details h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.service-main-details-area .service-details-widget .details p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.service-main-details-area .service-details-widget ul li {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    padding-top: 20px;
}
.service-main-details-area .service-details-widget ul li img {
    margin: 0 4px 0 0;
}
.hero-slider-main-area {
    position: relative;
    z-index: 1;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-slide.slick-current.slick-active
    .hero-bg1 {
    transform: scale(1.1);
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-slide.slick-current.slick-active
    h1 {
    transition:
        transform 1600ms ease,
        opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-slide.slick-current.slick-active
    p {
    transition:
        transform 1700ms ease,
        opacity 1700ms ease;
    transform: translateX(0px);
    opacity: 0.9 !important;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-slide.slick-current.slick-active
    .btn-area1 {
    transition:
        transform 1800ms ease,
        opacity 1800ms ease;
    transform: translateX(0px);
    opacity: 1;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-slide.slick-current.slick-active
    .main-images
    .img1 {
    transition:
        transform 2000ms ease,
        opacity 2000ms ease;
    transform: translateY(0);
    position: relative;
    opacity: 1;
}
.hero-slider-main-area .hero-main-slider-widget .hero-main-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 200px 0 0 0;
}
.hero-slider-main-area .hero-main-slider-widget .hero-main-section-area::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0f0d0d 0%, rgba(15, 13, 13, 0) 117.69%);
    width: 100%;
    z-index: -1;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition:
        transform 8000ms ease,
        opacity 1800ms ease-in;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .main-images {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-main-area
        .hero-main-slider-widget
        .hero-main-section-area
        .main-images {
        text-align: center;
        left: 200px;
    }
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .main-images
    .elements1 {
    position: absolute;
    z-index: -1;
    top: -90px;
    left: -40px;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .main-images
    .img1 {
    transition:
        transform 2000ms ease,
        opacity 2000ms ease;
    transform: translateY(1000px);
    position: relative;
    opacity: 0;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading {
    padding: 0 70px 0 0;
    position: relative;
    top: -30px;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s70);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 82px;
    display: inline-block;
    transition: all 0.4s;
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
}
@media (max-width: 767px) {
    .hero-slider-main-area
        .hero-main-slider-widget
        .hero-main-section-area
        .hero1-heading
        h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-slider-main-area
        .hero-main-slider-widget
        .hero-main-section-area
        .hero1-heading
        h1 {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 70px;
    }
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-900px);
    position: relative;
    opacity: 0 !important;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1 {
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-1000px);
    position: relative;
    opacity: 0;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1
    .h-btn1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    padding: 16px 24px;
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--ztc-text-text-1);
    z-index: 1;
    margin-left: 16px;
}
@media (max-width: 767px) {
    .hero-slider-main-area
        .hero-main-slider-widget
        .hero-main-section-area
        .hero1-heading
        .btn-area1
        .h-btn1 {
        margin-left: 0;
        margin-top: 20px;
    }
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1
    .h-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    z-index: -1;
    border-radius: 4px;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1
    .h-btn1
    i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1
    .h-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-4);
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1
    .h-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .hero-main-section-area
    .hero1-heading
    .btn-area1
    .h-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.hero-slider-main-area .hero-main-slider-widget .slick-dots {
    position: absolute;
    left: 50px;
    bottom: 50px;
    top: 50%;
}
@media (max-width: 767px) {
    .hero-slider-main-area .hero-main-slider-widget .slick-dots {
        top: 63%;
        left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-main-area .hero-main-slider-widget .slick-dots {
        top: 55%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-slider-main-area .hero-main-slider-widget .slick-dots {
        left: 20px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-slider-main-area .hero-main-slider-widget .slick-dots {
        left: 20px;
    }
}
.hero-slider-main-area .hero-main-slider-widget .slick-dots::after {
    position: absolute;
    content: "";
    height: 62px;
    width: 4px;
    background: linear-gradient(0deg, #e8040f 0%, rgba(130, 2, 8, 0) 100%);
    left: 14px;
    top: -75px;
}
.hero-slider-main-area .hero-main-slider-widget .slick-dots::before {
    position: absolute;
    content: "";
    height: 62px;
    width: 4px;
    background: linear-gradient(180deg, #e8040f 0%, rgba(130, 2, 8, 0) 100%);
    left: 14px;
    top: 75px;
}
.hero-slider-main-area .hero-main-slider-widget .slick-dots li {
    margin: 0 8px;
}
.hero-slider-main-area .hero-main-slider-widget .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: var(--ztc-bg-bg-3);
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}
.hero-slider-main-area .hero-main-slider-widget .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-dots
    li.slick-active
    button {
    background: var(--ztc-bg-bg-1);
}
.hero-slider-main-area
    .hero-main-slider-widget
    .slick-dots
    li.slick-active
    button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.hero-slider-main-area2 {
    position: relative;
    z-index: 1;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-slide.slick-current.slick-active
    .hero-bg1 {
    transform: scale(1.1);
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-slide.slick-current.slick-active
    h1 {
    transition:
        transform 1600ms ease,
        opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-slide.slick-current.slick-active
    p {
    transition:
        transform 1700ms ease,
        opacity 1700ms ease;
    transform: translateX(0px);
    opacity: 0.9 !important;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-slide.slick-current.slick-active
    .play-btns-area {
    transition:
        transform 1800ms ease,
        opacity 1800ms ease;
    transform: translateX(0px);
    opacity: 1;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-slide.slick-current.slick-active
    .main-images
    .img1 {
    transition:
        transform 2000ms ease,
        opacity 2000ms ease;
    transform: translateY(0);
    position: relative;
    opacity: 1;
}
.hero-slider-main-area2 .hero-main-slider-widget2 .hero-main-section-area2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 290px 0 235px 0;
}
@media (max-width: 767px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .hero-main-section-area2 {
        padding: 170px 0 235px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .hero-main-section-area2 {
        padding: 180px 0 235px 0;
    }
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0f0d0d 0%, rgba(15, 13, 13, 0) 117.69%);
    width: 100%;
    z-index: -1;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition:
        transform 8000ms ease,
        opacity 1800ms ease-in;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .main-images {
    position: relative;
    z-index: 3;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .main-images
    .elements1 {
    position: absolute;
    z-index: -1;
    top: -90px;
    left: -40px;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .main-images
    .img1 {
    transition:
        transform 2000ms ease,
        opacity 2000ms ease;
    transform: translateY(1000px);
    position: relative;
    opacity: 0;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading {
    padding: 0 40px 0 0;
    position: relative;
}
@media (max-width: 767px) {
    .hero-slider-main-area2
        .hero-main-slider-widget2
        .hero-main-section-area2
        .hero1-heading {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-main-area2
        .hero-main-slider-widget2
        .hero-main-section-area2
        .hero1-heading {
        padding: 0;
    }
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading
    h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s70);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 82px;
    display: inline-block;
    transition: all 0.4s;
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
}
@media (max-width: 767px) {
    .hero-slider-main-area2
        .hero-main-slider-widget2
        .hero-main-section-area2
        .hero1-heading
        h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-slider-main-area2
        .hero-main-slider-widget2
        .hero-main-section-area2
        .hero1-heading
        h1 {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 70px;
    }
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading
    p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-900px);
    position: relative;
    opacity: 0 !important;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading
    .play-btns-area {
    display: flex;
    align-items: center;
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-1000px);
    position: relative;
    opacity: 0;
}
@media (max-width: 767px) {
    .hero-slider-main-area2
        .hero-main-slider-widget2
        .hero-main-section-area2
        .hero1-heading
        .play-btns-area {
        display: inline-block;
    }
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading
    .play-btns-area
    .play-btn {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    padding-left: 24px;
    display: inline-block;
}
@media (max-width: 767px) {
    .hero-slider-main-area2
        .hero-main-slider-widget2
        .hero-main-section-area2
        .hero1-heading
        .play-btns-area
        .play-btn {
        padding-left: 0;
        margin-top: 20px;
    }
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading
    .play-btns-area
    .play-btn
    .video {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .hero-main-section-area2
    .hero1-heading
    .play-btns-area
    .play-btn
    .video::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
}
.hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots {
    position: absolute;
    left: 50px;
    bottom: 50px;
    top: 50%;
}
@media (max-width: 767px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots {
        top: 63%;
        right: 10px;
        left: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots {
        top: 63%;
        right: 10px;
        left: inherit;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots {
        left: 20px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots {
        left: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots {
        right: 20px;
        left: inherit;
    }
}
.hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots::after {
    position: absolute;
    content: "";
    height: 62px;
    width: 4px;
    background: linear-gradient(0deg, #e8040f 0%, rgba(130, 2, 8, 0) 100%);
    left: 14px;
    top: -75px;
}
.hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots::before {
    position: absolute;
    content: "";
    height: 62px;
    width: 4px;
    background: linear-gradient(180deg, #e8040f 0%, rgba(130, 2, 8, 0) 100%);
    left: 14px;
    top: 75px;
}
.hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots li {
    margin: 0 8px;
}
.hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: var(--ztc-bg-bg-3);
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}
.hero-slider-main-area2 .hero-main-slider-widget2 .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-dots
    li.slick-active
    button {
    background: var(--ztc-bg-bg-1);
}
.hero-slider-main-area2
    .hero-main-slider-widget2
    .slick-dots
    li.slick-active
    button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.hero3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 160px 0 70px;
}
.hero3 .elements16 {
    position: absolute;
    top: -40px;
    left: 0;
}
.hero3 .elements17 {
    position: absolute;
    top: -40px;
    right: 0;
}
.hero3 .elements18 {
    position: absolute;
    top: 200px;
    left: 50%;
}
.hero3 .heading2 {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .hero3 .heading2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .heading2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.hero3 .heading2 h1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s72);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 80px;
    display: inline-block;
}
@media (max-width: 767px) {
    .hero3 .heading2 h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.hero3 .heading2 .btn-area1 .vl-btn2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    padding: 16px 24px;
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--ztc-text-text-2);
    z-index: 1;
    margin-left: 16px;
}
@media (max-width: 767px) {
    .hero3 .heading2 .btn-area1 .vl-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}
.hero3 .heading2 .btn-area1 .vl-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    z-index: -1;
    border-radius: 4px;
}
.hero3 .heading2 .btn-area1 .vl-btn2 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.hero3 .heading2 .btn-area1 .vl-btn2:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-4);
}
.hero3 .heading2 .btn-area1 .vl-btn2:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.hero3 .heading2 .btn-area1 .vl-btn2:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.hero3 .hero-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.hero4-arrow-slider-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero4-arrow-slider-area .testimonial-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    z-index: 3;
    bottom: 30px;
}
.hero4-arrow-slider-area .testimonial-arrow button {
    border: none;
    height: 53px;
    width: 70px;
    text-align: center;
    line-height: 53px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-2);
}
.hero4-arrow-slider-area .testimonial-arrow button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.hero4-arrow-slider-area .testimonial-arrow .prev-arrow-hero4 {
    margin: 0 16px 0 0;
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .slick-slide.slick-current.slick-active
    .hero-img6 {
    transform: scale(1.1);
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .slick-slide.slick-current.slick-active
    .heading3 {
    transition:
        transform 1600ms ease,
        opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 {
        padding: 100px 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 {
        padding: 100px 0 50px;
    }
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 .elements27 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 {
    padding: 0 50px 0 0;
    position: relative;
    z-index: 2;
    transition:
        transform 1400ms ease,
        opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
}
@media (max-width: 767px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 h5 img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
}
@media (max-width: 767px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 h1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s72);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 80px;
    display: inline-block;
}
@media (max-width: 767px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .heading3 h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .btn-area1
    .vl-btn2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    padding: 16px 24px;
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--ztc-text-text-2);
    z-index: 1;
    margin-left: 16px;
}
@media (max-width: 767px) {
    .hero4-arrow-slider-area
        .hero4-main-slider
        .hero4
        .heading3
        .btn-area1
        .vl-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .btn-area1
    .vl-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    z-index: -1;
    border-radius: 4px;
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .btn-area1
    .vl-btn2
    i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .btn-area1
    .vl-btn2:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-4);
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .btn-area1
    .vl-btn2:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .btn-area1
    .vl-btn2:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.hero4-arrow-slider-area
    .hero4-main-slider
    .hero4
    .heading3
    .counter-boxarea-h4 {
    margin-top: 30px;
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-bg3 {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 60%;
}
@media (max-width: 767px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-bg3 {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-bg3 {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-bg3 {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-img6 {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    z-index: -1;
    transform: scale(1);
    transition:
        transform 8000ms ease,
        opacity 1800ms ease-in;
}
@media (max-width: 1199px) {
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-img6 {
        display: block;
        width: 100% !important;
        opacity: 1 !important;
        z-index: 0;
        filter: blur(1px);
    }
    .hero4-arrow-slider-area .hero4-main-slider .hero4 .hero-bg3 {
        display: none;
    }
    .hero4::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .hero4 .container {
        position: relative;
        z-index: 2;
    }
    .hero4 .heading3 h1,
    .hero4 .heading3 h2,
    .hero4 .heading3 p,
    .hero4 .heading3 h5 span,
    .hero4 .hero-phone-number {
        color: #ffffff !important;
    }
}
.hero-main-section-area5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 244px 0 276px 0;
}
@media (max-width: 767px) {
    .hero-main-section-area5 {
        padding: 170px 0 235px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-main-section-area5 {
        padding: 180px 0 235px 0;
    }
}
.hero-main-section-area5::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0f0d0d 0%, rgba(15, 13, 13, 0) 117.69%);
    width: 100%;
    z-index: -1;
    opacity: 50%;
}
.hero-main-section-area5 .hero-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-main-section-area5 .main-images {
    position: relative;
    z-index: 3;
}
.hero-main-section-area5 .main-images .elements1 {
    position: absolute;
    z-index: -1;
    top: -90px;
    left: -40px;
}
.hero-main-section-area5 .hero1-heading {
    position: relative;
}
@media (max-width: 767px) {
    .hero-main-section-area5 .hero1-heading {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-main-section-area5 .hero1-heading {
        padding: 0;
    }
}
.hero-main-section-area5 .hero1-heading h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s70);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 82px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .hero-main-section-area5 .hero1-heading h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-main-section-area5 .hero1-heading h1 {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 70px;
    }
}
.hero-main-section-area5 .hero1-heading p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}
.hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    padding: 16px 24px;
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--ztc-text-text-1);
    z-index: 1;
    margin-left: 16px;
}
@media (max-width: 767px) {
    .hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1 {
        margin-left: 0;
        margin-top: 20px;
    }
}
.hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    z-index: -1;
    border-radius: 4px;
}
.hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-4);
}
.hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.hero-main-section-area5 .hero1-heading .btn-area1 .h-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.hero-main-section-area5 .scroll-down {
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -42px;
}
.hero-main-section-area5 .scroll-down .scroll {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
}
.all-inner-header-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 320px 0 80px;
}
@media (max-width: 767px) {
    .all-inner-header-area {
        padding: 170px 0 50px;
    }
}
.all-inner-header-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0f0d0d 0%, rgba(15, 13, 13, 0) 117.69%);
    z-index: -2;
}
.all-inner-header-area .heading1 h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 68px;
}
@media (max-width: 767px) {
    .all-inner-header-area .heading1 h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.all-inner-header-area .heading1 a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
}
.all-inner-header-area .heading1 a i {
    margin: 0 4px;
}
.all-inner-header-area .heading1 a span {
    font-weight: var(--ztc-weight-bold);
    display: inline-block;
}
.all-inner-header-area .inner-images-area {
    position: relative;
}
@media (max-width: 767px) {
    .all-inner-header-area .inner-images-area {
        margin-top: 30px;
    }
}
.all-inner-header-area .inner-images-area .elements1 {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    left: 0;
}
.all-inner-header-area .inner-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
}
.vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}
.vl-offcanvas {
    position: fixed;
    background: #000000 !important;
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .vl-offcanvas {
        width: 100%;
    }
}
.vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul {
    list-style: none;
}
.vl-offcanvas-menu ul li {
    position: relative;
}
.vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
    display: block;
}
.vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}
.homepage3-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-2);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
}
.homepage3-body .vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}
.homepage3-body .vl-offcanvas {
    position: fixed;
    background: #000000 !important;
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .homepage3-body .vl-offcanvas {
        width: 100%;
    }
}
.homepage3-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage3-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.homepage3-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.homepage3-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.homepage3-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.homepage3-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul {
    list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
    position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
    display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.homepage3-body .vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
    transition: 0.3s;
}
.homepage4-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-2);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
}
.homepage4-body .vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
    position: fixed;
    background: #000000 !important;
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .homepage4-body .vl-offcanvas {
        width: 100%;
    }
}
.homepage4-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.homepage4-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage4-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.homepage4-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.homepage4-body .vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.homepage4-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.homepage4-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.homepage4-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul {
    list-style: none;
}
.homepage4-body .vl-offcanvas-menu ul li {
    position: relative;
}
.homepage4-body .vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage4-body .vl-offcanvas-menu ul li a span {
    display: block;
}
.homepage4-body .vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.homepage4-body .vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.homepage4-body .vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.homepage4-body .vl-menu-close i {
    transition: 0.3s;
}
.vl-blog-1-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.vl-blog-1-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-1-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li
    a
    svg {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.vl-blog-1-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-1-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    text-align: center;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s;
    border-radius: 8px;
    padding: 30px 24px;
    position: relative;
    margin: -40px 10px 0;
    z-index: 2;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-1-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-2-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-blog-2-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-2-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li
    a
    svg {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.vl-blog-2-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-2-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
    padding: 30px 24px;
    position: relative;
    z-index: 2;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-2-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-3-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-blog-3-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1);
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta ul li a {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-3-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li
    a
    svg {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-3-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 8px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-3-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.vl-blog-3-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-4-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-blog-4-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1);
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-content .elements25 {
    opacity: 1;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .elements25 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 30%;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-5-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-blog-5-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-5-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li
    a
    svg {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.vl-blog-5-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-5-area
    .vl-blog-1-item:hover
    .vl-blog-1-content
    .vl-blog-1-icon
    .readmore
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    border-radius: 8px;
    padding: 30px 24px;
    position: relative;
    margin: -40px 10px 0;
    z-index: 2;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-5-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-blog-inner2-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vl-blog-inner-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-inner-item:hover .vl-blog-1-thumb {
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-inner-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.vl-blog-inner-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}
.vl-blog-inner-item .vl-blog-1-thumb img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-inner-item .vl-blog-1-content {
    text-align: center;
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    border-radius: 8px;
    padding: 30px 24px;
    position: relative;
    margin: -40px 10px 0;
    z-index: 2;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-meta ul li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-inner-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-inner-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-inner-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-inner-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-inner-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover {
    color: #b18039;
}
.vl-blog-inner-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover i {
    transform: rotate(0);
}
.vl-blog-inner2-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.vl-blog-inner2-item:hover .vl-blog-1-thumb {
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-inner2-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.vl-blog-inner2-item:hover .vl-blog-1-content {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}
.vl-blog-inner2-item:hover .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-inner2-item:hover .vl-blog-1-content .vl-blog-meta ul li a svg {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}
.vl-blog-inner2-item:hover .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-inner2-item:hover .vl-blog-1-content p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 90%;
}
.vl-blog-inner2-item:hover .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-blog-inner2-item:hover .vl-blog-1-content .vl-blog-1-icon .readmore i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-inner2-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}
.vl-blog-inner2-item .vl-blog-1-thumb img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.vl-blog-inner2-item .vl-blog-1-content {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    border-radius: 8px;
    padding: 30px 24px;
    position: relative;
    margin: -40px 10px 0;
    z-index: 2;
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-meta ul li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 0 0 0;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-inner2-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-inner2-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-blog-inner2-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-inner2-item .vl-blog-1-content .vl-blog-1-title a {
        line-height: 28px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-blog-inner2-item .vl-blog-1-content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-1-icon .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-inner2-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.blog-main-details-sec {
    position: relative;
    z-index: 1;
}
.blog-main-siderbar {
    position: sticky;
    top: 120px;
}
.blog-main-siderbar h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 24px;
}
.bl-search-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.bl-search-area form {
    position: relative;
    z-index: 1;
}
.bl-search-area form input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
}
.bl-search-area form input::-moz-placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.bl-search-area form input::placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.bl-search-area form button {
    border: none;
    outline: none;
    background: none;
    text-align: center;
    transition: all 0.4s;
    position: absolute;
    right: 7px;
    top: 13px;
}
.bl-categories-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.bl-categories-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 20px 20px;
    transition: all 0.4s;
    margin-top: 20px;
}
.bl-categories-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.bl-social-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.bl-social-area ul li {
    display: inline-block;
    margin: 0 6px 0 0;
}
.bl-social-area ul li:last-child {
    margin: 0;
}
.bl-social-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
}
.bl-social-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.bl-recent-posts-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
    position: relative;
}
@media (max-width: 767px) {
    .bl-recent-posts-area {
        text-align: center;
    }
}
.bl-recent-posts-area .recent-posts {
    position: relative;
}
@media (max-width: 767px) {
    .bl-recent-posts-area .recent-posts {
        text-align: center;
    }
}
.bl-recent-posts-area .recent-posts .img1 {
    position: absolute;
}
@media (max-width: 767px) {
    .bl-recent-posts-area .recent-posts .img1 {
        position: relative;
    }
}
.bl-recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    max-height: 100px;
    max-width: 100px;
}
@media (max-width: 767px) {
    .bl-recent-posts-area .recent-posts .img1 img {
        height: 100px;
        width: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.bl-recent-posts-area .recent-posts .content {
    padding-left: 120px;
}
@media (max-width: 767px) {
    .bl-recent-posts-area .recent-posts .content {
        padding-left: 0;
        margin-top: 16px;
    }
}
.bl-recent-posts-area .recent-posts .content ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(---ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.bl-recent-posts-area .recent-posts .content ul li a img {
    margin: -5px 4px 0 0;
    transition: all 0.4s;
}
.bl-recent-posts-area .recent-posts .content h4 a {
    color: var(--ztc-text-text-2);
    font-family: var(---ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
}
.bl-recent-posts-area .recent-posts .content h4 a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.bl-popular-tags {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.bl-popular-tags ul li {
    display: inline-block;
}
.bl-popular-tags ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-1);
    margin: 16px 6px 0 0;
}
.bl-popular-tags ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.bl-help-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.bl-help-area h3 {
    line-height: 28px;
}
.blog-main-details-area {
    position: relative;
    z-index: 1;
}
.blog-main-details-area.padding1 {
    padding: 0 0 0 50px;
}
@media (max-width: 767px) {
    .blog-main-details-area.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-main-details-area.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-main-details-area.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
.blog-main-details-area.padding2 {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .blog-main-details-area.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-main-details-area.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-main-details-area.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.blog-main-details-area h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 40px;
}
.blog-main-details-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.bl-images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.bl-auhtor-area ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.bl-auhtor-area ul li:nth-last-child(1) {
    margin: 0;
}
.bl-auhtor-area ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-bg-bg-4);
    padding: 14px 16px;
    border-radius: 4px;
    transition: all 0.4s;
}
.bl-auhtor-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.bl-auhtor-area ul li a:hover svg {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.bl-auhtor-area ul li a svg {
    transform: translateY(-1px);
    margin: 0 2px 0 0;
    transition: all 0.4s;
}
.bl-pera-box {
    background: var(--ztc-bg-bg-4);
    border-radius: 4px;
    padding: 30px;
    border-left: 5px solid var(--ztc-bg-bg-3);
}
.bl-pera-box h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: italic;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.bl-tags-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
    .bl-tags-social {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .bl-tags-social .tags {
        margin-bottom: 16px;
    }
}
.bl-tags-social .tags ul li {
    display: inline-block;
}
.bl-tags-social .tags ul li:nth-child(1) {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin: 0 16px 0 0;
}
.bl-tags-social .tags ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    padding: 11px 12px;
    margin: 0 8px 0 0;
    border-radius: 4px;
    background: var(--ztc-bg-bg-4);
}
.bl-tags-social .tags ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.bl-tags-social .social ul li {
    display: inline-block;
}
.bl-tags-social .social ul li:nth-child(1) {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin: 0 16px 0 0;
}
.bl-tags-social .social ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s16);
    margin: 0 8px 0 0;
}
.bl-tags-social .social ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.comments-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 24px;
}
.comments-boxarea.box2 {
    margin: 0 0 0 30px;
}
@media (max-width: 767px) {
    .comments-boxarea.box2 {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comments-boxarea.box2 {
        margin: 0;
    }
}
.comments-boxarea .comments-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .comments-boxarea .comments-boxes {
        display: inline-block;
    }
}
.comments-boxarea .comments-boxes .comments-auhtor-box {
    display: flex;
    align-items: center;
}
.comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.comments-boxarea .comments-boxes .comments-auhtor-box .content {
    padding-left: 18px;
}
.comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}
.comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: block;
    transition: all 0.4s;
    padding-bottom: 10px;
}
.comments-boxarea .comments-boxes .reply {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .comments-boxarea .comments-boxes .reply {
        margin-top: 12px;
    }
}
.comments-boxarea .comments-boxes .reply i {
    margin: 0 2px 0 0;
}
.bl-contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
}
.bl-contact-boxarea .input-area {
    margin-top: 16px;
}
.bl-contact-boxarea .input-area input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 20px 16px;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
}
.bl-contact-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.bl-contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.bl-contact-boxarea .input-area textarea {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
    height: 140px;
    border-radius: 8px;
}
.bl-contact-boxarea .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.bl-contact-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.bl-contact-boxarea .input-area button {
    border: none;
    outline: none;
    text-align: center;
}
.hero-phone-number {
    font-size: var(--ztc-font-size-font-s28);
    color: var(--ztc-text-text-4);
    line-height: 1;
    margin: 0;
    transition: all 0.4s;
    font-weight: var(--ztc-weight-medium);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.hero-phone-number:hover {
    color: var(--ztc-text-text-2);
    transform: translateY(-5px);
}
@media (max-width: 767px) {
    .hero-phone-number {
        font-size: var(--ztc-font-size-font-s20);
    }
}
.vl-footer1-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 275px 0 32px;
    background: var(--ztc-bg-bg-4);
}
.vl-footer1-section-area .elements2 {
    position: absolute;
    top: 100px;
}
.vl-footer1-section-area .elements3 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.vl-footer1-section-area .footer-logo-area {
    position: relative;
    z-index: 1;
}
.vl-footer1-section-area .footer-logo-area img {
    width: 130px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.vl-footer1-section-area .footer-logo-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.vl-footer1-section-area .footer-logo-area .social-links li {
    display: inline-block;
    margin: 0 6px 0 0;
}
.vl-footer1-section-area .footer-logo-area .social-links li:nth-last-child(1) {
    margin: 0;
}
.vl-footer1-section-area .footer-logo-area .social-links li a {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-4);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    border: 1px solid var(--ztc-text-text-2);
}
.vl-footer1-section-area .footer-logo-area .social-links li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-4);
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding-left: 70px;
}
@media (max-width: 767px) {
    .vl-footer1-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-footer1-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
    padding-left: 5px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
    padding-left: 5px;
}
.vl-footer1-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}
.vl-footer1-section-area .footer-widget-area ul li {
    padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area ul li a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area ul li a svg {
    margin: 0 5px 0 0;
}
.vl-footer1-section-area .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--ztc-border-border-1);
    padding-top: 24px;
}
@media (max-width: 767px) {
    .vl-footer1-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}
.vl-footer1-section-area .copyright-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .vl-footer1-section-area .copyright-area a {
        line-height: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .copyright-area ul {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .vl-footer1-section-area .copyright-area ul {
        padding-top: 20px;
    }
}
.vl-footer1-section-area .copyright-area ul li {
    display: inline-block;
}
.vl-footer1-section-area .copyright-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-footer1-section-area .copyright-area ul li span {
    display: inline-block;
    margin: 0 16px;
    color: var(--ztc-border-border-1);
}
.homepage1-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-2);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-2);
    }
}
.homepage1-body .vl-transparent-header::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #7a7a7a;
    opacity: 30%;
}
.homepage1-body .vl-transparent-header .header-top-area {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    padding: 10px;
}
@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header .header-top-area {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header .header-top-area {
        display: none;
    }
}
.homepage1-body .vl-transparent-header .header-top-area .header-top-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li {
    display: inline-block;
    margin: 0 24px 0 0;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li:nth-last-child(1) {
    margin: 0;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.5s;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li
    a
    svg {
    margin: -4px 4px 0 0;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area {
    display: flex;
    align-items: center;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links {
    margin: 0 24px 0 0;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li {
    display: inline-block;
    margin: 0 8px 0 0;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li:nth-last-child(1) {
    margin: 0;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li
    a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li
    a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .tel-phn {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.5s;
}
.homepage1-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .tel-phn
    svg {
    margin: -4px 4px 0 0;
}
.homepage1-body .vl-transparent-header .vl-logo img {
    width: 164px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu {
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 1;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -10px;
    width: 1px;
    background: var(--ztc-bg-bg-1);
    opacity: 30%;
}
.homepage1-body .vl-main-menu ul {
    text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage1-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-4);
    background: none;
    opacity: 70%;
}
.homepage1-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-2);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-3);
    top: 0;
}
.homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-3);
    z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
}
.homepage1-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-2);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    border-top: 5px solid var(--ztc-bg-bg-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage1-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}
.homepage1-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage1-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage1-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage1-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-2);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -81px;
}
@media (max-width: 767px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 4px;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.homepage1-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
}
.homepage1-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage1-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage1-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: rgba(0, 0, 0, 0.76);
}
.homepage1-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage2-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage2-body .vl-transparent-header {
        background: var(--ztc-bg-bg-2);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-transparent-header {
        background: var(--ztc-bg-bg-2);
    }
}
.homepage2-body .vl-transparent-header::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #7a7a7a;
    opacity: 30%;
}
.homepage2-body .vl-transparent-header .vl-logo img {
    width: 164px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu {
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 1;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -10px;
    width: 1px;
    background: var(--ztc-bg-bg-1);
    opacity: 30%;
}
.homepage2-body .vl-main-menu ul {
    text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-4);
    background: none;
    opacity: 70%;
}
.homepage2-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-2);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-3);
    top: 0;
}
.homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-3);
    z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-4);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
}
.homepage2-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-2);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    border-top: 5px solid var(--ztc-bg-bg-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage2-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage2-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}
.homepage2-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage2-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage2-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-2);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -81px;
}
@media (max-width: 767px) {
    .homepage2-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 4px;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.homepage2-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage2-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
}
.homepage2-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage2-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage2-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: rgba(0, 0, 0, 0.76);
}
.homepage2-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage3-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage3-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage3-body .vl-transparent-header::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #dcdcdc;
    opacity: 30%;
}
.homepage3-body .vl-transparent-header .vl-logo img {
    width: 164px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area svg {
    filter: brightness(0);
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu {
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 1;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -10px;
    width: 1px;
    background: #dcdcdc;
}
.homepage3-body .vl-main-menu ul {
    text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-4);
    background: none;
    opacity: 70%;
}
.homepage3-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-3);
    top: 0;
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-3);
    z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-4);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
}
.homepage3-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    border-top: 5px solid var(--ztc-bg-bg-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage3-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage3-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}
.homepage3-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage3-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage3-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-2);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -81px;
}
@media (max-width: 767px) {
    .homepage3-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 4px;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.homepage3-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage3-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage3-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: var(--ztc-bg-bg-1);
}
.homepage3-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage4-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
    .homepage4-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage4-body .vl-transparent-header::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #dcdcdc;
    opacity: 30%;
}
.homepage4-body .vl-transparent-header .header-top-area {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    padding: 10px;
}
@media (max-width: 767px) {
    .homepage4-body .vl-transparent-header .header-top-area {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-transparent-header .header-top-area {
        display: none;
    }
}
.homepage4-body .vl-transparent-header .header-top-area .header-top-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li {
    display: inline-block;
    margin: 0 24px 0 0;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li:nth-last-child(1) {
    margin: 0;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.5s;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .header-list
    li
    a
    svg {
    margin: -4px 4px 0 0;
    filter: brightness(0) invert(1);
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area {
    display: flex;
    align-items: center;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links {
    margin: 0 24px 0 0;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li {
    display: inline-block;
    margin: 0 8px 0 0;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li:nth-last-child(1) {
    margin: 0;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li
    a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .header-links
    li
    a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .tel-phn {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.5s;
}
.homepage4-body
    .vl-transparent-header
    .header-top-area
    .header-top-main
    .hsocial-phn-area
    .tel-phn
    svg {
    margin: -4px 4px 0 0;
    filter: brightness(0) invert(1);
}
.homepage4-body .vl-transparent-header .vl-logo img {
    width: 120px !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area svg {
    filter: brightness(0);
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu {
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 1;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -10px;
    width: 1px;
    background: #dcdcdc;
}
.homepage4-body .vl-main-menu ul {
    text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage4-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage4-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-4);
    background: none;
    opacity: 70%;
}
.homepage4-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-3);
    top: 0;
}
.homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-3);
    z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-4);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
}
.homepage4-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    border-top: 5px solid var(--ztc-bg-bg-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage4-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage4-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}
.homepage4-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage4-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage4-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage4-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-2);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -81px;
}
@media (max-width: 767px) {
    .homepage4-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 4px;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.homepage4-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage4-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
}
.homepage4-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage4-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage4-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: var(--ztc-bg-bg-1);
}
.homepage4-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage5-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage5-body .vl-transparent-header {
        background: var(--ztc-bg-bg-2);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-transparent-header {
        background: var(--ztc-bg-bg-2);
    }
}
.homepage5-body .vl-transparent-header::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #7a7a7a;
    opacity: 30%;
}
.homepage5-body .vl-transparent-header .vl-logo img {
    width: 164px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .sidebar_btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu {
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 1;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .sidebar_btn-area
    .hamburger_menu::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -10px;
    width: 1px;
    background: var(--ztc-bg-bg-1);
    opacity: 30%;
}
.homepage5-body .vl-main-menu ul {
    text-align: center;
}
.homepage5-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage5-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage5-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-4);
    background: none;
    opacity: 70%;
}
.homepage5-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage5-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-2);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-3);
    top: 0;
}
.homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-3);
    z-index: 1;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-4);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage5-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-4);
}
.homepage5-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
}
.homepage5-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-2);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    border-top: 5px solid var(--ztc-bg-bg-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage5-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage5-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}
.homepage5-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage5-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage5-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage5-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-2);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -81px;
}
@media (max-width: 767px) {
    .homepage5-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.6s;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 4px;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    color: var(--ztc-text-text-1);
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    transition: all 0.6s;
    left: 0;
    right: inherit;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.homepage5-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage5-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
}
.homepage5-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage5-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage5-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: rgba(0, 0, 0, 0.76);
}
.homepage5-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: var(--ztc-text-text-2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-container,
.loading {
    height: 140px;
    position: relative;
    width: 140px;
    border-radius: 100%;
}
.loading-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading {
    position: absolute;
    inset: 0;
    border: 4px solid transparent;
    border-top-color: var(--ztc-text-text-4);
    border-left-color: var(--ztc-text-text-4);
    border-radius: 50%;
    animation: rotate-loading 1.5s linear infinite;
    box-sizing: border-box;
}
#loading-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transform: translateX(-6px); /* Fine-tuned visual balance */
}
@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    color: var(--ztc-text-text-1);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--ztc-text-text-2);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
    color: var(--ztc-text-text-2);
}
.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
    color: var(--ztc-text-text-2);
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--ztc-text-text-2);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.apporch-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
    .apporch-area .heading1 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .apporch-area .heading1 {
        margin-bottom: 30px;
    }
}
.apporch-area .heading1 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.apporch-area .images-app-area {
    position: relative;
    z-index: 1;
}
.apporch-area .images-app-area .img2 {
    position: relative;
    left: 125px;
    margin-top: -130px;
}
@media (max-width: 767px) {
    .apporch-area .images-app-area .img2 {
        left: 0;
        margin-top: 30px;
    }
}
.error-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.error-section .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.others1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.others1 .others-boxarea {
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.13);
    padding: 30px;
    transition: all 0.4s;
    margin-bottom: 30px;
}
.others1 .others-boxarea:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: translateY(-10px);
}
.others1 .others-boxarea:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.others1 .others-boxarea:hover .title {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.others1 .others-boxarea .icons {
    margin-bottom: 24px;
}
.others1 .others-boxarea .icons img {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.4s;
}
.others1 .others-boxarea .title {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
    transition: all 0.4s;
}
.others2 {
    position: relative;
    z-index: 1;
    padding: 0 0 0 0;
}
.others2 .others-boxarea {
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.13);
    padding: 30px;
    transition: all 0.4s;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    top: -100px;
}
.others2 .others-boxarea:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: translateY(-10px);
}
.others2 .others-boxarea:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.others2 .others-boxarea:hover .title {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.others2 .others-boxarea .icons {
    margin-bottom: 24px;
}
.others2 .others-boxarea .icons img {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.4s;
}
.others2 .others-boxarea .title {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
    transition: all 0.4s;
}
.others-slider-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
    padding: 32px 0;
}
.others-slider-section .brand-slider-area .slick-list {
    overflow: inherit !important;
}
.header-search-container form input {
    outline: none;
    border: none;
    background: none;
    font-family: var(--ztc-family-font1);
    font-weight: 500;
}
.header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 9999;
    background-color: var(--ztc-bg-bg-1);
    transform: translate3d(0, -100%, 0);
    transition:
        transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
        visibility 0.8s step-end;
}
.header-search-form-wrapper.open {
    transition:
        transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
        visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
}
.header-search-form-wrapper .search-form {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-search-form-wrapper .search-form input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dddbdb;
    padding-left: 0;
    border-radius: 0;
    width: 100%;
    color: var(--ztc-text-text-2);
}
.header-search-form-wrapper
    .search-form
    input[type="search"]::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}
.header-search-form-wrapper .search-form input[type="search"]::placeholder {
    color: #a4a4a4;
    opacity: 1;
}
.header-search-form-wrapper
    .search-form
    input[type="search"]:-ms-input-placeholder {
    color: #a4a4a4;
}
.header-search-form-wrapper
    .search-form
    input[type="search"]::-ms-input-placeholder {
    color: #a4a4a4;
}
.header-search-form-wrapper .search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #9f9f9f;
    font-size: 24px;
    border: none;
    color: #2b495a;
}
.header-search-form-wrapper .tx-search-close {
    background: rgba(204, 204, 204, 0.2705882353);
    width: 54px;
    height: 54px;
    border-width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
}
.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
    background-color: var(--ztc-bg-bg-2);
}
.header-search-container {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    border: 0;
    padding: 0;
    background: 0 0;
    transform: translate3d(0, calc(100% - 100px), 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.header-search-form-wrapper.open .header-search-container {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.header-site-icon .slide-bar.slide-bar {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--ztc-bg-bg-1);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    width: 450px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-site-icon .slide-bar.slide-bar {
        overflow-y: scroll;
        height: 800px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-site-icon .slide-bar.slide-bar {
        overflow-y: scroll;
        height: 800px;
    }
}
.header-site-icon .slide-bar.slide-bar .sidebar-info .sidebar-logo a img {
    height: 52px;
    width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}
.header-site-icon
    .slide-bar.slide-bar
    .sidebar-info
    .sidebar-logo
    .close-mobile-menu
    a {
    font-size: var(--ztc-font-size-font-s32);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: var(--ztc-bg-bg-3);
    cursor: pointer;
    color: var(--ztc-text-text-1);
}
.header-site-icon .slide-bar.slide-bar .sidebar-content p {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    transition: all 0.4s ease-in-out;
}
.header-site-icon .slide-bar.slide-bar .social-link-area h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-2);
    margin-bottom: 24px;
    line-height: var(--ztc-font-size-font-s34);
}
.header-site-icon .slide-bar.slide-bar .social-link-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 6px 0 0;
    transition: all 0.4s ease-in-out;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
}
.header-site-icon .slide-bar.slide-bar .social-link-area ul li a:hover {
    transition: all 0.4s ease-in-out;
    transform: translateY(-5px);
    background: var(--ztc-bg-bg-3);
}
.header-site-icon .slide-bar.slide-bar .form-area h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-2);
    margin-bottom: 24px;
    line-height: var(--ztc-font-size-font-s34);
}
.header-site-icon .slide-bar.slide-bar .form-area form {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.13);
    display: block;
    position: relative;
    border-radius: 4px;
}
.header-site-icon .slide-bar.slide-bar .form-area form input {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
}
.header-site-icon .slide-bar.slide-bar .form-area form input::-moz-placeholder {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    opacity: 0.8;
}
.header-site-icon .slide-bar.slide-bar .form-area form input::placeholder {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    opacity: 0.8;
}
.header-site-icon .slide-bar.slide-bar .form-area form button {
    border: none;
    outline: none;
    position: absolute;
    top: 6px;
    right: 5px;
}
.team1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team1 .team-widget-boxarea-t {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.team1 .team-widget-boxarea-t:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.team1 .team-widget-boxarea-t:hover .social-content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}
.team1 .team-widget-boxarea-t .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.team1 .team-widget-boxarea-t .img1 img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.team1 .team-widget-boxarea-t .social-content-area {
    position: absolute;
    bottom: 30px;
    left: 24px;
    right: 24px;
    z-index: 2;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 30px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.7);
}
.team1 .team-widget-boxarea-t .social-content-area .title {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    transition-duration: all 0.4s;
}
.team1 .team-widget-boxarea-t .social-content-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.team1 .team-widget-boxarea-t .social-content-area p {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.team1 .team-widget-boxarea-t .social-content-area ul li {
    display: inline-block;
    margin: 0 4px 0 0;
}
.team1 .team-widget-boxarea-t .social-content-area ul li:nth-last-child(1) {
    margin: 0;
}
.team1 .team-widget-boxarea-t .social-content-area ul li a {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-1);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
}
.team1 .team-widget-boxarea-t .social-content-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    border: 1px solid var(--ztc-text-text-4);
}
.team3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team3 .team3-widget-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    background: var(--ztc-bg-bg-4);
}
.team3 .team3-widget-boxarea:hover .team-images .img1 {
    border-radius: 8px 8px 0 0;
}
.team3 .team3-widget-boxarea:hover .team-images .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea:hover .team-images .elements16 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea:hover ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.6s;
}
.team3 .team3-widget-boxarea:hover .text-share-area .share a {
    transform: rotate(-45deg);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
}
.team3 .team3-widget-boxarea:hover .text-share-area .share a i {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea .team-images {
    position: relative;
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea .team-images .img1 {
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}
.team3 .team3-widget-boxarea .team-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea .text-share-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.team3 .team3-widget-boxarea .text-share-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea .text-share-area .text a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea .text-share-area .text p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea .text-share-area .share a {
    background: var(--ztc-bg-bg-1);
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.team3 .team3-widget-boxarea .text-share-area .share a i {
    transition: all 0.4s;
}
.team3 .team3-widget-boxarea ul {
    position: absolute;
    bottom: 140px;
    z-index: 2;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
    transform: rotateY(-180deg);
}
.team3 .team3-widget-boxarea ul li {
    margin-bottom: 6px;
}
.team3 .team3-widget-boxarea ul li:nth-last-child(1) {
    margin: 0;
}
.team3 .team3-widget-boxarea ul li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    text-align: center;
    font-size: var(--ztc-font-size-font-s16);
    border: 1px solid var(--ztc-bg-bg-1);
}
.team3 .team3-widget-boxarea ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-bg-bg-3);
}
.team4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team4 .team-4-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 40px 60px 70px 60px;
    transition: all 0.4s;
    overflow: hidden;
    margin-bottom: 30px;
}
.team4 .team-4-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    background: var(--ztc-bg-bg-1);
}
.team4 .team-4-boxarea:hover .elements25 {
    opacity: 1;
    transition: all 0.4s;
}
.team4 .team-4-boxarea:hover .plus a {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.team4 .team-4-boxarea:hover .img1 ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.team4 .team-4-boxarea .elements25 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 30%;
}
.team4 .team-4-boxarea .img1 {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.team4 .team-4-boxarea .img1 .plus a {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -19px;
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}
.team4 .team-4-boxarea .img1 ul {
    visibility: visible;
    opacity: 0;
    transition: all 0.6s;
}
.team4 .team-4-boxarea .img1 ul li {
    display: inline-block;
}
.team4 .team-4-boxarea .img1 ul li:nth-child(1) {
    position: absolute;
    left: 62%;
    bottom: -7px;
}
.team4 .team-4-boxarea .img1 ul li:nth-child(2) {
    position: absolute;
    left: 78%;
    bottom: 15px;
}
.team4 .team-4-boxarea .img1 ul li:nth-child(3) {
    position: absolute;
    left: 88%;
    bottom: 54px;
}
.team4 .team-4-boxarea .img1 ul li:nth-child(4) {
    position: absolute;
    left: 92%;
    bottom: 100px;
}
.team4 .team-4-boxarea .img1 ul li a {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    display: inline-block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.team4 .team-4-boxarea .img1 ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.team4 .team-4-boxarea .img1 img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team4 .team-4-boxarea .text-area {
    text-align: center;
}
.team4 .team-4-boxarea .text-area .title {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.team4 .team-4-boxarea .text-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.team4 .team-4-boxarea .text-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.team5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team5 .team5-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.team5 .team5-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.team5 .team5-boxarea:hover .content-area {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}
.team5 .team5-boxarea:hover .content-area a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.team5 .team5-boxarea:hover .content-area p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.team5 .team5-boxarea:hover ul {
    right: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.team5 .team5-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.team5 .team5-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.team5 .team5-boxarea .content-area {
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 30px;
    transition: all 0.4s;
    text-align: center;
    position: relative;
    margin: -55px 30px 0 30px;
    z-index: 1;
}
.team5 .team5-boxarea .content-area .title {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.team5 .team5-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}
.team5 .team5-boxarea ul {
    background: var(--ztc-bg-bg-3);
    border-radius: 8px 0 0 8px;
    padding: 24px 16px;
    transition: all 0.6s;
    display: inline-block;
    position: absolute;
    top: 45px;
    right: -100px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}
.team5 .team5-boxarea ul li {
    margin: 0 0 8px 0;
}
.team5 .team5-boxarea ul li:nth-last-child(1) {
    margin: 0;
}
.team5 .team5-boxarea ul li a {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border: 1px solid var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    color: var(--ztc-text-text-1);
}
.team5 .team5-boxarea ul li a:hover {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.team-inner-widget-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-widget-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 40px 60px 70px 60px;
    transition: all 0.4s;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-widget-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    background: var(--ztc-bg-bg-1);
}
.team-widget-boxarea:hover .elements25 {
    opacity: 1;
    transition: all 0.4s;
}
.team-widget-boxarea:hover .plus a {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.team-widget-boxarea:hover .img1 ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.team-widget-boxarea .elements25 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 30%;
}
.team-widget-boxarea .img1 {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.team-widget-boxarea .img1 .plus a {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -19px;
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}
.team-widget-boxarea .img1 ul {
    visibility: visible;
    opacity: 0;
    transition: all 0.6s;
}
.team-widget-boxarea .img1 ul li {
    display: inline-block;
}
.team-widget-boxarea .img1 ul li:nth-child(1) {
    position: absolute;
    left: 62%;
    bottom: -7px;
}
.team-widget-boxarea .img1 ul li:nth-child(2) {
    position: absolute;
    left: 78%;
    bottom: 15px;
}
.team-widget-boxarea .img1 ul li:nth-child(3) {
    position: absolute;
    left: 88%;
    bottom: 54px;
}
.team-widget-boxarea .img1 ul li:nth-child(4) {
    position: absolute;
    left: 92%;
    bottom: 100px;
}
.team-widget-boxarea .img1 ul li a {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    display: inline-block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.team-widget-boxarea .img1 ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.team-widget-boxarea .img1 img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-widget-boxarea .text-area {
    text-align: center;
}
.team-widget-boxarea .text-area .title {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.team-widget-boxarea .text-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.main-detaila-team-sec {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-detaila-team-sec {
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-detaila-team-sec {
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .main-detaila-team-sec {
        overflow: hidden;
    }
}
.team-details-sidebar {
    position: sticky;
    top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-details-sidebar {
        top: 0;
    }
}
.td-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.td-thumb-details .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
    transition: all 0.4s;
    display: inline-block;
}
.td-thumb-details .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.td-social li {
    display: inline-block;
    margin: 0 6px 0 0;
}
.td-social li:nth-last-child(1) {
    margin: 0;
}
.td-social li a {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    border: 1px solid var(--ztc-text-text-2);
}
.td-social li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-4);
}
.main-content-td-details {
    position: relative;
    z-index: 1;
}
.main-content-td-details.padding1 {
    padding: 0 0 0 50px;
}
@media (max-width: 767px) {
    .main-content-td-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-td-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-content-td-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
.main-content-td-details.padding2 {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .main-content-td-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-td-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-content-td-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.main-content-td-details h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 40px;
}
.main-content-td-details p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.main-content-td-details .progress-bar-container {
    max-width: 100%;
}
.main-content-td-details .progress-bar-container .progress-item {
    margin-top: 30px;
}
.main-content-td-details .progress-bar-container .label {
    display: flex;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    margin-bottom: 16px;
}
.main-content-td-details .progress-bar-container .progress {
    background-color: var(--ztc-bg-bg-4);
    border-radius: 2px;
    height: 14px;
    overflow: hidden;
}
.main-content-td-details .progress-bar-container .bar.red {
    height: 14px;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 2px;
}
.td-info-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--ztc-bg-bg-4);
    padding: 24px;
    border-radius: 8px;
    transition: all 0.4s;
    margin-top: 30px;
}
.td-info-box:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}
.td-info-box:hover p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.td-info-box:hover a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.td-info-box p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.td-info-box a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    padding-left: 8px;
}
.td-icons-boxarea {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.td-icons-boxarea:hover .icons h4 {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.td-icons-boxarea .icons h4 {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-family: var(--ztc-family-font1);
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.td-icons-boxarea .content-area {
    padding-left: 64px;
}
.td-icons-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.contact1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact1 .contact-widget-area h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.contact1 .contact-widget-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.contact1 .contact-widget-area .contact-boxarea {
    position: relative;
    z-index: 1;
}
.contact1 .contact-widget-area .contact-boxarea .input-area {
    margin-top: 20px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-4);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
}
.contact1
    .contact-widget-area
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-4);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
}
.contact1
    .contact-widget-area
    .contact-boxarea
    .input-area
    .nice-select::after {
    height: 7px;
    width: 7px;
    right: 16px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select ul {
    width: 100%;
}
.contact1 .contact-widget-area .contact-boxarea .input-area textarea {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-4);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: 170px;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
}
.contact1
    .contact-widget-area
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact1
    .contact-widget-area
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area button {
    border: none;
    outline: none;
}
.contact1 .contact-maps-area iframe {
    width: 100%;
    border-radius: 8px;
    height: 525px;
}
@media (max-width: 767px) {
    .contact1 .contact-maps-area iframe {
        height: 300px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact1 .contact-maps-area iframe {
        height: 400px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact1 .contact-maps-area iframe {
        height: 400px;
        margin-bottom: 30px;
    }
}
.contact2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}
.contact2 .contact-widget-area h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.contact2 .contact-widget-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.contact2 .contact-widget-area .contact-boxarea {
    position: relative;
    z-index: 1;
}
.contact2 .contact-widget-area .contact-boxarea .input-area {
    margin-top: 20px;
}
.contact2 .contact-widget-area .contact-boxarea .input-area input {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
}
.contact2
    .contact-widget-area
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact2 .contact-widget-area .contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact2 .contact-widget-area .contact-boxarea .input-area .nice-select {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
}
.contact2
    .contact-widget-area
    .contact-boxarea
    .input-area
    .nice-select::after {
    height: 7px;
    width: 7px;
    right: 16px;
}
.contact2 .contact-widget-area .contact-boxarea .input-area .nice-select ul {
    width: 100%;
}
.contact2 .contact-widget-area .contact-boxarea .input-area textarea {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: 170px;
    border-radius: 8px;
    border: 1px solid var(--STOK-COLOR, #dcdcdc);
}
.contact2
    .contact-widget-area
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact2
    .contact-widget-area
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact2 .contact-widget-area .contact-boxarea .input-area button {
    border: none;
    outline: none;
}
.contact2 .contact-maps-area iframe {
    width: 100%;
    border-radius: 8px;
    height: 525px;
}
@media (max-width: 767px) {
    .contact2 .contact-maps-area iframe {
        height: 300px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact2 .contact-maps-area iframe {
        height: 400px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact2 .contact-maps-area iframe {
        height: 400px;
        margin-bottom: 30px;
    }
}
.contact-widget-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-widget-box {
    background: var(--ztc-bg-bg-4);
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 30px;
}
.contact-widget-box p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    transition: all 0.4s;
}
.contact-widget-small {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
    height: 204px;
}
.contact-widget-small .icons {
    height: 48px;
    width: 48px;
    display: inline-block;
    border-radius: 8px;
    background: var(--ztc-bg-bg-3);
    line-height: 48px;
    text-align: center;
    transition: all 0.4s;
}
.contact-widget-small h5 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.contact-widget-small a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.contact-widget-small a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.contact-widget-small ul li {
    display: inline-block;
}
.contact-widget-small ul li a {
    height: 46px;
    width: 46px;
    display: inline-block;
    transition: all 0.4s;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
}
.contact-widget-area-inner {
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 30px;
}
.contact-widget-area-inner h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.contact-widget-area-inner p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.contact-widget-area-inner .contact-boxarea {
    position: relative;
    z-index: 1;
}
.contact-widget-area-inner .contact-boxarea .input-area {
    margin-top: 20px;
}
.contact-widget-area-inner .contact-boxarea .input-area input {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    border-radius: 8px;
}
.contact-widget-area-inner
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact-widget-area-inner .contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact-widget-area-inner .contact-boxarea .input-area .nice-select {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 8px;
}
.contact-widget-area-inner .contact-boxarea .input-area .nice-select::after {
    height: 7px;
    width: 7px;
    right: 16px;
}
.contact-widget-area-inner .contact-boxarea .input-area .nice-select ul {
    width: 100%;
}
.contact-widget-area-inner .contact-boxarea .input-area textarea {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: 170px;
    border-radius: 8px;
}
.contact-widget-area-inner
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact-widget-area-inner .contact-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}
.contact-widget-area-inner .contact-boxarea .input-area button {
    border: none;
    outline: none;
}
.maps-widget-area iframe {
    width: 100%;
    height: 660px;
}
@media (max-width: 767px) {
    .maps-widget-area iframe {
        height: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .maps-widget-area iframe {
        height: 400px;
    }
}
.cta1-section-area {
    position: relative;
    z-index: 2;
    margin-bottom: -200px;
}
.cta1-section-area .cta-bg-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-3);
    border-radius: 16px;
    padding: 0 60px;
}
@media (max-width: 767px) {
    .cta1-section-area .cta-bg-area {
        padding: 24px 24px 24px 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta-bg-area {
        padding: 40px 40px 40px 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta1-section-area .cta-bg-area {
        padding: 40px 40px 0 40px;
    }
}
.cta1-section-area .cta-bg-area .elements4 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
.cta1-section-area .cta-bg-area .cta-images-area {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .cta1-section-area .cta-bg-area .cta-images-area {
        top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta-bg-area .cta-images-area {
        top: 30px;
    }
}
.cta1-section-area .cta-bg-area .cta-images-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.cta1-section-area .cta-bg-area .cta-heading h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 54px;
}
@media (max-width: 767px) {
    .cta1-section-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.cta1-section-area .cta-bg-area .cta-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}
.cta1-section-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}
.cta1-section-area .cta-bg-area .cta-heading .form-area form {
    position: relative;
    z-index: 1;
}
.cta1-section-area .cta-bg-area .cta-heading .form-area form input {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    width: 100%;
    padding: 27px 20px;
    border-radius: 8px;
}
.cta1-section-area .cta-bg-area .cta-heading .form-area form button {
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 11px;
}
.testimonials-2 .left {
    position: relative;
}
.testimonials-2 .left .swiper-button-next,
.testimonials-2 .left .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    left: 0;
    right: 0;
}
.testimonials-2 .left .swiper-button-next::after,
.testimonials-2 .left .swiper-button-prev::after {
    display: none;
}
.testimonials-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}
.testimonials-2 .heading1 h5 {
    color: var(--ztc-text-text-1);
}
.testimonials-2 .heading1 h5 img {
    filter: brightness(0) invert(1);
}
.testimonials-2 .heading1 h2 {
    color: var(--ztc-text-text-1);
}
.testimonials-2 .pagination-buttons {
    text-align: center;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px 30px;
    text-align: center;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .icons {
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    height: 68px;
    width: 68px;
    text-align: center;
    line-height: 64px;
    position: relative;
    margin-bottom: 16px;
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea ul li {
    display: inline-block;
    text-align: center;
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s18);
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
    letter-spacing: -0.4px;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .text {
    padding-left: 16px;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    transition: all 0.4s;
    display: inline-block;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .text a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.testimonials-2 .map-testimonial {
    position: absolute;
    width: 100%;
    height: 400px;
}
.testimonials-2 .map-testimonial .swiper.swiper-thumb2 {
    overflow: inherit !important;
}
.testimonials-2 .map-testimonial .swiper-slide div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}
@media (max-width: 767px) {
    .testimonials-2 .map-testimonial .swiper-slide div {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-2 .map-testimonial .swiper-slide div {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonials-2 .map-testimonial .swiper-slide div {
        display: none;
    }
}
.testimonials-2 .map-testimonial .swiper-slide div::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-3);
    opacity: 0;
    z-index: -1;
}
.testimonials-2 .map-testimonial .swiper-slide div img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-2
    .map-testimonial
    .swiper-slide.swiper-slide-thumb-active
    div::before {
    opacity: 1;
}
.testimonials-2 .map-testimonial .swiper-slide:nth-child(1) {
    bottom: 5%;
    left: 100px;
}
.testimonials-2 .map-testimonial .swiper-slide:nth-child(2) {
    top: 120px;
    left: 50px;
    position: absolute;
}
.testimonials-2 .map-testimonial .swiper-slide:nth-child(3) {
    top: 240px;
    left: 100px;
    position: absolute;
}
.testimonials-2 .map-testimonial .swiper-slide:nth-child(4) {
    bottom: 5%;
    left: 1120px;
    position: absolute;
}
.testimonials-2 .map-testimonial .swiper-slide:nth-child(5) {
    top: 120px;
    left: 1160px;
    position: absolute;
}
.testimonials-2 .map-testimonial .swiper-slide:nth-child(6) {
    top: 240px;
    left: 1120px;
    position: absolute;
}
.pagination-buttons button {
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    font-size: 20px;
    transition: all 0.4s;
    cursor: pointer;
}
.pagination-buttons button:hover {
    transition: all 0.4s;
    background-color: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
}
.testimonial2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}
.testimonial2 .elements9 {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(0) invert(1);
}
.testimonial2 .heading1 h5 {
    color: var(--ztc-text-text-1);
}
.testimonial2 .heading1 h5 img {
    filter: brightness(0) invert(1);
}
.testimonial2 .heading1 h2 {
    color: var(--ztc-text-text-1);
}
.testimonial2 .testimonai2-slider-area .testimonial-slider-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 0 10px;
}
.testimonial2 .testimonai2-slider-area .testimonial-slider-boxarea ul li {
    display: inline-block;
    color: var(--ztc-text-text-4);
}
.testimonial2 .testimonai2-slider-area .testimonial-slider-boxarea p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area {
    display: flex;
    align-items: center;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area
    .images {
    position: relative;
    z-index: 1;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area
    .images
    .img1
    img {
    height: 82px;
    width: 82px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area
    .images
    .icons {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -18px;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area
    .text {
    padding-left: 34px;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area
    .text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.testimonial2
    .testimonai2-slider-area
    .testimonial-slider-boxarea
    .content-man-area
    .text
    a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.45s;
}
.testimonial2 .testimonai2-slider-area .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.testimonial2 .testimonai2-slider-area .slick-dots li {
    margin: 0 8px;
}
.testimonial2 .testimonai2-slider-area .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: var(--ztc-bg-bg-1);
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}
.testimonial2 .testimonai2-slider-area .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-1);
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.testimonial2 .testimonai2-slider-area .slick-dots li.slick-active button {
    background: var(--ztc-bg-bg-1);
}
.testimonial2
    .testimonai2-slider-area
    .slick-dots
    li.slick-active
    button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.testimonial3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}
.testimonial3 .elements14 {
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial3 .elements15 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial3 .heading2 h5 {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
}
.testimonial3 .heading2 h2 {
    color: var(--ztc-text-text-1);
}
.testimonial3 .testimonai3-slider-area .testimonial3-slider-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 0 10px;
}
.testimonial3 .testimonai3-slider-area .testimonial3-slider-boxarea ul li {
    display: inline-block;
    color: var(--ztc-text-text-4);
}
.testimonial3 .testimonai3-slider-area .testimonial3-slider-boxarea p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area {
    display: flex;
    align-items: center;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .images {
    position: relative;
    z-index: 1;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .images
    .img1
    img {
    height: 82px;
    width: 82px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .images
    .icons {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -18px;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .text {
    padding-left: 34px;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.testimonial3
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .text
    a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.45s;
}
.testimonial3 .testimonai3-slider-area .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.testimonial3 .testimonai3-slider-area .slick-dots li {
    margin: 0 8px;
}
.testimonial3 .testimonai3-slider-area .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: var(--ztc-bg-bg-1);
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}
.testimonial3 .testimonai3-slider-area .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-1);
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.testimonial3 .testimonai3-slider-area .slick-dots li.slick-active button {
    background: var(--ztc-bg-bg-1);
}
.testimonial3
    .testimonai3-slider-area
    .slick-dots
    li.slick-active
    button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.testimonial4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}
.testimonial4 .heading3 h5 {
    color: var(--ztc-text-text-1);
}
.testimonial4 .heading3 h5 img {
    filter: brightness(0) invert(1);
}
.testimonial4 .heading3 h2 {
    color: var(--ztc-text-text-1);
}
.testimonial4 .heading3 p {
    color: var(--ztc-text-text-1);
    opacity: 90%;
}
.testimonial4 .testimonial4-images-area .img1 {
    padding: 0 60px 0 0;
}
@media (max-width: 767px) {
    .testimonial4 .testimonial4-images-area .img1 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4 .testimonial4-images-area .img1 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.testimonial4 .testimonial4-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.testimonial4 .testimonial-arrow4 {
    position: relative;
    z-index: 1;
}
.testimonial4 .testimonial-arrow4 .testimonial-arrow {
    display: flex;
    align-items: center;
}
.testimonial4 .testimonial-arrow4 .testimonial-arrow button {
    border: none;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-2);
}
.testimonial4 .testimonial-arrow4 .testimonial-arrow button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.testimonial4 .testimonial-arrow4 .testimonial-arrow .prev-arrow-testi4 {
    margin: 0 16px 0 0;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    ul
    li {
    color: var(--ztc-text-text-1);
    display: inline-block;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    .pera {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 42px;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    .text-area {
    display: flex;
    align-items: center;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    .text-area
    .img1
    img {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    .text-area
    .text {
    padding-left: 16px;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    .text-area
    .text
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
}
.testimonial4
    .testimonial-arrow4
    .testimonial4-content-slider
    .testimonial4-main-content
    .text-area
    .text
    p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.testimonial5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}
.testimonial5 .heading1 h5 {
    color: var(--ztc-text-text-1);
}
.testimonial5 .heading1 h5 img {
    filter: brightness(0) invert(1);
}
.testimonial5 .heading1 h2 {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.testimonial5 .testimonai3-slider-area .testimonial3-slider-boxarea {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid var(--ztc-bg-bg-1);
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}
.testimonial5 .testimonai3-slider-area .testimonial3-slider-boxarea:hover {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.testimonial5
    .testimonai3-slider-area
    .testimonial3-slider-boxarea:hover
    ul
    li {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.testimonial5 .testimonai3-slider-area .testimonial3-slider-boxarea:hover p {
    color: var(--ztc-text-text-3);
    transition: all 0.4s;
}
.testimonial5
    .testimonai3-slider-area
    .testimonial3-slider-boxarea:hover
    .content-man-area
    .text
    a {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}
.testimonial5
    .testimonai3-slider-area
    .testimonial3-slider-boxarea:hover
    .content-man-area
    .text
    p {
    color: var(--ztc-text-text-3);
    transition: all 0.4s;
}
.testimonial5 .testimonai3-slider-area .testimonial3-slider-boxarea .images {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}
.testimonial5
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .images
    .img1
    img {
    height: 82px;
    width: 82px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    padding: 4px;
    background: var(--ztc-bg-bg-1);
}
.testimonial5 .testimonai3-slider-area .testimonial3-slider-boxarea ul li {
    display: inline-block;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.testimonial5 .testimonai3-slider-area .testimonial3-slider-boxarea p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    opacity: 90%;
}
.testimonial5
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .text
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.testimonial5
    .testimonai3-slider-area
    .testimonial3-slider-boxarea
    .content-man-area
    .text
    a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.45s;
}
.testimonial5 .testimonai3-slider-area .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.testimonial5 .testimonai3-slider-area .slick-dots li {
    margin: 0 8px;
}
.testimonial5 .testimonai3-slider-area .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: var(--ztc-bg-bg-1);
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}
.testimonial5 .testimonai3-slider-area .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-1);
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.testimonial5 .testimonai3-slider-area .slick-dots li.slick-active button {
    background: var(--ztc-bg-bg-1);
}
.testimonial5
    .testimonai3-slider-area
    .slick-dots
    li.slick-active
    button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.testimonial-inner-widget-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testi-inner-box {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 65px 30px 30px 30px;
    margin-bottom: 70px;
    text-align: center;
    border: 1px solid var(--ztc-bg-bg-1);
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}
.testi-inner-box:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: translateY(-10px);
}
.testi-inner-box:hover ul li {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.testi-inner-box:hover p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.testi-inner-box:hover .content-man-area .text a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.testi-inner-box:hover .content-man-area .text p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.testi-inner-box .images .img1 {
    position: absolute;
    left: 50%;
    margin-left: -41px;
    top: -40px;
}
.testi-inner-box .images .img1 img {
    height: 82px;
    width: 82px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    padding: 4px;
    background: var(--ztc-bg-bg-1);
}
.testi-inner-box ul li {
    display: inline-block;
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.testi-inner-box p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    opacity: 90%;
    transition: all 0.4s;
}
.testi-inner-box .content-man-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.testimonial-inner-widget-box2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testi-inner-box2 {
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 30px;
}
.testi-inner-box2 ul li {
    display: inline-block;
    color: var(--ztc-text-text-4);
}
.testi-inner-box2 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
}
.testi-inner-box2 .content-man-area {
    display: flex;
    align-items: center;
}
.testi-inner-box2 .content-man-area .images {
    position: relative;
    z-index: 1;
}
.testi-inner-box2 .content-man-area .images .img1 img {
    height: 82px;
    width: 82px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testi-inner-box2 .content-man-area .images .icons {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -18px;
}
.testi-inner-box2 .content-man-area .text {
    padding-left: 34px;
}
.testi-inner-box2 .content-man-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.testi-inner-box2 .content-man-area .text a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.45s;
}
.choose1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.choose1 .choose-heading {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .choose1 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose1 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose1 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
.choose1 .choose-heading .choose-boxarea .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    border-radius: 8px;
}
.choose1 .choose-heading .choose-boxarea .content-area {
    padding-left: 64px;
}
.choose1 .choose-heading .choose-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.choose1 .choose-heading .choose-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.choose1 .choose-images-area {
    position: relative;
    z-index: 1;
}
.choose1 .choose-images-area .elements10 {
    position: absolute;
    right: 0;
    top: 60px;
}
.choose1 .choose-images-area .img1 {
    position: relative;
    z-index: 1;
}
.choose1 .choose-images-area .img1 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose1 .choose-images-area .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.choose1 .choose-images-area .img2 {
    position: relative;
    margin-top: -248px;
    z-index: 2;
}
@media (max-width: 767px) {
    .choose1 .choose-images-area .img2 {
        margin-top: 30px;
    }
}
.choose1 .choose-images-area .img2 img {
    border-radius: 8px;
}
.choose3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.choose3 .choose-heading {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .choose3 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose3 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose3 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
.choose3 .choose-heading .choose-boxarea {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 24px;
    margin-top: 30px;
    transition: all 0.4s;
}
.choose3 .choose-heading .choose-boxarea:hover {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}
.choose3 .choose-heading .choose-boxarea:hover .icons {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.choose3 .choose-heading .choose-boxarea .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: relative;
    border-radius: 8px;
}
.choose3 .choose-heading .choose-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    transition: all 0.4s;
}
.choose3 .choose-heading .choose-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.choose3 .choose-images-area {
    position: relative;
    z-index: 1;
}
.choose3 .choose-images-area .elements10 {
    position: absolute;
    right: 0;
    top: 60px;
    filter: brightness(0.5);
}
.choose3 .choose-images-area .img1 {
    position: relative;
    z-index: 1;
}
.choose3 .choose-images-area .img1 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose3 .choose-images-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.choose3 .choose-images-area .img2 {
    position: relative;
    margin-top: -200px;
}
@media (max-width: 767px) {
    .choose3 .choose-images-area .img2 {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose3 .choose-images-area .img2 {
        margin-top: 30px;
    }
}
.choose3 .choose-images-area .img2 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose3 .choose-images-area .img2 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.choose3 .choose-images-area .experiance-box {
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    border-radius: 8px;
    padding: 32px 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.choose3 .choose-images-area .experiance-box h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
}
.choose3 .choose-images-area .experiance-box p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 22px;
}
.choose4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 767px) {
    .choose4 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose4 .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
.choose4 .choose-heading .choose-boxarea .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    border-radius: 8px;
}
.choose4 .choose-heading .choose-boxarea .content-area {
    padding-left: 64px;
}
.choose4 .choose-heading .choose-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.choose4 .choose-heading .choose-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.choose4 .choose-images-area {
    position: relative;
    z-index: 1;
}
.choose4 .choose-images-area .elements26 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -200px;
}
.choose4 .choose-images-area .img1 {
    position: relative;
    z-index: 1;
}
.choose4 .choose-images-area .img1 img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.choose5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.choose5 .heading1 {
    padding: 0 40px 0 0;
}
@media (max-width: 767px) {
    .choose5 .heading1 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose5 .heading1 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose5 .heading1 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.choose5 .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.choose1-inner-widget {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.choose1-inner-widget .choose-heading {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .choose1-inner-widget .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose1-inner-widget .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose1-inner-widget .choose-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
.choose1-inner-widget .choose-heading .choose-boxarea .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    border-radius: 8px;
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.choose1-inner-widget .choose-heading .choose-boxarea .content-area {
    padding-left: 64px;
}
.choose1-inner-widget .choose-heading .choose-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.choose1-inner-widget .choose-heading .choose-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.choose1-inner-widget .choose-images-area {
    position: relative;
    z-index: 1;
}
.choose1-inner-widget .choose-images-area .elements10 {
    position: absolute;
    right: 0;
    top: 60px;
}
.choose1-inner-widget .choose-images-area .img1 {
    position: relative;
    z-index: 1;
}
.choose1-inner-widget .choose-images-area .img1 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose1-inner-widget .choose-images-area .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.choose1-inner-widget .choose-images-area .img2 {
    position: relative;
    margin-top: -248px;
}
@media (max-width: 767px) {
    .choose1-inner-widget .choose-images-area .img2 {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose1-inner-widget .choose-images-area .img2 {
        margin-top: 30px;
    }
}
.choose1-inner-widget .choose-images-area .img2 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose1-inner-widget .choose-images-area .img2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.project1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project1 .project-slider-area .slick-list {
    overflow: inherit !important;
}
.project1 .project-slider-area .projects-boxes-area {
    position: relative;
    z-index: 1;
    margin: 0 10px;
}
.project1
    .project-slider-area
    .projects-boxes-area.slick-slide.slick-current.slick-active
    .contain-main-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.project1
    .project-slider-area
    .projects-boxes-area.slick-slide.slick-current.slick-active
    .img1
    img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.project1 .project-slider-area .projects-boxes-area:hover .contain-main-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.project1 .project-slider-area .projects-boxes-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.project1 .project-slider-area .projects-boxes-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.project1 .project-slider-area .projects-boxes-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.project1 .project-slider-area .projects-boxes-area .contain-main-area {
    position: relative;
    z-index: 1;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
}
.project1
    .project-slider-area
    .projects-boxes-area
    .contain-main-area
    .arrow
    a {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    position: absolute;
    right: 82px;
    top: 50%;
    margin-top: -94px;
    z-index: 2;
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.project1
    .project-slider-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area {
    background: var(--ztc-bg-bg-1);
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 24px 57px 24px 24px;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.project1
    .project-slider-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area
    span {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.project1
    .project-slider-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area
    .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}
.project1
    .project-slider-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area
    .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.project-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-inner-area .projects-boxes-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.project-inner-area .projects-boxes-area:hover .contain-main-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.project-inner-area .projects-boxes-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.project-inner-area .projects-boxes-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.project-inner-area .projects-boxes-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}
.project-inner-area .projects-boxes-area .contain-main-area {
    position: relative;
    z-index: 1;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
}
.project-inner-area .projects-boxes-area .contain-main-area .arrow a {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    position: absolute;
    right: 82px;
    top: 50%;
    margin-top: -94px;
    z-index: 2;
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.project-inner-area .projects-boxes-area .contain-main-area .content-p-area {
    background: var(--ztc-bg-bg-1);
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 24px 57px 24px 24px;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.project-inner-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area
    span {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.project-inner-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area
    .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}
.project-inner-area
    .projects-boxes-area
    .contain-main-area
    .content-p-area
    .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.project-main-details-area {
    position: relative;
    z-index: 1;
}
.project-main-details-area .project-main-sidebar {
    position: sticky;
    top: 120px;
    transition: all 0.4s;
}
.project-main-details-area .project-main-sidebar h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
}
.project-main-details-area .project-main-sidebar .search-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.project-main-details-area .project-main-sidebar .search-area form {
    position: relative;
    z-index: 1;
}
.project-main-details-area .project-main-sidebar .search-area form input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
}
.project-main-details-area
    .project-main-sidebar
    .search-area
    form
    input::-moz-placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    opacity: 70%;
}
.project-main-details-area
    .project-main-sidebar
    .search-area
    form
    input::placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    opacity: 70%;
}
.project-main-details-area .project-main-sidebar .search-area form button {
    border: none;
    outline: none;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 48px;
    border-radius: 0 8px 8px 0;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    position: absolute;
    right: 0;
    top: 0;
}
.project-main-details-area .project-main-sidebar .categories-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.project-main-details-area .project-main-sidebar .categories-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 18px 20px;
    transition: all 0.4s;
    margin-top: 20px;
}
.project-main-details-area
    .project-main-sidebar
    .categories-area
    ul
    li
    a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.project-main-details-area .project-main-sidebar .help-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.project-main-details-area .project-main-sidebar .help-area h3 {
    line-height: 28px;
}
.project-main-details-area .project-main-sidebar .help-area .btn-area1 a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-3);
    padding: 18px 24px;
    display: inline-block;
    transition: all 0.4s;
}
.project-main-details-area .project-main-sidebar .help-area .btn-area1 a:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}
.project-main-details-area .project-main-sidebar .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 28px;
}
.project-main-details-area .project-main-sidebar .contact-boxarea .input-area {
    margin-top: 16px;
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    textarea {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
    height: 120px;
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.project-main-details-area
    .project-main-sidebar
    .contact-boxarea
    .input-area
    button {
    border: none;
    outline: none;
}
.project-main-details-area .project-main-sidebar .popular-tags {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}
.project-main-details-area .project-main-sidebar .popular-tags ul li {
    display: inline-block;
}
.project-main-details-area .project-main-sidebar .popular-tags ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-1);
    margin: 16px 6px 0 0;
}
.project-main-details-area .project-main-sidebar .popular-tags ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.project-main-details-area .project-main-widget-area {
    position: relative;
    top: 0;
}
.project-main-details-area .project-main-widget-area.padding1 {
    padding: 0 0 0 50px;
}
@media (max-width: 767px) {
    .project-main-details-area .project-main-widget-area.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-main-details-area .project-main-widget-area.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-main-details-area .project-main-widget-area.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}
.project-main-details-area .project-main-widget-area.padding2 {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .project-main-details-area .project-main-widget-area.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-main-details-area .project-main-widget-area.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-main-details-area .project-main-widget-area.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}
.project-main-details-area .project-main-widget-area .img1 {
    position: relative;
    z-index: 1;
}
.project-main-details-area .project-main-widget-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.project-main-details-area .project-main-widget-area .img1 .play-btn .video {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    position: absolute;
    z-index: 1;
    margin-top: -28px;
    margin-left: -28px;
    left: 50%;
    top: 50%;
}
.project-main-details-area
    .project-main-widget-area
    .img1
    .play-btn
    .video::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
}
.project-main-details-area .project-main-widget-area h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 40px;
}
.project-main-details-area .project-main-widget-area .progress-bar-container {
    max-width: 100%;
}
.project-main-details-area
    .project-main-widget-area
    .progress-bar-container
    .progress-item {
    margin-top: 20px;
}
.project-main-details-area
    .project-main-widget-area
    .progress-bar-container
    .label {
    display: flex;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    margin-bottom: 16px;
}
.project-main-details-area
    .project-main-widget-area
    .progress-bar-container
    .progress {
    background-color: var(--ztc-bg-bg-4);
    border-radius: 8px;
    height: 14px;
    overflow: hidden;
}
.project-main-details-area
    .project-main-widget-area
    .progress-bar-container
    .bar.red {
    height: 14px;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 8px;
}
.project-main-details-area .project-main-widget-area .details ul li {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    padding-top: 20px;
}
.project-main-details-area
    .project-main-widget-area
    .details
    ul
    li:nth-child(1) {
    padding-top: 0;
}
.project-main-details-area .project-main-widget-area .details ul li img {
    margin: 0 4px 0 0;
}
.project-main-details-area .project-main-widget-area .pera {
    background: var(--ztc-bg-bg-4);
    padding: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.project-main-details-area .project-main-widget-area .pera::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 6px;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    left: 0;
    top: 0;
}
.about1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about1 .about-heading {
    padding: 0 40px 0 0;
}
@media (max-width: 767px) {
    .about1 .about-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1 .about-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about1 .about-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
.about1 .about-heading .aboput-boxarea .icons {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.about1 .about-heading .aboput-boxarea .content-area {
    padding-left: 64px;
}
.about1 .about-heading .aboput-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.about1 .about-images-area {
    position: relative;
    z-index: 1;
}
.about1 .about-images-area .elements7 {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -115px;
    z-index: -1;
}
.about1 .about-images-area .elements8 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
.about1 .about-images-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.about1 .about-images-area .s-project-box {
    background: var(--ztc-bg-bg-3);
    border-radius: 8px 0 8px 0;
    display: inline-block;
    padding: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.about1 .about-images-area .s-project-box h3 {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
}
.about1 .about-images-area .s-project-box p {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
}
.about2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about2 .elements11 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.about2 .about2-heading {
    padding: 0 70px 0 0;
}
@media (max-width: 767px) {
    .about2 .about2-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2 .about2-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about2 .about2-heading {
        padding: 0;
        margin-top: 30px;
    }
}
.about2 .about2-heading .choose-boxarea .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    border-radius: 8px;
}
.about2 .about2-heading .choose-boxarea .content-area {
    padding-left: 64px;
}
.about2 .about2-heading .choose-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.about2 .about2-heading .choose-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.about2 .about2-heading .btn-area1 {
    display: flex;
    align-items: center;
    padding-top: 38px;
    border-top: 1px solid var(--ztc-bg-bg-4);
}
.about2 .about2-heading .btn-area1 .call-boxarea {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.about2 .about2-heading .btn-area1 .call-boxarea .icons {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: relative;
    border-radius: 8px;
}
.about2 .about2-heading .btn-area1 .call-boxarea .content-area {
    padding-left: 8px;
}
.about2 .about2-heading .btn-area1 .call-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
}
.about2 .about2-heading .btn-area1 .call-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.about2 .about2-heading .btn-area1 .call-boxarea .content-area p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 14px;
}
.about2 .all-images {
    position: relative;
    z-index: 1;
}
.about2 .all-images .img1 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2 .all-images .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.about2 .all-images .img2 {
    position: relative;
    z-index: 1;
    text-align: end !important;
    margin-top: -150px;
}
.about2 .all-images .img2 img {
    border-radius: 8px;
    text-align: end;
}
.about2 .all-images .img2 .play-btn-area .popup-youtube {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
    left: 77%;
}
.about2 .all-images .img2 .play-btn-area .popup-youtube::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
}
.about3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about3 .about-images-area {
    position: relative;
    z-index: 1;
}
.about3 .about-images-area .elements10 {
    position: absolute;
    left: 0;
    top: 60px;
    filter: brightness(0.5);
}
.about3 .about-images-area .img1 {
    position: relative;
    z-index: 1;
}
.about3 .about-images-area .img1 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about3 .about-images-area .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.about3 .about-images-area .img2 {
    position: relative;
    margin-top: -200px;
}
@media (max-width: 767px) {
    .about3 .about-images-area .img2 {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about3 .about-images-area .img2 {
        margin-top: 30px;
    }
}
.about3 .about-images-area .img2 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about3 .about-images-area .img2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.about3 .about-images-area .experiance-box {
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    border-radius: 8px;
    padding: 32px 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about3 .about-images-area .experiance-box h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
}
.about3 .about-images-area .experiance-box p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 22px;
}
.about3 .heading2 {
    padding: 0 0 0 70px;
}
@media (max-width: 767px) {
    .about3 .heading2 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3 .heading2 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about3 .heading2 {
        padding: 0;
        margin-top: 30px;
    }
}
.about3 .heading2 .progress-bar-container {
    max-width: 100%;
}
.about3 .heading2 .progress-item {
    margin-top: 20px;
}
.about3 .heading2 .label {
    display: flex;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    margin-bottom: 16px;
}
.about3 .heading2 .progress {
    background-color: var(--ztc-bg-bg-4);
    border-radius: 8px;
    height: 6px;
    overflow: hidden;
}
.about3 .heading2 .bar.red {
    height: 8px;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 8px;
}
.about4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about4 .about-images-area {
    position: relative;
    z-index: 1;
}
.about4 .about-images-area .elements26 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -200px;
}
.about4 .about-images-area .img1 {
    position: relative;
    z-index: 1;
}
.about4 .about-images-area .img1 img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about4 .heading3 {
    padding: 0 0 0 70px;
}
@media (max-width: 767px) {
    .about4 .heading3 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4 .heading3 {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about4 .heading3 {
        padding: 0;
        margin-top: 30px;
    }
}
.about4 .heading3 ul li {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    margin-top: 18px;
}
.about4 .heading3 ul li img {
    margin: 0 4px 0 0;
}
.about5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about5 .about-images {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.about5 .about-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.about5 .about-images .experiance-area {
    background: var(--ztc-bg-bg-3);
    padding: 24px;
    text-align: center;
    position: absolute;
    right: -280px;
    z-index: 2;
    bottom: 180px;
    width: 100%;
    transform: rotate(-90deg);
}
.about5 .about-images .experiance-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
}
.about5 .about-heading {
    padding: 0 0 0 50px;
}
@media (max-width: 767px) {
    .about5 .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5 .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about5 .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}
.about5 .about-heading .circle-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.about5 .about-heading .circle-wrapper .circle-box {
    display: flex;
    align-items: center;
}
.about5 .about-heading .circle-wrapper .circle-box .circle {
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.about5 .about-heading .circle-wrapper .circle-box .circle svg {
    position: absolute;
    top: -6px;
    left: -6px;
}
.about5 .about-heading .circle-wrapper .circle-box .circle h3 {
    color: var(--ztc-text-text-4);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
    position: relative;
    z-index: 1;
}
.about5 .about-heading .circle-wrapper .circle-box p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    padding-left: 30px;
}
.about2-inner-widget {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about2-inner-widget .about2-heading {
    padding: 0 70px 0 0;
}
@media (max-width: 767px) {
    .about2-inner-widget .about2-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-inner-widget .about2-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2-inner-widget .about2-heading {
        padding: 0;
        margin-top: 30px;
    }
}
.about2-inner-widget .about2-heading .choose-boxarea .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: absolute;
    border-radius: 8px;
    -webkit-clip-path: polygon(
        50% 0%,
        93% 25%,
        93% 75%,
        50% 100%,
        7% 75%,
        7% 25%
    );
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.about2-inner-widget .about2-heading .choose-boxarea .content-area {
    padding-left: 64px;
}
.about2-inner-widget .about2-heading .choose-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
}
.about2-inner-widget .about2-heading .choose-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.about2-inner-widget .about2-heading .btn-area1 {
    display: flex;
    align-items: center;
    padding-top: 38px;
    border-top: 1px solid var(--ztc-bg-bg-4);
}
.about2-inner-widget .about2-heading .btn-area1 .call-boxarea {
    display: flex;
    align-items: center;
}
.about2-inner-widget .about2-heading .btn-area1 .call-boxarea .icons {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    position: relative;
    border-radius: 8px;
}
.about2-inner-widget .about2-heading .btn-area1 .call-boxarea .content-area {
    padding-left: 8px;
}
.about2-inner-widget .about2-heading .btn-area1 .call-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
}
.about2-inner-widget
    .about2-heading
    .btn-area1
    .call-boxarea
    .content-area
    a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.about2-inner-widget .about2-heading .btn-area1 .call-boxarea .content-area p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 14px;
}
.about2-inner-widget .all-images {
    position: relative;
    z-index: 1;
}
.about2-inner-widget .all-images .img1 img {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2-inner-widget .all-images .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.about2-inner-widget .all-images .img2 {
    position: relative;
    z-index: 1;
    text-align: end !important;
    margin-top: -150px;
}
.about2-inner-widget .all-images .img2 img {
    border-radius: 8px;
    text-align: end;
}
.about2-inner-widget .all-images .img2 .play-btn-area .popup-youtube {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
    left: 77%;
}
.about2-inner-widget .all-images .img2 .play-btn-area .popup-youtube::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
}
.brand-img h3 {
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    text-align: center;
    transition: all 0.3s ease;
    margin: 0;
    cursor: pointer;
}
.brand-img h3:hover {
    color: var(--ztc-text-text-4) !important;
}
.icons .icons-img {
    height: auto !important;
    width: 100px !important;
}

/* Custom Logo Styling */
.header-main-logo {
    height: auto;
    width: 100px;
    padding: 15px 0px 15px !important;
}

.mobile-offcanvas-logo-img {
    width: 120px;
    height: auto !important;
}

.footer-main-logo {
    width: 130px;
    height: auto;
}

.preloader-logo-img {
    width: 100px;
    height: auto;
}

