/* 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));
    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: 1.4;
    /* 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);
}

.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-title h5 {
    margin-top: 0; font-family: var(--wdtFontTypo_Alt); font-size: 24px; line-height: 1; }

.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(1.875rem, 1.1538rem + 3.2051vw, 5rem); line-height: 1.1; text-transform: capitalize; }

.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 */
.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button {
    background-color: transparent;
    overflow: hidden;
    backface-visibility: hidden;
    border-radius: calc(var(--wdtRadius_3X) * 18);
    padding: 10px 10px 10px 36px;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:before,
.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:before {
    background-color: var(--wdtSecondaryColor);
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:after {
    background-image: url("https://awfis.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;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button .wdt-button-text {
    text-align: start;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button .wdt-button-text>span {
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Base);
    margin-bottom: 5px;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button .wdt-button-text>small {
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Base);
    opacity: 0.7;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button>.wdt-button-icon {
    margin-left: 64px;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .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;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button>.wdt-button-icon>span>i {
    width: 100%;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:hover>.wdt-button-icon>span {
    background-color: var(--wdtAccentTxtColor);
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button .wdt-button-text,
.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button .wdt-button-icon {
    transform: translateX(0%);
    transition: all 0.6s ease-out;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .wdt-button:hover .wdt-button-text {
    transform: translateX(75%);
    transition: all 0.6s ease-out;
}

.elementor-widget__width-auto.elementor-absolute .wdt-button-size-lg .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-nutton-area {
    margin-bottom: 20px;
}

.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: 20px;
}

.wdt-custom-contactus-form-style div.form-left-column,
.wdt-custom-service-form-style .form-label-areas { display: flex; flex-wrap: wrap; }

.wdt-custom-service-form-style .form-label-areas>div {
    flex: 1;
    padding: 10px;
}

.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: 100%;
}

.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 .wpcf7-form-control.wpcf7-radio>span {
    margin: 10px;
}

.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 {
    background-color: var(--wdtBodyBGColor);
    background-image: linear-gradient(45deg, rgba(var(--wdtTertiaryColorRgb), 0.72), rgba(var(--wdtTertiaryColorRgb), 0.72));
    cursor: pointer;
    color: var(--wdtAccentTxtColor);
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    padding: 14px 30px;
}

.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-radius: 4px;
}

.wdt-custom-service-form-style div input[type="submit"] {
    padding: 14px 30px;
    margin-top: 5px;
}

.wdt-custom-service-form-style ::placeholder {
    opacity: 1 !important;
}



/* .wdt-custom-contactus-form-style .wpcf7-not-valid-tip { right: 15px; bottom: 10px; } */

/* 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;
    -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 {
        right: 0px;
        left: 0px;
        width: 100%;
        top: 300px;
    }

    .wdt-custom-slider-style-03 .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        padding: 0 20px;
    }
}

@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: 100%;
        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:479px) {

    /* service contact form */
    .wdt-custom-service-form-style .wpcf7-form-control.wpcf7-radio>span {
        width: 100%;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* custom style for (vj) */

/* --Pricing Table Tab-- */

.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor{ padding: 15px 20px; flex-wrap: nowrap; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-icon-style-block'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title{ font-size: var(--wdtFontSize_Base); font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor{ color: var(--wdtLinkColor); height: 100%; }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li, .wdt-pricing-table-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list { margin: 0; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li .ui-tabs-anchor { background: var(--wdtBodyBGColor); border: 1px solid var(--wdtBorderColor); }
.wdt-pricing-table-tab .wdt-tabs-container[class*="-layout-horizontal"] .wdt-tabs-list li .ui-tabs-anchor > div{ z-index: 1; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list li .ui-tabs-anchor::before{ content: ""; background: var(--wdtPrimaryColor); position: absolute; width: 0; height: 100%; right: 0; left: auto; top: 0; transition: var(--wdtBaseTransition); }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor::before, .wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor::before { width: 100%; left: 0; right: auto; }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor{ border-color: var(--wdtBorderColor); }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-icon-style-block'] .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title{ flex: 1; }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor .wdt-content-sub-title { font-size: calc(var(--wdtFontSize_Base) - 2px); text-transform: capitalize; padding: 2px 12px; background: var(--wdtPrimaryColor); transition: var(--wdtAltTransition);font-weight: var(--wdtFontSize_Ext); transform: rotate(-5deg); letter-spacing: 0;}
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list li:is(.ui-state-active,.ui-state-hover) .ui-tabs-anchor .wdt-content-sub-title { background: var(--wdtTertiaryColor);}
.wdt-pricing-table-tab .wdt-tabs-container[class*='-icon-style-block'] .wdt-tabs-list li:first-child .ui-tabs-anchor .wdt-content-title{ margin-right: 15px; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-layout-horizontal'] .wdt-tabs-list{ align-items: unset; }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-content-wrapper{ background: transparent; }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-content-wrapper{ padding: 0; max-width: 1400px; margin: auto; }
.wdt-pricing-table-tab .wdt-tabs-container .wdt-tabs-list-wrapper { margin-bottom: 60px; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper {padding: 0;}
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-content-wrapper {background: transparent;}
.wdt-pricing-table-tab .wdt-tabs-container[class*="-layout-horizontal"] .wdt-tabs-list li:first-child .ui-tabs-anchor{ border-right: 0; box-shadow: 3px 4px 0 var(--wdtHeadAltColor);}
.wdt-pricing-table-tab .wdt-tabs-container[class*="-layout-horizontal"] .wdt-tabs-list li:last-child .ui-tabs-anchor{ border-left: 0; box-shadow: 3px 4px 0 var(--wdtHeadAltColor);}


@media(max-width:767px){
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a { text-transform: capitalize; font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); color: var(--wdtHeadAltColor); }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-title{ margin-right: 15px; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-sub-title { padding: 5px; background: var(--wdtPrimaryColor); color: var(--wdtBodyTxtColor); font-size: calc(var(--wdtFontSize_Ext) - 2px); }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active a{ color: var(--wdtAccentTxtColor); }
}

@media(max-width:480px){
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-sub-title{ display: none; }
.wdt-pricing-table-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li a .wdt-content-title{ margin-right: 0; }
}



/* pricing table style */
.wdt-pricing-plan .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container {
    display: flex;
    margin: 0px 0px 20px 0px;
    align-items: center;
}

.wdt-pricing-plan input.wdt-advanced-checkbox-toggle {
    margin: 0 25px;
}

.wdt-pricing-plan input.wdt-advanced-checkbox-toggle {
    width: 70px !important;
    height: 30px;
    border-radius: calc(var(--wdtRadius_3X) + 30px);
}

.wdt-pricing-plan input.wdt-advanced-checkbox-toggle:before {
    height: 30px;
    width: 36px;
    background-color: var(--wdtPrimaryColor);
    border-radius: calc(var(--wdtRadius_3X) + 30px);
    margin: 0;
}

.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: var(--wdtBorderColor);
}

.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-section-title .wdt-advanced-toggle-left-title,
.wdt-pricing-plan .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container .wdt-advanced-toggle-right-section-title .wdt-advanced-toggle-right-title {
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-pricing-card {
    background: transparent;
    border: 1px solid var(--wdtBorderColor);
    box-shadow: 3px 4px 0px 0px var(--wdtBorderColor);
    -webkit-box-shadow: 3px 4px 0px 0px var(--wdtBorderColor);
    transition: var(--wdtBaseTransition);
    position: relative;
    overflow: hidden;
}

.wdt-pricing-card .wdt-pricing-table-holder .wdt-pricing-table-modern-template {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px;
}

.wdt-pricing-card .wdt-pricing-table-holder {
    /* padding: 40px; */
    box-shadow: 3px 4px 0px 0px var(--wdtBorderColor);
    -webkit-box-shadow: 3px 4px 0px 0px var(--wdtBorderColor);
}

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 {
    font-size: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_H6);
    padding: 10px;
    background: var(--wdtPrimaryColor);
    margin-bottom: 20px;
    text-align: center;
}

.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5, 
.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 { background: var(--wdtLinkColor); }

.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a, 
.wdt-pricing-card:hover .wdt-pricing-table-holder div[class*='-table-header'] .wdt-content-title h5 a {color: var(--wdtAccentTxtColor);}

.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(var(--wdtFontSize_H4), 2.375rem + 0.625vw, var(--wdtFontSize_H2));
    font-weight: var(--wdtFontWeight_H2);
    font-family: var(--wdtFontTypo_Alt);
    color: var(--wdtHeadAltColor);
    padding-top: 12px;
}

/* .wdt-pricing-card .elementor-widget-container .wdt-pricing-table-holder .wdt-pricing-table-pricing {
    margin-bottom: 50px;
} */

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-footer'] {
    margin-bottom: 40px;
}

.wdt-pricing-card .elementor-widget-container .wdt-pricing-table-holder .wdt-pricing-table-features {
    border-top: 1px solid var(--wdtBorderColor);
    padding: 40px;
    display: flex;
    justify-content: center;
}

.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 {
    color: var(--wdtHeadAltColor);
}

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'] {
    opacity: 1;
}

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li[class*='-feature-excluded'] 
.wdt-pricing-table-features-list-text {
    text-decoration: line-through;
    opacity: 0.7;
}

.wdt-pricing-card .wdt-pricing-table-holder .wdt-pricing-table-pricing div[class*='-table-pricing-sale'] .wdt-pricing-table-pricing-prefix {
    padding-right: 10px;
}

.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(--wdtHeadAltColor);
}

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-features'] .wdt-pricing-table-features-list li .wdt-pricing-table-features-list-icon {
    color: var(--wdtHeadAltColor);
    font-size: calc(var(--wdtFontSize_Ext) - 2px);
    position: relative;
    top: 4px;
}

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button>a {
    font-weight: var(--wdtFontWeight_Base); font-size: var(--wdtFontSize_Ext); border-radius: var(--wdtRadius_Zero); 
    border: 1px solid var(--wdtBorderColor); padding: var(--wdtPadding_Btn); line-height: 1; display: inline-flex; 
    align-items: center; position: relative; box-shadow: 3px 4px 0px 0px var(--wdtBorderColor); -webkit-box-shadow: 3px 4px 0px 0px var(--wdtBorderColor); }

.wdt-pricing-card .wdt-pricing-table-holder div[class*='-table-footer'] .wdt-content-button:not(.fullwidth) {
    margin: 0 20px;
    display: flex;
    justify-content: center;
}

.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);
    text-align: left;
    font-size: var(--wdtFontSize_Base);
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: capitalize;
}

/*--active--*/

.wdt-pricing-card::before{
    content: "";
    position: absolute;
    mask-image: url("https://awfis.wpengine.com/wp-content/uploads/2024/08/icon-box-bg.svg");
    -webkit-mask-image: url("https://awfis.wpengine.com/wp-content/uploads/2024/08/icon-box-bg.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background: var(--wdtPrimaryColor);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1.3) rotate(-90deg);
    transform-origin: center;
    transition: var(--wdtAltTransition);
    transition-duration: 0.5s;
    opacity: 0.5;
}

.wdt-pricing-card:hover::before { transform: rotate(90deg) scale(15); }
.wdt-pricing-card.wdt-pricing-active::before{ transform: rotate(90deg) scale(15); }


.wdt-pricing-card.wdt-pricing-active .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below,
.wdt-pricing-card:hover .wdt-pricing-table-holder .wdt-pricing-table-pricing .wdt-pricing-table-pricing-suffix.below {
    color: var(--wdtBodyTxtColor);
}

.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(--wdtLinkHoverColor);
}

.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-color: var(--wdtBodyTxtColor);
}

.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-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(--wdtHeadAltColor);
}

.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(--wdtSecondaryColor);
    color: var(--wdtLinkColor);
}

/* 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);
}

/* 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>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;
    }
}


/* wdt-cus-home-ii-contact-form */

.wdt-cus-home-ii-contact-form .wdt-custom-service-form-style .form-label-areas { display: grid; 
    grid-template-columns: repeat(2,1fr); gap: 24px; }
.wdt-cus-home-ii-contact-form .wdt-custom-service-form-style .form-label-areas > * { padding: 0;  }