@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&amp;family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap");
a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h2,
p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

input,
textarea {
    background: none;
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

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

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

.space120 {
    height: 120px;
}

@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: #164D59;
    --ztc-text-text-3: #262731;
    --ztc-text-text-4: #1A1E25;
    --ztc-text-text-5: #676767;
    --ztc-text-text-6: #193B33;
    --ztc-text-text-7: #303441;
    --ztc-text-text-8: #606268;
    --ztc-text-text-9: #0641E7;
    --ztc-text-text-10: #090B0E;
    --ztc-text-text-11: #595959;
    --ztc-text-text-12: #1E9888;
    --ztc-text-text-13: #194290;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #164D59;
    --ztc-bg-bg-3: #F9F9F9;
    --ztc-bg-bg-4: #F7CF5C;
    --ztc-bg-bg-5: #F4F4F4;
    --ztc-bg-bg-6: #0641E7;
    --ztc-bg-bg-7: #1E9888;
    --ztc-bg-bg-8: #F7F7F7;
    --ztc-bg-bg-9: #E35C2F;
    --ztc-bg-bg-10: #194290;
    --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-s80: 80px;
    --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-s80: 80px;
    --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: 'EB Garamond', serif;
    --ztc-family-font2: 'IBM Plex Sans', serif;
}


/*
============================
Name:  HOME - Real Estate Template
Version: 1.0.0
Description: HOME - Real Estate Template
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/


/*============= HEDAER CSS AREA ===============*/


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


/*============= MOBILE-MENU CSS AREA ===============*/


/*============= ABOUT CSS AREA ===============*/


/*============= SERVICE CSS AREA ===============*/


/*============= WORK CSS AREA ===============*/


/*============= TESTIMONIAL CSS AREA ===============*/


/*============= BLOG CSS AREA ===============*/


/*============= CONTACT CSS AREA ===============*/


/*============= TEAM CSS AREA ===============*/


/*============= FAQ CSS AREA ===============*/


/*============= CTA CSS AREA ===============*/


/*============= OTHERS CSS AREA ===============*/


/*============= LOCATION CSS AREA ===============*/


/*============= PROPERTIES CSS AREA ===============*/


/*============= GALLERY CSS AREA ===============*/


/*============= FEATURES CSS AREA ===============*/


/*============= MISSION CSS AREA ===============*/


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


/*============= COMMON CSS AREA ===============*/

.heading1 h5 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    display: inline-block;
    margin-bottom: 16px;
}

.heading1 h5 img {
    margin: -6px 10px 0 0;
    filter: brightness(0) invert(1);
}

.heading1 h1 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s80);
    line-height: var(--ztc-specing-height100);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-3);
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .heading1 h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: var(--ztc-font-size-font-s40);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading1 h1 {
        font-size: var(--ztc-font-size-font-s50);
        line-height: var(--ztc-font-size-font-s60);
    }
}

.heading1 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-3);
    opacity: 80%;
}

.heading1 h2 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading2 h5 {
    color: #1B4597;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    display: inline-block;
    margin-bottom: 16px;
}

.heading2 h5 img {
    margin: -6px 10px 0 0;
}

.heading2 h2 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading2 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-5);
}

.heading3 h5 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .heading3 h5 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading3 h5 {
        text-align: center;
    }
}

.heading3 h5 img {
    margin: -6px 10px 0 0;
    filter: brightness(0) invert(1);
    width: 31.817px !important;
    height: 20px;
    display: inline-block !important;
}

.heading3 h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s56);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 64px;
}

@media (max-width: 767px) {
    .heading3 h1 {
        font-size: var(--ztc-font-size-font-s30);
        line-height: 40px;
    }
}

.heading3 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.heading4 h5 {
    color: #1b4597;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .heading4 h5 {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading4 h5 {
        justify-content: center;
    }
}

.heading4 h5 img {
    margin: -6px 10px 0 0;
    width: 31.817px;
    height: 20px;
    display: inline-block !important;
}

.heading4 h2 {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading4 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-8);
}

.heading5 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.heading5 h5 img {
    margin: -6px 10px 0 0;
    width: 31.817px;
    height: 20px;
    display: inline-block !important;
    filter: brightness(0) invert(1);
}

.heading5 h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s70);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 85px;
}

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

.heading5 h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading5 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    opacity: 80%;
}

.heading6 h5 {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.heading6 h5 img {
    margin: -6px 10px 0 0;
    width: 31.817px;
    height: 20px;
    display: inline-block !important;
}

.heading6 h2 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading6 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-11);
}

.heading7 h5 {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.heading7 h5 img {
    margin: -6px 10px 0 0;
    width: 31.817px;
    height: 20px;
    display: inline-block !important;
}

.heading7 h1 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s70);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 85px;
}

@media (max-width: 767px) {
    .heading7 h1 {
        font-size: var(--ztc-font-size-font-s30);
        line-height: 40px;
    }
}

.heading7 h2 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading7 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s28);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-11);
}

.heading8 h5 {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.heading8 h5 img {
    margin: -6px 10px 0 0;
    width: 31.817px;
    height: 20px;
    display: inline-block !important;
}

.heading8 h2 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading8 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-11);
}

.heading9 h5 {
    color: var(--ztc-text-text-13);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.heading9 h5 img {
    margin: -6px 10px 0 0;
    width: 31.817px;
    height: 20px;
    display: inline-block !important;
}

.heading9 h2 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

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

.heading9 p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-11);
}

.header-btn1 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: #1B4597;
    color: var(--ztc-text-text-1);
    padding: 16px;
    transition: all 0.4s;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.header-btn1 img {
    transition: all 0.4s;
}

.header-btn1:hover {
    background: var(--ztc-text-text-3);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.header-btn1:hover img {
    transform: rotate(45deg);
    transition: all 0.4s;
}

.header-btn2 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    padding: 16px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.header-btn2 i {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
}

.header-btn2:hover {
    background: var(--ztc-text-text-7);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.header-btn3 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-6);
    color: var(--ztc-text-text-1);
    padding: 16px;
    border-radius: 8px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.header-btn3 img {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
}

.header-btn3:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.header-btn3:hover img {
    transform: rotate(45deg);
}

.header-btn4 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-1);
    padding: 6px 8px 6px 16px;
    border-radius: 25px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.header-btn4 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 12px;
    padding-top: 2px;
}

.header-btn4 span img {
    transition: all 0.4s;
}

.header-btn4:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    transform: translateY(-5px);
}

.header-btn4:hover img {
    transform: rotate(45deg);
    filter: brightness(0);
    transition: all 0.4s;
}

.header-btn5 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    padding: 16px 20px;
    border-radius: 40px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.header-btn5 img {
    margin-top: -5px;
    transition: all 0.4s;
}

.header-btn5:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    transform: translateY(-5px);
}

.header-btn5:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
}

.bg1 {
    background: var(--ztc-bg-bg-3) !important;
}

.bg2 {
    background: var(--ztc-bg-bg-8) !important;
}


/*============= COMMON CSS AREA ENDS===============*/

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


/*============= ABOUT CSS AREA ===============*/

.about1-section-area .about-images-area .author-images .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.about1-section-area .about-images-area .author-images .city-area {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    padding: 16px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .about1-section-area .about-images-area .author-images .city-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .about-images-area .author-images .city-area {
        margin-bottom: 30px;
    }
}

.about1-section-area .about-images-area .author-images .city-area .icons {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    position: absolute;
}

.about1-section-area .about-images-area .author-images .city-area .content {
    padding-left: 60px;
}

.about1-section-area .about-images-area .author-images .city-area .content a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    margin-bottom: 12px;
}

.about1-section-area .about-images-area .author-images .city-area .content p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 12px;
    opacity: 0.8;
}

.about1-section-area .about-content-header {
    background: #EAEBEB;
    border-radius: 8px;
    padding: 30px;
    width: 570px;
    position: relative;
    left: -100px;
}

