.page-link:focus {
    box-shadow: none;
    outline: none;
    color: var(--ztc-text-text-2);
}

.bg-dark {
    background-color: #000 !important;
}

@media (min-width: 600px) {
    .admin-bar .header-sticky {
        margin-top: 32px;
    }

    .admin-bar .vl-header-area {
        margin-top: 32px;
    }
}

.mt-16 {
    margin-top: 16px;
}

.mt-32 {
    margin-top: 32px;
}

.hero1-section {
    min-height: 800px;
}

.z-n1 {
    z-index: -1;
}

.breadcrumb span {
    margin: 0 5px;
}

.breadcrumb span:first-child {
    margin-left: 0;
}

.breadcrumb a span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    /* 100% */
}

.breadcrumb .current-item {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    /* 100% */
}

/* Contact Form 7 */
.wpcf7-spinner {
    display: none;
}

/* form style home 1 */
.form-style-home-1,
.form-style-home-6 {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    outline: none;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 24px 16px;
}

.form-style-home-1 input::-moz-placeholder,
.form-style-home-6 input::-moz-placeholder {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.form-style-home-1 input::placeholder,
.form-style-home-6 input::placeholder {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.form-style-home-1 .wpcf7-submit,
.form-style-home-6 .wpcf7-submit {
    border: none;
    outline: none;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* form style home 2 */
.form-style-home-2 {
    width: 100%;
    background: var(--ztc-bg-bg-1);
    outline: none;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 24px 16px;
    border-radius: 8px;
}

.form-style-home-2 input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.form-style-home-2 input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

/* wpcf7-submit */

.form-style-home-2 .wpcf7-submit {
    border: none;
    outline: none;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* form style home 3 */
.form-style-home-3 {
    width: 100%;
    border-radius: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 24px 16px;
}

.form-style-home-3 input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.form-style-home-3 input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

/* wpcf7-submit */

.form-style-home-3 .wpcf7-submit {
    border: none;
    outline: none;
    position: absolute;
    right: 7px;
    top: 5px;
    color: #001223;
}

.form-style-home-3 .wpcf7-submit:hover {
    transform: translateY(0px);
}

/* form style home 4 */
.form-style-home-4 {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 24px 16px;
    border-radius: 8px !important;
}

.form-style-home-4 input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.form-style-home-4 input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

/* form style home 5 */
.form-style-home-5 {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    padding: 24px 16px;
    border-radius: 8px !important;
}

.form-style-home-5::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

.form-style-home-5::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}

/* form style contact 1 */
.contact1-boxarea .input-area input {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 127, 95, 0.1);
    background: var(--ztc-bg-bg-4);
    padding: 18px 16px;
    width: 100%;
}

.contact1-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.contact1-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.contact1-boxarea .input-area textarea {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 127, 95, 0.1);
    background: var(--ztc-bg-bg-4);
    padding: 18px 16px;
    width: 100%;
    height: 154px;
}

.contact1-boxarea .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.contact1-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.nice-select {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 127, 95, 0.1);
    background: var(--ztc-bg-bg-4);
    padding: 18px 16px;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.nice-select::after {
    height: 7px;
    width: 7px;
    right: 16px;
}

.nice-select ul {
    width: 100%;
}

.nice-select {
    background: white;
}

/* search area */

.wp-block-search__label {
    margin-bottom: 16px;
}

.wp-block-search__inside-wrapper {
    position: relative;
    z-index: 1;
}

.wp-block-search__input {
    width: 100%;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
}

.wp-block-search__input::-moz-placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    opacity: 70%;
}

.wp-block-search__input::placeholder {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    opacity: 70%;
}

.wp-block-search__button {
    border: none;
    outline: none;
    height: 52px;
    width: auto;
    text-align: center;
    color: var(--ztc-text-text-1);
    line-height: 48px;
    padding: 16px;
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    border-radius: 0 8px 8px 0;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    position: absolute;
    right: 0;
    top: 0;
}

