/* Home-1 */

/* Team-section */



/* img-box */

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item , .wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover{
    background-color:transparent;
}
 
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-media-group{
    overflow:hidden;
}
.wdt-team-holder.wdt-rc-template-boxed  .wdt-content-item .wdt-social-icons-list{
    padding:5px;
    margin:5px;
    flex-direction:column;
    background-color:var(--wdtBodyBGColor);
    border:1px solid transparent;
    transition: var(--wdtBaseTransition);
}
.wdt-team-holder.wdt-rc-template-boxed  .wdt-content-item:hover .wdt-social-icons-list{
   border:1px solid var(--wdtPrimaryColor);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li{
    margin:5px;
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container{
    padding:0;
    align-content:flex-end;
    width:calc(100% + 30px);
    margin:-15px;
    height:calc(100% + 30px);
}


.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a{
    width: 70px;
    height: 70px;
    background-color:var(--wdtTertiaryColor);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper:after,
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before,
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after{
    opacity: 0;
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-title h5{
   font-size: var(--wdtFontSize_H4);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-subtitle{
   font-size:var(--wdtFontSize_Base);
   color:var(--wdtBorderColor);
   transition: var(--wdtBaseTransition);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-subtitle{
    color:var(--wdtPrimaryColor);
}
.wdt-team-holder.wdt-rc-template-boxed:hover .wdt-content-image-wrapper .wdt-content-image a img{
    filter:grayscale(1);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-image-wrapper .wdt-content-image a , 
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-image-wrapper .wdt-content-image a span{
    transition:var(--wdtBaseTransition);
    transform: translateY(10px);
    transform-origin: 0 20%;
    border:1px solid transparent;
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image a , 
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover.wdt-content-image-wrapper .wdt-content-image a span{
    transform: translateY(0px);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image a , 
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image a span{
    border-color:var(--wdtPrimaryColor);
}
.wdt-team-holder.wdt-rc-template-boxed:hover .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image a img{
    filter:grayscale(0);
    transform: translateY(0px);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover a{
    transform: translateY(0px);
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom:20px;
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a{
    color: var(--wdtHeadAltColor);
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-social-icons-list li a{
    color: var(--wdtPrimaryColor);
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a {
    width: clamp(3.75rem, 3.6107rem + 0.6369vw, 4.375rem);/*60-70px*/
    height: clamp(3.75rem, 3.6107rem + 0.6369vw, 4.375rem);/*60-70px*/
    font-size:  clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem); /* Min-20 & Max-24 */;
    background-color: var(--wdtTertiaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: var(--wdtBaseTransition);
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a:hover{
    background-color:var(--wdtPrimaryColor);
    color: var(--wdtSecondaryColor);
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: var(--wdtBaseTransition);
    transform: translate(-50%, -50%) scale(0); 
    z-index: -1;
}
.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-social-icons-list li a:hover::after {
    transform: translate(-50%, -50%) scale(1); 
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item .wdt-content-image:after {
    background: -webkit-linear-gradient(left, rgba(var(--wdtSecondaryColorRgb), 0) 0%, rgba(var(--wdtSecondaryColorRgb), 0.18) 100%);
    height: 100%;
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
}

.wdt-team-holder.wdt-rc-template-boxed .wdt-content-item:hover .wdt-content-image:after{
    animation: shine 1.1s;
    
}

@keyframes shine{
100% {
    left: 125%;
}
}

.wdt-cus-img-overflow{
    overflow:hidden;
    position: relative;
}

.wdt-cus-img-overflow.wdt-inview-section:after{
    background: -webkit-linear-gradient(left, rgba(var(--wdtSecondaryColorRgb), 0) 0%, rgba(var(--wdtSecondaryColorRgb), 0.18) 100%);
    height: 100%; 
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    content: '';
    display: block;
    position: absolute;  
}
.wdt-cus-img-overflow.wdt-inview-section.wdt-item-is-inview:after{
    animation: shine 1.1s;  
}
@keyframes shine{
    100% {
        left: 125%;
    }
}

    


/* ProgressBar */

.wdt-cus-textpath  svg{
    overflow: visible;
    text-transform: uppercase;
}
.wdt-cus-textpath .wdt-effect-scroll-wrapper {
    width: 130px;
}
.wdt-cus-textpath text{
    font-size:30px;
}

/* Heading */

.wdt-cus-Heading-progressbar .wdt-heading-holder .wdt-heading-subtitle-wrapper{
    line-height: var(--wdtLineHeight_Base);
}
.wdt-cus-Heading-progressbar .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
    line-height: var(--wdtLineHeight_H2);
    text-transform: uppercase;
}
.wdt-cus-progressbar .wdt-progressbar-container.wdt-progressbar-horizontal .wdt-progressbar-content .wdt-progressbar-title{
    text-transform: uppercase;
    font-family:var(--wdtFontTypo_H2);
    font-weight:var(--wdtFontWeight_H2);
}
.wdt-cus-progressbar sup.wdt-progressbar-percentage{
    top: 0;
}
.wdt-cus-icobox .wdt-content-media-group{
    display: flex;
    align-items: center;
}
.wdt-cus-icobox .wdt-icon-box-holder.wdt-rc-template-default .wdt-content-item > .wdt-content-media-group{
    padding: 0;
    margin: 0;
}
.wdt-cus-icobox .wdt-column-wrapper.wdt-column-gap-default .wdt-column{
    padding: 0;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-media-group > div:not(:last-child){
    margin-bottom: 0;
}
.wdt-cus-icobox .wdt-column-wrapper.wdt-column-gap-default{
    margin: 0;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5 {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Base);
    text-transform: uppercase;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 265px;
    position: relative;
    overflow: hidden;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5:before {
    content: '';
    width: 0px;
    height: 1px;
    background-color: var(--wdtBorderColor);
    display: block;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.6s;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5:hover:before {
    width: 40px;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5:after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: var(--wdtBorderColor);
    display: block;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.6s;
    transform-origin: right center;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5:hover:after {
    width: 0px;
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5 a:before {
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    background-color:var(--wdtSecondaryColor);
    left: 0;
    bottom: 0;
    border-radius:var(--wdtRadius_Full);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5 a:hover:before{
    background-color: var(--wdtPrimaryColor);
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5 a {
    display: flex;
    align-items: center;
    gap:10px;
    transition:var(--wdtBaseTransition);
}
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5 a:hover{
    color: var(--wdtPrimaryColor);
}
.elementor-section-full_width .wdt-cus-icobox .wdt-icon-box-holder.wdt-rc-template-default .wdt-content-item > .wdt-content-media-group{
    padding:0;
}
@media (max-width:479px){
.wdt-cus-icobox .wdt-content-item .wdt-content-title h5{
   justify-content:flex-end;
   width: fit-content;
   padding-left: 10px;
}
}

/* animation */

.wdt-cus-animationbox .wdt-animation-item.text-item{
    font-size:  clamp(3.125rem, 2.9857rem + 0.6369vw, 3.75rem);
}

.wdt-cus-animationbox .wdt-animation-item.icon-item i{
    height:auto;
}
.wdt-cus-animationbox svg{
    height: inherit;
    transition: var(--wdtBaseTransition);
    cursor: pointer;
}
.wdt-cus-animationbox svg:hover{
    fill: var(--wdtPrimaryColor);
}

/* Home-2 */

/* Banner */

.wdt-arrow-down-icon .elementor-widget-container{
    width:5em;
    height:5em;
    display:grid;
    align-items:center;
}
.wdt-arrow-down-icon .elementor-widget-container:hover  a {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}


.wdt-cus-home2-banner-heading .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
    font-size:clamp(2.5rem, 1.7405rem + 3.7975vw, 6.25rem);
    text-transform:uppercase;
}
.wdt-cus-home2-banner-social-icons.elementor-widget.elementor-widget-icon-list a .elementor-icon-list-icon svg{
    margin:0;
}
.wdt-cus-home2-banner-social-icons.elementor-widget.elementor-widget-icon-list a {
    border-radius:50%;
}
.wdt-cus-home2-banner-social-icons .elementor-icon-list-icon{
    width:36px;
    height: 36px;
    justify-content:center;
    align-items:center;
    background-color:var(--wdtSecondaryColor);
    border-radius:var(--wdtRadius_Full);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-home2-banner-social-icons .elementor-icon-list-icon:hover{
    background-color:var(--wdtPrimaryColor);
}
.wdt-cus-home2-banner-social-icons span.elementor-icon-list-icon + span.elementor-icon-list-text:empty{
    padding:0;
}
.wdt-cus-contact-social-icons span.elementor-icon-list-icon + span.elementor-icon-list-text:empty{
    padding:0;
}
/* Counter */

.wdt-cus-counter .wdt-content-item .wdt-content-counter{
    font-size:clamp(1.75rem, 1.4327rem + 1.4103vw, 3.125rem);
    font-family:var(--wdtFontTypo_H2);
    font-weight:var(--wdtFontWeight_H2);
    line-height:var(--wdtLineHeight_H2);
}
.wdt-cus-counter .wdt-content-item > div:not(:last-child){
    margin-bottom:0;
}
@media (max-width: 479px){
    .wdt-cus-counter .wdt-column {
        width:50%!important;
    }
    .wdt-arrow-down-icon .elementor-widget-container{
        width:4em;
        height:4em;   
     }
}

/* img-box */

.wdt-image-box-holder.wdt-rc-template-with-instagram .wdt-content-item .wdt-content-title h5{
    font-size:var(--wdtFontSize_H4);
} .wdt-content-item .wdt-content-subtitle{
    font-size:var(--wdtFontSize_Base);
    margin-bottom: 15px;
}
.wdt-image-box-holder.wdt-rc-template-with-instagram .wdt-content-item .wdt-content-media-group .wdt-media-image-cover-container {
    background-color: rgba(var(--wdtBodyBGColorRgb), 0.9);
    border: 1px solid var(--wdtPrimaryColor);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-instagram .wdt-content-item .wdt-content-media-group 
.wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span {
    border: 3px solid var(--wdtSecondaryColor);
    will-change: transform;
    -webkit-border-radius: var(--wdtRadius_Part);
    border-radius: var(--wdtRadius_Part);
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item .wdt-content-media-group 
.wdt-media-image-cover-container .wdt-content-icon-wrapper .wdt-content-icon span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item:hover .wdt-content-media-group .wdt-media-image-cover-container
.wdt-content-icon-wrapper .wdt-content-icon span {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item 
.wdt-content-media-group .wdt-media-image-cover-container {
    background-color: rgba(var(--wdtBodyBGColorRgb), 0.9);
    border: 1px solid var(--wdtPrimaryColor);
    transform: scale(0.9);
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item:hover 
.wdt-content-media-group .wdt-media-image-cover-container {
    -webkit-transform: scale(1);
     transform: scale(1);
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item {
    overflow: hidden;
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item
 .wdt-content-media-group .wdt-media-image-cover-container .wdt-content-icon-wrapper{
    margin-bottom:15px;
}
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item   > *:not(:last-child){
    margin-bottom:25px;
}
.wdt-image-box-holder.wdt-rc-template-with-instagram .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before ,
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after , 
.wdt-image-box-holder.wdt-rc-template-with-instagram  .wdt-content-item .wdt-content-media-group .wdt-media-image-cover-container
{
    opacity:0;
}

.wdt-image-box-holder.wdt-rc-template-with-instagram .wdt-content-item:hover .wdt-content-media-group .wdt-media-image-cover-container{
    opacity:1;
}

.wdt-image-box-holder.wdt-rc-template-with-instagram .wdt-content-item:hover .wdt-media-image-cover > .wdt-media-image-cover-container > div span{
    color:var(--wdtSecondaryColor);
}

/* Animations */
.wdt-cus-Home2-animation .wdt-animation-wrapper{
    mask-image: linear-gradient(to right, transparent 0%, var(--wdtAccentTxtColor) 5%, var(--wdtAccentTxtColor) 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, var(--wdtAccentTxtColor) 5%, var(--wdtAccentTxtColor) 95%, transparent 100%)
}

.wdt-cus-Home2-animation .wdt-animation-item.text-item .wdt-animation-text{
    font-size:clamp(2.5rem, 1.7405rem + 3.7975vw, 6.25rem);
    line-height:var(--wdtLineHeight_H2); 
}
.wdt-cus-Home2-animation .wdt-animation-item.text-item .wdt-animation-text:hover{
    color:var(--wdtPrimaryColor);
}
.wdt-cus-Home2-animation .wdt-animation-item.text-item .wdt-animation-text a {
    color:inherit;
    opacity:1;
}
.wdt-cus-Home2-animation .wdt-animation-item.text-item .wdt-animation-text a:hover{
    opacity: 1;
}
.wdt-cus-Home2-animation .wdt-animation-item.text-item .wdt-animation-text:hover a {
    color:inherit;
}

/* services */

.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image {
    counter-reset: count-01;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item{
    display: flex;
    flex-direction:row-reverse;
    flex-wrap:wrap;
    align-items: center;
    border-bottom:1px solid var(--wdtBorderColor);
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-media-group{
    display: flex;
    flex-direction:row-reverse;
    flex:50%;
    justify-content:space-between;
    align-items: center;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-detail-group{
    flex: 50%;
    overflow:hidden;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-media-group > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item > div[class*="group"] > .wdt-content-title{
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-active .wdt-content-item {
    background-color:var(--wdtPrimaryColor);
    transition:var(--wdtBaseTransition);
    border-bottom:1px solid transparent;
    box-shadow: var(--wdtBorderColor) 0 0 0 1px;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-title h5:before {
    position: relative;
    counter-increment: count-01;
    content:counter(count-01,decimal-leading-zero) ".";
    padding-right: 16px;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-title h5:nth-of-type(n+10):before {
    content: counter(count-01) ".";
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-title{
    font-size:var(--wdtFontSize_H3);
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-title h5{
    font-size:clamp(1.5rem, 1.3269rem + 0.7692vw, 2.25rem); /* Min-24 & Max-36 */ 
    font-weight:var(--wdtFontWeight_H2);
    text-transform:capitalize;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item{
    padding:0;
}

.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-media-group .wdt-content-icon i{
    display: flex;
    align-items: center;
}
.swiper-slide{
    cursor:grab;
}

.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-default-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-default-template.wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    -webkit-transform:rotate(0deg);
    transform:rotate(90deg);
}
@media(min-width:768px){
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-image > a > img {
    opacity: 0;
    transform: scale(0.85) translateX(0);
    transition: all 0.3s cubic-bezier(.65, .05, .36, 1);
    }
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-active .wdt-content-item .wdt-content-image > a > img {
    opacity: 1;
    transform: scale(1) translateX(0);
    }
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-image{
    position:absolute;
    right: 0;
    transform:translateY(-50%);
   }
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-description{
    width:80%;
    opacity: 0;
    overflow: hidden;
    margin-bottom: calc(var(--desc_height)* -1);
    transition: var(--wdt-Ad-Transition);
    transform: translateY(30px);
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-active .wdt-content-item .wdt-content-description{
    opacity: 1;
    margin-bottom: 0;
    transform: translateY(0px);
}  
}
@media (max-width:767px){
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-detail-group{
        flex:100%;
    }
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-media-group{
        flex:100%;
        justify-content:center;
        }
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-icon-wrapper{
        display:none;
    }
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image  .wdt-content-title{
        justify-content:center;
    }
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item{
        border: 1px solid var(--wdtBorderColor);
    }
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-active .wdt-content-item {
        box-shadow:none;
    }
    .wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-item .wdt-content-description{
        width:100%;
        margin-top:20px;
    }
    }
@media(max-width:479px){
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-content-title h5:before{
    padding-right:0;
    }
}

/* services-column-addtional-styles */

.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column > .wdt-content-item .wdt-content-detail-group{
    flex:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column > .wdt-content-item  .wdt-content-media-group{
    flex:100%;
    justify-content:center;
    }
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column >  .wdt-content-item .wdt-content-icon-wrapper{
    display:none;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column > .wdt-content-item .wdt-content-title h5{
   text-align:center;
   margin-top:20px;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column >  .wdt-content-item{
    border: 1px solid var(--wdtBorderColor);
    box-shadow:none;
    height:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column >  .wdt-content-item .wdt-content-description{
    width:100%;
    margin-top:20px;
    opacity:1;
    margin-bottom: 0;
    transform: translateY(0px);
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column >  .wdt-content-item .wdt-content-image > a > img{
    opacity:1;
    transform:scale(1);
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column >  .wdt-content-item .wdt-content-image{
    position:relative;
    right: 0;
    transform:translateY(0);
}
.wdt-image-box-holder.wdt-rc-template-with-interactive-aside-image .wdt-column >  .wdt-content-item .wdt-content-title{
    justify-content: center;
}

/* awards */

.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-media-group{
    display:flex;
    flex-direction: column;
    width:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item{
    display:grid;
    grid-template-columns:40% 60%;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-detail-group{
    display:grid;
    grid-template-columns:55% 45%;
    width:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-title h5{
    font-size:clamp(1.125rem, 1.0491rem + 0.3797vw, 1.5rem);;
    text-transform:uppercase;
}

.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-title{
    flex:70%;
    margin-top: 0 !important;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-elements-group.wdt-content-group{
    display:flex;
    justify-content:flex-end;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-subtitle{
    font-size: var(--wdtFontSize_H6);
    font-family: var(--wdtFontTypo_H6);
    font-weight: var(--wdtFontWeight_H6);
    position:relative;
    margin-bottom: 0;
    letter-spacing: 0;
    margin-bottom: 7px;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-description{
    margin-bottom: 0;
}

.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item > div:not(:last-child),.wdt-cus-home2-awards
.wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item{
    border:1px solid transparent;
    border-bottom:1px solid var(--wdtBorderColor);
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-active .wdt-content-item{
    border-bottom:1px solid transparent;
    box-shadow:var(--wdtPrimaryColor) 0 0 0 1px;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    color:var(--wdtBorderColor);
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-active .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtPrimaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtPrimaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-interaction  .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    content: '';
    position: relative;
    display: inline-flex;
    width:24px;
    height:24px;
    background-color:var(--wdtBorderColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M0.8,45.5c-1,1-1,2.7,0,3.7c1,1,2.7,1,3.7,0L0.8,45.5z M50,2.6C50,1.2,48.8,0,47.4,0L23.6,0 C22.2,0,21,1.2,21,2.6c0,1.5,1.2,2.6,2.6,2.6h21.1v21.1c0,1.5,1.2,2.6,2.6,2.6c1.5,0,2.6-1.2,2.6-2.6V2.6z M4.5,49.2L49.2,4.5 l-3.7-3.7L0.8,45.5L4.5,49.2z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size:70%;
    mask-position: center center;
    transition: var(--wdtBaseTransition);
    transform: rotate(0deg);
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-active .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtPrimaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-active  .wdt-content-item .wdt-content-button a{
    border-color:var(--wdtPrimaryColor); 
}
.wdt-image-box-holder.wdt-rc-template-with-interaction  .wdt-content-item .wdt-content-button a{
    font-size:0;
    padding:17px;
    background-color:transparent;
    border:1px solid var(--wdtBorderColor);
    border-radius:var(--wdtRadius_Full);
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-button > a:hover{
    background-color:transparent;
}

@media (max-width:1280px){
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item{
    grid-template-columns:50% 50%;
    }
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-title{
        flex:100%;
    }
}
@media (max-width:1024px){
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-subtitle:before{
    opacity:0;
}
    
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item{
    grid-template-columns:100%;
    }
}
@media (max-width:479px){
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-detail-group{
    grid-template-columns:70% 30%;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-media-group{
    gap:10px;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-subtitle{
    margin-bottom: 5px;
 }
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-detail-group{
    display:flex;
    flex-direction:column;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-elements-group.wdt-content-group{
    justify-content:flex-start;
}
}

/* awards-column-styles */

.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-column > .wdt-content-item{
   grid-template-columns:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction  .wdt-column > .wdt-content-item .wdt-content-subtitle{
    text-align:end;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-column > .wdt-content-item .wdt-content-subtitle:before{
    opacity:0;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-column.wdt-active .wdt-content-item{
    border-bottom:1px solid transparent;
    box-shadow:var(--wdtPrimaryColor) 0 0 0 1px;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-column.wdt-active .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtPrimaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-column.wdt-active  .wdt-content-item .wdt-content-button a{
    border-color:var(--wdtPrimaryColor); 
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-column.wdt-active .wdt-content-button a{
    border-color:var(--wdtPrimaryColor); 
}

/* Home3 */

/* Winners */

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item{
    display: flex;
    flex-direction:row-reverse;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group{
    display: flex;
    flex:55%;
    justify-content:space-between;
    align-items:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group{
    display: grid;
    flex-direction:column-reverse;
    flex:45%;
    align-items:center;
    justify-content: end;
    margin-bottom: 0;
    margin: -60px 0;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group > div{
    grid-area:1/1;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container{
    padding: 0;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-elements-group.wdt-media-group.wdt-media-image-default{
    margin-right:80px;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-description{
    max-width:500px;
    text-align:inherit;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-media-group .wdt-content-button > a{
    font-size:var(--wdtFontSize_H4);
    text-align:start;
    font-family:var(--wdtFontTypo_H4);
    font-weight:var(--wdtFontWeight_H4);
    padding:0;
    background-color:transparent;
    transition:var(--wdtBaseTransition);
    cursor:auto;
} 
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-button > a:hover{
    background-color:transparent;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-title {
    width: 100%;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-title h5{
    font-size:var(--wdtFontSize_H4);
    text-align:inherit;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-button > a > div > span{
    display:block;
    text-align: center;
    color:var(--wdtSecondaryColor);
    transition:var(--wdtBaseTransition);
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item{
    border-top:1px solid var(--wdtBorderColor);
    border-bottom:1px solid var(--wdtBorderColor);
    transition:var(--wdtBaseTransition);
    margin:-1px 0 0;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-active  .wdt-content-item{
    border-top-color:var(--wdtPrimaryColor);
    border-bottom-color:var(--wdtPrimaryColor);
    z-index:1;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    color:var(--wdtBorderColor);
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    color:var(--wdtBorderColor);
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    color:var(--wdtPrimaryColor);
    transform:rotate(-45%); 
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-title h5 a {
    font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);/* Min-16 & Max-24 */
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-active .wdt-content-item .wdt-content-title h5 a {
    color:var(--wdtPrimaryColor);
    transition:var(--wdtBaseTransition);
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-subtitle{
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: var(--wdtLineHeight_Ext);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom: 0;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group .wdt-content-image a:after{
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    background-color:rgba(var(--wdtAccentTxtColorRgb), 0.65);
    transition: all 0.3s cubic-bezier(.65, .05, .36, 1);
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item  .wdt-content-detail-group  .wdt-content-button a .wdt-button-text:after{
    content: '';
    position: relative;
    display: inline-flex;
    width:24px;
    height:24px;
    background-color:var(--wdtBorderColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M0.8,45.5c-1,1-1,2.7,0,3.7c1,1,2.7,1,3.7,0L0.8,45.5z M50,2.6C50,1.2,48.8,0,47.4,0L23.6,0 C22.2,0,21,1.2,21,2.6c0,1.5,1.2,2.6,2.6,2.6h21.1v21.1c0,1.5,1.2,2.6,2.6,2.6c1.5,0,2.6-1.2,2.6-2.6V2.6z M4.5,49.2L49.2,4.5 l-3.7-3.7L0.8,45.5L4.5,49.2z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size:70%;
    mask-position: center center;
    transition: var(--wdtBaseTransition);
    transform: rotate(0deg);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-active .wdt-content-item .wdt-content-detail-group  .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtPrimaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-active  .wdt-content-item .wdt-content-detail-group  .wdt-content-button a{
    border-color:var(--wdtPrimaryColor); 
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-content-item .wdt-content-detail-group  .wdt-content-button a{
    font-size:0;
    padding:17px;
    background-color:transparent;
    border:1px solid var(--wdtBorderColor);
    border-radius:50%;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group  .wdt-content-button > a:hover{
    background-color:transparent;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group .wdt-content-image-wrapper a{
    position: relative;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-default-template:first-child{
    counter-reset: count;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-default-template .wdt-content-title h5 a:before{
    content:'0'counter(count) '.';
    counter-increment: count;
    position:relative;
    margin-right:5px;
}


@media(min-width:768px){
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-content-item .wdt-content-media-group  .wdt-content-image > a {
    opacity: 0;
    transform: scale(0.85) translateX(0) rotate(-30deg);
    transition: all 0.3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-active .wdt-content-item .wdt-content-media-group .wdt-content-image > a {
    opacity: 1;
    transform: scale(1) translateX(0) rotate(-30deg);
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group .wdt-content-image-wrapper {
    right: 0;
    margin-bottom: 0;
    justify-content: center;
    }
}
@media(max-width:1280px){
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group{
    gap:60px;
   }
}
@media(max-width:1024px){
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-elements-group.wdt-media-group.wdt-media-image-default{
    margin-right:10px;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-content-item .wdt-content-media-group  .wdt-content-image > a > img {
    transform: scale(0.85) translateX(0) rotate(0deg);
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-active  .wdt-content-item .wdt-content-media-group  .wdt-content-image > a > img {
    transform: scale(1) translateX(0) rotate(0deg);
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group{
    flex:70%;
    gap: 50px;
    padding-right: 15px;
   }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group{
    flex:30%;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group .wdt-content-image{
    top:60%;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group .wdt-content-image a:after{
    transform: scale(0.85) translateX(0) rotate(0deg);  
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-active .wdt-content-item .wdt-content-media-group .wdt-content-image a:after{
    transform: scale(1) translateX(0) rotate(0deg);
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-subtitle{
    text-align:center;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item  .wdt-content-button.wdt-button-clone{
    text-align:center;
}
}
@media(max-width:767px){
    .wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group > div{
    grid-area:auto;
}
    .wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group{
        justify-content:center;
        margin:0;
        margin-bottom:30px;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    display:none;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-detail-group{
    flex:100%;
    justify-content:center;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group{
    flex:100%;
    flex-direction:column;
    align-items:center;
   }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-title h5{
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-description{
    text-align:inherit;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-elements-group.wdt-media-group.wdt-media-image-default {
    margin-right:0;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-content-item{
    border-left:1px solid var(--wdtBorderColor);
    border-right:1px solid var(--wdtBorderColor);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-active  .wdt-content-item{
    border-left-color:var(--wdtPrimaryColor);
    border-right-color:var(--wdtPrimaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item{
    flex-wrap:wrap;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group{
    flex-wrap:wrap;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-media-group .wdt-content-image a:after{
    height:0;
    transform:none;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-active .wdt-content-item .wdt-content-media-group .wdt-content-image a:after{
    height:0;
    transform:none;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-media-group  .wdt-content-image > a > img {
    transform: scale(1) translateX(0) rotate(0deg);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-subtitle{
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-button.wdt-button-clone{
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item .wdt-content-subtitle{
    margin:0;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-content-item  .wdt-content-button.wdt-button-clone{
    text-align:center;
}

}

/* Winners-column-additional-styles */

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item .wdt-content-detail-group .wdt-content-button{
    display:none;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item .wdt-content-detail-group{
    flex:100%;
    justify-content:center;
    }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-media-group{
    flex:100%;
    flex-direction:column;
    align-items:center;
   }
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column >  .wdt-content-item .wdt-content-title h5{
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column >  .wdt-content-description{
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column >  .wdt-content-elements-group.wdt-media-group.wdt-media-image-default {
    margin-right:0;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column >   .wdt-content-item{
    border-left:1px solid var(--wdtBorderColor);
    border-right:1px solid var(--wdtBorderColor);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column.wdt-active >   .wdt-content-item{
    border-color: var(--wdtPrimaryColor);

}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item{
    flex-wrap:wrap;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-media-group{
    flex-wrap:wrap;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column.wdt-active > .wdt-content-item .wdt-content-media-group .wdt-content-image a:after{
    height:0;
    transform:none;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item .wdt-content-media-group .wdt-content-image a:after{
    height:0;
    transform:none;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item .wdt-content-media-group  .wdt-content-image > a > img {
    transform: scale(1) translateX(0) rotate(0deg);
    opacity:1;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item  .wdt-content-media-group{
    display: unset;
    flex:unset;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item  .wdt-content-media-group .wdt-content-image{
    position: relative;
    transform: translate(0);
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template .wdt-column > .wdt-content-item > div:not(:last-child){
    margin: -20px;
}

.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-column > .wdt-content-item .wdt-content-description{
    text-align:center;
}
.wdt-image-box-holder.wdt-rc-template-with-modern-template  .wdt-column > .wdt-content-item  .wdt-content-description{
    text-align:center;
}

/* ---Testimonial--- */
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev{
    margin: right 0;
}

.wdt-cus-single-testimonial .wdt-testimonial-holder .wdt-testimonial-container {
    width: 100%;
    overflow: visible;
    max-width: 400px;
}

.wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-detail-group {
    margin: 0 -350px;
    opacity: 0;
    width: auto;
}
.wdt-cus-single-testimonial .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom:0;
}
.wdt-cus-single-testimonial .wdt-content-item > div:not(:last-child){
    margin-bottom:0;
    margin-top: 40px;
}
.wdt-cus-single-testimonial .wdt-content-item{
    display:flex;
    flex-direction:column-reverse;
}
.wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-image > span > img{
    border:1px solid var(--wdtSecondaryColor);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-image > span > img{
    border:1px solid var(--wdtPrimaryColor);
}

.wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-content-image a,
.wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-content-image span {
    width: 100px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    border-radius: var(--wdtRadius_Full);
    height: 100px;
}

.wdt-cus-single-testimonial .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-detail-group,
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-fully-visible,
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-prev .wdt-content-item .wdt-content-media-group .wdt-content-image a,
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-next .wdt-content-item .wdt-content-media-group .wdt-content-image a,
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-prev .wdt-content-item .wdt-content-media-group .wdt-content-image span,
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-next .wdt-content-item .wdt-content-media-group .wdt-content-image span {
    opacity: 1;
}

.wdt-cus-single-testimonial .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-image a,
.wdt-cus-single-testimonial .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-image span {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wdt-cus-single-testimonial .wdt-content-item .wdt-content-title h5,
.wdt-cus-single-testimonial .wdt-content-item .wdt-content-title h5 a {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.wdt-cus-single-testimonial .wdt-content-item .wdt-content-title-group.below span {
    display: none;
}

.wdt-cus-single-testimonial .wdt-content-item .wdt-content-title-group {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
}

.wdt-cus-single-testimonial .wdt-content-item .wdt-content-title-group.below> :not(.wdt-content-separator):not(:last-child) {
    margin: 0;
}

.wdt-cus-single-testimonial .wdt-content-item .wdt-content-subtitle {
    text-transform: uppercase;
    font-size:var(--wdtFontSize_Base);
}
.wdt-cus-single-testimonial .wdt-testimonial-holder .wdt-content-item:has(.wdt-content-subtitle) .wdt-content-title-group .wdt-content-title h5:after {
    content: ",";
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    margin-right: 10px;
}

.wdt-cus-single-testimonial .wdt-content-item .wdt-rating li span.fa-star:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: var(--wdtPrimaryColor);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M97.82,42.1l-5.15,4.45L79.42,58h0l-4.9,4.23L76,68.49h0l2.69,11.74L81.34,92c.79,3.45-1.09,4.79-4.18,3L66.64,88.83,50.5,79.4l-8.53,5L23.84,95c-3.09,1.8-5,.46-4.18-3L25,68.5a0,0,0,0,1,0,0l1.43-6.26L21.58,58h0L3.18,42.1c-2.69-2.33-2-4.51,1.6-4.83L17,36.16l18.68-1.71,7.43-17L47.92,6.43c1.42-3.24,3.74-3.24,5.16,0l4.84,11.06,7.43,17L84,36.16l12.19,1.11C99.79,37.59,100.51,39.77,97.82,42.1Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M97.82,42.1l-5.15,4.45L79.42,58h0l-4.9,4.23L76,68.49h0l2.69,11.74L81.34,92c.79,3.45-1.09,4.79-4.18,3L66.64,88.83,50.5,79.4l-8.53,5L23.84,95c-3.09,1.8-5,.46-4.18-3L25,68.5a0,0,0,0,1,0,0l1.43-6.26L21.58,58h0L3.18,42.1c-2.69-2.33-2-4.51,1.6-4.83L17,36.16l18.68-1.71,7.43-17L47.92,6.43c1.42-3.24,3.74-3.24,5.16,0l4.84,11.06,7.43,17L84,36.16l12.19,1.11C99.79,37.59,100.51,39.77,97.82,42.1Z'/%3E%3C/svg%3E");
}

@media(min-width:1025px) {
.wdt-cus-single-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    margin: auto;
    left: 0;
    right: 0;
    }
.wdt-cus-single-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div,
.wdt-cus-single-testimonial .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        margin: 0;
    }
}

@media(max-width:1280px) {
    .wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-detail-group {
        margin: 0 -300px;
    }
}

@media(max-width:767px) {
    .wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-detail-group {
        margin: 0 -150px;
    }
    .wdt-cus-single-testimonial .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
        margin-bottom:20px;
    }
    .wdt-cus-single-testimonial .wdt-content-item > div:not(:last-child){
       margin-top: 20px;
    }
}

@media(max-width:479px) {
    .wdt-cus-single-testimonial .swiper-slide .wdt-content-item .wdt-content-detail-group {
        margin: 0;
    }
}


/* Price Plan 
-----------------*/
/* Price table */

.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan:before{
    opacity:0;
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan:after{
    opacity:0;
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*='-template-default']:hover {
    background-color:transparent;
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan:hover{
    background-color:transparent;
}
/* Toggle */

.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-container .wdt-advanced-toggle-switcher-container {
    text-align:center;
    justify-content:start;
    justify-items:start;
    display: flex;
    gap: 20px;
    position: relative;
    transform:none;
    align-items:center;
}
.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-right-section-title{
    /*! display:flex; */
    /*! flex-direction:column-reverse; */
    /*! gap:0px; */
}
.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-right-section-title{
    position:relative;
    /*! margin-top:-23px; */
}
.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-right-section-title:after{
    content: "";
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M30.1,97.3l-0.7-2.4c1.6-0.5,4.1-1.3,6.7-2.6C43.2,89,49.2,83.5,53.9,76l0.2-0.4c2.3-3.6,6.1-9.9,7.4-18.1 c-3.5,0.5-6.4-0.2-8-0.7c-5.4-1.8-8.9-4.9-9.9-6.5c-2.1-3-4.3-7.5-2.9-12.1c1-3.2,4-5.9,7.4-6.7c3.4-0.8,6.9,0.2,10.3,3.1 c5.7,4.9,5.9,12.9,6,17.2l0,0.3c0,0.7,0,1.4,0,2.1c4.7-2,7.3-6,8.2-7.4c3.5-5.3,4.6-12,3.2-19.3c-1.3-6.2-4.4-10.3-7.2-13.5 c-3.3-3.8-7.3-6.9-11.9-9.1l1.1-2.2c4.9,2.4,9.1,5.7,12.7,9.7c1.8,2.1,6.2,7,7.8,14.7c1.6,8,0.3,15.3-3.6,21.2 c-1.1,1.7-4.3,6.8-10.5,8.8C63,66.1,58.7,73,56.3,77l-0.2,0.4c-5,7.9-11.3,13.7-18.8,17.3C34.4,95.9,31.8,96.8,30.1,97.3z M50.4,33.8c-0.5,0-1.1,0.1-1.6,0.2c-2.6,0.6-4.8,2.6-5.6,5c-1.1,3.8,1.2,7.9,2.6,10c0.7,1.1,3.7,3.9,8.6,5.5 c1.2,0.4,4,1.2,7.5,0.5c0.1-0.9,0.1-1.9,0.1-2.9l0-0.3c-0.1-4.2-0.2-11.1-5.1-15.3C54.7,34.7,52.5,33.8,50.4,33.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M34.8,98.8c-0.5-0.3-1.2-0.5-1.7-0.7l-0.1,0c-0.2,0-0.4-0.1-0.6-0.1c-0.7-0.1-1.4-0.2-2.4-0.2c-0.1,0-0.4,0-0.6,0 c-0.5,0-1.7,0.2-1.9-1c-0.1-0.7,0.3-1.4,0.9-1.6c0.7-0.4,2.2-2.1,2.7-2.7c0.2-0.2,0.4-0.4,0.5-0.5c0.7-0.7,1.5-1.7,2.2-3l2.1,1.3 c-0.9,1.4-1.7,2.6-2.6,3.4c-0.1,0.1-0.2,0.3-0.4,0.5c-0.4,0.4-0.8,0.9-1.1,1.3c0.3,0,0.6,0.1,0.8,0.1c0.2,0,0.5,0.1,0.7,0.1 l0.3,0.1l0.2,0.1c0.5,0.2,1.3,0.5,2.1,0.9L34.8,98.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-size: cover;
    mask-position:center;
    mask-repeat:no-repeat;
    position:absolute;
    top:-29px;
    right:-45px;
    width:52px;
    height:50px;
    background-color:var(--wdtPrimaryColor);
    transform: rotate(-15deg);
}
.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle span.wdt-offer-price{
    margin:-10px;
    font-family:var(--wdtFontTypo_H4);
    background-color:rgba(var(--wdtBorderColorRgb), 0.3);
    padding-inline:10px;
    font-size: calc(var(--wdtFontSize_Ext) - 2px);
    text-transform:lowercase;
    position: absolute;
    top: -25px;
    padding: 0px 10px;
    left: 7px;
}
.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-switcher-container{
    padding-top:70px;
}
.wdt-custom-ad-toggle .wdt-advanced-toggle-switcher-container{
    font-family:var(--wdtFontTypo_H2);
    font-size:var(--wdtLineHeight_H6);
    font-weight:var(--wdtFontWeight_H1);
    text-transform:capitalize;
    position: absolute;
}

@media(max-width:1280px){

.wdt-custom-ad-toggle.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-switch-wrapper{
    display:unset;
    flex-wrap:unset;
}
}
/* Price-Featured style */

/* Basic */
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 {
    color: var(--wdtSecondaryColor);
    text-transform: capitalize;
    font-weight: var(--wdtFontWeight_Alt);
    font-size:  clamp(1.375rem, 0.8024rem + 0.8939vw, 1.875rem);
    font-family: var(--wdtFontTypo_Alt);
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*='-template-default'] div[class*='-table-header'] .wdt-content-title h5 a {
    color: var(--wdtSecondaryColor);
    font-size: inherit;
    font-family:inherit;
    font-weight:inherit;
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder .wdt-pricing-table-badge.type1{
    font-family:var(--wdtFontTypo_Alt);
    font-size:var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    letter-spacing:0;
    text-transform:capitalize;
    position: relative;
    margin: auto auto 15px;
    top: 0;
    padding: 8px 25px;
    width: fit-content;
    height: fit-content;
}

/* price style */


/* Description style */

.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*="-template-default"] .wdt-content-description{
    font-family: var(--wdtFontTypo_Base);
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    border:none;
    line-height: var(--wdtLineHeight_Base);
    padding: 0 0 20px;
    margin-bottom: 0;
    text-transform: capitalize;
  
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*="-template-default"] .wdt-pricing-table-pricing-description{
    border-bottom:1px solid var(--wdtBorderColor);
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-features-title{
    width:100%;
    text-align:start;
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-features{
    width:100%;
}
.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder div[class*='-table-badge'].type4{
    overflow:visible;
}
/* button */

.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder .wdt-pricing-table-footer .wdt-content-button > a{
    margin-top:20px;
}



/* Home3-cus-styles */

.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-header{
    display:flex;
    flex-direction:column;
    width:100%;
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*='-template-default']:hover{
    background-color:transparent;
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-features-list-inner{
    text-align:start;
}

.wdt-custom-price-table.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder[class*='-template-default']:hover .wdt-pricing-table-footer .wdt-content-button > a {
    color:var(--wdtPrimaryColor);
    background-color:var(--wdtSecondaryColor);
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder:hover .wdt-content-subtitle{
    opacity:0;
    transform:translateY(-50px);
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder {
    background-size:0;
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder:after {
    content: "";
    position: absolute;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder:hover:after{
    transform: scale(1.2) rotate(2deg);
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder:hover:after{
    opacity:.3;
}
.wdt-cus-secondary-home3-priceplan .wdt-pricing-table-holder{
    overflow:hidden;
}

/* custom-ad-toggle */

.wdt-cus-sec-ad-toggle h5{
    font-size: clamp(1.75rem, 1.4327rem + 1.4103vw, 3.125rem);
    text-transform:capitalize;
    margin-top:0;
    font-weight: var(--wdtFontWeight_H1);
}
.wdt-cus-sec-ad-toggle .wdt-content-description{
    order:2;
    margin-bottom:20px;
}
.wdt-cus-sec-ad-toggle .wdt-content-subtitle{
    font-size:var(--wdtFontSize_H4);
    font-family:var(--wdtFontTypo_H4);
    color:var(--wdtSecondaryColor);
    order:3;
}

.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-section .wdt-content-subtitle{
    order:-1;
}

.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-content-container{
    display:flex;
    flex-direction:column;
}
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-container{
    display:flex;
}
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-switch-wrapper{
    flex:40%;
    padding-top: 50px;
}
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-section{
    flex:60%;
    padding-left:120px;
}

@media (max-width:1540px){
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-section{
    padding-left:80px;
}  
}
@media (max-width:1540px){
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-section{
    padding-left:40px;
}  
}
@media (max-width:1280px){
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-container{
   flex-wrap:wrap;
}
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-switch-wrapper{
    flex:100%;
}
.wdt-cus-sec-ad-toggle .wdt-advanced-toggle-section{
    padding-left:0px;
    width:100%;
}
}

/* Location */

.wdt-cus-home3-location .wdt-content-item .wdt-content-title h5{
    font-size:var(--wdtFontSize_H4);
    text-transform:capitalize;
}
.wdt-cus-home3-location .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group .wdt-content-button-group{
    display:flex;
    flex-direction:column;
}
.wdt-cus-home3-location  .wdt-advanced-slider-block{
    display: grid;
    position:relative;
    overflow:hidden;
}
.wdt-cus-home3-location .wdt-image-icon-group{
    grid-area:1/1;
    transition:var(--wdtBaseTransition);
    opacity: 0;
}
.wdt-cus-home3-location .wdt-advanced-slider-block:hover .wdt-image-icon-group{
    opacity:0.3;
    transform: scale(1.2) rotate(2deg);
}
.wdt-cus-home3-location .wdt-content-detail-group{
    grid-area: 1/1;
}
.wdt-cus-home3-location .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group{
    display:flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
    padding: 30px 30px 30px 30px;
}

.wdt-cus-home3-location .wdt-content-item{
    background-color:var(--wdtTertiaryColor);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-button > a > div > span {
    display: block;
}
.wdt-cus-home3-location .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group 
.wdt-content-button-group .wdt-content-button + .wdt-content-button > a{
    background-color:transparent;
}
.wdt-cus-home3-location .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group 
.wdt-content-button-group .wdt-content-button + .wdt-content-button > a:hover{
    background-color:transparent;
}
.wdt-cus-home3-location .wdt-specifications-holder .wdt-content-item .wdt-advanced-slider-block .wdt-content-detail-group 
.wdt-content-button-group .wdt-content-button {
    display:block;
    margin:0;
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-button > a {
    padding:0;
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom:20px;
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-detail-group .wdt-content-description{
    margin-bottom:4px !important;
}
.wdt-cus-home3-location .wdt-advanced-slider-block .wdt-content-button-group .wdt-content-button > a{
    color:var(--wdtSecondaryColor);
    transition:var(--wdtBaseTransition);
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-button > a > div > span{
   transition:unset;
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-button > a > div{
    transition:unset;
}
.wdt-cus-home3-location .wdt-advanced-slider-block .wdt-content-button-group .wdt-content-button > a:hover{
    color:var(--wdtPrimaryColor);
}
.wdt-cus-home3-location .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    font-size: 80px;
}
.wdt-cus-home3-location .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{
    color: var(--wdtPrimaryColor);
}



/* FAQ */

.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder {
    font-size:clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
    font-weight: var(--wdtFontWeight_H6);
    color: var(--wdtHeadAltColor);
    position: relative;
    display: flex;
    align-items:baseline;
    justify-content:space-between;
    width: 100%;
    margin: 0 auto;
    transition:var(--wdtBaseTransition);
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title{
    line-height:var(--wdtLineHeight_H4);
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    margin-bottom: 25px;
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active{
    color:var(--wdtPrimaryColor);
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    margin-bottom: 25px;
    border:1px solid var(--wdtBorderColor);
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder[class*='-template-bordered'] .wdt-accordion-toggle-wrapper {
    background-color:transparent;
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    font-size: calc(var(--wdtFontSize_Base) - 1px);
    top:2px;
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder{
    border:none;
    background-color:transparent;
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder.ui-state-active {
    background-color:transparent;
    border:none;
}
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-description{
    border:none;
    padding-top:0;
}
@media (max-width:768px){
.wdt-cus-acc-tog .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:last-child) {
    margin-bottom:20px;
}   
}

/* contact-us-header */

.wdt-cus-contact-heading .wdt-heading-content-wrapper:before{
    content:'';
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:2px;
    height:90%;
    background-color:var(--wdtPrimaryColor); 
}

/* Contact form */

.wdt-custom-contact-form1 .input-row1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.wdt-custom-contact-form1 .input-col11 {
    font-family: var(--wdtFontTypo_H5);
    margin-top:50px;
    margin-bottom:20px;
}

.wdt-custom-contact-form1 .input-field1 label{
    font-family: var(--wdtFontTypo_H5);
    font-weight: var(--wdtFontWeight_Base);
}
.wdt-custom-contact-form1 .input-col11 textarea{
    font-family: var(--wdtFontTypo_H5);
    font-weight: var(--wdtFontWeight_Base);
    color: var(--wdtAccentTxtColor);
}
/* Focus state for textarea */
.wdt-custom-contact-form1 .input-col11 textarea:focus {
    color:var(--wdtSecondaryColor); 
}
/* Unfocused state for textarea */
.wdt-custom-contact-form1 .input-col11 textarea:not(:focus) {
    color: var(--wdtSecondaryColor);
}


/* Styling for the text input */
.wdt-custom-contact-form1 input[type="text"] {
   color:var(--wdtSecondaryColor); 
}

/* Focus state for input */
.wdt-custom-contact-form1 input[type="text"]:focus {
   color:var(--wdtSecondaryColor); 
}
/* Unfocused state for input */
.wdt-custom-contact-form1 input[type="text"]:not(:focus) {
    color:var(--wdtSecondaryColor);
}
.wdt-custom-contact-form1 button{
    text-transform:uppercase;
    color:var(--wdtSecondaryColor);
    font-family:var(--wdtFontTypo_H5);
    transition:var(--wdtBaseTransition);
    margin-top:40px;
    padding:var(--wdtPadding_MaxiBtn);
    
}
.wdt-custom-contact-form1 button:hover{
    color:var(--wdtPrimaryColor);
}
@media(max-width:767px){
    .wdt-custom-contact-form1 .input-row1{
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .wdt-custom-contact-form1 button{
        width: 100%;
    }
}

/* say-hello */

.wdt-cus-contact-subheading  .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
  font-size: var(--wdtFontSize_H4);
  text-transform:uppercase;
  font-weight: var(--wdtFontWeight_H4);
}
.wdt-cus-contact-social-icons.elementor-widget.elementor-widget-icon-list a .elementor-icon-list-icon svg{
    margin:0;
}
.wdt-cus-contact-social-icons a .elementor-icon-list-icon{
    width: 34px;
    height: 34px;
    border:1px solid var(--wdtSecondaryColor);
    border-radius:var(--wdtRadius_Full);
    justify-content: center;
    align-items: center;
}
.wdt-cus-contact-social-icons a .elementor-icon-list-icon:hover{
    border-color:var(--wdtPrimaryColor);
}
.wdt-cus-contact-social-icons a .elementor-icon-list-icon:hover svg{
    fill:var(--wdtPrimaryColor);
}


/* Careere-details */

.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-media-group{
    display:block;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-subtitle{
    padding-left:0px;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-subtitle:before{
    width:0;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-detail-group {
    grid-template-columns: 100%;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color:var(--wdtSecondaryColor);
}
.wdt-cus-home2-awards.wdt-cus-career-details .wdt-content-item:hover .wdt-content-title h5 a{
    color:var(--wdtSecondaryColor);
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item:hover{
    background-color:var(--wdtPrimaryColor);
    border-color:transparent;
    box-shadow:0;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item {
    grid-template-columns:70% 30%;
} 
.wdt-cus-uncaps .wdt-heading-holder .wdt-heading-title-wrapper{
    text-transform:unset;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-title h5{
    text-transform:unset;
}


.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction  .wdt-content-item:hover .wdt-content-button a{
    border-color:var(--wdtSecondaryColor); 
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item:hover .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtSecondaryColor);
}
@media (max-width:1024px){
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-subtitle {
    text-align:start;
}
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item {
    grid-template-columns:50% 50%;
}
}
@media (max-width:479px){
.wdt-cus-career-details .wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item {
    grid-template-columns:70% 30%;
} 
}


/* career-details-awards-duplicate-stylings */

.wdt-cus-sticky-height{
    height:fit-content;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-media-group{
    display:flex;
    align-items:center;
    width:100%;
    justify-content: flex-start;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item:hover{
    background-color:var(--wdtPrimaryColor);
    border-color:transparent;
    box-shadow:0;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item{
    display:grid;
    grid-template-columns:40% 60%;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-detail-group{
    display:grid;
    grid-template-columns:55% 45%;
    width:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-title h5{
    font-size:clamp(1.125rem, 1.0491rem + 0.3797vw, 1.5rem);;
    text-transform:uppercase;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-subtitle:before{
    content:'';
    position:absolute;
    top:50%;
    left:-5px;
    width:8px;
    height:2px;
    background-color:var(--wdtBorderColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-title{
    flex:70%;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-elements-group.wdt-content-group{
    display:flex;
    justify-content:flex-end;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-subtitle{
    font-size: var(--wdtFontSize_Base);
    text-align:start;
    padding-left:10px;
    position:relative;
    margin-bottom:0;
    order:1;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item > div:not(:last-child),.wdt-cus-home2-awards .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item{
    border:1px solid transparent;
    border-bottom:1px solid var(--wdtBorderColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item{
    border-bottom:1px solid transparent;
    box-shadow:var(--wdtPrimaryColor) 0 0 0 1px;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    color:var(--wdtBorderColor);
    transition:var(--wdtBaseTransition);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtPrimaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtPrimaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-icon  .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    content: '';
    position: relative;
    display: inline-flex;
    width:24px;
    height:24px;
    background-color:var(--wdtBorderColor);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M0.8,45.5c-1,1-1,2.7,0,3.7c1,1,2.7,1,3.7,0L0.8,45.5z M50,2.6C50,1.2,48.8,0,47.4,0L23.6,0 C22.2,0,21,1.2,21,2.6c0,1.5,1.2,2.6,2.6,2.6h21.1v21.1c0,1.5,1.2,2.6,2.6,2.6c1.5,0,2.6-1.2,2.6-2.6V2.6z M4.5,49.2L49.2,4.5 l-3.7-3.7L0.8,45.5L4.5,49.2z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size:70%;
    mask-position: center center;
    transition: var(--wdtBaseTransition);
    transform: rotate(0deg);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtSecondaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active  .wdt-content-item .wdt-content-button a{
    border-color:var(--wdtSecondaryColor); 
}
.wdt-image-box-holder.wdt-rc-template-with-icon  .wdt-content-item .wdt-content-button a{
    font-size:0;
    padding:17px;
    background-color:transparent;
    border:1px solid var(--wdtBorderColor);
    border-radius:var(--wdtRadius_Full);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-button > a:hover{
    background-color:transparent;
}

.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-media-group{
    display:block;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-subtitle{
    padding-left:0px;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-subtitle:before{
    width:0;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-detail-group {
    grid-template-columns: 100%;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color:var(--wdtSecondaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtSecondaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item{
    background-color:var(--wdtPrimaryColor);
    border-color:transparent;
    box-shadow:0;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item {
    grid-template-columns:70% 30%;
} 
.wdt-cus-uncaps .wdt-heading-holder .wdt-heading-title-wrapper{
    text-transform:unset;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-title h5{
    text-transform:unset;
}


.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active  .wdt-content-item .wdt-content-button a{
    border-color:var(--wdtSecondaryColor); 
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-active .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtSecondaryColor);
}

@media (max-width:1280px){
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item{
    grid-template-columns:50% 50%;
    }
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-title{
        flex:100%;
    }
}
@media (max-width:1024px){
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item{
        grid-template-columns:50% 50%;
        }
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item .wdt-content-subtitle {
        text-align:start;
    }
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-detail-group{
        grid-template-columns:100%;
    }
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item > div:not(:last-child),
.wdt-cus-home2-awards .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom: 15px;
}
}
@media (max-width:767px){
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item {
        grid-template-columns:70% 30%;
    } 
}
@media (max-width:479px){
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-detail-group{
    grid-template-columns:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-media-group{
    gap:10px;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-item {
    display: flex;
    flex-direction:column;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-content-elements-group.wdt-content-group{
    justify-content:flex-start;
    margin-top:5px;
}
.wdt-image-box-holder.wdt-rc-template-with-interaction .wdt-content-item .wdt-content-description{
    margin-bottom: 20px;
}
.wdt-heading-holder .wdt-heading-subtitle-wrapper{
    font-size: var(--wdtFontSize_Ext);
}
}

/* awards-column-styles */

.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column > .wdt-content-item{
   grid-template-columns:70% 30%;
   height:100%;
}
.wdt-image-box-holder.wdt-rc-template-with-icon  .wdt-column > .wdt-content-item .wdt-content-subtitle{
    text-align:start;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column > .wdt-content-item .wdt-content-subtitle:before{
    opacity:0;
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column.wdt-active > .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtSecondaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column.wdt-active > .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtPrimaryColor);
    transform: rotate(45deg); 
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column.wdt-active > .wdt-content-item .wdt-content-button a{
    border-color:var(--wdtSecondaryColor); 
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column.wdt-active > .wdt-content-item .wdt-content-button a .wdt-button-text:after{
    background-color:var(--wdtSecondaryColor);
}
.wdt-image-box-holder.wdt-rc-template-with-icon .wdt-column.wdt-active > .wdt-content-item{
    background-color:var(--wdtPrimaryColor);
    border-color:transparent;
    box-shadow:0;
}

/* Home4-aside-iconlist */
.wdt-cus-home4-aside-iconlist.elementor-widget .elementor-icon-list-item {
    display:block;
    position:relative;
    overflow:hidden;
}
.wdt-cus-home4-aside-iconlist.elementor-widget .elementor-icon-list-item a{
    flex-direction:row-reverse;
    gap:10px;
    transition:var(--wdtBaseTransition);
    font-family:var(--wdtFontTypo_H5);
    font-weight:var(--wdtFontWeight_H2);
    z-index:2;
    position:relative;
     border:2px solid var(--wdtHeadAltColor);
    padding:10px;
}
.wdt-cus-home4-aside-iconlist.elementor-widget .elementor-icon-list-item:hover a{
    color:var(--wdtPrimaryColor);
}
.wdt-cus-home4-aside-iconlist.elementor-widget ul.elementor-icon-list-items{
    row-gap:15px;
}
.wdt-cus-home4-aside-iconlist.elementor-widget ul.elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-text{
    transition:var(--wdtBaseTransition);
    line-height:var(--wdtLineHeight_Alt);
}
.wdt-cus-home4-aside-iconlist.elementor-widget ul.elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-icon{
    position:relative;
    overflow:hidden;
}
.wdt-cus-home4-aside-iconlist.elementor-widget .elementor-icon-list-item a{
    z-index:1;
}
.wdt-cus-home4-aside-iconlist.elementor-widget .elementor-icon-list-item a:before{
    content: "";
    display: inline !important;
    height: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--wdtHeadAltColor);
    opacity: 1;
    -webkit-animation: btn-clip-invert 0.7s linear;
    animation: btn-clip-invert 0.7s linear;
    z-index: -1;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.wdt-cus-home4-aside-iconlist.elementor-widget .elementor-icon-list-item a:hover:before{
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
    -webkit-animation: btn-clip 0.7s linear;
    animation: btn-clip 0.7s linear;
}


/* home3-cus-iconlist */
.wdt-cus-home3-cus-counter .wdt-counter-holder.wdt-rc-template-standard .wdt-content-item{
    gap:5px;
    align-items:baseline;
}
.wdt-cus-home3-cus-counter  .wdt-counter-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-counter-wrapper .wdt-content-counter{
    font-size:var(--wdtFontSize_H4);
}
.wdt-cus-home3-cus-counter .wdt-content-item .wdt-content-counter{
    color:var(--wdtLinkColor);
}

/* Career-slider */   

.wdt-cus-career-advancedslider .wdt-content-item .wdt-content-title h5{
    font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
    text-transform:capitalize
}
.wdt-cus-career-advancedslider .wdt-content-item .wdt-content-button > a{
    background-color:transparent;
    padding:0;
    transition:var(--wdtBaseTransition);
    color:var(--wdtBodyTxtColor);
}
.wdt-cus-career-advancedslider .wdt-content-item .wdt-content-button > a:hover {
    background-color:transparent;
    color:var(--wdtPrimaryColor);
    
}
.wdt-cus-career-advancedslider .wdt-content-item .wdt-content-button > a > div,.wdt-cus-career-advancedslider .wdt-content-item .wdt-content-button > a > div > span {
    transition:var(--wdtBaseTransition) !important;
}
.wdt-cus-career-advancedslider .wdt-content-item .wdt-content-detail-group .wdt-content-title{
    margin-bottom:5px;
}

/* Career-arrow-section*/

.wdt-icon-box-holder.wdt-rc-template-ico-side-overlap {
    counter-reset:wdt-counter;
}
.wdt-icon-box-holder.wdt-rc-template-ico-side-overlap .wdt-content-item .wdt-content-media-group .wdt-content-title h5 a::before {
    counter-increment: wdt-counter; 
    content: "0" counter(wdt-counter) ".";
    font-size:calc(var(--wdtFontSize_H4) + 4px);
    margin-right: 5px;
}
.wdt-icon-box-holder.wdt-rc-template-ico-side-overlap .wdt-content-item .wdt-content-media-group .wdt-content-title{
    display:flex;
    flex-direction:row;
    gap:10px;
    align-items:start;
}