@media (max-width: 767px) {
    .about1-section-area .about-content-header {
        margin-top: 30px;
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .about-content-header {
        margin-top: 30px;
        left: 0;
        width: 100%;
    }
}

.about2-section-area .about-header {
    position: relative;
}

@media (max-width: 767px) {
    .about2-section-area .about-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-section-area .about-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

.about2-section-area .about-header .counter-area {
    background: var(--ztc-bg-bg-4);
    padding: 30px;
    display: inline-block;
    position: absolute;
    bottom: -290px;
    right: -50px;
    z-index: 3;
    text-align: center;
}

.about2-section-area .about-header .counter-area h2 {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s50);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 50px;
    margin-bottom: 16px;
}

.about2-section-area .about-header .counter-area p {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    text-transform: uppercase;
}

.about2-section-area .images-area {
    text-align: center;
    position: relative;
    z-index: 0;
}

.about2-section-area .images-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about2-section-area .images-area a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .about2-section-area .pera-header {
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-section-area .pera-header {
        margin-top: 30px;
        text-align: center;
    }
}

.about3-section-area {
    position: relative;
}

.about3-section-area .about3-images-area {
    position: relative;
}

@media (max-width: 767px) {
    .about3-section-area .about3-images-area {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .about3-images-area {
        text-align: center;
    }
}

.about3-section-area .about3-images-area .img1 {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .about3-images-area .img1 {
        left: -100px;
    }
}

.about3-section-area .about3-images-area .img1 img {
    width: 370px;
    height: 481px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.about3-section-area .about3-images-area .img2 {
    position: relative;
    top: 0;
    right: -200px;
    margin-top: -480px;
    padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .about3-images-area .img2 {
        right: -130px;
    }
}

@media (max-width: 767px) {
    .about3-section-area .about3-images-area .img2 {
        right: 0;
        margin-top: 30px;
        padding-top: 0;
    }
}

.about3-section-area .about3-images-area .img2 img {
    width: 370px;
    height: 481px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .about3-section-area .about3-images-area .img2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about3-section-area .about3-images-area .auhto-area {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .about3-images-area .auhto-area {
        left: 60px;
    }
}

@media (max-width: 767px) {
    .about3-section-area .about3-images-area .auhto-area {
        position: relative;
        margin-top: 30px;
    }
}

.about3-section-area .about3-images-area .auhto-area h2 {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.about3-section-area .about3-images-area .auhto-area p {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-11);
}

.about3-section-area .about-content-area {
    padding: 0 100px 0 0;
}

@media (max-width: 767px) {
    .about3-section-area .about-content-area {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .about-content-area {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
}

.about4-section-area .about-all-images .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.about4-section-area .about4-header {
    padding: 0 0 0 70px;
}

@media (max-width: 767px) {
    .about4-section-area .about4-header {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4-section-area .about4-header {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
}

.about5-section-area {
    position: relative;
    padding: 170px 0 170px;
}

.about5-section-area::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 30%;
    left: 0;
    background: var(--ztc-bg-bg-8);
    top: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .about5-section-area::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-section-area::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .about5-section-area {
        padding: 50px 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-section-area {
        padding: 50px 0 50px;
    }
}

.about5-section-area .counter-boxarea {
    padding: 0 80px 0 0;
}

@media (max-width: 767px) {
    .about5-section-area .counter-boxarea {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-section-area .counter-boxarea {
        padding: 0;
        margin-bottom: 30px;
    }
}

.about5-section-area .counter-boxarea .counter-box.after {
    padding-bottom: 0;
    border: none !important;
}

.about5-section-area .counter-boxarea .counter-box.before {
    padding-top: 0;
}

.about5-section-area .counter-boxarea .counter-box {
    display: block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CBD3E2;
    text-align: center;
}

.about5-section-area .counter-boxarea .counter-box h2 {
    color: var(--ztc-text-text-10);
    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;
    margin-bottom: 16px;
}

.about5-section-area .counter-boxarea .counter-box p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.about5-section-area .about5-header {
    padding: 0 70px;
}

@media (max-width: 767px) {
    .about5-section-area .about5-header {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-section-area .about5-header {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
}

.about5-section-area .images img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}


/*============= ABOUT CSS AREA ENDS ===============*/


/*============= SERVICE CSS AREA ===============*/

.service2-section-area .servic-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .service2-section-area .servic-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service2-section-area .servic-header {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .service2-section-area .servic-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service2-section-area .servic-header {
        margin-bottom: 30px;
    }
}

.service2-section-area .service-boxes-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}

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

.service2-section-area .service-boxes-area:hover .content-area {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}

.service2-section-area .service-boxes-area:hover .content-area a {
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.service2-section-area .service-boxes-area:hover .content-area a img {
    filter: brightness(0);
    transition: all 0.4s;
}

.service2-section-area .service-boxes-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.service2-section-area .service-boxes-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 0;
}

.service2-section-area .service-boxes-area .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-text-text-7);
    padding: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.4s;
}

.service2-section-area .service-boxes-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

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

.service2-section-area .service-boxes-area .content-area a img {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.service3-section-area .servic-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .service3-section-area .servic-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service3-section-area .servic-header {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .service3-section-area .servic-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service3-section-area .servic-header {
        margin-bottom: 30px;
    }
}

.service3-section-area .service-boxes-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service3-section-area .service-boxes-area:hover .img1 {
    border-radius: 8px;
    overflow: hidden;
}

.service3-section-area .service-boxes-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
    border-radius: 8px;
}

.service3-section-area .service-boxes-area:hover .content-area {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
}

.service3-section-area .service-boxes-area:hover .content-area a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.service3-section-area .service-boxes-area:hover .content-area a img {
    transition: all 0.4s;
}

.service3-section-area .service-boxes-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}

.service3-section-area .service-boxes-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 8px;
}

.service3-section-area .service-boxes-area .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-text-text-10);
    padding: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
}

.service3-section-area .service-boxes-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .service3-section-area .service-boxes-area .content-area a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.service3-section-area .service-boxes-area .content-area a img {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.service4-section-area {
    position: relative;
    z-index: 1;
}

.service4-section-area .service4-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .service4-section-area .service4-header {
        margin-bottom: 30px;
    }
}

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

@media (max-width: 767px) {
    .service4-section-area .img1 {
        margin-bottom: 30px;
    }
}

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

.service4-section-area .img1 img {
    height: 735px;
    width: 100%;
    border-radius: 8px;
}

.service4-section-area .service-boxes .service-author-box {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-8);
    margin-bottom: 30px;
}

.service4-section-area .service-boxes .service-author-box:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box:hover .icons {
    background: #44A79A;
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box:hover .content-area a {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box:hover .content-area p {
    color: var(--ztc-bg-bg-1);
    opacity: 80%;
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box .icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #D6E9E6;
}

.service4-section-area .service-boxes .service-author-box .icons img {
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box .content-area a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box .content-area p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box .content-area .readmore {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    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;
}

.service4-section-area .service-boxes .service-author-box .content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.service4-section-area .service-boxes .service-author-box .content-area .readmore i {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.choose5-section-area {
    position: relative;
    z-index: 1;
}

.choose5-section-area .choose-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .choose5-section-area .choose-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose5-section-area .choose-header {
        margin-bottom: 30px;
    }
}

.choose5-section-area .choose-main-area {
    position: relative;
    z-index: 1;
    padding: 40px;
}

@media (max-width: 767px) {
    .choose5-section-area .choose-main-area {
        padding: 20px;
    }
}

.choose5-section-area .choose-main-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/all-images/choose-img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 8px;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 50px 24px;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea p {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    margin-bottom: 16px;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area input {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 16px;
    height: 50px;
    width: 107%;
    border-radius: 4px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-10);
    font-weight: var(--ztc-weight-regular);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-10);
    font-weight: var(--ztc-weight-regular);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area input[type=email] {
    width: 100% !important;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area .nice-select {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 16px;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    box-shadow: none;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area .nice-select::after {
    height: 10px;
    width: 10px;
    filter: brightness(0);
    right: 16px;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .input-area .nice-select ul {
    width: 100%;
}

.choose5-section-area .choose-main-area .chosoe-contact-boxarea .btn-area1 button {
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
}

.choose5-section-area .choose-header {
    padding: 0 0 0 30px;
}

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

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

.choose5-section-area .choose-header .choose-boxarea {
    position: relative;
    margin-top: 30px;
}

.choose5-section-area .choose-header .choose-boxarea:hover .icons {
    background: var(--ztc-bg-bg-10);
    transition: all 0.4s;
}

.choose5-section-area .choose-header .choose-boxarea:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.choose5-section-area .choose-header .choose-boxarea .icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: #DDE3EE;
    position: absolute;
}

.choose5-section-area .choose-header .choose-boxarea .icons img {
    transition: all 0.4s;
}

.choose5-section-area .choose-header .choose-boxarea .content-area {
    padding-left: 70px;
}

.choose5-section-area .choose-header .choose-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.choose5-section-area .choose-header .choose-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-10);
    transition: all 0.4s;
}

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

.service-inner-section-area .service4-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .service-inner-section-area .service4-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inner-section-area .service4-header {
        margin-bottom: 30px;
    }
}

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

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

.service-inner-section-area .img1 img {
    height: 735px;
    width: 100%;
    border-radius: 8px;
}

.service-inner-section-area .service-boxes .service-author-box {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    margin-bottom: 30px;
}

.service-inner-section-area .service-boxes .service-author-box:hover {
    background: #1b4597;
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box:hover .icons {
    background: #3B6871;
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

.service-inner-section-area .service-boxes .service-author-box:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box:hover .content-area a {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box:hover .content-area p {
    color: var(--ztc-bg-bg-1);
    opacity: 80%;
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box .icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #D7DFE1;
}

.service-inner-section-area .service-boxes .service-author-box .icons img {
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box .content-area .readmore {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.service-inner-section-area .service-boxes .service-author-box .content-area .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.service-inner-section-area .service-boxes .service-author-box .content-area .readmore i {
    transform: rotate(-45deg);
    margin-left: 4px;
}


/*============= SERVICE CSS AREA ENDS===============*/


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

.hero1-section-area {
    padding: 160px 0 0 0;
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .hero1-section-area {
        padding: 140px 0 150px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area {
        padding: 140px 0 170px 0;
    }
}

.hero1-section-area .header-main-content {
    position: relative;
}

.hero1-section-area .header-main-content .star1 {
    position: absolute;
    right: 0;
    top: 0;
}

.hero1-section-area .header-main-content .star2 {
    position: absolute;
    left: 0;
    top: 180px;
}

.hero1-section-area .header-main-content h1 {
    text-align: center;
}

.hero1-section-area .header-images {
    margin-top: -640px;
    left: -50px;
    position: relative;
    z-index: -1;
}

@media (max-width: 767px) {
    .hero1-section-area .header-images {
        margin-top: 30px;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .header-images {
        margin-top: 30px;
        left: 0;
    }
}

.hero1-section-area .header-images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    text-align: center;
}

.hero1-section-area .header-images p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    padding: 8px;
    transition: all 0.4s;
    display: inline-block;
    position: absolute;
    top: 63%;
    z-index: 1;
    left: -130px;
}

@media (max-width: 767px) {
    .hero1-section-area .header-images p {
        top: 0%;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .header-images p {
        top: 30%;
        left: 0;
    }
}

.hero1-section-area .header-images p img {
    width: 51px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: -10px 12px 0 0;
}

.hero1-section-area .header-images .circle-area {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    display: inline-block;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    position: absolute;
    top: 30%;
    right: 20px;
}

@media (max-width: 767px) {
    .hero1-section-area .header-images .circle-area {
        position: relative;
        right: 0;
        margin-top: 30px;
    }
}

.hero1-section-area .header-images .circle-area .circle {
    height: 120px;
    width: 120px;
    position: relative;
    top: 10px;
}

.hero1-section-area .header-images .circle-area .arrow2 {
    height: 32px;
    width: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 55px;
    left: 55px;
}

.hero1-section-area .header-pera {
    position: relative;
}

@media (max-width: 767px) {
    .hero1-section-area .header-pera {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .header-pera {
        text-align: center;
        margin-bottom: 30px;
    }
}

.hero1-section-area .header-pera .star3 {
    position: absolute;
    left: -30px;
}

.hero1-section-area .header-pera .video-btn-area a {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.hero1-section-area .header-pera .video-btn-area a .video {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s12);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.hero1-section-area .header-pera .video-btn-area a .video::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 16px;
    top: 16px;
    background: var(--ztc-bg-bg-2);
    opacity: 30%;
    transition: all 0.4s;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.hero1-section-area .header-pera .video-btn-area a .play {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.4s;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .all-counter-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.hero1-section-area .all-counter-area .counter-area {
    text-align: center;
    position: relative;
    left: 100px;
}

@media (max-width: 767px) {
    .hero1-section-area .all-counter-area .counter-area {
        left: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .all-counter-area .counter-area {
        left: 0;
        text-align: center;
    }
}

.hero1-section-area .all-counter-area .counter-area h2 {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    margin-bottom: 16px;
}

.hero1-section-area .all-counter-area .counter-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.home-slider-area .owl-item.active h5 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(0px);
    opacity: 1;
}

.home-slider-area .owl-item.active h1 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateY(0px);
    opacity: 1;
}

.home-slider-area .owl-item.active p {
    transition: transform 1700ms ease, opacity 1700ms ease;
    transform: translateY(0px);
    opacity: 1 !important;
}

.home-slider-area .owl-item.active .btn-area1 {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateY(0px);
    opacity: 1;
}

.home-slider-area .owl-item.active .header-bg1 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(0);
    opacity: 1 !important;
}

.home-slider-area .owl-item.active .header-img2 {
    transform: translateX(0);
    opacity: 1 !important;
}

.home-slider-area .owl-item.active .images {
    transform: scale(1);
    opacity: 1 !important;
}

.home-slider-area .owl-dots {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    left: 100px;
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    .home-slider-area .owl-dots {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area .owl-dots {
        display: none;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .home-slider-area .owl-dots {
        left: 30px;
        top: 60%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .home-slider-area .owl-dots {
        left: -20px;
        top: 70%;
    }
}

.home-slider-area .owl-dots button {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #767478;
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 18px 0 0;
    position: relative;
    z-index: 1;
}

.home-slider-area .owl-dots button::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 1;
}

.home-slider-area .owl-dots button.active {
    background: var(--ztc-text-text-1);
}

.home-slider-area .owl-dots button.active::after {
    visibility: visible;
    opacity: 1;
}

.home-slider-area .hero2-section-area {
    padding: 220px 0 250px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .home-slider-area .hero2-section-area {
        padding: 160px 0 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area .hero2-section-area {
        padding: 160px 0 200px;
    }
}

.home-slider-area .hero2-section-area::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #1b4597;
    z-index: -1;
}

.home-slider-area .hero2-section-area .header-img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 44% !important;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    transform: translateX(100px);
    transition: transform 6000ms ease, opacity 1200ms ease-in;
    overflow: hidden;
    opacity: 0 !important;
}

@media (max-width: 767px) {
    .home-slider-area .hero2-section-area .header-img2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area .hero2-section-area .header-img2 {
        display: none;
    }
}

.home-slider-area .hero2-section-area .header-bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block !important;
    width: inherit !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-300px);
    opacity: 0 !important;
}

.home-slider-area .hero2-section-area .image {
    overflow: hidden;
}

@media (max-width: 767px) {
    .home-slider-area .hero2-section-area .hero-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area .hero2-section-area .hero-header {
        text-align: center;
    }
}

.home-slider-area .hero2-section-area .images {
    position: relative;
    z-index: 1;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: scale(1.2);
    opacity: 0 !important;
}

.home-slider-area .hero2-section-area .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .home-slider-area .hero2-section-area .images {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area .hero2-section-area .images {
        margin-top: 30px;
    }
}

.home-slider-area .hero2-section-area h5 {
    transition: transform 1300ms ease, opacity 1500ms ease;
    transform: translateY(-200px);
    opacity: 0;
    position: relative;
}

.home-slider-area .hero2-section-area h1 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(-250px);
    position: relative;
    opacity: 0;
}

.home-slider-area .hero2-section-area p {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(-300px);
    position: relative;
    opacity: 0 !important;
}

.home-slider-area .hero2-section-area .btn-area1 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(-350px);
    position: relative;
    opacity: 0;
}

.home-slider-area .hero2-section-area span {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    position: absolute;
    left: 28%;
    margin-top: -37px;
    display: none;
}

.hero3-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/header-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 120px;
}

@media (max-width: 767px) {
    .hero3-section-area {
        padding: 160px 0 60px;
    }
}

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

.hero3-section-area .hero3-header-area {
    position: relative;
}

@media (max-width: 767px) {
    .hero3-section-area .hero3-header-area {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-header-area {
        text-align: center;
        margin-bottom: 30px;
    }
}

.hero3-section-area .hero3-header-area .arrow1 {
    position: absolute;
    top: -25%;
    left: 45%;
}

@media (max-width: 767px) {
    .hero3-section-area .hero3-header-area .arrow1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-header-area .arrow1 {
        display: none;
    }
}

.hero3-section-area .hero3-header-area .btn-area1 a.header-btn3:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.hero3-section-area .hero3-header-area .btn-area1 a.header-btn3:hover img {
    filter: brightness(0);
}

.hero3-section-area .header-images {
    position: relative;
    left: -200px;
    z-index: -1;
    top: -50px;
}

@media (max-width: 767px) {
    .hero3-section-area .header-images {
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .header-images {
        left: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .hero3-section-area .header-images .img1 {
        margin-top: -50px;
    }
}

.hero3-section-area .header-images .img1 img {
    height: 700px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.hero3-section-area .header-images .counter-area {
    position: absolute;
    right: -200px;
    top: 60px;
}

@media (max-width: 767px) {
    .hero3-section-area .header-images .counter-area {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .header-images .counter-area {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin-top: 30px;
    }
}

.hero3-section-area .header-images .counter-area .img2 img {
    width: 162.94px;
    height: 165px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px;
}

.hero3-section-area .header-images .counter-area .counter-boxarea {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--ztc-text-text-11);
    display: block;
    padding-top: 40px;
    width: 120px;
}

@media (max-width: 767px) {
    .hero3-section-area .header-images .counter-area .counter-boxarea {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .header-images .counter-area .counter-boxarea {
        display: inline-block;
    }
}

.hero3-section-area .header-images .counter-area .counter-boxarea h2 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    margin-bottom: 16px;
}

.hero3-section-area .header-images .counter-area .counter-boxarea p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    /* 100% */
    opacity: 0.8;
}

.hero3-section-area .header-images .counter-circle-area {
    text-align: center;
    background: var(--ztc-bg-bg-6);
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 150px;
    z-index: 1;
    padding: 30px 0 0 0;
}

@media (max-width: 767px) {
    .hero3-section-area .header-images .counter-circle-area {
        top: 50px;
        left: 20px;
    }
}

.hero3-section-area .header-images .counter-circle-area::after {
    position: absolute;
    content: "";
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid var(--ztc-bg-bg-6);
    left: -10px;
    top: 0;
    z-index: -1;
}

.hero3-section-area .header-images .counter-circle-area h2 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 48px;
    margin-bottom: 12px;
}

.hero3-section-area .header-images .counter-circle-area p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.header4-section-area {
    position: relative;
    background-image: url(../img/bg/header-bg2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 210px 0 100px;
    height: 1056px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header4-section-area {
        height: auto;
        padding: 160px 0 50px;
    }
}

@media (max-width: 767px) {
    .header4-section-area {
        height: auto;
        padding: 160px 0 50px;
    }
}

.header4-section-area .header-bg4 {
    position: absolute;
    opacity: 5%;
    bottom: 0;
    z-index: -1;
    width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header4-section-area .hero4-header {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header4-section-area .hero4-header {
        text-align: center;
    }
}

.header4-section-area .hero4-header .btn-area2 .popup-youtube {
    padding-left: 20px;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .header4-section-area .hero4-header .btn-area2 .popup-youtube {
        margin-left: 0;
        display: block;
    }
}

.header4-section-area .hero4-header .btn-area2 .popup-youtube .play-span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-text-text-12);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s12);
    position: relative;
    z-index: 1;
}

.header4-section-area .hero4-header .btn-area2 .popup-youtube .play-span::after {
    position: absolute;
    content: "";
    height: 34px;
    width: 34px;
    text-align: center;
    top: 15px;
    left: 15px;
    transition: all 0.4s;
    background: var(--ztc-text-text-12);
    opacity: 0.4;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.header4-section-area .hero4-header .btn-area2 .popup-youtube .text {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    padding-left: 13px;
}

.header4-section-area .hero4-header .counter-area {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .header4-section-area .hero4-header .counter-area {
        display: inline-block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header4-section-area .hero4-header .counter-area {
        justify-content: center;
    }
}

.header4-section-area .hero4-header .counter-area .counter-box.after::after {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header4-section-area .hero4-header .counter-area .counter-box.after {
        margin: 0 !important;
    }
}

.header4-section-area .hero4-header .counter-area .counter-box {
    margin: 0 80px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .header4-section-area .hero4-header .counter-area .counter-box {
        margin: 0 0 30px 0;
    }
}

.header4-section-area .hero4-header .counter-area .counter-box::after {
    position: absolute;
    content: "";
    height: 64px;
    width: 2px;
    background: var(--ztc-text-text-12);
    opacity: 20%;
    right: -33px;
    top: 0;
}

@media (max-width: 767px) {
    .header4-section-area .hero4-header .counter-area .counter-box::after {
        display: none;
    }
}

.header4-section-area .hero4-header .counter-area .counter-box h3 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    margin-bottom: 16px;
}

.header4-section-area .header-images-slider .owl-dots {
    position: absolute;
    bottom: 10%;
    text-align: center;
    left: 56%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header4-section-area .header-images-slider .owl-dots {
        position: relative;
        text-align: center;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .header4-section-area .header-images-slider .owl-dots {
        position: relative;
        text-align: center;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }
}

.header4-section-area .header-images-slider .owl-dots button {
    height: 4px;
    width: 60px;
    display: inline-block;
    border-radius: 4px;
    background: #C9E4E1;
    margin: 0 12px 0 0;
}

.header4-section-area .header-images-slider .owl-dots button.active {
    background: var(--ztc-text-text-12);
}

.header4-section-area .header-images-slider.owl-carousel .owl-stage-outer {
    position: absolute;
    top: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header4-section-area .header-images-slider.owl-carousel .owl-stage-outer {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .header4-section-area .header-images-slider.owl-carousel .owl-stage-outer {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

.header4-section-area .header-images-slider.owl-carousel .owl-stage-outer .images img {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.header5-section-area {
    position: relative;
    background-image: url(../img/all-images/header-img11.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 210px 0 100px;
    height: 940px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header5-section-area {
        height: auto;
        padding: 160px 0 50px;
        height: 800px;
    }
}

@media (max-width: 767px) {
    .header5-section-area {
        height: auto;
        padding: 160px 0 50px;
        height: 780px;
    }
}

.header5-section-area .hero4-header {
    padding: 0 70px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header5-section-area .hero4-header {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header5-section-area .hero4-header {
        text-align: center;
        padding: 0;
    }
}

.header5-section-area .hero4-header .btn-area2 .popup-youtube {
    padding-left: 20px;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .header5-section-area .hero4-header .btn-area2 .popup-youtube {
        margin-left: 0;
        display: block;
    }
}

.header5-section-area .hero4-header .btn-area2 .popup-youtube .play-span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-text-text-13);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s12);
    position: relative;
    z-index: 1;
}

.header5-section-area .hero4-header .btn-area2 .popup-youtube .play-span::after {
    position: absolute;
    content: "";
    height: 34px;
    width: 34px;
    text-align: center;
    top: 15px;
    left: 15px;
    transition: all 0.4s;
    background: var(--ztc-text-text-13);
    opacity: 0.4;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.header5-section-area .hero4-header .btn-area2 .popup-youtube .text {
    color: var(--ztc-text-text-13);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    padding-left: 13px;
}

.inner-section-area {
    position: relative;
    background-image: url(../img/bg/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 280px 0 350px;
}

@media (max-width: 767px) {
    .inner-section-area .inner-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-section-area .inner-header {
        text-align: center;
    }
}

.inner-section-area .inner-header h2 {
    font-size: var(--ztc-font-size-font-s56);
    line-height: 64px;
}

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

.inner-section-area .inner-header a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.inner-section-area .inner-header a i {
    margin: 0 6px;
}

.inner-section-area .inner-header a span {
    font-weight: var(--ztc-weight-semibold);
}

.inner2-section-area {
    position: relative;
    background-image: url(../img/bg/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 100px;
}

@media (max-width: 767px) {
    .inner2-section-area {
        padding: 160px 0 50px;
    }
}

@media (max-width: 767px) {
    .inner2-section-area .inner-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner2-section-area .inner-header {
        text-align: center;
    }
}

.inner2-section-area .inner-header h2 {
    font-size: var(--ztc-font-size-font-s56);
    line-height: 66px;
}

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

.inner2-section-area .inner-header a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.inner2-section-area .inner-header a i {
    margin: 0 6px;
}

.inner2-section-area .inner-header a span {
    font-weight: var(--ztc-weight-semibold);
}

.images-area2 {
    position: relative;
    z-index: 1;
    margin-top: -300px;
}

@media (max-width: 767px) {
    .images-area2 .images {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .images-area2 .images {
        height: 400px;
    }
}

.images-area2 .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}


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


/*============= MOBILE MENU CSS AREA ===============*/

.mobile-header.mobile-haeder1 {
    background: var(--ztc-bg-bg-2);
    position: fixed;
}

.mobile-header.mobile-haeder1 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar1 {
    background: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar1 .menu-close {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
}

.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 {
    width: 100%;
    text-align: center;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-bg-bg-1);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.mobile-header.mobile-haeder2 {
    background: #ffffff;
    overflow-x: hidden;
    position: fixed;
}

.mobile-header.mobile-haeder2 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar2 {
    background: #1B4597;
}

.mobile-sidebar.mobile-sidebar2 .menu-close {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
}

.mobile-sidebar.mobile-sidebar2 .allmobilesection .header-btn2 {
    width: 100%;
    text-align: center;
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar2 .allmobilesection .header-btn2 i {
    margin-left: 4px;
}

.mobile-sidebar.mobile-sidebar2 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-bg-bg-1);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.mobile-header.mobile-haeder3 {
    background: var(--ztc-text-text-10);
    overflow-x: hidden;
    position: fixed;
}

.mobile-header.mobile-haeder3 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar3 {
    background: var(--ztc-text-text-10);
}

.mobile-sidebar.mobile-sidebar3 .menu-close {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3:hover {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3:hover img {
    filter: brightness(0);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar3 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-bg-bg-1);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.mobile-header.mobile-haeder4 {
    background: var(--ztc-text-text-12);
    overflow-x: hidden;
    position: fixed;
}

.mobile-header.mobile-haeder4 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar4 {
    background: var(--ztc-text-text-12);
}

.mobile-sidebar.mobile-sidebar4 .menu-close {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn4 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn4 span {
    background: var(--ztc-text-text-10);
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn4 span img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn4:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn4:hover span {
    background: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn4:hover span img {
    filter: brightness(0);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar4 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-bg-bg-1);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.mobile-header.mobile-haeder5 {
    background: var(--ztc-text-text-13);
    overflow-x: hidden;
    position: fixed;
}

.mobile-header.mobile-haeder5 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar5 {
    background: var(--ztc-text-text-10);
}

.mobile-sidebar.mobile-sidebar5 .menu-close {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
}

.mobile-sidebar.mobile-sidebar5 .allmobilesection .header-btn4 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 16px 20px;
    background: var(--ztc-text-text-13);
}

.mobile-sidebar.mobile-sidebar5 .allmobilesection .header-btn4 img {
    margin-top: -5px;
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar5 .allmobilesection .header-btn4:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar5 .allmobilesection .header-btn4:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar5 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-bg-bg-1);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}


/*============= MOBILE MENU CSS AREA ===============*/


/*============= BLOG CSS AREA ===============*/

.blog1-section-area .blog1-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog1-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

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

.blog1-section-area .blog-author-boxarea {
    border-radius: 8px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    margin-bottom: 30px;
    position: relative;
}

.blog1-section-area .blog-author-boxarea:hover .img1 {
    transition: all 0.4s;
}

.blog1-section-area .blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.blog1-section-area .blog-author-boxarea .date {
    position: absolute;
    top: 24px;
    left: 24px;
}

.blog1-section-area .blog-author-boxarea .date a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.4s;
    background: var(--ztc-text-text-1);
}

.blog1-section-area .blog-author-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.blog1-section-area .blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.blog1-section-area .blog-author-boxarea .content-area {
    padding: 24px;
}

.blog1-section-area .blog-author-boxarea .content-area ul li {
    display: inline-block;
}

.blog1-section-area .blog-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog1-section-area .blog-author-boxarea .content-area ul li a span {
    margin: 0 6px 0 0;
}

.blog1-section-area .blog-author-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    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: 32px;
    display: block;
    transition: all 0.4s;
}

.blog1-section-area .blog-author-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.blog1-section-area .blog-author-boxarea .content-area .readmore {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
    margin-top: 20px;
}

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

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

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

.blog1-section-area .pagination-area ul {
    justify-content: center;
}

.blog1-section-area .pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
    display: inline-block;
    background: #F9F9F9;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    border: none;
    color: var(--ztc-text-text-3);
    font-weight: var(--ztc-weight-bold);
    margin: 0 14px 0 0;
    box-shadow: none;
}

.blog1-section-area .pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.blog1-section-area .pagination-area ul li a.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

.blog2-section-area {
    background: var(--ztc-bg-bg-3);
}

.blog2-section-area .blog1-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog2-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog2-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

.blog2-section-area .blog-author-boxarea {
    border-radius: 0px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    margin-bottom: 30px;
    position: relative;
}

.blog2-section-area .blog-author-boxarea:hover .img1 {
    transition: all 0.4s;
}

.blog2-section-area .blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.blog2-section-area .blog-author-boxarea .date {
    position: absolute;
    top: 24px;
    left: 24px;
}

.blog2-section-area .blog-author-boxarea .date a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px;
    transition: all 0.4s;
    background: var(--ztc-text-text-1);
}

.blog2-section-area .blog-author-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 0;
}

.blog2-section-area .blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: all 0.4s;
}

.blog2-section-area .blog-author-boxarea .content-area {
    padding: 24px;
}

.blog2-section-area .blog-author-boxarea .content-area ul li {
    display: inline-block;
}

.blog2-section-area .blog-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog2-section-area .blog-author-boxarea .content-area ul li a span {
    margin: 0 6px 0 0;
}

.blog2-section-area .blog-author-boxarea .content-area a {
    color: var(--ztc-text-text-7);
    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: 32px;
    display: block;
    transition: all 0.4s;
    margin-bottom: 16px;
}

.blog2-section-area .blog-author-boxarea .content-area a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.blog2-section-area .blog-author-boxarea .content-area p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.blog2-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    padding: 16px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog2-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2 i {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
}

.blog2-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2:hover {
    background: var(--ztc-text-text-7);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.blog3-section-area .blog1-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog3-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog3-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

.blog3-section-area .blog-author-boxarea {
    border-radius: 8px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    margin-bottom: 30px;
    position: relative;
    background: var(--ztc-bg-bg-3);
}

.blog3-section-area .blog-author-boxarea:hover .img1 {
    transition: all 0.4s;
}

.blog3-section-area .blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.blog3-section-area .blog-author-boxarea .date {
    position: absolute;
    top: 24px;
    left: 24px;
}

.blog3-section-area .blog-author-boxarea .date a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.4s;
    background: var(--ztc-text-text-1);
}

.blog3-section-area .blog-author-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.blog3-section-area .blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.blog3-section-area .blog-author-boxarea .content-area {
    padding: 24px;
}

.blog3-section-area .blog-author-boxarea .content-area ul li {
    display: inline-block;
}

.blog3-section-area .blog-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog3-section-area .blog-author-boxarea .content-area ul li a span {
    margin: 0 6px 0 0;
}

.blog3-section-area .blog-author-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    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: 32px;
    display: block;
    transition: all 0.4s;
}

.blog3-section-area .blog-author-boxarea .content-area a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}

.blog3-section-area .blog-author-boxarea .content-area .readmore {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
    margin-top: 20px;
}

.blog3-section-area .blog-author-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}

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

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

.blog4-section-area .blog1-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog4-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog4-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

.blog4-section-area .blog-author-boxarea {
    border-radius: 8px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    margin-bottom: 30px;
    position: relative;
    background: var(--ztc-bg-bg-3);
    padding: 24px;
}

.blog4-section-area .blog-author-boxarea:hover .img1 {
    transition: all 0.4s;
}

.blog4-section-area .blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.blog4-section-area .blog-author-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}

.blog4-section-area .blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    transition: all 0.4s;
}

.blog4-section-area .blog-author-boxarea .content-area {
    margin-bottom: 24px;
}

.blog4-section-area .blog-author-boxarea .content-area ul li {
    display: inline-block;
}

.blog4-section-area .blog-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog4-section-area .blog-author-boxarea .content-area ul li a span {
    margin: 0 6px 0 0;
}

.blog4-section-area .blog-author-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    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: 32px;
    display: block;
    transition: all 0.4s;
}

.blog4-section-area .blog-author-boxarea .content-area a:hover {
    color: var(--ztc-text-text-12);
    transition: all 0.4s;
}

.blog4-section-area .blog-author-boxarea .content-area p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    margin-top: 16px;
}

.blog4-section-area .blog-author-boxarea .content-area .readmore {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
    margin-top: 20px;
}

.blog4-section-area .blog-author-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-12);
    transition: all 0.4s;
}

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

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

.blog5-section-area .blog1-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog5-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog5-section-area .blog1-header {
        margin-bottom: 30px;
    }
}

.blog5-section-area .blog-author-boxarea {
    border-radius: 8px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    margin-bottom: 30px;
    position: relative;
    background: var(--ztc-bg-bg-8);
}

.blog5-section-area .blog-author-boxarea:hover .img1 {
    transition: all 0.4s;
}

.blog5-section-area .blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.blog5-section-area .blog-author-boxarea .date {
    position: absolute;
    top: 24px;
    left: 24px;
}

.blog5-section-area .blog-author-boxarea .date a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px;
    transition: all 0.4s;
    background: var(--ztc-text-text-1);
    border-radius: 20px;
}

.blog5-section-area .blog-author-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.blog5-section-area .blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.blog5-section-area .blog-author-boxarea .content-area {
    padding: 24px;
}

.blog5-section-area .blog-author-boxarea .content-area ul li {
    display: inline-block;
}

.blog5-section-area .blog-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog5-section-area .blog-author-boxarea .content-area ul li a span {
    margin: 0 6px 0 0;
}

.blog5-section-area .blog-author-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    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: 32px;
    display: block;
    transition: all 0.4s;
    margin-bottom: 16px;
}

.blog5-section-area .blog-author-boxarea .content-area a:hover {
    color: var(--ztc-text-text-13);
    transition: all 0.4s;
}

.blog5-section-area .blog-author-boxarea .content-area p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.blog5-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    padding: 16px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog5-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2 i {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    margin-left: 4px;
    transform: rotate(-45deg);
}

.blog5-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.blog5-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.blog-inner-section-area .blog-author-boxarea {
    border-radius: 8px;
    border: 1px solid var(--Home-2-Box-Color, #EAEBEB);
    margin-bottom: 30px;
    position: relative;
    background: #F9F9F9;
}

.blog-inner-section-area .blog-author-boxarea:hover .img1 {
    transition: all 0.4s;
}

.blog-inner-section-area .blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.blog-inner-section-area .blog-author-boxarea .date {
    position: absolute;
    top: 24px;
    left: 24px;
}

.blog-inner-section-area .blog-author-boxarea .date a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px;
    transition: all 0.4s;
    border-radius: 8px;
    background: var(--ztc-text-text-1);
}

.blog-inner-section-area .blog-author-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.blog-inner-section-area .blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.blog-inner-section-area .blog-author-boxarea .content-area {
    padding: 24px;
}

.blog-inner-section-area .blog-author-boxarea .content-area ul li {
    display: inline-block;
}

.blog-inner-section-area .blog-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog-inner-section-area .blog-author-boxarea .content-area ul li a span {
    margin: 0 6px 0 0;
}

.blog-inner-section-area .blog-author-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    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: 32px;
    display: block;
    transition: all 0.4s;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.blog-inner-section-area .blog-author-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.blog-inner-section-area .blog-author-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.blog-inner-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: none;
    color: var(--ztc-text-text-3);
    padding: 12px 16px;
    transition: all 0.4s;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    border: 1px solid var(--ztc-text-text-3);
}

.blog-inner-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2 i {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    transform: rotate(-45deg);
}

.blog-inner-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2:hover {
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.blog-inner-section-area .blog-author-boxarea .content-area .btn-area1 a.header-btn2:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.blog-inner-section-area .pagination-area ul {
    justify-content: center;
}

.blog-inner-section-area .pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
    display: inline-block;
    background: #F9F9F9;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    border: none;
    color: var(--ztc-text-text-3);
    font-weight: var(--ztc-weight-bold);
    margin: 0 14px 0 0;
    box-shadow: none;
}

.blog-inner-section-area .pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.blog-inner-section-area .pagination-area ul li a.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

.blog-right-section-area .blog-right-area.padding-left {
    padding: 0 50px 0 0;
}

@media (max-width: 767px) {
    .blog-right-section-area .blog-right-area.padding-left {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-right-section-area .blog-right-area.padding-left {
        padding: 0;
        margin-bottom: 30px;
    }
}

.blog-right-section-area .blog-right-area.padding-right {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .blog-right-section-area .blog-right-area.padding-right {
        padding: 0;
        margin-top: 30px;
    }
}

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

.blog-right-section-area .blog-right-area ul.author li {
    display: inline-block;
}

.blog-right-section-area .blog-right-area ul.author li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    display: inline-block;
    line-height: 16px;
    margin: 0 16px 0 0;
}

.blog-right-section-area .blog-right-area ul.author li a span {
    margin: 0 6px 0 0;
}

.blog-right-section-area .blog-right-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
}