/* form wpcf7-submit */
.form-style-home-1 .wpcf7-submit,
.form-style-home-2 .wpcf7-submit,
.form-style-home-3 .wpcf7-submit,
.form-style-home-4 .wpcf7-submit,
.form-style-home-5 .wpcf7-submit,
.form-style-home-6 .wpcf7-submit {
    border: none;
    outline: none;
    position: absolute;
    right: 7px;
    top: 6px;
    /* color: #001223; */
}

.form-style-home-1 .wpcf7-submit:hover,
.form-style-home-2 .wpcf7-submit:hover,
.form-style-home-3 .wpcf7-submit:hover,
.form-style-home-4 .wpcf7-submit:hover,
.form-style-home-5 .wpcf7-submit:hover,
.form-style-home-6 .wpcf7-submit:hover {
    transform: translateY(0px);
}

.form-style-home-1,
.form-style-home-3,
.form-style-home-4,
.form-style-home-5,
.form-style-home-6,
input.white {
    color: #fff;
}

.hexagone {
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    display: inline-block;
    width: 20em;
    height: 20em;
}

.hexagone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    display: inline-block;
    width: 18em;
    height: 18em;
}

.hexagone img {
    height: 100% !important;
    width: 100% !important;
    transition: all 1.5s linear;
    object-fit: cover;
}

.hexagone img:hover {
    transform: scale(1.4);
    transition: all 1.5s linear;
}

/* hero5-dots-slider */
.hero5-dots-slider {
    position: relative;
    z-index: 1;
}

