@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");

.national-symbol {
    background: #f9f9f9;
    border-left: 6px solid #007bff;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", sans-serif;
    color: #333;
    line-height: 1.7;
}

.national-symbol h2 {
    color: #0d6efd;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.national-symbol p {
    margin-bottom: 1rem;
}

.national-symbol p strong {
    color: #0056b3;
}

/*.btn-area1 {*/
/*    margin-top: 2rem;*/
/*}*/

.vl-btn1 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0d6efd;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.vl-btn1:hover {
    background-color: #084298;
}

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%;
}

.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: #155FFF;
    --ztc-text-text-5: #E8040F;
    --ztc-text-text-6: #EC4A05;
    --ztc-text-text-7: #F8CE69;
    --ztc-text-text-8: #1C1853;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #0F0D0D;
    --ztc-bg-bg-3: #155FFF;
    --ztc-bg-bg-4: #F2F2F2;
    --ztc-bg-bg-5: #E8040F;
    --ztc-bg-bg-6: #F4F4F9;
    --ztc-bg-bg-7: #EC4A05;
    --ztc-bg-bg-8: #F5F3F4;
    --ztc-bg-bg-9: #F8CE69;
    --ztc-bg-bg-10: #F5F3F4;
    --ztc-bg-bg-11: #1C1853;
    --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-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-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: 'Plus Jakarta Sans', serif;
    --ztc-family-font2: 'Plus Jakarta Sans', serif;
}



/*============= USEFUL LINKS AREA =================*/
/* Useful Links Section Styles */
.useful-links-section {
    background-color: #fff;
    position: relative;
}

.useful-link-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f1f1f1;
}

.useful-link-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.link-icon {
    display: inline-block;
    margin-bottom: 20px;
}

.link-icon img {
    height: 60px;
    width: auto;
}

.link-title {
    font-size: 18px;
    line-height: 1.5;
    color: #061D19;
    font-weight: 600;
    margin-bottom: 15px;
}

.link-url {
    display: inline-block;
    color: #155FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.link-url:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #155FFF;
    transition: width 0.3s ease;
}

.link-url:hover {
    color: #0f4acc;
}

.link-url:hover:after {
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .useful-link-box {
        padding: 30px 20px;
    }

    .link-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .useful-link-box {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*============= USEFUL LINKS AREA =================*/


/*============= ABOUT CSS AREA ===============*/
.about1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about1 .about-imges-area {
    position: relative;
    z-index: 1;
}

.about1 .about-imges-area .image-counter-area {
    position: relative;
    z-index: 1;
}

.about1 .about-imges-area .image-counter-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px 8px 8px 8px;
}

.about1 .about-imges-area .image-counter-area .experiance-box {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}

.about1 .about-imges-area .image-counter-area .experiance-box h2 {
    color: var(--ztc-text-text-1);
    text-align: center;
    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;
}

.about1 .about-imges-area .image-counter-area .experiance-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: 20px;
}

@media (max-width: 767px) {
    .about1 .about-imges-area .img2 {
        margin-top: 30px;
    }
}

.about1 .about-imges-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 100px 8px;
}

.about1 .heading1 {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .about1 .heading1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1 .heading1 {
        padding: 0;
        margin-top: 30px;
    }
}

.about1 .heading1 ul li {
    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;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about1 .heading1 ul li {
        line-height: 24px;
    }
}

.about1 .heading1 ul li img {
    margin: 0 6px 0 0;
}


.about-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-inner .about-content-area {
    position: relative;
    z-index: 1;
}

.about-inner .about-content-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.about-inner .about-content-area .counter-area {
    margin-top: 32px;
}

.about-inner .heading1 {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .about-inner .heading1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-inner .heading1 {
        padding: 0;
        margin-top: 30px;
    }
}

.about-inner .heading1 .img1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1 {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    overflow: hidden;
}

.service1 .service1-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px 24px 32px 24px;
    transition: all 0.4s;
    text-align: center;
    margin-bottom: 30px;
}

.service1 .service1-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service1 .service1-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.service1 .service1-boxarea:hover .content-area .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
}

.service1 .service1-boxarea:hover .content-area .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.service1 .service1-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.service1 .service1-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.service1 .service1-boxarea .content-area .icons {
    height: 70px;
    width: 70px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-4);
    text-align: center;
    line-height: 70px;
}

.service1 .service1-boxarea .content-area .icons img {
    transition: all 0.4s;
}

.service1 .service1-boxarea .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; /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.service1 .service1-boxarea .content-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .service1 .service1-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service1 .service1-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 28px;
    }
}

.service1 .service1-boxarea .content-area .readmore {
    color: var(--ztc-text-text-4);
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}

.service1 .service1-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.service1 .service1-boxarea .content-area .readmore i {
    margin: 0 0 0 4px;
}

.service2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-6);
}

.service2 .service2-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-1);
    padding: 24px;
    border-radius: 8px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service2 .service2-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service2 .service2-boxarea:hover .image-icons .icons {
    background: var(--ztc-bg-bg-5);
    transition: all 0.6s;
    left: 0;
    border-radius: 0 8px 0 0;
}

.service2 .service2-boxarea:hover .image-icons .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.service2 .service2-boxarea .image-icons {
    position: relative;
    z-index: 1;
}

.service2 .service2-boxarea .image-icons .img1 {
    position: relative;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.service2 .service2-boxarea .image-icons .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.service2 .service2-boxarea .image-icons .icons {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-2);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -24px;
    z-index: 2;
    transition: all 0.6s;
}

.service2 .service2-boxarea .content-area {
    background: var(--ztc-bg-bg-6);
    padding: 24px;
}

.service2 .service2-boxarea .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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service2 .service2-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .service2 .service2-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.service2 .service2-boxarea .content-area .title:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.service2 .service2-boxarea .content-area 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-medium);
    line-height: 28px;
}

.service2 .service2-boxarea .content-area .readmore {
    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: inline-block;
    transition: all 0.4s;
}

.service2 .service2-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.service2 .service2-boxarea .content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.service2 .service2-boxarea .content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.service-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-inner-area .service2-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
    padding: 24px;
    border-radius: 8px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service-inner-area .service2-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea:hover .image-icons .icons {
    background: var(--ztc-bg-bg-3);
    transition: all 0.6s;
    left: 0;
    border-radius: 0 8px 0 0;
}

.service-inner-area .service2-boxarea:hover .image-icons .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .image-icons {
    position: relative;
    z-index: 1;
}

.service-inner-area .service2-boxarea .image-icons .img1 {
    position: relative;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .image-icons .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .image-icons .icons {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-2);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -24px;
    z-index: 2;
    transition: all 0.6s;
}

.service-inner-area .service2-boxarea .content-area {
    background: var(--ztc-bg-bg-1);
    padding: 24px;
}

.service-inner-area .service2-boxarea .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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inner-area .service2-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .service-inner-area .service2-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.service-inner-area .service2-boxarea .content-area .title:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .content-area 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-medium);
    line-height: 28px;
}

.service-inner-area .service2-boxarea .content-area .readmore {
    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: inline-block;
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.service-inner-area .service2-boxarea .content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.service-details-section {
    position: relative;
    z-index: 1;
}

.service-details-section .service-side-details {
    position: sticky;
    top: 120px;
    transition: all 0.4s;
}

.service-details-section .service-side-details .service-post-widget 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-details-section .service-side-details .service-post-widget .search-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.service-details-section .service-side-details .service-post-widget .search-area form {
    position: relative;
    z-index: 1;
}

.service-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .categories-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.service-details-section .service-side-details .service-post-widget .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: 20px 20px;
    transition: all 0.4s;
    margin-top: 20px;
}

.service-details-section .service-side-details .service-post-widget .categories-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.service-details-section .service-side-details .service-post-widget .categories-area ul li a:hover span {
    transform: rotate(90deg);
    transition: all 0.4s;
    background: #3172FF;
    color: var(--ztc-text-text-1);
}

.service-details-section .service-side-details .service-post-widget .categories-area ul li a span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: var(--ztc-text-text-4);
    border-radius: 36px;
    background: rgba(21, 95, 255, 0.1);
    transition: all 0.4s;
}

.service-details-section .service-side-details .service-post-widget .help-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.service-details-section .service-side-details .service-post-widget .help-area h3 {
    line-height: 28px;
}

.service-details-section .service-side-details .service-post-widget .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: 10px 16px;
    display: inline-block;
    transition: all 0.4s;
}

.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    transition: all 0.4s;
    margin: 0 4px 0 0;
}

.service-details-section .service-side-details .service-post-widget .social-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.service-details-section .service-side-details .service-post-widget .social-area ul li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.service-details-section .service-side-details .service-post-widget .social-area ul li:last-child {
    margin: 0;
}