.blog-right-section-area .blog-right-area .boxarea.box1 .content {
    padding-left: 0;
}

.blog-right-section-area .blog-right-area .boxarea {
    position: relative;
    margin-top: 24px;
}

.blog-right-section-area .blog-right-area .boxarea .icons {
    position: absolute;
}

.blog-right-section-area .blog-right-area .boxarea .icons img {
    filter: brightness(0);
}

.blog-right-section-area .blog-right-area .boxarea .content {
    padding-left: 30px;
}

.blog-right-section-area .blog-right-area .boxarea .content p span {
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-3);
    display: inline-block;
}

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

.blog-right-section-area .blog-right-area .single-pera-box {
    border-radius: 8px;
    padding: 32px 45px;
    position: relative;
    background: var(--Home-2-BG, #F9F9F9);
}

.blog-right-section-area .blog-right-area .single-pera-box p {
    color: var(--ztc-text-text-3);
    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-semibold);
    line-height: 32px;
}

.blog-right-section-area .blog-right-area .single-pera-box .man-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-right-section-area .blog-right-area .single-pera-box .man-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.blog-right-section-area .blog-right-area .single-pera-box .man-img a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.blog-right-section-area .blog-right-area .tags-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

@media (max-width: 767px) {
    .blog-right-section-area .blog-right-area .tags-social-area {
        display: inline-block;
    }
}

.blog-right-section-area .blog-right-area .tags-social-area .tags-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .blog-right-section-area .blog-right-area .tags-social-area .tags-area {
        margin-bottom: 20px;
    }
}

.blog-right-section-area .blog-right-area .tags-social-area .tags-area p {
    color: var(--ztc-text-text-3);
    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-right-section-area .blog-right-area .tags-social-area .tags-area ul li {
    display: inline-block;
}

.blog-right-section-area .blog-right-area .tags-social-area .tags-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
    background: var(--Home-2-Box-Color, #EAEBEB);
    padding: 12px 16px;
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .blog-right-section-area .blog-right-area .tags-social-area .tags-area ul li a {
        margin: 0;
    }
}

.blog-right-section-area .blog-right-area .tags-social-area .tags-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-area .tags-social-area .social-area {
    display: flex;
    align-items: center;
}

.blog-right-section-area .blog-right-area .tags-social-area .social-area p {
    color: var(--ztc-text-text-3);
    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-right-section-area .blog-right-area .tags-social-area .social-area ul li {
    display: inline-block;
}

.blog-right-section-area .blog-right-area .tags-social-area .social-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #EAEBEB;
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s16);
    margin: 0 9px 0 0;
}

.blog-right-section-area .blog-right-area .tags-social-area .social-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    border: 1px solid var(--ztc-bg-bg-2);
}

.blog-right-section-area .blog-right-area .comments-boxarea.box2 {
    margin: 0 0 0 80px;
}

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

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

.blog-right-section-area .blog-right-area .comments-boxarea {
    border-radius: 8px;
    background: var(--Home-2-BG, #F9F9F9);
    padding: 24px;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .comments-imges {
    display: flex;
    align-items: center;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .comments-imges .img2 img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .comments-imges .content {
    margin-left: 16px;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .comments-imges .content a.name {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: block;
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .comments-imges .content .date {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 10px;
    display: inline-block;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .reply {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .reply:hover {
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-area .comments-boxarea .comments-content-area .reply i {
    margin: 0 4px 0 0;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea {
    background: #F9F9F9;
    position: relative;
    border-radius: 8px;
    padding: 32px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea h3 {
    font-size: var(--ztc-font-size-font-s24);
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area {
    margin-top: 20px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area input {
    width: 100%;
    border-radius: 8px;
    background: #EAEBEB;
    padding: 20px 16px;
    height: 56px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area textarea {
    width: 100%;
    border-radius: 8px;
    background: #EAEBEB;
    padding: 20px 16px;
    height: 140px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-area .blog-contact-boxarea .input-area button {
    border: none;
    outline: none;
}

.blog-right-section-area .blog-right-side-area {
    position: sticky;
    top: 100px;
}

.blog-right-section-area .blog-right-side-area .blog-search {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
}

.blog-right-section-area .blog-right-side-area .blog-search h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.blog-right-section-area .blog-right-side-area .blog-search form {
    display: block;
    position: relative;
    height: 54px;
    background: #EAEBEB;
    border-radius: 8px;
    padding: 16px;
}

.blog-right-section-area .blog-right-side-area .blog-search form input {
    width: 100%;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.blog-right-section-area .blog-right-side-area .blog-search form input::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.blog-right-section-area .blog-right-side-area .blog-search form input::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.blog-right-section-area .blog-right-side-area .blog-search form img {
    position: absolute;
    top: 14px;
    right: 16px;
}

.blog-right-section-area .blog-right-side-area .categories-area {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
}

.blog-right-section-area .blog-right-side-area .categories-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.blog-right-section-area .blog-right-side-area .categories-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: #EAEBEB;
    margin-top: 16px;
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .categories-area ul li a i {
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .categories-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.blog-right-section-area .blog-right-side-area .categories-area ul li a:hover i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .recents-post {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
}

.blog-right-section-area .blog-right-side-area .recents-post h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area {
    position: relative;
    margin-top: 24px;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .img1 {
    position: absolute;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .img1 img {
    width: 82px;
    height: 86px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .content {
    padding-left: 100px;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .content .date {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    margin-bottom: 12px;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .content .date img {
    margin: 0 4px 0 0;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .content .pera {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 28px;
    display: block;
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .recents-post .post-area .content .pera:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .popular-tags {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
}

.blog-right-section-area .blog-right-side-area .popular-tags h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.blog-right-section-area .blog-right-side-area .popular-tags ul li {
    display: inline-block;
}

.blog-right-section-area .blog-right-side-area .popular-tags ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
    background: #EAEBEB;
    border-radius: 8px;
    padding: 12px;
    margin: 16px 16px 0 0;
}

.blog-right-section-area .blog-right-side-area .popular-tags ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .helps-area {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
}

.blog-right-section-area .blog-right-side-area .helps-area h3 {
    color: var(--ztc-text-text-3);
    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: 30px;
    display: inline-block;
}

.blog-right-section-area .blog-right-side-area .helps-area .header-btn1 {
    width: 100%;
    text-align: center;
}

.blog-right-section-area .blog-right-side-area .helps-area .header-btn1 img {
    filter: brightness(0) invert(1);
    height: 16px;
    width: 16px;
    margin: 0 4px 0 0;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea h3 {
    color: var(--ztc-text-text-3);
    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;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-bottom: 12px;
    transition: all 0.4s;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area input {
    width: 100%;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    padding: 16px;
    height: 50px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area input::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area textarea {
    width: 100%;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    padding: 16px;
    height: 140px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area textarea::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area button {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
}

.blog-right-section-area .blog-right-side-area .contact-boxarea .agency-contact .input-area button:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
}


/*============= BLOG CSS AREA ENDS ===============*/


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

.footer1-section-area {
    position: relative;
    z-index: 1;
    padding: 0px 0 32px 0;
}

@media (max-width: 767px) {
    .footer1-section-area {
        padding: 50px 0 32px 0;
    }
}

@media (max-width: 767px) {
    .footer1-section-area .footer-logo-area {
        text-align: center;
    }
}

.footer1-section-area .footer-logo-area h4 {
    color: var(--ztc-text-text-3);
    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;
}

.footer1-section-area .footer-logo-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 0.8;
}

.footer1-section-area .footer-logo-area form {
    position: relative;
    margin-top: 32px;
}

.footer1-section-area .footer-logo-area form input {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-3);
    width: 235px;
    border: 1px solid #EAEBEB;
    border-radius: 8px;
    padding: 18px 12px;
    height: 52px;
}

.footer1-section-area .footer-logo-area form button {
    border: none;
    outline: none;
    margin-left: 14px;
}

@media (max-width: 767px) {
    .footer1-section-area .footer-logo-area form button {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-section-area .footer-logo-area form button {
        margin-top: 20px;
        margin-left: 0;
    }
}

.footer1-section-area .footer-logo-area ul {
    margin-top: 24px;
}

.footer1-section-area .footer-logo-area ul li {
    display: inline-block;
}

.footer1-section-area .footer-logo-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-5);
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 12px 0 0;
}

.footer1-section-area .footer-logo-area ul li a:hover {
    background: var(--ztc-text-text-2);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-2);
}

.footer1-section-area .footer-header.padding-left {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .footer1-section-area .footer-header.padding-left {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer1-section-area .footer-header.padding-left1 {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .footer1-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer1-section-area .footer-header {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer1-section-area .footer-header h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer1-section-area .footer-header ul li {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer1-section-area .footer-header ul li {
        justify-content: center;
    }
}

.footer1-section-area .footer-header ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 22px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 24px;
}

.footer1-section-area .footer-header ul li a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    font-weight: var(--ztc-weight-semibold);
}

.footer1-section-area .footer-header ul li span {
    display: inline-block;
    margin: 24px 12px 0 0;
}

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

@media (max-width: 767px) {
    .footer1-section-area .copyright {
        display: inline-block;
    }
}

.footer1-section-area .copyright .pera p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer1-section-area .copyright .pera p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer1-section-area .copyright ul {
        margin-top: 16px;
        text-align: center;
    }
}

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

.footer1-section-area .copyright ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: inline-block;
    opacity: 0.8;
}

.footer2-section-area {
    position: relative;
    padding: 230px 0 32px 0;
    z-index: 0;
    background: var(--ztc-text-text-7);
    margin-top: -260px;
}

@media (max-width: 767px) {
    .footer2-section-area {
        padding: 200px 0 32px 0;
    }
}

@media (max-width: 767px) {
    .footer2-section-area .footer-logo-area {
        text-align: center;
    }
}

.footer2-section-area .footer-logo-area h4 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
}

.footer2-section-area .footer-logo-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 0.8 !important;
}

.footer2-section-area .footer-logo-area form {
    position: relative;
    margin-top: 32px;
}

.footer2-section-area .footer-logo-area form input {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    width: 235px;
    border: 1px solid #D9D9D9;
    padding: 18px 12px;
    height: 50px;
}

.footer2-section-area .footer-logo-area form input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer2-section-area .footer-logo-area form input::placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer2-section-area .footer-logo-area form button {
    border: none;
    outline: none;
    position: absolute;
    right: -16px;
}

@media (max-width: 767px) {
    .footer2-section-area .footer-logo-area form button {
        position: relative;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-section-area .footer-logo-area form button {
        position: relative;
        right: 0;
    }
}

.footer2-section-area .footer-logo-area form button:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .footer2-section-area .footer-logo-area form button {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-section-area .footer-logo-area form button {
        margin-top: 20px;
        margin-left: 0;
    }
}

.footer2-section-area .footer-logo-area ul {
    margin-top: 24px;
}

.footer2-section-area .footer-logo-area ul li {
    display: inline-block;
}

.footer2-section-area .footer-logo-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-8);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 12px 0 0;
}

.footer2-section-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-7);
}

.footer2-section-area .footer-header.padding-left {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .footer2-section-area .footer-header.padding-left {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer2-section-area .footer-header.padding-left1 {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .footer2-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer2-section-area .footer-header {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer2-section-area .footer-header h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer2-section-area .footer-header ul li {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer2-section-area .footer-header ul li {
        justify-content: center;
    }
}

.footer2-section-area .footer-header ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 22px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 24px;
    opacity: 0.8;
}

.footer2-section-area .footer-header ul li a:hover {
    color: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer2-section-area .footer-header ul li span {
    display: inline-block;
    margin: 24px 12px 0 0;
}

.footer2-section-area .footer-header ul li span img {
    filter: brightness(0) invert(1);
}

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

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

.footer2-section-area .copyright .pera p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    opacity: 0.8;
}

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

@media (max-width: 767px) {
    .footer2-section-area .copyright ul {
        margin-top: 16px;
        text-align: center;
    }
}

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

.footer2-section-area .copyright ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: inline-block;
    opacity: 0.8;
}

.footer3-section-area {
    position: relative;
    padding: 230px 0 32px 0;
    z-index: 0;
    margin-top: -260px;
    background-image: url(../img/bg/header-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .footer3-section-area {
        padding: 200px 0 32px 0;
    }
}

@media (max-width: 767px) {
    .footer3-section-area .footer-logo-area {
        text-align: center;
    }
}

.footer3-section-area .footer-logo-area h4 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
}

.footer3-section-area .footer-logo-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 0.8 !important;
}

.footer3-section-area .footer-logo-area form {
    position: relative;
    margin-top: 32px;
}

.footer3-section-area .footer-logo-area form input {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    width: 250px;
    border: 1px solid #c3c3c3;
    padding: 18px 12px;
    height: 50px;
    border-radius: 8px;
}

.footer3-section-area .footer-logo-area form input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer3-section-area .footer-logo-area form input::placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer3-section-area .footer-logo-area form button {
    border: none;
    outline: none;
    position: absolute;
    right: -16px;
}

@media (max-width: 767px) {
    .footer3-section-area .footer-logo-area form button {
        position: relative;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer-logo-area form button {
        position: relative;
        right: 0;
    }
}

.footer3-section-area .footer-logo-area form button:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.footer3-section-area .footer-logo-area form button:hover img {
    filter: brightness(0);
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer-logo-area form button {
        margin-top: 20px;
        margin-left: 0;
    }
}

.footer3-section-area .footer-logo-area ul {
    margin-top: 24px;
}

.footer3-section-area .footer-logo-area ul li {
    display: inline-block;
}

.footer3-section-area .footer-logo-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-8);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 12px 0 0;
}

.footer3-section-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-6);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-bg-bg-6);
}

.footer3-section-area .footer-header.padding-left {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .footer3-section-area .footer-header.padding-left {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer3-section-area .footer-header.padding-left1 {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .footer3-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer3-section-area .footer-header {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer3-section-area .footer-header h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer3-section-area .footer-header ul li {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer3-section-area .footer-header ul li {
        justify-content: center;
    }
}

.footer3-section-area .footer-header ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 22px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 24px;
    opacity: 0.8;
}

.footer3-section-area .footer-header ul li a:hover {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    padding-left: 5px;
    opacity: 1;
}

.footer3-section-area .footer-header ul li span {
    display: inline-block;
    margin: 24px 12px 0 0;
}

.footer3-section-area .footer-header ul li span img {
    filter: brightness(0) invert(1);
}

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

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

.footer3-section-area .copyright .pera p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    opacity: 0.8;
}

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

@media (max-width: 767px) {
    .footer3-section-area .copyright ul {
        margin-top: 16px;
        text-align: center;
    }
}

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

.footer3-section-area .copyright ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: inline-block;
    opacity: 0.8;
}

.footer4-section-area {
    position: relative;
    padding: 100px 0 32px 0;
    z-index: 0;
    background: var(--ztc-text-text-12);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .footer4-section-area {
        padding: 50px 0 32px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-section-area {
        padding: 50px 0 32px 0;
    }
}

.footer4-section-area .cta-bg-area {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .footer4-section-area .cta-bg-area {
        text-align: center;
    }
}

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

.footer4-section-area .cta-bg-area p {
    color: var(--ztc-bg-bg-1);
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer4-section-area .cta-bg-area .cta-btn-area {
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-section-area .cta-bg-area .cta-btn-area {
        margin-top: 30px;
        text-align: center;
    }
}

.footer4-section-area .cta-bg-area .cta-btn-area h3 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin-bottom: 32px;
}

.footer4-section-area .cta-bg-area .cta-btn-area form {
    position: relative;
    margin-top: 32px;
}

.footer4-section-area .cta-bg-area .cta-btn-area form input {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    width: 270px;
    border: 1px solid #c3c3c3;
    padding: 18px 12px;
    height: 50px;
    border-radius: 25px;
}

.footer4-section-area .cta-bg-area .cta-btn-area form input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer4-section-area .cta-bg-area .cta-btn-area form input::placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer4-section-area .cta-bg-area .cta-btn-area form button {
    border: none;
    outline: none;
    position: absolute;
    margin-left: 16px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
}

.footer4-section-area .cta-bg-area .cta-btn-area form button span {
    background: var(--ztc-text-text-12);
}

.footer4-section-area .cta-bg-area .cta-btn-area form button span img {
    filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
    .footer4-section-area .cta-bg-area .cta-btn-area form button {
        position: relative;
        right: 0;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-section-area .cta-bg-area .cta-btn-area form button {
        position: relative;
        right: 0;
    }
}

.footer4-section-area .cta-bg-area .cta-btn-area form button:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.footer4-section-area .cta-bg-area .cta-btn-area form button:hover span {
    background: var(--ztc-bg-bg-1);
}

.footer4-section-area .cta-bg-area .cta-btn-area form button:hover span img {
    filter: brightness(0);
}

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

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

@media (max-width: 767px) {
    .footer4-section-area .heading {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
}

.footer4-section-area .heading h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer4-section-area .heading a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
}

.footer4-section-area .heading a i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .footer4-section-area .heading a {
        display: block;
        margin-top: 20px;
    }
}

.footer4-section-area .footer-bottom-area {
    position: relative;
}

@media (max-width: 767px) {
    .footer4-section-area .footer-bottom-area {
        text-align: center;
    }
}

.footer4-section-area .footer-bottom-area .img1 {
    position: absolute;
}

@media (max-width: 767px) {
    .footer4-section-area .footer-bottom-area .img1 {
        position: relative;
    }
}

.footer4-section-area .footer-bottom-area .content {
    padding-left: 92px;
}

@media (max-width: 767px) {
    .footer4-section-area .footer-bottom-area .content {
        padding: 0;
        margin-top: 20px;
    }
}

.footer4-section-area .footer-bottom-area .content p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    /* 100% */
    margin-bottom: 6px;
}

.footer4-section-area .footer-bottom-area .content a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    opacity: 0.8;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .footer4-section-area .footer-header.padding-left {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-section-area .footer-header.padding-left {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer4-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer4-section-area .footer-header {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-section-area .footer-header {
        padding-left: 0;
    }
}

.footer4-section-area .footer-header h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer4-section-area .footer-header ul li {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer4-section-area .footer-header ul li {
        justify-content: center;
    }
}

.footer4-section-area .footer-header ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 22px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 24px;
    opacity: 0.8;
}

.footer4-section-area .footer-header ul li a:hover {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    padding-left: 5px;
    opacity: 1;
}

.footer4-section-area .footer-header ul li span {
    display: inline-block;
    margin: 24px 12px 0 0;
}

.footer4-section-area .footer-header ul li span img {
    filter: brightness(0) invert(1);
}

.footer4-section-area .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--ztc-bg-bg-1);
    width: 100%;
}

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

.footer4-section-area .copyright .pera p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    opacity: 0.8;
}

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

@media (max-width: 767px) {
    .footer4-section-area .copyright ul {
        margin-top: 16px;
        text-align: center;
    }
}

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

.footer4-section-area .copyright ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: inline-block;
    opacity: 0.8;
}

.footer5-section-area {
    position: relative;
    padding: 100px 0 32px 0;
    z-index: 0;
    background: var(--ztc-text-text-13);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .footer5-section-area {
        padding: 50px 0 32px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-section-area {
        padding: 50px 0 32px 0;
    }
}

.footer5-section-area .cta-bg-area {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .footer5-section-area .cta-bg-area {
        text-align: center;
    }
}

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

.footer5-section-area .cta-bg-area p {
    color: var(--ztc-bg-bg-1);
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer5-section-area .cta-bg-area .cta-btn-area {
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-section-area .cta-bg-area .cta-btn-area {
        margin-top: 30px;
        text-align: center;
    }
}

.footer5-section-area .cta-bg-area .cta-btn-area h3 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin-bottom: 32px;
}

.footer5-section-area .cta-bg-area .cta-btn-area form {
    position: relative;
    margin-top: 32px;
}

.footer5-section-area .cta-bg-area .cta-btn-area form input {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    width: 270px;
    border: 1px solid #c3c3c3;
    padding: 18px 12px;
    height: 50px;
    border-radius: 25px;
}

.footer5-section-area .cta-bg-area .cta-btn-area form input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer5-section-area .cta-bg-area .cta-btn-area form input::placeholder {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}

.footer5-section-area .cta-bg-area .cta-btn-area form button {
    border: none;
    outline: none;
    position: absolute;
    margin-left: 16px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
}

.footer5-section-area .cta-bg-area .cta-btn-area form button img {
    filter: brightness(0);
}

@media (max-width: 767px) {
    .footer5-section-area .cta-bg-area .cta-btn-area form button {
        position: relative;
        right: 0;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-section-area .cta-bg-area .cta-btn-area form button {
        position: relative;
        right: 0;
    }
}

.footer5-section-area .cta-bg-area .cta-btn-area form button:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.footer5-section-area .cta-bg-area .cta-btn-area form button:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.footer5-section-area .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

@media (max-width: 767px) {
    .footer5-section-area .heading {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
}

.footer5-section-area .heading h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer5-section-area .heading a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
}

.footer5-section-area .heading a i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .footer5-section-area .heading a {
        display: block;
        margin-top: 20px;
    }
}

.footer5-section-area .footer-bottom-area {
    position: relative;
}

@media (max-width: 767px) {
    .footer5-section-area .footer-bottom-area {
        text-align: center;
    }
}

.footer5-section-area .footer-bottom-area .img1 {
    position: absolute;
}

@media (max-width: 767px) {
    .footer5-section-area .footer-bottom-area .img1 {
        position: relative;
    }
}

.footer5-section-area .footer-bottom-area .content {
    padding-left: 92px;
}

@media (max-width: 767px) {
    .footer5-section-area .footer-bottom-area .content {
        padding: 0;
        margin-top: 20px;
    }
}

.footer5-section-area .footer-bottom-area .content p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    /* 100% */
    margin-bottom: 6px;
}

.footer5-section-area .footer-bottom-area .content a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    opacity: 0.8;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .footer5-section-area .footer-header.padding-left {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

@media (max-width: 767px) {
    .footer5-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-section-area .footer-header.padding-left1 {
        padding-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer5-section-area .footer-header {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

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

.footer5-section-area .footer-header h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}

.footer5-section-area .footer-header ul li {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer5-section-area .footer-header ul li {
        justify-content: center;
    }
}

.footer5-section-area .footer-header ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 22px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 24px;
    opacity: 0.8;
}

.footer5-section-area .footer-header ul li a:hover {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    padding-left: 5px;
    opacity: 1;
}

.footer5-section-area .footer-header ul li span {
    display: inline-block;
    margin: 24px 12px 0 0;
}

.footer5-section-area .footer-header ul li span img {
    filter: brightness(0) invert(1);
}

.footer5-section-area .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--ztc-bg-bg-1);
    width: 100%;
}

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

.footer5-section-area .copyright .pera p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    opacity: 0.8;
}

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

@media (max-width: 767px) {
    .footer5-section-area .copyright ul {
        margin-top: 16px;
        text-align: center;
    }
}

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

.footer5-section-area .copyright ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: inline-block;
    opacity: 0.8;
}


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


/*============= HEADER CSS AREA ===============*/

.homepage1-body,
html {
    overflow-x: hidden !important;
}

.homepage1-body {
    overflow-x: hidden;
}

.homepage1-body .header-area.homepage1 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 16px 0;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 {
    display: block !important;
    padding: 0 !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

.homepage1-body .header-area.homepage1 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-3);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 45%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 20%;
    right: 20%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    padding: 16px;
    transition: all 0.4s;
    border-radius: 8px;
    position: relative;
    width: 140px;
    z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
    background: var(--ztc-text-text-3);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    transform: scale(1);
    position: absolute;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-2);
    display: block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: var(--ztc-text-text-3) !important;
    font-weight: var(--ztc-weight-regular);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -300px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    transform-origin: top;
    display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    width: 225px;
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
    display: block;
    transform-origin: top;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 15px;
    color: var(--ztc-text-text-3);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: var(--ztc-text-text-3);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-3);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-3);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.homepage1-body .btn-area {
    display: flex;
    align-items: center;
}

.homepage1-body .btn-area .search-icon {
    margin: 0 16px 0 0;
}

.header-area.homepage1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.homepage2-body,
html {
    overflow-x: hidden !important;
}

.homepage2-body {
    overflow-x: hidden !important;
}

.homepage2-body .header-area.homepage2 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 24px 0 0 0;
    transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 nav#navbar-example2 {
    display: block !important;
    padding: 0 !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-6);
    font-weight: var(--ztc-weight-regular) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

.homepage2-body .header-area.homepage2 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
    padding: 20px 24px;
    background: var(--ztc-bg-bg-1);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu {
    position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-7);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 45%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 20%;
    right: 20%;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn2 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    padding: 16px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    width: 145px;
    text-transform: uppercase;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn2 i {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn2:hover {
    background: var(--ztc-text-text-7);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    transform: scale(1);
    position: absolute;
    transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s22);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-6);
    display: block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: var(--ztc-text-text-4) !important;
    font-weight: var(--ztc-weight-regular);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    padding: 20px;
    left: -290px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    transform-origin: top;
    display: block;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    width: 225px;
    z-index: 0;
    transition: all 0.4s;
    padding: 15px;
    display: block;
    transform-origin: top;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 15px;
    color: var(--ztc-text-text-4);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-4);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-6);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-4);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-4);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.homepage2-body .btn-area {
    display: flex;
    align-items: center;
}

.homepage2-body .btn-area .search-icon {
    margin: 0 16px 0 0;
}

.header-area.homepage2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 0;
}

