/*=== dsvy-static-box-style-1 ===*/
.dsvy-static-box-style-1 .dsvy-contentbox {
    position: relative;
    padding: 100px;
    background-color: var(--dsvy-politicia-secondary-color);
}
.dsvy-element-static-box-style-1.designervily-element-viewtype-carousel .owl-carousel .dsvy-ele.dsvy-static-box-style-1, 
.dsvy-static-box-style-1{
    display: flex;
}
.dsvy-static-box-style-1  .designervily-box-title h4{
    font-size: 24px;
    line-height: 34px;
}
.dsvy-static-box-style-1 .dsvy-contentbox .designervily-static-box-desc,
.dsvy-static-box-style-1 .dsvy-contentbox h4{
    color: var(--dsvy-politicia-white-color);
}
.dsvy-static-box-style-1 .dsvy-imgbox.col-md-6{
    padding:0; 
}
.dsvy-static-box-style-1 .designervily-box-number{
    position: absolute;
    left: -70px;
    top:calc(50% - 72px);
}
.dsvy-static-box-style-1 .designervily-box-number h4{
    display: inline-block;
    background:  var(--dsvy-politicia-white-color);
    height: 145px;
    width: 145px;
    border-radius: 50%;
    text-align: center;
    line-height: 145px;
    font-size: 36px;
    color:  var(--dsvy-politicia-global-color);
}
.dsvy-element-static-box-style-1.designervily-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    border: 2px solid var(--dsvy-politicia-global-color);
    background: transparent;
    height: 17px;
    width: 17px;
}
.dsvy-element-static-box-style-1.designervily-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.dsvy-element-static-box-style-1 .dsvy-imgbox img{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.dsvy-element-static-box-style-1 .dsvy-contentbox{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dsvy-element-static-box-style-1.designervily-element-viewtype-carousel .owl-carousel .owl-dots{
    margin-top: 30px;
}
.dsvy-static-box-style-1 .dsvy-imgbox{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0px 0px 5px;
}
.dsvy-static-box-style-1 .dsvy-imgbox .dsvy-imgbox-wrapper{
    display: none;
}
@media (max-width: 767px){

    /*=== dsvy-staticstyle1 ===*/	
	.dsvy-static-box-style-1 .designervily-box-number h4 {
		height: 125px;
		width: 125px;
		line-height: 125px;
	}
	.dsvy-static-box-style-1 .designervily-box-number{
		-khtml-transform: translateX(-50%) translateY(-145%);
		-moz-transform: translateX(-50%) translateY(-145%);
		-ms-transform: translateX(-50%) translateY(-145%);
		-o-transform: translateX(-50%) translateY(-145%);
		transform: translateX(-50%) translateY(-145%);
	}
	.dsvy-static-box-style-1 .dsvy-contentbox{
		padding-top: 80px;
	}


    .dsvy-static-box-style-1 .dsvy-imgbox{
        background-image: none !important;
    }
    .dsvy-static-box-style-1 .dsvy-imgbox .dsvy-imgbox-wrapper{
        display: block;
    }
	.dsvy-static-box-style-1 .dsvy-contentbox {
		padding: 60px 30px 50px;
	}
	.dsvy-static-box-style-1 .designervily-box-number {
		position: absolute;
		top: 50%;
		-khtml-transform: translateX(-50%) translateY(-115%);
		-moz-transform: translateX(-50%) translateY(-115%);
		-ms-transform: translateX(-50%) translateY(-115%);
		-o-transform: translateX(-50%) translateY(-115%);
		transform: translateX(-50%) translateY(-115%);
		left: 50%;
		right: 0;
		text-align: center;
		transition: all ease 800ms;
	}	
	.dsvy-static-box-style-1 .dsvy-contentbox.col-md-6,
	.dsvy-static-box-style-1 .dsvy-imgbox.col-md-6{
		max-width: 100%;
	}
	.dsvy-element-static-box-style-1.designervily-element-viewtype-carousel .owl-carousel .dsvy-ele.dsvy-static-box-style-1, .dsvy-static-box-style-1 {
		display: block;
	}
	.dsvy-element-static-box-style-1 .dsvy-imgbox img {
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px;
	}
	.dsvy-element-static-box-style-1 .dsvy-contentbox {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .dsvy-static-box-style-1 .dsvy-contentbox {
        padding: 70px 50px 80px 110px;
    }
}