
/* Common Style */
/* body { text-rendering: optimizeSpeed; }
::selection { background-color: rgba(var(--wdtHeadAltColorRgb),0.35); color: var(--wdtAccentTxtColor); -webkit-text-stroke-color: var(--wdtAccentTxtColor); } */

svg > g.hambar-one { transform: translateX(0%); transition: all 500ms ease-in-out;}
svg:hover > g.hambar-one { transform: translateX(-109%); }
svg > g.hambar-two { transform: translateX(0%); transition: all 700ms ease-in-out;}
svg:hover > g.hambar-two { transform: translateX(-109%); }

/* OverWrite Style */

.wpcf7-form-control-wrap .dnd-upload-counter { color: var(--wdtBorderColor); }

.wdt-custom-icon-support-style.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title { margin: 0; }
.wdt-custom-icon-support-style.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, 
.wdt-custom-icon-support-style.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { display: flex; align-items: center; }
.wdt-custom-icon-support-style.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon { 
    margin-right: var(--icon-box-icon-margin); margin-left: 0; }

@media (max-width: 480px) {
.wdt-custom-icon-support-style.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper { display: block; }
.wdt-custom-icon-support-style.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon { 
    margin-right: 0; margin-left: 0; margin-bottom: var(--icon-box-icon-margin); } }

.wdt-custom-bg-parallax > .wdt-section-bgeffects-item,
#wdt-custom-bg-parallax .wdt-section-bgeffects-item { position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; }
.wdt-custom-bg-parallax .wdt-section-bgeffects-image,
#wdt-custom-bg-parallax .wdt-section-bgeffects-image { width: 100% !important; height: 120vh !important; }

#ser-custom-bg-parallax.wdt-custom-bg-parallax .wdt-section-bgeffects-image { width: 100% !important; height: 60vh !important; }

.wdt-overflow-hidden { overflow: hidden !important; }
.elementor-spacer .elementor-spacer-inner { height: var(--spacer-size) !important; }

.wdt-custom-spacer-fill-height.elementor-widget-spacer,
.wdt-custom-spacer-fill-height.elementor-widget-spacer .elementor-widget-container { height: 100%; }

.wdt-custom-image-fill-height.elementor-widget-image,
.wdt-custom-image-fill-height.elementor-widget-image .elementor-widget-container,
.wdt-custom-image-fill-height.elementor-widget-image .elementor-widget-container .elementor-image,
.wdt-custom-image-fill-height.elementor-widget-image .elementor-widget-container .elementor-image img { height: 100%; }
.wdt-custom-image-fill-height.elementor-widget-image .elementor-widget-container .elementor-image img { object-fit: cover; object-position: center; }

.elementor-edit-area-active .elementor-inner-section:first-child { margin: 0; }

body.home:not(.blog) #header-wrapper { margin: 0;  }
body.home:not(.blog) #header-wrapper #header { position: absolute; }
.wdt_headers-template.elementor-editor-active { background-color: rgba(0,0,0,0.15); }

@media (min-width: 1281px) {
    .wdt-section-space-between > .elementor-container,
    .wdt-section-space-between > .elementor-container > .elementor-row { justify-content: space-between; }
}

/* Blog Widget Responsive Style */

.wdt-custom-blog-list-wid .wdt-posts-list-wrapper .tpl-blog-holder { margin: -15px; margin-bottom: -35px; }

/* Video Icon Hover Style */

.wdt-custom-video-icon-hover .elementor-widget-container .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element {
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center; background-color: rgba(var(--wdtPrimaryColorRgb),0.65); }
.wdt-custom-video-icon-hover .elementor-widget-container:hover .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element {
    background-color: rgba(var(--wdtPrimaryColorRgb), 1); }
.wdt-custom-video-icon-hover .elementor-widget-container .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-item.wdt-popup-box-trigger-label {
    text-decoration: underline; text-decoration-skip-ink: none; }

/* Client logo Style */

.wdt-client-logos .wdt-icon-box-holder { display: flex; }
.wdt-client-logos .wdt-icon-box-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-client-logos .wdt-icon-box-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg { height: inherit; width: inherit; }


/* Inview - Image Animation */

.elementor-widget-wdt-widget-sp-featured-image.wdt-inview-section .elementor-widget-container { 
    -webkit-transform: translateY(50px); transform: translateY(50px);
    -webkit-transition: transform 500ms ease-in-out; transition: transform 500ms ease-in-out; }
.elementor-widget-wdt-widget-sp-featured-image.wdt-inview-section.wdt-item-is-inview .elementor-widget-container { 
    -webkit-transform: translateY(0); transform: translateY(0); }
.elementor-widget-wdt-widget-sp-featured-image.wdt-inview-section .elementor-widget-container:before { 
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1;
    background: repeating-linear-gradient(#868686, #fff 6.25%), -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(0, grey), color-stop(66.7%, #fff)) 0/100% 305%;
    background: -o-repeating-linear-gradient(#868686, #fff 6.25%), -o-linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
    background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
    background-blend-mode: multiply; background-position: 0 100%; -webkit-filter: contrast(999); filter: contrast(999); mix-blend-mode: screen;
    -webkit-transition: background-position 500ms ease-in-out; transition: background-position 500ms ease-in-out; }
.elementor-widget-wdt-widget-sp-featured-image.wdt-inview-section.wdt-item-is-inview .elementor-widget-container:before { 
    background-position: 0 0; }


/* Portfolio Single */

.wdt-custom-portfolio-single-tittle .elementor-widget-container { margin-bottom: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem); }

.wdt-custom-port-featured-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.wdt-custom-port-featured-image .elementor-widget-container { height: 100%; }
.wdt-custom-port-featured-image .elementor-widget-container img { object-fit: cover; object-position: center;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }


/* Icon-Box Marquee Style */

.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-media-group { display: flex; align-items: center; justify-content: center; }

.wdt-custom-icon-marquee-style .wdt-content-item > div:not(:last-child), 
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-media-group > div:not(:last-child), 
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-detail-group > div:not(:last-child), 
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-elements-group > div:not(:last-child) { margin: 0; }
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-media-group > div.wdt-content-icon-wrapper { 
    margin-right: clamp(0.625rem, 0.1346rem + 2.1795vw, 2.75rem); }

.wdt-custom-icon-marquee-style .wdt-content-item { padding: 0 clamp(0.3125rem, 0.0673rem + 1.0897vw, 1.375rem); }
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span > i { display: inherit; }
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { 
    font-size: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); }
.wdt-custom-icon-marquee-style .wdt-content-item .wdt-content-media-group > .wdt-content-title h5 { 
    margin: 0; font-size: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); }
.wdt-custom-home-2-marquee .wdt-content-item .wdt-content-media-group > .wdt-content-title h5 { font-size: clamp(3rem, 2.25rem + 3.3333vw, 6.25rem); }



/*Header*/
.wdt-custom-header-list.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text { 
    font-size: var(--wdtFontSize_Ext); font-weight: calc(var(--wdtFontWeight_Base) + 100);}

/*contact form*/
.wdt-custom-contact-form { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px; }
.wdt-custom-contact-form .wpcf7-form-control-wrap input[type="text"], 
.wpcf7 .wdt-custom-contact-form .wpcf7-form-control-wrap input[type="email"], 
.wpcf7 .wdt-custom-contact-form .wpcf7-form-control-wrap textarea {
    padding: clamp(0.75rem, 0.5192rem + 1.0256vw, 1.75rem) clamp(1.125rem, 0.8942rem + 1.0256vw, 2.125rem); line-height: normal; color: var(--wdtHeadAltColor);
}
.wpcf7 .wdt-custom-contact-form .wpcf7-form-control-wrap textarea { min-height: clamp(9.375rem, 7.7885rem + 7.0513vw, 16.25rem); }
.wpcf7 .contact-page-form { padding: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); border-radius: var(--wdtRadius_3X); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); }
.wdt-custom-query-form { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 14px; }
.wpcf7 .wdt-custom-query-form .wpcf7-form-control.wpcf7-submit { width: 100%; margin-top: 0px; }

.wdt-custom-query-form > div:last-child { display: grid; }
.wdt-custom-query-form > div:last-child input[type="submit"].has-spinner,
.wdt-custom-query-form > div:last-child input[type="submit"].has-spinner ~ span.wpcf7-spinner { grid-area: 1/-1; align-self: center; justify-self: center; }
.wdt-custom-query-form > div:last-child input[type="submit"].has-spinner ~ span.wpcf7-spinner { pointer-events: none; background-color: var(--wdtBodyBGColor); }
.wdt-custom-query-form > div:last-child input[type="submit"].has-spinner ~ span.wpcf7-spinner:before { background-color: var(--wdtSecondaryColor); }

.wdt-custom-contact-form .wpcf7-form-control-wrap input[type="text"] ~ .wpcf7-not-valid-tip, 
.wpcf7 .wdt-custom-contact-form .wpcf7-form-control-wrap input[type="email"] ~ .wpcf7-not-valid-tip, 
.wpcf7 .wdt-custom-contact-form .wpcf7-form-control-wrap textarea ~ .wpcf7-not-valid-tip { 
    padding: clamp(0.25rem, 0.1635rem + 0.3846vw, 0.625rem); font-size: clamp(0.75rem, 0.7212rem + 0.1282vw, 0.875rem); }
.wdt-custom-contact-form .wpcf7-form-control.wpcf7-submit ~ .wpcf7-spinner { transform: translateY(6px); }

/* Counter Style */

.wdt-custom-counter-section .wdt-content-item .wdt-content-counter { 
    font-size: clamp(2.75rem, 2.5481rem + 0.8974vw, 3.625rem); font-weight: 800; line-height: 1; }


/* QI Addon Overwrite Style */

.qodef-qi-animated-text .qodef-m-title { margin: 0; }
.qodef-qi-animated-text .qodef-m-title span img { height: 60px; width: auto; }

/*Service button*/
.wdt-custom-temp-service-hover-btn .wdt-button-holder.wdt-template-filled .wdt-button { 
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem); font-weight: 500; padding: clamp(1.125rem, 1.0096rem + 0.5128vw, 1.625rem);
    line-height: 1; background: rgba(var(--wdtPrimaryColorRgb),0.7); border: none; border-radius: 50%;
    aspect-ratio: 1; font-weight: normal;
    display: flex; align-items: center; justify-content: center;
    text-decoration: underline !important; text-decoration-skip-ink: none; margin: 0;
    transition: background .3s ease, color .3s ease, opacity .3s ease, transform var(--wdt-transform-transition-duration);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(0.2) scaleY(0.2);
    opacity: 0;
    transform-origin: 50px 50px;
}
.wdt-custom-image-col:hover .wdt-custom-temp-service-hover-btn .wdt-button-holder.wdt-template-filled .wdt-button {
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    opacity: 1;
    transform-origin: 50px 50px;
}
.wdt-custom-image-col:hover .wdt-custom-temp-service-hover-btn .wdt-button-holder.wdt-template-filled .wdt-button:hover{
    color: var(--wdtAccentTxtColor); background: rgba(var(--wdtPrimaryColorRgb),1);
    transform: perspective(var(--wdt-transform-perspective)) rotateX(var(--wdt-transform-rotateX)) rotateY(var(--wdt-transform-rotateY)) scaleX(var(--wdt-transform-scale)) scaleY(var(--wdt-transform-scale));
}

