/* --Header-- */

.wdt-cus-header-social-icon.wdt-cus-footer-social-icon.elementor-widget-social-icons .elementor-grid .elementor-grid-item .elementor-social-icon {
    width: 24px;
    height: 24px;
}

.wdt-header-button .wdt-button-holder.wdt-button-size-sm .wdt-button {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Alt);
    transition: var(--wdtBaseTransition);
}

.wdt-header-button .wdt-button-holder.wdt-button-icon-before .wdt-button .wdt-button-icon {
    margin-right: 10px;
    font-size: calc(var(--wdtFontSize_H6) + 2px);
    color: var(--wdtPrimaryColor);
    transition: var(--wdtBaseTransition);
}

.wdt-header-button .wdt-button .wdt-button-text {
    color: var(--wdtAccentTxtColor);
    transition: var(--wdtBaseTransition);
}

.wdt-header-button .wdt-button:hover .wdt-button-text {
    color: var(--wdtLinkHoverColor);
}

.wdt-header-button .wdt-button-holder.wdt-button-icon-before .wdt-button:hover .wdt-button-icon {
    color: var(--wdtAccentTxtColor);
}

.wdt-header-button .wdt-button,
.wdt-header-button .wdt-button .wdt-button-icon {
    transition: unset;
}


/* ---Home 1--- */

.wdt-cus-client-box .wdt-content-item {
    padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    border-radius: calc(var(--wdtRadius_Part) - 10px);
    background: rgb(var(--wdtHeadAltColorRgb), .6);
}

.wdt-cus-client-box .wdt-content-item .wdt-content-title h5 {
    color: var(--wdtAccentTxtColor);
    font-size: var(--wdtFontSize_Ext);
}

.wdt-cus-client-box .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-home-icon-box .wdt-content-item>div:not(:last-child) {
    margin-bottom: 8px;
}

.wdt-home-icon-box .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.wdt-home-icon-box .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination {
    text-align: left;
}

/* --Animation Text-- */

.wdt-cus-animation-text .wdt-animation-item.text-item .wdt-animation-text a {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-animation-text .wdt-animation-item.text-item .wdt-animation-text {
    font-size: clamp(var(--wdtFontSize_H4), 1.6rem + 0.75vw, var(--wdtFontSize_H2));
}

.wdt-cus-animation-text .wdt-animation-item.text-item .wdt-animation-text a:hover {
    color: rgb(var(--wdtAccentTxtColorRgb), .8);
    -webkit-text-stroke: 0px;
}

/* --Testimonial-- */

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    display: grid;
    align-items: baseline;
    justify-content: center;
}

.wdt-cus-testimonial .wdt-carousel-holder .swiper+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    grid-area: 1/-1;
}

.wdt-cus-testimonial .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin: 0;
}

.wdt-cus-testimonial .wdt-content-item {
    display: flex;
    flex-direction: column-reverse;
}

.wdt-cus-testimonial .wdt-content-item>div:not(:last-child),
.wdt-cus-testimonial .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
    margin-bottom: 10px;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-description {
    font-size: clamp(var(--wdtFontSize_H6), 1.05rem + 0.375vw, var(--wdtFontSize_H5));
    font-weight: var(--wdtFontWeight_H6);
    font-style: italic;
    color: var(--wdtHeadAltColor);
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-detail-group {
    margin-bottom: 40px;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Ext);
    color: var(--wdtBodyTxtColor);
    letter-spacing: 0;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 18px;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    display: grid;
    align-items: center;
    justify-content: end;
    margin-right: 40px;
    margin-top: -20px;
    width: 65%;
    margin-bottom: 90px;
}

.wdt-cus-testimonial .wdt-carousel-holder {
    display: inline-grid;
    align-items: end;
}

.wdt-cus-testimonial .wdt-carousel-holder>div {
    grid-area: 1/-1;
}

.wdt-cus-testimonial .wdt-carousel-holder>div:first-child {
    width: 100%;
}

.wdt-cus-testimonial .wdt-carousel-holder .swiper+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    grid-area: 1/-1;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    background: var(--wdtBorderColor);
    border-width: 0;
    width: 6px;
    height: 6px;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 3px;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    border-radius: var(--wdtRadius_Full);
    top: 0;
    right: 0;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    background: var(--wdtLinkColor);
    border: 0;
    width: 6px;
    height: 6px;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    margin: 0;
    width: inherit;
    height: inherit;
    color: var(--wdtBorderColor);
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover {
    color: var(--wdtLinkColor);
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    display: flex;
    justify-content: space-between;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
    margin-left: -50px;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
    margin-right: -50px;
}

.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before,
.wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover:before {
    background: transparent;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-elements-group,
.wdt-cus-testimonial .wdt-content-item .wdt-content-image-wrapper {
    transition: var(--wdtAltTransition);
    -webkit-transition: var(--wdtAltTransition);
    transition-delay: 0.1s;
    opacity: 0;
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-elements-group {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
}

.wdt-cus-testimonial .wdt-content-item .wdt-content-image-wrapper {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}

.wdt-cus-testimonial .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-elements-group,
.wdt-cus-testimonial .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-image-wrapper {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.wdt-cus-testimonial .wdt-content-item {
    overflow: hidden;
}

.wdt-cus-testimonial .swiper-slide {
    cursor: grab;
}

.wdt-cus-testimonial .testimonial-opacity.elementor-element {
    opacity: 1;
}

@media(max-width:1540px) {
    .wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
        margin-bottom: 60px;
    }
}

@media(max-width:1280px) {
    .wdt-cus-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
        margin: 30px 0 0 0;
        width: 100%;
        justify-content: center;
    }

    .wdt-cus-testimonial .wdt-carousel-holder>div {
        grid-area: unset;
    }
}

@media(max-width:1024px) {
    .wdt-cus-testimonial-heading .elementor-element .wdt-heading-holder .wdt-heading-title-wrapper {
        font-size: var(--wdtFontSize_H5);
    }
}

/* --city slider-- */

.wdt-gradient-spacer.elementor-element {
    height: 100%;
    background-image: linear-gradient(90deg, rgb(var(--wdtSecondaryColorRgb), .6) 0%, transparent 100%);
    pointer-events: none;
}

.wdt-gradient-spacer-2.elementor-element {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

/* --logo slider-- */

.wdt-client-logo-slider .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg,
.wdt-client-logo-slider .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    height: inherit;
    width: inherit;
}

.wdt-client-logo-slider .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: clamp(6.25rem, 5.625rem + 3.125vw, 9.375rem);
    color: var(--wdtBodyTxtColor);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.wdt-client-logo-slider .wdt-content-item .wdt-content-media-group {
    display: grid;
    align-items: center;
    justify-content: center;
}

.wdt-client-logo-slider .wdt-content-item .wdt-content-media-group>div {
    grid-area: 1/-1;
}

.wdt-client-logo-slider .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper:nth-child(2) .wdt-content-icon span {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    opacity: 0;
}

.wdt-client-logo-slider .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper:nth-child(1) .wdt-content-icon span {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
}

.wdt-client-logo-slider .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper:nth-child(2) .wdt-content-icon span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.wdt-client-logo-slider .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-client-logo-slider .wdt-content-item .wdt-content-icon-wrapper:last-child .wdt-content-icon span {
    color: var(--wdtPrimaryColor);
}

.wdt-client-logo-slider .swiper {
    padding: 5px 0;
}

.wdt-client-logo-slider .swiper-slide {
    cursor: grab;
}

/* ---Home 2--- */

/* --Slider-- */

.wdt-slider-list.elementor-widget .elementor-icon-list-item {
    padding: 10px;
    background: rgb(var(--wdtHeadAltColorRgb), .6);
    border-radius: calc(var(--wdtRadius_2X) + 3px);
}

.wdt-slider-list.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text {
    font-size: calc(var(--wdtFontSize_Ext) - 2px);
}

.wdt-slider-title .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(calc(var(--wdtFontSize_H3) - 2px), 1.575rem + 1.5vw, var(--wdtFontSize_H1));
}