.service-details-section .service-side-details .service-post-widget .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);
}

.service-details-section .service-side-details .service-post-widget .social-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.service-details-section .service-side-details .service-post-widget .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 28px;
}

.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area {
    margin-top: 16px;
}

.service-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .contact-boxarea .input-area button {
    border: none;
    outline: none;
}

.service-details-section .service-main-detailsarea {
    position: relative;
    z-index: 1;
}

.service-details-section .service-main-detailsarea.padding1 {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .service-details-section .service-main-detailsarea.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-section .service-main-detailsarea.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

.service-details-section .service-main-detailsarea.padding2 {
    padding: 0 40px 0 0;
}

@media (max-width: 767px) {
    .service-details-section .service-main-detailsarea.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-section .service-main-detailsarea.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

.service-details-section .service-main-detailsarea 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: 32px;
}

.service-details-section .service-main-detailsarea .service-arrows {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .service-details-section .service-main-detailsarea .service-arrows {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-section .service-main-detailsarea .service-arrows {
        margin-top: 30px;
    }
}

.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows {
    display: flex;
    align-items: center;
}

.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows .testimonial-prev-arrow-sinner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    left: 30px;
}

.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows .testimonial-next-arrow-sinner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    right: 30px;
}

.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: none;
    background: var(--ztc-bg-bg-1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}

.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.service-details-section .service-main-detailsarea .service-arrows .service-slider-images {
    position: relative;
    z-index: 1;
}

.service-details-section .service-main-detailsarea .service-arrows .service-slider-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.service-details-section .service-main-detailsarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .service-details-section .service-main-detailsarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-section .service-main-detailsarea .img1 {
        margin-bottom: 30px;
    }
}

.service-details-section .service-main-detailsarea .img1 .play a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-size: var(--ztc-font-size-font-s20);
}

.service-details-section .service-main-detailsarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.service-details-section .service-main-detailsarea .service-list {
    position: relative;
    z-index: 1;
}

.service-details-section .service-main-detailsarea .service-list:hover h3 {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.service-details-section .service-main-detailsarea .service-list h3 {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-4);
    border-radius: 50%;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    max-width: 48px;
    max-height: 48px;
    position: absolute;
}

.service-details-section .service-main-detailsarea .service-list .content {
    padding-left: 60px;
}

.service-details-section .service-main-detailsarea .service-list .content 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;
}

.service-details-section .service-main-detailsarea .service-list .content a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.service-details-section .service-main-detailsarea .service-listarea ul li {
    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;
    margin-top: 16px;
}

.service-details-section .service-main-detailsarea .service-listarea ul li img {
    margin: 0 6px 0 0;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.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);
}

.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);
}

.vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-3);
    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: 60px;
    width: 184px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.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;
}