.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text { overflow: hidden; position: relative;}
.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text:after, 
.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text:before { 
    content: ''; display: block; width: 100%; height: 1px; position: absolute; bottom: 0; background-color: currentColor; transition: transform .4s cubic-bezier(.31,.29,.05,.96);
}
.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text:after { left: -100%; transition-delay: 0.3s; }
.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text:before{ left: 0px; }
.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text:hover:after, 
.wdt-custom-text-btn .wdt-button-holder.wdt-template-textual .wdt-button .wdt-button-text:hover:before { transform: translateX(100%); }

/*Home-2*/
.wdt-custom-testimonial-with-counter.qodef-qi-swiper-container.qodef-swiper--initialized {
    padding: 50px; backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); background: rgba(var(--wdtSecondaryColorRgb),.8); border-radius: var(--wdtRadius_Zero);
}
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner { align-items: baseline; }
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
    width: auto; margin-right: 20px; margin-bottom: 20px;
}
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider .qodef-e-media-image img { border-radius: var(--wdtRadius_Full); width: 100px;
    height: 100px; object-fit: cover; object-position: top center;}
.wdt-custom-testimonial-with-ccounter.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text { margin-bottom: 15px; max-width: 505px; }
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author { 
    flex-direction: row; align-items: baseline; font-weight: var(--wdtFontWeight_Ext); flex-wrap: wrap;
}
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider .qodef-e-author-name {
    text-transform: uppercase; font-weight: calc(var(--wdtFontWeight_Alt) - 100); font-size: var(--wdtFontSize_Base); color: var(--wdtAccentTxtColor);
}
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
    font-size: var(--wdtFontSize_Ext);
}
.wdt-custom-testimonial-with-counter.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job:before {
    content: ''; display: inline-block; vertical-align: middle; height: 2px; width: 6px; background-color: currentColor; margin: 0 8px;
}

.wdt-custom-home-2-image-box .wdt-content-item { display: flex; align-items: center;}
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0px; flex-basis: 80%; }
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-media-group .wdt-content-subtitle { text-align: center; font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem); font-weight: var(--wdtFontWeight_Ext); letter-spacing: 0px;}
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-description { color: rgba(var(--wdtAccentTxtColorRgb), 0.4);}
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a { background-color: transparent; color: var(--wdtAccentTxtColor); font-weight: calc(var(--wdtFontWeight_Base) + 100); padding: 0px; position: relative; overflow: hidden; }
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:after, 
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:before { 
    content: ''; display: block; width: 100%; height: 1px; position: absolute; bottom: 0; background-color: currentColor; transition: transform .4s cubic-bezier(.31,.29,.05,.96);
}
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:after { left: -100%; transition-delay: 0.3s; }
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:before{ left: 0px; }
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:hover:after, 
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:hover:before { transform: translateX(100%); }
.wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group .wdt-content-button > a:hover { color: var(--wdtLinkHoverColor); }
.wdt-custom-award-overlay-bg:after {
    content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #242424; border-radius: 12px; z-index: 0; transition: var(--wdtBaseTransition);
}
.wdt-custom-award-overlay-bg:hover:after {
    background: var(--wdtSecondaryColor); opacity: 0.85;
}

/*Career*/
.wdt-custom-career-sidebar-list.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text span { font-weight: calc(var(--wdtFontWeight_Ext) - 100); color: var(--wdtHeadAltColor); }
.wdt-custom-career-sidebar-list.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text { font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem); }

.wdt-custom-home-4-icon-box .elementor-icon-box-wrapper { display: flex; align-items: center; }
.wdt-custom-home-4-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon { margin-right: 25px; }
.wdt-custom-home-4-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description a{ color: var(--wdtAccentTxtColor); }
.wdt-custom-home-4-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description a:hover { color: var(--wdtLinkHoverColor);}


/***********************
 Harikaran section style 
 ***********************/

/* custom style starts (H) */