.wdt-cus-home-slider .swiper-slide {
    cursor: grab;
}

.wdt-cus-home-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-cus-home-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    border-radius: var(--wdtRadius_Full);
    top: 0;
    right: 0;
    transform: scale(1.08) rotate(0) translate(0);
    -webkit-transform: scale(1.08) rotate(0) translate(0);
    background: var(--wdtPrimaryColor);
    border: 0;
    width: auto;
    height: auto;
}

.wdt-cus-home-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-cus-home-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.wdt-cus-home-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

/* --image-- */

.wdt-home-image .wdt-content-item .wdt-content-image>span>img {
    border-radius: var(--wdtRadius_Part);
}

.wdt-home-image .wdt-content-item .wdt-content-image>span {
    position: relative;
}

.wdt-home-image .wdt-content-item:first-child .wdt-content-image>span::before {
    content: "";
    width: 100%;
    height: 60%;
    background: #76b5ea;
    border-radius: var(--wdtRadius_Part) var(--wdtRadius_Part) 0 var(--wdtRadius_Part);
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 0 clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem) var(--wdtBodyBGColor);
}

.wdt-home-image .wdt-content-item:first-child {
    width: 80%;
    margin-top: -30%;
}

.wdt-home-image .wdt-image-box-holder {
    display: grid;
}

.wdt-home-image .wdt-image-box-holder>div {
    grid-area: 1/-1;
    width: fit-content;
    height: fit-content;
}

.wdt-home-image .wdt-image-box-holder>div:first-child {
    z-index: 1;
    justify-self: end;
}

.wdt-home-image .wdt-content-item:first-child .wdt-content-image>span:after {
    content: "";
    position: absolute;
    width: 3em;
    height: 3em;
    bottom: -1.1em;
    right: -1em;
    color: var(--wdtBodyBGColor);
    box-shadow: inset currentColor 1em 1em 0 0;
    border-radius: var(--wdtRadius_Part);
    transform: rotate(185deg);
}

.wdt-home-image .wdt-content-item:first-child .wdt-content-image:before {
    content: "";
    position: absolute;
    width: 4em;
    height: 4em;
    top: calc(100% + clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem));
    right: -1em;
    border-radius: calc(var(--wdtRadius_3X) + 2px);
    transform: rotate(90deg) translateX(-37%);
    -webkit-transform: rotate(90deg) translateX(-37%);
    box-shadow: inset 1em 1em 0 0 currentColor;
    color: var(--wdtBodyBGColor);
}

.wdt-home-image .wdt-content-item:last-child .wdt-content-image>span:after {
    content: "";
    position: absolute;
    width: 4em;
    height: 4em;
    top: 6px;
    left: calc(10% + 5px);
    border-radius: 20px;
    transform: rotate(90deg) translateX(-35%);
    -webkit-transform: rotate(90deg) translateX(-35%);
    box-shadow: inset 1em 1em 0 0 currentColor;
    color: var(--wdtBodyBGColor);
}

@media(max-width:1280px) {
    .wdt-home-image .wdt-content-item:last-child .wdt-content-image>span::after {
        left: calc(10% + -10px);
    }
}

@media(max-width:1024px) {
    .wdt-home-image .wdt-content-item:last-child .wdt-content-image>span::after {
        left: calc(10% + 0px);
    }
}

/* --slider counter-- */

.wdt-cus-slider-counter .wdt-content-item .wdt-content-counter {
    font-size: clamp(var(--wdtFontSize_H3), 1.725rem + 1.375vw, var(--wdtFontSize_H1));
    color: var(--wdtHeadAltColor);
}

.wdt-cus-slider-counter .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Base);
    color: var(--wdtBodyTxtColor);
}

.wdt-cus-slider-counter .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-slider-counter .wdt-column:not(:last-child) .wdt-content-item:after {
    content: "";
    position: absolute;
    background: var(--wdtBorderColor);
    width: 0;
    height: 100%;
    right: 30px;
    top: 0;
}

.wdt-cus-slider-counter .wdt-column .wdt-content-item {
    min-width: 175px;
    border-right: 1px solid var(--wdtBorderColor);
}

.wdt-cus-slider-counter .wdt-column:last-child .wdt-content-item {
    border-right-width: 0;
}

@media screen and (max-width: 767px) {
    .wdt-cus-slider-counter .wdt-column .wdt-content-item {
        min-width: unset;
        border-right-width: 0;
    }
}

@media(max-width: 479px) {
    .wdt-cus-slider-counter .wdt-column-wrapper {
        flex-wrap: nowrap;
    }
}

/* --counter 2-- */