/*============= MOBILE MENU CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
    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;
    text-transform: uppercase;
}

.heading1 h5 img {
    margin: 0 4px 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;
    display: inline-block;
    transition: all 0.4s;
}

@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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading2 h5 {
    color: var(--ztc-text-text-5);
    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;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(232, 4, 15, 0.1);
    text-transform: uppercase;
    padding: 10px 14px;
}

.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;
    display: inline-block;
    transition: all 0.4s;
}

@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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading3 h5 {
    color: var(--ztc-text-text-6);
    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;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(236, 74, 5, 0.08);
    text-transform: uppercase;
    padding: 10px 14px;
}

.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;
    display: inline-block;
    transition: all 0.4s;
}

@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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading4 h5 {
    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-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 80px;
    background: var(--Gray-2nd, #F5F3F4);
    padding: 10px 14px;
}

.heading4 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;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .heading4 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading4 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-medium);
    line-height: 26px;
}

.heading5 h5 {
    color: var(--ztc-text-text-8);
    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;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 8px;
    background: rgba(28, 24, 83, 0.1);
    padding: 10px 14px;
}

.heading5 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;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .heading5 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading5 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-medium);
    line-height: 26px;
}

.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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 20px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.vl-btn1:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.vl-btn1:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.vl-btn1 i {
    margin-left: 4px;
}

.vl-btn2 {
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-5);
    padding: 18px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.vl-btn2:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.vl-btn2:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.vl-btn2 i {
    margin-left: 4px;
}

.vl-btn3 {
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    padding: 18px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-btn3::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.vl-btn3:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.vl-btn3:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.vl-btn3 i {
    margin-left: 4px;
}

.vl-btn4 {
    color: var(--ztc-text-text-2) !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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-9);
    padding: 20px 24px;
    border-radius: 60px;
    position: relative;
    z-index: 1;
}

.vl-btn4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 60px;
    z-index: -1;
}

.vl-btn4:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
    color: var(--ztc-text-text-1) !important;
}

.vl-btn4:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.vl-btn4 i {
    margin-left: 4px;
}

.vl-btn5 {
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    padding: 18px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-btn5::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.vl-btn5::before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-1);
    opacity: 20%;
    left: 10px;
    top: 8px;
}

.vl-btn5:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.vl-btn5:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.vl-btn5 i {
    margin-left: 4px;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.b-bg {
    background: #F2F2F2;
}

.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;
}

.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 70px;
}

@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;
    }
}

.sp11 {
    padding: 0 0 70px;
}

@media (max-width: 767px) {
    .sp11 {
        padding: 0 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp11 {
        padding: 0 0 30px;
    }
}

.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;
    }
}

/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.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 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .date {
    transform: rotateX(-360deg);
    transition: all 0.8s;
    background: var(--ztc-bg-bg-3);
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    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 {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    padding: 32px 24px 24px 24px;
    margin: -120px 24px 0;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .date {
    background: var(--ztc-bg-bg-2);
    display: inline-block;
    transition: all 0.8s;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    top: -40px;
    right: 16px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .date p {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    text-transform: capitalize;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .date span {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s12);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 12px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
}

.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;
}

@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 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.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-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E7E7;
}

.vl-blog-1-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-1-area .vl-blog-1-item .vl-blog-1-content .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;
    text-transform: uppercase;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
    margin-left: 4px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--ztc-text-text-4);
    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;
    background: var(--ztc-bg-bg-6);
    padding: 20px;
    border-radius: 8px;
}

.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .date {
    transform: rotateX(-360deg);
    transition: all 0.8s;
    background: var(--ztc-bg-bg-3);
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.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;
    transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
}

.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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .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-s16);
        line-height: 14px;
    }
}

@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;
    }
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    color: #E2E2E6;
    display: inline-block;
    margin: 0 8px;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.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: 30px;
    display: inline-block;
    transition: all 0.4s;
}

@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 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .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;
    text-transform: uppercase;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore i {
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-blog-3-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-8);
}

.vl-blog-3-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    border-radius: 8px;
}

.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content .date {
    transform: rotateX(-360deg);
    transition: all 0.8s;
    background: var(--ztc-bg-bg-3);
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.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;
    transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
}

.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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .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-s16);
        line-height: 14px;
    }
}

@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;
    }
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    color: #E2E2E6;
    display: inline-block;
    margin: 0 8px;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.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: 30px;
    display: inline-block;
    transition: all 0.4s;
}

@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 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-6);
    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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .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;
    text-transform: uppercase;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore i {
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
    transform: rotate(-45deg);
    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;
    background: var(--ztc-bg-bg-10);
    border-radius: 8px;
}

.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-content .date {
    transform: rotateX(-360deg);
    transition: all 0.8s;
    background: var(--ztc-bg-bg-3);
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    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 {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 4px 24px 28px 24px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
}

.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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .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-s16);
        line-height: 14px;
    }
}

@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;
    }
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    color: #E2E2E6;
    display: inline-block;
    margin: 0 8px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.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-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

@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 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .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;
    text-transform: uppercase;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore i {
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
    transform: rotate(-45deg);
    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;
    border-radius: 8px;
}

.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 {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content .date {
    transform: rotateX(-360deg);
    transition: all 0.8s;
    background: var(--ztc-bg-bg-3);
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    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 {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
    transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
}

.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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .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-s16);
        line-height: 14px;
    }
}

@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;
    }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    color: #E2E2E6;
    display: inline-block;
    margin: 0 8px;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.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-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
}

@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 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 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;
    display: inline-block;
    transition: all 0.4s;
}

@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.title2 a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .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;
    text-transform: uppercase;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore i {
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
    transition: all 0.4s;
}

.vl-blog-2-area-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.vl-blog-2-area-inner .vl-blog-1-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background: var(--ztc-bg-bg-4);
    padding: 20px;
    border-radius: 8px;
}

.vl-blog-2-area-inner .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.vl-blog-2-area-inner .vl-blog-1-item:hover .vl-blog-1-content .date {
    transform: rotateX(-360deg);
    transition: all 0.8s;
    background: var(--ztc-bg-bg-3);
}

.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.vl-blog-2-area-inner .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-2-area-inner .vl-blog-1-item .vl-blog-1-content {
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
}

.vl-blog-2-area-inner .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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area-inner .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: 1200px) and (max-width: 1399px) {
    .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .vl-blog-2-area-inner .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-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    color: #E2E2E6;
    display: inline-block;
    margin: 0 8px;
}

.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-2-area-inner .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: 30px;
    display: inline-block;
    transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 26px;
    }
}

.vl-blog-2-area-inner .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-2-area-inner .vl-blog-1-item .vl-blog-1-content .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;
    text-transform: uppercase;
}

.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore i {
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.blog-details-section {
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-sidebar-details {
    position: sticky;
    top: 120px;
    transition: all 0.4s;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget 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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area form {
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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%;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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%;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .categories-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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: 20px 20px;
    transition: all 0.4s;
    margin-top: 20px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .categories-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
        text-align: center;
    }
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
        text-align: center;
    }
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
    position: absolute;
}

@media (max-width: 767px) {
    .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
        position: relative;
    }
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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) {
    .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 img {
        height: 100px;
        width: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
    padding-left: 120px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
        padding-left: 0;
        margin-top: 16px;
    }
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content ul li a img {
    margin: -5px 4px 0 0;
    transition: all 0.4s;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content h4 a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area h3 {
    line-height: 28px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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: 10px 16px;
    display: inline-block;
    transition: all 0.4s;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area .btn-area1 a:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area .btn-area1 a span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    transition: all 0.4s;
    margin: 0 4px 0 0;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags ul li {
    display: inline-block;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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-semibold);
    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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li:last-child {
    margin: 0;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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);
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
    position: relative;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li {
    display: inline-block;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a {
    display: inline-block;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a img {
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a img:nth-child(4) {
    margin: 0;
}

.blog-details-section .blog-main-content-details {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-main-content-details.padding1 {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

.blog-details-section .blog-main-content-details.padding2 {
    padding: 0 40px 0 0;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

.blog-details-section .blog-main-content-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;
}

.blog-details-section .blog-main-content-details .service-arrows {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details .service-arrows {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content-details .service-arrows {
        margin-top: 30px;
    }
}

.blog-details-section .blog-main-content-details .service-arrows .testimonial-arrows {
    display: flex;
    align-items: center;
}

.blog-details-section .blog-main-content-details .service-arrows .testimonial-arrows .testimonial-prev-arrow-sinner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    left: 30px;
}

.blog-details-section .blog-main-content-details .service-arrows .testimonial-arrows .testimonial-next-arrow-sinner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    right: 30px;
}

.blog-details-section .blog-main-content-details .service-arrows .testimonial-arrows button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: none;
    background: var(--ztc-bg-bg-1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}

.blog-details-section .blog-main-content-details .service-arrows .testimonial-arrows button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.blog-details-section .blog-main-content-details .service-arrows .service-slider-images {
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-main-content-details .service-arrows .service-slider-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.blog-details-section .blog-main-content-details .list-author {
    padding: 16px 0;
    border-top: 1px solid var(--ztc-bg-bg-4);
    border-bottom: 1px solid var(--ztc-bg-bg-4);
}

.blog-details-section .blog-main-content-details .list-author li {
    display: inline-block;
}

.blog-details-section .blog-main-content-details .list-author li:nth-child(1) img {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details .list-author li:nth-child(3) {
        margin-top: 10px;
    }
}

.blog-details-section .blog-main-content-details .list-author li:nth-child(1) 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;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}

.blog-details-section .blog-main-content-details .list-author 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;
}

.blog-details-section .blog-main-content-details .list-author li a img {
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: -5px 4px 0 0;
}

.blog-details-section .blog-main-content-details .list-author li a span {
    color: #9BA5A3;
    display: inline-block;
    margin: 0 8px;
}

.blog-details-section .blog-main-content-details .pera {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--ztc-bg-bg-4);
}

.blog-details-section .blog-main-content-details .pera p {
    background: var(--ztc-bg-bg-4);
    position: relative;
    z-index: 1;
    padding: 24px 18px 24px 24px;
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-main-content-details .pera p::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.blog-details-section .blog-main-content-details .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details .img1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content-details .img1 {
        margin-top: 30px;
    }
}

.blog-details-section .blog-main-content-details .img1 .play a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-size: var(--ztc-font-size-font-s20);
}

.blog-details-section .blog-main-content-details .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.blog-details-section .blog-main-content-details .service-list {
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-main-content-details .service-list:hover h3 {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.blog-details-section .blog-main-content-details .service-list h3 {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-4);
    border-radius: 50%;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    max-width: 48px;
    max-height: 48px;
    position: absolute;
}

.blog-details-section .blog-main-content-details .service-list .content {
    padding-left: 60px;
}

.blog-details-section .blog-main-content-details .service-list .content 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;
}

.blog-details-section .blog-main-content-details .service-list .content a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.blog-details-section .blog-main-content-details .service-listarea ul li {
    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;
    margin-top: 16px;
}

.blog-details-section .blog-main-content-details .service-listarea ul li img {
    margin: 0 6px 0 0;
}

.blog-details-section .blog-main-content-details .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) {
    .blog-details-section .blog-main-content-details .tags-social {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details .tags-social .tags {
        margin-bottom: 16px;
    }
}

.blog-details-section .blog-main-content-details .tags-social .tags ul li {
    display: inline-block;
}

.blog-details-section .blog-main-content-details .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;
}

.blog-details-section .blog-main-content-details .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;
    border: 1px solid var(--ztc-text-text-3);
    padding: 8px 12px;
    margin: 0 8px 0 0;
    border-radius: 8px;
}

.blog-details-section .blog-main-content-details .tags-social .tags 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-text-text-4);
}

.blog-details-section .blog-main-content-details .tags-social .social ul li {
    display: inline-block;
}

.blog-details-section .blog-main-content-details .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;
}

.blog-details-section .blog-main-content-details .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;
}

.blog-details-section .blog-main-content-details .tags-social .social ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.blog-details-section .blog-main-content-details .comments-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 24px;
}

.blog-details-section .blog-main-content-details .comments-boxarea.box2 {
    margin: 0 0 0 30px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details .comments-boxarea.box2 {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content-details .comments-boxarea.box2 {
        margin: 0;
    }
}

.blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes {
        display: inline-block;
    }
}

.blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes .comments-auhtor-box {
    display: flex;
    align-items: center;
}

.blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes .comments-auhtor-box .content {
    padding-left: 18px;
}

.blog-details-section .blog-main-content-details .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; /* 100% */
    display: inline-block;
}

.blog-details-section .blog-main-content-details .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;
}

.blog-details-section .blog-main-content-details .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) {
    .blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes .reply {
        margin-top: 12px;
    }
}

.blog-details-section .blog-main-content-details .comments-boxarea .comments-boxes .reply i {
    margin: 0 2px 0 0;
}

.blog-details-section .blog-main-content-details .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
}

.blog-details-section .blog-main-content-details .contact-boxarea 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;
}

.blog-details-section .blog-main-content-details .contact-boxarea .input-area {
    margin-top: 16px;
}

.blog-details-section .blog-main-content-details .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;
}

.blog-details-section .blog-main-content-details .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%;
}

.blog-details-section .blog-main-content-details .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%;
}

.blog-details-section .blog-main-content-details .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;
}

.blog-details-section .blog-main-content-details .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%;
}

.blog-details-section .blog-main-content-details .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%;
}

.blog-details-section .blog-main-content-details .contact-boxarea .input-area button {
    border: none;
    outline: none;
    text-align: center;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #F2F2F2;
    padding: 270px 0 32px;
}

.vl-footer1-section-area .footer-logo-area {
    position: relative;
    z-index: 1;
}

.vl-footer1-section-area .footer-logo-area img {
    width: 210px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vl-footer1-section-area .footer-logo-area 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-medium);
    line-height: 26px;
    letter-spacing: -0.32px;
    opacity: 70%;
}

.vl-footer1-section-area .footer-logo-area .social-links li {
    display: inline-block;
}

.vl-footer1-section-area .footer-logo-area .social-links li a {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    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);
}

.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;
}

.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;
    }
}

.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: rgba(15, 13, 13, 0.8);
    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;
    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: rgba(15, 13, 13, 0.8);
    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;
    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: rgba(15, 13, 13, 0.8);
    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;
    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 #DBDBDB;
    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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

@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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

.vl-footer1-section-area .copyright-area ul li span {
    display: inline-block;
    margin: 0 16px;
    color: #DBDBDB;
}

.vl-footer2-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-6);
    padding: 270px 0 32px;
}

.vl-footer2-section-area .footer-logo-area {
    position: relative;
    z-index: 1;
}