/* slider style 1 */
/* .swiper-wrapper {cursor: grab;} */
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide { pointer-events: none; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle { font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Ext); text-transform: uppercase; letter-spacing: var(--AD-Letter-Spacing); margin-bottom: 10px; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: clamp(calc(var(--wdtFontSize_H4) - 4px ), 1.2981rem + 2.5641vw, var(--wdtFontSize_Alt)); font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; margin-top: 0; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-title { margin-top: 0; margin-bottom: clamp(2.5rem, 2.2837rem + 0.9615vw, 3.4375rem); }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-button a { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Ext); padding: var(--wdtPadding_Btn); border-radius: var(--wdtRadius_2X); background-color: var(--wdtPrimaryColor); pointer-events: painted; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-button a:hover { background-color: var(--wdtSecondaryColor); }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper { position: relative; width: calc(100% - 30%); margin-top: clamp(5rem, 3.5684rem + 2.2346vw, 6.25rem); }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar { height: 1px; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper div[class*="wdt-total-"] { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontSize_Alt); color: var(--wdtAccentTxtColor); }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper .wdt-total-current-slides { position: absolute; left: 0; text-align: start; top: -30px; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper .wdt-total-slides { padding-top: 8px; text-align: end; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after { background-image: linear-gradient(0deg, rgba(var(--wdtAccentTxtColorRgb)) 0%, rgba(var(--wdtAccentTxtColorRgb)) 100% ); opacity: 0.3; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group { overflow: hidden; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide .wdt-content-item .wdt-content-detail-group > div { -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 1s cubic-bezier(.42, 0, .58, 1); transition: all 1s cubic-bezier(.42, 0, .58, 1); }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group > div:nth-child(2) { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group > div:nth-child(3) { -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-detail-group > div { -webkit-transform: translateX(0%); transform: translateX(0%); }

/* scroll button stylw */
.elementor-absolute .elementor-widget-container .wdt-button-size-sm a.wdt-button { border-radius: var(--wdtRadius_2X); font-size: var(--wdtFontSize_Base); background-color: transparent; }
.elementor-absolute .elementor-widget-container .wdt-button-size-sm a .wdt-button-icon span { display: inline-flex; justify-content: center; align-items: center; width: 18px; height: 18px; font-size: 12px; background-color: var(--wdtPrimaryColor); border-radius: var(--wdtRadius_Full); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.elementor-absolute .elementor-widget-container .wdt-button-size-sm a:hover .wdt-button-icon span { color: var(--wdtPrimaryColor); background-color: var(--wdtAccentTxtColor); }
.elementor-absolute .elementor-widget-container .wdt-button-size-sm a:after { width: 16px; height: 16px; left: inherit; margin: auto; border-radius: var(--wdtRadius_Full); background-color: var(--wdtPrimaryColor); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: translateX(-25px); transform: translateX(-25px); }
.elementor-absolute .elementor-widget-container .wdt-button-size-sm a:hover:after { width: 100%; height: 100%; border-radius: var(--wdtRadius_2X); -webkit-transform: translateX(0%); transform: translateX(0%); }

/* slider style 2 */
.wdt-slider-heading-1 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements { padding: 8px 20px; border-radius:  clamp(var(--wdtRadius_3X), 0.4808rem + 0.641vw, calc(var(--wdtRadius_3X) * 2)); will-change: transform; margin-right: 15px; line-height: 1; overflow: hidden; position: relative; z-index: 1; }
.wdt-slider-heading-1 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:last-child { padding-bottom: clamp(0.75rem, 0.6346rem + 0.5128vw, 1.25rem); }
.wdt-slider-heading-1 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-colored-elements:before { 
    content: ""; position: absolute; left: -100%; top: -100%; width: 300%; height: 300%; background-image: url("../images/higlight-txt.jpg"); 
    background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: -1; animation: background-anim 3s infinite 1s linear alternate; }
@keyframes background-anim { to { transform: translateY(20px); } }

.wdt-slider-heading-1 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title { 
    font-size: clamp(calc(var(--wdtFontSize_H4) - 4px), 1.0096rem + 3.8462vw, calc(var(--wdtFontSize_Alt) + 20px)); line-height: normal; 
    /* font-size: clamp(calc(var(--wdtFontSize_H4) - 4px ), 1.2981rem + 2.5641vw, var(--wdtFontSize_Alt)); */ }
.wdt-button-holder.wdt-template-textual.wdt-button-size-lg a.wdt-button .wdt-button-text { text-align: start; }
.wdt-button-holder.wdt-template-textual.wdt-button-size-lg a.wdt-button .wdt-button-text > span { margin-bottom: 5px; }
.wdt-button-holder.wdt-template-textual.wdt-button-size-lg a.wdt-button .wdt-button-icon span { display: inline-flex; justify-content: center; align-items: center; width: 55px; height: 55px; border-radius: var(--wdtRadius_Full); color: var(--wdtSecondaryColor); position: relative; overflow: hidden; backface-visibility: hidden; -webkit-transition: all 0.3s cubic-bezier(.42, 0, .58, 1); transition: all 0.3s cubic-bezier(.42, 0, .58, 1); will-change: transform; }
.wdt-button-holder.wdt-template-textual.wdt-button-size-lg a.wdt-button .wdt-button-icon span:before { content: ""; position: absolute; left: -100%; top: -100%; width: 300%; height: 300%; background-image: url("../images/higlight-txt.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: -1; animation: background-anim 3s infinite 1s linear alternate; }
/* .wdt-button-holder.wdt-template-textual a.wdt-button:hover .wdt-button-icon span { -webkit-transform: scale(1.1); transform: scale(1.1); } */
.wdt-button-holder.wdt-template-textual.wdt-button-size-lg a.wdt-button .wdt-button-icon { margin-right: 12px; }

/* scroll down style 2 with contact icon list */
.wdt-custom-slider-heading-style-1 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(1.875rem, 1.0096rem + 3.8462vw, 5.625rem); }
.wdt-custom-slider-heading-style-1 .wdt-heading-holder .wdt-heading-content-wrapper { font-size: var(--wdtFontSize_Ext); }
.wdt-custom-scroll-down-style .wdt-content-item .wdt-content-title h5 { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Ext); text-transform: uppercase; letter-spacing: 0.02px; writing-mode: vertical-lr; transform: scale(-1); margin-top: 0; }
.wdt-custom-scroll-down-style .wdt-content-item .wdt-content-title h5:before { content: ""; position: relative; display: inline-block; margin-bottom: 10px; width: 1px; height: 100px; background-color: var(--e-global-color-676c940); }
.wdt-custom-btn-style .wdt-button-holder.wdt-button-size-lg .wdt-button { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Alt); text-transform: uppercase; padding: 1.125em 3.75em; }
.wdt-custom-slider-link-box-style .wdt-content-item .wdt-content-title h5 { font-size: clamp(var(--wdtFontSize_Ext), 0.8173rem + 0.2564vw, calc(var(--wdtFontSize_Base) + 2px )); font-weight: var(--wdtFontWeight_Alt); text-transform: uppercase; margin-top: 0; }
.wdt-custom-slider-link-box-style .wdt-content-item { display: inline-flex; align-items: center; }
.wdt-custom-slider-link-box-style .wdt-content-item .wdt-content-media-group { display: inline-flex; margin-bottom: 0; }
.wdt-custom-slider-link-box-style .wdt-content-item > div { margin: 0 5px; }

/* slider style 4 */
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item { display: inline-flex; flex-wrap: wrap; align-items: center; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-image > a > img { width: 100%; max-width: 165px; }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-title h5 { font-size: calc(var(--wdtFontSize_H6) - 2px ); font-weight: var(--wdtFontWeight_Base); margin-top: 0; }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-elements-group { display: inline-flex; align-items: center; }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-media-group { display: inline-flex; }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-media-group,
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-elements-group>.wdt-content-icon-wrapper{ margin: 0 5px 0 0; }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group,
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-elements-group>.wdt-content-description{ margin: 0 0 0 5px; }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-elements-group>.wdt-content-description,
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: var(--wdtFontSize_Ext); }
.elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-title { margin-bottom: 5px; }

.wdt-slider-heading-4 .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(calc(var(--wdtFontSize_H4) - 4px ), 1.2981rem + 2.5641vw, var(--wdtFontSize_Alt)); }
.wdt-slider-icon-box-style-3 .wdt-content-item .wdt-content-title h5 { font-size: clamp(var(--wdtFontSize_H6), 1.1058rem + 0.641vw, calc(var(--wdtFontSize_H4) - 4px )); font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; margin-top: 0; }
.wdt-slider-icon-box-style-3 .wdt-content-item .wdt-content-detail-group .wdt-content-button>a { font-style: var(--wdtFontSize_Base); text-transform: capitalize; font-weight: var(--wdtFontWeight_Alt); background: none !important; padding: 0; font-family: var(--wdtFontTypo_Alt); display: inline-flex; align-items: center; }
.wdt-slider-icon-box-style-3 .wdt-content-item .wdt-content-detail-group .wdt-content-button>a:after { margin-left: 10px; content: ''; position: relative; display: inline-block; align-items: center; font-size: 14px; width: 18px; height: 18px; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .rar0%7Bfill:currentcolor;%7D %3C/style%3E%3Cpath class='rar0' d='M13.3,87.5C13.3,87.5,13.3,87.5,13.3,87.5c-3.4,0-6.5-1.7-8.4-4.7c-1.8-2.9-2-6.4-0.6-9.5L15.2,50L4.3,26.7 c-1.5-3.1-1.2-6.7,0.6-9.5c1.9-2.9,5-4.7,8.4-4.7c1.3,0,2.6,0.3,3.8,0.8l75.6,30.9c2.4,1,3.9,3.3,3.9,5.9c0,2.6-1.5,4.9-3.9,5.9 L17.1,86.8C15.9,87.3,14.6,87.5,13.3,87.5z M13.3,21.7c-0.3,0-0.5,0.2-0.6,0.4c-0.2,0.3-0.1,0.5,0,0.7L25.4,50L12.7,77.2 c-0.1,0.2-0.1,0.4,0,0.7c0.1,0.2,0.4,0.4,0.6,0.4h0c0.1,0,0.2,0,0.3-0.1L82.7,50L13.6,21.8C13.5,21.7,13.4,21.7,13.3,21.7z'/%3E%3C/svg%3E%0A"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .rar0%7Bfill:currentcolor;%7D %3C/style%3E%3Cpath class='rar0' d='M13.3,87.5C13.3,87.5,13.3,87.5,13.3,87.5c-3.4,0-6.5-1.7-8.4-4.7c-1.8-2.9-2-6.4-0.6-9.5L15.2,50L4.3,26.7 c-1.5-3.1-1.2-6.7,0.6-9.5c1.9-2.9,5-4.7,8.4-4.7c1.3,0,2.6,0.3,3.8,0.8l75.6,30.9c2.4,1,3.9,3.3,3.9,5.9c0,2.6-1.5,4.9-3.9,5.9 L17.1,86.8C15.9,87.3,14.6,87.5,13.3,87.5z M13.3,21.7c-0.3,0-0.5,0.2-0.6,0.4c-0.2,0.3-0.1,0.5,0,0.7L25.4,50L12.7,77.2 c-0.1,0.2-0.1,0.4,0,0.7c0.1,0.2,0.4,0.4,0.6,0.4h0c0.1,0,0.2,0,0.3-0.1L82.7,50L13.6,21.8C13.5,21.7,13.4,21.7,13.3,21.7z'/%3E%3C/svg%3E%0A"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: cover; mask-size: cover; background-color: var(--wdtPrimaryColor); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-slider-icon-box-style-3 .wdt-content-item .wdt-content-detail-group .wdt-content-button>a:hover:after { margin-left: 16px; }
.wdt-custom-branding-icon-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { font-size: clamp(6.25rem, 5.6731rem + 2.5641vw, 8.75rem); line-height: 0; height: auto; padding: 0; -webkit-transition: all 0s ease-out; transition: all 0s ease-out; }

.wdt-custom-branding-icon-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-custom-branding-icon-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg { height: auto; }
.wdt-custom-branding-icon-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon a { color: var(--wdtAccentTxtColor); opacity: 0.3; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-custom-branding-icon-style-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon a:hover { color: var(--wdtLinkHoverColor); opacity: 1; }

.wdt-custom-text-social-media-style .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Ext); text-transform: uppercase; margin-top: 0; }
.wdt-slider-icon-box-style-3 .wdt-content-item .wdt-content-detail-group .wdt-content-description { margin-bottom: clamp(0.9375rem, 0.1042rem + 1.7361vw, 2.1875rem); }
/* .elementor-widget-container .elementor-divider { border-bottom: 1px solid Rgba(var(--wdtPrimaryColorRgb),.3); } */
.wdt-custom-slider-heading-style-4 .wdt-heading-holder h4.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(var(--wdtFontSize_H6), 1.1058rem + 0.641vw, calc(var(--wdtFontSize_H4) - 4px )); }

.wdt-button-holder.wdt-template-textual.wdt-button-size-nm a.wdt-button { color: var(--wdtSecondaryColor); }
.wdt-button-holder.wdt-template-textual.wdt-button-size-nm a.wdt-button:hover { color: var(--wdtPrimaryColor); }

.wdt-button-holder.wdt-template-textual.wdt-button-size-nm a.wdt-button .wdt-button-icon>span { position: relative; transform: rotate(90deg); width: 30px; height: 30px; border-radius: var(--wdtRadius_Full); display: inline-flex; justify-content: center; align-items: center; }
.wdt-button-holder.wdt-template-textual.wdt-button-size-nm a.wdt-button .wdt-button-icon>span:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; border: 1px solid currentColor; border-radius: var(--wdtRadius_Full); transition: border-right-color 1s ease-out; animation-play-state: paused; }
.wdt-button-holder.wdt-template-textual.wdt-button-size-nm a.wdt-button:hover .wdt-button-icon>span:before { border-right-width: 0px; animation: rotate-border 1s linear infinite; }
@keyframes rotate-border { to{transform: rotate(360deg);} }

/* slider style 3 */
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button { display: flex;
    background-color: transparent; overflow: hidden; backface-visibility: hidden; 
    border-radius: calc(var(--wdtRadius_3X) * 18); padding: 10px 10px 10px 36px; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:before, 
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:after { 
    content: ""; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; top: 0; z-index: -1; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:before { background-color: var(--wdtSecondaryColor); }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:after { 
    background-image: url("https://raki.wpengine.com/wp-content/uploads/2023/08/play-bg-image.jpg"); 
    background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.4; 
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; transform-origin: top center; }

.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:hover:after { -webkit-transform: scale(1.1); transform: scale(1.1); }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-text { text-align: start; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-text > span { 
    font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Base); margin-bottom: 5px; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-text > small { font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Base); opacity: 0.7; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button > .wdt-button-icon { margin-left: 60px; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button > .wdt-button-icon > span { font-size: 22px; width: 90px; height: 90px; color: Rgba(var(--wdtSecondaryColorRgb),.8); background-color: var(--wdtPrimaryColor); border-radius: var(--wdtRadius_Full); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button > .wdt-button-icon > span > i { width: 100%; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:hover > .wdt-button-icon > span { background-color: var(--wdtAccentTxtColor); }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-text , 
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button .wdt-button-icon { transform: translateX(0%); transition: all 0.6s ease-out; }
/* .wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:hover .wdt-button-text { transform: translateX(75%); transition: all 0.6s ease-out; }
.wdt-custom-slider-play-button .wdt-button-holder.wdt-button-icon-after .wdt-button:hover .wdt-button-icon { transform: translateX(-260%); transition: all 0.6s ease-out; } */

.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-image { overflow: hidden; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-image>img { -webkit-clip-path: circle(4.4% at 51% 0); clip-path: circle(4.4% at 51% 0); opacity: 0; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .elementor-image>img { -webkit-clip-path: circle(111.0% at 51% 0); clip-path: circle(111.0% at 51% 0); opacity: 1; height: 100%; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-heading-holder>div,
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-heading-holder>h2 { -webkit-clip-path: circle(1.7% at 0 52%); clip-path: circle(1.7% at 0 52%); opacity: 0; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }

.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-heading-holder>div,
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-heading-holder>h2 { -webkit-clip-path: circle(71.7% at 50% 51%); clip-path: circle(71.7% at 50% 51%); opacity: 1; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-heading-holder>.wdt-heading-subtitle-wrapper { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-heading-holder>h2 { font-size: clamp(calc(var(--wdtFontSize_H4) - 4px), 1.2981rem + 2.5641vw, var(--wdtFontSize_Alt)); -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-heading-holder>.wdt-heading-content-wrapper { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-button-holder { opacity: 0; -webkit-transition: all 0.6s ease-in-out 1s; transition: all 0.6s ease-in-out 1s; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-button-holder { opacity: 1; }
.wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .wdt-heading-holder>h2 .wdt-heading-title{ font-size: clamp(calc(var(--wdtFontSize_H4) - 4px ), 1.2981rem + 2.5641vw, var(--wdtFontSize_Alt)); }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper { width: 260px; position: absolute; right: 240px; top: 344px; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { display: flex; justify-content: space-between; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before, .wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover:before { display: none; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div { color: var(--wdtSecondaryColor); margin-top: 0; width: inherit; height: inherit; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:first-child { margin-right: 30px; flex-direction: row-reverse; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:last-child { margin-left: 30px; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div * { transition: all 0s ease-in-out; }
.wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover { color: var(--wdtPrimaryColor); }


.wdt-slider-counter-section-style .wdt-content-item .wdt-content-detail-group .wdt-content-counter { line-height: 1; }
.wdt-slider-counter-section-style .wdt-content-item .wdt-content-detail-group .wdt-content-counter .wdt-content-counter-number { font-size: var(--wdtFontSize_H4); }
.wdt-slider-counter-section-style .wdt-content-item .wdt-content-detail-group .wdt-content-title > h5 { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); margin-top: 0; }
.wdt-slider-counter-section-style .wdt-content-item .wdt-content-detail-group .wdt-content-counter-wrapper { margin-bottom: 10px; }

.wdt-custom-page-down-style .elementor-widget-container .elementor-icon-wrapper .elementor-icon { font-size: 180px; }
.wdt-custom-page-down-style .elementor-widget-container .elementor-icon-wrapper .elementor-icon .down-page-down { animation: pagedown 10s infinite linear; transform-origin: center; }
.wdt-custom-page-down-style .elementor-widget-container .elementor-icon-wrapper .elementor-icon:hover .down-page-down { animation-play-state: paused; }

@keyframes pagedown { to {transform: rotate(360deg);} }
/* .wdt-custom-overlay-style-01 { position: relative; border-radius: calc(var(--wdtRadius_3X) * 3 ); overflow: hidden; }
.wdt-custom-overlay-style-01:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
    background-image: linear-gradient(19deg, rgba(var(--wdtPrimaryColorRgb)) 0%, rgba(var(--wdtPrimaryColorRgb),.6) 35%, rgba(var(--wdtPrimaryColorRgb),.9) 100%); 
    background-repeat: no-repeat; background-size: cover; background-position: center; backdrop-filter: blur(5px); opacity: .8; } */
.wdt-custom-motion-animation-style .elementor-widget-container .elementor-icon-wrapper .elementor-icon { 
    width: 80px; height: 80px; font-size: 0; background-color: var(--wdtPrimaryColor); opacity: 0.9; 
    border-radius: var(--wdtRadius_Full); animation: alternate-anim 2s linear infinite alternate ; }
@keyframes alternate-anim { to { transform: translateY(20px); } }

.wdt-custom-slider-bg-color { background-color: rgba(var(--wdtPrimaryColorRgb),0.05); }

/* contact form style 1 */
.wdt-custom-service-form-style div>span>input,
.wdt-custom-service-form-style div span textarea,
.wdt-custom-service-form-style .select2-container .select2-container--default .select2-selection--single { 
    background-color: var(--wdtBodyBGColor); color: var(--wdtAccentTxtColor); padding: 20px 30px; border-color: transparent;
    background-image: linear-gradient(45deg, rgba(var(--wdtTertiaryColorRgb), 0.72), rgba(var(--wdtTertiaryColorRgb), 0.72)); }
.wdt-custom-contactus-form-style .select2-container,
.wdt-custom-service-form-style .select2-container { width: 100% !important; position: relative; }
.wdt-custom-contactus-form-style .select2-container:after,
.wdt-custom-service-form-style .select2-container:after { content: ""; position: absolute; right: 22px; top: 0; bottom: 0; margin: auto; width: 10px; height: 10px; border-bottom-style: solid; border-bottom-width: 2px; border-right-style: solid; border-right-width: 2px; border-color: var(--wdtAccentTxtColor); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); pointer-events: none; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-custom-contactus-form-style .select2-container--open.select2-container:after,
.wdt-custom-service-form-style .select2-container--open.select2-container:after { -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.wdt-custom-service-form-style div>span>.input[type="submit"] { margin-top: 0; }
.wdt-custom-service-form-style .radio-button-area { margin-bottom: 40px; }
.wdt-custom-service-form-style .radio-button-area > .wpcf7-form-control-wrap { display: flex; text-align: center; justify-content: center; }
.wdt-custom-contactus-form-style .select2-container--default .select2-selection--single .select2-selection__arrow b,
.wdt-custom-service-form-style .select2-container--default .select2-selection--single .select2-selection__arrow b { opacity: 0; }
.wdt-custom-service-form-style .select2-container--default .select2-selection--single .select2-selection__rendered { background-color: var(--wdtBodyBGColor); background-image: linear-gradient(45deg, rgba(var(--wdtTertiaryColorRgb), 0.72), rgba(var(--wdtTertiaryColorRgb), 0.72)); color: var(--wdtAccentTxtColor); padding: 5px 30px; border-radius: var(--wdtRadius_2X); }
.wdt-custom-service-form-style div>span:not(:last-child) { margin-bottom: 0px; }

.wdt-custom-contactus-form-style div.form-left-column { display: flex; flex-wrap: wrap; }

.wdt-custom-service-form-style .form-label-areas { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.wdt-custom-service-form-style .form-label-areas > div { display: inline-grid; gap: 20px; align-self: start; justify-self: center; width: 100%; }
.wdt-custom-service-form-style .form-label-areas > div.form-right-column { grid-template-columns: repeat(2, 1fr); }
.wdt-custom-service-form-style .form-label-areas > div.form-right-column > span:last-child { grid-column: 1/3; }
.wdt-custom-service-form-style .form-label-areas > div.form-center-column { grid-column: 1/3; justify-self: center; width: 100%; 
    max-width: 500px; text-align: center; place-items: center; margin: 0 auto; }
.wdt-custom-service-form-style .form-label-areas > div.form-center-column .attachdocument { width: 100%; margin-top: 20px; }
.wdt-custom-service-form-style div span textarea:focus { border-color: var(--wdtPrimaryColor); }
.wdt-custom-service-form-style .form-label-areas > div.form-center-column input[type="submit"].has-spinner,
.wdt-custom-service-form-style .form-label-areas > div.form-center-column input[type="submit"].has-spinner ~ span.wpcf7-spinner { grid-row: 2/3; grid-column: 1/2; }
.wdt-custom-service-form-style .form-label-areas > div.form-center-column input[type="submit"].has-spinner ~ span.wpcf7-spinner { pointer-events: none; }

.wdt-custom-contactus-form-style div span textarea,
.wdt-custom-service-form-style div span textarea { height: 141px; }
.wdt-custom-service-form-style .codedropz-upload-handler { margin-bottom: 0; }
.wdt-custom-service-form-style .codedropz-upload-handler .codedropz-upload-inner > * { margin: 5px; }
.wdt-custom-service-form-style .codedropz-upload-handler .codedropz-upload-inner { display: inline-flex; justify-content: center; align-items: center; }
.wdt-custom-service-form-style .codedropz-upload-handler .codedropz-upload-container { padding: 8px 10px; }
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-details .name,
.wdt-custom-service-form-style .codedropz-upload-handler .codedropz-upload-inner > .codedropz-btn-wrap > a { color: var(--wdtAccentTxtColor); }
.wdt-custom-service-form-style .codedropz-upload-handler .codedropz-upload-inner > .codedropz-btn-wrap > a:hover,
.wdt-custom-service-form-style .codedropz-upload-handler .codedropz-upload-inner > span:first-child { color: var(--wdtPrimaryColor); }
.wdt-custom-service-form-style .wpcf7-form-control.wpcf7-radio { display: inline-flex; flex-wrap: wrap; justify-content: center; width: auto; margin: -10px; }
.wdt-custom-service-form-style .wpcf7-form-control.wpcf7-radio > span { margin: 10px; }
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-image { background-color: var(--wdtAccentTxtColor); }
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-details .dnd-progress-bar span { color: var(--wdtAccentTxtColor); padding: 1px 10px 0 0; }
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-details .dnd-progress-bar,
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-details .name { margin: 0; }
.wdt-custom-service-form-style .dnd-upload-status { margin-top: 10px; }
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-details .remove-file span:after { background-color: var(--wdtAccentTxtColor); border-radius: var(--wdtRadius_Full); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-custom-service-form-style .dnd-upload-status .dnd-upload-details .remove-file span:hover:after { background-color: var(--wdtPrimaryColor); }
.wdt-custom-service-form-style .wpcf7-list-item > label { position: relative; display: grid; overflow: hidden; border-radius: var(--wdtRadius_2X); }
.wdt-custom-service-form-style .wpcf7-list-item > label > input,
.wdt-custom-service-form-style .wpcf7-list-item > label > span { grid-area: 1/-1; display: inline-flex; justify-content: center; align-items: center; }
.wdt-custom-service-form-style .wpcf7-list-item > label > input[type="radio"] { opacity: 0; z-index: 100; }
.wdt-custom-service-form-style .wpcf7-list-item > label > span { font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
    background-color: transparent; background-image: linear-gradient(45deg, rgba(var(--wdtTertiaryColorRgb), 0), rgba(var(--wdtTertiaryColorRgb), 0)); 
    cursor: pointer; color: var(--wdtAccentTxtColor); -webkit-transition: all 0s ease-out; transition: all 0s ease-out; 
    padding: var(--wdtPadding_Btn); border: 2px solid var(--wdtBorderColor); border-radius: inherit; }
.wdt-custom-service-form-style .wpcf7-list-item > label > input[type="radio"]:checked ~ span { background-color: var(--wdtPrimaryColor); 
    background-image: linear-gradient(45deg, transparent, transparent); border-color: var(--wdtPrimaryColor); }
.wdt-custom-service-form-style div input[type="submit"] { padding: var(--wdtPadding_Btn); margin-top: 0px; font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem); }
.wdt-custom-service-form-style::placeholder { opacity: 1 !important; }
.wpcf7-not-valid-tip { font-size: clamp(0.625rem, 0.5673rem + 0.2564vw, 0.875rem); position: absolute; right: 10px; bottom: 0; }
/* .wdt-custom-contactus-form-style .wpcf7-not-valid-tip { right: 15px; bottom: 10px; } */

.wdt-custom-home-4-contact-form .wdt-custom-service-form-style div>span>input, .wdt-custom-home-4-contact-form .wdt-custom-service-form-style div span textarea, .wdt-custom-home-4-contact-form .wdt-custom-service-form-style .select2-container .select2-container--default .select2-selection--single { 
    background-color: rgba(var(--wdtSecondaryColorRgb), 0.04); color: var(--wdtSecondaryColor); background-image: none; border-color: var(--wdtBorderColor);
}
.wdt-custom-home-4-contact-form .wdt-custom-service-form-style div>span>input:focus, .wdt-custom-home-4-contact-form .wdt-custom-service-form-style div span textarea:focus { border-color: var(--wdtPrimaryColor);}
.wdt-custom-home-4-contact-form .wdt-custom-service-form-style .select2-container:after { border-color: var(--wdtSecondaryColor); }
.wdt-custom-home-4-contact-form .wdt-custom-service-form-style .select2-container--default .select2-selection--single .select2-selection__rendered { background-image: none; background-color: rgba(var(--wdtSecondaryColorRgb), 0.04); color: rgba(var(--wdtSecondaryColorRgb),.8); border-color: rgba(var(--wdtHeadAltColorRgb),0) !important;}
.wdt-custom-home-4-contact-form .wdt-custom-service-form-style .form-label-areas > div.form-center-column { max-width: 100%; place-items: flex-start;}

/* contact form style 2 */
.wdt-custom-contactus-form-style div>span>input,
.wdt-custom-contactus-form-style div span textarea { background-color: rgba(var(--wdtSecondaryColorRgb), 0.04); color: var(--wdtSecondaryColor); padding: 20px 30px; }
.wdt-custom-contactus-form-style .select2-container--default .select2-selection--single .select2-selection__rendered { border-color: rgba(var(--wdtHeadAltColorRgb),0); background-color: rgba(var(--wdtSecondaryColorRgb), 0.04); padding: 5px 30px; border-radius: var(--wdtRadius_2X); }
.wdt-custom-contactus-form-style .select2-container--default .select2-selection--single { font-family: var(--wdtFontTypo_Base); color: rgba(var(--wdtSecondaryColorRgb),.8); border-color: rgba(var(--wdtHeadAltColorRgb),0) !important; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.wdt-custom-contactus-form-style .select2-container--default.select2-container--open .select2-selection--single { border-color: var(--wdtPrimaryColor) !important; }
.wdt-custom-contactus-form-style > div { margin: 0 -10px; }
.wdt-custom-contactus-form-style div.form-left-column > span { flex: 1; margin: 10px; }
.wdt-custom-contactus-form-style div.form-button-column,
.wdt-custom-contactus-form-style div.form-right-column > span { padding: 10px; }
.wdt-custom-contactus-form-style .select2-container:after { border-color: var(--wdtSecondaryColor); }
.wdt-custom-contactus-form-style div input[type="submit"] { padding: 14px 30px; margin: 0; }
.wdt-custom-contactus-form-style ::placeholder { opacity: 1 !important; color: rgba(var(--wdtSecondaryColorRgb),.8) !important; }

/* team section animation style */
.wdt-custom-home-2-team .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image { overflow: hidden; position: relative; }
.wdt-custom-home-2-team .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; background-color: var(--wdtPrimaryColor); -webkit-clip-path: circle(10.3% at 50% 100%); clip-path: circle(10.3% at 50% 100%); z-index: 1; -webkit-transition: all 0.3s cubic-bezier(1, 0.3, 0, 0.56); transition: all 0.3s cubic-bezier(1, 0.3, 0, 0.56); opacity: 0; }
.wdt-custom-home-2-team .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image::before { opacity: 0.85; -webkit-clip-path: circle(30% at 50% 100%); clip-path: circle(30% at 50% 100%); }

/* testimonial style */
.wdt-custom-home-4-testimonial .wdt-content-item-holder .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-advanced-carousel-holder.wdt-rc-template-default .wdt-custom-home-2-testimonial .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a {
    width: clamp(3.75rem, 3.375rem + 1.6667vw, 5.375rem);
    height: clamp(3.75rem, 3.375rem + 1.6667vw, 5.375rem);
    border-radius: var(--wdtRadius_Full);
}

.wdt-custom-home-4-testimonial .wdt-content-item-holder .wdt-content-item .wdt-content-title h5 a,
.wdt-advanced-carousel-holder.wdt-rc-template-default .wdt-custom-home-2-testimonial .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    margin-top: 0;
}

.wdt-custom-home-4-testimonial .wdt-content-item-holder .wdt-content-subtitle,
.wdt-advanced-carousel-holder.wdt-rc-template-default .wdt-custom-home-2-testimonial .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Base);
}

/* custom style ends (H) */


/* reponsive (H) */

@media screen and (max-width:1540px) {
    /* home 3 slider */
    .wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper { right: 140px; top: 244px; }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    /* home 3 slider */
    .wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper { right: 8%; }
}

@media screen and (max-width:1024px) {
    /* home 1 slider */
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper { margin: 5rem auto 0; }
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper { width: calc(100% - 50%);}
    /* home 2 slider */
    .wdt-custom-section-space-between .elementor-row > div:nth-child(1) {order: 1;}
    .wdt-custom-section-space-between .elementor-row > div:nth-child(2) {order: 3;}
    .wdt-custom-section-space-between .elementor-row > div:nth-child(3) {order: 2;}
    /* home 3 slider */
    .wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper { position: relative; right: 0px; left: 0px; width: 100%; top: 0px; }
    .wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { 
        padding: 0 20px; justify-content: center; margin-top: 30px; }

    .wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-widget.elementor-widget-image {
        position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; opacity: 0.3; }
    .wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-widget.elementor-widget-image, 
    .wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-widget.elementor-widget-image .elementor-widget-container,
    .wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-widget.elementor-widget-image .elementor-widget-container .elementor-image {
        height: 100%; }
    .wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-widget.elementor-widget-image .elementor-widget-container .elementor-image > img { 
        width: 100%; object-fit: cover; object-position: center; }

/* elementor update */

@media screen and (max-width: 1024px){
    .wdt-custom-slider-style-03 .wdt-advanced-carousel-holder.wdt-rc-template-default .swiper-slide .elementor-widget.elementor-widget-image .elementor-widget-container img{ height:100%; } }

/* end */


    .wdt-custom-service-form-style .form-label-areas { display: grid; grid-template-columns: repeat(1, 1fr); gap: 20px; }
    .wdt-custom-service-form-style .form-label-areas > div.form-right-column { grid-template-columns: repeat(1, 1fr); }
    .wdt-custom-service-form-style .form-label-areas > div.form-right-column > span:last-child { grid-column: 1/2; }
    .wdt-custom-service-form-style .form-label-areas > div.form-center-column { grid-column: 1/2; }
}

@media screen and (max-width:767px) {
    .wdt-no-full-section.wdt-custom-page-down-section > .elementor-container { width: 100%; max-width: 100%; padding: 0 30px; }
    /* service contact form */
    .wdt-custom-contactus-form-style div.form-left-column > span,
    .wdt-custom-service-form-style .form-label-areas > div { flex: 0 0 100%; }
    .wdt-custom-contactus-form-style div input[type="submit"],
    .wdt-custom-service-form-style div input[type="submit"] { width: fit-content; margin-top: 0; }
}

@media screen and (min-width:481px) and (max-width:620px) {
    .wdt-custom-home-2-team .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image::before {
        -webkit-clip-path: circle(39% at 50% 100%); clip-path: circle(39% at 50% 100%); }
}

@media screen and (max-width:396px) {
    /* home 4 slider */
    .elementor-widget__width-auto.elementor-absolute .wdt-image-box-holder .wdt-content-item .wdt-content-media-group {margin-bottom: 15px;}
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* custom style for (vj) */
/* faq style */
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) { margin-bottom: 25px; }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title { font-weight: var(--wdtFontWeight_Alt); font-size: clamp(var(--wdtFontSize_H6), 1.1635rem + 0.3846vw, var(--wdtFontSize_H5)); line-height: var(--wdtLineHeight_Alt); }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder,
.wdt-accordion-toggle-holder .wdt-accordion-toggle-description { border: none; }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper,
.wdt-get-in-touch { border: 0px solid; border-color: rgb(var(--wdtPrimaryColorRgb), .2); border-radius: 7px; background: var(--wdtBodyBGColor); box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); overflow: visible; }
.wdt-faq-section .wdt-accordion-toggle-holder { overflow: visible; }
.wdt-queries-section-style {padding: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem)}
.wdt-faq-section .wdt-accordion-toggle-holder:not([class*="-template-simple"]) .wdt-accordion-toggle-title-holder,
.wdt-faq-section .wdt-accordion-toggle-holder[class*="-template-simple"] .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon { background-color: transparent !important; }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon { padding: 15px; border-radius: var(--wdtRadius_Full); background: var(--wdtPrimaryColor); margin-left: 15px; }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div { justify-content: center; }

.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder { padding: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }
.wdt-get-in-touch { padding: 20px clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-description { 
    padding: 0 clamp(1.25rem, -0.625rem + 8.3333vw, 9.375rem) clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem) clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active { padding: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem) clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem) 15px clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); }
.wdt-faq-section .wdt-accordion-toggle-holder .wdt-accordion-toggle-description { border-width: 0; }

/* pricing table style */
.wdt-pricing-plan .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container { display: flex; margin: 0px 0px 50px 0px; align-items: center; }
.wdt-pricing-plan input.wdt-advanced-checkbox-toggle { margin: 0 20px; }
.wdt-pricing-plan input.wdt-advanced-checkbox-toggle { width: 70px !important; height: 35px; }
.wdt-pricing-plan input.wdt-advanced-checkbox-toggle:before { height: 29px; width: 29px; background-color: var(--wdtPrimaryColor); }
.wdt-pricing-plan input.wdt-advanced-checkbox-toggle:checked { padding-left: 34px; box-shadow: inset 0 0 0 2.62857em rgb(var(--wdtPrimaryColorRgb), 0) !important; }
.wdt-pricing-plan input.wdt-advanced-checkbox-toggle { background: rgb(var(--wdtPrimaryColorRgb), .1); }
.wdt-pricing-plan .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container { z-index: 1; position: relative; }
.wdt-pricing-plan .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container .wdt-advanced-toggle-left-title,
.wdt-pricing-plan .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container .wdt-advanced-toggle-right-title { font-weight: var(--wdtFontWeight_Ext); }

.wdt-pricing-card { background: var(--wdtBodyBGColor); border-radius: 0px; transition: var(--wdtBaseTransition); }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 { font-size: var(--wdtFontSize_Ext); text-transform: uppercase; font-weight: var(--wdtFontWeight_H4); letter-spacing: 0; }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a { color: var(--wdtHeadAltColor); }
.wdt-pricing-card .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-sale { font-size: clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem); font-weight: var(--wdtFontWeight_H6); color: var(--wdtPrimaryColor); }
.wdt-pricing-card .elementor-widget-container .wdt-pricing-table-holder .wdt-pricing-table-pricing { margin-bottom: 20px; }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-footer'] { margin-top: 50px; }
.wdt-pricing-card .elementor-widget-container .wdt-pricing-table-holder .wdt-pricing-table-features { border-top: 0px solid rgb(var(--wdtPrimaryColorRgb), .4); padding: 20px 0 0 0; }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-excluded .wdt-pricing-table-features-list-icon { opacity: 1; }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'] { text-decoration: line-through; }
.wdt-pricing-card .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix { padding-right: 0px; }
.wdt-pricing-card .wdt-pricing-table-holder .wdt-pricing-table-features ul li .wdt-pricing-table-features-list-inner { display: flex; }
.wdt-pricing-card .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-suffix { padding-left: 0px; }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon { color: var(--wdtPrimaryColor); }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a { background-color: var(--wdtPrimaryColor); }
.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text { color: var(--wdtBodyTxtColor); line-height: var(--wdtLineHeight_Alt); }


/*--active--*/
.wdt-pricing-card.wdt-pricing-active,
.wdt-pricing-card:hover { background: rgb(var(--wdtPrimaryColorRgb), .06); }
.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a ,
.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a { background-color: var(--wdtSecondaryColor); }
.wdt-pricing-card:hover .elementor-widget-container .wdt-pricing-table-holder .wdt-pricing-table-features ,
.wdt-pricing-card.wdt-pricing-active .elementor-widget-container .wdt-pricing-table-holder .wdt-pricing-table-features { border-top: 0px solid rgb(var(--wdtHeadAltColorRgb), .4); }

/* .wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon,
.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text,
.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'],
.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a,
.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li.wdt-pricing-table-feature-included .wdt-pricing-table-features-list-icon,
.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-text,
.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'] { color: var(--wdtAccentTxtColor); } */

.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a:hover,
.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a:hover { background: var(--wdtBodyBGColor); color: var(--wdtSecondaryColor); }

/* custom button style */
.wdt-custom-btn .wdt-button-holder.wdt-button-size-nm .wdt-button { background: var(--wp--preset--color--transparent); border: 1px solid var(--wdtBodyBGColor); }
.wdt-custom-btn .wdt-button-holder.wdt-button-size-nm .wdt-button:hover { background: var(--wdtPrimaryColor); border-color: var(--wdtPrimaryColor); box-shadow: 0px 0px 30px rgba(var(--wdtBodyBGColorRgb),0.2); }

/* newsletter style */
.wdt-contact-form .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input { border-color: var(--wdtLinkColor); color: var(--wdtLinkColor); }

/* team section style */
.wdt-our-team .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper:before { opacity: 0; }
.wdt-our-team .wdt-content-item .wdt-social-icons-list { text-transform: uppercase; }
.wdt-our-team .wdt-content-item .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img { -webkit-transform: translateY(10px); transform: translateY(10px); transition: var(--wdtBaseTransition); }
.wdt-our-team .wdt-content-item:hover .wdt-media-image-overlay .wdt-content-image-wrapper .wdt-content-image img { -webkit-transform: translateY(0); transform: translateY(0); }
.wdt-our-team .wdt-content-item .wdt-social-icons-list li { transform: translateY(30px); transition: var(--wdtBaseTransition); position: relative; }
.wdt-our-team .wdt-content-item:hover .wdt-social-icons-list li { transform: translateY(0); }
.wdt-our-team .wdt-content-item .wdt-social-icons-list li { margin: 0; position: relative; }
.wdt-our-team .wdt-content-item .wdt-social-icons-list li:not(:last-child) { padding: 0 20px 0 0; }
.wdt-our-team .wdt-content-item .wdt-social-icons-list li:not(:last-child)::after { content: ''; position: absolute; width: 100%; max-width: 5px; height: 1px; background-color: var(--wdtAccentTxtColor); top: 0; left: 17px; right: 0; bottom: 0; margin: auto; }
.wdt-our-team .wdt-content-item:hover .wdt-media-image-overlay>.wdt-media-image-overlay-container>div:not(.wdt-content-button) a:hover { color: var(--wdtBodyTxtColor); }
.wdt-our-team .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-social-icons-container { position: relative; } .wdt-our-team .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-social-icons-container:before { position: absolute; content: ""; background: var(--wdtPrimaryColor); top: 0; left: 0; right: 0; bottom: -70px; width: 75%; margin: auto; height: 180px; border-radius: 100%; opacity: 0.9; transform: translateY(20px); transition: var(--wdtBaseTransition); }
.wdt-our-team .wdt-content-item:hover .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-social-icons-container:before { transform: translateY(0); }
.wdt-client-logos .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i { height: inherit; width: inherit; }
.wdt-client-logos .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg { height: inherit; width: inherit; }

.wdt-our-team .wdt-content-item .wdt-content-image-wrapper,
.wdt-our-team .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-our-team .wdt-content-item .wdt-content-image>span,
.wdt-our-team .wdt-content-item .wdt-content-image>a { display: unset; }

.wdt-custom-content .elementor-widget-container { border-color: var(--wdtPrimaryColor); }

/* testimonial style */
.wdt-custom-testimonial .wdt-content-item { display: flex; flex-wrap: wrap; flex-direction: column-reverse; width: 88%; }
.wdt-custom-testimonial .swiper-wrapper { flex-direction: column; }
.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group { display: flex; flex-wrap: wrap; align-items: center; width: 100%; margin-top: 10px; margin-bottom: 0; }

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group > div { flex: 1; }

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: var(--wdtRadius_Full);
    margin-right: clamp(1rem, 0.7692rem + 1.0256vw, 2rem);
}

.wdt-custom-testimonial .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
    padding: 0;
}

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper {
    justify-content: end;
}

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-content-elements-group > div { flex: 0 0 auto; }

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-media-image-cover .wdt-content-image-wrapper { width: inherit; }

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-media-image-cover { display: inline-flex; margin-bottom: 0; }
.wdt-custom-testimonial .wdt-content-item .wdt-content-title-group.below span:before { display: none; }
.wdt-custom-testimonial .wdt-content-item .wdt-content-title-group.below span { display: none; margin: 0; }
.wdt-custom-testimonial .wdt-content-item .wdt-content-separator.separator-2 span { width: 100%; max-width: 98%; margin: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem) 0 clamp(0.625rem, 0.3365rem + 1.2821vw, 1.875rem); color: var(--wdtPrimaryColor); opacity: 1; }

.wdt-custom-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-custom-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
.wdt-custom-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg { height: inherit; width: inherit; color: var(--wdtPrimaryColor); }
.wdt-custom-testimonial .wdt-content-item .wdt-content-detail-group .wdt-content-description { width: 80%; margin-bottom: 4px; font-size: clamp(var(--wdtFontSize_Base), 0.825rem + 0.875vw, calc(var(--wdtFontSize_H4) - 4px)); color: var(--wdtHeadAltColor); font-style: italic; font-weight: calc(var(--wdtFontWeight_Ext) - 100); }
.wdt-custom-testimonial .wdt-content-item .wdt-content-detail-group:after { content: ""; position: absolute; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 135.7 90' style='enable-background:new 0 0 135.7 90;' xml:space='preserve'%3E%3Cpath id='Path_155601' d='M87.1,85c0-2.8,2.7-7.9,8-15.4s8-11.4,8-11.9c0-1.1-1-2-2.9-2.9c-1.9-0.9-4.3-1.8-7.1-2.9 c-2.9-1.1-5.8-2.5-8.5-4.1c-3-1.9-5.5-4.5-7.2-7.7c-2-3.8-3-8-2.9-12.3c0-8.2,2.8-14.9,8.5-20c5.7-5.2,13-7.8,21.9-7.8 c8.1-0.2,16,2.9,21.9,8.5c5.8,5.3,9.1,12.9,9,20.8c-0.1,9.7-2,19.3-5.7,28.2c-3.4,8.8-8.6,16.7-15.3,23.3c-6.4,6.1-13,9.2-19.8,9.2 C89.7,90,87.1,88.3,87.1,85z M12.6,85c0-2.8,2.7-7.9,8-15.4s8-11.4,8-11.9c0-1.1-1-2-2.9-2.9c-1.9-0.9-4.3-1.8-7.1-2.9 c-2.9-1.1-5.8-2.5-8.5-4.1c-3-1.9-5.5-4.5-7.2-7.7c-2-3.8-3-8-2.9-12.3c0-8.2,2.8-14.9,8.5-20C14.1,2.6,21.4,0,30.4,0 c8.1-0.2,16,2.9,21.9,8.5c5.8,5.3,9.1,12.9,9,20.8c-0.1,9.7-2,19.3-5.7,28.2c-3.4,8.8-8.6,16.7-15.4,23.3c-6.4,6.1-13,9.2-19.8,9.2 C15.2,90,12.6,88.3,12.6,85L12.6,85z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 135.7 90' style='enable-background:new 0 0 135.7 90;' xml:space='preserve'%3E%3Cpath id='Path_155601' d='M87.1,85c0-2.8,2.7-7.9,8-15.4s8-11.4,8-11.9c0-1.1-1-2-2.9-2.9c-1.9-0.9-4.3-1.8-7.1-2.9 c-2.9-1.1-5.8-2.5-8.5-4.1c-3-1.9-5.5-4.5-7.2-7.7c-2-3.8-3-8-2.9-12.3c0-8.2,2.8-14.9,8.5-20c5.7-5.2,13-7.8,21.9-7.8 c8.1-0.2,16,2.9,21.9,8.5c5.8,5.3,9.1,12.9,9,20.8c-0.1,9.7-2,19.3-5.7,28.2c-3.4,8.8-8.6,16.7-15.3,23.3c-6.4,6.1-13,9.2-19.8,9.2 C89.7,90,87.1,88.3,87.1,85z M12.6,85c0-2.8,2.7-7.9,8-15.4s8-11.4,8-11.9c0-1.1-1-2-2.9-2.9c-1.9-0.9-4.3-1.8-7.1-2.9 c-2.9-1.1-5.8-2.5-8.5-4.1c-3-1.9-5.5-4.5-7.2-7.7c-2-3.8-3-8-2.9-12.3c0-8.2,2.8-14.9,8.5-20C14.1,2.6,21.4,0,30.4,0 c8.1-0.2,16,2.9,21.9,8.5c5.8,5.3,9.1,12.9,9,20.8c-0.1,9.7-2,19.3-5.7,28.2c-3.4,8.8-8.6,16.7-15.4,23.3c-6.4,6.1-13,9.2-19.8,9.2 C15.2,90,12.6,88.3,12.6,85L12.6,85z'/%3E%3C/svg%3E"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; background: rgb(var(--wdtPrimaryColorRgb), .4); width: 100px; height: 100px; right: 5%; bottom: 0; top: 20%; }
.wdt-custom-testimonial .wdt-content-item .wdt-rating li span { color: var(--wdtPrimaryColor); }

.wdt-custom-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { position: absolute; left: auto; right: 0; top: 0; bottom: 0; z-index: 1; }
.wdt-custom-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets { flex-direction: column; }
.wdt-custom-testimonial .wdt-content-item .wdt-content-title h5 a:hover { color: var(--wdtPrimaryColor); }

.wdt-custom-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    width: clamp(6.25rem, 5.3125rem + 4.1667vw, 10.3125rem);
    height: clamp(1.875rem, 1.7596rem + 0.5128vw, 2.375rem);
}

.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image img,
.wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a {
    width: clamp(3.75rem, 3.375rem + 1.6667vw, 5.375rem);
    height: clamp(3.75rem, 3.375rem + 1.6667vw, 5.375rem);
    border-radius: var(--wdtRadius_Full);
}

.wdt-custom-testimonial .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    margin-top: 0;
}

.wdt-custom-testimonial .wdt-content-item .wdt-content-title { margin-bottom: 6px !important; }

.wdt-custom-testimonial .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Base);
}

.wdt-custom-testimonial .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before,
.wdt-custom-testimonial .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after {
    display: none;
}

@media screen and (max-width: 1540px) {
    .wdt-our-team .wdt-content-item .wdt-content-media-group .wdt-content-elements-group .wdt-media-image-overlay-container .wdt-social-icons-container:before { width: 100%; }
} 

@media screen and (max-width:767px) {
    .wdt-custom-testimonial .wdt-content-item { width: 100%; }
    .wdt-custom-testimonial .wdt-content-item .wdt-content-description { width: 100%; }
    .wdt-custom-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { position: static; margin-top: 60px; }
    .wdt-custom-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets { flex-direction: row; }
}

@media screen and (max-width:480px) {
    .wdt-custom-testimonial .wdt-content-item { flex-direction: inherit; }
    .wdt-custom-testimonial .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper { justify-content: start; }
    .wdt-custom-testimonial .wdt-content-item .wdt-content-media-group > div { flex: 0 1 auto; }
    .wdt-custom-testimonial .wdt-content-item .wdt-content-detail-group .wdt-content-description,
    .wdt-custom-testimonial .wdt-content-item .wdt-content-icon-wrapper { width: 100%; }
    .wdt-custom-testimonial .wdt-content-item .wdt-content-separator.separator-2 span { display: none; }
    .wdt-custom-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination { margin-top: 10px; }
}

/***********************
 Harikaran section style - End
 ***********************/

 /* Client logo style */

.wdt-custom-animation-client-logo { overflow: hidden; }
/* .wdt-custom-animation-client-logo .wdt-animation-holder { min-height: 90px; } */
.wdt-custom-animation-client-logo .wdt-animation-item { overflow: visible; padding: 10px 0; width: 30% !important; }
.wdt-custom-animation-client-logo .wdt-animation-item img { width: clamp(5.125rem, 4.1442rem + 4.359vw, 9.375rem);
    margin: auto; border-radius: var(--wdtRadius_2X); box-shadow: rgba(var(--wdtLinkColorRgb),.06) 0 0 20px; }

/*******************
 First Main Slider 
 *******************/

.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide .wdt-content-item .wdt-content-detail-group > div {
    -webkit-transition: 400ms cubic-bezier(0.7, 0, 0.3, 1); transition: 400ms cubic-bezier(0.7, 0, 0.3, 1); transform-origin: left top; 
    transform: translate3d(0px, 49.2404px, -41.3176px) rotateX(-80deg) perspective(300px); opacity: 0; }

.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-detail-group > div { 
    -webkit-transition: 600ms cubic-bezier(0.7, 0, 0.3, 1); transition: 600ms cubic-bezier(0.7, 0, 0.3, 1); transform-origin: left bottom; 
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) perspective(300px); opacity: 1; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-detail-group > div:nth-child(2) { transition-delay: 300ms; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-detail-group > div:nth-child(3) { transition-delay: 400ms; }

/*button*/
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-content-item .wdt-content-detail-group .wdt-content-button a {
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem); padding: var(--wdtPadding_Btn); line-height: normal; font-weight: var(--wdtFontWeight_Base); text-transform: capitalize }

/*padination arrow*/

.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div span { font-size: 0; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
    width: auto; margin: 0; font-size: 50px; position: absolute; top: 40%; transition: var(--wdtBaseTransition); }

.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover { color: var(--wdtPrimaryColor); }

.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev { left: -108px; }
/* .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > .wdt-arrow-pagination-prev:hover { transform: translateX(-10px); } */

.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next { right: -108px; }
/* .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > .wdt-arrow-pagination-next:hover { transform: translateX(10px); } */


.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper { position: static; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper .wdt-swiper-progressbar-wrapper { position: relative; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div::before { opacity: 0; visibility: hidden; }
/* .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div::before {
    height: 2px; width: 60px; background-color: var(--wdtAccentTxtColor); transition: var(--wdtBaseTransition); }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next:before {
    left: -38px; transform: translateX(-10px); opacity: 0; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev:before {
    left: 18px; transform: translateX(10px); opacity: 0; }
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover::before {
    transform: translateX(0); opacity: 1; background-color: var(--wdtPrimaryColor); } */
.wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div[tabindex="-1"] { cursor: not-allowed; opacity: 0.4; }

/*responsive*/

@media(max-width: 1280px) {
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper { margin-left: auto; margin-right: auto; }
}

@media(max-width: 1024px) {
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev { left: -80px; }
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next { right: -80px; }
}

@media (max-width:767px) {
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template .wdt-carousel-pagination-wrapper { position: relative; } 
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { position: relative; margin-top: 40px; }

    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev { left: auto; margin: 10px; }
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next { right: auto; margin: 10px; }
}

@media (max-width:480px) {
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { margin-top: 30px; font-size: 40px; }
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div::before { width: 45px; }
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next:before { left: -26px; }
    .wdt-stactic-slider-type-1 .wdt-rc-template-custom-template.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev:before { left: 16px; }
}

/* Active testimonial */

    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-media-group { 
        display: grid; grid-template-columns: 1fr auto; align-items: center; order: 1; margin-bottom: 0; } 
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-media-group > div:not(:last-child) { margin-bottom: 0 }
    
    /*content-item*/
    
     .wdt-cus-column-type-testimonial .wdt-content-item {
         padding: clamp(5rem, 1.625rem + 16.875vw, 21.875rem) clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
         display: flex; flex-wrap: wrap; border-color: rgb(var(--wdtBorderColorRgb),0.3); border-width: 0 1px 1px 0; border-style: solid; 
         backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0); height: 100%; }
     
    .wdt-cus-column-type-testimonial .wdt-active .wdt-content-item { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
     
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-title h5 a { color: var(--wdtAccentTxtColor); }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-title h5 { 
        font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem); line-height: normal; text-transform: capitalize; margin-top: 0; }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-subtitle { 
        letter-spacing: 0; font-size: var(--wdtFontSize_Base); text-transform: capitalize; color: var(--wdtAccentTxtColor); }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 0; }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-elements-group > div:not(:last-child) { margin-bottom: 6px; }
    
    /*img*/
    
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-image { padding-right: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem); }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-image > a,
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-image img { overflow: hidden;
        width: clamp(3.75rem, 3.4615rem + 1.2821vw, 5rem); height: clamp(3.75rem, 3.4615rem + 1.2821vw, 5rem); border-radius: var(--wdtRadius_Full);  }
    
    /*seperator*/
    
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-separator.separator-1 span {
        width: 100%; height: 1px; background-color: rgb(var(--wdtBorderColorRgb),0.3); margin: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem) 0; 
        transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-description { 
        font-size: clamp(var(--wdtFontSize_Base), 0.95rem + 0.25vw, var(--wdtFontSize_H6)); color: var(--wdtAccentTxtColor); 
        font-style: italic; transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); }
    
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-rating li { padding: 0; }
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-rating li span { color: rgb(255, 174, 13); }
    
    .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { 
        margin-bottom: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem); transition: var(--wdtBaseTransition); -webkit-transition: var(--wdtBaseTransition); }

    @media (min-width: 1025px) {
        .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-separator.separator-1 span,
        .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
        .wdt-cus-column-type-testimonial .wdt-content-item .wdt-content-description {opacity: 0; }

        .wdt-cus-column-type-testimonial .wdt-active  .wdt-content-item .wdt-content-separator.separator-1 span,
        .wdt-cus-column-type-testimonial .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
        .wdt-cus-column-type-testimonial .wdt-active .wdt-content-item .wdt-content-description { opacity: 1 }
    }

/* Layout Responsive */

body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 30px; }

@media (max-width: 1540px) {
    body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 30px; width: 100%; max-width: 100%; }
    body .container .elementor-section.elementor-section-boxed > .elementor-container { padding: 0; }
}

@media (max-width: 1280px) {
    .wdt-custom-bg-parallax .wdt-section-bgeffects-image,
    #wdt-custom-bg-parallax .wdt-section-bgeffects-image { width: 100% !important; height: 100% !important; }
    .wdt-section-bgeffects .wdt-section-bgeffects-item.wdt-effect-scroll-wrapper { -webkit-transform: none !important; transform: none !important; }

    .wdt-custom-service-form-style .wpcf7-form-control.wpcf7-radio { margin: -5px; }
    .wdt-custom-service-form-style .wpcf7-form-control.wpcf7-radio > span { margin: 5px; }
}

@media (min-width: 1025px) {
    body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 30px; }
    body .container .elementor-section.elementor-section-boxed > .elementor-container { padding: 0; }
}

@media (max-width: 1024px) {
    body .container, body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container { padding: 0 20px; }
    body .container .elementor-section.elementor-section-boxed > .elementor-container { padding: 0; }
}

@media(min-width: 768px){
    .wdt-custom-home-2-image-box .wdt-content-item .wdt-content-media-group { display: flex; flex-basis: 60%; align-items: center; margin-bottom: 0px; }
    .wdt-custom-home-2-image-box .wdt-content-item .wdt-content-detail-group { flex-basis: 40%; }
}
@media(max-width: 767px){
    .wdt-custom-home-2-image-box .wdt-content-item { flex-direction: column; }
}

@media(max-width: 480px){
    .wdt-custom-testimonial-with-counter.qodef-qi-swiper-container.qodef-swiper--initialized { padding: 20px; }
}

/* Vijay Raj Styles */

/*--slider start--*/
      
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder.wdt-button-size-sm .wdt-button { 
    font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Alt); } 

.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder{ position: relative; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder a.wdt-button { padding-top: 10px; }

.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder:after {
    position: absolute; content: ""; width: 2px; height: 50px; margin: 10px 0; background: var(--wdtPrimaryColor); 
    transform-origin: bottom; -webkit-animation: scroll-down 2500ms infinite linear alternate; 
    animation: scroll-down 2500ms infinite linear alternate; transition: var(--wdtBaseTransition); margin: auto; left: 0; right: 3px; top: -40%; }

.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder.wdt-template-textual .wdt-button:hover { color: var(--wdtPrimaryColor); }

.elementor .elementor-element.wdt-custom-vertical-scroll-to-bottom { padding: 80px 10px 30px; writing-mode: tb-rl; transform: scale(-1); }

      
 /*--slider-- */
 
      
.elementor-element.wdt-custom-home-3-slider .elementor-background-overlay{ clip-path: polygon(0 0, 60% 0, 45% 100%, 0% 100%); }

.wdt-custom-slider-3-heading .wdt-heading-holder .wdt-heading-title-wrapper{ font-size: clamp(2.375rem, 1.9135rem + 2.0513vw, 4.375rem); }
.wdt-custom-icon-list-slider-3 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{ font-size: var(--wdtFontSize_H6); }
.wdt-custom-slider-3-popup .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element{ flex-direction: row-reverse; }

.wdt-custom-slider-3-popup .wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label + .wdt-popup-box-trigger-icon{
    width: 50px; height: 50px; background-color: var(--wdtAccentTxtColor); display: flex; align-items: center; 
    justify-content: center; font-size: var(--wdtFontSize_Ext); margin-left: 0; border-radius: var(--wdtRadius_Full); }
.wdt-custom-slider-3-popup .wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element:hover .wdt-popup-box-trigger-label + .wdt-popup-box-trigger-icon{
    color: var(--wdtHeadAltColor); }
.wdt-custom-slider-3-popup .wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label + .wdt-popup-box-trigger-icon i{
    display: flex; left: 2px; position: relative; }

.wdt-custom-slider-3-popup .wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element .wdt-popup-box-trigger-label{
    font-size: var(--wdtFontSize_Ext); color: var(--wdtAccentTxtColor); text-transform: uppercase; padding-left: 20px; }

.wdt-custom-slider-3-popup .wdt-popup-box-trigger-holder.wdt-click-element-label-n-icon .wdt-popup-box-trigger-element:hover .wdt-popup-box-trigger-label {
    color: var(--wdtPrimaryColor); }

.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide .wdt-custom-slider-3-heading,
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide .wdt-custom-icon-list-slider-3,
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide .wdt-custom-slider-3-button,
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide .wdt-custom-slider-3-popup { 
    transition: var(--wdtAltTransition); transform: translateX(100%); opacity: 0; visibility: hidden; }
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-slider-3-heading{ transition-delay: 300ms; }
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-icon-list-slider-3{ transition-delay: 500ms; }
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-slider-3-button{ transition-delay: 700ms; }
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-slider-3-popup{ transition-delay: 900ms; }

.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-slider-3-heading,
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-icon-list-slider-3,
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-slider-3-button,
.wdt-custom-slider-3-carousel .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-custom-slider-3-popup { 
    transform: translateX(0); opacity: 1; visibility: visible; }

.wdt-custom-slider-3-carousel .wdt-advanced-carousel-holder .wdt-advanced-carousel-container { padding: 0 10px; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder.wdt-button-size-sm .wdt-button { font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Alt); } 
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder { position: relative; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder a.wdt-button { padding-top: 10px; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder:after {
    position: absolute; content: ""; width: 2px; height: 50px; margin: 10px 0; background: var(--wdtPrimaryColor); 
    transform-origin: bottom; -webkit-animation: scroll-down 2500ms infinite linear alternate; 
    animation: scroll-down 2500ms infinite linear alternate; transition: var(--wdtBaseTransition); 
    margin: auto; left: 0; right: 3px; top: -40%; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder.wdt-template-textual .wdt-button:hover { color: var(--wdtPrimaryColor); }
.elementor .elementor-element.wdt-custom-vertical-scroll-to-bottom { padding: 80px 10px 30px; writing-mode: tb-rl; transform: scale(-1); }
.elementor .elementor-element.wdt-custom-social-fixed.wdt-custom-social-slider-3 ul.elementor-icon-list-items { background: none; }

/*--slider path text--*/

.elementor-element.wdt-custom-text-path-slider .e-text-path svg{
    overflow: visible; width: 155px; height: 155px; text-transform: uppercase; letter-spacing: 11px; 
    animation: rotate 10s linear infinite; -webkit-animation: rotate 10s linear infinite; }

@-webkit-keyframes rotate {
    to { transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    to { transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}
.elementor-element.wdt-custom-text-path-slider:before{
    content: ""; position: absolute; top: 20px; bottom: 20px; left: 20px; right: 20px;
    background: linear-gradient(109deg, var(--wdtTertiaryColor), var(--wdtPrimaryColor)); border-radius: var(--wdtRadius_Full); 
    animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite; }
.wdt-custom-text-path-slider:after {
    content: ""; position: absolute; top: 10px; bottom: 10px; left: 10px; right: 10px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M33.2,7L16.5,24.9l16.8,17.9L50,24.9L33.2,7z'/%3E%3Cpath d='M11.7,25.1l10.8,11.6L16.6,43L0,25.1L16.6,7.4l5.9,6.3L11.7,25.1z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-size: 48px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M33.2,7L16.5,24.9l16.8,17.9L50,24.9L33.2,7z'/%3E%3Cpath d='M11.7,25.1l10.8,11.6L16.6,43L0,25.1L16.6,7.4l5.9,6.3L11.7,25.1z'/%3E%3C/g%3E%3C/svg%3E");
    mask-repeat: no-repeat; mask-position: center center; mask-size: 48px; background: var(--wdtAccentTxtColor); }

@media screen and (max-width: 767px){
    .elementor-element.wdt-custom-text-path-slider .e-text-path svg { width: 125px; height: 125px; }
    .elementor-element.wdt-custom-text-path-slider:before { top: 10px; bottom: 10px; left: 10px; right: 10px; }
}


/*--social fixed--*/

.elementor-element.wdt-custom-social-fixed { transform: translateY(50%); }
.wdt-custom-social-fixed.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text { 
    font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Alt); }
.elementor-element.wdt-custom-social-fixed { writing-mode: tb-rl; min-height: 315px; }

.elementor .elementor-element.wdt-custom-social-fixed ul.elementor-icon-list-items{
    padding: 30px 10px; /* writing-mode: tb-rl; */ transform: scale(-1); background: var(--wdtAccentTxtColor); }

.elementor .elementor-element.wdt-custom-vertical-scroll-to-top{
    padding: 30px 10px 80px; writing-mode: tb-rl; transform: scale(-1) translateY(-50%); background: var(--wdtAccentTxtColor); min-height: 240px; }

.elementor-widget.wdt-custom-social-fixed .elementor-icon-list-items .elementor-icon-list-item { padding-bottom: 10px; }

.elementor .elementor-element.wdt-custom-social-fixed.wdt-custom-social-slider-3 ul.elementor-icon-list-items { background: none; }
.wdt-custom-social-slider-3.wdt-custom-social-fixed.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child) a:after { 
    background: var(--wdtAccentTxtColor); }
.wdt-custom-social-fixed.elementor-widget-icon-list .elementor-icon-list-item a { position: relative; }
.wdt-custom-social-fixed.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child) a:after{
    content: ""; position: relative; width: 2px; height: 8px; margin: 5px 0; background: var(--wdtquaternaryColor); top: 4px; left: -1px; }

/*-- Scroll Down --*/

.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder.wdt-button-size-sm .wdt-button { 
    font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Alt); } 
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder { position: relative; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder a.wdt-button{ padding-top: 10px; }
.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder:after{
    position: absolute; content: ""; width: 2px; height: 50px; margin: 10px 0; background: var(--wdtPrimaryColor); 
    transform-origin: bottom; -webkit-animation: scroll-down 2500ms infinite linear alternate; 
    animation: scroll-down 2500ms infinite linear alternate; transition: var(--wdtBaseTransition); 
    margin: auto; left: 0; right: 3px; top: -50%; }

.wdt-custom-vertical-scroll-to-bottom .wdt-button-holder.wdt-template-textual .wdt-button:hover{ color: var(--wdtPrimaryColor); }

.elementor .elementor-element.wdt-custom-vertical-scroll-to-bottom { padding: 80px 10px 30px; writing-mode: tb-rl; transform: scale(-1); }

.wdt-custom-vertical-scroll-to-bottom .elementor-absolute .elementor-widget-container .wdt-button-size-sm a:after { background: none; }
.wdt-custom-vertical-scroll-to-bottom .elementor-widget-container .wdt-button-holder .wdt-button:after { display: none !important; } 

@keyframes scroll-down{
    0% { -webkit-transform: scaleY(1); transform: scaleY(1); }
    50% { -webkit-transform: scaleY(0.2); transform: scaleY(0.2); }
}

/*--popup--*/

.wdt-home-5-popup .wdt-button-holder.wdt-template-textual.wdt-button-size-lg a.wdt-button .wdt-button-icon span:before{ background: var(--wdtAccentTxtColor); }
.wdt-home-5-popup .elementor-widget-container .wdt-button-holder a:hover{ box-shadow: none; }


/*--bullets--*/

.wdt-custom-slider-3-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after { 
    background: var(--wdtAccentTxtColor); }
.wdt-custom-slider-3-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
    background-color: var(--wdtPrimaryColor); }



/*--counter--*/

.wdt-custom-home-5-counter.wdt-custom-home-2-counter .wdt-content-item .wdt-content-media-group, .wdt-custom-home-5-counter.wdt-custom-home-2-counter .wdt-content-item .wdt-content-counter-wrapper { 
    margin-right: 0; margin-left: 0; }
.wdt-custom-home-5-counter.wdt-custom-home-2-counter .wdt-content-item .wdt-content-counter { 
    font-size: clamp(calc(var(--wdtFontSize_H4) - 4px), 1.375rem + 2.5vw, var(--wdtFontSize_Alt)); }
.wdt-custom-home-5-counter.wdt-custom-home-2-counter .wdt-content-item .wdt-content-icon-wrapper { top: -25px; right: -60%; }
 
/*--icon-box--*/

.wdt-custom-icon-box-client-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
  color: rgba(var(--wdtAccentTxtColorRgb), 0.35); display: inline-flex; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; }

.wdt-custom-icon-box-client-logo .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i .icon-diff-color {
  fill: rgba(var(--wdtAccentTxtColorRgb), 0.85); transition: all linear 0.3s; -webkit-transition: all linear 0.3s; }

.wdt-custom-icon-box-client-logo .wdt-content-item {
  position: relative; height: clamp(6.25rem, 5.375rem + 4.375vw, 10.625rem); display: flex; align-items: center; padding-top: 10px; }

.wdt-custom-icon-box-client-logo .wdt-content-item::before, .wdt-custom-icon-box-client-logo .wdt-content-item::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; 
  transition: all ease 0.5s; -webkit-transition: all ease 0.5s; }
.wdt-custom-icon-box-client-logo .wdt-content-item::before { background: rgba(0,0,0,0.7); }
.wdt-custom-icon-box-client-logo .wdt-content-item::after { background: rgba(0,0,0,0.85); }

.wdt-custom-icon-box-client-logo .wdt-content-item:hover::after { width: 0%; }
.wdt-custom-icon-box-client-logo .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span i { 
    color: var(--wdtPrimaryColor); color: rgba(var(--wdtBorderColorRgb),0.) }
.wdt-custom-icon-box-client-logo .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span i .icon-diff-color { 
    color: rgba(var(--wdtAccentTxtColorRgb), 1); }

    