.wdt-cus-counter-2 .wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-cus-counter-2 .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-media-group {
    display: flex;
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg,
.wdt-cus-counter-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon i {
    width: inherit;
    height: inherit;
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    height: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    color: var(--wdtPrimaryColor);
    font-size: inherit;
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-elements-group {
    padding-left: 15px;
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-counter {
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    color: var(--wdtHeadAltColor);
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Ext);
    color: var(--wdtBodyTxtColor);
}

.wdt-cus-counter-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    width: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
    height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
    background: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    border: 1px solid var(--wdtBorderColor);
    justify-content: center;
    align-items: center;
}

/* --Thumb slider-- */

.wdt-cus-thumb-slider .swiper-fade .swiper-slide {
    pointer-events: all;
    cursor: pointer;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumb-slider-container .wdt-thumb-slider-info {
    display: none;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumb-slider-container .wdt-thumb-slider-image img {
    border-radius: calc(var(--wdtRadius_Part) + 10px);
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel .wdt-thumb-slider-thumbnail {
    border-radius: calc(var(--wdtRadius_Part) - 10px);
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel .wdt-thumb-slider-thumbnail:before {
    display: none;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel .wdt-thumb-slider-thumbnail {
    overflow: hidden;
    position: relative;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel .wdt-thumb-slider-thumbnail:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(var(--wdtHeadAltColorRgb), .6);
    opacity: 0;
    transition: var(--wdtBaseTransition);
}

/* Image Slide */

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .swiper-slide .wdt-thumb-slider-container .wdt-thumb-slider-image img {
    opacity: 0;
    transition: clip-path 0.8s linear, opacity .2s linear;
    -webkit-transition: clip-path 0.8s linear, opacity .2s linear;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .swiper-slide.swiper-slide-active .wdt-thumb-slider-container .wdt-thumb-slider-image img {
    opacity: 1;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel .swiper-slide.swiper-slide-thumb-active .wdt-thumb-slider-thumbnail:after {
    opacity: 1;
    width: 100%;
}

.wdt-cus-thumb-slider .wdt-thumb-pagination-group {
    width: 100%;
    position: absolute;
    bottom: clamp(3.125rem, -9.5395rem + 13.1579vw, 6.25rem);
    right: -90%;
}

.wdt-cus-thumb-slider .wdt-thumbcarousel-pagination-wrapper {
    display: none;
}

@media(max-width:1540px) {
    .wdt-cus-thumb-slider .wdt-thumb-pagination-group {
        bottom: clamp(3.75rem, -14.7115rem + 23.0769vw, 7.5rem);
    }
}

@media(max-width:1280px) {
    .wdt-cus-thumb-slider .wdt-thumb-pagination-group {
        position: static;
    }
}

@media(max-width:767px) {
    .wdt-cus-thumb-slider .wdt-thumbcarousel-pagination-wrapper {
        display: unset;
    }
}


/* --counter-- */

.wdt-cus-counter .wdt-content-item .wdt-content-title h5 {
    font-size: calc(var(--wdtFontSize_Ext) - 1px);
    text-transform: uppercase;
    color: var(--wdtPrimaryColor);
}

.wdt-cus-counter .wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-cus-counter .wdt-content-item>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-counter .wdt-column-wrapper.wdt-column-gap-default .wdt-column:first-child .wdt-content-item .wdt-content-counter>*:not(:last-child) {
    margin-right: 10px;
}

.wdt-cus-counter .wdt-content-item .wdt-content-counter {
    font-size: clamp(var(--wdtFontSize_H3), 1.725rem + 1.375vw, var(--wdtFontSize_H1));
    color: var(--wdtAccentTxtColor);
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-cus-counter .wdt-content-item .wdt-content-description {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-counter .wdt-content-item {
    margin: 0 clamp(0.9375rem, -4.0625rem + 6.25vw, 3.4375rem);
}

/* --video section-- */

.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element {
    width: 120px;
    height: 120px;
    border-radius: var(--wdtRadius_Full);
    justify-content: center;
    background: var(--wdtPrimaryColor);
    align-items: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:hover {
    background: var(--wdtAccentTxtColor);
    color: var(--wdtLinkHoverColor);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:after,
.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    opacity: 1;
    pointer-events: none;
}

.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:hover:after,
.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:hover:before {
    border-color: var(--wdtAccentTxtColor);
}

.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:after {
    animation: ripple-effect 2s linear 1s infinite;
}

.wdt-cus-pop-ip-btn .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element:before {
    animation: ripple-effect 2s linear infinite;
}

@keyframes ripple-effect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@-webkit-keyframes ripple-effect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* --Faq-- */

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    background: transparent;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    padding: 0 30px 20px 50px;
    width: 100%;
    max-width: 700px;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    font-size: clamp(calc(var(--wdtFontSize_H6) + 2px), 1.2rem + 0.25vw, var(--wdtFontSize_H5));
    font-weight: var(--wdtFontWeight_H6);
    color: var(--wdtHeadAltColor);
    line-height: var(--wdtLineHeight_Alt);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    width: 28px;
    height: 28px;
    background: var(--wdtAccentTxtColor);
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_Full);
    transition: var(--wdtBaseTransition);
    font-size: calc(var(--wdtFontSize_Ext) - 3px);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div {
    justify-content: center;
    color: var(--wdtHeadAltColor);
    transition: var(--wdtBaseTransition);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover .wdt-accordion-toggle-icon,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon {
    background: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover .wdt-accordion-toggle-icon>div,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon>div {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    border-width: 0;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--wdtBorderColor)
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    padding: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem) clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem) clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem) 0;
}

.wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
    padding-bottom: 15px;
}


@media(max-width:767px) {
    .wdt-cus-faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
        padding: 10px 10px 30px 50px;
    }
}

.wdt-cus-faq-home .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-sub_title {
    order: -1;
    align-self: center;
    padding-left: 15px;
    font-size: var(--wdtFontSize_Base);
    color: var(--wdtPrimaryColor);
    font-weight: var(--wdtFontWeight_Alt);
    position: relative;
    padding-left: 30px;
}

.wdt-cus-faq-home .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-sub_title:before {
    content: "";
    background: var(--wdtSecondaryColor);
    width: 8px;
    height: 2px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

/* --Tab-- */

.wdt-tab-content-list ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: space-between;
}

.wdt-tab-content-list.elementor-widget .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item:first-child span {
    color: var(--wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Alt);
    font-size: var(--wdtFontSize_H6);
}

.wdt-tab-content-list.elementor-widget .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item:last-child span {
    color: var(--wdtBodyTxtColor);
}

.wdt-tab-content-btn .wdt-button-holder,
.wdt-tab-content-btn .wdt-button-holder.wdt-button-size-nm .wdt-button {
    width: 100%;
}

.wdt-cus-tab .ui-tabs .ui-tabs-panel {
    padding: 0;
}

.wdt-cus-tab .wdt-tabs-content {
    overflow: hidden;
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
    padding: 40px 0 0 0;
}

.wdt-cus-tab .ui-widget.ui-widget-content,
.wdt-cus-tab .ui-widget-header {
    border-width: 0;
    background: transparent;
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-content-wrapper {
    background: transparent;
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-content-wrapper .wdt-tabs-content .elementor-widget-wrap .elementor-section .elementor-container .elementor-widget-wrap {
    margin: 0 !important;
}

.wdt-cus-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list {
    justify-content: center;
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li a .wdt-content-image-wrapper img {
    border-radius: var(--wdtRadius_2X);
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li a .wdt-content-title {
    margin-left: 15px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_H6);
    color: var(--wdtHeadAltColor);
    transition: var(--wdtBaseTransition);
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active a .wdt-content-title {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li:hover a .wdt-content-title {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    padding: 12px 15px 12px 12px;
    border: 1px solid var(--wdtBorderColor);
    border-radius: calc(var(--wdtRadius_2X) * 2);
    background: var(--wdtQuaternaryColor);
    background-image: linear-gradient(90deg, transparent, var(--wdtAccentTxtColor), var(--wdtPrimaryColor), transparent);
    background-position: left;
    background-size: 300% 100%;
}

.wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li {
    border-width: 0;
    background: transparent;
}

.wdt-cus-tab .elementor-widget-container .wdt-tabs-container .wdt-tabs-list-wrapper ul.wdt-tabs-list li.ui-tabs-tab {
    margin: 10px;
}

.wdt-cus-tab .elementor-widget-container .wdt-tabs-container .wdt-tabs-list-wrapper ul.wdt-tabs-list li.ui-tabs-tab.ui-tabs-active {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper {
        padding: 30px 0 0 0;
        background: transparent;
    }

    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a {
        justify-content: start;
    }

    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper {
        width: 60%;
    }

    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover,
    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active {
        background: var(--wdtPrimaryColor);
    }

    .wdt-cus-tab .wdt-tabs-container .wdt-tabs-list li.wdt-active a .wdt-content-title {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before,
    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after {
        top: 60%;
        bottom: 0;
        margin: auto;
    }
}

@media(max-width: 479px) {
    .wdt-cus-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper {
        width: 90%;
    }
}


/* --text-with-img-- */

.wdt-cus-text-with-image .wdt-elementor-repeater-container .wdt-text-tile {
    font-size: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
}

.wdt-cus-text-with-image .wdt-elementor-repeater-container span {
    margin: 5px 10px;
}

.wdt-cus-text-with-image .wdt-elementor-repeater-container span svg {
    position: relative;
    left: 2px;
}

.wdt-cus-text-with-image .wdt-elementor-repeater-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wdt-cus-text-with-image .wdt-opt-icon {
    cursor: pointer;
    color: var(--wdtPrimaryColor);
    transition: var(--wdtBaseTransition);
    background: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    border: 1px solid var(--wdtBorderColor);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.wdt-cus-text-with-image .wdt-opt-icon:hover {
    color: var(--wdtAccentTxtColor);
    background: var(--wdtSecondaryColor);
}

.wdt-cus-text-with-image .wdt-elementor-repeater-container span img {
    border-radius: calc(var(--wdtRadius_3X) + 2px);
}

.wdt-cus-text-with-image .wdt-opt-icon {
    font-size: var(--wdtFontSize_H5);
}



/*--process-- */

/* Process Template */
.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item {
    padding: 0 clamp(0rem, -0.7212rem + 3.2051vw, 3.125rem);
}


.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 10px;
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon {
    display: inline-flex;
    align-items: baseline;
    width: auto;
    margin: -5px;
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span {
    margin-right: 8px;
    color: var(--wdtPrimaryColor);
    font-size: 1.6rem;
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon>div {
    margin: 5px;
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-description {
    padding-left: clamp(0.625rem, 0.4231rem + 0.8974vw, 1.5rem);
    border-left: 2px solid var(--wdtPrimaryColor);
    margin-top: 20px;
}


.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-media-image-cover>.wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
    overflow: visible;
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container>div.wdt-content-subtitle,
.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item:hover .wdt-media-image-cover>.wdt-media-image-cover-container>div.wdt-content-subtitle {
    color: var(--wdtPrimaryColor);
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container>div.wdt-content-subtitle {
    text-transform: uppercase;
    letter-spacing: 1.68px;
    font-weight: var(--wdtFontWeight_Ext);
}

/* Line And Dot Style */

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-media-group:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: var(--wdtPrimaryColor);
    left: -50vw;
    top: 50%;
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-media-group:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--wdtPrimaryColor);
    left: 0px;
    top: 50%;
    transform: translateY(-10px);
    border-radius: var(--wdtRadius_Full);
}

@media(max-width:1024px) {
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
        padding: 20px 20px 35px;
        text-align: center;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-media-group:before {
        left: 0;
        top: 80%;
        right: 0;
        margin: auto;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-media-group:after {
        top: 80%;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-title {
        padding: 20px 0 0;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-description {
        margin-top: 10px;
        text-align: center;
        border: 0;
        padding: 0;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span {
        margin: 0;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-title {
        padding-left: 0 !important;
    }

    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span:before {
        transform: scale(1.8) !important;
        opacity: 1 !important;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group {
        justify-content: center !important;
    }
}

@media (min-width: 1025px) {


    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container>div.wdt-content-subtitle {
        -webkit-transform: translateY(-44px);
        transform: translateY(-44px);
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
        padding: 0;
        text-align: left;
        justify-content: flex-start;
        height: auto;
        align-content: center !important;
    }

    /* Hover Style */
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-media-group {
        width: 100%;
        max-width: 210px;
        border-radius: 50%;
        height: 60px;
        padding: 100px 0;
    }

    /* Hover Active Style */
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-detail-group,
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image>a,
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-elements-group .wdt-content-description {
        -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
        transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-detail-group,
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image>a,
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-elements-group .wdt-content-description {
        -webkit-transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
        transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-elements-group .wdt-content-description {
        transition-delay: 60ms;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-detail-group {
        transition-delay: 25ms;
        -webkit-transform: translateY(-86px);
        transform: translateY(-86px);
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-elements-group .wdt-content-description {
        transition-delay: 0ms;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-detail-group {
        transition-delay: 250ms;
        margin-top: 6px;
    }
}

@media (max-width: 1280px) {

    /* Snap scroll style */
    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper {
        -webkit-scrollbar-width: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        display: flex;
        overflow: auto;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        padding-bottom: 0;
        margin: 0 -20px;
    }

    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper::-webkit-scrollbar {
        width: 0;
        opacity: 0;
    }

    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper .wdt-column {
        display: inherit;
        flex: 0 0 44%;
        width: auto !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper .wdt-column .wdt-content-item {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {

    /* Snap scroll style */
    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper .wdt-column {
        flex: 0 0 60%;
    }
}

@media (max-width: 767px) {

    /* Snap scroll style */
    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper .wdt-column {
        flex: 0 0 80%;
    }
}

@media (max-width: 480px) {

    /* Snap scroll style */
    .wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column-wrapper .wdt-column {
        flex: 0 0 80%;
    }
}

/* --additional process style-- */

.wdt-custom-project-process-style .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-custom-project-process-style .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
    width: inherit;
    height: inherit;
}

.wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span {
    width: 32px;
    height: 32px;
    position: relative;
}

.wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--wdtPrimaryColor);
    left: 0;
    top: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    border-radius: var(--wdtRadius_Full);
    opacity: 0;
    transition: var(--wdtBaseTransition);
}

.wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span:before {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 1;
}

.wdt-custom-project-process-style .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-icon span {
    color: var(--wdtAccentTxtColor);
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-title {
    padding-left: 0;
    transition: var(--wdtBaseTransition);
}

.wdt-image-box-holder.wdt-rc-template-process-template .wdt-column.wdt-active .wdt-content-item .wdt-content-elements-group .wdt-content-title-icon .wdt-content-title {
    padding-left: 10px;
}

@media(max-width:479px) {
    .wdt-image-box-holder.wdt-rc-template-process-template .wdt-column .wdt-content-item .wdt-content-media-group:after {
        width: 100vh;
    }
}


/* --home 2 slider-- */

.wdt-cus-home-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 20px);
}

/* --thumbslider-- */

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel {
    box-shadow: 0 0 0 1.875em var(--wdtBodyBGColor);
    border-radius: calc(var(--wdtRadius_Part) - 10px);
    position: relative;
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel:after {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    border-radius: 2em;
    top: -2.9em;
    left: calc(10% - 1em);
    color: var(--wdtBodyBGColor);
    -webkit-box-shadow: inset 1em 1em 0px 0px currentColor;
    box-shadow: inset 1em 1em 0px 0px currentColor;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel:before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    border-radius: 2em;
    bottom: -2.9em;
    left: calc(10% - 1em);
    color: var(--wdtBodyBGColor);
    -webkit-box-shadow: inset 1em -1em 0px 0px currentColor;
    box-shadow: inset 1em -1em 0px 0px currentColor;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wdt-cus-thumb-slider .swiper,
.wdt-cus-thumb-slider .swiper-container {
    overflow: visible;
}

@media(max-width:1540px) {
    .wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel {
        box-shadow: 0 0 0 1em var(--wdtBodyBGColor);
    }

    .wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel:after {
        top: -2em;
    }

    .wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel:before {
        bottom: -2em;
    }
}

@media(max-width:1280px) {

    .wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel:after,
    .wdt-cus-thumb-slider .wdt-thumb-carousel-holder .wdt-thumbnail-carousel:before {
        opacity: 0;
    }
}

/* --Form-- */

.contact-form-1>div {
    position: relative;
}

.contact-form-1>div:nth-child(5) {
    grid-column: 1/3;
}

.contact-form-1 p {
    margin-bottom: 0;
}

.contact-form-1 {
    background: var(--wdtAccentTxtColor);
    padding: 40px clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    border-radius: var(--wdtRadius_Part);
    border: 1px solid var(--wdtBorderColor);
    box-shadow: 0 0 20px 0 rgba(var(--wdtSecondaryColorRgb), .20);
}

.contact-form-1 p.with-spinner {
    margin-top: 25px;
}

.contact-form-1 label {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    color: var(--wdtHeadAltColor);
    position: relative;
    margin-bottom: 8px;
    display: block;
}

.contact-form-1 textarea {
    margin-bottom: 0;
}

.contact-form-1 input[type="date" i]::-webkit-calendar-picker-indicator {
    background-image: unset;
    background-color: var(--wdtBodyTxtColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 19 21' style='enable-background:new 0 0 19 21;' xml:space='preserve'%3E%3Cpath d='M9,9H7v2h2V9z'/%3E%3Cpath d='M12,9h-2v2h2V9z'/%3E%3Cpath d='M16,9h-2v2h2V9z'/%3E%3Cpath d='M9,12H7v2h2V12z'/%3E%3Cpath d='M5,12H3v2h2V12z'/%3E%3Cpath d='M12,12h-2v2h2V12z'/%3E%3Cpath d='M16,12h-2v2h2V12z'/%3E%3Cpath d='M9,16H7v2h2V16z'/%3E%3Cpath d='M12,16h-2v2h2V16z'/%3E%3Cpath d='M5,16H3v2h2V16z'/%3E%3Cpath d='M4.5,4C4.2,4,4,3.6,4,3.2V0.8C4,0.4,4.2,0,4.5,0C4.8,0,5,0.4,5,0.8v2.4C5,3.6,4.8,4,4.5,4L4.5,4z'/%3E%3Cpath d='M13.5,4C13.2,4,13,3.6,13,3.2V0.8C13,0.4,13.2,0,13.5,0S14,0.4,14,0.8v2.4C14,3.6,13.8,4,13.5,4L13.5,4z'/%3E%3Cpath d='M15.4,2h-0.2v1c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3V2H6.3v1c0,0.7-0.6,1.3-1.3,1.3 C4.3,4.3,3.7,3.7,3.7,3V2H3.6C1.6,2,0,3.6,0,5.6v11.9c0,2,1.6,3.6,3.6,3.6h11.9c2,0,3.6-1.6,3.6-3.6V5.6C19,3.6,17.4,2,15.4,2z M17.6,17.4c0,1.2-1,2.1-2.1,2.1H3.6c-1.2,0-2.1-1-2.1-2.1V7h16.2V17.4z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 19 21' style='enable-background:new 0 0 19 21;' xml:space='preserve'%3E%3Cpath d='M9,9H7v2h2V9z'/%3E%3Cpath d='M12,9h-2v2h2V9z'/%3E%3Cpath d='M16,9h-2v2h2V9z'/%3E%3Cpath d='M9,12H7v2h2V12z'/%3E%3Cpath d='M5,12H3v2h2V12z'/%3E%3Cpath d='M12,12h-2v2h2V12z'/%3E%3Cpath d='M16,12h-2v2h2V12z'/%3E%3Cpath d='M9,16H7v2h2V16z'/%3E%3Cpath d='M12,16h-2v2h2V16z'/%3E%3Cpath d='M5,16H3v2h2V16z'/%3E%3Cpath d='M4.5,4C4.2,4,4,3.6,4,3.2V0.8C4,0.4,4.2,0,4.5,0C4.8,0,5,0.4,5,0.8v2.4C5,3.6,4.8,4,4.5,4L4.5,4z'/%3E%3Cpath d='M13.5,4C13.2,4,13,3.6,13,3.2V0.8C13,0.4,13.2,0,13.5,0S14,0.4,14,0.8v2.4C14,3.6,13.8,4,13.5,4L13.5,4z'/%3E%3Cpath d='M15.4,2h-0.2v1c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3V2H6.3v1c0,0.7-0.6,1.3-1.3,1.3 C4.3,4.3,3.7,3.7,3.7,3V2H3.6C1.6,2,0,3.6,0,5.6v11.9c0,2,1.6,3.6,3.6,3.6h11.9c2,0,3.6-1.6,3.6-3.6V5.6C19,3.6,17.4,2,15.4,2z M17.6,17.4c0,1.2-1,2.1-2.1,2.1H3.6c-1.2,0-2.1-1-2.1-2.1V7h16.2V17.4z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.contact-form-1 i.clock-icon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: 0;
    top: 13px;
    margin: auto;
    background-color: var(--wdtBodyTxtColor);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cpath d='M11,4.9C11,4.4,10.6,4,10.2,4C9.7,4,9.3,4.4,9.3,4.9v5.4l-2.1,2.2c-0.3,0.3-0.3,0.9,0,1.3 c0.3,0.3,0.9,0.3,1.2,0l2.3-2.5c0.1-0.1,0.2-0.3,0.2-0.4c0-0.1,0-0.2,0-0.2V4.9z'/%3E%3Cpath d='M10.5,0C4.7,0,0,4.7,0,10.5C0,16.3,4.7,21,10.5,21C16.3,21,21,16.3,21,10.5C21,4.7,16.3,0,10.5,0z M10.5,19.2 c-4.8,0-8.7-3.9-8.7-8.7c0-4.8,3.9-8.7,8.7-8.7c4.8,0,8.7,3.9,8.7,8.7C19.2,15.3,15.3,19.2,10.5,19.2z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cpath d='M11,4.9C11,4.4,10.6,4,10.2,4C9.7,4,9.3,4.4,9.3,4.9v5.4l-2.1,2.2c-0.3,0.3-0.3,0.9,0,1.3 c0.3,0.3,0.9,0.3,1.2,0l2.3-2.5c0.1-0.1,0.2-0.3,0.2-0.4c0-0.1,0-0.2,0-0.2V4.9z'/%3E%3Cpath d='M10.5,0C4.7,0,0,4.7,0,10.5C0,16.3,4.7,21,10.5,21C16.3,21,21,16.3,21,10.5C21,4.7,16.3,0,10.5,0z M10.5,19.2 c-4.8,0-8.7-3.9-8.7-8.7c0-4.8,3.9-8.7,8.7-8.7c4.8,0,8.7,3.9,8.7,8.7C19.2,15.3,15.3,19.2,10.5,19.2z'/%3E%3C/svg%3E");
    cursor: pointer;
}

.contact-form-1 span.wpcf7-not-valid-tip {
    bottom: calc(100% + 12px);
}

.contact-form-1 .wpcf7-form-control-wrap input.wpcf7-not-valid:focus {
    border-color: #d01313;
}

body .xdsoft_datetimepicker {
    width: 100%;
    max-width: clamp(13.75rem, 11.9375rem + 9.0625vw, 22.8125rem);
    padding: 15px;
    border-radius: calc(var(--wdtRadius_2X) * 2);
    margin-top: 2px;
}

body .xdsoft_datetimepicker .xdsoft_timepicker {
    margin: 0;
}

body .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100%;
}

body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin-left: 46%;
}

body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--wdtLinkHoverColor) !important;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--wdtSecondaryColor);
}

body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_2X);
    border-color: var(--wdtBorderColor);
}

body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    height: 30px;
    line-height: 30px;
    border-radius: var(--wdtRadius_1X);
    margin: 0;
    font-family: var(--wdtFontTypo_Alt);
    border: 1px solid var(--wdtBorderColor);
}

body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_time_variant {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 5px;
}

@media(min-width:600px) {
    .contact-form-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
}

/* --About us-- */

.wdt-about-icon-box .wdt-content-item .wdt-content-media-group {
    background-color: var(--wdtQuaternaryColor);
    padding: 40px 30px;
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_Part);
}

.wdt-about-icon-box .wdt-content-item:hover .wdt-content-media-group {
    box-shadow: 0 0 20px 0 rgba(var(--wdtSecondaryColorRgb), .18);
}

.wdt-about-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-about-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
    width: inherit;
    height: inherit;
}

.wdt-about-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: 70px;
    height: 70px;
    font-size: inherit;
    color: var(--wdtSecondaryColor);
}

.wdt-about-icon-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtPrimaryColor);
}

.wdt-about-icon-box .swiper,
.wdt-about-icon-box .swiper-container {
    overflow: visible;
}


/*--contact box--*/

.wdt-custom-conatact-box .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle {
    font-size: calc(var(--wdtFontSize_Ext) + 2px);
    margin-bottom: 6px;
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-custom-conatact-box .wdt-icon-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-top: 0;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    overflow: visible;
}

.wdt-custom-conatact-box .wdt-content-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_Base);
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Ext);
    margin-top: 0;
}

.wdt-custom-conatact-box .wdt-icon-box-holder .wdt-content-item .wdt-content-media-group {
    margin: 0 15px 0 10px;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper:only-child .wdt-content-icon span {
    height: 55px;
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: var(--wdtFontSize_H6);
    color: var(--wdtAccentTxtColor);
    width: 55px;
    height: 55px;
    line-height: 0;
    border-radius: var(--wdtRadius_Full);
    border: 1px solid var(--wdtSecondaryColor);
}

.wdt-custom-conatact-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    border-color: var(--wdtPrimaryColor);
}

.wdt-custom-conatact-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: var(--wdtBaseTransition);
    border-radius: var(--wdtRadius_Full);
    background-color: var(--wdtSecondaryColor);
}

.wdt-custom-conatact-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span:before {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    background-color: var(--wdtPrimaryColor);
}


/* --Faq page-- */

.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg,
.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    height: inherit;
    width: inherit;
}

.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    max-width: 340px;
    width: 100%;
    color: var(--wdtSecondaryColor);
}

.wdt-faq-form .contact-form-1 {
    border-width: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
    display: unset;
}

.wdt-faq-form .contact-form-1 p.with-spinner {
    display: block;
    position: relative;
    margin-top: 0;
}

.wdt-faq-form .contact-form-1 input {
    margin: 0 0 20px 0;
}

.wdt-faq-form .wpcf7-form input.wpcf7-submit {
    margin-bottom: 0;
    width: 100%;
    color: var(--wdtAccentTxtColor);
}

.wdt-faq-form span.wpcf7-not-valid-tip {
    bottom: 25px;
}

/* --Contact Us-- */

.wdt-cus-contact-details .wdt-content-item .wdt-content-media-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-contact-details .wdt-content-item{
    display: flex;
    align-items: flex-start;
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-subtitle { margin-bottom: 10px !important; }
.wdt-cus-contact-details .wdt-content-item .wdt-content-description p { margin-bottom: 3px; }

.wdt-cus-contact-details .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg,
.wdt-cus-contact-details .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    width: inherit;
    height: inherit;
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    height: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    font-size: inherit;
    padding: 0;
    color: var(--wdtPrimaryColor);
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    width: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
    height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
    background: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    border: 1px solid var(--wdtBorderColor);
    justify-content: center;
    align-items: center;
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-icon-wrapper {
    margin-right: 15px;
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-subtitle {
    font-size: clamp(calc(var(--wdtFontSize_H6) + 2px), 1.2rem + 0.25vw, var(--wdtFontSize_H5));
    color: var(--wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Alt);
    letter-spacing: 0;
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Base);
    color: var(--wdtBodyTxtColor);
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtBodyTxtColor);
}

.wdt-cus-contact-details .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtLinkHoverColor);
}

/* --Map-- */

.wdt-cus-map .wdt-google-map .gm-style .gm-style-iw-c:after {
    display: none;
}

.wdt-cus-map .gm-style .gm-style-iw {
    font-size: clamp(calc(var(--wdtFontSize_Ext) - 6px), 0.55rem + 0.375vw, var(--wdtFontSize_Ext));
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdtHeadAltColor);
}

.wdt-cus-map .wdt-google-map .gm-style .gm-style-iw-c {
    max-width: 100% !important;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    padding: 10px 20px 10px 20px !important;
    border-radius: var(--wdtRadius_Part);
    margin-top: 65px;
}


/* --404 page-- */

.error404 .type7 .center-content-wrapper,
.error404 .type7 .error-box-inner h3,
.error404 .type7 .error-box-inner h6,
.error404 .type7 h2 {
    text-align: left;
}

.error404 .type7 .center-content-wrapper .error-box-inner h2 {
    font-size: clamp(calc(var(--wdtFontSize_H2) * 3), 6.375rem + 5.625vw, calc(var(--wdtFontSize_Alt) + 156px));
    line-height: clamp(7.5rem, 6.375rem + 5.625vw, 13.125rem);
    margin: 0 0 clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem) 0;
}

.error404 .type7 .error-box-inner h6 {
    color: var(--wdtPrimaryColor);
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.error404 .type7 .error-box-inner h3 {
    font-size: clamp(var(--wdtFontSize_H4), 1.6rem + 0.75vw, var(--wdtFontSize_H2));
    margin: 0 0 10px 0;
    line-height: 1.3em;
}

.error404 .type7 .center-content-wrapper {
    max-width: 700px;
}

.error404 .type7 .center-content-wrapper .center-content p {
    margin: 0 0 clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem) 0;
}

.error404 .type7 .wdt-button {
    margin: 0;
}

@media(max-width:767px) {

    .error404 .type7 .center-content-wrapper,
    .error404 .type7 .error-box-inner h3,
    .error404 .type7 .error-box-inner h6,
    .error404 .type7 h2 {
        text-align: center;
    }
}


/* --Main Footer-- */

.wdt-main-footer-col .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.wdt-main-footer-section.elementor-element {
    padding: 140px 0 30px;
    position: relative;
    background: var(--wdtSecondaryColor);
}

.wdt-main-footer-section .wdt-main-footer-col.elementor-column:first-child {
    width: 35%;
}

.wdt-main-footer-section .wdt-main-footer-col.elementor-column:last-child {
    width: 65%;
}


.wdt-main-footer-logo.elementor-widget-wdt-logo div.wdt-logo-container a img {
    max-width: clamp(7.5rem, 6.8125rem + 3.4375vw, 10.9375rem);
    width: 100%;
    margin-bottom: 30px;
}

.wdt-main-footer-description.elementor-element {
    max-width: 400px;
}

.wdt-main-footer-description.elementor-element .elementor-widget-container {
    margin-bottom: clamp(1.875rem, 1.5625rem + 1.5625vw, 3.4375rem);
}

.wdt-main-footer-heading .wdt-heading-holder .wdt-heading-title-wrapper {
    margin-bottom: 35px;
}
.wdt-main-footer-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem);
}
.wdt-main-footer-social-icons .elementor-widget-container .elementor-social-icons-wrapper {
    margin-bottom: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.wdt-main-footer-app.elementor-widget {
    width: fit-content;
}

.wdt-main-footer-app.elementor-widget .elementor-widget-container img {
    margin: 10px 20px 20px 0;
}

.wdt-main-footer-section .wdt-main-footer-wrapper-2 .elementor-container .elementor-column:first-child {
    width: 48%;
    align-items: center;
}

.wdt-main-footer-section .wdt-main-footer-wrapper-2 .elementor-container .elementor-column:last-child {
    width: 52%;
}

.wdt-main-footer-wrapper-2 .elementor-container {
    margin-bottom: clamp(1.875rem, 1.4375rem + 2.1875vw, 4.0625rem);
}

.wdt-main-footer-wrapper-1.elementor-section {
    margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.wdt-main-footer-wrapper-2 .elementor-container .elementor-column:first-child {
    padding-right: clamp(0.625rem, -0.625rem + 1.5625vw, 1.25rem);
}

.wdt-main-footer-wrapper-2 .elementor-container .elementor-column:last-child {
    padding-left: clamp(0.625rem, -0.625rem + 1.5625vw, 1.25rem);
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email'] {
    background: #1D3A53;
    border-color: transparent;
    padding: 25px;
    color: var(--wdtAccentTxtColor);
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email']:focus {
    border-color: var(--wdtBorderColor);
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email']::placeholder {
    color: var(--wdtAccentTxtColor);
    opacity: 1;
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
    display: grid;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    position: unset;
    text-align: end;
    pointer-events: none;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
    border-radius: calc(var(--wdtRadius_3X) + 2px);
    padding: 10px 40px;
    pointer-events: all;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input,
.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    grid-area: 1/-1;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form div:last-child {
    margin-top: 20px;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-terms-condition-lbl {
    color: var(--wdtAccentTxtColor);
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"],
.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"]:focus {
    border-color: var(--wdtBorderColor) !important;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"]:after {
    border-width: 2px 2px 0 0;
}

.wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input[type="checkbox"]:checked:after {
    border-color: var(--wdtBorderColor);
}

#footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    color: var(--wdtAccentTxtColor);
}

#footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .wdt-footer-menu-list ul.elementor-icon-list-items li.elementor-icon-list-item {
    padding: 8px 0;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button {
    margin-top: 15px;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button>a>div,
.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button>a>div>span {
    transition: unset;
}

.wdt-main-footer-contact-us .wdt-content-item>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-main-footer-contact-us .wdt-content-item {
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-radius: var(--wdtRadius_Part);
    padding: 30px clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
}

.wdt-main-footer-contact-us .wdt-content-item:before {
    content: "";
    position: absolute;
    background: #1D3A53;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .9;
    border-radius: var(--wdtRadius_Part);
    transition: var(--wdtBaseTransition);
}

.wdt-main-footer-contact-us .wdt-content-item:hover:before {
    opacity: 0.9;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-subtitle {
    font-size: clamp(var(--wdtFontSize_H6), 1.05rem + 0.375vw, var(--wdtFontSize_H5));
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdtAccentTxtColor);
    letter-spacing: 0;
    line-height: normal;
}

.wdt-main-footer-contact-us {
    color: var(--wdtAccentTxtColor);
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button>a {
    background: transparent;
    padding: 0;
    color: var(--wdtPrimaryColor);
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button>a:hover {
    background: transparent;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-detail-group {
    margin-left: 20px;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
    margin-bottom: 5px;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button a {
    position: relative;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    transform: translateX(22px);
    -webkit-transform: translateX(22px);
    bottom: -2px;
    transition: var(--wdtBaseTransition);
    background: var(--wdtPrimaryColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 16 13' style='enable-background:new 0 0 16 13;' xml:space='preserve'%3E%3Cpath d='M15.2,5.9l-4.8-4.8c-0.3-0.3-0.9-0.3-1.2,0C8.9,1.4,8.9,2,9.2,2.3l3.4,3.4H1.3C0.9,5.7,0.5,6,0.5,6.5c0,0.5,0.4,0.8,0.8,0.8 h11.3l-3.4,3.4c-0.3,0.3-0.3,0.9,0,1.2c0.2,0.2,0.4,0.3,0.6,0.3c0.2,0,0.4-0.1,0.6-0.3l4.8-4.8c0.2-0.2,0.3-0.4,0.3-0.6 C15.5,6.3,15.4,6.1,15.2,5.9z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 16 13' style='enable-background:new 0 0 16 13;' xml:space='preserve'%3E%3Cpath d='M15.2,5.9l-4.8-4.8c-0.3-0.3-0.9-0.3-1.2,0C8.9,1.4,8.9,2,9.2,2.3l3.4,3.4H1.3C0.9,5.7,0.5,6,0.5,6.5c0,0.5,0.4,0.8,0.8,0.8 h11.3l-3.4,3.4c-0.3,0.3-0.3,0.9,0,1.2c0.2,0.2,0.4,0.3,0.6,0.3c0.2,0,0.4-0.1,0.6-0.3l4.8-4.8c0.2-0.2,0.3-0.4,0.3-0.6 C15.5,6.3,15.4,6.1,15.2,5.9z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
}

.wdt-main-footer-contact-us .wdt-content-item .wdt-content-button a:hover:after {
    background: var(--wdtAccentTxtColor);
    transform: translateX(26px);
    -webkit-transform: translateX(26px);
}

#footer .wdt-footer-rights a:not(.button):not(.elementor-button) {
    color: var(--wdtAccentTxtColor);
}

#footer .wdt-footer-rights a:hover:not(.button):not(.elementor-button) {
    color: var(--wdtLinkHoverColor);
}

#footer .wdt-main-footer-contact-us .wdt-content-item .wdt-content-button a:not(.button):not(.elementor-button) {
    color: var(--wdtPrimaryColor);
}

#footer .wdt-main-footer-contact-us .wdt-content-item .wdt-content-button a:hover:not(.button):not(.elementor-button) {
    color: var(--wdtAccentTxtColor);
}

.wdt-main-footer-wrapper-4.elementor-element {
    padding: 30px 0 0 0;
    border-top: 1px solid rgb(var(--wdtAccentTxtColorRgb), .2);
}

.wdt-footer-rights.elementor-element {
    width: fit-content;
}

.wdt-main-footer-wrapper-4.elementor-element .elementor-column .elementor-widget-wrap {
    justify-content: center;
}

@media(max-width:1540px) {
    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:first-child {
        width: 32%;
    }

    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:last-child {
        width: 68%
    }

    .wdt-main-footer-contact-us .wdt-content-item {
        align-items: start;
    }

    .wdt-main-footer-section.elementor-element {
        padding: 100px 0 30px;
    }
}

@media(max-width:1280px) {
    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:first-child {
        width: 30%;
    }

    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:last-child {
        width: 70%
    }

    .wdt-main-footer-section.elementor-element {
        padding: 80px 0 30px;
    }
}

@media(max-width:1024px) {
    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:first-child {
        width: 100%;
    }

    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:last-child {
        width: 100%;
        padding: 20px 0 0;
    }

    .wdt-main-footer-section.elementor-element {
        padding: 70px 0 30px;
    }

    .wdt-main-footer-section .wdt-main-footer-col.elementor-column:first-child .elementor-widget-wrap,
    .wdt-main-footer-wrapper-1 .wdt-main-footer-col:first-child .wdt-heading-holder h6.wdt-heading-title-wrapper .wdt-heading-title {
        justify-content: center;
    }

    .wdt-main-footer-description.elementor-element .elementor-widget-container p,
    .wdt-main-footer-social-icons .elementor-widget-container .elementor-social-icons-wrapper,
    .wdt-main-footer-logo .wdt-logo-container {
        text-align: center;
    }

}

@media(max-width:767px) {

    .wdt-main-footer-section .wdt-main-footer-wrapper-3 .elementor-container .elementor-column {
        width: 100%;
    }

    .wdt-main-footer-accordion.elementor-element {
        margin-bottom: 20px;
    }

    #footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover,
    #footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
        background: var(--wdtPrimaryColor);
    }

    #footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
        background: #1D3A53;
    }

    #footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-hover,
    #footer .wdt-main-footer-accordion .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-main-footer-wrapper-1 .wdt-main-footer-col:first-child {
        margin-bottom: 0;
    }

    .wdt-main-footer-contact-us .wdt-content-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 420px;
    }

    .wdt-main-footer-contact-us .wdt-image-box-holder {
        display: flex;
        justify-content: center;
    }

    .wdt-main-footer-contact-us .wdt-content-item .wdt-content-detail-group {
        margin: 15px 0 0 0;
    }

    .wdt-main-footer-wrapper-1 .wdt-main-footer-col .wdt-heading-holder h6.wdt-heading-title-wrapper .wdt-heading-title {
        text-align: center;
        justify-content: center;
    }

    .wdt-main-footer-section .wdt-main-footer-wrapper-2 .elementor-container .elementor-column:first-child {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .wdt-main-footer-section .wdt-main-footer-wrapper-2 .elementor-container .elementor-column:last-child {
        width: 100%;
        padding: 0;
    }

    .wdt-main-footer-section.elementor-element {
        padding: 60px 0 30px;
    }

}

@media(max-width:479px) {

    .wdt-main-footer-contact-us .wdt-content-item {
        flex-direction: column;
    }

    .wdt-main-footer-contact-us .wdt-content-item {
        align-items: center;
        text-align: center;
    }

    .wdt-main-footer-app.elementor-widget .elementor-widget-container img {
        margin: 0 10px 20px 10px;
    }

    .wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input,
    .wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
        grid-area: unset;
    }

    .wdt-main-footer-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
        width: 100%;
        justify-content: center;
        padding: 15px 40px;
        margin-top: 10px;
        text-transform: capitalize;
    }

    .wdt-main-footer-mailchimp .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
        text-align: center;
    }

    .wdt-main-footer-section.elementor-element {
        padding: 50px 0 30px;
    }

}

/* --Home 2 Footer-- */

.wdt-cus-footer-social-icon .elementor-social-icon {
    background: transparent;
}

.wdt-cus-footer-social-icon.elementor-widget-social-icons .elementor-grid .elementor-grid-item .elementor-social-icon {
    border: 1px solid var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    width: 32px;
    height: 32px;
    color: var(--wdtAccentTxtColor);
    transition: var(--wdtBaseTransition);
    justify-content: center;
    align-items: center;
}

.wdt-cus-footer-social-icon.elementor-widget-social-icons .elementor-grid .elementor-grid-item .elementor-social-icon:hover {
    border-color: var(--wdtLinkHoverColor);
    color: var(--wdtLinkHoverColor);
}

#footer .wdt-cus-footer-social-icon a:not(.wdt-cus-footer-social-icon):not(.elementor-button) {
    color: var(--wdtAccentTxtColor);
}

.wdt-cus-footer-social-icon.elementor-widget-social-icons .elementor-grid .elementor-grid-item svg {
    fill: currentColor;
    width: 16px;
}

.wdt-cus-footer-social-icon.elementor-widget-social-icons .elementor-grid .elementor-grid-item:not(:last-child) {
    margin-right: 15px;
}

.wdt-footer-gallery.elementor-widget {
    max-width: 545px;
    margin-bottom: 30px;

}

.wdt-footer-gallery .widget {
    padding: 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
}

.wdt-footer-gallery .gallery-columns-3 .gallery-item {
    max-width: calc((100% - 0px * 2) / 4);
    padding: 0;
}

.wdt-footer-gallery .gallery-item img {
    border-width: 0;
    border-radius: calc(var(--wdtRadius_3X) + 2px);
    margin: 0;
    width: 100%;
}

.wdt-footer-gallery .gallery-item>div>a {
    margin: 10px;
}

.wdt-footer-gallery .gallery {
    margin: 0;
    justify-content: end;
}

.wdt-footer-heading .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(calc(var(--wdtFontSize_H4) + 2px), 1.575rem + 1.5vw, var(--wdtFontSize_H1));
}