.vl-footer2-section-area .footer-logo-area img {
    width: 210px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vl-footer2-section-area .footer-logo-area 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-medium);
    line-height: 26px;
    letter-spacing: -0.32px;
    opacity: 70%;
}

.vl-footer2-section-area .footer-logo-area .social-links li {
    display: inline-block;
}

.vl-footer2-section-area .footer-logo-area .social-links li a {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    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);
}

.vl-footer2-section-area .footer-logo-area .social-links li a:hover {
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .vl-footer2-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer2-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer2-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-footer2-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

.vl-footer2-section-area .footer-widget-area ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area ul li a:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area ul li a svg {
    margin: 0 5px 0 0;
}

.vl-footer2-section-area .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DBDBDB;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .vl-footer2-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer2-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer2-section-area .copyright-area a {
    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;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

@media (max-width: 767px) {
    .vl-footer2-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer2-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer2-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer2-section-area .copyright-area ul li {
    display: inline-block;
}

.vl-footer2-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

.vl-footer2-section-area .copyright-area ul li span {
    display: inline-block;
    margin: 0 16px;
    color: #DBDBDB;
}

.vl-footer3-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-8);
    padding: 270px 0 32px;
}

.vl-footer3-section-area .footer-logo-area {
    position: relative;
    z-index: 1;
}

.vl-footer3-section-area .footer-logo-area img {
    width: 210px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vl-footer3-section-area .footer-logo-area 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-medium);
    line-height: 26px;
    letter-spacing: -0.32px;
    opacity: 70%;
}

.vl-footer3-section-area .footer-logo-area .contact-links li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 20px;
}

.vl-footer3-section-area .footer-logo-area .contact-links li a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.vl-footer3-section-area .footer-logo-area .contact-links li a svg {
    margin: -5px 4px 0 0;
}

.vl-footer3-section-area .footer-logo-area .social-links li {
    display: inline-block;
}

.vl-footer3-section-area .footer-logo-area .social-links li a {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    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);
}

.vl-footer3-section-area .footer-logo-area .social-links li a:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer3-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-footer3-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area ul li a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area ul li a svg {
    margin: 0 5px 0 0;
}

.vl-footer3-section-area .footer-form-area {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .footer-form-area {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .footer-form-area {
        margin-top: 30px;
    }
}

.vl-footer3-section-area .footer-form-area .f-heading 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-footer3-section-area .footer-form-area form {
    position: relative;
    z-index: 1;
}

.vl-footer3-section-area .footer-form-area form 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-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid var(--ztc-text-text-1);
    background: var(--ztc-bg-bg-1);
    padding: 18px 16px;
    width: 410px;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .footer-form-area form input {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-footer3-section-area .footer-form-area form input {
        width: 300px;
    }
}

.vl-footer3-section-area .footer-form-area form 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-medium);
    line-height: 18px;
}

.vl-footer3-section-area .footer-form-area form 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-medium);
    line-height: 18px;
}

.vl-footer3-section-area .footer-form-area form button {
    border: none;
    outline: none;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .footer-form-area form button {
        margin-left: 0;
        margin-top: 16px;
    }
}

.vl-footer3-section-area .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DBDBDB;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer3-section-area .copyright-area a {
    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;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer3-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer3-section-area .copyright-area ul li {
    display: inline-block;
}

.vl-footer3-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

.vl-footer3-section-area .copyright-area ul li span {
    display: inline-block;
    margin: 0 16px;
    color: #DBDBDB;
}

.vl-footer4-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0 32px;
}

.vl-footer4-section-area .footer-logo-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-10);
    padding: 48px 40px;
    border-radius: 8px;
}

.vl-footer4-section-area .footer-logo-area img {
    width: 210px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vl-footer4-section-area .footer-logo-area 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-medium);
    line-height: 26px;
    letter-spacing: -0.32px;
    opacity: 70%;
}

.vl-footer4-section-area .footer-logo-area .contact-links li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 20px;
}

.vl-footer4-section-area .footer-logo-area .contact-links li a:hover {
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.vl-footer4-section-area .footer-logo-area .contact-links li a svg {
    margin: -5px 4px 0 0;
}

.vl-footer4-section-area .contact4-bg {
    background: var(--ztc-bg-bg-10);
    padding: 48px 40px 58px 40px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .contact4-bg {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer4-section-area .contact4-bg {
        margin-top: 30px;
    }
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 {
    position: relative;
    left: -40px;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .footer-widget-area.foot-padding2 {
        left: 0;
    }
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer4-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-footer4-section-area .footer-widget-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 10px;
}

.vl-footer4-section-area .footer-widget-area .img1:hover .icons {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.vl-footer4-section-area .footer-widget-area .img1 .icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.vl-footer4-section-area .footer-widget-area .img1 .icons a {
    height: 30px;
    width: 30px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.vl-footer4-section-area .footer-conatct-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .footer-conatct-area {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer4-section-area .footer-conatct-area {
        display: inline-block;
    }
}

.vl-footer4-section-area .footer-conatct-area .form-area form {
    position: relative;
    z-index: 1;
}

.vl-footer4-section-area .footer-conatct-area .form-area form 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-medium);
    line-height: 18px;
    border-radius: 90px;
    border: 1px solid var(--ztc-text-text-1);
    background: var(--ztc-bg-bg-10);
    padding: 18px 16px;
    width: 410px;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .footer-conatct-area .form-area form input {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-footer4-section-area .footer-conatct-area .form-area form input {
        width: 300px;
    }
}

.vl-footer4-section-area .footer-conatct-area .form-area form 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-medium);
    line-height: 18px;
}

.vl-footer4-section-area .footer-conatct-area .form-area form 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-medium);
    line-height: 18px;
}

.vl-footer4-section-area .footer-conatct-area .form-area form button {
    border: none;
    outline: none;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .footer-conatct-area .form-area form button {
        margin-left: 0;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .vl-footer4-section-area .footer-conatct-area .social-area {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer4-section-area .footer-conatct-area .social-area {
        margin-top: 24px;
    }
}

.vl-footer4-section-area .footer-conatct-area .social-area ul li {
    display: inline-block;
}

.vl-footer4-section-area .footer-conatct-area .social-area ul li a {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-10);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.vl-footer4-section-area .footer-conatct-area .social-area ul li a:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.vl-footer4-section-area .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DBDBDB;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer4-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer4-section-area .copyright-area a {
    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;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

@media (max-width: 767px) {
    .vl-footer4-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer4-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer4-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer4-section-area .copyright-area ul li {
    display: inline-block;
}

.vl-footer4-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

.vl-footer4-section-area .copyright-area ul li span {
    display: inline-block;
    margin: 0 16px;
    color: #DBDBDB;
}

.vl-footer5-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
    padding: 270px 0 32px;
}

.vl-footer5-section-area .footer-logo-area {
    position: relative;
    z-index: 1;
}

.vl-footer5-section-area .footer-logo-area img {
    width: 210px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vl-footer5-section-area .footer-logo-area 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-medium);
    line-height: 26px;
    letter-spacing: -0.32px;
    opacity: 70%;
}

.vl-footer5-section-area .footer-logo-area .contact-links li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 20px;
}

.vl-footer5-section-area .footer-logo-area .contact-links li a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.vl-footer5-section-area .footer-logo-area .contact-links li a svg {
    margin: -5px 4px 0 0;
}

.vl-footer5-section-area .footer-logo-area .social-links li {
    display: inline-block;
}

.vl-footer5-section-area .footer-logo-area .social-links li a {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    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);
}

.vl-footer5-section-area .footer-logo-area .social-links li a:hover {
    background: var(--ztc-bg-bg-11);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .vl-footer5-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer5-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
    padding-left: 5px;
}

.vl-footer5-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-footer5-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area ul li a {
    color: rgba(15, 13, 13, 0.8);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area ul li a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area ul li a svg {
    margin: 0 5px 0 0;
}

.vl-footer5-section-area .footer-form-area {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

@media (max-width: 767px) {
    .vl-footer5-section-area .footer-form-area {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer5-section-area .footer-form-area {
        margin-top: 30px;
    }
}

.vl-footer5-section-area .footer-form-area .f-heading 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-footer5-section-area .footer-form-area form {
    position: relative;
    z-index: 1;
}

.vl-footer5-section-area .footer-form-area form 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-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid var(--ztc-text-text-1);
    background: var(--ztc-bg-bg-1);
    padding: 18px 16px;
    width: 410px;
}

@media (max-width: 767px) {
    .vl-footer5-section-area .footer-form-area form input {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-footer5-section-area .footer-form-area form input {
        width: 300px;
    }
}

.vl-footer5-section-area .footer-form-area form 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-medium);
    line-height: 18px;
}

.vl-footer5-section-area .footer-form-area form 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-medium);
    line-height: 18px;
}