.header-area.homepage2.sticky .header-elements {
    padding: 16px 0;
    transition: all 0.4s;
}

.homepage3-body,
html {
    overflow-x: hidden !important;
}

.homepage3-body {
    overflow-x: hidden !important;
}

.homepage3-body .header-area.homepage3 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 16px 0 0 0;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 {
    display: block !important;
    padding: 0 !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-9);
    font-weight: var(--ztc-weight-bold) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

.homepage3-body .header-area.homepage3 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu {
    position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-10);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 45%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 20%;
    right: 20%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-6);
    color: var(--ztc-text-text-1);
    padding: 16px;
    border-radius: 8px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 img {
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover img {
    transform: rotate(45deg);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    transform: scale(1);
    position: absolute;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
    display: block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: var(--ztc-text-text-1) !important;
    font-weight: var(--ztc-weight-bold);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    padding: 20px;
    left: -304px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    transform-origin: top;
    display: block;
    border-radius: 8px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    width: 225px;
    z-index: 0;
    transition: all 0.4s;
    padding: 15px;
    border-radius: 8px;
    display: block;
    transform-origin: top;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 15px;
    color: var(--ztc-text-text-9) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: var(--ztc-text-text-9);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-9) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-10);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-9);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-9) !important;
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.homepage3-body .btn-area {
    display: flex;
    align-items: center;
}

.homepage3-body .btn-area .search-icon {
    margin: 0 16px 0 0;
}

.homepage3-body .btn-area .search-icon a img {
    filter: brightness(0) invert(1);
}

.homepage3-body .btn-area .header-btn3 img {
    transition: all 0.4s;
}

.homepage3-body .btn-area .header-btn3:hover {
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    color: var(--ztc-text-text-10);
}

.homepage3-body .btn-area .header-btn3:hover img {
    filter: brightness(0);
}

.header-area.homepage3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 16px 0;
}

.homepage4-body,
html {
    overflow-x: hidden !important;
}

.homepage4-body {
    overflow-x: hidden !important;
}

.homepage4-body .header-area.homepage4 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 16px 0 0 0;
    transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 nav#navbar-example2 {
    display: block !important;
    padding: 0 !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-12);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

.homepage4-body .header-area.homepage4 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
    padding: 16px 24px;
    border-radius: 42px;
    background: var(--ztc-bg-bg-1);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu {
    position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-10);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 45%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 18%;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-1);
    padding: 6px 8px 6px 16px;
    border-radius: 25px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 8px;
    padding-top: 2px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 span img {
    transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-1);
    transform: translateY(-5px);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4:hover img {
    transform: rotate(45deg);
    filter: brightness(0);
    transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    transform: scale(1);
    position: absolute;
    transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-10);
    display: block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: var(--ztc-text-text-12) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    padding: 20px;
    left: -315px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    transform-origin: top;
    display: block;
    border-radius: 8px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    width: 225px;
    z-index: 0;
    transition: all 0.4s;
    padding: 15px;
    border-radius: 8px;
    display: block;
    transform-origin: top;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 15px;
    color: var(--ztc-text-text-12) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: var(--ztc-text-text-12);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-12) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-10);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-12);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-12) !important;
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.homepage4-body .btn-area {
    display: flex;
    align-items: center;
}

.homepage4-body .btn-area .search-icon {
    margin: 0 16px 0 0;
}

.homepage4-body .btn-area .search-icon a img {
    filter: brightness(0) invert(1);
}

.homepage4-body .btn-area .header-btn3 img {
    transition: all 0.4s;
}

.homepage4-body .btn-area .header-btn3:hover {
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    color: var(--ztc-text-text-10);
}

.homepage4-body .btn-area .header-btn3:hover img {
    filter: brightness(0);
}

.header-area.homepage4.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 16px 0;
}

.header-area.homepage4.sticky .header-elements {
    padding: 0;
    border-radius: 0;
    transition: all 0.4s;
}

.homepage5-body,
html {
    overflow-x: hidden !important;
}

.homepage5-body {
    overflow-x: hidden !important;
}

.homepage5-body .header-area.homepage5 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 16px 0 0 0;
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 nav#navbar-example2 {
    display: block !important;
    padding: 0 !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-13);
    font-weight: var(--ztc-weight-bold);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

.homepage5-body .header-area.homepage5 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu {
    position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-10);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 45%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 18%;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5 {
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    padding: 16px 20px;
    border-radius: 40px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5 img {
    margin-top: -5px;
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    transform: translateY(-5px);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 201.3%;
    transform: scale(1);
    position: absolute;
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-10);
    display: block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: var(--ztc-text-text-13) !important;
    font-weight: 500;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    padding: 20px;
    left: -320px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    transform-origin: top;
    display: block;
    border-radius: 8px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 201.3%;
    transform: scale(1, 0);
    width: 225px;
    z-index: 0;
    transition: all 0.4s;
    padding: 15px;
    border-radius: 8px;
    display: block;
    transform-origin: top;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 15px;
    color: var(--ztc-text-text-13) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: var(--ztc-text-text-13);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-13) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s16);
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-10);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-13);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-13) !important;
    font-weight: var(--ztc-weight-regular);
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.header-area.homepage5.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 16px 0;
}

.header-area.homepage1.inner-menu {
    padding: 0;
}

.header-area.homepage1.inner-menu .header-elements {
    padding: 16px 0;
    border-bottom: 1px solid #467179;
}

.header-area.homepage1.inner-menu .header-elements .main-menu ul li:hover>a {
    color: var(--ztc-bg-bg-1) !important;
    font-weight: var(--ztc-weight-bold);
}

.header-area.homepage1.inner-menu .header-elements .main-menu ul li a {
    color: var(--ztc-bg-bg-1) !important;
}

.header-area.homepage1.inner-menu .header-elements .main-menu ul li a:hover {
    color: var(--ztc-bg-bg-1) !important;
    font-weight: var(--ztc-weight-bold);
}

.header-area.homepage1.inner-menu .header-elements .main-menu ul li .dropdown-padding li a {
    color: var(--ztc-text-text-2) !important;
}

.header-area.homepage1.inner-menu .header-elements .btn-area .search-icon img {
    filter: brightness(0) invert(1);
}

.header-area.homepage1.inner-menu .header-elements .btn-area .header-btn1 {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-3);
}

.header-area.homepage1.inner-menu .header-elements .btn-area .header-btn1 img {
    filter: brightness(0);
}

.header-area.homepage1.inner-menu .header-elements .btn-area .header-btn1:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-bg-bg-1);
}

.header-area.homepage1.inner-menu .header-elements .btn-area .header-btn1:hover img {
    filter: brightness(0) invert(1);
}

.header-area.homepage1.inner-menu.sticky {
    background: var(--ztc-text-text-2) !important;
}

.header-area.homepage1.inner-menu.sticky .header-elements {
    border: none;
}


/*============= HEADER CSS AREA ENDS ===============*/


/*============= WORK CSS AREA ===============*/


/*============= WORK CSS AREA ===============*/


/*============= OTHERS CSS AREA STARTS ===============*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.home-icon {
    position: relative;
    width: 100px;
    height: 100px;
    animation: spin 3s linear infinite;
    margin-top: -100px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .home-icon {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-icon {
        margin-left: 0;
    }
}

.roof {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--ztc-bg-bg-2);
    transform: translateX(-50%);
}

.walls {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    height: 50px;
    background: var(--ztc-bg-bg-2);
    transform: translateX(-50%);
}

.roof2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--ztc-text-text-6);
    transform: translateX(-50%);
}

.walls2 {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    height: 50px;
    background: var(--ztc-text-text-6);
    transform: translateX(-50%);
}

.roof3 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--ztc-bg-bg-6);
    transform: translateX(-50%);
}

.walls3 {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    height: 50px;
    background: var(--ztc-bg-bg-6);
    transform: translateX(-50%);
}

.roof4 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--ztc-bg-bg-7);
    transform: translateX(-50%);
}

.walls4 {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    height: 50px;
    background: var(--ztc-bg-bg-7);
    transform: translateX(-50%);
}

.roof5 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--ztc-bg-bg-10);
    transform: translateX(-50%);
}

.walls5 {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    height: 50px;
    background: var(--ztc-bg-bg-10);
    transform: translateX(-50%);
}

.door {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 30px;
    background: #ffffff;
    transform: translateX(-50%);
}

.windows {
    position: absolute;
    top: 60px;
    left: 50%;
    display: flex;
    right: 50%;
    justify-content: space-between;
    width: 80px;
    transform: translateX(-50%);
}

.window {
    width: 15px;
    height: 15px;
    background: #ffffff;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

#content {
    display: none;
    text-align: center;
}

@keyframes move {
    0% {
        transform: translateX(-20px) rotate(-15deg);
    }
    50% {
        transform: translateX(20px) rotate(15deg);
    }
    100% {
        transform: translateX(-20px) rotate(-15deg);
    }
}

.ctn-preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    margin-left: 0;
}

@media (max-width: 767px) {
    .ctn-preloader {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ctn-preloader {
        margin-left: 0;
    }
}

.ctn-preloader .animation-preloader {
    z-index: 1000;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em var(--ztc-family-font1);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    top: 70px;
    left: 0;
}

@media (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ctn-preloader .animation-preloader .txt-loading {
        left: 0;
    }
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: #a9b6b9;
    position: relative;
}

@media (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: var(--ztc-font-size-font-s60);
    }
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: var(--ztc-bg-bg-2);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--ztc-family-font1);
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading2 {
    color: #a9b6b9;
    position: relative;
}

@media (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading2 {
        font-size: var(--ztc-font-size-font-s60);
    }
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading2:before {
    animation: letters-loading 4s infinite;
    color: var(--ztc-text-text-6);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--ztc-family-font1);
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading3 {
    color: #ccd0d1;
    position: relative;
}

@media (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading3 {
        font-size: var(--ztc-font-size-font-s60);
    }
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading3:before {
    animation: letters-loading 4s infinite;
    color: var(--ztc-text-text-9);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--ztc-family-font1);
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading4 {
    color: #ccd0d1;
    position: relative;
}

@media (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading4 {
        font-size: var(--ztc-font-size-font-s60);
    }
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading4:before {
    animation: letters-loading 4s infinite;
    color: var(--ztc-text-text-12);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--ztc-family-font1);
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading5 {
    color: #ccd0d1;
    position: relative;
}

@media (max-width: 767px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading5 {
        font-size: var(--ztc-font-size-font-s60);
    }
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading5:before {
    animation: letters-loading 4s infinite;
    color: var(--ztc-text-text-13);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--ztc-family-font1);
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading2:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading2:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading2:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading3:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading3:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading3:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading4:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading4:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading4:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading5:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading5:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading5:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.ctn-preloader .loader .row {
    height: 100%;
}

.ctn-preloader .loader .loader-section {
    padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em var(--ztc-family-font1);
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em var(--ztc-family-font1);
    }
}

.progress-wrap {
    position: fixed;
    right: 45px;
    bottom: 110px;
    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-4);
    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-4);
}

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

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--ztc-text-text-4);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


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


/*============= INSTAGRAM CSS AREA STARTS ===============*/

.others2-section-area {
    position: relative;
    z-index: 1;
}

.others2-section-area .social-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .others2-section-area .social-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others2-section-area .social-header {
        margin-bottom: 30px;
    }
}

.others2-section-area .slider-images-area.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.others2-section-area .slider-images-area .auhtor-boxes-area {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.others2-section-area .slider-images-area .auhtor-boxes-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.others2-section-area .slider-images-area .auhtor-boxes-area:hover .img1::after {
    visibility: visible;
    opacity: 0.7;
    transition: all 0.4s;
    transform: scale(1);
}

.others2-section-area .slider-images-area .auhtor-boxes-area:hover .icons a {
    visibility: visible;
    opacity: 1;
    top: 43%;
}

.others2-section-area .slider-images-area .auhtor-boxes-area .img1 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.others2-section-area .slider-images-area .auhtor-boxes-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-text-text-6);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.others2-section-area .slider-images-area .auhtor-boxes-area .img1 img {
    height: 320px;
    width: 100%;
    transition: all 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.others2-section-area .slider-images-area .auhtor-boxes-area .icons a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    line-height: 40px;
    position: absolute;
    top: 30%;
    left: 45%;
    right: 50%;
    color: var(--ztc-text-text-7);
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    visibility: hidden;
    opacity: 0;
    font-size: var(--ztc-font-size-font-s20);
}

.others2-section-area .slider-images-area .auhtor-boxes-area .icons a:hover {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.others-inner-section-area {
    position: relative;
    z-index: 1;
}

.others-inner-section-area .social-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .others-inner-section-area .social-header {
        margin-bottom: 30px;
    }
}

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