.wdt-footer-rights.elementor-widget a {
    color: var(--wdtAccentTxtColor);
}

.wdt-footer-rights.elementor-widget a:hover {
    color: var(--wdtLinkHoverColor);
}

@media(max-width:479px) {
    .wdt-footer-gallery .gallery-columns-3 .gallery-item {
        max-width: calc((100% - 0px * 2) / 2);
    }

    .wdt-footer-menu-list ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        margin: 10px;
    }
}

/* --Newsletter Popup-- */

.wdt-popup-box-window.wdt-fade-zoom .mfp-container {
    padding: 0 clamp(0.9375rem, 0.375rem + 2.8125vw, 3.75rem);
    pointer-events: none;
}

.wdt-popup-box-window.mfp-wrap.wdt-fade-zoom .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border-radius: calc(var(--wdtRadius_Part) + 5px);
    pointer-events: all;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
    display: grid;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input,
.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-button-holder {
    grid-area: 1/-1;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscription-button-holder {
    text-align: right;
    pointer-events: none;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder button[type='submit'] {
    pointer-events: all;
    border-radius: var(--wdtRadius_3X);
    padding: 15px;
    font-size: calc(var(--wdtFontSize_H6) + 2px);
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input:not(.wdt-terms-and-conditions) {
    margin: 0;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type="checkbox"] {
    position: relative;
    top: 4px;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form>*:not(:last-child) {
    margin: 5px;
}

.wdt-popup-mailchimp .wdt-mailchimp-holder .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form div:last-child {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.wdt-popup-box-window.wdt-fade-zoom.mfp-wrap .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner {
    max-height: calc(95vh - 2*1.5em);
}

/* --faq page-- */

.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .group-5 {
    animation: anim 1s ease infinite alternate;
}

.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .group-4 {
    animation: anim-1 1s ease infinite alternate;
    animation-delay: 0.2s;
}

.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .group-6 {
    animation: anim-2 1s ease infinite alternate;
    animation-delay: 0.3s;
}

@keyframes anim {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(25px, 25px);
        -webkit-transform: translate(25px, 25px);
        opacity: 0;
    }
}

@-webkit-keyframes anim {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(25px, 25px);
        -webkit-transform: translate(25px, 25px);
        opacity: 0;
    }
}

@keyframes anim-1 {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 20px);
        -webkit-transform: translate(0px, 20px);
        opacity: 0;
    }
}

@-webkit-keyframes anim-1 {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 20px);
        -webkit-transform: translate(0px, 20px);
        opacity: 0;
    }
}