.vl-footer5-section-area .footer-form-area form button {
    border: none;
    outline: none;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .vl-footer5-section-area .footer-form-area form button {
        margin-left: 0;
        margin-top: 16px;
    }
}

.vl-footer5-section-area .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DBDBDB;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .vl-footer5-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer5-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer5-section-area .copyright-area a {
    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;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

@media (max-width: 767px) {
    .vl-footer5-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer5-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer5-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer5-section-area .copyright-area ul li {
    display: inline-block;
}

.vl-footer5-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

.vl-footer5-section-area .copyright-area ul li span {
    display: inline-block;
    margin: 0 16px;
    color: #DBDBDB;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/

.hero-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 300px 0 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-inner-area {
        padding: 160px 0 0;
    }
}

@media (max-width: 767px) {
    .hero-inner-area {
        padding: 160px 0 0;
    }
}

.hero-inner-area .img1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-inner-area .img1 {
        position: relative;
        left: 0;
    }
}

@media (max-width: 767px) {
    .hero-inner-area .img1 {
        position: relative;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-inner-area .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .hero-inner-area .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.hero-inner-area .inner-header h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 64px;
}

@media (max-width: 767px) {
    .hero-inner-area .inner-header h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-inner-area .inner-header h2 {
        font-size: var(--ztc-font-size-font-s50);
        line-height: 60px;
    }
}

.hero-inner-area .inner-header span {
    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: inline-block;
    transition: all 0.4s;
}

.hero-inner-area .inner-header span 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-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.hero-inner-area .inner-header span i {
    margin: 0 6px;
}




/*============= HERO CSS AREA ===============*/
/*============= HEADER CSS AREA STARTS ===============*/
.homepage1-body .vl-transparent-header {
  position: fixed; /* or absolute/relative based on your needs */
    top: 0;
    left: 0;
    right: 0;
    width: 100vw; /* Full viewport width */
    z-index: 1000;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

.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 .btn-area1 a {
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 16px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
    margin: -4px 3px 0 0;
}

.homepage1-body .vl-transparent-header .header-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(15, 13, 13, 0.1);
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

@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-list p {
    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-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area .header-list p 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-medium);
    line-height: 18px;
    display: inline-block;
    padding-left: 5px;
    transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area .header-list p a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.homepage1-body .vl-transparent-header .header-top-area ul li:nth-last-child(1) {
    margin: 0;
}

.homepage1-body .vl-transparent-header .header-top-area ul li span {
    color: #E8EAEC;
    display: inline-block;
    margin: 0 8px;
}

.homepage1-body .vl-transparent-header .header-top-area ul li:nth-child(1) 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-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area ul li:nth-child(1) a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area ul li:nth-child(1) a svg {
    margin: 0 4px 0 0;
}

.homepage1-body .vl-transparent-header .header-top-area ul li .social {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: #F2F2F2;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}

.homepage1-body .vl-transparent-header .header-top-area ul li .social:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.homepage1-body .vl-transparent-header .row-bg1 {
    background: var(--ztc-bg-bg-1);
    padding: 16px;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header .row-bg1 {
        background: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header .row-bg1 {
        background: none;
    }
}

.homepage1-body .vl-transparent-header .row-bg1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-3);
    border-radius: 0 0 0 8px;
}

@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header .row-bg1::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header .row-bg1::after {
        display: none;
    }
}

.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-2);
    background: none;
    opacity: 70%;
}

.homepage1-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);
}

.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-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    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: 2px;
    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-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);
}

.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-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;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-mega-menu {
        width: 1140px;
        left: -242px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage1-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media 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);
    }
}

.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: -48px;
    margin-left: -77px;
}

@media (max-width: 767px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -60px;
    }
}

.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1 {
    color: var(--ztc-text-text-1) !important;
    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: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 19px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1 i {
    margin-left: 4px;
}

.homepage1-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    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);
}

.homepage1-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-home-thumb a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.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: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage1-body .header-sticky::after {
    display: none !important;
}

.homepage1-body .header-sticky .row-bg1 {
    box-shadow: none;
    transition: all 0.4s;
    padding: 16px 0;
}

.homepage1-body .header-sticky .row-bg1::after {
    display: none !important;
}

@media (max-width: 767px) {
    .homepage1-body .header-sticky .row-bg1 {
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .header-sticky .row-bg1 {
        box-shadow: none;
    }
}

.homepage1-body .header-sticky .space16 {
    display: none !important;
}

.homepage1-body .header-sticky .header-top-area {
    display: none;
}


@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
    position: fixed;
    background: var(--ztc-bg-bg-1);
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.preloader .loader {
    width: 70px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    height: 70px;
}

@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}

.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);
}

.others-section {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.others-section .others-boxes {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 28px 24px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .others-section .others-boxes {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others-section .others-boxes {
        margin-bottom: 30px;
    }
}

.others-section .others-boxes:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.others-section .others-boxes:hover .icons-heading .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
}

.others-section .others-boxes:hover .icons-heading .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.others-section .others-boxes .icons-heading {
    display: flex;
    align-items: center;
}

.others-section .others-boxes .icons-heading .icons {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    border-radius: 50%;
    position: absolute;
}

.others-section .others-boxes .icons-heading .icons img {
    transition: all 0.4s;
}

.others-section .others-boxes .icons-heading .heading {
    padding-left: 100px;
}

.others-section .others-boxes .icons-heading .heading a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 36px;
    display: inline-block;
    transition: all 0.4s;
}

.others-section .others-boxes .icons-heading .heading a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.others-section .others-boxes 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-medium);
    line-height: 26px;
}

.others-section2 {
    position: relative;
    z-index: 1;
}

.others-section2 .others-boxes {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    border: 1px solid rgba(15, 13, 13, 0.1);
    padding: 28px 24px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .others-section2 .others-boxes {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others-section2 .others-boxes {
        margin-bottom: 30px;
    }
}

.others-section2 .others-boxes:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.others-section2 .others-boxes:hover .icons-heading .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
}

.others-section2 .others-boxes:hover .icons-heading .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.others-section2 .others-boxes .icons-heading .icons {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    border-radius: 50%;
    position: absolute;
}

.others-section2 .others-boxes .icons-heading .icons img {
    transition: all 0.4s;
}

.others-section2 .others-boxes .icons-heading .heading {
    padding-left: 100px;
}

.others-section2 .others-boxes .icons-heading .heading 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-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.others-section2 .others-boxes .icons-heading .heading a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.others-section2 .others-boxes 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-medium);
    line-height: 26px;
}

.others-section3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}

.others-section3 .others-boxes {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 28px 24px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .others-section3 .others-boxes {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others-section3 .others-boxes {
        margin-bottom: 30px;
    }
}

.others-section3 .others-boxes:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.others-section3 .others-boxes:hover .icons-heading .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
}

.others-section3 .others-boxes:hover .icons-heading .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.others-section3 .others-boxes .icons-heading .icons {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    border-radius: 50%;
    position: absolute;
}

.others-section3 .others-boxes .icons-heading .icons img {
    transition: all 0.4s;
}

.others-section3 .others-boxes .icons-heading .heading {
    padding-left: 100px;
}

.others-section3 .others-boxes .icons-heading .heading 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-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.others-section3 .others-boxes .icons-heading .heading a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.others-section3 .others-boxes 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-medium);
    line-height: 26px;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/

.team-about-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-about-inner .team-boxarea-about {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-about-inner .team-boxarea-about:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.team-about-inner .team-boxarea-about:hover .social {
    right: 30px;
    transition: all 0.6s;
}

.team-about-inner .team-boxarea-about .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.team-about-inner .team-boxarea-about .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.team-about-inner .team-boxarea-about .name-text 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-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.team-about-inner .team-boxarea-about .name-text a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.team-about-inner .team-boxarea-about .name-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-medium);
    line-height: 16px;
}

.team-about-inner .team-boxarea-about .social {
    position: absolute;
    right: -100px;
    top: 50%;
    z-index: 2;
    margin-top: -135px;
    transition: all 0.6s;
}

@media (max-width: 767px) {
    .team-about-inner .team-boxarea-about .social {
        right: 30px;
        transition: all 0.4s;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-about-inner .team-boxarea-about .social {
        right: 30px;
        transition: all 0.4s;
    }
}

.team-about-inner .team-boxarea-about .social ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 0 6px 0;
}

.team-about-inner .team-boxarea-about .social ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.team-about-inner .slider-arrow-area {
    position: relative;
    z-index: 1;
}

.team-about-inner .slider-arrow-area .testimonial-arrows {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: -130px;
}

