.dt7-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:9999;
}

.dt7-popup.is-open{
display:block;
}

.dt7-popup__overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:1;
}

.dt7-popup__content{
position:relative;
max-width:900px;
margin:8% auto;
padding:60px;
color:#fff;

background-size:cover;
background-position:center;
background-repeat:no-repeat;

overflow:hidden;

z-index:2;
}

.dt7-popup__content::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.45);
z-index:1;
}

.dt7-popup__body{
position:relative;
z-index:2;
}

.dt7-popup__close{
position:absolute;
top:20px;
right:20px;
z-index:3;
}

.popup-card-box{
padding: 20px 40px 40px 40px;
position:relative;
color:white;
}

.popup-card-images{
position:absolute;
top:-120px;
left:60px;
right:60px;
}
.popup-card-img-wrapper{
overflow:hidden;
position:relative;
left: -20px;
}

.popup-card-main-img{
height:320px;
background-size:cover;
background-position:center;
left: -20px;
    position: relative;
    transform:scale(1.1);
transition:transform .7s cubic-bezier(.19,1,.22,1), filter .4s ease;
}
.popup-card-img-wrapper:hover .popup-card-main-img{
transform:scale(1.03);
filter:blur(1px);
}
.popup-card-main-img{
transition:
transform .7s cubic-bezier(.19,1,.22,1),
filter .4s ease;
}

.popup-card-overlay-img img{
width:60px;
}

.popup-card-title{
font-size: 28px;
    margin-bottom: 30px;
    color: #fff !important;
}

.excerpt-box p{
font-size:18px;
margin-bottom:30px;
}

.popup-card-overlay-img{
position: absolute;
    right: -40px;
    top: 155px;
opacity:0.5;
z-index:3;
}

.popup-card-overlay-img img{
width:60px;
}
.popup-card-content{
margin-top:220px;
flex:1;
display:flex;
flex-direction:column;
}

.equal-cards .vc_column-inner{
height:100%;
}

.equal-cards .wpb_wrapper{
height:100%;
}

.equal-cards .popup-card-box{
height:100%;
display:flex;
flex-direction:column;
}

.popup-card-box[style*="#2B4772"] .btn-more:hover{
background:#919395;
}