@keyframes anim-2 {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(-25px, 25px);
        -webkit-transform: translate(-25px, 25px);
        opacity: 0;
    }
}

@-webkit-keyframes anim-2 {
    0% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(-25px, 25px);
        -webkit-transform: translate(-25px, 25px);
        opacity: 0;
    }
}

.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .group-2,
.wdt-question-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg .group-3 {
    animation: anim-3 1s ease infinite alternate;
    animation-delay: 1.15s;
}

@keyframes anim-3 {
    0% {

        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes anim-3 {
    0% {

        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* --image box-- */

.wdt-cus-feature-img-box .wdt-content-item>div:not(:last-child),
.wdt-cus-feature-img-box .wdt-content-item .wdt-content-elements-group>div:not(:last-child),
.wdt-cus-feature-img-box .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cus-feature-img-box .wdt-content-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    background: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Part);
    border: 1px solid var(--wdtBorderColor);
    height: 100%;
}

.wdt-cus-feature-img-box .wdt-content-item:hover {
    box-shadow: 0 0 20px 0 rgba(var(--wdtSecondaryColorRgb), .20);
}

.wdt-cus-feature-img-box .wdt-content-item .wdt-content-elements-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.wdt-cus-feature-img-box .wdt-content-item .wdt-content-detail-group {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 15px;
}

.wdt-cus-feature-img-box .wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--wdtTertiaryColor);
    border-radius: 27px;
    border: 1px solid var(--wdtBorderColor);
}