.others-inner-section-area .slider-images-area.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area:hover .img1 {
    border-radius: 8px;
    overflow: hidden;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
    border-radius: 8px;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area:hover .img1::after {
    visibility: visible;
    opacity: 0.7;
    transition: all 0.4s;
    transform: scale(1);
    border-radius: 8px;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area:hover .icons a {
    visibility: visible;
    opacity: 1;
    top: 43%;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area .img1 {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 8px;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 8px;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area .img1 img {
    height: 320px;
    width: 100%;
    transition: all 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area .icons a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    line-height: 40px;
    position: absolute;
    top: 30%;
    left: 45%;
    right: 50%;
    color: var(--ztc-text-text-7);
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    visibility: hidden;
    opacity: 0;
    font-size: var(--ztc-font-size-font-s20);
}

.others-inner-section-area .slider-images-area .auhtor-boxes-area .icons a:hover {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}


/*============= INSTAGRAM CSS AREA ENDS ===============*/


/*============= CHOOSE CSS AREA STARTS ===============*/


/*============= CHOOSE CSS AREA ENDS ===============*/


/*============= ERROR CSS AREA ENDS ===============*/


/*============= ERROR CSS AREA ENDS ===============*/

.tabs-section-area {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

@media (max-width: 767px) {
    .tabs-section-area {
        margin-top: -130px;
    }
}

.tabs-section-area .tabs-area button {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    border-radius: 8px;
    padding: 16px 24px;
    margin: 0 8px 0 0;
}

.tabs-section-area .tabs-area button.active {
    background: var(--ztc-text-text-2);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 48px 50px;
}

@media (max-width: 767px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities {
    position: relative;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities input {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    margin-bottom: 16px;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .header-btn1 {
    margin-top: 30px;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .header-btn1 img {
    height: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .header-btn1:hover img {
    transform: rotate(0);
}

@media (max-width: 767px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .header-btn1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .header-btn1 {
        margin-top: 30px;
    }
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .input-place.after:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    right: -30px;
    top: 10px;
    background: #EAEBEB;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .input-place.after {
        height: 50px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .input-place.after {
        height: 50px;
        display: block;
    }
}

@media (max-width: 767px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .input-place {
        height: 50px;
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .input-place {
        height: 50px;
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .nice-select {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    width: 100%;
    display: block;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    width: 230px;
    border: 1px solid #EAEBEB;
    padding: 16px;
    line-height: 10px;
}

@media (max-width: 767px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .nice-select {
        height: 50px;
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area .tab-content .tab-pane .all-cities-area .cities .nice-select {
        height: 50px;
        display: block;
        width: 100%;
    }
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .nice-select::after {
    right: 16px;
    cursor: pointer;
    filter: brightness(0);
    width: 7px;
    height: 7px;
}

.tabs-section-area .tab-content .tab-pane .all-cities-area .cities .nice-select ul.list {
    width: 100%;
}

.tabs-section-area2 {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

@media (max-width: 767px) {
    .tabs-section-area2 {
        margin-top: -130px;
    }
}

.tabs-section-area2 .tabs-area button {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    padding: 16px 24px;
    margin: 0 8px 0 0;
    border-radius: 0 !important;
}

.tabs-section-area2 .tabs-area button.active {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 48px 50px;
}

@media (max-width: 767px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities {
    position: relative;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities input {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities input::-moz-placeholder {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities input::placeholder {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    margin-bottom: 16px;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .header-btn2 {
    margin-top: 30px;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .header-btn2 img {
    height: 20px;
    width: 20px;
    transition: all 0.4s;
    margin-top: -3px;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .header-btn2:hover img {
    transform: rotate(0);
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .header-btn2 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .header-btn2 {
        margin-top: 30px;
    }
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .input-place.after:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    right: -30px;
    top: 10px;
    background: #EAEBEB;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .input-place.after {
        height: 50px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .input-place.after {
        height: 50px;
        display: block;
    }
}

@media (max-width: 767px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .input-place {
        height: 50px;
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .input-place {
        height: 50px;
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .nice-select {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    width: 100%;
    display: block;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    width: 230px;
    border: 1px solid #EAEBEB;
    padding: 16px;
    line-height: 10px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .nice-select {
        height: 50px;
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .nice-select {
        height: 50px;
        display: block;
        width: 100%;
    }
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .nice-select::after {
    right: 16px;
    cursor: pointer;
    filter: brightness(0);
    width: 7px;
    height: 7px;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .nice-select ul.list {
    width: 100%;
    z-index: 2;
    position: absolute;
}

.tabs-section-area2 .tab-content .tab-pane .all-cities-area .cities .nice-select ul li:hover {
    background: var(--ztc-text-text-6);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.tabs-section-area5 {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

@media (max-width: 767px) {
    .tabs-section-area5 {
        margin-top: -130px;
    }
}

.tabs-section-area5 .tabs-area button {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    padding: 16px 24px;
    margin: 0 8px 0 0;
    border-radius: 48px;
}

.tabs-section-area5 .tabs-area button.active {
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 48px 50px;
}

@media (max-width: 767px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area {
        display: inline-block;
        width: 100%;
        padding: 30px;
    }
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities {
    position: relative;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities input {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities input::-moz-placeholder {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities input::placeholder {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    opacity: 1;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    margin-bottom: 16px;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .header-btn5 {
    margin-top: 30px;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .header-btn5 img {
    height: 20px;
    width: 20px;
    transition: all 0.4s;
    margin-top: -3px;
    filter: brightness(0) invert(1);
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .header-btn5:hover img {
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .header-btn5 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .header-btn5 {
        margin-top: 30px;
    }
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .input-place.after:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    right: -30px;
    top: 10px;
    background: #EAEBEB;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .input-place.after {
        height: 50px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .input-place.after {
        height: 50px;
        display: block;
    }
}

@media (max-width: 767px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .input-place {
        height: 50px;
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .input-place {
        height: 50px;
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .nice-select {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    width: 100%;
    display: block;
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    width: 230px;
    border: 1px solid #EAEBEB;
    padding: 16px;
    line-height: 10px;
}

@media (max-width: 767px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .nice-select {
        height: 50px;
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .nice-select {
        height: 50px;
        display: block;
        width: 100%;
    }
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .nice-select::after {
    right: 16px;
    cursor: pointer;
    filter: brightness(0);
    width: 7px;
    height: 7px;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .nice-select ul.list {
    width: 100%;
}

.tabs-section-area5 .tab-content .tab-pane .all-cities-area .cities .nice-select ul li:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.inner-others-area {
    position: relative;
    z-index: 1;
    margin-top: -300px;
    padding: 0 0 100px 0;
}

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

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

@media (max-width: 767px) {
    .inner-others-area .images {
        margin-bottom: 30px;
    }
}

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

.inner-others-area .images img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

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

.inner-others-area .other-area .counter-box-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .inner-others-area .other-area .counter-box-area {
        display: block;
        text-align: center;
    }
}

.inner-others-area .other-area .counter-box-area .counter-box.after {
    margin: 0;
}

.inner-others-area .other-area .counter-box-area .counter-box.after::after {
    display: none;
}

.inner-others-area .other-area .counter-box-area .counter-box {
    text-align: center;
    margin: 0 130px 0 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .inner-others-area .other-area .counter-box-area .counter-box {
        margin: 0 0 30px 0;
        text-align: center;
    }
}

.inner-others-area .other-area .counter-box-area .counter-box::after {
    position: absolute;
    content: "";
    height: 107px;
    width: 3px;
    background: var(--ztc-text-text-4);
    opacity: 20%;
    right: -60px;
    top: 0;
}

@media (max-width: 767px) {
    .inner-others-area .other-area .counter-box-area .counter-box::after {
        display: none;
    }
}

.inner-others-area .other-area .counter-box-area .counter-box h2 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s56);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 56px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .inner-others-area .other-area .counter-box-area .counter-box h2 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-others-area .other-area .counter-box-area .counter-box h2 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 40px;
    }
}

.inner-others-area .other-area .counter-box-area .counter-box p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    /* 100% */
}

@media (max-width: 767px) {
    .inner-others-area .other-area .counter-box-area .counter-box p {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-others-area .other-area .counter-box-area .counter-box p {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}


/*============= HEADER SEARCH CSS AREA STARTS ===============*/

.header-search-container form input {
    outline: none;
    border: none;
    background: none;
    font-family: var(--ztc-family-font1);
    font-weight: 500;
}

.header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 9999;
    background-color: #fff;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dddbdb;
    padding-left: 0;
    border-radius: 0;
    width: 100%;
    color: var(--ztc-text-text-2);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #9F9F9F;
    font-size: 24px;
    border: none;
    color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
    background: rgba(204, 204, 204, 0.2705882353);
    width: 54px;
    height: 54px;
    border-width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
    background-color: var(--color-black);
}

.header-search-container {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    border: 0;
    padding: 0;
    background: 0 0;
    transform: translate3d(0, calc(100% - 100px), 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}


/*============= HEADER SEARCH CSS AREA ENDS ===============*/


/*============= PUBLISH CSS AREA STARTS ===============*/

.others3-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-3);
}

.others3-section-area .publish-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .others3-section-area .publish-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others3-section-area .publish-header {
        margin-bottom: 30px;
    }
}

.others3-section-area .publish-boxarea {
    position: relative;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 50px 28px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.others3-section-area .publish-boxarea:hover {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.others3-section-area .publish-boxarea:hover a.head {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.others3-section-area .publish-boxarea:hover p {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    opacity: 80%;
}

.others3-section-area .publish-boxarea:hover .btn-area1 .header-btn3 {
    background: var(--ztc-text-text-10);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.others3-section-area .publish-boxarea a.head {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.others3-section-area .publish-boxarea p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition: all 0.4s;
}

.others4-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-8);
}

.others4-section-area .publish-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .others4-section-area .publish-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others4-section-area .publish-header {
        margin-bottom: 30px;
    }
}

.others4-section-area .publish-boxarea {
    position: relative;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 50px 28px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.others4-section-area .publish-boxarea:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.others4-section-area .publish-boxarea:hover a.head {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.others4-section-area .publish-boxarea:hover p {
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    opacity: 80%;
}

.others4-section-area .publish-boxarea:hover .btn-area1 .header-btn4 {
    background: var(--ztc-text-text-10);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.others4-section-area .publish-boxarea:hover .btn-area1 .header-btn4 img {
    filter: brightness(0);
    transition: all 0.4s;
}

.others4-section-area .publish-boxarea a.head {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.others4-section-area .publish-boxarea p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition: all 0.4s;
}

.others5-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-8);
}

.others5-section-area .publish-boxarea {
    position: relative;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 40px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .others5-section-area .publish-boxarea {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others5-section-area .publish-boxarea {
        text-align: center;
    }
}

.others5-section-area .publish-boxarea:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.others5-section-area .publish-boxarea a.head {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.others5-section-area .publish-boxarea p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition: all 0.4s;
}

.others5-section-area .publish-boxarea .img1 {
    position: absolute;
    right: 40px;
    top: 60px;
}

@media (max-width: 767px) {
    .others5-section-area .publish-boxarea .img1 {
        position: relative;
        margin-top: 30px;
        top: 0;
        right: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others5-section-area .publish-boxarea .img1 {
        position: relative;
        margin-top: 30px;
        top: 0;
        right: 0;
        text-align: center;
    }
}


/*============= PUBLISH CSS AREA ENDS ===============*/


/*============= VISIT CSS AREA STARTS ===============*/

.visit-section-area {
    position: relative;
    z-index: 1;
}

.visit-section-area .visit-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .visit-section-area .visit-header {
        margin-bottom: 30px;
    }
}

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

.visit-section-area .visit-slider-area .owl-dots {
    text-align: center;
    margin-top: 30px;
    position: absolute;
}

.visit-section-area .visit-slider-area .owl-dots button {
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    z-index: 1;
}

.visit-section-area .visit-slider-area .owl-dots button.active {
    background: var(--ztc-bg-bg-2);
}

.visit-section-area .visit-slider-area .owl-dots button.active::after {
    visibility: visible;
    opacity: 1;
}

.visit-section-area .visit-slider-area .owl-dots button::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-2);
    top: -8px;
    left: -8px;
    visibility: hidden;
    opacity: 1;
}

.visit-section-area .visit-slider-area .images {
    width: 900px;
}

@media (max-width: 767px) {
    .visit-section-area .visit-slider-area .images {
        height: 100%;
        margin-bottom: 30px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-section-area .visit-slider-area .images {
        height: 100%;
        margin-bottom: 30px;
        width: 100%;
    }
}

.visit-section-area .visit-slider-area .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.visit-section-area .visit-slider-area .all-item-area .testemonial-boxarea {
    background: #EAEBEB;
    border-radius: 8px;
    padding: 32px;
}

.visit-section-area .visit-slider-area .all-item-area .testemonial-boxarea p {
    padding-bottom: 24px;
    border-bottom: 1px solid #D5DBDC;
}

.visit-section-area .visit-slider-area .all-item-area .testemonial-boxarea .icons-flex-area {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.visit-section-area .visit-slider-area .all-item-area .testemonial-boxarea .icons-flex-area .text a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    margin-left: 12px;
}

.visit-section-area .visit-slider-area .all-item-area .testemonial-boxarea .icons-flex-area .text a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}


/*============= VISIT CSS AREA ENDS ===============*/


/*============= TEAM CSS AREA ===============*/

.team1-section-area {
    position: relative;
    background: #1b4597;
}

.team1-section-area .team-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .team1-section-area .team-header-area {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .team1-section-area .team-header-area .btn-area1 {
        margin-top: 30px;
    }
}

.team1-section-area .team-header-area .btn-area1 .header-btn1 {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
}

.team1-section-area .team-header-area .btn-area1 .header-btn1:hover {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team1-section-area .team-header-area .btn-area1 .header-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.team1-section-area .team-header-area .btn-area1 .header-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.team1-section-area .team-author-area {
    margin-bottom: 30px;
}

.team1-section-area .team-author-area .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.team1-section-area .team-author-area .content p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    opacity: 0.8;
}

.team1-section-area .team-author-area .content a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.agency-brand-area .agency-boxarea {
    background: #F9F9F9;
    border-radius: 4px;
    position: relative;
    transition: all 0.4s;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid #F9F9F9;
}

.agency-brand-area .agency-boxarea:hover {
    border: 1px solid var(--ztc-text-text-2);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.agency-brand-area .agency-boxarea .listing {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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-text-text-3);
}

.agency-brand-area .agency-boxarea .agency-auhtor-content {
    text-align: center;
}

.agency-brand-area .agency-boxarea .agency-auhtor-content a.head {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.agency-brand-area .agency-boxarea .agency-auhtor-content a.head:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.agency-brand-area .agency-boxarea .agency-auhtor-content ul li {
    display: inline-block;
    color: #F7CF5C;
}

.agency-brand-area .agency-boxarea .agency-auhtor-content ul li:nth-last-child(1) {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
}

.agency-brand-area .agency-boxarea .agency-auhtor-content .date {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.agency-brand-area .agency-boxarea .agency-auhtor-content .date img {
    margin: 0 8px 0 0;
}

.agency-brand-area .pagination-area ul {
    justify-content: center;
}

.agency-brand-area .pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
    display: inline-block;
    background: #F9F9F9;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    border: none;
    color: var(--ztc-text-text-3);
    font-weight: var(--ztc-weight-bold);
    margin: 0 14px 0 0;
    box-shadow: none;
}

.agency-brand-area .pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.agency-brand-area .pagination-area ul li a.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

.agency-details-section-area .agency-all-details-area h4 {
    color: var(--ztc-text-text-3);
    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;
}

.agency-details-section-area .agency-all-details-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.agency-details-section-area .agency-all-details-area a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    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;
}

.agency-details-section-area .agency-all-details-area a img {
    margin: 0 6px 0 0;
}

.agency-details-section-area .agency-all-details-area ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.agency-details-section-area .agency-all-details-area ul li .total {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.agency-details-section-area .agency-all-details-area ul li .nmbr {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    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;
}

.agency-details-section-area .agency-all-details-area ul li:nth-child(1) .nmbr {
    padding-left: 16px;
}

.agency-details-section-area .agency-all-details-area ul li:nth-child(2) .nmbr {
    padding-left: 59px;
}

.agency-details-section-area .agency-all-details-area ul li:nth-child(3) .nmbr {
    padding-left: 54px;
}

.agency-details-section-area .agency-all-details-area ul li:nth-child(4) .nmbr {
    padding-left: 51px;
}

.agency-details-section-area .agency-all-details-area ul li:nth-child(5) .nmbr {
    padding-left: 74px;
}

.agency-details-section-area .agency-all-details-area ul li:nth-child(6) .nmbr {
    padding-left: 40px;
}

.agency-details-section-area .agency-all-details-area .social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.agency-details-section-area .agency-all-details-area .social span {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.agency-details-section-area .agency-all-details-area .social ul {
    padding-left: 55px;
}

.agency-details-section-area .agency-all-details-area .social ul li {
    display: inline-block;
    margin-top: 0;
}

.agency-details-section-area .agency-all-details-area .social ul li a {
    height: 20px !important;
    width: 20px !important;
    text-align: center;
    line-height: 20px;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50% !important;
    border: 1px solid #B3B3B3 !important;
    font-size: 10px;
}

.agency-details-section-area .agency-all-details-area .social ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    transition: all 0.4s;
}

.agency-details-section-area .agency-details-right {
    position: sticky;
    top: 100px;
}

@media (max-width: 767px) {
    .agency-details-section-area .agency-details-right {
        position: relative;
        margin-top: 50px;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .agency-details-section-area .agency-details-right {
        position: relative;
        margin-top: 50px;
        top: 0;
    }
}

.agency-details-section-area .agency-details-right .agency-contact {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.agency-details-section-area .agency-details-right .agency-contact h3 {
    color: var(--ztc-text-text-3);
    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;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-bottom: 12px;
    transition: all 0.4s;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area input {
    width: 100%;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    padding: 16px;
    height: 50px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area input::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area textarea {
    width: 100%;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    padding: 16px;
    height: 140px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area textarea::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area button {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
}

.agency-details-section-area .agency-details-right .agency-contact .input-area button:hover img {
    transform: rotateY(180deg);
    transition: all 0.4s;
}

.agency-details-section-area .agency-details-right .nmbr-boxarea {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.agency-details-section-area .agency-details-right .nmbr-boxarea h3 {
    color: var(--ztc-text-text-3);
    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;
}

.agency-details-section-area .agency-details-right .nmbr-boxarea .header-btn1 {
    width: 100%;
    text-align: center;
}

.agency-details-section-area .agency-details-right .nmbr-boxarea .header-btn1 img {
    height: 16px;
    width: 16px;
    filter: brightness(0) invert(1);
    margin: 0 6px 0 0;
}

.team-agent-section-area {
    position: relative;
}

.team-agent-section-area .team-author-area {
    margin-bottom: 30px;
}

.team-agent-section-area .team-author-area .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-agent-section-area .team-author-area .content p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    opacity: 0.8;
}

.team-agent-section-area .team-author-area .content a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.team-single-area .team-author-details {
    background: #F9F9F9;
    border-radius: 8px;
}

.team-single-area .team-author-details .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 767px) {
    .team-single-area .team-author-details .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-single-area .team-author-details .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

.team-single-area .team-author-details .details-content-area {
    position: relative;
    padding: 32px 50px;
}

@media (max-width: 767px) {
    .team-single-area .team-author-details .details-content-area {
        padding: 20px;
    }
}

.team-single-area .team-author-details .details-content-area a.name {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team-single-area .team-author-details .details-content-area ul.ratings li {
    display: inline-block;
    color: #F7CF5C;
}

.team-single-area .team-author-details .details-content-area ul.ratings li:last-child {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
}

.team-single-area .team-author-details .details-content-area ul.list li {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .team-single-area .team-author-details .details-content-area ul.list li {
        display: block;
    }
}

.team-single-area .team-author-details .details-content-area ul.list li .total {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.team-single-area .team-author-details .details-content-area ul.list li .nmbr {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team-single-area .team-author-details .details-content-area ul.list li:nth-child(1) .nmbr {
    padding-left: 28px;
}

.team-single-area .team-author-details .details-content-area ul.list li:nth-child(2) .nmbr {
    padding-left: 51px;
}

.team-single-area .team-author-details .details-content-area ul.list li:nth-child(3) .nmbr {
    padding-left: 38px;
}

@media (max-width: 767px) {
    .team-single-area .team-author-details .details-content-area ul.list li:nth-child(3) .nmbr {
        padding: 0;
        margin-top: 16px;
    }
}

.team-single-area .team-author-details .details-content-area ul.list li:nth-child(4) .nmbr {
    padding-left: 58px;
}

@media (max-width: 767px) {
    .team-single-area .team-author-details .details-content-area ul.list li:nth-child(4) .nmbr {
        padding: 0;
        margin-top: 16px;
    }
}

.team-single-area .team-author-details .details-content-area ul.social li {
    display: inline-block;
}

.team-single-area .team-author-details .details-content-area ul.social li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-5);
    border: 1px solid var(--ztc-text-text-5);
    font-size: 20px;
    margin: 0 6px 0 0;
}

.team-single-area .team-author-details .details-content-area ul.social li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-bg-bg-2);
}

.agent-details-box-area .about-details-boxarea {
    background: #F9F9F9;
    border-radius: 8px;
    position: relative;
    padding: 24px;
}

.agent-details-box-area .about-details-boxarea h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
}

.agent-details-box-area .about-details-boxarea h4 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.agent-details-box-area .about-details-boxarea .details-tabs ul {
    margin-bottom: 32px;
}

.agent-details-box-area .about-details-boxarea .details-tabs ul li button {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .agent-details-box-area .about-details-boxarea .details-tabs ul li button {
        margin-bottom: 10px;
    }
}

.agent-details-box-area .about-details-boxarea .details-tabs ul li button.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.agent-details-box-area .about-details-boxarea .details-tabs .tab-content .tab-pane .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
    margin-bottom: 10px;
}

.agent-details-box-area .agent-contact-boxarea {
    background: #F9F9F9;
    position: relative;
    border-radius: 8px;
    padding: 24px;
}

@media (max-width: 767px) {
    .agent-details-box-area .agent-contact-boxarea {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .agent-details-box-area .agent-contact-boxarea {
        margin-top: 30px;
    }
}

.agent-details-box-area .agent-contact-boxarea h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
}

.agent-details-box-area .agent-contact-boxarea ul li {
    margin-top: 24px;
}

.agent-details-box-area .agent-contact-boxarea ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

.agent-details-box-area .agent-contact-boxarea ul li a img {
    margin: 0 8px 0 0;
}

.agent-details-box-area .agent-contact-boxarea .input-area {
    margin-top: 20px;
}

.agent-details-box-area .agent-contact-boxarea .input-area input {
    background: #EAEBEB;
    border-radius: 8px;
    padding: 16px 12px;
    height: 50px;
    width: 100%;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agent-details-box-area .agent-contact-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agent-details-box-area .agent-contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agent-details-box-area .agent-contact-boxarea .input-area textarea {
    background: #EAEBEB;
    border-radius: 8px;
    padding: 16px 12px;
    height: 180px;
    width: 100%;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agent-details-box-area .agent-contact-boxarea .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agent-details-box-area .agent-contact-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.agent-details-box-area .agent-contact-boxarea .input-area button {
    border: none;
    outline: none;
    transition: all 0.4s;
}


/*============= TEAM CSS AREA STARTS ===============*/


/*============= FAQ CSS AREA ===============*/

.faq-section-area .faq-header-area .btn-area1 .header-btn1 {
    margin-top: 32px;
}

.faq-section-area .faq-header-area .btn-area1 .header-btn1.btn2 {
    margin-left: 18px;
    margin-top: 32px;
    background: var(--ztc-text-text-3);
}

.faq-section-area .accordian-area .accordion .accordion-item {
    border: none;
    background: var(--ztc-text-text-2);
    border-radius: 10px;
    transition: all 0.4s;
}

.faq-section-area .accordian-area .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: none !important;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.faq-section-area .accordian-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    visibility: hidden;
    opacity: 0;
}

.faq-section-area .accordian-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-section-area .accordian-area .accordion .accordion-item button {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    box-shadow: none;
    padding: 0;
    border-radius: 8px;
    background: var(--Home-2-BG, #EAEBEB);
    padding: 24px;
    transition: all 0.4s;
}

.faq-section-area .accordian-area .accordion .accordion-item button::after {
    filter: brightness(0);
    position: absolute;
    right: 24px;
    height: 2px;
    width: 14px;
    display: inline-block;
    background: var(--ztc-text-text-3);
    top: 35px;
}

.faq-section-area .accordian-area .accordion .accordion-item button::before {
    filter: brightness(0);
    position: absolute;
    right: 24px;
    height: 2px;
    width: 14px;
    display: inline-block;
    background: var(--ztc-text-text-3);
    top: 35px;
    transform: rotate(90deg);
    content: "";
}

.faq-section-area .accordian-area .accordion .accordion-item .accordion-body {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    padding: 0 24px 24px 24px;
    opacity: 80%;
}


/*============= FAQ CSS AREA ===============*/


/*============= CONTACT CSS AREA ===============*/

.contact1-section-area {
    background: var(--ztc-bg-bg-3);
}

.contact1-section-area .contact-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .contact1-section-area .contact-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact1-section-area .contact-header {
        margin-bottom: 30px;
    }
}

.contact1-section-area .contact-author-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .contact1-section-area .contact-author-boxarea {
        padding: 30px;
    }
}

.contact1-section-area .contact-author-boxarea h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    margin-bottom: 8px;
    transition: all 0.4s;
    display: inline-block;
}

.contact1-section-area .contact-author-boxarea .contact-input-area {
    margin-top: 24px;
}

.contact1-section-area .contact-author-boxarea .contact-input-area .nice-select {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    width: 100%;
    height: 50px;
    border: 1px solid #EAEBEB;
    border-radius: 8px;
    line-height: 49px !important;
}

.contact1-section-area .contact-author-boxarea .contact-input-area .nice-select::after {
    height: 7px;
    width: 7px;
    filter: brightness(0);
}

.contact1-section-area .contact-author-boxarea .contact-input-area .nice-select ul {
    width: 100%;
}

.contact1-section-area .contact-author-boxarea .contact-input-area input {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    width: 100%;
    height: 50px;
    border: 1px solid #EAEBEB;
    border-radius: 8px;
    line-height: 49px !important;
    padding: 16px;
}

.contact1-section-area .contact-author-boxarea .contact-input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-author-boxarea .contact-input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-author-boxarea .contact-input-area button {
    width: 100%;
    border: none;
    outline: none;
}

.contact-inner-section-area {
    position: relative;
    z-index: 1;
}

.contact-inner-section-area .contact-inner-header {
    padding: 0 70px 0 0;
}

@media (max-width: 767px) {
    .contact-inner-section-area .contact-inner-header {
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inner-section-area .contact-inner-header {
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

.contact-inner-section-area .contact-inner-header ul li {
    margin-top: 24px;
}

.contact-inner-section-area .contact-inner-header ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

.contact-inner-section-area .contact-inner-header ul li a img {
    margin: 0 8px 0 0;
}

.contact-inner-section-area .blog-contact-boxarea {
    background: #F9F9F9;
    position: relative;
    border-radius: 8px;
    padding: 32px;
}

.contact-inner-section-area .blog-contact-boxarea h3 {
    font-size: var(--ztc-font-size-font-s24);
}

.contact-inner-section-area .blog-contact-boxarea .input-area {
    margin-top: 20px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area input {
    width: 100%;
    border-radius: 8px;
    background: #EAEBEB;
    padding: 20px 16px;
    height: 56px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area textarea {
    width: 100%;
    border-radius: 8px;
    background: #EAEBEB;
    padding: 20px 16px;
    height: 140px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.contact-inner-section-area .blog-contact-boxarea .input-area button {
    border: none;
    outline: none;
}

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


/*============= CONTACT CSS AREA ENDS===============*/


/*============= CTA CSS AREA ===============*/

.cta1-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/cta-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta-header {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta1-section-area .cta-header {
        text-align: center;
    }
}

.cta1-section-area .cta-btn-area {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta-btn-area {
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta1-section-area .cta-btn-area {
        text-align: center;
        margin-top: 30px;
    }
}

.cta1-section-area .cta-btn-area .header-btn1 {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-3);
}

.cta1-section-area .cta-btn-area .header-btn1 img {
    filter: brightness(0);
}

.cta1-section-area .cta-btn-area .header-btn1:hover {
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.cta1-section-area .cta-btn-area .header-btn1:hover img {
    transition: all 0.4s;
    filter: none;
}

.cta1-section-area .cta-btn-area .header-btn1.btn1 {
    background: none;
    border: 1px solid var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-1);
    margin-left: 16px;
}

.cta1-section-area .cta-btn-area .header-btn1.btn1 img {
    filter: brightness(0) invert(1);
}

.cta1-section-area .cta-btn-area .header-btn1.btn1:hover {
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-2);
}

.cta2-section-area {
    position: relative;
    margin-bottom: 130px;
    z-index: 1;
}

.cta2-section-area .images img {
    height: 310px !important;
    width: 100% !important;
}

@media (max-width: 767px) {
    .cta2-section-area .images img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .images img {
        height: 100% !important;
        width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.cta2-section-area .cta-content-area {
    background: var(--ztc-bg-bg-4);
    padding: 32px 50px;
    position: relative;
}

@media (max-width: 767px) {
    .cta2-section-area .cta-content-area {
        height: auto;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .cta-content-area {
        height: auto;
        margin-top: 30px;
        text-align: center;
    }
}

.cta2-section-area .cta-content-area .btn-area1 .header-btn2 {
    background: var(--ztc-text-text-7);
    color: var(--ztc-text-text-1);
}

.cta3-section-area {
    position: relative;
    margin-bottom: 130px;
    z-index: 1;
}

.cta3-section-area .cta-bg-area {
    background: var(--ztc-bg-bg-6);
    border-radius: 8px;
    padding: 100px 80px;
}

@media (max-width: 767px) {
    .cta3-section-area .cta-bg-area {
        padding: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3-section-area .cta-bg-area {
        padding: 40px;
        text-align: center;
    }
}

.cta3-section-area .cta-bg-area .cta-btn-area {
    text-align: end;
}

@media (max-width: 767px) {
    .cta3-section-area .cta-bg-area .cta-btn-area {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3-section-area .cta-bg-area .cta-btn-area {
        margin-top: 30px;
        text-align: center;
    }
}

.cta3-section-area .cta-bg-area .cta-btn-area .header-btn3 {
    background: var(--ztc-text-text-1);
    color: var(--ztc-bg-bg-6);
    display: inline-block;
}

.cta3-section-area .cta-bg-area .cta-btn-area .header-btn3:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.cta3-section-area .cta-bg-area .cta-btn-area .header-btn3:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.cta3-section-area .cta-bg-area .cta-btn-area .header-btn3.btn {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    margin-left: 16px;
}

.cta3-section-area .cta-bg-area .cta-btn-area .header-btn3.btn:hover {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
}

.cta3-section-area .cta-bg-area .cta-btn-area .header-btn3.btn:hover img {
    filter: brightness(0);
}


/*============= CTA CSS AREA ENDS===============*/


/*============= TESTIMONIAL CSS AREA ===============*/

.testimonial1-section-area {
    background: var(--ztc-bg-bg-3);
}

.testimonial1-section-area .testimonia-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonial1-section-area .testimonia-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial1-section-area .testimonia-header {
        margin-bottom: 30px;
    }
}

.testimonial1-section-area .testimonial-sliders {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    position: relative;
}

.testimonial1-section-area .testimonial-sliders .slick-dots {
    display: flex;
    margin: 0;
    list-style-type: none;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .testimonial1-section-area .testimonial-sliders .slick-dots {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial1-section-area .testimonial-sliders .slick-dots {
        display: none !important;
    }
}

.testimonial1-section-area .testimonial-sliders .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    margin: 0 20px 0 0;
    border-radius: 100%;
    background-color: #CCD7D9;
    text-indent: -9999px;
    position: relative;
    z-index: 3;
}

.testimonial1-section-area .testimonial-sliders .slick-dots button::after {
    height: 28px;
    width: 28px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-2);
    position: absolute;
    content: "";
    top: -8px;
    left: -8px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.testimonial1-section-area .testimonial-sliders .slick-dots li.slick-active button {
    background: var(--ztc-text-text-2);
}

.testimonial1-section-area .testimonial-sliders .slick-dots li.slick-active button::after {
    visibility: visible;
    opacity: 1;
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    position: absolute;
    right: -100px;
    top: 37%;
}

@media (max-width: 767px) {
    .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    border: none;
    height: 52px;
    width: 52px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 8px;
    background: #CCD7D9;
    margin: 12px 0;
}

@media (max-width: 767px) {
    .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
        margin: 0 10px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
        margin: 0 10px 0 0;
    }
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows button:hover {
    background: var(--ztc-text-text-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.testimonial1-section-area .testimonial-sliders .teimonial-slider-nav-area .testimonial-slider-img img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea {
        margin-top: 30px;
    }
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea h4 {
    color: var(--ztc-text-text-3);
    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-bottom: 16px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .img1 img {
    height: 80px;
    width: 80px;
    border-radius: 8px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .content {
    margin-left: 16px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .content a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    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;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .content a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.testimonial2-section-area {
    position: relative;
    z-index: 1;
    background: #1b4597;
    overflow: hidden;
}

.testimonial2-section-area .header-bg1 {
    position: absolute;
    bottom: 0;
}

.testimonial2-section-area .image-anime {
    position: absolute;
    top: 0;
    left: 44%;
}

@media (max-width: 767px) {
    .testimonial2-section-area .image-anime {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .image-anime {
        display: none;
    }
}

.testimonial2-section-area .image-anime img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial2-section-area .testimonial-header {
    position: relative;
}

.testimonial2-section-area .testimonial-header h2 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
    display: inline-block;
}

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-header h2 {
        font-size: var(--ztc-font-size-font-s30);
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-header h2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-header {
        text-align: center;
    }
}

.testimonial2-section-area .testimonial-boxes-area {
    position: relative;
    z-index: 2;
}

.testimonial2-section-area .testimonial-boxes-area .owl-nav {
    position: absolute;
    right: -80px;
    top: 35%;
}

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-boxes-area .owl-nav {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-boxes-area .owl-nav {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        margin-top: 30px;
    }
}

.testimonial2-section-area .testimonial-boxes-area .owl-nav .owl-prev {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-boxes-area .owl-nav .owl-prev {
        margin: 0 16px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-boxes-area .owl-nav .owl-prev {
        margin: 0 16px 0 0;
    }
}

.testimonial2-section-area .testimonial-boxes-area .owl-nav button {
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 52px;
    display: block;
    transition: all 0.4s;
    background: #727643;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-boxes-area .owl-nav button {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-boxes-area .owl-nav button {
        display: inline-block;
    }
}

.testimonial2-section-area .testimonial-boxes-area .owl-nav button:hover {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    color: var(--ztc-text-text-7);
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea {
    background: var(--ztc-bg-bg-1);
    position: relative;
    padding: 24px;
}

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea {
        margin-top: 30px;
    }
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea .img2 img {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea h4 {
    color: var(--ztc-text-text-7);
    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-bottom: 16px;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea .author-content {
    display: flex;
    align-items: center;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea .author-content .img1 img {
    height: 80px;
    width: 80px;
    border-radius: 0;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea .author-content .content {
    margin-left: 16px;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea .author-content .content a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    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;
}

.testimonial2-section-area .testimonial-boxes-area .testemonial-boxarea .author-content .content a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.testimonial3-section-area {
    position: relative;
    z-index: 1;
}

.testimonial3-section-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-6);
    z-index: -1;
}

.testimonial3-section-area .header-bg3 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    z-index: 1;
    opacity: 0.1;
}

.testimonial3-section-area .testimonial-header-area {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-header-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-section-area .testimonial-header-area {
        margin-bottom: 30px;
    }
}

.testimonial3-section-area .single-testimonial {
    cursor: move;
    margin-top: 32px;
}

.testimonial3-section-area .single-testimonial h5 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 34px;
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .testimonial3-section-area .single-testimonial h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial3-section-area .author {
    text-align: center;
    margin-top: 40px;
}

.testimonial3-section-area .author a {
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-semibold);
    font-family: var(--ztc-family-font1);
}

@media (max-width: 767px) {
    .testimonial3-section-area .author a {
        font-size: var(--ztc-font-size-font-s18);
        line-height: var(--ztc-font-size-font-s28);
    }
}

.testimonial3-section-area .author p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    text-align: center;
    opacity: 0.8;
    font-family: var(--ztc-family-font2);
    margin-bottom: 0;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .testimonial3-section-area .author p {
        font-size: 14px;
    }
}

.testimonial3-section-area .testimonial-nav {
    width: 536px;
    margin: 0 auto;
    padding-left: 25px;
    height: 70px;
}

@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-nav {
        padding-left: 0;
    }
}

.testimonial3-section-area .testimonial-sliders {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-arrows {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-section-area .testimonial-arrows {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

.testimonial3-section-area .testimonial-arrows>div {
    position: absolute;
    top: 40%;
    left: -120px;
}

@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-arrows>div {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-section-area .testimonial-arrows>div {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
    }
}

.testimonial3-section-area .testimonial-arrows .slick-arrow button {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: none;
    border-radius: 8px;
    transition: all 0.3s;
    border: none;
    color: var(--ztc-text-text-10);
    background: #89A5F2;
}

.testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
    left: auto;
    right: -120px;
}

@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
        right: -6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
        right: -6px;
    }
}

.testimonial3-section-area .testimonial-arrows .slick-arrow button:hover {
    transition: all 0.3s;
    background-color: var(--ztc-text-text-10);
    color: var(--ztc-bg-bg-1);
}

.testimonial3-section-area .testimonial-arrows .slick-arrow button:hover i {
    color: var(--ztc-bg-bg-1);
}

.testimonial3-section-area .single-testimonial-nav.slick-slide {
    visibility: hidden;
    height: 80px !important;
    width: 80px !important;
}

.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
    visibility: visible;
}

.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active {
    opacity: 0.6;
    transition: all 0.1s;
}

.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
    opacity: 1;
    transition: all 0.1s;
    margin: 0px 8px;
}

.testimonial3-section-area .single-testimonial-nav.slick-slide img {
    display: block;
    border-radius: 50%;
    transition: all 0.1s;
    transform: scale(0.8);
    height: 80px;
    width: 80px !important;
    width: auto;
    margin: 0 auto;
}

.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-center img {
    transition: all 0.1s;
    transform: scale(1);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.603);
    border-radius: 50%;
}

.testimonial4-section-area {
    position: relative;
    z-index: 1;
}

.testimonial4-section-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-7);
    z-index: -1;
}

.testimonial4-section-area .header-bg3 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    z-index: 1;
    opacity: 0.1;
}

.testimonial4-section-area .testimonial-header-area {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-header-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-header-area {
        margin-bottom: 30px;
    }
}

.testimonial4-section-area .single-testimonial {
    cursor: move;
    margin-top: 32px;
}

.testimonial4-section-area .single-testimonial h5 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 34px;
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .testimonial4-section-area .single-testimonial h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial4-section-area .author {
    text-align: center;
    margin-top: 40px;
}

.testimonial4-section-area .author a {
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-semibold);
    font-family: var(--ztc-family-font1);
}

@media (max-width: 767px) {
    .testimonial4-section-area .author a {
        font-size: var(--ztc-font-size-font-s18);
        line-height: var(--ztc-font-size-font-s28);
    }
}

.testimonial4-section-area .author p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    text-align: center;
    opacity: 0.8;
    font-family: var(--ztc-family-font2);
    margin-bottom: 0;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .testimonial4-section-area .author p {
        font-size: 14px;
    }
}

.testimonial4-section-area .testimonial-nav {
    width: 536px;
    margin: 0 auto;
    padding-left: 25px;
    height: 70px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-nav {
        padding-left: 0;
    }
}

.testimonial4-section-area .testimonial-sliders {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-arrows {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-arrows {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

.testimonial4-section-area .testimonial-arrows>div {
    position: absolute;
    top: 40%;
    left: -120px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-arrows>div {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-arrows>div {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
    }
}

.testimonial4-section-area .testimonial-arrows .slick-arrow button {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: none;
    border-radius: 8px;
    transition: all 0.3s;
    border: none;
    color: var(--ztc-text-text-10);
    background: #95CEC7;
}

.testimonial4-section-area .testimonial-arrows .testimonial-next-arrow {
    left: auto;
    right: -120px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-arrows .testimonial-next-arrow {
        right: -6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-arrows .testimonial-next-arrow {
        right: -6px;
    }
}

.testimonial4-section-area .testimonial-arrows .slick-arrow button:hover {
    transition: all 0.3s;
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-bg-bg-1);
}

.testimonial4-section-area .testimonial-arrows .slick-arrow button:hover i {
    color: var(--ztc-bg-bg-1);
}

.testimonial4-section-area .single-testimonial-nav.slick-slide {
    visibility: hidden;
    height: 80px !important;
    width: 80px !important;
}

.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
    visibility: visible;
}

.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active {
    opacity: 0.6;
    transition: all 0.1s;
}

.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
    opacity: 1;
    transition: all 0.1s;
    margin: 0px 8px;
}

.testimonial4-section-area .single-testimonial-nav.slick-slide img {
    display: block;
    border-radius: 50%;
    transition: all 0.1s;
    transform: scale(0.8);
    height: 80px;
    width: 80px !important;
    width: auto;
    margin: 0 auto;
}

.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-center img {
    transition: all 0.1s;
    transform: scale(1);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.603);
    border-radius: 50%;
}

.testimonial5-section-area {
    background: var(--ztc-bg-bg-8);
}

.testimonial5-section-area .testimonia-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonial5-section-area .testimonia-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial5-section-area .testimonia-header {
        margin-bottom: 30px;
    }
}

.testimonial5-section-area .testimonial-sliders {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    position: relative;
}

.testimonial5-section-area .testimonial-sliders .slick-dots {
    display: flex;
    margin: 0;
    list-style-type: none;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .testimonial5-section-area .testimonial-sliders .slick-dots {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial5-section-area .testimonial-sliders .slick-dots {
        display: none !important;
    }
}

.testimonial5-section-area .testimonial-sliders .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    margin: 0 20px 0 0;
    border-radius: 100%;
    background-color: #CBD3E2;
    text-indent: -9999px;
    position: relative;
    z-index: 3;
}

.testimonial5-section-area .testimonial-sliders .slick-dots button::after {
    height: 28px;
    width: 28px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-13);
    position: absolute;
    content: "";
    top: -8px;
    left: -8px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.testimonial5-section-area .testimonial-sliders .slick-dots li.slick-active button {
    background: var(--ztc-text-text-13);
}

.testimonial5-section-area .testimonial-sliders .slick-dots li.slick-active button::after {
    visibility: visible;
    opacity: 1;
}

.testimonial5-section-area .testimonial-sliders .testimonial-arrows {
    position: absolute;
    right: -100px;
    top: 37%;
}

@media (max-width: 767px) {
    .testimonial5-section-area .testimonial-sliders .testimonial-arrows {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial5-section-area .testimonial-sliders .testimonial-arrows {
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}

.testimonial5-section-area .testimonial-sliders .testimonial-arrows button {
    border: none;
    height: 52px;
    width: 52px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50px;
    background: #CBD3E2;
    margin: 12px 0;
}

@media (max-width: 767px) {
    .testimonial5-section-area .testimonial-sliders .testimonial-arrows button {
        margin: 0 10px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial5-section-area .testimonial-sliders .testimonial-arrows button {
        margin: 0 10px 0 0;
    }
}

.testimonial5-section-area .testimonial-sliders .testimonial-arrows button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.testimonial5-section-area .testimonial-sliders .teimonial-slider-nav-area .testimonial-slider-img img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea {
        margin-top: 30px;
    }
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea h4 {
    color: var(--ztc-text-text-10);
    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-bottom: 16px;
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .img1 img {
    height: 80px;
    width: 80px;
    border-radius: 8px;
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .content {
    margin-left: 16px;
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .content a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    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;
}

.testimonial5-section-area .testimonial-sliders .testimonial-content-slider .testemonial-boxarea .author-content .content a:hover {
    color: var(--ztc-text-text-13);
    transition: all 0.4s;
}


/*============= TESTIMONIAL CSS AREA ENDS ===============*/


/*============= MISSION CSS AREA ENDS ===============*/

@media (max-width: 767px) {
    .mission-section-area .mission-author-area .mission-content {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mission-section-area .mission-author-area .mission-content {
        text-align: center;
    }
}

.mission-section-area .mission-author-area .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}


/*============= MISSION CSS AREA ENDS ===============*/


/*============= LOCATION CSS AREA ===============*/

.location1-section-area .location-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .location1-section-area .location-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location1-section-area .location-header {
        margin-bottom: 30px;
    }
}

.location1-section-area .location-images-area.active .img1 {
    visibility: visible;
}

.location1-section-area .location-images-area.active .img1::after {
    visibility: visible;
    opacity: 0.7;
    transform: scale(1);
}

.location1-section-area .location-images-area.active .content-area {
    bottom: 0;
}

.location1-section-area .location-images-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location1-section-area .location-images-area:hover .img1:after {
    right: 0;
    left: 0;
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}

.location1-section-area .location-images-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.location1-section-area .location-images-area:hover .content-area {
    left: 0;
    transition: all 0.8s;
    bottom: 0;
}

.location1-section-area .location-images-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location1-section-area .location-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    border-radius: 8px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.location1-section-area .location-images-area .img1 img {
    height: 310px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.location1-section-area .location-images-area .content-area {
    position: absolute;
    bottom: -200px;
    z-index: 2;
    padding: 20px;
    left: 0;
    transition: all 0.8s;
}

.location1-section-area .location-images-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.location1-section-area .location-images-area .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.location1-section-area .location-images-area .content-area .readmore {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    margin-top: 16px;
}

.location1-section-area .location-images-area .content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.location2-section-area .location-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .location2-section-area .location-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location2-section-area .location-header {
        margin-bottom: 30px;
    }
}

.location2-section-area .location-images-area.active .img1 {
    visibility: visible;
}

.location2-section-area .location-images-area.active .img1::after {
    visibility: visible;
    opacity: 0.7;
    transform: scale(1);
}

.location2-section-area .location-images-area.active .content-area {
    bottom: 0;
}

.location2-section-area .location-images-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px;
}

.location2-section-area .location-images-area:hover .img1:after {
    right: 0;
    left: 0;
    transition: all 0.4s;
    border-radius: 0;
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}

.location2-section-area .location-images-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
    border-radius: 0;
}

.location2-section-area .location-images-area:hover .content-area {
    left: 0;
    transition: all 0.8s;
    bottom: 0;
}

.location2-section-area .location-images-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px;
}

.location2-section-area .location-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: var(--ztc-text-text-6);
    transition: all 0.4s;
    border-radius: 0;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.location2-section-area .location-images-area .img1 img {
    height: 310px;
    width: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.location2-section-area .location-images-area .content-area {
    position: absolute;
    bottom: -200px;
    z-index: 2;
    padding: 20px;
    left: 0;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.location2-section-area .location-images-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.location2-section-area .location-images-area .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.location3-section-area .location-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .location3-section-area .location-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location3-section-area .location-header {
        margin-bottom: 30px;
    }
}

.location3-section-area .location-slider-area .location-images-area.active .img1 {
    visibility: visible;
}

.location3-section-area .location-slider-area .location-images-area.active .img1::after {
    visibility: visible;
    opacity: 0.7;
    transform: scale(1);
}

.location3-section-area .location-slider-area .location-images-area.active .content-area {
    bottom: 0;
}

.location3-section-area .location-slider-area.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.location3-section-area .location-slider-area .location-images-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location3-section-area .location-slider-area .location-images-area:hover .img1:after {
    right: 0;
    left: 0;
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}

.location3-section-area .location-slider-area .location-images-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.location3-section-area .location-slider-area .location-images-area:hover .content-area {
    left: 0;
    transition: all 0.8s;
    bottom: 0;
}

.location3-section-area .location-slider-area .location-images-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location3-section-area .location-slider-area .location-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    border-radius: 8px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.location3-section-area .location-slider-area .location-images-area .img1 img {
    height: 310px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.location3-section-area .location-slider-area .location-images-area .content-area {
    position: absolute;
    bottom: -200px;
    z-index: 2;
    padding: 20px;
    left: 0;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.location3-section-area .location-slider-area .location-images-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.location3-section-area .location-slider-area .location-images-area .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.location3-section-area .location-slider-area .location-images-area .content-area .arrow {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background: var(--ztc-text-text-9);
    transition: all 0.4s;
}

.location3-section-area .location-slider-area .location-images-area .content-area .arrow:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}

.location3-section-area .location-slider-area .location-images-area .content-area .arrow:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.location3-section-area .location-slider-area .location-images-area .content-area .arrow i {
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.location4-section-area .location-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .location4-section-area .location-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location4-section-area .location-header {
        margin-bottom: 30px;
    }
}

.location4-section-area .location-images-area.active .img1 {
    visibility: visible;
}

.location4-section-area .location-images-area.active .img1::after {
    visibility: visible;
    opacity: 0.7;
    transform: scale(1);
}

.location4-section-area .location-images-area.active .content-area {
    bottom: 0;
}

.location4-section-area .location-images-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location4-section-area .location-images-area:hover .img1:after {
    right: 0;
    left: 0;
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}

.location4-section-area .location-images-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.location4-section-area .location-images-area:hover .content-area {
    left: 0;
    transition: all 0.8s;
    bottom: 0;
}

.location4-section-area .location-images-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location4-section-area .location-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: var(--ztc-text-text-12);
    transition: all 0.4s;
    border-radius: 8px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.location4-section-area .location-images-area .img1 img {
    height: 310px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.location4-section-area .location-images-area .content-area {
    position: absolute;
    bottom: -200px;
    z-index: 2;
    padding: 20px;
    left: 0;
    transition: all 0.8s;
}

.location4-section-area .location-images-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.location4-section-area .location-images-area .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.location4-section-area .location-images-area .content-area .readmore {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    margin-top: 16px;
}

.location4-section-area .location-images-area .content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.location5-section-area .location-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .location5-section-area .location-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location5-section-area .location-header {
        margin-bottom: 30px;
    }
}

.location5-section-area .location-images-area.active .img1 {
    visibility: visible;
}

.location5-section-area .location-images-area.active .img1::after {
    visibility: visible;
    opacity: 0.7;
    transform: scale(1);
}

.location5-section-area .location-images-area.active .content-area {
    bottom: 0;
}

.location5-section-area .location-images-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location5-section-area .location-images-area:hover .img1:after {
    right: 0;
    left: 0;
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}

.location5-section-area .location-images-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.location5-section-area .location-images-area:hover .content-area {
    left: 0;
    transition: all 0.8s;
    bottom: 0;
}

.location5-section-area .location-images-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.location5-section-area .location-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    border-radius: 8px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.location5-section-area .location-images-area .img1 img {
    height: 310px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.location5-section-area .location-images-area .content-area {
    position: absolute;
    bottom: -200px;
    z-index: 2;
    padding: 20px;
    left: 0;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.location5-section-area .location-images-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.location5-section-area .location-images-area .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.location5-section-area .location-images-area .content-area .arrow {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background: var(--ztc-text-text-13);
    transition: all 0.4s;
}

.location5-section-area .location-images-area .content-area .arrow:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.location5-section-area .location-images-area .content-area .arrow:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.location5-section-area .location-images-area .content-area .arrow i {
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
    transition: all 0.4s;
}


/*============= LOCATION CSS AREA ===============*/


/*============= PROPERTIES CSS AREA ===============*/

.properties1-section-area {
    position: relative;
    background: var(--ztc-bg-bg-3);
}

.properties1-section-area .property-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .properties1-section-area .property-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties1-section-area .property-header {
        margin-bottom: 30px;
    }
}

.properties1-section-area .property-slider-area.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.properties1-section-area .property-slider-area .owl-item.active .property-boxarea .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.8s;
    margin-top: -230px;
    margin-left: -30px;
}

@media (max-width: 767px) {
    .properties1-section-area .property-slider-area .owl-item.active .property-boxarea .content-area {
        margin-top: 30px;
        margin-left: 0;
    }
}

.properties1-section-area .property-slider-area .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.properties1-section-area .property-slider-area .owl-dots button {
    height: 12px;
    width: 12px;
    background: #CCD7D9;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.properties1-section-area .property-slider-area .owl-dots button::after {
    height: 28px;
    width: 28px;
    display: inline-block;
    border: 1px solid var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    visibility: hidden;
    opacity: 0;
}

.properties1-section-area .property-slider-area .owl-dots button.active {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.properties1-section-area .property-slider-area .owl-dots button.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.properties1-section-area .property-slider-area .property-boxarea {
    position: relative;
    border-radius: 8px;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .properties1-section-area .property-slider-area .property-boxarea {
        margin: 0;
    }
}

.properties1-section-area .property-slider-area .property-boxarea:hover .img1 img {
    transform: scale(1.1);
}

.properties1-section-area .property-slider-area .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.properties1-section-area .property-slider-area .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area {
    background: var(--ztc-bg-bg-2);
    position: relative;
    border-radius: 8px;
    display: inline-block;
    padding: 32px;
    margin-top: -230px;
    margin-left: 100px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s;
}

@media (max-width: 767px) {
    .properties1-section-area .property-slider-area .property-boxarea .content-area {
        visibility: visible;
        opacity: 1;
        margin-top: 30px;
        margin-left: 0;
    }
}

.properties1-section-area .property-slider-area .property-boxarea .content-area h2 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    opacity: 0.8;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area ul li a img {
    margin: 0 6px 0 0;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 0.8;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area .header-btn1 {
    margin-top: 24px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-2);
}

.properties1-section-area .property-slider-area .property-boxarea .content-area .header-btn1 img {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.properties1-section-area .property-slider-area .property-boxarea .content-area .header-btn1:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
}

.properties1-section-area .property-slider-area .property-boxarea .content-area .header-btn1:hover img {
    filter: brightness(0) invert(1);
}

.properties2-section-area {
    background: var(--ztc-bg-bg-3);
}

.properties2-section-area .property-header {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .properties2-section-area .property-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties2-section-area .property-header {
        margin-bottom: 30px;
    }
}

.properties2-section-area .nav.nav-pills {
    justify-content: center;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .properties2-section-area .nav.nav-pills {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties2-section-area .nav.nav-pills {
        margin-bottom: 30px;
    }
}

.properties2-section-area .nav.nav-pills li button {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
    transition: all 0.4s;
    padding: 16px;
    background: var(--ztc-bg-bg-1);
    margin: 0 20px 0 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .properties2-section-area .nav.nav-pills li button {
        margin-bottom: 10px;
    }
}

.properties2-section-area .nav.nav-pills li button.active {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane {
    transform: translateY(100px);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane.fade.show.active {
    transform: translateY(0);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea:hover .sell-point .sell {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea:hover .content-area .price-area .header-btn2 {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
    border-radius: 0;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-6);
    opacity: 0.7;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 0;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-6);
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .sell-point .sell:hover {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area {
    padding: 24px 16px;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .properties2-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties2-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area a.header-btn2 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-7);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.properties2-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area a.header-btn2:hover {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.properties3-section-area {
    position: relative;
    background: var(--ztc-bg-bg-3);
}

.properties3-section-area .property-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .properties3-section-area .property-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties3-section-area .property-header {
        margin-bottom: 30px;
    }
}

.properties3-section-area .property-slider-area.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.properties3-section-area .property-slider-area .owl-item.active .property-boxarea .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.8s;
    margin-top: -230px;
    margin-left: -30px;
}

@media (max-width: 767px) {
    .properties3-section-area .property-slider-area .owl-item.active .property-boxarea .content-area {
        margin-top: 30px;
        margin-left: 0;
    }
}

.properties3-section-area .property-slider-area .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.properties3-section-area .property-slider-area .owl-dots button {
    height: 12px;
    width: 12px;
    background: #C7D3F3;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.properties3-section-area .property-slider-area .owl-dots button::after {
    height: 28px;
    width: 28px;
    display: inline-block;
    border: 1px solid var(--ztc-bg-bg-6);
    transition: all 0.4s;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    visibility: hidden;
    opacity: 0;
}

.properties3-section-area .property-slider-area .owl-dots button.active {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
}

.properties3-section-area .property-slider-area .owl-dots button.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.properties3-section-area .property-slider-area .property-boxarea {
    position: relative;
    border-radius: 8px;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .properties3-section-area .property-slider-area .property-boxarea {
        margin: 0;
    }
}

.properties3-section-area .property-slider-area .property-boxarea:hover .img1 img {
    transform: scale(1.1);
}

.properties3-section-area .property-slider-area .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.properties3-section-area .property-slider-area .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area {
    background: var(--ztc-bg-bg-6);
    position: relative;
    border-radius: 8px;
    display: inline-block;
    padding: 32px;
    margin-top: -230px;
    margin-left: 100px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s;
}

@media (max-width: 767px) {
    .properties3-section-area .property-slider-area .property-boxarea .content-area {
        visibility: visible;
        opacity: 1;
        margin-top: 30px;
        margin-left: 0;
    }
}

.properties3-section-area .property-slider-area .property-boxarea .content-area h2 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    opacity: 0.8;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area ul li a img {
    margin: 0 6px 0 0;
    height: 24px;
    width: 24px;
    display: inline-block;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area p {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 0.8;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area .header-btn1 {
    margin-top: 24px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-6);
}

.properties3-section-area .property-slider-area .property-boxarea .content-area .header-btn1 img {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.properties3-section-area .property-slider-area .property-boxarea .content-area .header-btn1:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
}

.properties3-section-area .property-slider-area .property-boxarea .content-area .header-btn1:hover img {
    filter: brightness(0) invert(1);
}

.properties4-section-area {
    background: var(--ztc-bg-bg-8);
}

.properties4-section-area .property-header {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .properties4-section-area .property-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties4-section-area .property-header {
        margin-bottom: 30px;
    }
}

.properties4-section-area .nav.nav-pills {
    justify-content: center;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .properties4-section-area .nav.nav-pills {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties4-section-area .nav.nav-pills {
        margin-bottom: 30px;
    }
}

.properties4-section-area .nav.nav-pills li button {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: capitalize;
    transition: all 0.4s;
    padding: 16px;
    background: var(--ztc-bg-bg-1);
    margin: 0 20px 0 0;
    border-radius: 40px;
}

@media (max-width: 767px) {
    .properties4-section-area .nav.nav-pills li button {
        margin-bottom: 10px;
    }
}

.properties4-section-area .nav.nav-pills li button.active {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane {
    transform: translateY(100px);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane.fade.show.active {
    transform: translateY(0);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
    border-radius: 8px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea:hover .sell-point .sell {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea:hover .content-area .price-area .header-btn2 {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
    border-radius: 8px 8px 0 0;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-12);
    opacity: 0.7;
    border-radius: 8px 8px 0 0;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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: 40px;
    padding: 12px 16px;
    background: var(--ztc-text-text-12);
    text-transform: capitalize;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .sell-point .sell:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area {
    padding: 24px 16px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 40px;
    text-transform: capitalize !important;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-7);
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .properties4-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties4-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area a.header-btn2 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-12);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.properties4-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area a.header-btn2:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties5-section-area {
    background: var(--ztc-bg-bg-8);
}

.properties5-section-area .property-header {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .properties5-section-area .property-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties5-section-area .property-header {
        margin-bottom: 30px;
    }
}

.properties5-section-area .nav.nav-pills {
    justify-content: center;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .properties5-section-area .nav.nav-pills {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties5-section-area .nav.nav-pills {
        margin-bottom: 30px;
    }
}

.properties5-section-area .nav.nav-pills li button {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: capitalize;
    transition: all 0.4s;
    padding: 16px;
    background: var(--ztc-bg-bg-1);
    margin: 0 20px 0 0;
    border-radius: 40px;
}

@media (max-width: 767px) {
    .properties5-section-area .nav.nav-pills li button {
        margin-bottom: 10px;
    }
}

.properties5-section-area .nav.nav-pills li button.active {
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane {
    transform: translateY(100px);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane.fade.show.active {
    transform: translateY(0);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea:hover .sell-point .sell {
    background: #F1C54B;
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea:hover .content-area .price-area .header-btn2 {
    background: #F1C54B;
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea:hover .img1 {
    border-radius: 8px 8px 0 0;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-13);
    opacity: 0.7;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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: 40px;
    padding: 12px 16px;
    background: var(--ztc-text-text-13);
    text-transform: capitalize;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .sell-point .sell:hover {
    background: #F1C54B;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area {
    padding: 24px 16px;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 40px;
    text-transform: capitalize !important;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-10);
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .properties5-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties5-section-area .tab-content .tab-pane .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area a.header-btn2 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-13);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.properties5-section-area .tab-content .tab-pane .property-boxarea .content-area .price-area a.header-btn2:hover {
    background: #F1C54B;
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.property-inner-area .search-form-area {
    position: relative;
}

.property-inner-area .search-form-area form {
    position: relative;
    width: 100%;
    border: 1px solid #EAEBEB;
    border-radius: 8px;
    padding: 22px;
    height: 68px;
}

.property-inner-area .search-form-area form input {
    width: 100%;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.property-inner-area .search-form-area form input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.property-inner-area .search-form-area form input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.property-inner-area .search-form-area form button {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
    top: 8px;
    right: 8px;
}

.property-inner-area .property-list-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .property-inner-area .property-list-area {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-inner-area .property-list-area {
        margin-top: 30px;
    }
}

.property-inner-area .property-list-area .nice-select1 {
    position: relative;
    border: 1px solid #EAEBEB;
    border-radius: 4px;
}

.property-inner-area .property-list-area .nice-select1 .location2 {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 16px;
}

.property-inner-area .property-list-area .nice-select1 .nice-select {
    width: 200px;
    height: 68px;
    line-height: 18px;
    padding: 24px 24px 24px 44px;
    position: relative;
    outline: none;
    border: none;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
}

.property-inner-area .property-list-area .nice-select1 .nice-select::after {
    height: 8px;
    width: 8px;
    filter: brightness(0);
    right: 16px;
}

.property-inner-area .property-list-area .nice-select1 .nice-select ul {
    width: 100%;
}

.property-inner-area .property-boxarea {
    position: relative;
    z-index: 1;
    background: #F9F9F9;
    transition: all 0.4s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.property-inner-area .property-boxarea:hover {
    transition: all 0.4s;
}

.property-inner-area .property-boxarea:hover .sell-point .sell {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-inner-area .property-boxarea:hover .content-area .price-area .header-btn1 {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-inner-area .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.property-inner-area .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-inner-area .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-2);
    opacity: 0.7;
}

.property-inner-area .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-inner-area .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-inner-area .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--ztc-text-text-2);
}

.property-inner-area .property-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-inner-area .property-boxarea .content-area {
    padding: 24px 16px;
}

.property-inner-area .property-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

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

.property-inner-area .property-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-inner-area .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.property-inner-area .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-inner-area .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-inner-area .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-inner-area .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.property-inner-area .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-inner-area .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-inner-area .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-inner-area .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-inner-area .property-boxarea .content-area .price-area a.header-btn1 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-2);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.property-inner-area .property-boxarea .content-area .price-area a.header-btn1:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-inner-area .pagination-area ul {
    justify-content: center;
}

.property-inner-area .pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
    display: inline-block;
    background: #F9F9F9;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    border: none;
    color: var(--ztc-text-text-3);
    font-weight: var(--ztc-weight-bold);
    margin: 0 14px 0 0;
    box-shadow: none;
}

.property-inner-area .pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.property-inner-area .pagination-area ul li a.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

.property-single-area .single-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .property-single-area .single-header {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-single-area .single-header {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
}

.property-single-area .single-header h4 {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-single-area .single-header h4 img {
    margin: 0 6px 0 0;
}

@media (max-width: 767px) {
    .property-single-area .single-header .btn-area1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-single-area .single-header .btn-area1 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .property-single-area .img1 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-single-area .img1 {
        margin-bottom: 20px;
    }
}

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

.property-single-area .images-area .img1 {
    margin-bottom: 20px;
}

.property-single-area .images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.property-single-area .property-single-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    transition: all 0.4s;
}

.property-single-area .property-single-area ul {
    margin-top: 24px;
    padding-bottom: 36px;
    border-bottom: 1px solid #EAEBEB;
}

.property-single-area .property-single-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-single-area .property-single-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-single-area .property-single-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-single-area .property-single-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.property-single-area .property-single-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-single-area .property-single-area .boxarea {
    position: relative;
    margin-top: 24px;
}

.property-single-area .property-single-area .boxarea .icons {
    position: absolute;
}

.property-single-area .property-single-area .boxarea .icons img {
    filter: brightness(0);
}

.property-single-area .property-single-area .boxarea .content {
    padding-left: 30px;
}

.property-single-area .property-single-area .boxarea .content p span {
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-3);
    display: inline-block;
}

.property-single-area .agent-single-area {
    position: sticky;
    top: 100px;
}

.property-single-area .agent-single-area .single-contact-area {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.property-single-area .agent-single-area .single-contact-area .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--ztc-text-text-2);
}

.property-single-area .agent-single-area .single-contact-area .sell:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-single-area .agent-single-area .single-contact-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    border-bottom: 1px solid #EAEBEB;
    padding-bottom: 24px;
}

.property-single-area .agent-single-area .single-contact-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-single-area .agent-single-area .single-contact-area .input-area input {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 16px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #EAEBEB;
    width: 100%;
}

.property-single-area .agent-single-area .single-contact-area .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-single-area .agent-single-area .single-contact-area .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-single-area .agent-single-area .single-contact-area .input-area button {
    outline: none;
    border: none;
    width: 100%;
    text-align: center;
}

.property-single-area .agent-single-area .agent-boxarea {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.property-single-area .agent-single-area .agent-boxarea h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    transition: all 0.4s;
}

.property-single-area .agent-single-area .agent-boxarea .left-area {
    position: relative;
    z-index: 1;
}

.property-single-area .agent-single-area .agent-boxarea .left-area .img1 {
    height: 100px;
    width: 100px;
    position: absolute;
}

.property-single-area .agent-single-area .agent-boxarea .left-area .content {
    padding-left: 120px;
}

.property-single-area .agent-single-area .agent-boxarea .left-area .content a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: block;
}

.property-single-area .agent-single-area .agent-boxarea .left-area .content a img {
    margin: 0 6px 0 0;
}

.property-location-area .location-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .property-location-area .location-header {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area .location-header {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .property-location-area .location-header .btn-area1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area .location-header .btn-area1 {
        margin-top: 30px;
    }
}

.property-location-area .featured-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
}

.property-location-area .featured-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
}

.property-location-area .featured-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.property-location-area .featured-boxarea .img1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.property-location-area .featured-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-2);
    opacity: 0.7;
}

.property-location-area .featured-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.property-location-area .featured-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-location-area .featured-boxarea .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-2);
}

.property-location-area .featured-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
}

.property-location-area .featured-boxarea .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-3);
    margin-left: 8px;
}

.property-location-area .featured-boxarea .sell-point .featured:hover {
    background: var(--ztc-text-text-2);
}

.property-location-area .featured-boxarea .content-area {
    padding: 24px 16px;
}

.property-location-area .featured-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.property-location-area .featured-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.property-location-area .featured-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-location-area .featured-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.property-location-area .featured-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-location-area .featured-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area .featured-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-location-area .featured-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-location-area .featured-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-location-area .featured-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-location-area .featured-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-location-area .featured-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-location-area .featured-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.property-location-area .featured-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.property-location-area .featured-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-location-area .featured-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-location-area .featured-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.property-location-area .property-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.property-location-area .property-boxarea:hover {
    transition: all 0.4s;
}

.property-location-area .property-boxarea:hover .sell-point .sell {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area .property-boxarea:hover .content-area .price-area .header-btn1 {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.property-location-area .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-location-area .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-2);
    opacity: 0.7;
}

.property-location-area .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-location-area .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-location-area .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--ztc-text-text-2);
}

.property-location-area .property-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area .property-boxarea .content-area {
    padding: 24px 16px;
}

.property-location-area .property-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

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

.property-location-area .property-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-location-area .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.property-location-area .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-location-area .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-location-area .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.property-location-area .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-location-area .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-location-area .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-location-area .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-location-area .property-boxarea .content-area .price-area a.header-btn1 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-2);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.property-location-area .property-boxarea .content-area .price-area a.header-btn1:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area2 .location-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .property-location-area2 .location-header {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area2 .location-header {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .property-location-area2 .location-header .btn-area1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area2 .location-header .btn-area1 {
        margin-top: 30px;
    }
}

.property-location-area2 .featured-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
}

.property-location-area2 .featured-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.property-location-area2 .featured-boxarea .img1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-2);
    opacity: 0.7;
}

.property-location-area2 .featured-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-location-area2 .featured-boxarea .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-2);
}

.property-location-area2 .featured-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
}

.property-location-area2 .featured-boxarea .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-3);
    margin-left: 12px;
}

.property-location-area2 .featured-boxarea .sell-point .featured:hover {
    background: var(--ztc-text-text-2);
}

.property-location-area2 .featured-boxarea .content-area {
    padding: 24px 16px;
}

.property-location-area2 .featured-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.property-location-area2 .featured-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-location-area2 .featured-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.property-location-area2 .featured-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-location-area2 .featured-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area2 .featured-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-location-area2 .featured-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-location-area2 .featured-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-location-area2 .featured-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-location-area2 .featured-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-location-area2 .featured-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-location-area2 .featured-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.property-location-area2 .featured-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-location-area2 .featured-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.property-location-area2 .property-boxarea {
    position: relative;
    z-index: 1;
    background: #F9F9F9;
    transition: all 0.4s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.property-location-area2 .property-boxarea:hover {
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea:hover .sell-point .sell {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea:hover .content-area .price-area .header-btn1 {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.property-location-area2 .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-location-area2 .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-2);
    opacity: 0.7;
}

.property-location-area2 .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-location-area2 .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-location-area2 .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--ztc-text-text-2);
}

.property-location-area2 .property-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea .content-area {
    padding: 24px 16px;
}

.property-location-area2 .property-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-location-area2 .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.property-location-area2 .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-location-area2 .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area2 .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-location-area2 .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.property-location-area2 .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-location-area2 .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-location-area2 .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-location-area2 .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-location-area2 .property-boxarea .content-area .price-area a.header-btn1 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-2);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.property-location-area2 .property-boxarea .content-area .price-area a.header-btn1:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-location-area2 .pagination-area ul {
    justify-content: center;
}

.property-location-area2 .pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
    display: inline-block;
    background: #F9F9F9;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    border: none;
    color: var(--ztc-text-text-3);
    font-weight: var(--ztc-weight-bold);
    margin: 0 14px 0 0;
    box-shadow: none;
}

.property-location-area2 .pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.property-location-area2 .pagination-area ul li a.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .property-location-area2 .location-header ul {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-location-area2 .location-header ul {
        justify-content: center;
    }
}

.property-location-area2 .location-header ul li button {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    outline: none;
    border: none;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 0 12px 0 0;
}

.property-location-area2 .location-header ul li button.active {
    background: var(--ztc-text-text-3);
    transition: all 0.4s;
}

.property-location-area2 .tab-content .property-boxarea {
    background: var(--ztc-bg-bg-1);
}

.property-inner-area .listing-tabs-area ul li button {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    outline: none;
    border: none;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 0 12px 0 0;
}

.property-inner-area .listing-tabs-area ul li button.active {
    background: var(--ztc-text-text-3);
    transition: all 0.4s;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .listing-input input {
    width: 100%;
    padding: 16px;
    outline: none;
    border: 1px solid #EAEBEB;
    border-radius: 8px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    height: 50px;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .listing-input input::-moz-placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .listing-input input::placeholder {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .listing-input .nice-select {
    width: 100%;
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 45px;
    height: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid #EAEBEB;
    margin-bottom: 24px;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .listing-input .nice-select::after {
    filter: brightness(0);
    height: 7px;
    width: 7px;
    right: 16px;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .listing-input .nice-select ul {
    width: 100%;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane label {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane label input {
    accent-color: var(--ztc-bg-bg-2);
    margin: 0 6px 0 0;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .btn-area1 button {
    border: none;
}

.property-inner-area .listing-tabs-area .tab-content .tab-pane .btn-area1 button:hover img {
    transform: rotateY(360deg);
    transition: all 0.4s;
}

.property-sidebar-section-area {
    position: relative;
    z-index: 1;
}

.property-sidebar-section-area .features-author-boxarea {
    background: #F9F9F9;
    border-radius: 8px;
}

.property-sidebar-section-area .features-author-boxarea .feater-images {
    position: relative;
    z-index: 0;
}

.property-sidebar-section-area .features-author-boxarea .feater-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 767px) {
    .property-sidebar-section-area .features-author-boxarea .feater-images .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar-section-area .features-author-boxarea .feater-images .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

.property-sidebar-section-area .features-author-boxarea .feater-images .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.property-sidebar-section-area .features-author-boxarea .feater-images .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-2);
}

.property-sidebar-section-area .features-author-boxarea .feater-images .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
}

.property-sidebar-section-area .features-author-boxarea .content-area {
    padding: 32px;
}

@media (max-width: 767px) {
    .property-sidebar-section-area .features-author-boxarea .content-area {
        padding: 30px;
    }
}

.property-sidebar-section-area .features-author-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.property-sidebar-section-area .features-author-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.property-sidebar-section-area .features-author-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
    margin-top: 16px;
}

.property-sidebar-section-area .features-author-boxarea .content-area p img {
    margin: 0 6px 0 0;
}

.property-sidebar-section-area .features-author-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CCD7D9;
}

.property-sidebar-section-area .features-author-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-sidebar-section-area .features-author-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar-section-area .features-author-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-sidebar-section-area .features-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.property-sidebar-section-area .features-author-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-sidebar-section-area .features-author-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.property-sidebar-section-area .pagination-area .pagination.justify-center {
    justify-content: inherit;
}

.property-sidebar-section-area .pagination-area ul {
    justify-content: end;
}

.property-sidebar-section-area .pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.4s;
    display: inline-block;
    background: #F9F9F9;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    border: none;
    color: var(--ztc-text-text-3);
    font-weight: var(--ztc-weight-bold);
    margin: 0 14px 0 0;
    box-shadow: none;
}

.property-sidebar-section-area .pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.property-sidebar-section-area .pagination-area ul li a.active {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .property-sidebar-section-area .property-author.mb2 {
        margin-bottom: 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar-section-area .property-author.mb2 {
        margin-bottom: 30px !important;
    }
}

.property-sidebar-section-area .property-author {
    position: sticky;
    top: 100px;
}

@media (max-width: 767px) {
    .property-sidebar-section-area .property-author {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar-section-area .property-author {
        margin-top: 50px;
    }
}

.property-sidebar-section-area .property-author .property-listiong-contact {
    position: relative;
    padding: 8px;
    background: #F9F9F9;
    padding: 24px;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area button {
    width: 100%;
    border: none;
    outline: none;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area button:hover img {
    transform: rotateY(360deg);
    transition: all 0.4s;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area label {
    display: flex;
    align-items: center;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area label input {
    height: 20px;
    width: 20px;
    accent-color: var(--ztc-bg-bg-2);
    margin: 0 8px 0 0;
    cursor: pointer;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area input {
    width: 100%;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 16px;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    height: 50px;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area .nice-select {
    margin-bottom: 20px;
    width: 100%;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 16px;
    border-radius: 7px;
    background: var(--Home-2-Box-Color, #EAEBEB);
    height: 50px;
    border: none;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area .nice-select::after {
    height: 7px;
    width: 7px;
    filter: brightness(0);
    right: 16px;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area .nice-select ul {
    width: 100%;
}

.property-sidebar-section-area .property-author .property-listiong-contact .input-area .nice-select ul li:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
}

.property-sidebar-section-area .property-author .agent-boxarea {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

.property-sidebar-section-area .property-author .agent-boxarea h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    transition: all 0.4s;
}

.property-sidebar-section-area .property-author .agent-boxarea .left-area {
    position: relative;
    z-index: 1;
}

.property-sidebar-section-area .property-author .agent-boxarea .left-area .img1 {
    height: 100px;
    width: 100px;
    position: absolute;
}

.property-sidebar-section-area .property-author .agent-boxarea .left-area .content {
    padding-left: 120px;
}

.property-sidebar-section-area .property-author .agent-boxarea .left-area .content a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
    display: block;
}

.property-sidebar-section-area .property-author .agent-boxarea .left-area .content a img {
    margin: 0 6px 0 0;
}

.property-sidebar-section-area .featured-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: #F9F9F9;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.property-sidebar-section-area .featured-boxarea:hover {
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

.property-sidebar-section-area .featured-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .img1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-2);
    opacity: 0.7;
}

.property-sidebar-section-area .featured-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-sidebar-section-area .featured-boxarea .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-2);
}

.property-sidebar-section-area .featured-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
}

.property-sidebar-section-area .featured-boxarea .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-3);
    margin-left: 12px;
}

.property-sidebar-section-area .featured-boxarea .sell-point .featured:hover {
    background: var(--ztc-text-text-2);
}

.property-sidebar-section-area .featured-boxarea .content-area {
    padding: 24px 16px;
}

.property-sidebar-section-area .featured-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.property-sidebar-section-area .featured-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-sidebar-section-area .featured-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ztc-text-text-2);
}

.property-sidebar-section-area .featured-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-sidebar-section-area .featured-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar-section-area .featured-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-sidebar-section-area .featured-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.property-sidebar-section-area .featured-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.property-sidebar-section-area .featured-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.property-sidebar-section-area .property-boxarea {
    position: relative;
    z-index: 1;
    background: #F9F9F9;
    transition: all 0.4s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.property-sidebar-section-area .property-boxarea:hover {
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea:hover .sell-point .sell {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea:hover .content-area .price-area .header-btn1 {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.property-sidebar-section-area .property-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-sidebar-section-area .property-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-2);
    opacity: 0.7;
}

.property-sidebar-section-area .property-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.property-sidebar-section-area .property-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.property-sidebar-section-area .property-boxarea .sell-point .sell {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--ztc-text-text-2);
}

.property-sidebar-section-area .property-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea .content-area {
    padding: 24px 16px;
}

.property-sidebar-section-area .property-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.property-sidebar-section-area .property-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ztc-text-text-5);
}

.property-sidebar-section-area .property-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .property-sidebar-section-area .property-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-sidebar-section-area .property-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.property-sidebar-section-area .property-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.property-sidebar-section-area .property-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.property-sidebar-section-area .property-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.property-sidebar-section-area .property-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.property-sidebar-section-area .property-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.property-sidebar-section-area .property-boxarea .content-area .price-area a.header-btn1 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    background: var(--ztc-text-text-2);
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2) !important;
    padding: 12px 16px;
    font-weight: var(--ztc-weight-bold);
}

.property-sidebar-section-area .property-boxarea .content-area .price-area a.header-btn1:hover {
    background: var(--ztc-text-text-3);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}


/*============= PROPERTIES CSS AREA ===============*/


/*============= GALLERY CSS AREA ===============*/

.gallery1-section-area .gallery-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .gallery1-section-area .gallery-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery1-section-area .gallery-header {
        margin-bottom: 30px;
    }
}

.gallery1-section-area .galler-author-area.active .img1 {
    visibility: visible;
}

.gallery1-section-area .galler-author-area.active .img1::after {
    visibility: visible;
    opacity: 0.7;
    transform: scale(1);
}

.gallery1-section-area .galler-author-area.active .content-area {
    bottom: 0;
}

.gallery1-section-area .galler-author-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.gallery1-section-area .galler-author-area:hover .img1:after {
    right: 0;
    left: 0;
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}

.gallery1-section-area .galler-author-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.gallery1-section-area .galler-author-area:hover .content-area {
    left: 0;
    transition: all 0.8s;
    bottom: 0;
}

.gallery1-section-area .galler-author-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.gallery1-section-area .galler-author-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    border-radius: 8px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.gallery1-section-area .galler-author-area .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.gallery1-section-area .galler-author-area .content-area {
    position: absolute;
    bottom: -200px;
    z-index: 2;
    padding: 20px;
    left: 0;
    transition: all 0.8s;
}

.gallery1-section-area .galler-author-area .content-area a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.gallery1-section-area .galler-author-area .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.gallery1-section-area .galler-author-area .content-area .readmore {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    margin-top: 16px;
}

.gallery1-section-area .galler-author-area .content-area .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
}


/*============= GALLERY CSS AREA ===============*/


/*============= FEATURES CSS AREA ===============*/

.features1-section-area {
    background: var(--ztc-bg-bg-3);
}

.features1-section-area .features-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .features1-section-area .features-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features1-section-area .features-header {
        margin-bottom: 30px;
    }
}

.features1-section-area .features-slider-area .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.features1-section-area .features-slider-area .owl-dots button {
    height: 12px;
    width: 12px;
    background: #CCD7D9;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
}

.features1-section-area .features-slider-area .owl-dots button::after {
    height: 28px;
    width: 28px;
    display: inline-block;
    border: 1px solid var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    visibility: hidden;
    opacity: 0;
}

.features1-section-area .features-slider-area .owl-dots button.active {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .owl-dots button.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

.features1-section-area .features-slider-area .featured-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .img1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px 8px 0 0;
    transition: all 0.6s;
    background: var(--ztc-bg-bg-2);
    opacity: 0.7;
}

.features1-section-area .features-slider-area .featured-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.features1-section-area .features-slider-area .featured-boxarea .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-2);
}

.features1-section-area .features-slider-area .featured-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-3);
}

.features1-section-area .features-slider-area .featured-boxarea .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-3);
    margin-left: 8px;
}

.features1-section-area .features-slider-area .featured-boxarea .sell-point .featured:hover {
    background: var(--ztc-text-text-2);
}

.features1-section-area .features-slider-area .featured-boxarea .content-area {
    padding: 24px 16px;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .features1-section-area .features-slider-area .featured-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features1-section-area .features-slider-area .featured-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.features1-section-area .features-slider-area .featured-boxarea .content-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features1-section-area .features-slider-area .featured-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.features2-section-area {
    background: var(--ztc-bg-bg-3);
}

.features2-section-area .features-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .features2-section-area .features-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features2-section-area .features-header {
        margin-bottom: 30px;
    }
}

.features2-section-area .featured-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    margin-bottom: 30px;
}

.features2-section-area .featured-boxarea:hover {
    box-shadow: 0px 4px 30px 0px rgba(38, 39, 49, 0.08);
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea:hover .img1 {
    overflow: hidden;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.6s;
}

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

.features2-section-area .featured-boxarea .img1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background: var(--ztc-text-text-6);
    opacity: 0.7;
}

.features2-section-area .featured-boxarea .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border-radius: 0;
}

.features2-section-area .featured-boxarea .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
}

.features2-section-area .featured-boxarea .sell-point .sell {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-4);
}

.features2-section-area .featured-boxarea .sell-point .sell:hover {
    background: var(--ztc-text-text-7);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-7);
    margin-left: 8px;
}

.features2-section-area .featured-boxarea .sell-point .featured:hover {
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-text-text-7);
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area {
    padding: 24px 16px;
}

.features2-section-area .featured-boxarea .content-area a {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    margin-top: 16px;
}

.features2-section-area .featured-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.features2-section-area .featured-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .features2-section-area .featured-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features2-section-area .featured-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.features2-section-area .featured-boxarea .content-area ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.features2-section-area .featured-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.features2-section-area .featured-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-7);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.features2-section-area .featured-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.features2-section-area .featured-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.features2-section-area .featured-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features2-section-area .featured-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.features3-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-3);
}

.features3-section-area .features-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .features3-section-area .features-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features3-section-area .features-header {
        margin-bottom: 30px;
    }
}

.features3-section-area .features-author-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
}

.features3-section-area .features-author-boxarea .feater-images {
    position: relative;
    z-index: 0;
}

.features3-section-area .features-author-boxarea .feater-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 767px) {
    .features3-section-area .features-author-boxarea .feater-images .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features3-section-area .features-author-boxarea .feater-images .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

.features3-section-area .features-author-boxarea .feater-images .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.features3-section-area .features-author-boxarea .feater-images .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-bg-bg-6);
}

.features3-section-area .features-author-boxarea .feater-images .sell-point .sell:hover {
    background: var(--ztc-text-text-10);
}

.features3-section-area .features-author-boxarea .feater-images .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-10);
    margin-left: 8px;
}

.features3-section-area .features-author-boxarea .feater-images .sell-point .featured:hover {
    background: var(--ztc-bg-bg-6);
}

.features3-section-area .features-author-boxarea .content-area {
    padding: 32px 50px;
}

@media (max-width: 767px) {
    .features3-section-area .features-author-boxarea .content-area {
        padding: 30px;
    }
}

.features3-section-area .features-author-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.features3-section-area .features-author-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-6);
    transition: all 0.4s;
}

.features3-section-area .features-author-boxarea .content-area p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
    margin-top: 16px;
}

.features3-section-area .features-author-boxarea .content-area p img {
    margin: 0 6px 0 0;
}

.features3-section-area .features-author-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEB;
}

.features3-section-area .features-author-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .features3-section-area .features-author-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features3-section-area .features-author-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.features3-section-area .features-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.features3-section-area .features-author-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.features3-section-area .features-author-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.features3-section-area .features-author-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.features3-section-area .features-author-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.features3-section-area .features-author-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.features3-section-area .features-author-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.features3-section-area .features-author-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features3-section-area .features-author-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features3-section-area .features-author-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.features4-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-8);
}

.features4-section-area .features-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .features4-section-area .features-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features4-section-area .features-header {
        margin-bottom: 30px;
    }
}

.features4-section-area .features-author-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
}

.features4-section-area .features-author-boxarea .feater-images {
    position: relative;
    z-index: 0;
}

.features4-section-area .features-author-boxarea .feater-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 767px) {
    .features4-section-area .features-author-boxarea .feater-images .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features4-section-area .features-author-boxarea .feater-images .img1 img {
        border-radius: 8px 8px 0 0;
    }
}

.features4-section-area .features-author-boxarea .feater-images .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.features4-section-area .features-author-boxarea .feater-images .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 40px;
    background: var(--ztc-bg-bg-7);
}

.features4-section-area .features-author-boxarea .feater-images .sell-point .sell:hover {
    background: var(--ztc-text-text-10);
}

.features4-section-area .features-author-boxarea .feater-images .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-10);
    margin-left: 8px;
    border-radius: 40px;
}

.features4-section-area .features-author-boxarea .feater-images .sell-point .featured:hover {
    background: var(--ztc-bg-bg-7);
}

.features4-section-area .features-author-boxarea .content-area {
    padding: 32px 50px;
}

@media (max-width: 767px) {
    .features4-section-area .features-author-boxarea .content-area {
        padding: 30px;
    }
}

.features4-section-area .features-author-boxarea .content-area a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.features4-section-area .features-author-boxarea .content-area a:hover {
    color: var(--ztc-bg-bg-7);
    transition: all 0.4s;
}

.features4-section-area .features-author-boxarea .content-area p {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
    margin-top: 16px;
}

.features4-section-area .features-author-boxarea .content-area p img {
    margin: 0 6px 0 0;
}

.features4-section-area .features-author-boxarea .content-area ul {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D3EAE7;
}

.features4-section-area .features-author-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .features4-section-area .features-author-boxarea .content-area ul li {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features4-section-area .features-author-boxarea .content-area ul li {
        margin: 0 10px 0 0;
    }
}

.features4-section-area .features-author-boxarea .content-area ul li a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    transition: all 0.4s;
}

.features4-section-area .features-author-boxarea .content-area ul li a img {
    filter: brightness(0);
    height: 24px;
    width: 24px;
    margin: 0 6px 0 0;
    display: inline-block;
}

.features4-section-area .features-author-boxarea .content-area .price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.features4-section-area .features-author-boxarea .content-area .price-area h3 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 32px;
}

.features4-section-area .features-author-boxarea .content-area .price-area h3 span {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
}

.features4-section-area .features-author-boxarea .content-area .price-area a {
    position: relative;
    z-index: 1;
}

.features4-section-area .features-author-boxarea .content-area .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.features4-section-area .features-author-boxarea .content-area .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features4-section-area .features-author-boxarea .content-area .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features4-section-area .features-author-boxarea .content-area .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
}

.features5-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-3);
}

