/*** dsvy-ihbox-style-1 ***/
.dsvy-ihbox-style-1 .dsvy-ihbox-btn a:after,
.dsvy-ihbox.dsvy-ihbox-style-1:after,
.dsvy-ihbox-style-1 .dsvy-ihbox-contents,
.dsvy-ihbox-style-1 .dsvy-heading-desc,
.dsvy-ihbox-style-1 .dsvy-element-heading{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dsvy-ihbox-style-1 {
    position: relative;
    border-right: 1px solid var(--dsvy-politicia-white-color);
}
.dsvy-ihbox-style-1 .dsvy-element-title{
    font-size: 24px;
    line-height: 34px; 
    margin-bottom: 10px;
    color: var(--dsvy-politicia-white-color);
}
.dsvy-ihbox-style-1 .dsvy-ihbox-box{
    position: relative;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-box .dsvy-ihbox-icon-wrapper{
    font-size: 70px;
    line-height: 80px;
    color: var(--dsvy-politicia-global-color);
}
.dsvy-ihbox-style-1:hover .dsvy-ihbox-box .dsvy-ihbox-icon-wrapper{
    color: var(--dsvy-politicia-white-color);
}
.dsvy-ihbox-style-1 .dsvy-ihbox-contents {
    padding: 0 70px;
    position: absolute;
    bottom: 10px;
    z-index: 2;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-ihbox-contents{
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.dsvy-ihbox-style-1 .dsvy-heading-desc{
    opacity: 0;
    visibility: hidden;
    color: var(--dsvy-politicia-white-color);
    font-size: 16px;
    padding-top: 10px;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-heading-desc{
    opacity: 1;
    visibility: visible;
}
.dsvy-ihbox.dsvy-ihbox-style-1:after{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background:var(--dsvy-politicia-secondary-color);
    top: 0;
    left: 0;
    z-index: 0;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1:after{
    background:transparent;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-btn{
    font-size: 0;
    position: absolute;
    right: 110px;
    top: 115px;
}
.dsvy-ihbox-style-1 .dsvy-ihbox-btn a:after {
    position: absolute;
    content: "\e814";
    bottom: 25px;
    font-size: 25px;
    line-height: 65px;
    font-weight: 600;
    color: var(--dsvy-politicia-global-color);
    font-family: 'designervily-base-icons';
    background: #fff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.dsvy-ihbox-style-1 .dvsy-ihbox-image{
    position: relative;
}
.dsvy-ihbox-style-1 .dvsy-ihbox-image:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(0deg,var(--dsvy-politicia-secondary-color) 0%, rgba(0,50,129,0) 70%);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dvsy-ihbox-image:after {
    opacity: 1;
    visibility: visible;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-1 .dsvy-ihbox-btn a:after{
    background-color: var(--dsvy-politicia-global-color);
    color: var(--dsvy-politicia-white-color);
}

@media only screen and (min-width: 1024px) and (max-width: 1400px){
	.dsvy-ihbox-style-1 .dsvy-ihbox-contents {
		padding: 0 15px;
	}
	.dsvy-ihbox-style-1 .dvsy-ihbox-image img{
		width:100%;
	}
}

@media (max-width: 1024px){
    .dsvy-ihbox-style-1 .dvsy-ihbox-image img{
		width:100%;
	}
}