.wdt-cus-feature-img-box .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

.wdt-cus-feature-img-box .wdt-content-item .wdt-content-subtitle {
    margin-right: 10px;
    font-size: clamp(1.875rem, 1.5625rem + 1.5625vw, 3.4375rem);
    font-weight: 600;
    line-height: clamp(1.875rem, 1.5625rem + 1.5625vw, 3.4375rem);
    font-family: var(--wdtFontTypo_Alt);
    color: var(--wdtTertiaryColor);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.wdt-cus-feature-img-box .wdt-content-item:hover .wdt-content-subtitle {
    color: var(--wdtPrimaryColor);
}

.wdt-cus-feature-img-box .wdt-content-item>div[class*="group"] .wdt-content-title+.wdt-content-subtitle {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .wdt-cus-feature-img-box .wdt-content-item:hover {
        box-shadow: 0 0 10px 0 rgba(var(--wdtSecondaryColorRgb), .20);
    }

    .wdt-popup-box-window.mfp-wrap.wdt-fade-zoom .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder {
        margin: auto;
    }
}

@media(max-width:767px) {

    .wdt-cus-feature-img-box .wdt-content-item {
        flex-direction: column;
        align-items: center;
    }

    .wdt-cus-feature-img-box .wdt-content-item .wdt-content-elements-group {
        margin: 25px 0 10px 0;
    }

    .wdt-cus-feature-img-box .wdt-content-item .wdt-content-detail-group {
        padding: 0;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wdt-cus-feature-img-box .wdt-content-item .wdt-content-elements-group {
        justify-content: center;
    }
}

/* Home - 1 Rounded Map */

.wdt-property-map .elementor-widget-container .dtdr-listing-output-map-container {
    border-radius: var(--wdtRadius_Full);
    position: relative;
    border: 15px solid var(--wdtBodyBGColor);
}

.wdt-property-map .elementor-widget-container .dtdr-listing-output-map-container:after {
    content: "";
    position: absolute;
    background: radial-gradient(at center center, transparent 0%, var(--wdtBodyBGColor) 70%);
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

@media only screen and (max-width:1280px) {
    .dtdr-listing-output-map {
        height: 600px !important;
    }
}

@media only screen and (max-width:1024px) {
    .dtdr-listing-output-map {
        height: clamp(25rem, 22.1591rem + 14.2045vw, 31.25rem) !important;
    }
}

/* End */