.features5-section-area .features-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .features5-section-area .features-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features5-section-area .features-header {
        margin-bottom: 30px;
    }
}

.features5-section-area .featured-boxes-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.features5-section-area .featured-boxes-area:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.features5-section-area .featured-boxes-area .img1 {
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
    position: relative;
}

.features5-section-area .featured-boxes-area .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.features5-section-area .featured-boxes-area .sell-point {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.features5-section-area .featured-boxes-area .sell-point .sell {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    border-radius: 40px;
    background: var(--ztc-bg-bg-10);
}

.features5-section-area .featured-boxes-area .sell-point .sell:hover {
    background: var(--ztc-text-text-10);
}

.features5-section-area .featured-boxes-area .sell-point .featured {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font2);
    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;
    padding: 12px 16px;
    background: var(--ztc-text-text-10);
    margin-left: 8px;
    border-radius: 40px;
}

.features5-section-area .featured-boxes-area .sell-point .featured:hover {
    background: var(--ztc-bg-bg-10);
}

.features5-section-area .featured-boxes-area .featured-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.features5-section-area .featured-boxes-area .featured-content .content {
    display: flex;
    align-items: center;
}

.features5-section-area .featured-boxes-area .featured-content .content .img2 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}

.features5-section-area .featured-boxes-area .featured-content .content .text {
    padding-left: 10px;
}

.features5-section-area .featured-boxes-area .featured-content .content .text a {
    color: var(--ztc-bg-bg-1);
    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;
    margin-bottom: 8px;
}

.features5-section-area .featured-boxes-area .featured-content .content .text h3 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
}

.features5-section-area .featured-boxes-area .featured-content .content .text h3 span {
    font-size: var(--ztc-font-size-font-s16);
    color: var(--ztc-bg-bg-1);
    opacity: 0.8;
}

.features5-section-area .featured-boxes-area .featured-content .price-area a {
    position: relative;
    z-index: 1;
}

.features5-section-area .featured-boxes-area .featured-content .price-area a:hover .like1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.features5-section-area .featured-boxes-area .featured-content .price-area a:hover .like2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features5-section-area .featured-boxes-area .featured-content .price-area a .like1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.features5-section-area .featured-boxes-area .featured-content .price-area a .like2 {
    position: absolute;
    right: 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.4s;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    transform: scale(1.5);
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 45px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 12px;
}


/*============= FEATURES CSS AREA ===============*/


/*# sourceMappingURL=main.css.map */