.hero5-dots-slider .elements5 {
    height: 62px;
    width: 4px;
    position: absolute;
    z-index: 2;
    left: 67px;
    top: 35%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-dots-slider .elements5 {
        left: 35px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero5-dots-slider .elements5 {
        left: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-dots-slider .elements5 {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero5-dots-slider .elements5 {
        display: none;
    }
}

.hero5-dots-slider .elements6 {
    height: 62px;
    width: 4px;
    position: absolute;
    z-index: 2;
    bottom: 32%;
    left: 67px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-dots-slider .elements6 {
        left: 35px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero5-dots-slider .elements6 {
        left: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-dots-slider .elements6 {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero5-dots-slider .elements6 {
        display: none;
    }
}

.hero5-dots-slider .hero5-section-slider {
    position: relative;
    z-index: 1;
}

.hero5-dots-slider .hero5-section-slider .slick-slide.slick-current.slick-active h5 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero5-dots-slider .hero5-section-slider .slick-slide.slick-current.slick-active h1 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero5-dots-slider .hero5-section-slider .slick-slide.slick-current.slick-active p {
    transition: transform 1700ms ease, opacity 1700ms ease;
    transform: translateX(0px);
    opacity: 0.9 !important;
}

.hero5-dots-slider .hero5-section-slider .slick-slide.slick-current.slick-active .play-btns-area {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateX(0px);
    opacity: 1;
}

@media (max-width: 767px) {
    .hero5-dots-slider .hero5-section-slider .hero5-section {
        padding: 160px 0 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-dots-slider .hero5-section-slider .hero5-section {
        padding: 160px 0 120px;
    }
}

.hero5-dots-slider .hero5-section-slider .hero5-section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
    z-index: -1;
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header {
    position: relative;
    z-index: 1;
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header h5 {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 12px;
    transform: translateX(-600px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header h5 img {
    filter: brightness(0) invert(1);
    margin: -5px 4px 0 0;
    display: inline-block;
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 70px;
    display: inline-block;
    transition: all 0.4s;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
}

@media (max-width: 767px) {
    .hero5-dots-slider .hero5-section-slider .hero5-section .hero-header h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-dots-slider .hero5-section-slider .hero5-section .hero-header h1 {
        font-size: var(--ztc-font-size-font-s50);
        line-height: 60px;
    }
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-900px);
    position: relative;
    opacity: 0 !important;
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header .play-btns-area {
    display: flex;
    align-items: center;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-1000px);
    position: relative;
    opacity: 0;
}

@media (max-width: 767px) {
    .hero5-dots-slider .hero5-section-slider .hero5-section .hero-header .play-btns-area {
        display: inline-block;
    }
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header .play-btns-area .play-btn {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    padding-left: 24px;
    display: inline-block;
}

@media (max-width: 767px) {
    .hero5-dots-slider .hero5-section-slider .hero5-section .hero-header .play-btns-area .play-btn {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header .play-btns-area .play-btn .video {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
}

.hero5-dots-slider .hero5-section-slider .hero5-section .hero-header .play-btns-area .play-btn .video::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
}

.hero5-dots-slider .hero5-section-slider .slick-dots {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    z-index: 1;
    left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-dots-slider .hero5-section-slider .slick-dots {
        left: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero5-dots-slider .hero5-section-slider .slick-dots {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-dots-slider .hero5-section-slider .slick-dots {
        display: flex;
        align-items: center;
        position: relative;
        text-align: center;
        margin-top: 0;
        bottom: 60px;
        justify-content: center;
        left: 0;
    }
}

@media (max-width: 767px) {
    .hero5-dots-slider .hero5-section-slider .slick-dots {
        display: flex;
        align-items: center;
        position: relative;
        text-align: center;
        margin-top: 0;
        bottom: 60px;
        justify-content: center;
        left: 0;
    }
}

.hero5-dots-slider .hero5-section-slider .slick-dots li {
    margin: 0 0 16px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-dots-slider .hero5-section-slider .slick-dots li {
        margin: 0 8px;
    }
}

@media (max-width: 767px) {
    .hero5-dots-slider .hero5-section-slider .slick-dots li {
        margin: 0 8px;
    }
}

.hero5-dots-slider .hero5-section-slider .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #fff;
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}

.hero5-dots-slider .hero5-section-slider .slick-dots button::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px dashed #fff;
    left: -5px;
    top: -5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.hero5-dots-slider .hero5-section-slider .slick-dots li.slick-active button {
    background: #fff;
}

.hero5-dots-slider .hero5-section-slider .slick-dots li.slick-active button::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.page-link:focus {
    box-shadow: none;
}

.comment-form-cookies-consent {
    margin-top: 16px;
}

#cancel-comment-reply-link {
    font-size: 0.65em;
    color: var(--ztc-text-text-2);
    text-decoration: underline;
}

.logged-in-as a {
    color: var(--ztc-text-text-2);
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.project-main-conetnt .space32,
.project-main-conetnt .space24 {
    height: 0;
}

.project-main-conetnt h2,
.project-main-conetnt h3 {
    margin-bottom: 24px;
}

.project-main-conetnt p {
    margin-bottom: 16px;
}

.project-main-conetnt img {
    margin-bottom: 24px;
    width: 100%;
}

.team-main-detils-area .space32,
.team-main-detils-area .space24,
.team-main-detils-area .space16 {
    /* height: 0; */
}

.team-main-detils-area h2,
.team-main-detils-area h3 {
    margin-bottom: 16px;
}

.team-main-detils-area p {
    margin-bottom: 16px;
}

.team-main-detils-area .img1 {
    margin-bottom: 24px;
    width: 100%;
}

.team-main-detils-area pre {
    margin-bottom: 24px;
    width: 100%;
}

.team-main-detils-area ol {
    margin-left: 0;
    /* padding-left: 24px; */
}

.team-main-detils-area ol li {
    color: var(--ztc-text-text-3);
}

.team-main-detils-area ol li::marker {
    color: var(--ztc-text-text-2);
    font-size: 16px;
    font-weight: var(--ztc-weight-bold);
    margin-right: 16px;
}

.team-main-detils-area ol li strong {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
}

.team-main-detils-area ul {
    margin-left: 16px;
}

.team-main-detils-area ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.team-main-detils-area ul li::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.64987 11.175C6.48412 11.1749 6.32518 11.1091 6.20799 10.9918L3.80799 8.59184C3.7483 8.53418 3.70068 8.46522 3.66793 8.38896C3.63517 8.31271 3.61793 8.2307 3.61721 8.14771C3.61649 8.06473 3.6323 7.98242 3.66373 7.90561C3.69515 7.8288 3.74156 7.75902 3.80025 7.70034C3.85893 7.64166 3.92871 7.59525 4.00552 7.56382C4.08233 7.5324 4.16463 7.51658 4.24762 7.5173C4.33061 7.51803 4.41262 7.53527 4.48887 7.56802C4.56512 7.60078 4.63409 7.64839 4.69174 7.70809L6.64987 9.66621L11.308 5.00809C11.4259 4.89424 11.5837 4.83124 11.7476 4.83267C11.9115 4.83409 12.0682 4.89982 12.1841 5.0157C12.3 5.13158 12.3657 5.28834 12.3672 5.45221C12.3686 5.61608 12.3056 5.77396 12.1917 5.89184L7.09174 10.9918C6.97456 11.1091 6.81561 11.1749 6.64987 11.175Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 50%;
    font-size: 24px;
    width: 16px;
    height: 16px;
}

/* blog */
.blog-main-details .space32,
.blog-main-details .space24,
.blog-main-details .space16 {
    /* height: 0; */
}

/* .blog-main-details h2, .blog-main-details h3 {
    margin-bottom: 16px;
} */
.blog-main-details p {
    margin-bottom: 16px;
}

.blog-main-details .img1 {
    margin-bottom: 24px;
    width: 100%;
}

.blog-main-details pre {
    margin-bottom: 24px;
    width: 100%;
}

p img {
    /* width: 100%; */
    border-radius: 8px;
}

pre {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0px;
    margin-top: 24px;
}

pre img {
    border-radius: 8px;
    overflow: hidden;
    max-height: 300px;
    min-height: 200px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

@media (min-width: 768px) {
    pre img {
        min-height: 300px;
    }
}

.search-form {
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 18, 51, 0.08);
}

/* index page */

.widget h3 {
    margin-bottom: 24px;
}

.wp-calendar-table {
    width: 100%;
}

.widget_archive ul li>a,
.widget_pages ul li>a,
.widget_meta ul li>a,
.widget_categories ul li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18) !important;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 15px;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_categories ul li {
    position: relative;
}

.widget_archive ul li span,
.widget_pages ul li span,
.widget_meta ul li span,
.widget_categories ul li span {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18) !important;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    transition: all 0.4s;
}

.widget_archive ul>li:hover>span,
.widget_pages ul>li:hover>span,
.widget_meta ul>li:hover>span,
.widget_categories ul>li:hover>span {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.widget_archive ul>li:hover>a,
.widget_pages ul>li:hover>a,
.widget_meta ul>li:hover>a,
.widget_categories ul>li:hover>a {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.widget_archive ul li span:hover,
.widget_pages ul li span:hover,
.widget_meta ul li span:hover,
.widget_categories ul li span:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.widget_archive ul li>.children,
.widget_pages ul li>.children,
.widget_meta ul li>.children,
.widget_categories ul li>.children {
    padding-left: 20px;
}

.widget_nav_menu ul li>.sub-menu {
    padding-left: 20px;
}

.nice-select {
    float: none;
}

.recentcomments {
    margin-bottom: 16px;
}

.recentcomments a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-decoration: none;
    transition: all 0.4s;
}

.widget_recent_entries {
    h3 {
        margin-bottom: 16px;
    }
}

.widget_rss ul li {
    margin-bottom: 16px;
    font-family: var(--ztc-family-font1);
}

.rss-widget-title {
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    line-height: 26px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-style: normal;
}

/* calendar */
.calendar_wrap {
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-border-border-1);
    border-radius: 12px;
    padding: 15px;
}

.wp-calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.wp-calendar-table caption {
    font-size: 20px;
    font-weight: 600;
    color: var(--ztc-text-text-2);
    text-align: center;
}

.wp-calendar-table thead th {
    background: var(--tc-neutral-100);
    color: var(--tc-neutral-700);
    font-weight: 500;
    text-align: center;
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
}

.wp-calendar-table tbody td {
    border: 1px solid #dbdbdb;
    text-align: center;
    padding: 12px 8px;
    transition: all 0.2s ease;
    position: relative;
}

.wp-calendar-table tbody td a {
    color: var(--ztc-bg-bg-3);
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.wp-calendar-table tbody td a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    transform: scale(1.1);
}

.wp-calendar-table tbody td#today {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    font-weight: 600;
}

.wp-calendar-table tbody td.pad {
    background: var(--tc-neutral-50);
    color: var(--tc-neutral-400);
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
    color: var(--tc-neutral-700);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid #dbdbdb;
}

.wp-calendar-nav-prev a:hover,
.wp-calendar-nav-next a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-1);
    border-color: var(--ztc-bg-bg-3);
}

.wp-calendar-nav .pad {
    flex: 1;
}

@media (max-width: 768px) {
    .calendar_wrap {
        padding: 15px;
    }

    .wp-calendar-table caption {
        font-size: 18px;
    }

    .wp-calendar-table thead th,
    .wp-calendar-table tbody td {
        padding: 8px 4px;
        font-size: 13px;
    }

    .wp-calendar-table tbody td a {
        padding: 6px;
    }
}

/*  */
.widget_text p strong {
    font-weight: var(--ztc-weight-bold);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-style: normal;
}

.widget_text img {
    margin: 10px 0;
}

.widget_text p {
    margin-bottom: 16px;
}

.widget_text p a {
    color: var(--ztc-text-text-2);
    text-decoration: none;
}

.has-very-light-gray-color {
    color: var(--ztc-text-text-1) !important;
}

.wp-block-button {
    margin-bottom: 16px;
}

.wp-block-button__link:hover {
    color: var(--ztc-text-text-1) !important;
}

figure {
    max-width: 100%;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.alignright {
    text-align: right;
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    text-align: left;
    float: left;
    margin: 0 15px 15px 0;
}

/*  */

.post-password-form {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-border-border-1);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.05);
}

.post-password-form p:first-of-type {
    margin-bottom: 15px;
    color: var(--ztc-text-text-2);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.post-password-form p:last-of-type {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.post-password-form label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: var(--ztc-text-text-2);
    margin: 0;
    flex: 1;
}

.post-password-form input[type="password"] {
    padding: 12px 16px;
    border: 1px solid var(--ztc-border-border-1);
    border-radius: 8px;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    font-size: 16px;
    font-family: inherit;
    transition: all 0.2s ease;
    outline: none;
    flex: 1;
}

.post-password-form input[type="password"]:focus {
    border-color: var(--ztc-bg-bg-3);
    box-shadow: none;
}

.post-password-form input[type="submit"] {
    padding: 12px 24px;
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-2);
    border: 1px solid var(--ztc-bg-bg-3);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.post-password-form input[type="submit"]:hover {
    background: var(--ztc-bg-bg-3);
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
}

.post-password-form input[type="submit"]:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .post-password-form {
        margin: 20px auto;
        padding: 20px;
        max-width: 90%;
    }

    .post-password-form p:last-of-type {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .post-password-form label {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .post-password-form input[type="password"],
    .post-password-form input[type="submit"] {
        width: 100%;
        padding: 10px 14px;
        font-size: 14px;
    }
}

.vl-blog-1-title {
    word-break: break-word;
}