@media (max-width: 767px) {
    .team-about-inner .slider-arrow-area .testimonial-arrows {
        position: relative;
        z-index: 1;
        justify-content: center;
        margin-top: 40px;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-about-inner .slider-arrow-area .testimonial-arrows {
        position: relative;
        z-index: 1;
        justify-content: center;
        margin-top: 40px;
        top: 0;
    }
}

.team-about-inner .slider-arrow-area .testimonial-arrows .testimonial-prev-arrow {
    margin: 0 12px 0 0;
}

.team-about-inner .slider-arrow-area .testimonial-arrows button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: none;
    background: var(--ztc-bg-bg-6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}

.team-about-inner .slider-arrow-area .testimonial-arrows button:hover {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.team-about-inner .slider-arrow-area .team-slider-area {
    position: relative;
    z-index: 1;
}

.team-single-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-single-section .team-single-detrails {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 32px;
}

.team-single-section .team-single-detrails .team-info .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.team-single-section .team-single-detrails .team-info ul {
    text-align: center;
}

.team-single-section .team-single-detrails .team-info ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.team-single-section .team-single-detrails .team-info ul li:nth-last-child(1) {
    margin: 0;
}

.team-single-section .team-single-detrails .team-info ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 0 6px 0;
}

.team-single-section .team-single-detrails .team-info ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.team-single-section .team-single-header {
    padding: 0 0 0 30px;
}

@media (max-width: 767px) {
    .team-single-section .team-single-header {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-single-section .team-single-header {
        padding: 0;
        margin-top: 30px;
    }
}

.team-single-section .team-single-header 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;
}

.team-single-section .team-single-header ul li {
    display: inline-block;
    color: var(--ztc-text-text-4);
}

.team-single-section .team-single-header ul li:nth-last-child(1) {
    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; /* 100% */
}

.team-single-section .team-single-header .text {
    display: flex;
    margin-top: 32px;
}

.team-single-section .team-single-header .text.text1 p {
    padding-left: 30px;
}

.team-single-section .team-single-header .text h5 {
    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;
    text-transform: capitalize;
}

.team-single-section .team-single-header .text a {
    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);
    display: inline-block;
    transition: all 0.4s;
    line-height: 28px; /* 155.556% */
    padding-left: 10px;
    position: relative;
}

.team-single-section .team-single-header .text p {
    padding-left: 10px;
    position: relative;
}

.team-single-section .team-details2-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px 24px;
}

.team-single-section .team-details2-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: 32px; /* 100% */
}

.team-single-section .team-details2-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; /* 100% */
}

.team-single-section .team-details2-area h4 {
    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; /* 100% */
}

.team-single-section .team-details2-area .pera {
    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: 26px;
}

.team-single-section .team-details2-area 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-medium);
    line-height: 26px;
}

.team-single-section .team-details2-area ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.team-single-section .team-details2-area ul li:nth-last-child(1) {
    margin: 0;
}

.team-single-section .team-details2-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-bold);
    line-height: 16px;
    border-radius: 4px;
    padding: 12px 16px;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
}

.team-single-section .team-details2-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team-single-section .team-contact-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px 24px;
}

.team-single-section .team-contact-boxarea 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: 32px;
}

.team-single-section .team-contact-boxarea ul li {
    margin-top: 24px;
}

.team-single-section .team-contact-boxarea ul li a {
    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: 26px;
    transition: all 0.4s;
    display: flex;
}

.team-single-section .team-contact-boxarea ul li a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.team-single-section .team-contact-boxarea ul li a span {
    margin: 0 8px;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s12);
    line-height: 12px;
}

.team-single-section .team-contact-boxarea ul li a svg {
    margin: 0 6px 0 0;
}

.team-single-section .team-contact-boxarea .input-area {
    margin-top: 20px;
}

.team-single-section .team-contact-boxarea .input-area input {
    width: 100%;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    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-medium);
    line-height: 18px;
    padding: 16px;
}

.team-single-section .team-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-medium);
    line-height: 18px;
}

.team-single-section .team-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-medium);
    line-height: 18px;
}

.team-single-section .team-contact-boxarea .input-area textarea {
    width: 100%;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    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-medium);
    line-height: 18px;
    padding: 16px;
    height: 152px;
}

.team-single-section .team-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-medium);
    line-height: 18px;
}

.team-single-section .team-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-medium);
    line-height: 18px;
}

.team-single-section .team-contact-boxarea .input-area button {
    border: none;
    outline: none;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-10);
}

.faq4 .heading4 h5 {
    background: var(--ztc-bg-bg-1);
}

.faq4 .faq-main-section {
    position: relative;
    z-index: 1;
}

.faq4 .faq-main-section .accordion-item {
    background: var(--ztc-bg-bg-9);
    box-shadow: none;
    border: none;
    border-radius: 8px;
}

.faq4 .faq-main-section .accordion-item button {
    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: 20px;
    padding: 24px;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .faq4 .faq-main-section .accordion-item button {
        line-height: 26px;
    }
}

.faq4 .faq-main-section .accordion-item button:not(.collapsed) {
    background: none;
}

.faq4 .faq-main-section .accordion-item button:not(.collapsed)::after {
    filter: brightness(0);
}

.faq4 .faq-main-section .accordion-item .accordion-body {
    padding: 0;
}

.faq4 .faq-main-section .accordion-item .accordion-body 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-medium);
    line-height: 26px;
    padding: 0 24px 24px 24px;
}

.faq-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faq-inner .faq-main-section {
    position: relative;
    z-index: 1;
}

.faq-inner .faq-main-section .accordion-item {
    background: var(--ztc-bg-bg-3);
    box-shadow: none;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}

.faq-inner .faq-main-section .accordion-item button {
    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: 20px;
    padding: 24px;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .faq-inner .faq-main-section .accordion-item button {
        line-height: 26px;
    }
}

.faq-inner .faq-main-section .accordion-item button:not(.collapsed) {
    background: none;
    color: var(--ztc-text-text-1);
}

.faq-inner .faq-main-section .accordion-item button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-inner .faq-main-section .accordion-item .accordion-body {
    padding: 0;
}

.faq-inner .faq-main-section .accordion-item .accordion-body p {
    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-medium);
    line-height: 26px;
    padding: 0 24px 24px 24px;
    opacity: 80%;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact1 .contact-widget-area .contact-boxarea {
    position: relative;
    z-index: 1;
}

.contact1 .contact-widget-area .contact-boxarea .input-area {
    margin-top: 16px;
}

.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-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-8);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
}

.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-medium);
    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-medium);
    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-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-8);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}

.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-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-8);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: 140px;
}

.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-medium);
    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-medium);
    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: 698px;
}

@media (max-width: 767px) {
    .contact1 .contact-maps-area iframe {
        height: 300px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact1 .contact-maps-area iframe {
        height: 400px;
        margin-top: 30px;
    }
}

.contact-inenr-area {
    position: relative;
    z-index: 1;
}

.contact-inenr-area .contact-heading .calnow-boxes {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
    margin-top: 30px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
}

.contact-inenr-area .contact-heading .calnow-boxes:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.contact-inenr-area .contact-heading .calnow-boxes:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.contact-inenr-area .contact-heading .calnow-boxes .icons {
    height: 60px;
    width: 60px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
}

.contact-inenr-area .contact-heading .calnow-boxes .text h5 {
    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;
    margin: 0 8px 0 32px;
}

.contact-inenr-area .contact-heading .calnow-boxes .content a {
    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;
    display: inline-block;
    transition: all 0.4s;
    margin: 0 0 0 16px;
}

.contact-inenr-area .contact-heading .calnow-boxes .content a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.contact-inenr-area .contact-heading .contact-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.4s;
}

.contact-inenr-area .contact-heading .contact-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.contact-inenr-area .contact-heading .contact-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.contact-inenr-area .contact-heading .contact-boxarea .icons {
    height: 60px;
    width: 60px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
}

.contact-inenr-area .contact-heading .contact-boxarea .content-desc h4 {
    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;
}

.contact-inenr-area .contact-heading .contact-boxarea .content-desc a {
    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: 40px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 16px;
}

.contact-inenr-area .contact-heading .contact-boxarea .content-desc a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.contact-inenr-area .contact-main-boxarea {
    position: sticky;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
    border-radius: 8px;
    top: 120px;
}

.contact-inenr-area .contact-main-boxarea 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;
}

.phone-btn {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    font-size: 12px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.phone-btn svg {
    margin-right: 4px;
}

.language-selector {
    width: auto;
    padding: 5px 10px;
}

.language-selector a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.language-selector img {
    margin-right: 8px;
    width: 44px;
    vertical-align: middle;
}

.contact-inenr-area .contact-main-boxarea .input-area {
    margin-top: 16px;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}

.contact-inenr-area .contact-main-boxarea .input-area .nice-select::after {
    height: 7px;
    width: 7px;
    right: 16px;
}

.contact-inenr-area .contact-main-boxarea .input-area .nice-select ul {
    width: 100%;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
    height: 140px;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
}

.contact-inenr-area .contact-main-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-medium);
    line-height: 18px;
}

