
/* Default Template */
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item { display: flex; gap: 12px;align-items: center; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child) { margin-bottom: 0; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group { display: flex; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child){margin-bottom:clamp(0.3125rem, 0.1871rem + 0.5732vw, 0.875rem);/* 5px - 14px */}
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span { padding: 0; color: var(--wdtAccentTxtColor); font-size: clamp(1.875rem, 1.7914rem + 0.3822vw, 2.25rem); /* Min-30 & Max-36 */ }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 a { font-size: var(--wdtFontSize_H6);line-height: 1; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description{line-height: normal;color: rgba(var(--wdtAccentTxtColorRgb),0.8);}
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description p{ margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > a > img,
.wdt-image-box-holder.wdt-rc-template-standard  .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description{
    transition:var(--wdt-Ad-Transition);-webkit-transition:var(--wdt-Ad-Transition);
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item{
    display:flex;
    overflow:hidden;
    height: 100%;
    border-radius:20px;
    background-color:rgba(var(--wdtAccentTxtColorRgb), 0.05);
    backdrop-filter:blur(10px);
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group{
    position:absolute;
    height: 100%;
    width: 100%;
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group{
    padding: 30px 30px;
    z-index: 3;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > a > img{
    opacity:1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image{
    opacity:0;
    transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-active .wdt-content-item .wdt-content-image ,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-image{
    opacity:1;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span:before ,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > a:before {
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(var(--wdtHeadAltColorRgb),0.65);
    position:absolute;
    top:0;
    left:0;
    opacity:1;
}

.wdt-image-box-holder.wdt-rc-template-standard  .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon{
    padding:10px;
    background-color:var(--wdtAccentTxtColor);
    border-radius:var(--wdtRadius_2X);
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    width:55px;
    height:55px;
    font-size:30px;
    border-radius:var(--wdtRadius_1X);
    background-image:linear-gradient(90deg, var(--wdtTertiaryColor), var(--wdtPrimaryColor), var(--wdtTertiaryColor));
    background-size:300% 100%;
    background-position:top right;
    color:var(--wdtHeadAltColor);
    backdrop-filter:blur(10px);
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{
    background-position:top left;
    color:var(--wdtSecondaryColor);
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5{
    font-size:var(--wdtFontSize_H5);
    text-transform:capitalize;
}

/* color-*/
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtAccentTxtColor);
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-title h5 a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-active .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-active .wdt-content-item .wdt-content-title h5 a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-description,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-active .wdt-content-item .wdt-content-description{
    /* color:var(--wdtHeadAltColor); */
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a:hover{
    color:var(--wdtPrimaryColor);
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper, 
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > a{
    display: flex;
    height: 100%;
    width: 100%;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a{
    padding: 10px 0 0;
    background-color: transparent;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a:after{
    content:"";
    height:12px;
    width:20px;
    display:inline-block;
    background-color:currentcolor;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 18'%3E%3Cpath d='M12.1,18V10.6H0V7.4H12.1V0L27.7,9Z'%3E%3C/path%3E%3C/svg%3E");
    mask-repeat:no-repeat;
    mask-position:center;
    margin:auto;
    margin-left:5px;
}
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-button > a:hover:after{
    animation: btn-arrow-move 0.375s linear;-webkit-animation: btn-arrow-move 0.375s linear;
}

/* Social Icons */

.wdt-image-box-holder.wdt-rc-template-social-icons .wdt-content-item {
    justify-content: start;
    text-align: start;
}
.wdt-image-box-holder.wdt-rc-template-social-icons:has(> .wdt-content-item) {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.wdt-image-box-holder.wdt-rc-template-social-icons .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    background-color: transparent;
    background-image:linear-gradient(90deg, var(--wdtPrimaryColor), var(--wdtTertiaryColor), transparent,transparent);
    background-size: 300% 100%;
    background-position: top right;
    background-repeat: no-repeat;
    font-size:clamp(1.125rem, 1.0833rem + 0.1389vw, 1.25rem);/* 18px - 20px */
    width: clamp(2.5rem, 2.3958rem + 0.3472vw, 2.8125rem);/* 40px - 45px */
    height: clamp(2.5rem, 2.3958rem + 0.3472vw, 2.8125rem);/* 40px - 45px */
    color: var(--wdtHeadAltColor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: var(--wdtBorderColor);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wdt-image-box-holder.wdt-rc-template-social-icons .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:hover {
    background-size: 300% 100%;
    background-position: top left;
    border-color:var(--wdtTertiaryColor);
}
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-social-icons .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    color:var(--wdtPrimaryColor);
    border-color: rgba(var(--wdtAccentTxtColorRgb),0.25);
}
.wdt-dark-bg .wdt-image-box-holder.wdt-rc-template-social-icons .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:hover {
    color:var(--wdtHeadAltColor);
    border-color:var(--wdtTertiaryColor);
}
.wdt-image-box-holder.wdt-rc-template-social-icons .swiper-wrapper{
    cursor: auto;
}


/* Image box with description style */
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item { position: relative; display: flex; justify-content: space-between !important; align-items: center; padding: clamp(1.875rem, 1.6667rem + 0.6944vw, 2.5rem) clamp(1.875rem, 1.25rem + 2.0833vw, 3.75rem); /*30-40 & 30-60*/ margin-bottom: 30px; border-radius: var(--wdtRadius_2X); background: linear-gradient(90deg, var(--wdtPrimaryColor), var(--wdtTertiaryColor),var(--wdtAccentTxtColor), var(--wdtAccentTxtColor)); background-size: 300% 100%; background-position: center right; color: var(--wdtHeadAltColor); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:last-child { margin-bottom:0; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover { background-position: center left; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-media-group { margin: 0 20px 0 0; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5 { font-size:clamp(1.5rem, 1.4164rem + 0.3822vw, 1.875rem); /* Min-24 & Max-30 */ }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5 a { color:var(--wdtHeadAltColor); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-title h5 a:hover { color:rgba(var(--wdtHeadAltColorRgb),0.5); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-description {position: relative;z-index: 0;display: flex;flex-wrap: wrap;gap: 8px 20px;}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-description p { margin:0; display:flex; align-items:baseline; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-description p:before {content:"";position:relative;display: block;width:7px;height:7px;background:var(--wdtHeadAltColor); border-radius: var(--wdtRadius_Full); bottom:2px; margin-right:10px; }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-button { display: flex; transition:var(--wdtAltTransition);  }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-button > a {font-size:0;border-radius:var(--wdtRadius_Full);width:50px;height:50px;border:1px solid var(--wdtHeadAltColor);background: var(--wdtBodyBGColor);color:var(--wdtHeadAltColor);overflow: hidden;}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-button{rotate: -40deg;}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item:hover .wdt-content-button > a { background: var(--wdtSecondaryColor); color:var(--wdtAccentTxtColor); }
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-button > a:before {content: "";position:relative;display:block;width: 100%;height: 100%;top:0;bottom:0;left:0;right:0;margin:auto;mask-image:url("data:image/svg+xml,%0A%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%3Cpath d='M97.5,50L44.1,19.1v61.7L97.5,50z M2.5,50v5.3h46.9V50v-5.3H2.5V50z'/%3E%3C/svg%3E%0A");background:currentColor;mask-size:16px;mask-repeat:no-repeat;mask-position:center;}
.wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item .wdt-content-button > a:hover:before { animation: btn-arrow-move 0.375s linear; -webkit-animation: btn-arrow-move 0.375s linear; }

@media only screen and (max-width:479px) {
    .wdt-image-box-holder.wdt-rc-template-with-description .wdt-content-item { flex-direction:column; align-items:start; gap:20px; }
}

.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item > div:not(:last-child), 
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-media-group > div:not(:last-child), 
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-detail-group > div:not(:last-child), 
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-elements-group > div:not(:last-child){ margin-bottom:20px }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-media-group{ border-bottom:1px solid rgba(var(--wdtHeadAltColorRgb),0.2); padding-bottom:20px; }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-media-group::before { content: ""; position: absolute; width: 0%; height: 1px; background: var(--wdtSecondaryColor); top: auto; bottom: -1px; margin: auto; transition: var(--wdtAltTransition); }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{ font-size:50px; color:var(--wdtHeadAltColor); }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-title h5{ font-size: clamp(1.5rem, 1.4164rem + 0.3822vw, 1.875rem);/* Min-24 & Max-30 */ }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-title h5 a{ color:var(--wdtLinkColor); }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item .wdt-content-title h5 a:hover{ color:var(--wdtLinkHoverColor); }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item{ opacity: 0.3; transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }

/* Hover and Active */

.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{ color: var(--wdtLinkHoverColor); filter: drop-shadow(0 0 18px rgba(var(--wdtTertiaryColorRgb),0.8)); -webkit-filter: drop-shadow(0 0 18px rgba(var(--wdtTertiaryColorRgb),0.8)); }
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-active .wdt-content-item,
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item:hover{opacity: 1;}
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-active .wdt-content-item .wdt-content-media-group::before,
.wdt-image-box-holder.wdt-rc-template-simple-icon .wdt-content-item:hover .wdt-content-media-group::before { width: 100%; }

/*-- Contact list -*/
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-item > div:not(:last-child){
    margin-bottom: 6px;
}

.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    font-size:var(--wdtFontSize_H5);
    padding:0;
    color:var(--wdtHeadAltColor);
}
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-detail-group{
    display:flex;
    justify-content:center;
    gap:15px
}
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-detail-group > div{
    width:fit-content;
}
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtHeadAltColor)
}
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-item .wdt-content-title h5 a:hover{
    color: rgba(var(--wdtHeadAltColorRgb),0.7);
}
.wdt-image-box-holder.wdt-rc-template-contact-list .wdt-content-item .wdt-content-subtitle{
    letter-spacing: 0;
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    font-weight: var(--wdtFontWeight_Ext);
}

@media screen and (max-width:1024px) and (min-width:768px){
    .wdt-image-box-holder.wdt-rc-template-contact-list .wdt-column-wrapper{
    justify-content:center;
}
}

/* Image box with career-list style */
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem); /*25-40*/
    border-width: 0 0 1px 1px;
    border-color: rgba(var(--wdtAccentTxtColorRgb), 0.2);
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item:last-child {
    border-bottom: 0;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-media-group {
    margin: 0 20px 0 0;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title{
    margin-top: 0;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.5rem, 1.4164rem + 0.3822vw, 1.875rem); /* Min-24 & Max-30 */
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-subtitle {
  color: var(--wdtAccentTxtColor);
  display: flex;
  align-items: baseline;
  font-size: var(--wdtFontSize_Base);
  font-weight: var(--wdtFontWeight_Alt);
  letter-spacing: 0;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-subtitle::before {
  content: "";
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  background: var(--wdtAccentTxtColor);
  border-radius: var(--wdtRadius_Full);
  bottom: 2px;
  margin-right: 10px;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-title h5 a:hover {
    color: var(--wdtPrimaryColor);
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-description p {
    margin: 0;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-button {
    display: flex;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-button>a {
    font-size: 0;
    border-radius: var(--wdtRadius_Full);
    width: 50px;
    height: 50px;
    border: 1px solid var(--wdtAccentTxtColor);
    color: var(--wdtAccentTxtColor);
    overflow: hidden;
    background: linear-gradient(90deg, transparent, transparent, var(--wdtPrimaryColor), var(--wdtTertiaryColor));
   background-size: 300% 100%;
   background-position: center left;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item:hover .wdt-content-button>a {
    /* background: var(--wdtAccentTxtColor); */
    color: var(--wdtHeadAltColor);
    background-position: center right;
    border-color: var(--wdtTertiaryColor);
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-button>a:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    mask-image: url("data:image/svg+xml,%0A%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%3Cpath d='M97.5,50L44.1,19.1v61.7L97.5,50z M2.5,50v5.3h46.9V50v-5.3H2.5V50z'/%3E%3C/svg%3E%0A");
    background: currentColor;
    mask-size: 16px;
    mask-repeat: no-repeat;
    mask-position: center;
    transition: inherit;
    -webkit-transition: inherit;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item:hover .wdt-content-button>a:before{
  rotate: -40deg;
}
.wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-button>a:hover:before {
    animation: btn-arrow-move 0.375s linear;
    -webkit-animation: btn-arrow-move 0.375s linear;
}

@media only screen and (max-width:479px) {
    .wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item { flex-direction:column; align-items:start; gap:20px; }
    .wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item .wdt-content-media-group { margin: 0; }
    .wdt-image-box-holder.wdt-rc-template-career-list .wdt-content-item{padding-left:0; border-left:0; }
}

/*--- Modern Template ---*/

.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item{
    z-index: 2;
    justify-content: inherit;
    display: flex;
    flex-direction: column;
    position:relative;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group {
    display: grid;
    place-items:center;
    height: clamp(6.25rem, 5.4213rem + 2.7739vw, 8.75rem);/*140-100*/
    width: 100%;
    border-radius:var(--wdtRadius_2X);
    -webkit-border-radius:var(--wdtRadius_2X);
    justify-content: inherit;
    z-index:5;
    position:relative;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
    background-image:linear-gradient(90deg, var(--wdtTertiaryColor), var(--wdtPrimaryColor),var(--wdtAccentTxtColor),var(--wdtAccentTxtColor));
    background-size:300% 100%;
    background-position:top right;
    display: flex;
    justify-content: inherit;
    width: clamp(6.25rem, 5.4213rem + 2.7739vw, 8.75rem);/*140-100*/;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group{
    margin-bottom:35px
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-active .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-content-media-group .wdt-content-image-wrapper{
    background-position:top left;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group >div{
    grid-area:1/-1;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    font-size: clamp(3.75rem, 3.3356rem + 1.387vw, 5rem);/*80-60*/
    color:var(--wdtPrimaryColor);
    filter: drop-shadow(0 0 30px var(--wdtTertiaryColor)); -webkit-filter: drop-shadow(0 0 30px var(--wdtTertiaryColor));
    transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition);
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-active .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    color: var(--wdtHeadAltColor);
    filter: none;-webkit-filter: none;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > a > img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position: center;
    border-radius:var(--wdtRadius_2X);
    -webkit-border-radius:var(--wdtRadius_2X);
    overflow: hidden;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-image > a > img{
    opacity:0
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-active .wdt-content-item .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-active .wdt-content-item .wdt-content-image > a > img,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-content-image > span > img,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item:hover .wdt-content-image > a > img{
    opacity:0.3
}

.wdt-image-box-holder.wdt-rc-template-modern .wdt-image-box-wrapper,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-column-wrapper{
    counter-reset: counter-01;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper:before{
    counter-increment: counter-01;
    content: "0" counter(counter-01);
    position:absolute;
    bottom:-12px;
    background-image: linear-gradient(90deg,rgba(var(--wdtPrimaryColorRgb),1) ,rgba(var(--wdtTertiaryColorRgb),1));
    backdrop-filter:blur(10px);
    padding:6px;
    border:1px solid var(--wdtBorderColor);
    border-radius:5px;
    font-size:16px;
    line-height:1;
    color:var(--wdtHeadAltColor);
    z-index: 1;
}
.wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-title h5 a:hover{
    color: rgba(var(--wdtHeadAltColorRgb),0.7);
}
.wdt-image-box-holder.wdt-rc-template-modern .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:before,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:before{
    content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: 70%; margin: auto; width: 100%; height: 1px; 
    background-image: linear-gradient(90deg, var(--wdtPrimaryColor) 50%, rgb(var(--wdtPrimaryColorRgb), 0) 50%); 
    background-size: 20px 1px, 0px 0px, 0px 0px, 0px 0px; background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px; 
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; 
    animation: wdt-running-lines 5s infinite linear; -webkit-animation: wdt-running-lines 2.5s infinite linear; 
    backface-visibility:hidden; 
    z-index:-1;
}

@keyframes wdt-running-lines {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px; }
    100% { background-position: 100px 0px, 0px 0px, 0px 0px, 0px 0px; }
}
@-webkit-keyframes wdt-running-lines {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px; }
    100% { background-position: 100px 0px, 0px 0px, 0px 0px, 0px 0px; }
}
@media screen and (min-width:767px){
    .wdt-image-box-holder.wdt-rc-template-modern .swiper-slide:not(:last-child) .wdt-content-item .wdt-content-media-group:after,
.wdt-image-box-holder.wdt-rc-template-modern .wdt-column:not(:last-child) .wdt-content-item .wdt-content-media-group:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 105%;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 5px solid var(--wdtAccentTxtColor);
    backface-visibility:hidden;
    z-index:-1;
    background-color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Part);
}
}

@media  screen and (max-width:767px) {
    .wdt-image-box-holder.wdt-rc-template-modern .wdt-content-item .wdt-content-media-group:before{
        padding:3px;
        font-size:14px;
        bottom:-14px;
    }
}
/* Overlay Template */
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item > div:not(:last-child){
    margin-bottom:0;
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image-wrapper, 
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image > span, 
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image > a{
    display:flex;width: 100%;height: 100%;
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item,
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image > a > img,
.wdt-image-box-holder.wdt-rc-template-overlay  .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-title h5,
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-title h5 a,
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-description{
    transition:var(--wdt-Ad-Transition);-webkit-transition:var(--wdt-Ad-Transition);
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item{
    display:grid;
    overflow:hidden;
    -webkit-border-radius: var(--wdtRadius_1X);
    border-radius: var(--wdtRadius_1X);
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item > div{
    width: 100%;
    grid-area:1/-1;
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-detail-group{
    padding:30px;
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image > span > img, 
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-image > a > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom: 30px;
}
.wdt-image-box-holder.wdt-rc-template-overlay  .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    padding: 0;
    font-size:40px;
    color:var(--wdtHeadAltColor);
}

.wdt-image-box-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-title h5{
    font-size: var(--wdtFontSize_H6);
}

/*--- color ---*/
.wdt-content-item .wdt-content-title h5,.wdt-content-item .wdt-content-title h5 a{
    color:var(--wdtHeadAltColor);
}
.wdt-content-item .wdt-content-title h5 a:hover{
    color:var(--wdtPrimaryColor);
}

@media screen and (max-width:1024px){
    .leader-line{
        display:none;
    }
}