.contact-inenr-area .contact-main-boxarea .input-area button {
    border: none;
    outline: none;
}

.contact-inenr-area iframe {
    width: 100%;
    border-radius: 8px;
    height: 500px;
}

@media (max-width: 767px) {
    .contact-inenr-area iframe {
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inenr-area iframe {
        height: 400px;
    }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: -200px;
}

.cta1-section-area .images1 img {
    height: 385px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.cta1-section-area .cta-content-area {
    background: var(--ztc-bg-bg-3);
    padding: 60px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .cta1-section-area .cta-content-area {
        margin-top: 30px;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta-content-area {
        margin-top: 30px;
    }
}

.cta1-section-area .cta-content-area h2 {
    color: var(--ztc-text-text-1);
}

.cta1-section-area .cta-content-area p {
    color: var(--ztc-text-text-1);
    opacity: 90%;
}

.cta1-section-area .cta-content-area form {
    position: relative;
    z-index: 1;
}

.cta1-section-area .cta-content-area form input {
    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-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    width: 300px;
    padding: 18px 24px;
}

@media (max-width: 767px) {
    .cta1-section-area .cta-content-area form input {
        width: 100%;
    }
}

.cta1-section-area .cta-content-area form input::-moz-placeholder {
    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-medium);
    line-height: 18px;
}

.cta1-section-area .cta-content-area form input::placeholder {
    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-medium);
    line-height: 18px;
}

.cta1-section-area .cta-content-area form button.vl-btn1 {
    border: none;
    outline: none;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4) !important;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .cta1-section-area .cta-content-area form button.vl-btn1 {
        margin-left: 0;
        margin-top: 24px;
    }
}

.cta1-section-area .cta-content-area form button.vl-btn1:hover {
    color: var(--ztc-text-text-1) !important;
}


/*============= CTA CSS AREA ENDS===============*/

/*============= PROEJCTS CSS AREA STARTS ===============*/


/* projects here is located */


.project-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-inner-area .projects-inner-box {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.project-inner-area .projects-inner-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box:hover .other-content {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box:hover .other-content .tags {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.2);
}

.project-inner-area .projects-inner-box:hover .other-content .title {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box .img1 {
    transition: all 0.4s;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.project-inner-area .projects-inner-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box .other-content {
    position: relative;
    z-index: 2;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 10px 60px rgba(165, 165, 165, 0.25);
    text-align: center;
    padding: 24px;
    border-radius: 8px;
    margin: -60px 16px 0 16px;
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box .other-content .tags {
    border-radius: 8px;
    background: rgba(21, 95, 255, 0.1);
    color: var(--ztc-text-text-4);
    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;
    padding: 8px 12px;
    transition: all 0.4s;
}

.project-inner-area .projects-inner-box .other-content .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-details {
    position: relative;
    z-index: 1;
}

.project-inner-details .service-arrows {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .project-inner-details .service-arrows {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-inner-details .service-arrows {
        margin-top: 30px;
    }
}

.project-inner-details .service-arrows .testimonial-arrows {
    display: flex;
    align-items: center;
}

.project-inner-details .service-arrows .testimonial-arrows .testimonial-prev-arrow-sinner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    left: 30px;
}

.project-inner-details .service-arrows .testimonial-arrows .testimonial-next-arrow-sinner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    right: 30px;
}

.project-inner-details .service-arrows .testimonial-arrows button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: none;
    background: var(--ztc-bg-bg-1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}

.project-inner-details .service-arrows .testimonial-arrows button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.project-inner-details .service-arrows .service-slider-images {
    position: relative;
    z-index: 1;
}

.project-inner-details .service-arrows .service-slider-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.project-inner-details .projects-side-details {
    position: sticky;
    top: 120px;
    transition: all 0.4s;
}

.project-inner-details .projects-side-details .project-post-widget 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-inner-details .projects-side-details .project-post-widget .search-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.project-inner-details .projects-side-details .project-post-widget .search-area form {
    position: relative;
    z-index: 1;
}

.project-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .popular-tags {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.project-inner-details .projects-side-details .project-post-widget .popular-tags ul li {
    display: inline-block;
}

.project-inner-details .projects-side-details .project-post-widget .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-semibold);
    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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .help-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.project-inner-details .projects-side-details .project-post-widget .help-area h3 {
    line-height: 28px;
}

.project-inner-details .projects-side-details .project-post-widget .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: 10px 16px;
    display: inline-block;
    transition: all 0.4s;
}

.project-inner-details .projects-side-details .project-post-widget .help-area .btn-area1 a:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.project-inner-details .projects-side-details .project-post-widget .help-area .btn-area1 a span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    transition: all 0.4s;
    margin: 0 4px 0 0;
}

.project-inner-details .projects-side-details .project-post-widget .social-area {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 20px;
}

.project-inner-details .projects-side-details .project-post-widget .social-area ul li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.project-inner-details .projects-side-details .project-post-widget .social-area ul li:last-child {
    margin: 0;
}

.project-inner-details .projects-side-details .project-post-widget .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);
}

.project-inner-details .projects-side-details .project-post-widget .social-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.project-inner-details .projects-side-details .project-post-widget .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 24px 28px;
}

.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area {
    margin-top: 16px;
}

.project-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .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-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area button {
    border: none;
    outline: none;
}

.project-inner-details .project-main-details {
    position: relative;
    z-index: 1;
}

.project-inner-details .project-main-details.padding1 {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .project-inner-details .project-main-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-inner-details .project-main-details.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

.project-inner-details .project-main-details.padding2 {
    padding: 0 40px 0 0;
}

@media (max-width: 767px) {
    .project-inner-details .project-main-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-inner-details .project-main-details.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

.project-inner-details .project-main-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;
}

.project-inner-details .project-main-details .project-located-area {
    padding: 24px 0;
    border-top: 1px solid var(--ztc-bg-bg-4);
    border-bottom: 1px solid var(--ztc-bg-bg-4);
}

@media (max-width: 767px) {
    .project-inner-details .project-main-details .project-located-area .details-box {
        padding-bottom: 20px;
    }
}

.project-inner-details .project-main-details .project-located-area .details-box h4 {
    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-inner-details .project-main-details .project-located-area .details-box 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-medium);
    line-height: 18px;
}

.project-inner-details .project-main-details .pera {
    background: var(--ztc-bg-bg-4);
    position: relative;
    z-index: 1;
    padding: 24px 18px 24px 24px;
    position: relative;
    z-index: 1;
}

.project-inner-details .project-main-details .pera::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .project-inner-details .project-main-details .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-inner-details .project-main-details .img1 {
        margin-bottom: 30px;
    }
}

.project-inner-details .project-main-details .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.project-inner-details .project-main-details ul li {
    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;
    margin-top: 16px;
}

.project-inner-details .project-main-details ul li img {
    margin: 0 6px 0 0;
}

/*============= PROEJCTS CSS AREA ENDS ===============*/

/*============= CHOOSE CSS AREA STARTS ===============*/
.chosse-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.chosse-section-area .heading1 .chosse-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    transition: all 0.4s;
    padding: 24px;
    text-align: center;
    margin-top: 30px;
}

.chosse-section-area .heading1 .chosse-boxarea:hover {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.4s;
}

.chosse-section-area .heading1 .chosse-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.chosse-section-area .heading1 .chosse-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    transition: all 0.4s;
}

.chosse-section-area .heading1 .chosse-boxarea .content-area 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-semibold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.chosse-section-area .heading1 .chosse-boxarea .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.chosse-section-area .heading1 .chosse-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-medium);
    line-height: 24px;
}

.chosse-section-area .choose-images-area {
    position: relative;
    left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chosse-section-area .choose-images-area {
        left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .chosse-section-area .choose-images-area {
        left: 0;
        margin-top: 30px;
    }
}

.chosse-section-area .choose-images-area .img1 {
    position: relative;
    z-index: -1;
    left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chosse-section-area .choose-images-area .img1 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .chosse-section-area .choose-images-area .img1 {
        left: 0;
    }
}

.chosse-section-area .choose-images-area .img1 img {
    height: 100%;
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 8px 100px;
    max-width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chosse-section-area .choose-images-area .img1 img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .chosse-section-area .choose-images-area .img1 img {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
    }
}

.chosse-section-area .choose-images-area .img2 img {
    height: 100%;
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 100px 8px 8px;
    max-width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chosse-section-area .choose-images-area .img2 img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .chosse-section-area .choose-images-area .img2 img {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        margin-top: 30px;
    }
}

.choose3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .choose3 .heading3 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose3 .heading3 {
        margin-bottom: 30px;
    }
}

.choose3 .counter-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    padding: 34px;
    text-align: center;
    transition: all 0.4s;
}

.choose3 .counter-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.choose3 .counter-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.choose3 .counter-boxarea .icons {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: #F4E2DC;
}

.choose3 .counter-boxarea h2 {
    color: var(--ztc-text-text-2);
    text-align: center;
    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 .counter-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-medium);
    line-height: 18px;
}

.choose4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose4 .chooseheader .about-boxarea {
    position: relative;
    z-index: 1;
    padding: 24px 0 24px;
}

.choose4 .chooseheader .about-boxarea.border1 {
    border-bottom: 1px solid var(--ztc-bg-bg-10);
}

.choose4 .chooseheader .about-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-9);
}

.choose4 .chooseheader .about-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-10);
    display: inline-block;
    position: absolute;
}

.choose4 .chooseheader .about-boxarea .textarea {
    padding-left: 76px;
}

.choose4 .chooseheader .about-boxarea .textarea 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; /* 100% */
}

.choose4 .choose-images-area {
    position: relative;
    z-index: 1;
}

.choose4 .choose-images-area .choose-img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.choose4 .choose-images-area .choose-img1 .arrow-circle a {
    height: 160px;
    width: 160px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-9);
    position: absolute;
    bottom: 70px;
    left: -25%;
    z-index: 1;
    padding: 10px;
}

@media (max-width: 767px) {
    .choose4 .choose-images-area .choose-img1 .arrow-circle a {
        bottom: 0;
        top: 50%;
        margin-top: -80px;
    }
}

.choose4 .choose-images-area .choose-img1 .arrow-circle a .arrow1 {
    position: absolute;
    top: 41%;
    left: 40%;
    height: 37px;
    width: 37px;
    -o-object-fit: contain;
    object-fit: contain;
}

.choose4 .choose-images-area .choose-img1 .arrow-circle a .elements20 {
    position: absolute;
    top: 6px;
    left: 6px;
}

.choose5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}

.choose5 .heading5 h5 {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--ztc-text-text-1);
}

.choose5 .heading5 h2 {
    color: var(--ztc-text-text-1);
}

.choose5 .others-widget-area {
    position: relative;
}

.choose5 .others-widget-area .card-boxarea:hover h3 {
    transform: rotateY(360deg);
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea h3 {
    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: 60px;
    letter-spacing: -0.24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: var(--ztc-bg-bg-11);
}

.choose5 .others-widget-area .card-boxarea .content-area {
    background: #3F3D3D;
    padding: 28px;
    border-radius: 4px;
    text-align: center;
    margin: 0 40px 0 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .card-boxarea .content-area {
        margin: 0;
    }
}

.choose5 .others-widget-area .card-boxarea .content-area:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.choose5 .others-widget-area .card-boxarea .content-area:hover a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea .content-area:hover p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 80%;
}

.choose5 .others-widget-area .card-boxarea .content-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-bg-bg-11);
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}

.choose5 .others-widget-area .card-boxarea .content-area a {
    color: var(--ztc-text-text-1);
    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);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea .content-area p {
    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: 26px; /* 162.5% */
    letter-spacing: 0.16px;
    opacity: 0.8;
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea .content-area2 {
    background: #3F3D3D;
    padding: 28px;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 0 40px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .card-boxarea .content-area2 {
        margin: 0;
    }
}

.choose5 .others-widget-area .card-boxarea .content-area2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.choose5 .others-widget-area .card-boxarea .content-area2:hover a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea .content-area2:hover p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 80%;
}

.choose5 .others-widget-area .card-boxarea .content-area2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-bg-bg-11);
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}

.choose5 .others-widget-area .card-boxarea .content-area2 a {
    color: var(--ztc-text-text-1);
    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);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea .content-area2 p {
    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: 26px; /* 162.5% */
    letter-spacing: 0.16px;
    opacity: 0.8;
    transition: all 0.4s;
}

.choose5 .others-widget-area .card-boxarea.box1 h3 {
    position: relative;
    left: -75px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .card-boxarea.box1 h3 {
        left: 0;
    }
}

.choose5 .others-widget-area .card-boxarea.box2 h3 {
    position: relative;
    left: -73px;
    margin-top: 13px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .card-boxarea.box2 h3 {
        left: 0;
    }
}

.choose5 .others-widget-area .card-boxarea.box3 h3 {
    position: relative;
    left: 74px;
    margin-top: -33px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .card-boxarea.box3 h3 {
        left: 0;
    }
}

.choose5 .others-widget-area .card-boxarea.box4 h3 {
    position: relative;
    left: 74px;
    margin-top: 16px;
    margin-bottom: -16px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .card-boxarea.box4 h3 {
        left: 0;
    }
}

.choose5 .others-widget-area .images {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .images {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.choose5 .others-widget-area .images .elements12 {
    position: absolute;
    top: -10px;
    left: -100px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .images .elements12 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose5 .others-widget-area .images .elements12 {
        display: none;
    }
}

.choose5 .others-widget-area .images .elements13 {
    position: absolute;
    bottom: -10px;
    left: -100px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .images .elements13 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose5 .others-widget-area .images .elements13 {
        display: none;
    }
}

.choose5 .others-widget-area .images .elements14 {
    position: absolute;
    top: -10px;
    right: -100px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .images .elements14 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose5 .others-widget-area .images .elements14 {
        display: none;
    }
}

.choose5 .others-widget-area .images .elements15 {
    position: absolute;
    bottom: -10px;
    right: -100px;
}

@media (max-width: 767px) {
    .choose5 .others-widget-area .images .elements15 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose5 .others-widget-area .images .elements15 {
        display: none;
    }
}

.choose5 .others-widget-area .images .img1 {
    position: relative;
    z-index: 1;
    background: #272525;
    padding: 16px;
    border-radius: 50%;
}

.choose5 .others-widget-area .images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.choose-about-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-2);
}

.choose-about-area .heading1 h5 {
    color: var(--ztc-text-text-1);
}

.choose-about-area .heading1 h5 img {
    filter: brightness(0) invert(1);
}

.choose-about-area .heading1 h2 {
    color: var(--ztc-text-text-1);
}

.choose-about-area .history-btns-area {
    position: relative;
    z-index: 1;
}

.choose-about-area .history-btns-area ul {
    display: block;
    text-align: center;
    justify-content: center;
}

.choose-about-area .history-btns-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.choose-about-area .history-btns-area ul li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 767px) {
    .choose-about-area .history-btns-area ul li {
        margin: 0 0 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-about-area .history-btns-area ul li {
        margin: 0 0 10px 0;
    }
}

.choose-about-area .history-btns-area ul li button {
    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-bold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 16px 40px;
}

.choose-about-area .history-btns-area ul li button.active {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.choose-about-area .history-btns-area .tab-content .tab-pane {
    position: relative;
    z-index: 1;
    top: 120px;
    transition: all 0.4s;
}

.choose-about-area .history-btns-area .tab-content .tab-pane.fade.show.active {
    top: 0;
    transition: all 0.4s;
}

.choose-about-area .history-btns-area .tab-content .tab-pane .img1 img {
    height: 396px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.choose-about-area .history-btns-area .tab-content .tab-pane .history-heading {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    padding: 48px 40px;
}

@media (max-width: 767px) {
    .choose-about-area .history-btns-area .tab-content .tab-pane .history-heading {
        padding: 24px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-about-area .history-btns-area .tab-content .tab-pane .history-heading {
        margin-top: 30px;
    }
}

.choose-about-area .history-btns-area .tab-content .tab-pane .history-heading h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
}

.choose-about-area .history-btns-area .tab-content .tab-pane .history-heading p {
    color: rgba(255, 255, 255, 0.8);
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA STARTS ===============*/
.skills2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.skills2 .heading2 {
    padding: 0 50px 0 0;
}

@media (max-width: 767px) {
    .skills2 .heading2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skills2 .heading2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

.skills2 .heading2 .skills-section .skill {
    margin-top: 24px;
}

.skills2 .heading2 .skills-section .skill .skill-header {
    display: flex;
    justify-content: space-between;
}

.skills2 .heading2 .skills-section .skill .skill-header span {
    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: 15px;
}

.skills2 .heading2 .skills-section .skill .progress-bar {
    width: 100%;
    background: rgba(15, 13, 13, 0.1);
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.skills2 .heading2 .skills-section .skill .progress-bar .progress-fill {
    height: 100%;
    background-color: #e50914;
    transition: width 1s ease-in-out;
}

.skills2 .skills-images-area {
    position: relative;
    z-index: 1;
}

.skills2 .skills-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

/*============= SKILLS CSS AREA ENDS ===============*//*# sourceMappingURL=main.css.map */